body{
  background-color: #f5f5f5;
}
* {
  font-family: "Open Sans";
}
/* ADMIN UPLOAD BTN */
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 10px;
}
/*Navigation Css*/
header .header-top {
  padding: 15px 0px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.navbar {
  padding: 0px 0px;
} 
.navbar .navbar-brand {
  padding: 0px;
  margin: 0px;
}
.navbar .navbar-brand img {
  height: 47px;
  max-width: 100%;
}
#navbarNav {
  flex-direction: row-reverse;
}
.navbar-nav li.nav-item {
  padding: 0px 15px;
}
.navbar-nav li.nav-item:last-child {
  padding-right: 0px;
}
.navbar-nav li.nav-item a.nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #0f0e0e;
  padding: 0px 0px;
  text-transform: uppercase;
  text-align: left;
}
.navbar-nav li.nav-item a.active {
  color: #052669;
}
.navbar-nav li.nav-item a:hover {
  color: #052669;
}

.navbar-nav li.nav-item .dropdown-menu a {
  padding: 5px 10px;
  color: #212529;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.btnn {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  color: gray;
  background-color: white;
  padding: 4px 20px;
  font-size: 14px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
}

/*ADMIN HEADER CSS*/
#navbar a.admin_nav {
  background-color: dodgerblue;
  color: white;
  padding: 10px;

}

/*LOGIN PANEL*/
.panel-column {
  margin-top: 0px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: #ebebe0 2px 5px 5px 5px;
}
.admin-panel {
  padding: 15px 0px;
}
.panel-body{
  margin-top: 0px;
}
.login-section.container {
  padding: 50px 15px;
}
.login-section .panel-heading {
  text-align: center;
}
.login-section .panel-heading img {
  margin-bottom: 15px;
}
.login-section .login-panel {
  padding-top: 15px;
  padding-bottom: 15px;
}
.login-section .panel-heading h3 {
  font-size: 25px;
  font-family: "Quicksand";
  font-weight: 700;
  color: #000;
  line-height: normal;
  margin-bottom: 15px;
}
.login-section .form-control {
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: transparent;
}
.login-section .form-control:focus {
  border: 1px solid #ccc !important;
  box-shadow: none;
}
.login-section select.form-control {
  color: #495057;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../../assets/images/others/in-ic.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.login-section .form-control::placeholder, .login-section .form-control::-webkit-input-placeholder {
  color: #495057;
  opacity: 1;
}
.login-section .alert {
  position: relative;
}
.login-section button.close {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #333;
}
.login-section #login_submit {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #052669;
  box-shadow: none !important;
}

/*.forget-checkbox{
  float: right;
}*/

.add-auditor-details {
  display: none;
}

/*ADMIN PANEL*/


.upload-btn-wrapper .btnn{
  z-index: -1;
}
.m-left{
  margin-right: 10px;
}
.navbar-light .navbar-nav .nav-link {
  width: max-content;
}
.category-wrap h1{
  padding-bottom: 20px;
}
.category-wrap form{
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.category-wrap form .btn-success{
  max-width: 100px;
  float: right;
}
body { /*padding-top: 70px;*/ }
/*body { padding-top: 70px; }*/
@media screen and (max-width: 768px) {
    body { padding-top: 0px; }
}

/*employee view css*/

.employee_view{
  padding-top: 150px;
  text-align: center;
  padding: 45px 10px;
  
}
.employee-table{
  margin-top: 20px;

}
#category_add_form .form-group label.error{
  float: left;
}
.site_url a {font-size: 60px;}
#add_form .form-group label.error {
  color: #FB3A3A;
  display: inline-block;
  margin: 0px 0 0px 0px;
  padding: 0;
  text-align: left;
}
.add-admin-details{
  display: none;
}

/*Super Admin Css*/
.superadmin-pg {
  padding: 50px 0px;
}
.superadmin-pg .table {
  margin-bottom: 25px;
}
.superadmin-pg .table thead th {
  font-size: 14px;
  vertical-align: middle;
} 
.superadmin-pg .table td {
  font-size: 14px;
} 
.superadmin-pg td .admin-btn {
  font-size: 12px;
  font-family: "Open Sans";
  text-transform: capitalize;
  color: #fff;
  background-color: #052669;
  padding: 5px;
  border: none;
  box-shadow: none;
  width: 100%;
}
.superadmin-pg td .btn {
  font-size: 12px;
  font-family: "Open Sans";
  text-transform: capitalize;
  color: #fff;
  background-color: #052669;
  border: none;
  box-shadow: none;
  margin-bottom: 5px;
}
.superadmin-title {
  padding: 0px 0px 15px;
  position: relative;
}
.superadmin-title .btn {
  font-size: 14px;
  font-family: "Open Sans";
  text-transform: capitalize;
  color: #fff;
  background-color: #052669;
  box-shadow: none !important;
  position: absolute;
  right: 0px;
  top: 5px;
  border: none;
  box-shadow: none;
}
.superadmin-title .cus-btn{
  font-size: 14px;
  font-family: "Open Sans";
  text-transform: capitalize;
  box-shadow: none !important;
  position: absolute;
  right: 0px;
  top: 7px;
  border: none;
  box-shadow: none;
}
.superadmin-title h3 {
  font-size: 35px;
  font-family: "Quicksand";
  font-weight: 700;
  color: #333;
  line-height: normal;
  margin-bottom: 0px;
}
.superadmin-pg .dataTables_length label {
  font-size: 14px;
  margin-bottom: 15px;
}
.superadmin-pg .dataTables_filter label {
  font-size: 14px;
  margin-bottom: 15px;
}
.superadmin-pg .dataTables_info {
  font-size: 14px;
  margin-bottom: 10px;
}
.superadmin-pg .dataTables_filter input {
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

/*Customer view page design*/
.project-assign{
  background: #fff;
  padding: 20px;
  margin-bottom: 50px;
  box-shadow: #ebebe0 2px 5px 5px 5px; 
  border-radius: 4px;
}
.project-page .form-control {
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: transparent;
}
.project-page .form-control:focus {
  border: 1px solid #ccc !important;
  box-shadow: none;
}
.project-page select.form-control {
  color: #495057;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../../assets/images/others/in-ic.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.project-page .form-control::placeholder, .project-page .form-control::-webkit-input-placeholder {
  color: #495057;
  opacity: 1;
}

@media screen and (max-width: 1279px) {
  /*Navigation CSS*/
  .navbar-nav li.nav-item a.nav-link {
    font-size: 14px;
  }
  .superadmin-pg .table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
/*ADMIN TABLE RESPONSIVE*/

.banners-wrap table.table.table-bordered.super_admin-table {
  display: table;
}

table.table.table-bordered.table-banner.super_admin-table {
  display: table;
}
table.table.table-bordered.table-offer.super_admin-table {
  display: table;
}
table.table.table-bordered.table-business.super_admin-table {
  display: table;
}

@media screen and (max-width: 767px) {
  table.table.table-bordered.table-banner.super_admin-table{
    display: block;
  }
  table.table.table-bordered.table-offer.super_admin-table{
    display: block;
  }
  table.table.table-bordered.table-business.super_admin-table{
    display: block;
  }
}

@media screen and (max-width: 1024px) {

  table.table.table-bordered.table-offer.super_admin-table {
      /*display: table;*/
  }
  table.table.table-bordered.table-service.super_admin-table {
    /*display: table;*/
  }

}


@media screen and (max-width: 991px) {
  .login-section.container {
    padding: 50px 15px 50px;
    min-height: 100%;
    height: 100vh;
    max-height: 100%;
  }
  /*Navigation CSS*/
  .navbar-nav li.nav-item {
    padding: 0px 7px;
  }
  .icon-bar {
    background-color: #056f05;
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 24px;
  }
  .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .navbar-toggler {
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 0px;
    margin-top: 8px;
    height: 30px;
    padding: 1px;
    width: 30px;
    position: relative;
    outline: none !important;
  }
  .superadmin-title h3 {
    font-size: 30px;
  }
  .superadmin-title .btn {
    font-size: 13px;
  }
}

@media screen and (max-width: 667px) {

  .container.login-panel.login-section.forget-section {
    padding: 50px 15px 50px;
    min-height: 100%;
    max-height: 100%;
    height: initial;
  }

}
@media screen and (max-width: 1024px) {

  .container.login-panel.login-section.forget-section {
    padding: 50px 15px 50px;
    min-height: 100%;
    max-height: 100%;
    height: initial;
  }

}

@media screen and (max-width: 767px) {
  .login-section.container {
    padding: 50px 30px 50px;
  }
  .login-section .alert {
    padding: 10px 15px;
  }
  @media (orientation: landscape) {
    .login-section.container {
      height: initial;
    }
  }
  .superadmin-pg .dataTables_filter label {
    margin-bottom: 10px;
  }
  .superadmin-pg .dataTables_length label {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .superadmin-title h3 {
    font-size: 25px;
  }
  .superadmin-title .btn {
    font-size: 12px;
    top: 0px;
  }
  .navbar-nav li.nav-item a.nav-link {
    font-size: 14px;
    padding: 5px 0px;
    text-align: left;
  }
  .navbar-nav li.nav-item .dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
  }
  .navbar-nav li.nav-item .dropdown-menu a {
    padding: 5px 0px;
    color: #212529;
    font-size: 14px;
  }
  .superadmin-title .cus-btn{
  font-size: 14px;
  font-family: "Open Sans";
  text-transform: capitalize;
  box-shadow: none !important;
  position: absolute;
  right: 70px;
  top: 5px;
  margin-top: 30px;
  border: none;
  box-shadow: none;
  }
  .superadmin-title .cus-btnn{
  font-size: 14px;
  font-family: "Open Sans";
  text-transform: capitalize;
  box-shadow: none !important;
  position: absolute;
  top: 0px;
  margin-top: 30px;
  border: none;
  box-shadow: none;
  }
}


/*MArketing Executive page*/

table.table.table-bordered.executive.super_admin-table {
    display: table;
}

/*Admin edit and add Page CSS*/
.admin-pg {
  padding: 50px 0px;
}
.admin-section .admin-panel {
  margin-top: 0px;
  background: #fff;
  border-radius: 10px;
  padding: 15px 15px;
  font-size: 14px;
  border: none;
  box-shadow: #ebebe0 2px 5px 5px 5px;
  -webkit-box-shadow: #ebebe0 2px 5px 5px 5px;
  -moz-box-shadow: #ebebe0 2px 5px 5px 5px;
}
.admin-section .panel-heading {
  padding: 15px 10px;
  border-radius: 10px;
  text-align: center;
  background-color: #fff !important;
  border: none;
}
.admin-section .panel-heading h3 {
  font-size: 25px;
  font-family: "Quicksand";
  font-weight: 700;
  color: #000;
  line-height: normal;
  margin-bottom: 0px;
}
.admin-section .form-control {
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: transparent;
}
.admin-section .form-control:focus {
  border: 1px solid #ccc !important;
  box-shadow: none;
}
.admin-section .form-control::placeholder, .admin-section .form-control::-webkit-input-placeholder {
  color: #495057;
  opacity: 1;
}
.admin-section .alert {
  position: relative;
}
.admin-section button.close {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #333;
}
.admin-section #admin-submit {
  font-size: 14px;
  color: #fff;
  background-color: #052669;
  float: right;
  box-shadow: none !important;
}
.admin-section .admin-btn {
  font-size: 14px;
  color: #fff;
  background-color: #052669;
  /*float: right;*/
}
.next-btns {
  text-align: right;
}
.next-btns button {
  float: none !important;
  border: none !important;
  text-transform: capitalize;
  padding: 10px 15px;
  height: initial;
  line-height: normal;
}
.back-btns button {
  font-size: 14px;
  color: #fff;
  background-color: #052669;
  border: none;
  box-shadow: none !important;
  text-transform: capitalize;
  line-height: normal;
  padding: 10px 15px;
}
.next-btns .admin-btn {
  float: none !important;
  border: none !important;
  width: auto !important;
  display: block;
  margin: 0 0 0 auto;
  text-transform: capitalize;
  padding: 10px 15px;
  height: initial;
  line-height: normal;
}

/*BDC check mobile responsive*/
@media screen and (max-width: 767px) {
  .admin-pg .bdc-check{
    padding-left: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .admin-pg .bdc-check{
    padding-left: 2.22rem;
  }
}

/*FORGET PASSWORD*/
.forget-heading{
  color: #000;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.forget-heading .panel-title{
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: inherit;
  padding: 20px 0px;
}
/*ADMIN BACK BUTTON*/
a.add-admin-back{
  color: #fff;
  background-color: #052669;
  font-size: 14px;
  box-shadow: none !important;
  padding: 8px 15px;
}
a.add-admin-back:hover{
  color: #fff;
}

/*Upload button css*/

.filename{
  padding: 15px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 300px;
  text-align: center;
}
.filenamee{
  padding: 15px 15px;
  width: 300px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
}
.country-num{
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.superadmin-pg .file-import{
  padding: 70px 0px  20px;
}
.superadmin-pg .file-import .customer-btn{
  font-size: 14px;
} 
.superadmin-pg .custom-file-wrp .custom-file .import-btn{
  font-size: 13px;
  box-shadow: none;
  background-color: #052669;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .superadmin-pg .custom-file-wrp{
    padding: 0px 0px 0px 30px;
  }
}
@media screen and (max-width: 767px) {
  .superadmin-pg .file-import .customer-btn{
    font-size: 13px;
  }
}
@media screen and (max-width: 1279px) {
  .superadmin-pg .customer-table{
    display: table;
  }
}
@media screen and (max-width: 767px) {
  .superadmin-pg .customer-table{
    display: block;
  }
}

.superadmin-title .assign-btn{
  font-size: 14px;
  font-family: "Open Sans";
  text-transform: capitalize;
  color: #fff;
  background-color: #052669;
  box-shadow: none !important;
  position: absolute;
  left: 0px;
  top: 70px;
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .superadmin-title .assign-btn{
    display: block;
    font-size: 14px;
    font-family: "Open Sans";
    text-transform: capitalize;
    color: #fff;
    background-color: #052669;
    box-shadow: none !important;
    position: absolute;
    left: 125px;
    top: -20px;
    border: none;
    box-shadow: none;
  }
}
.custom-file-wrp{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0px  20px;
}

.file-up{
  background: #fff;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  text-align: center; 
  width: 800px;
  padding: 10px 0px 10px;
  margin-right: 15px;
  color: #999
}
.custom-file-wrp input[type="file"]
{
  display: none
}
.review ul li{
  padding: 8px 5px;
}
.market-title .market-form{
  position: absolute;
  right: 0px;
  top: 18px;
}
.market-form .market-search{
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-shadow: none;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.market-title {
  padding: 0px 0px 15px;
  position: relative;
}
.market-title .btn {
  font-size: 13px;
  font-family: "Open Sans";
  text-transform: capitalize;
  color: #fff;
  background-color: #052669;
  box-shadow: none !important;
  border: none;
  box-shadow: none;
}
.market-title h3 {
  font-size: 35px;
  font-family: "Quicksand";
  font-weight: 700;
  color: #333;
  line-height: normal;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .market-title .market-form{
    margin: 30px;
    padding-right: 20px;
  }
}