/****** UTILS ******/
/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
.css-equal-content, .css-equal-heights {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.css-equal-content {
  color: red;
  float: left;
}

.roles-update-blk .role-update-btn, .count-dash-blk .card-body .order-count-blk .order-count-img, #tablepagination, .pagination .page-item.active .page-link, .order-list-blk .order-export-blk .list-icon-box a, .continue-order-grp .continue-order-btn, .add-another-case .btn-primary, .settings-btn .upload, .user-card-grp .custom-radiosbtn li .user-pay-edit .pay-blk-btn, .user-card-grp .custom-radiosbtn li .user-pay-edit, .service-order-grp .service-order-head .orders-btn-grp, .order-list li span, .order-list li, .order-list, .process-section .process-card .card-body .process-icon span, .pass-group .confirm-toggle-password, .pass-group .toggle-password, .login-inner.super-admin-inner .login-bg, .header-two .main-menu-wrapper .main-nav, .header .main-menu-wrapper .main-nav .register-btn, .header .main-menu-wrapper .main-nav li .btn.reg-btn, .footer .footer-widget .hi-icon, .btn-secondary, .btn-primary, .align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.profile-history-btn, .login-inner .login-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
}

.complete-project, .widget .relat-head, .card.offer-chart .card-header .chart-offer-head, .new-offer-blk .form-offer-detail .custom-form-radio li, .count-dash-blk .card-body, .continue-order-grp, .user-card-grp .custom-radiosbtn li, .service-order-form .credit-card-blk, .service-order-grp .service-order-head, .serve-form .form-group, .login-check-group, .header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.order-btn-action, .roles-module-blk .status-toggle, .order-list-blk .order-export-blk, .service-order-form .customer-info-grp .list-customer-blk .customer-data-list.customer-data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}

.welcome-blk .morning-img, .table-status-toggle .status-toggle, .header .header-navbar-rht .has-arrow .user-header, .header .main-menu-wrapper .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.complete-project .on-going p span, .complete-project .on-going p, .widget .latest-posts li .post-info p, .card.offer-chart .card-header .chart-offer-head .offer-chart-select, .new-offer-blk .form-offer-detail .custom-form-radio, .new-offer-blk .form-offer-detail .login-check-box .status-toggle, .profile-nav, .count-dash-blk .card-body .order-count-blk, .service-order-form .customer-info-grp .list-customer-blk .customer-list-out ul li, .order-info p, .login-banner-section, .serve-content .serve-list li, .login-check-group .login-check-box .status-toggle, .login-wrapper, .header-two .header-navbar-rht .logged-item .dropdown-menu .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-two .header-navbar-rht .notification-dropdown .dropdown-toggle, .header .header-navbar-rht .has-arrow.logged-item .nav-link, .header .header-navbar-rht .has-arrow .logged-item .nav-link {
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-wrapper, .header .header-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.welcome-blk .morning-img {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.header .menu-header {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.header .menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-two .header-navbar-rht .notification-dropdown .notifications .notification-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/******* BASE *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
}
@media (max-width: 767.78px) {
  h1 {
    font-size: 27px;
  }
}

h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.78px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-weight: 700;
  font-size: 28px;
}
@media (max-width: 767.78px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 767.78px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-weight: 700;
  font-size: 19px;
}
@media (max-width: 1023px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 1023px) {
  h6 {
    font-size: 16px;
  }
}

.primary {
  background-color: #061769;
}

.secondary {
  background-color: #FFD601;
}

body {
  background-color: #FEFDFC;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  color: #232323;
  height: 100%;
  overflow-x: hidden;
  line-height: 1.5;
}

.container-fluid {
  padding: 0 30px;
}
@media (max-width: 1199.98px) {
  .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 767.78px) {
  .container-fluid {
    padding: 0 15px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #061769;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #0185FF;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:focus {
  outline: 0;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-family: 700;
  font-weight: normal;
}

.email-id-row .bootstrap-tagsinput {
  border: 0px solid transparent;
  border-bottom: 1px solid #E4E4E8;
  height: auto;
  border-radius: 0px;
  padding: 0px;
  box-shadow: none;
}
.email-id-row .bootstrap-tagsinput input {
  line-height: 1;
}
.email-id-row .bootstrap-tagsinput .tag {
  margin-right: 5px;
  margin-bottom: 2px;
  color: #ffffff;
  background: #061769 !important;
  font-size: 10px;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 10px;
}
.all-mail-to .bootstrap-tagsinput {
  display: block;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #E4E4E8;
  height: 46px;
  margin: 0;
  padding: 4px 10px 0 10px;
  width: 100%;
  box-shadow: none;
  overflow-y: visible;
}
.all-mail-to .bootstrap-tagsinput .tag {
  margin-right: 8px;
  margin-bottom: 3px;
  color: #ffffff;
  background: #061769 !important;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 12px;
}

.email-id-row .bootstrap-tagsinput .tag .tab:hover {
  color: #ffffff;
}
.email-id-row input {
  border: 0px solid transparent;
  border-bottom: 1px solid #E4E4E8;
  height: auto;
  border-radius: 0px;
  width: 100%;
}

span.to-input {
  display: block;
}

.flex-style-field {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  margin-bottom: 15px;
}
.flex-style-field span {
  min-width: 70px;
}
.flex-style-field .input-grp-blk {
  flex: 1 0 0;
}

.flex-style {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 15px;
}
.flex-style label {
  margin: 0px;
}

.panel.card {
  flex: 1 0 0;
}

.upload-style {
  border: 1px solid #E4E4E8;
  border-radius: 5px;
  padding: 7px;
}

/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
.css-equal-heights, .css-equal-content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.css-equal-content {
  color: red;
  float: left;
}

.roles-update-blk .role-update-btn, .count-dash-blk .card-body .order-count-blk .order-count-img, #tablepagination, .pagination .page-item.active .page-link, .order-list-blk .order-export-blk .list-icon-box a, .continue-order-grp .continue-order-btn, .add-another-case .btn-primary, .settings-btn .upload, .user-card-grp .custom-radiosbtn li .user-pay-edit .pay-blk-btn, .user-card-grp .custom-radiosbtn li .user-pay-edit, .service-order-grp .service-order-head .orders-btn-grp, .order-list li span, .order-list li, .order-list, .process-section .process-card .card-body .process-icon span, .pass-group .confirm-toggle-password, .pass-group .toggle-password, .login-inner.super-admin-inner .login-bg, .header-two .main-menu-wrapper .main-nav, .header .main-menu-wrapper .main-nav .register-btn, .header .main-menu-wrapper .main-nav li .btn.reg-btn, .footer .footer-widget .hi-icon, .btn-secondary, .btn-primary, .align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.profile-history-btn, .login-inner .login-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
}

.complete-project, .widget .relat-head, .card.offer-chart .card-header .chart-offer-head, .new-offer-blk .form-offer-detail .custom-form-radio li, .count-dash-blk .card-body, .continue-order-grp, .user-card-grp .custom-radiosbtn li, .service-order-form .credit-card-blk, .service-order-grp .service-order-head, .serve-form .form-group, .login-check-group, .header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.order-btn-action, .roles-module-blk .status-toggle, .order-list-blk .order-export-blk, .service-order-form .customer-info-grp .list-customer-blk .customer-data-list.customer-data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}

.welcome-blk .morning-img, .table-status-toggle .status-toggle, .header .header-navbar-rht .has-arrow .user-header, .header .main-menu-wrapper .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.complete-project .on-going p span, .complete-project .on-going p, .widget .latest-posts li .post-info p, .card.offer-chart .card-header .chart-offer-head .offer-chart-select, .new-offer-blk .form-offer-detail .custom-form-radio, .new-offer-blk .form-offer-detail .login-check-box .status-toggle, .profile-nav, .count-dash-blk .card-body .order-count-blk, .service-order-form .customer-info-grp .list-customer-blk .customer-list-out ul li, .order-info p, .login-banner-section, .serve-content .serve-list li, .login-check-group .login-check-box .status-toggle, .login-wrapper, .header-two .header-navbar-rht .logged-item .dropdown-menu .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-two .header-navbar-rht .notification-dropdown .dropdown-toggle, .header .header-navbar-rht .has-arrow.logged-item .nav-link, .header .header-navbar-rht .has-arrow .logged-item .nav-link {
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-wrapper, .header .header-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.welcome-blk .morning-img {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.header .menu-header {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.header .menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-two .header-navbar-rht .notification-dropdown .notifications .notification-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.col {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
  min-height: 1px;
}
@media (min-width: 320px) {
  .col.col-xs-12 {
    width: 100%;
  }
  .col.col-xs-11 {
    width: 91.66666667%;
  }
  .col.col-xs-10 {
    width: 83.33333333%;
  }
  .col.col-xs-9 {
    width: 75%;
  }
  .col.col-xs-8 {
    width: 66.66666667%;
  }
  .col.col-xs-7 {
    width: 58.33333333%;
  }
  .col.col-xs-6 {
    width: 50%;
  }
  .col.col-xs-5 {
    width: 41.66666667%;
  }
  .col.col-xs-4 {
    width: 33.33333333%;
  }
  .col.col-xs-3 {
    width: 25%;
  }
  .col.col-xs-2 {
    width: 16.66666667%;
  }
  .col.col-xs-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 568px) {
  .col.col-sm-12 {
    width: 100%;
  }
  .col.col-sm-11 {
    width: 91.66666667%;
  }
  .col.col-sm-10 {
    width: 83.33333333%;
  }
  .col.col-sm-9 {
    width: 75%;
  }
  .col.col-sm-8 {
    width: 66.66666667%;
  }
  .col.col-sm-7 {
    width: 58.33333333%;
  }
  .col.col-sm-6 {
    width: 50%;
  }
  .col.col-sm-5 {
    width: 41.66666667%;
  }
  .col.col-sm-4 {
    width: 33.33333333%;
  }
  .col.col-sm-3 {
    width: 25%;
  }
  .col.col-sm-2 {
    width: 16.66666667%;
  }
  .col.col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col.col-md-12 {
    width: 100%;
  }
  .col.col-md-11 {
    width: 91.66666667%;
  }
  .col.col-md-10 {
    width: 83.33333333%;
  }
  .col.col-md-9 {
    width: 75%;
  }
  .col.col-md-8 {
    width: 66.66666667%;
  }
  .col.col-md-7 {
    width: 58.33333333%;
  }
  .col.col-md-6 {
    width: 50%;
  }
  .col.col-md-5 {
    width: 41.66666667%;
  }
  .col.col-md-4 {
    width: 33.33333333%;
  }
  .col.col-md-3 {
    width: 25%;
  }
  .col.col-md-2 {
    width: 16.66666667%;
  }
  .col.col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col.col-lg-12 {
    width: 100%;
  }
  .col.col-lg-11 {
    width: 91.66666667%;
  }
  .col.col-lg-10 {
    width: 83.33333333%;
  }
  .col.col-lg-9 {
    width: 75%;
  }
  .col.col-lg-8 {
    width: 66.66666667%;
  }
  .col.col-lg-7 {
    width: 58.33333333%;
  }
  .col.col-lg-6 {
    width: 50%;
  }
  .col.col-lg-5 {
    width: 41.66666667%;
  }
  .col.col-lg-4 {
    width: 33.33333333%;
  }
  .col.col-lg-3 {
    width: 25%;
  }
  .col.col-lg-2 {
    width: 16.66666667%;
  }
  .col.col-lg-1 {
    width: 8.33333333%;
  }
}

/******* COMPONENTS ******/
.btn-primary {
  font-weight: 700;
  font-size: 16px;
  color: #FFF;
  background-color: #061769;
  border: 1px solid #061769;
  box-shadow: inset 0 0 0 0 #FFF;
  border-radius: 50px;
  padding: 10px 20px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.78px) {
  .btn-primary {
    font-size: 14px;
  }
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active {
  color: #061769;
  background-color: #FFF;
  border-color: #061769;
  box-shadow: inset 0 50px 0 0 #FFF;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.btn-secondary {
  font-weight: 700;
  font-size: 16px;
  color: #212121;
  background-color: #FFD601;
  border: 1px solid #FFD601;
  box-shadow: inset 0 0 0 0 #FFF;
  border-radius: 50px;
  padding: 10px 20px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.78px) {
  .btn-secondary {
    font-size: 14px;
  }
}
.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary.active {
  color: #FFD601;
  background-color: #FFF;
  border-color: #FFD601;
  box-shadow: inset 0 50px 0 0 #FFF;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inherit;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #FFF;
  border-color: #061769;
  color: #061769;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #FFF;
  border-color: #061769;
  color: #061769;
}

.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background-color: #FFF;
  border-color: #FFD601;
  color: #FFD601;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  font-size: 14px;
  font-weight: 600;
  background: #FFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  color: #212121;
  min-height: 50px;
  margin: 0;
  padding: 6px 15px;
}
@media (max-width: 767.78px) {
  .form-control {
    min-height: 46px;
  }
}
.form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #3C3C3C;
  font-weight: 400;
}
.form-control::-moz-placeholder {
  font-size: 14px;
  color: #3C3C3C;
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #3C3C3C;
  font-weight: 400;
}
.form-control::-ms-input-placeholder {
  font-size: 14px;
  color: #3C3C3C;
  font-weight: 400;
}
.form-control::placeholder {
  font-size: 14px;
  color: #3C3C3C;
  font-weight: 400;
}
.form-control:focus {
  box-shadow: none;
  outline: 0 none;
  border-color: #EEEEEE;
}

.card {
  border: 1px solid #EEEEEE;
  background: #FFF;
  border-radius: 0;
  margin-bottom: 25px;
  box-shadow: 0px 4px 24px rgba(234, 234, 234, 0.3);
}
.card .card-header {
  background-color: transparent;
  border: 0;
  padding: 20px;
}
@media (max-width: 767.78px) {
  .card .card-header {
    padding: 15px;
  }
}
.card .card-header .card-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
.card .card-body {
  padding: 20px;
}
@media (max-width: 767.78px) {
  .card .card-body {
    padding: 15px;
  }
}
@media (max-width: 767.78px) {
  .card {
    margin-bottom: 20px;
  }
}

label {
  color: #212121;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
label span {
  color: #FF0000;
}

.check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.check:checked + .checktoggle {
  background-color: #10B990;
  border: 1px solid #10B990;
}
.check:checked + .checktoggle:after {
  background-color: #FFF;
  left: 100%;
  transform: translate(calc(-100% - 5px), -50%);
  -webkit-transform: translate(calc(-100% - 5px), -50%);
  -ms-transform: translate(calc(-100% - 5px), -50%);
}

.checktoggle {
  background-color: #FF0000;
  border: 1px solid #FF0000;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 42px;
}
.checktoggle:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(5px, -50%);
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  width: 14px;
  height: 14px;
  background-color: #FFF;
  border-radius: 50%;
  transition: left 300ms ease, transform 300ms ease;
}

.status-toggle .check:checked + .checktoggle {
  background-color: #10B990;
  border: 1px solid #10B990;
}
.status-toggle .check:checked + .checktoggle:after {
  transform: translate(calc(-100% - 2px), -50%);
  -webkit-transform: translate(calc(-100% - 2px), -50%);
  -ms-transform: translate(calc(-100% - 2px), -50%);
}
.status-toggle .checktoggle {
  width: 41px;
  height: 21px;
}
.status-toggle .checktoggle::after {
  width: 17px;
  height: 17px;
  transform: translate(2px, -50%);
  -webkit-transform: translate(2px, -50%);
  -ms-transform: translate(2px, -50%);
}

.status-tog .checktoggle {
  height: 28px;
  width: 50px;
  border-radius: 999px;
  background-color: #7D858F;
  border-color: #7D858F;
}
.status-tog .checktoggle:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(../img/icons/check.svg);
  background-repeat: no-repeat;
  background-size: 11px 20px;
  width: 20px;
  height: 20px;
  transform: translate(3px, -50%);
}
.status-tog .checktoggle:after {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/x-icon.svg);
  background-repeat: no-repeat;
  background-size: 12px 21px;
  transform: translate(1px, -50%);
  background-position: center;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.06);
}
.status-tog .check:checked + .checktoggle:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  background-image: url(../img/icons/x-icon.svg);
  background-repeat: no-repeat;
  background-size: 13px 21px;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.status-tog .check:checked + .checktoggle:after {
  background-image: url(../img/icons/check.svg);
  background-repeat: no-repeat;
  background-size: 12px 21px;
  transform: translate(calc(-100% - 1px), -50%);
  background-position: center;
}

.icon-badge{
  background-color: #EB4648;
  font-size: 10px !important;
  color: white;
  text-align: center;
  width: 20px !important;
  height: 20px !important;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: 155px;
  right: 2px;
  padding: 2px 7px;
  display:flex;
  align-items: center;
  justify-content: center;
}

.bootstrap-tagsinput {
  display: block;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #E4E4E8;
  height: 46px;
  margin: 0;
  padding: 4px 10px 0 10px;
  width: 100%;
  box-shadow: none;
  overflow-y: auto;
}
.bootstrap-tagsinput .tag {
  margin-right: 5px;
  margin-bottom: 2px;
  color: #A9A9A9;
  background: #F4F4F4 !important;
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
}
.bootstrap-tagsinput .tag:hover {
  color: #A9A9A9;
}
.bootstrap-tagsinput .tag [data-role=remove] {
  position: relative;
  left: 7px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "x";
  margin: 0;
  padding: 0px 2px;
}
.bootstrap-tagsinput input {
  line-height: 36px;
  border: 1px solid transparent;
  background: transparent;
}
.bootstrap-tagsinput input:focus-visible {
  border: 1px solid transparent;
}

.email-sentinput {
  margin-bottom: 5px;
  position: relative;
}
.email-sentinput .flex-style-field {
  position: absolute;
  right: 0;
  top: 10px;
}

.email-sentinput-div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}
.email-sentinput-div .bootstrap-tagsinput {
  border: 0;
}
.email-sentinput-div .subject {
  border: 0 !important;
}

.select2-dropdown {
  border: 1px solid #EEEEEE;
}

.select2-container .select2-selection--single {
  border: 1px solid #EEEEEE;
  height: 50px;
}
@media (max-width: 767.78px) {
  .select2-container .select2-selection--single {
    height: 46px;
  }
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}

.select2-container--default .select2-selection--single {
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 15px;
}
@media (max-width: 767.78px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 2px;
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #041B29;
  border-right: 2px solid #041B29;
  padding: 3px;
  height: 0;
  margin-left: -5px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
}
@media (max-width: 767.78px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
  }
}
.select2-container--default.form-control-sm .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #041B29;
  border-width: 2px;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #061769;
  color: #FFF;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #E4E4E8;
  min-height: 46px;
}

.new-mhight .select2-container--default .select2-selection--multiple {
  min-height: 37px;
}

/****** LAYOUT ******/
.footer {
  background: #FFF;
}
.footer .footer-top {
  margin: 0;
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .footer .footer-top {
    margin: 0;
    padding: 40px 0 10px;
  }
}
@media (max-width: 767.78px) {
  .footer .footer-top {
    margin: 0;
    padding: 40px 0 0;
  }
}
.footer .footer-about {
  border-right: 1px solid #EEEEEE;
}
@media (max-width: 767.78px) {
  .footer .footer-about {
    border: 0;
  }
}
.footer .footer-widget .footer-logo {
  margin-bottom: 15px;
}
.footer .footer-widget .footer-about-content {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .footer .footer-widget .footer-about-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.78px) {
  .footer .footer-widget .footer-about-content {
    margin-bottom: 20px;
  }
}
.footer .footer-widget .footer-about-content p {
  font-weight: 700;
  color: #212121;
  margin-bottom: 0;
}
.footer .footer-widget.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-widget .footer-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 767.78px) {
  .footer .footer-widget .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.footer .footer-widget .footer-social-links h6 {
  font-size: 14px;
  color: #041B29;
  margin-bottom: 18px;
}
@media (max-width: 767.78px) {
  .footer .footer-widget .footer-social-links h6 {
    margin-bottom: 15px;
  }
}
.footer .footer-widget .footer-social-links .nav li {
  margin-right: 10px;
}
.footer .footer-widget .footer-social-links .nav li:last-child {
  margin-right: 0;
}
.footer .footer-widget .footer-social-links .nav li a:hover {
  color: #0185FF;
  border: 1px solid #0185FF;
}
.footer .footer-widget .hi-icon {
  font-size: 0px;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #232323;
  border: 1px solid #232323;
  border-radius: 50px;
  min-width: 40px;
  height: 40px;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
@media (max-width: 767.78px) {
  .footer .footer-widget .hi-icon {
    min-width: 36px;
    height: 36px;
  }
}
.footer .footer-widget .hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}
.footer .footer-widget .hi-icon:before {
  speak: none;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767.78px) {
  .footer .footer-widget .hi-icon:before {
    font-size: 15px;
  }
}
.footer .footer-widget .hi-icon:hover {
  color: #0185FF;
  border: 1px solid #0185FF;
}
.footer .footer-widget .hi-icon:hover:before {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
@media (max-width: 991.98px) {
  .footer .footer-widget {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.78px) {
  .footer .footer-widget {
    margin-bottom: 25px;
  }
}
.footer .footer-menu ul li {
  margin-bottom: 15px;
}
.footer .footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-menu ul li a {
  color: #232323;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer .footer-menu ul li a:hover {
  color: #FFD601;
  padding-left: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer .footer-bottom {
  background: #F6F3F0;
  margin: 0;
  padding: 30px 0;
}
@media (max-width: 767.78px) {
  .footer .footer-bottom {
    margin: 0;
    padding: 20px 0;
  }
}
@media (max-width: 767.78px) {
  .footer .footer-bottom .copyright {
    text-align: center;
  }
}
.footer .footer-bottom .copyright .copyright-content p {
  margin-bottom: 0;
}
.footer .footer-bottom .policy-menu {
  text-align: right;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.78px) {
  .footer .footer-bottom .policy-menu {
    text-align: center;
  }
}
.footer .footer-bottom .policy-menu li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
@media (max-width: 767.78px) {
  .footer .footer-bottom .policy-menu li {
    margin-right: 10px;
    margin-top: 10px;
  }
}
.footer .footer-bottom .policy-menu li a {
  color: #232323;
}
.footer .footer-bottom .policy-menu li a:hover {
  color: #FFD601;
}
.footer .footer-bottom .policy-menu li::after {
  content: "";
  position: absolute;
  background: #FFD601;
  width: 5px;
  height: 5px;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.footer .footer-bottom .policy-menu li:last-child {
  margin-right: 0;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.header {
  width: 100%;
  z-index: 1040;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
  position: fixed;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header.min-header {
  width: 100%;
  z-index: 1040;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
}
.header.header-fixed {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9999;
  background: #FFF;
  box-shadow: inherit;
}
.header .header-nav {
  background-color: transparent;
  border: 0;
  position: relative;
  margin: 0;
  padding: 0;
  height: 80px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  .header .header-nav {
    height: 80px;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .header .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (max-width: 767.78px) {
  .header .navbar-header {
    width: 100%;
  }
}
.header .navbar-header #mobile_btn {
  display: none;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .header .navbar-header #mobile_btn {
    display: inline-block;
  }
}
@media (max-width: 767.78px) {
  .header .navbar-header #mobile_btn {
    margin-right: 0;
  }
}
.header .navbar-header #mobile_btn .bar-icon {
  display: inline-block;
  width: 31px;
}
.header .navbar-header #mobile_btn .bar-icon span {
  background-color: #FFD601;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
  position: relative;
}
.header .navbar-header #mobile_btn .bar-icon span:nth-child(2) {
  width: 16px;
}
.header .navbar-header #mobile_btn .bar-icon span:nth-child(3) {
  margin-bottom: 0;
}
.header .main-menu-wrapper {
  margin: 0;
  padding: 0;
}
.header .main-menu-wrapper .main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav ul {
    background-color: #061769;
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
}
.header .main-menu-wrapper .main-nav li .btn {
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  padding: 7px 8px;
  border: 1px solid #061769;
  border-radius: 0;
  min-width: 140px;
}
.header .main-menu-wrapper .main-nav li .btn:hover {
  color: #061769;
  border: 1px solid #061769;
}
.header .main-menu-wrapper .main-nav li .btn i {
  font-size: 15px;
  margin-right: 5px;
  margin-left: 0;
}
.header .main-menu-wrapper .main-nav li .btn.reg-btn {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #041B29;
  box-shadow: inset 0 0 0 0 #061769;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header .main-menu-wrapper .main-nav li .btn.reg-btn:hover {
  color: #FFF;
  background-color: #061769;
  border: 1px solid #061769;
  box-shadow: inset 0 0 0 50px #061769;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.header .main-menu-wrapper .main-nav li .btn.log-btn {
  min-width: 87px;
}
.header .main-menu-wrapper .main-nav li a {
  font-weight: 700;
  color: #FFF;
  display: block;
}
.header .main-menu-wrapper .main-nav li.login-link {
  display: none;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }
}
@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav li > ul {
    background: #FFF;
    box-shadow: 0px 4px 4px rgba(196, 196, 196, 0.25);
    border-radius: 0px 0px 6px 5px;
    display: block;
    font-size: 14px;
    min-width: 200px;
    opacity: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    visibility: hidden;
    z-index: 1000;
  }
}
@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav li {
    display: block;
    position: relative;
  }
}
.header .main-menu-wrapper .main-nav .register-btn {
  margin-right: 10px;
}
.header .main-menu-wrapper .main-nav .register-btn:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav .register-btn {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav > li {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .header .main-menu-wrapper .main-nav > li {
    margin-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav > li {
    border-bottom: 1px solid #7D858F;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav > li > a i {
    float: right;
    margin-top: 5px;
  }
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav > li > a {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: #FFF !important;
    font-size: 14px;
    background: transparent !important;
    border-radius: 0 !important;
  }
}
.header .main-menu-wrapper .main-nav > li:last-child {
  margin-right: 0;
}
.header .main-menu-wrapper .main-nav > li.active > a {
  color: #FFD601;
}
.header .main-menu-wrapper .main-nav > li > a {
  position: relative;
}
.header .main-menu-wrapper .main-nav > li > a:hover {
  color: #FFD601;
}
@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav > li > a {
    padding: 28px 0;
  }
}
.header .main-menu-wrapper .main-nav > li > a > i {
  font-size: 12px;
  margin-left: 6px;
}
.header .main-menu-wrapper .main-nav > li.searchbar a {
  color: #232323;
}
.header .main-menu-wrapper .main-nav > li.searchbar a i {
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .header .main-menu-wrapper .main-nav > li.searchbar {
    display: none;
  }
}
.header .main-menu-wrapper .main-nav > li.has-submenu .submenu .has-submenu .submenu::before {
  top: 20px;
  margin-left: -35px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  border-color: transparent #FFF #FFF transparent;
}
@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .header .main-menu-wrapper .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: -1px;
    margin-right: 0;
  }
}
.header .main-menu-wrapper .main-nav > li .submenu li {
  position: relative;
}
.header .main-menu-wrapper .main-nav > li .submenu li a {
  display: block;
  padding: 10px 15px;
  clear: both;
  white-space: nowrap;
  font-size: 14px;
  color: #3C3C3C;
  -webkit-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
  border-top: 1px solid #FFF;
}
.header .main-menu-wrapper .main-nav > li .submenu li a.active {
  color: #FFD601;
}
.header .main-menu-wrapper .main-nav > li .submenu li a:hover {
  color: #FFD601;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav > li .submenu li a {
    padding: 10px 15px 10px 35px;
    color: #fff;
    border-bottom: 1px solid #7D858F;
    border-top: 1px solid #7D858F;
  }
}
.header .main-menu-wrapper .main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav > li .submenu > li .inner-submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }
}
.header .main-menu-wrapper .main-nav > li .submenu::before {
  display: none;
}
@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav > li .submenu::before {
    border: 7px solid #FFF;
    border-color: transparent transparent #FFF #FFF;
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1060;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    background-color: #061769;
  }
}
.header .main-menu-wrapper .main-nav-info li.submenu::before {
  display: none;
}
.header .main-menu-wrapper .main-nav-info li > a {
  position: relative;
}
@media (max-width: 1199.98px) {
  .header .main-menu-wrapper .main-nav-info li > a {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav-info li > a {
    font-size: 14px;
  }
}
.header .main-menu-wrapper .main-nav-info > li > a::after {
  content: "";
  height: 3px;
  width: 0px;
  background-color: #FFD601;
  position: absolute;
  bottom: 20px;
  left: 0;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav-info > li > a::after {
    display: none;
  }
}
.header .main-menu-wrapper .main-nav-info > li:hover > a::after {
  width: 100%;
}
.header .main-menu-wrapper .main-nav-info li > a.active::after {
  width: 100%;
}
.header .logo {
  display: inline-block;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .header .logo.navbar-brand {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
}
.header .header-navbar-rht {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  margin-right: 0;
  display: flex;
  align-items: center;
}
.header .header-navbar-rht.admin-header-navbar-rht li {
  margin-right: 27px;
}
@media (max-width: 1199.98px) {
  .header .header-navbar-rht.admin-header-navbar-rht li {
    margin-right: 15px;
  }
}
.header .header-navbar-rht.admin-header-navbar-rht .notification-staus {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  right: 0;
  top: 0px;
}
.header .header-navbar-rht li {
  margin-right: 10px;
}
.header .header-navbar-rht li .admin-status {
  height: 8px;
  width: 8px;
  display: inline-flex;
  border-radius: 50%;
}
.header .header-navbar-rht li .user-active-status {
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .header .header-navbar-rht li .user-active-status {
    font-size: 14px;
  }
}
.header .header-navbar-rht li .admin-dasboard-notification a {
  color: #fff;
  font-size: 20px;
}
.header .header-navbar-rht li .btn {
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 15px;
  border-radius: 0;
  min-width: 140px;
}
@media (max-width: 991.98px) {
  .header .header-navbar-rht li .btn {
    padding: 10px 15px;
  }
}
.header .header-navbar-rht li .btn:hover {
  color: #061769;
  border: 1px solid #061769;
}
.header .header-navbar-rht li .btn i {
  margin-right: 8px;
}
.header .header-navbar-rht li .btn.btn-secondary {
  color: #212121;
}
.header .header-navbar-rht li .btn.reg-btn {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  box-shadow: inset 0 0 0 0 #FFF;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.header .header-navbar-rht li .btn.reg-btn:hover {
  color: #061769;
  background-color: #FFF;
  border-color: #FFF;
  box-shadow: inset 0 50px 0 0 #FFF;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.header .header-navbar-rht li:last-child {
  margin-right: 0;
}
.header .header-navbar-rht .has-arrow .dropdown-toggle {
  color: #FFF;
}
.header .header-navbar-rht .has-arrow .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #EEEEEE;
  border-right: 2px solid #EEEEEE;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  width: 8px;
  vertical-align: 2px;
  margin-left: 10px;
  transform-origin: 66% 66%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header .header-navbar-rht .has-arrow .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.header .header-navbar-rht .has-arrow .dropdown-toggle .user-img {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.header .header-navbar-rht .has-arrow .dropdown-toggle .user-img > img {
  height: 46px;
  object-fit: cover;
  width: 46px;
  border: 2px solid #FFF;
}
@media (max-width: 767.78px) {
  .header .header-navbar-rht .has-arrow .dropdown-toggle .user-content {
    display: none;
  }
}
.header .header-navbar-rht .has-arrow .user-header {
  padding: 10px 15px;
}
.header .header-navbar-rht .has-arrow .user-header .user-text {
  margin-left: 10px;
}
.header .header-navbar-rht .has-arrow .user-header .user-text h6 {
  font-size: 15px;
  margin-bottom: 2px;
}
.header .header-navbar-rht .has-arrow .logged-item .nav-link {
  font-size: 14px;
  line-height: 85px;
  padding: 0 10px;
}
.header .header-navbar-rht .has-arrow.logged-item .nav-link {
  font-size: 14px;
  line-height: 80px;
  padding: 0;
}
@media (max-width: 767.78px) {
  .header .header-navbar-rht {
    display: none;
  }
}
.header .menu-header {
  background-color: #061769;
  height: 80px;
  padding: 0 15px;
  border-bottom: 2px solid #7D858F;
  display: none;
}
.header .menu-header .menu-close {
  font-size: 20px;
}
.header .menu-header .menu-close i {
  color: #FFD601;
}
.header .menu-header .menu-close i:hover {
  color: #FFF;
}
@media (max-width: 991.98px) {
  .header .menu-header {
    display: flex;
  }
}

.menu-opened .main-menu-wrapper {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.main-nav li .flag-dropdown .submenu::before {
  display: none;
}

.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.sidebar-overlay.opened {
  display: block;
}

.header-two .logo {
  margin-right: 100px;
  width: 160px;
}
@media (max-width: 1399.98px) {
  .header-two .logo {
    margin-right: 10px;
  }
}
@media (max-width: 1199.98px) {
  .header-two .logo {
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .header-two .main-menu-wrapper .main-nav {
    display: block;
  }
}
@media (min-width: 1200px) {
  .header-two .main-menu-wrapper .main-nav li {
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  .header-two .main-menu-wrapper .main-nav li {
    margin-right: 12px;
  }
}
.header-two .main-menu-wrapper .main-nav li .btn {
  color: #212121;
  font-weight: 700;
  min-width: 166px;
  padding: 12px 15px;
}
.header-two .main-menu-wrapper .main-nav li .btn::after {
  display: none;
}
.header-two .header-navbar-rht {
  margin-left: auto;
  font-weight: 700;
}
.header-two .header-navbar-rht .logged-item .dropdown-toggle {
  color: #FFF;
  font-size: 14px;
  padding: 11px 15px;
  min-width: 146px;
  border: 0;
  border-radius: 0;
  position: relative;
}
.header-two .header-navbar-rht .logged-item .dropdown-toggle.show + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  border-radius: 10px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.header-two .header-navbar-rht .logged-item .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
  content: "";
  height: 10px;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
  vertical-align: 2px;
  margin-left: 8px;
}
.header-two .header-navbar-rht .logged-item .dropdown-toggle:after:hover {
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
.header-two .header-navbar-rht .logged-item .dropdown-toggle .user-img {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.header-two .header-navbar-rht .logged-item .dropdown-toggle .user-img > img {
  height: 46px;
  object-fit: cover;
  width: 46px;
  border: 2px solid #FFF;
}
@media (max-width: 1199.98px) {
  .header-two .header-navbar-rht .logged-item .dropdown-toggle .user-img > img {
    height: 35px;
    object-fit: cover;
    width: 35px;
  }
}
@media (max-width: 767.78px) {
  .header-two .header-navbar-rht .logged-item .dropdown-toggle .user-content {
    display: none;
  }
}
.header-two .header-navbar-rht .logged-item.show + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  border-radius: 10px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.header-two .header-navbar-rht .logged-item .dropdown-menu {
  background: #FFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 24px 94px rgba(176, 176, 176, 0.1);
  border-radius: 10px;
  margin: 0;
  padding: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: auto !important;
  right: 0 !important;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
}
.header-two .header-navbar-rht .logged-item .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #3C3C3C;
  margin: 0;
  padding: 10px 15px;
  font-weight: 500;
}
.header-two .header-navbar-rht .logged-item .dropdown-menu .dropdown-item:active {
  color: #FFF;
  background: #061769;
}
.header-two .header-navbar-rht .logged-item .dropdown-menu .dropdown-item i {
  margin-right: 10px;
}
.header-two .header-navbar-rht .logged-item .dropdown-menu .dropdown-item:first-child {
  border-radius: 10px 10px 0 0;
}
.header-two .header-navbar-rht .logged-item .dropdown-menu .dropdown-item:last-child {
  border-radius: 0 0 10px 10px;
}
.header-two .header-navbar-rht .logged-item .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.header-two .header-navbar-rht .notification-dropdown .dropdown-toggle {
  color: #FFF;
  font-size: 20px;
  border: 0;
  border-radius: 0;
  position: relative;
  line-height: 80px;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .header-two .header-navbar-rht .notification-dropdown .dropdown-toggle {
    font-size: 16px;
  }
}
.header-two .header-navbar-rht .notification-dropdown .dropdown-toggle.show + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 30px;
  border-radius: 10px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.header-two .header-navbar-rht .notification-dropdown .dropdown-toggle:after {
  display: none;
}
.header-two .header-navbar-rht .notification-dropdown.show + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  border-radius: 10px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.header-two .header-navbar-rht .notification-dropdown .dropdown-menu {
  background: #FFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 24px 94px rgba(176, 176, 176, 0.1);
  border-radius: 10px;
  margin: 0;
  padding: 0;
  min-width: 350px;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: auto !important;
  right: 0 !important;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
}
.header-two .header-navbar-rht .notification-dropdown .topnav-dropdown-header {
  border-bottom: 1px solid #EEEEEE;
  text-align: center;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
}
.header-two .header-navbar-rht .notification-dropdown .topnav-dropdown-header .notification-title {
  color: #232323;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 400;
}
.header-two .header-navbar-rht .notification-dropdown .topnav-dropdown-header .clear-noti {
  color: #FF0000;
  float: right;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}
.header-two .header-navbar-rht .notification-dropdown .topnav-dropdown-header .clear-noti:hover {
  letter-spacing: 0.5px;
}
.header-two .header-navbar-rht .notification-dropdown .notifications .noti-content {
  height: 290px;
  width: 350px;
  overflow-y: auto;
  position: relative;
}
.header-two .header-navbar-rht .notification-dropdown .notifications .notification-list li {
  margin-top: 0;
  margin-right: 0;
  border-bottom: 1px solid #EEEEEE;
  font-size: 14px;
}
.header-two .header-navbar-rht .notification-dropdown .notifications .notification-list li a {
  display: block;
  padding: 12px;
  border-radius: 2px;
}
.header-two .header-navbar-rht .notification-dropdown .notifications .notification-list li a:hover {
  background-color: #FAFAFA;
}
.header-two .header-navbar-rht .notification-dropdown .notifications .notification-list li .noti-title {
  color: #232323;
  font-weight: 500;
}
.header-two .header-navbar-rht .notification-dropdown .notifications .notification-list li .noti-details {
  color: #1F2938;
  font-weight: 400;
  margin: 0;
}
.header-two .header-navbar-rht .notification-dropdown .notifications .notification-list li p.noti-time {
  margin: 0;
  font-weight: 400;
}
.header-two .header-navbar-rht .notification-dropdown .notifications .notification-list li .notification-time {
  font-size: 12px;
  line-height: 1.35;
  color: #7C7C7C;
}
.header-two .header-navbar-rht .notification-dropdown .notifications .notification-list li .list-item {
  border: 0;
  padding: 0;
  position: relative;
}
.header-two .header-navbar-rht .notification-dropdown .notifications .notification-list li .list-item .list-left {
  height: 48px;
  position: absolute;
  width: 48px;
}
.header-two .header-navbar-rht .notification-dropdown .notifications .notification-list li .list-item .list-body {
  padding: 0 0 0 50px;
}
.header-two .header-navbar-rht .notification-dropdown .notifications .notification-list li .list-item .list-body .message-author {
  color: #7C7C7C;
  float: left;
  font-weight: 500;
  width: 175px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-two .header-navbar-rht .notification-dropdown .notifications .notification-list li .list-item .list-body .message-time {
  color: #7C7C7C;
  float: right;
  font-size: 11px;
}
.header-two .header-navbar-rht .notification-dropdown .notifications .notification-list li .list-item .list-body .message-content {
  color: #7C7C7C;
  font-size: 13px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-two .header-navbar-rht .notification-dropdown .notifications .media > .avatar {
  margin-right: 15px;
  width: 3rem;
  height: 3rem;
}
.header-two .header-navbar-rht .notification-dropdown .topnav-dropdown-footer {
  border-top: 1px solid #EEEEEE;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
}
.header-two .header-navbar-rht .notification-dropdown .topnav-dropdown-footer a {
  display: block;
  text-align: center;
}

.header-trans .main-menu-wrapper .main-nav-info li > a::after {
  bottom: 0;
}
@media (max-width: 991.98px) {
  .header-trans .main-menu-wrapper .main-nav-info li > a::after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-two.master-header .main-menu-wrapper .main-nav li {
    margin-right: 15px;
  }
}
.header-two.master-header .main-menu-wrapper .main-nav li .submenu li {
  margin-right: 0px;
}
@media (min-width: 992px) {
  .header-two.master-header .main-menu-wrapper .main-nav li .submenu li .submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .header-two.master-header .main-menu-wrapper .main-nav li .submenu li:hover .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 1199.98px) {
  .admin-header .main-menu-wrapper .main-nav li {
    margin-right: 8px;
  }
}
@media (max-width: 767.78px) {
  .admin-header .main-menu-wrapper .main-nav li {
    margin-right: 0;
  }
}

.custom_check {
  color: #212121;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom_check input:checked ~ .checkmark {
  background-color: #061769;
  border-color: #061769;
}
.custom_check input:checked ~ .checkmark:after {
  display: block;
}
.custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #D7D7D7;
  background-color: #FFF;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom_check .checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  color: #FFF;
  font-size: 12px;
}

.custom_radio {
  color: #212121;
  display: inline-block;
  position: relative;
  font-size: 14px;
  padding-top: 3px;
  padding-right: 35px;
  margin-right: 50px;
  margin-bottom: 0 !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_radio:last-child {
  margin-right: 0;
}
.custom_radio input {
  position: absolute;
  opacity: 0;
}
.custom_radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.custom_radio .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;
  border: 2px solid #212121;
  border-radius: 50%;
}
.custom_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 5px solid #061769;
  background: #FFF;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/****** PAGES ******/
.login-body .main-wrapper {
  overflow-x: hidden;
}

@media (max-width: 991.98px) {
  .log-inner-tab {
    display: none;
  }
}

.login-inner {
  padding: 30px;
  height: 100vh;
  position: fixed;
  width: 50%;
}
@media (max-width: 1199.98px) {
  .login-inner {
    padding: 0px;
  }
}
.login-inner.super-admin-inner {
  padding: 0;
}
.login-inner.super-admin-inner .login-bg {
  border-radius: 0;
}
.login-inner.super-admin-inner .login-bg::after {
  background: #061769;
}
.login-inner.super-admin-inner .login-bg::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 185px;
  border-color: transparent #FFD601 #FFD601 transparent;
  bottom: 0;
  right: 0;
}
.login-inner.super-admin-inner .login-bg .logo-superadmin img {
  position: absolute;
  left: 20px;
  top: 20px;
}
.login-inner.super-admin-inner .login-details {
  padding-left: 0;
}
.login-inner.super-admin-inner .login-details h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.login-inner.super-admin-inner .login-details h2::after {
  display: none;
}
.login-inner .login-bg {
  background: #061769;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.login-inner .login-bg::after {
  content: "";
  background-image: url("../img/login-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.login-inner .login-details {
  position: relative;
  padding-left: 30px;
}
.login-inner .login-details h5 {
  font-weight: 600;
  font-size: 24px;
  color: #FFF;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .login-inner .login-details h5 {
    font-size: 20px;
  }
}
.login-inner .login-details h2 {
  font-size: 54px;
  color: #FFF;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .login-inner .login-details h2 {
    font-size: 40px;
  }
}
.login-inner .login-details h2::after {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  border-bottom: 1px solid #FFF;
  width: 242px;
}
.login-inner .login-details p {
  font-weight: 500;
  font-size: 18px;
  color: #FFF;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .login-inner .login-details p {
    font-size: 16px;
  }
}

.login-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}
.login-wrapper .login-footer-right {
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  .login-wrapper .login-footer-right {
    position: relative;
  }
}
.login-wrapper .loginbox {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 30px 0 10px;
}
@media (max-width: 1199.98px) {
  .login-wrapper .loginbox {
    max-width: 450px;
  }
}
@media (max-width: 767.78px) {
  .login-wrapper .loginbox {
    padding: 15px;
    max-width: inherit;
  }
}
.login-wrapper .loginbox .login-account-head {
  text-align: center;
  margin-bottom: 40px;
}
.login-wrapper .loginbox .login-account-head h4 {
  font-size: 36px;
  color: #061769;
  font-weight: 700;
}
@media (max-width: 767.78px) {
  .login-wrapper .loginbox .login-account-head h4 {
    font-size: 24px;
  }
}
.login-wrapper .loginbox .login-account-head p {
  font-size: 16px;
  font-weight: 500;
  color: #162B38;
}
.login-wrapper .loginbox .login-logo {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .login-wrapper .loginbox .login-logo {
    padding-bottom: 30px;
  }
}
.login-wrapper .loginbox .login-header {
  padding-bottom: 25px;
}
.login-wrapper .loginbox .login-header h2 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .login-wrapper .loginbox .login-header h2 {
    font-size: 24px;
  }
}
@media (max-width: 767.78px) {
  .login-wrapper .loginbox .login-header h2 {
    font-size: 18px;
  }
}
.login-wrapper .loginbox .login-tab {
  padding-bottom: 40px;
}
@media (max-width: 767.78px) {
  .login-wrapper .loginbox .login-tab {
    padding-bottom: 25px;
  }
}
.login-wrapper .loginbox .login-tab .nav-tabs {
  border: 0;
  padding: 0;
}
@media (max-width: 767.78px) {
  .login-wrapper .loginbox .login-tab .nav-tabs {
    display: block;
  }
}
.login-wrapper .loginbox .login-tab .nav-tabs .nav-item {
  margin-right: 20px;
}
@media (max-width: 767.78px) {
  .login-wrapper .loginbox .login-tab .nav-tabs .nav-item {
    margin-right: 0;
  }
}
.login-wrapper .loginbox .login-tab .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.login-wrapper .loginbox .login-tab .nav-tabs .nav-item .nav-link {
  padding: 20px;
  padding-left: 50px;
  background: #FFF;
  border: 1px solid #EEEEEE;
  font-weight: 600;
  font-size: 20px;
  color: #232323;
  min-width: 240px;
  position: relative;
  border-radius: 0;
}
@media (max-width: 1199.98px) {
  .login-wrapper .loginbox .login-tab .nav-tabs .nav-item .nav-link {
    min-width: 210px;
    font-size: 18px;
    padding: 15px;
    padding-left: 45px;
  }
}
@media (max-width: 767.78px) {
  .login-wrapper .loginbox .login-tab .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    padding: 10px;
    padding-left: 45px;
    min-width: 100%;
    width: 100%;
  }
}
.login-wrapper .loginbox .login-tab .nav-tabs .nav-item .nav-link::after {
  content: "\f111";
  color: #EEEEEE;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.login-wrapper .loginbox .login-tab .nav-tabs .nav-item .nav-link.active {
  color: #FFF;
  background: #0185FF;
}
.login-wrapper .loginbox .login-tab .nav-tabs .nav-item .nav-link.active::after {
  content: "\f058";
  color: #FFF;
}
.login-wrapper .loginbox .login-tab .nav-tabs .nav-item .nav-link p {
  font-size: 14px;
  font-weight: 400;
}
.login-wrapper .loginbox .login-tab .nav-tabs .nav-item .nav-link p span {
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .login-wrapper .loginbox .login-tab .nav-tabs .nav-item .nav-link p {
    font-size: 13px;
  }
}
.login-wrapper .loginbox .tab-content {
  padding: 0;
}

.pass-group {
  position: relative;
}
.pass-group .pass-position {
  position: relative;
}
.pass-group .toggle-password {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #D7D7D7;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pass-group .toggle-password:hover {
  color: #061769;
  background-color: #EEEEEE;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pass-group .confirm-toggle-password {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  top: 22%;
  color: #D7D7D7;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pass-group .confirm-toggle-password:hover {
  color: #061769;
  background-color: #EEEEEE;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.login-check-group {
  margin-bottom: 40px;
}
@media (max-width: 767.78px) {
  .login-check-group {
    margin-bottom: 20px;
  }
}
.login-check-group .login-check-box .status-toggle .checktoggle {
  width: 20px;
  height: 12px;
  margin: 0 8px 0 0;
  padding: 0;
  background-color: #FFF;
  border: 2px solid #3C3C3C;
}
.login-check-group .login-check-box .status-toggle .checktoggle:after {
  width: 5px;
  height: 5px;
  background-color: #3C3C3C;
}
.login-check-group .login-check-box .status-toggle .check:checked + .checktoggle {
  border: 2px solid #0185FF;
}
.login-check-group .login-check-box .status-toggle .check:checked + .checktoggle:after {
  width: 5px;
  height: 5px;
  background-color: #0185FF;
}
.login-check-group .login-check-box .status-toggle span {
  color: #1F2938;
}
.login-check-group .forgot-link {
  font-weight: 700;
  color: #FF0000;
}
.login-check-group .forgot-link:hover {
  color: #0185FF;
}

.login-btn .btn {
  width: 100%;
  padding: 17px 20px;
}
.login-btn .btn:hover {
  box-shadow: inset 0 70px 0 0 #FFF;
}
@media (max-width: 991.98px) {
  .login-btn .btn {
    padding: 12px 20px;
  }
}
@media (max-width: 767.78px) {
  .login-btn .btn {
    padding: 10px 20px;
  }
}

.dont-have {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767.78px) {
  .dont-have {
    font-size: 14px;
  }
}
.dont-have a {
  font-size: 14px;
  font-weight: 700;
  color: #041B29;
  text-decoration: underline;
}
.dont-have a:hover {
  color: #0185FF;
}

.terms-check-box {
  margin-bottom: 40px;
}
@media (max-width: 767.78px) {
  .terms-check-box {
    margin-bottom: 20px;
  }
}
.terms-check-box .custom_check {
  margin-bottom: 0;
}
.terms-check-box .custom_check a {
  color: #212121;
}
.terms-check-box .custom_check a:hover {
  color: #0185FF;
}

.forgot-body {
  background: #F6F3F0;
}

.error {
  color: #FF0000;
}

@media (max-width: 767.78px) {
  .dropdown.dropdown-action {
    width: 70px;
    text-align: center;
  }
}
.banner-section {
  background: #061769;
  padding: 110px 0 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-section::after {
  content: "";
  background: url(../img/banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .banner-section {
    padding: 120px 0 40px;
  }
}

.banner-content h4 {
  font-weight: 600;
  font-size: 28px;
  color: #FFD601;
  margin-bottom: 0;
}
@media (max-width: 767.78px) {
  .banner-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.banner-content h1 {
  font-weight: 700;
  font-size: 35px;
  color: #FFF;
  max-width: 600px;
  margin-bottom: 0px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 767.78px) {
  .banner-content h1 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: normal;
  }
}
.banner-content h2 {
  font-weight: 600;
  font-size: 30px;
  color: #FFF;
  max-width: 1000px;
  margin: 0 auto 0;
}
@media (max-width: 767.78px) {
  .banner-content h2 {
    font-size: 26px;
    line-height: normal;
  }
}
.banner-content p {
  font-weight: 600;
  font-size: 20px;
  color: #FFF;
  max-width: 715px;
  margin-bottom: 35px;
  line-height: 35px;
}
@media (max-width: 767.78px) {
  .banner-content p {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}
.banner-content .btn {
  max-width: 200px;
  font-size: 14px;
  border-radius: 0;
  padding: 16px 20px;
}
.banner-content .btn i {
  margin-right: 10px;
}
@media (max-width: 767.78px) {
  .banner-content .btn {
    max-width: 180px;
    padding: 10px 15px;
  }
}

.online-section {
  background: #FFD601;
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .online-section {
    padding: 40px 0;
  }
}
.online-section .online-content {
  text-align: center;
}
.online-section .online-content h2 {
  font-size: 50px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .online-section .online-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.78px) {
  .online-section .online-content h2 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 20px;
  }
}
.online-section .online-content p {
  font-size: 20px;
  font-weight: 600;
  color: #1F2938;
  margin-bottom: 0;
}
@media (max-width: 767.78px) {
  .online-section .online-content p {
    font-size: 15px;
  }
}

.driving-section {
  background: #FFF;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .driving-section {
    padding: 40px 0;
  }
}
.driving-section .section-header {
  margin-bottom: 20px;
}
.driving-section .section-header h2 {
  margin-bottom: 20px;
}
.driving-section .section-header h6 {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .driving-section .driving-img {
    display: none;
  }
}

.driving-wrap {
  padding: 0 0 0 60px;
}
@media (max-width: 991.98px) {
  .driving-wrap {
    padding: 0 0 0 15px;
  }
}

.section-header {
  margin-bottom: 24px;
}
.section-header h2 {
  font-size: 25px;
  color: #003B64;
  margin-bottom: 0;
}
.section-header h6 {
  font-weight: 600;
  font-size: 20px;
  color: #162B38;
  margin-bottom: 0;
}
@media (max-width: 767.78px) {
  .section-header h6 {
    font-size: 16px;
  }
}
.section-header p {
  font-weight: 500;
  font-size: 16px;
  color: #162B38;
  margin-bottom: 0;
}
@media (max-width: 767.78px) {
  .section-header p {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .section-header {
    margin-bottom: 40px;
  }
}

.driving-content p {
  margin-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 767.78px) {
  .driving-content p {
    font-size: 14px;
  }
}
.driving-content p span {
  font-weight: 700;
}
.driving-content .btn {
  max-width: 200px;
  font-size: 14px;
  border-radius: 0;
  padding: 16px 20px;
}
.driving-content .btn i {
  margin-right: 10px;
}
@media (max-width: 767.78px) {
  .driving-content .btn {
    max-width: 180px;
    padding: 10px 15px;
  }
}

.process-section {
  background: #F6F3F0;
  padding: 80px 0 55px;
}
@media (max-width: 991.98px) {
  .process-section {
    padding: 40px 0 15px;
  }
}
.process-section .section-header h2 {
  margin-bottom: 10px;
}
.process-section .section-header p {
  max-width: 810px;
  margin: 0 auto 0;
}
.process-section .process-card {
  border: 0;
  border-radius: 10px;
}
.process-section .process-card .card-body {
  padding: 30px;
}
@media (max-width: 991.98px) {
  .process-section .process-card .card-body {
    padding: 20px;
  }
}
@media (max-width: 767.78px) {
  .process-section .process-card .card-body {
    padding: 15px;
  }
}
.process-section .process-card .card-body .process-icon {
  padding: 0 0 15px;
}
.process-section .process-card .card-body .process-icon span {
  width: 88px;
  height: 88px;
  background: #F6F3F0;
  border-radius: 100px;
}
.process-section .process-card .card-body .process-icon span img {
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767.78px) {
  .process-section .process-card .card-body .process-icon span {
    width: 80px;
    height: 80px;
  }
  .process-section .process-card .card-body .process-icon span img {
    width: 36px;
  }
}
.process-section .process-card .card-body:hover .process-icon span img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.process-section .process-card .card-body .process-content h4 {
  font-size: 23px;
  font-weight: 600;
  color: #041B29;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .process-section .process-card .card-body .process-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.78px) {
  .process-section .process-card .card-body .process-content h4 {
    font-size: 18px;
  }
}
.process-section .process-card .card-body .process-content p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767.78px) {
  .process-section .process-card .card-body .process-content p {
    font-size: 14px;
  }
}

.serve-section {
  background: #061769;
  padding: 80px 0 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .serve-section {
    padding: 40px 0 20px;
  }
}
@media (max-width: 767.78px) {
  .serve-section {
    padding: 40px 0;
  }
}

.serve-img {
  position: relative;
}
@media (max-width: 991.98px) {
  .serve-img {
    display: none;
  }
}
.serve-img .serve-img-left {
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
}
.serve-img .serve-img-right {
  position: absolute;
  top: 100px;
  right: 20px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
}
.serve-header-details {
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  .serve-header-details {
    padding-right: 15px;
  }
}

.serve-details {
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  .serve-details {
    padding-left: 15px;
  }
}

.serve-header {
  padding-bottom: 30px;
}
@media (max-width: 767.78px) {
  .serve-header {
    padding-bottom: 20px;
  }
}
.serve-header h2 {
  font-size: 48px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .serve-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.78px) {
  .serve-header h2 {
    font-size: 28px;
  }
}

@media (max-width: 767.78px) {
  .serve-form {
    padding-bottom: 30px;
  }
}
.serve-form .form-group {
  margin-bottom: 0;
}
.serve-form .form-group .form-control {
  min-height: 52px;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 15px;
}
.serve-form .form-group .form-control::placeholder {
  color: #7C7C7C;
  font-weight: 500;
}
@media (max-width: 767.78px) {
  .serve-form .form-group .form-control {
    min-height: 46px;
    font-size: 14px;
  }
}
.serve-form .form-group .btn {
  font-size: 24px;
  min-width: 102px;
  height: 52px;
  color: #FFF;
  border-radius: 5px;
}
@media (max-width: 767.78px) {
  .serve-form .form-group .btn {
    min-width: 60px;
    height: 46px;
    font-size: 20px;
  }
}
.serve-form .form-group .btn:hover {
  color: #FFD601;
}

.serve-content {
  float: left;
  width: 100%;
}
.serve-content h5 {
  font-size: 24px;
  font-weight: 600;
  color: #FFD601;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .serve-content h5 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.78px) {
  .serve-content h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.serve-content .serve-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.serve-content .serve-list li {
  float: left;
  width: 50%;
  font-weight: 700;
  color: #FEFDFC;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .serve-content .serve-list li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.78px) {
  .serve-content .serve-list li {
    width: 100%;
    margin-bottom: 15px;
  }
  .serve-content .serve-list li:last-child {
    margin-bottom: 0;
  }
}
.serve-content .serve-list li i {
  color: #FFD601;
  font-size: 24px;
  margin-right: 10px;
}
@media (max-width: 767.78px) {
  .serve-content .serve-list li i {
    font-size: 20px;
  }
}

.login-banner-section {
  background: #061769;
  padding: 120px 0 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.login-banner-section::after {
  content: "";
  background: url(../img/login-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .login-banner-section {
    padding: 120px 0 40px;
  }
}
@media (max-width: 991.98px) {
  .login-banner-section {
    padding: 120px 0 40px;
  }
}
@media (max-width: 767.78px) {
  .login-banner-section {
    min-height: inherit;
  }
}
@media (max-width: 991.98px) {
  .login-banner-section .login-banner-img {
    display: none;
  }
}
.login-banner-section .login-banner-img .login-banner-img-left {
  position: absolute;
  top: 250px;
  left: -20px;
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
}
.login-banner-section .login-banner-img .login-banner-img-right {
  position: absolute;
  top: 200px;
  right: 20px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.pricing-section {
  background: #FFF;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .pricing-section {
    padding: 40px 0;
  }
}

.pricing-card-info {
  margin-bottom: 40px;
}
@media (max-width: 767.78px) {
  .pricing-card-info {
    margin-bottom: 30px;
  }
}

.pricing-card {
  background: #E6F4FF;
  margin-bottom: 10px;
  box-shadow: inherit;
  border-radius: 10px;
  padding: 30px 20px;
}
@media (max-width: 767.78px) {
  .pricing-card .pricing-info {
    display: block;
  }
}
@media (max-width: 767.78px) {
  .pricing-card .pricing-info .pricing-list {
    padding-bottom: 10px;
  }
}
.pricing-card .pricing-info .pricing-list h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #003B64;
  min-height: 60px;
}
@media (max-width: 1199.98px) {
  .pricing-card .pricing-info .pricing-list h4 {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .pricing-card .pricing-info .pricing-list h4 {
    font-size: 18px;
  }
}
@media (max-width: 767.78px) {
  .pricing-card .pricing-info .pricing-list h4 {
    font-size: 16px;
  }
}
.pricing-card .pricing-info .pricing-list h4 span {
  font-size: 20px;
  font-weight: 700;
  color: #212121;
}
@media (max-width: 1199.98px) {
  .pricing-card .pricing-info .pricing-list h4 span {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .pricing-card .pricing-info .pricing-list h4 span {
    font-size: 16px;
  }
}
@media (max-width: 767.78px) {
  .pricing-card .pricing-info .pricing-list h4 span {
    font-size: 12px;
  }
}
.pricing-card .pricing-info .pricing-details {
  text-align: right;
}
@media (max-width: 767.78px) {
  .pricing-card .pricing-info .pricing-details {
    text-align: left;
  }
}
.pricing-card .pricing-info .pricing-details h4 {
  font-size: 28px;
  font-weight: 600;
  color: #162B38;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .pricing-card .pricing-info .pricing-details h4 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .pricing-card .pricing-info .pricing-details h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.78px) {
  .pricing-card .pricing-info .pricing-details h4 {
    font-size: 18px;
  }
}
.pricing-card .pricing-info .pricing-details h4 span {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .pricing-card .pricing-info .pricing-details h4 span {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .pricing-card .pricing-info .pricing-details h4 span {
    font-size: 16px;
  }
}
@media (max-width: 767.78px) {
  .pricing-card .pricing-info .pricing-details h4 span {
    font-size: 12px;
  }
}
.pricing-card .pricing-info .pricing-details p {
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}
.pricing-card.no-bg-color {
  background: transparent;
  margin: 0 0 40px 0;
  padding: 0;
}
.pricing-card.no-bg-color .pricing-info .pricing-list {
  min-height: 60px;
}

.pricing-box {
  background: #F6F3F0;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 40px;
}
@media (max-width: 991.98px) {
  .pricing-box {
    padding: 30px;
  }
}
@media (max-width: 767.78px) {
  .pricing-box {
    padding: 15px;
  }
}
.pricing-box p {
  color: #212121;
  font-weight: 700;
  margin-bottom: 0;
}

.order-card {
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
}
.order-card .card-body {
  padding: 40px;
}
@media (max-width: 991.98px) {
  .order-card .card-body {
    padding: 30px;
  }
}
@media (max-width: 767.78px) {
  .order-card .card-body {
    padding: 15px;
  }
}

.order-info p {
  font-size: 16px;
  color: #212121;
  margin-bottom: 20px;
}
@media (max-width: 767.78px) {
  .order-info p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.order-info p:last-child {
  margin-bottom: 0;
}
.order-info p i {
  font-size: 20px;
  font-weight: 700;
  color: #10B990;
  margin-right: 10px;
}
@media (max-width: 767.78px) {
  .order-info p i {
    font-size: 18px;
  }
}

.enquire-section {
  background: #061769;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .enquire-section {
    padding: 40px 0;
  }
}

.enquire-shapes-img {
  position: relative;
}
@media (max-width: 991.98px) {
  .enquire-shapes-img {
    display: none;
  }
}
.enquire-shapes-img .enquire-img-top {
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
}
.enquire-shapes-img .enquire-img-bottom {
  position: absolute;
  top: 450px;
  left: 150px;
  -webkit-animation: mover 3s infinite alternate;
  animation: mover 3s infinite alternate;
}
.enquire-shapes-img .enquire-img-right {
  position: absolute;
  top: 100px;
  right: 20px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.enquire-img {
  padding-right: 60px;
}
@media (max-width: 767.78px) {
  .enquire-img {
    display: none;
  }
}

.enquire-info .section-header {
  margin-bottom: 30px;
}
.enquire-info .section-header h2 {
  color: #FFF;
  margin-bottom: 10px;
}
.enquire-info .section-header p {
  font-weight: 400;
  color: #ECF4EF;
  margin-bottom: 0;
}

.enquire-form .form-group:last-child {
  margin-bottom: 0;
}
.enquire-form .form-group .btn {
  border-radius: 0;
  min-width: 108px;
  font-size: 14px;
  padding: 12px 15px;
}
@media (max-width: 767.78px) {
  .enquire-form .form-group .btn {
    padding: 10px 15px;
  }
}
.enquire-form .form-control {
  background: #F6F3F0;
}
.enquire-form label {
  color: #FFF;
}

.profile-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.profile-wrapper .profile-card-sec {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  column-gap: 20px;
  align-items: center;
  padding: 20px;
}
.profile-wrapper .profile-card-sec img {
  max-width: 170px;
  object-fit: cover;
}
.profile-wrapper .profile-card-sec .profile-info-blk {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  flex: 1 0 0;
}
.profile-wrapper .profile-card-sec .profile-info-blk h5 {
  font-size: 18px;
  font-weight: 600;
  color: #003B64;
}
.profile-wrapper .profile-card-sec .profile-info-blk ul li {
  display: flex;
  column-gap: 10px;
}
.profile-wrapper .profile-card-sec .profile-info-blk ul li i {
  color: #808080;
  font-size: 20px;
}
.profile-wrapper .profile-card-sec .profile-info-blk ul li p {
  margin: 0;
  padding: 0;
  font-weight: 600;
  word-break: break-all;
  white-space: normal;
}
.profile-wrapper .profile-card-sec .profile-info-blk ul li:not(:last-child) {
  margin-bottom: 10px;
}
.profile-wrapper .profile-card-sec .profile-info-blk ul li .serv-tag {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.profile-wrapper .profile-card-sec .profile-info-blk ul li .serv-tag p {
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.profile-wrapper .profile-card-sec .profile-info-blk ul li .serv-tag .tag-flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.profile-wrapper .profile-card-sec .profile-info-blk ul li .serv-tag .tag-flex span {
  font-weight: 800;
  font-size: 12px;
  color: #003B64;
  background: #E6F4FF;
  padding: 5px 14px;
  border-radius: 5px;
}
.profile-wrapper .profile-card-sec .profile-info-blk ul li .serv-tag .tag-flex span.circle-tag {
  color: #292929;
  background: #F0F0F0;
  padding: 5px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.profile-wrapper.profile-card-fill {
  background-color: #061769;
  border: 0px solid transparent;
}
.profile-wrapper.profile-card-fill .profile-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.profile-wrapper.profile-card-fill .profile-info-wrapper .profile-info-blk {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  flex: 1 0 0;
}
.profile-wrapper.profile-card-fill .profile-info-wrapper .profile-info-blk h5 {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}
.profile-wrapper.profile-card-fill .profile-info-wrapper .profile-info-blk ul li {
  display: flex;
  column-gap: 10px;
}
.profile-wrapper.profile-card-fill .profile-info-wrapper .profile-info-blk ul li i {
  color: #808080;
  font-size: 20px;
}
.profile-wrapper.profile-card-fill .profile-info-wrapper .profile-info-blk ul li p {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #FFF;
}
.profile-wrapper.profile-card-fill .profile-info-wrapper .profile-info-blk ul li:not(:last-child) {
  margin-bottom: 10px;
}
.profile-wrapper.profile-card-fill .profile-info-wrapper .profile-info-blk ul li .serv-tag {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.profile-wrapper.profile-card-fill .profile-info-wrapper .profile-info-blk ul li .serv-tag p {
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.profile-wrapper.profile-card-fill .profile-info-wrapper .profile-info-blk ul li .serv-tag .tag-flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.profile-wrapper.profile-card-fill .profile-info-wrapper .profile-info-blk ul li .serv-tag .tag-flex span {
  font-weight: 800;
  font-size: 12px;
  color: #003B64;
  background: #E6F4FF;
  padding: 5px 14px;
  border-radius: 5px;
}
.profile-wrapper.profile-card-fill .profile-info-wrapper .profile-info-blk ul li .serv-tag .tag-flex span.circle-tag {
  color: #292929;
  background: #F0F0F0;
  padding: 5px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.profile-wrapper.profile-card-fill .profile-info-wrapper .cta-blk a {
  background: #FFD601;
  border-radius: 100px;
  padding: 10px 30px;
  min-height: 40px;
  color: #061769;
}
.profile-wrapper.profile-card-fill .profile-info-wrapper .cta-blk a:hover {
  background: #FFF;
  color: #061769;
}

.pricing-details {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.pricing-details .flex-grid-style {
  display: flex;
}
.pricing-details .flex-grid-style .flex-col-blk {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  margin: 0;
  padding: 10px;
}
.pricing-details .flex-grid-style .flex-col-blk .flex-title {
  font-weight: 700;
  color: #000;
}
.pricing-details .flex-grid-style .flex-col-blk p {
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.border-right-blk {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.border-bottom-blk {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

header {
  background: #ffffff;
  box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.05);
}
header .header-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 20px;
  padding: 20px 0px;
}
header .header-flex .logo-blk {
  flex: 1 0 0;
}
header .header-flex .logo-blk img {
  width: 140px;
}
header .header-flex .search-blk h5 {
  font-weight: 700;
  margin: 0 0 10px;
}
header .header-flex .search-blk .custom-form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  align-items: center;
}
header .header-flex .search-blk .custom-form .custom-input {
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 100px;
  width: auto;
  padding: 0px 20px;
}
header .header-flex .search-blk .custom-form .custom-input .form-control {
  border: 0px solid transparent;
  min-height: 40px;
}
header .header-flex .search-blk .custom-form .btn-custom {
  background: #003B64;
  border-radius: 100px;
  padding: 10px 30px;
  min-height: 40px;
  color: #FFF;
}

.section-blk {
  padding: 50px 0;
}
.section-blk .title-blk {
  padding: 0 0 20px;
}
.section-blk .title-blk h5 {
  margin: 0;
  padding: 0;
}

.search-profile-blk {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.map-blk {
  position: sticky;
  top: 0px;
  border-radius: 0px;
  overflow: hidden;
  width: calc(100vw - 735px);
  height: 100vh;
  display: flex;
  bottom: 0px;
  border-radius: 0 10px 10px 0;
}

#map {
  height: 100vh;
  width: 100%;
  flex: 1 0 0;
}

.map-popover {
  display: flex;
  column-gap: 15px;
}
.map-popover .profile-icon-big i {
  font-size: 77px;
}
.map-popover .flex-column-blk {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.map-popover .flex-column-blk p {
  margin: 0;
  padding: 0;
}
.map-popover .flex-column-blk p.badge-map {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 2px 10px;
}

.custom-footer .footer-bottom {
  background: #003B64;
  color: #FFF;
  padding: 20px 0px;
}
.custom-footer .footer-bottom p {
  color: #FFF;
}
.custom-footer .footer-bottom a {
  color: #FFF;
}

.pro-detail-blk {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.pro-detail-blk .blockquote-blk {
  background-color: #FFF3CD;
  border-left: 5px solid #856404;
  padding: 20px 20px 20px 0px;
}
.pro-detail-blk .blockquote-blk a {
  color: #856404;
  font-weight: 700;
  padding: 0px 0px 0px 20px;
}
.pro-detail-blk .tab-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px 20px;
  border-radius: 10px;
}
.pro-detail-blk .tab-wrapper .custom-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.pro-detail-blk .tab-wrapper .custom-nav li {
  margin-bottom: -1px;
}
.pro-detail-blk .tab-wrapper .custom-nav li a {
  font-weight: 700;
  text-transform: uppercase;
  color: #141414;
  padding: 20px;
}
.pro-detail-blk .tab-wrapper .custom-nav li a.active {
  color: #003B64;
  border-bottom: 1px solid #003B64;
}
.pro-detail-blk .tab-wrapper .custom-nav li a:hover {
  color: #003B64;
  border-bottom: 1px solid #003B64;
}
.pro-detail-blk .tab-wrapper .custom-nav li a:focus {
  color: #003B64;
  border-bottom: 1px solid #003B64;
}
.pro-detail-blk .tab-wrapper .flex-info ul li {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.pro-detail-blk .tab-wrapper .flex-info ul li span {
  font-weight: 700;
}
.pro-detail-blk .tab-wrapper .flex-info ul li p {
  padding: 0;
}
.pro-detail-blk .tab-wrapper .flex-info ul li:not(:last-child) {
  margin: 0px 0px 40px;
  padding: 0;
}
.pro-detail-blk .tab-wrapper .flex-info ul li .tag-flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.pro-detail-blk .tab-wrapper .flex-info ul li .tag-flex span {
  font-weight: 800;
  font-size: 12px;
  color: #003B64;
  background: #E6F4FF;
  padding: 5px 14px;
  border-radius: 5px;
}
.pro-detail-blk .tab-wrapper .flex-info ul li .tag-flex span.circle-tag {
  color: #292929;
  background: #F0F0F0;
  padding: 5px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.map-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 24px;
}
.map-wrapper .map-nav {
  max-width: 230px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media (max-width: 767.78px) {
  .map-wrapper .map-nav {
    max-width: 100%;
  }
}
.map-wrapper .map-nav li {
  display: none;
}
.map-wrapper .map-nav li a {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 10px;
}
.map-wrapper .map-nav li.show-class {
  display: block;
}
.map-wrapper .map-nav li.show-class a.active {
  border: 1px solid #003B64;
  background-color: #E6F4FF;
}
.map-wrapper .map-blk {
  flex: 1 0 0;
  display: none;
}
.map-wrapper .map-blk.show-class {
  display: block;
}

.banner-content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
}
.banner-content .flex-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 10px;
}
.banner-content .flex-info p {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.custom-hr {
  width: 80%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
}

.sticky-blk {
  position: sticky;
  top: 95px;
}

.pricing-section .pricing-card .pricing-info .pricing-list h4 {
  min-height: auto;
}

.form-group input[type=password] {
  width: 100%;
  height: 45px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
}

.form-group input[type=password] {
  width: 100%;
  height: 45px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
}

.key-btns ul li + li {
  margin-left: 10px;
}
.key-btns ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  border: 1px solid #eee;
  align-items: center;
  justify-content: center;
  color: #777;
  border-radius: 50px;
  font-size: 12px;
}
.key-btns ul li a:hover {
  background: #061769;
  color: #fff;
}

.mobile-user-menu {
  color: #fff;
  display: none;
  float: right;
  font-size: 24px;
  height: 80px;
  line-height: 80px;
  text-align: right;
  width: 60px;
  z-index: 10;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767.78px) {
  .mobile-user-menu {
    display: block;
  }
}
.mobile-user-menu a {
  color: #fff;
  padding: 0;
}
.mobile-user-menu a::after {
  display: none;
}
.mobile-user-menu .dropdown-menu {
  padding: 0;
  left: auto;
  right: 0;
}
.mobile-user-menu .dropdown-menu a {
  color: #003B64;
  line-height: 40px;
  padding: 0 10px;
}

.header-trans {
  background: #061769;
}

.page-content {
  padding: 120px 0px 40px;
}

.breadcrumb-head {
  background: #ECF4EF;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 24px;
}
.breadcrumb-head.admin-breadcrumb .breadcrumb-item a {
  color: #3C3C3C;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767.78px) {
  .breadcrumb-head {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.breadcrumb-head h3 {
  color: #041B29;
  font-size: 20px;
  margin-bottom: 0;
  display: flex;
}
.breadcrumb-head h3 img {
  margin-right: 10px;
}

.order-list {
  background: #FFF;
  box-shadow: 0px 4px 24px rgba(234, 234, 234, 0.3);
  padding: 20px;
  margin-bottom: 24px;
}
@media (max-width: 767.78px) {
  .order-list {
    padding: 15px;
    display: block;
  }
}
@media (max-width: 767.78px) {
  .order-list .nav {
    display: block;
  }
}
.order-list li {
  font-size: 14px;
  color: #7D858F;
  padding-right: 96px;
  position: relative;
}
@media (max-width: 767.78px) {
  .order-list li {
    padding: 0;
    margin-bottom: 15px;
    display: block;
  }
  .order-list li:last-child {
    margin-bottom: 0;
  }
}
.order-list li.activete span {
  background: #FFD601;
}
.order-list li.active {
  color: #041B29;
  font-weight: 700;
}
.order-list li.active span {
  background: #FFD601;
}
.order-list li:before {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  background: #EEEEEE;
  right: 20px;
}
@media (max-width: 767.78px) {
  .order-list li:before {
    display: none;
  }
}
.order-list li:last-child {
  padding-right: 0px;
}
.order-list li:last-child::before {
  opacity: 0;
}
.order-list li span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  background: #EEEEEE;
  border-radius: 50px;
  margin-right: 10px;
}

.service-order-grp {
  background: #FFF;
  box-shadow: 0px 4px 24px rgba(234, 234, 234, 0.3);
  margin-bottom: 30px;
}
@media (max-width: 767.78px) {
  .service-order-grp {
    margin-bottom: 24px;
  }
}
.service-order-grp .service-order-head {
  padding: 20px;
  border-bottom: 1px solid #EEEEEE;
}
@media (max-width: 991.98px) {
  .service-order-grp .service-order-head {
    display: block;
  }
}
@media (max-width: 767.78px) {
  .service-order-grp .service-order-head {
    padding: 15px;
  }
}
.service-order-grp .service-order-head h4 {
  font-size: 28px;
}
@media (max-width: 991.98px) {
  .service-order-grp .service-order-head h4 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.78px) {
  .service-order-grp .service-order-head h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .service-order-grp .service-order-head .orders-btn-grp {
    justify-content: start;
  }
}
@media (max-width: 767.78px) {
  .service-order-grp .service-order-head .orders-btn-grp {
    display: block;
  }
}
.service-order-grp .service-order-head .orders-btn-grp .btn-primary {
  background: #ECF4EF;
  color: #232323;
  border: 1px solid #ECF4EF;
  font-size: 14px;
  padding: 11px 25px;
  margin-right: 20px;
  font-weight: 500;
}
.service-order-grp .service-order-head .orders-btn-grp .btn-primary:last-child {
  margin-right: 0;
}
@media (max-width: 767.78px) {
  .service-order-grp .service-order-head .orders-btn-grp .btn-primary {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .service-order-grp .service-order-head .orders-btn-grp .btn-primary:last-child {
    margin-bottom: 0;
  }
}
.service-order-grp .service-order-head .orders-btn-grp .btn-primary:hover {
  border: 1px solid #061769;
  box-shadow: inset 0 50px 0 0 #061769;
  color: #FFF;
}
.service-order-grp .service-order-head .orders-btn-grp .btn-primary:hover img {
  filter: invert(1) brightness(100);
}

.table-invoice {
  padding: 10px;
}

.service-order-form {
  padding: 20px;
}
@media (max-width: 767.78px) {
  .service-order-form {
    padding: 15px;
  }
}
.service-order-form .upload-form-group {
  margin-bottom: 0;
}
.service-order-form .customer-info-grp h3 {
  background: #212121;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
}
.service-order-form .customer-info-grp .list-customer-blk {
  padding: 10px;
}
@media (max-width: 767.78px) {
  .service-order-form .customer-info-grp .list-customer-blk .customer-list-out ul li {
    display: block;
  }
}
.service-order-form .customer-info-grp .list-customer-blk .customer-list-out ul li h2 {
  width: 50%;
  font-size: 14px;
  color: #1F2938;
  font-weight: 700;
}
.service-order-form .customer-info-grp .list-customer-blk .customer-list-out ul li span {
  color: #232323;
  font-size: 16px;
  font-weight: 400;
}
.service-order-form .customer-info-grp .list-customer-blk .customer-data-list.customer-data-list li {
  display: block;
  text-align: right;
  margin-bottom: 15px;
}
.service-order-form .customer-info-grp .list-customer-blk .customer-data-list.customer-data-list li:last-child {
  margin-bottom: 0;
}
.service-order-form .customer-info-grp .list-customer-blk .customer-data-list.customer-data-list li h2 {
  width: 100%;
}
.service-order-form .customer-info-grp .order-info-blk {
  margin-top: 10px;
}
.service-order-form .customer-info-grp .order-info-blk .border-table-custom {
  border: 1px solid #EEEEEE;
  margin-bottom: 10px;
}
.service-order-form .customer-info-grp .order-info-blk .order-custom-table thead {
  border-bottom: 1px solid #EEEEEE;
}
.service-order-form .customer-info-grp .order-info-blk .order-custom-table thead tr th {
  padding: 15px 20px;
  color: #212121;
  font-weight: 700;
  font-size: 14px;
}
.service-order-form .customer-info-grp .order-info-blk .order-custom-table tbody tr {
  white-space: nowrap;
  vertical-align: middle;
}
.service-order-form .customer-info-grp .order-info-blk .order-custom-table tbody tr td {
  padding: 15px 20px;
}
.service-order-form .customer-info-grp .order-info-blk .order-custom-table .table-order-list h5 {
  font-size: 14px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 6px;
}
.service-order-form .customer-info-grp .order-info-blk .order-custom-table .table-order-list h5 span {
  font-weight: 500;
}
.service-order-form .customer-info-grp .order-info-blk .order-custom-table.grand-total {
  border: 0;
  max-width: 300px;
  margin-left: auto;
  margin-bottom: 0;
}
.service-order-form .customer-info-grp .order-info-blk .order-custom-table.grand-total tbody th {
  font-weight: 700;
  color: #232323;
}
.service-order-form .customer-info-grp .order-info-blk .order-custom-table.grand-total tbody td {
  font-weight: 500;
  color: #232323;
  font-size: 18px;
  padding: 5px 20px;
}
.service-order-form .customer-info-grp .order-info-blk .order-custom-table.grand-total tbody .foot-grand-total {
  font-weight: 600;
  font-size: 20px;
}
.service-order-form .customer-info-grp .order-info-blk .order-custom-table.grand-total tbody .color-danger {
  color: #FF0000;
}
.service-order-form .credit-card-blk {
  background: #F6F3F0;
  padding: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767.78px) {
  .service-order-form .credit-card-blk {
    display: block;
    padding: 20px;
  }
}
.service-order-form .credit-card-blk .credit-detail {
  max-width: 550px;
}
@media (max-width: 767.78px) {
  .service-order-form .credit-card-blk .credit-detail {
    margin-bottom: 15px;
  }
}
.service-order-form .credit-card-blk .credit-detail h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.service-order-form .credit-card-blk .credit-detail p {
  font-size: 14px;
  font-weight: 500;
}
.service-order-form .credit-card-blk .payment-method {
  background: #FFF;
  padding: 10px 20px;
}
.service-order-form .credit-card-blk .payment-method ul li {
  margin-right: 10px;
}
.service-order-form .credit-card-blk .payment-method ul li a {
  transform: scale(1);
  transition: all 0.5s;
}
.service-order-form .credit-card-blk .payment-method ul li a:hover {
  transform: scale(1.2);
}
@media (max-width: 767.78px) {
  .service-order-form .credit-card-blk .payment-method ul li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.service-order-form .credit-card-blk .payment-method ul li:last-child {
  margin-right: 0;
}

.user-card-grp .custom-radiosbtn li {
  border: 1px solid #D7D7D7;
  box-shadow: 0px 4px 24px rgba(234, 234, 234, 0.3);
  margin-bottom: 20px;
  padding: 30px 10px;
}
@media (max-width: 767.78px) {
  .user-card-grp .custom-radiosbtn li {
    display: block;
  }
}
.user-card-grp .custom-radiosbtn li .radiossets {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 700;
  color: #041B29;
}
@media (max-width: 767.78px) {
  .user-card-grp .custom-radiosbtn li .radiossets {
    padding-left: 15px;
  }
}
.user-card-grp .custom-radiosbtn li .radiossets p {
  color: #3C3C3C;
  font-weight: 500;
}
.user-card-grp .custom-radiosbtn li .radiossets input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
@media (max-width: 767.78px) {
  .user-card-grp .custom-radiosbtn li .user-pay-edit {
    justify-content: end;
  }
}
.user-card-grp .custom-radiosbtn li .user-pay-edit .pay-blk-btn {
  background: #ECF4EF;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  margin-right: 10px;
}
.user-card-grp .custom-radiosbtn li .user-pay-edit .pay-blk-btn:last-child {
  margin-right: 0;
}
.user-card-grp .custom-radiosbtn li .user-pay-edit .pay-blk-btn:hover {
  background: #061769;
}
.user-card-grp .custom-radiosbtn li .user-pay-edit .pay-blk-btn:hover i {
  color: #FFF;
}
.user-card-grp .custom-radiosbtn li .radiossets input:checked ~ .checkmark-radio {
  background-color: #FFF;
  border: 2px solid #E3E2E2;
}
.user-card-grp .custom-radiosbtn li .checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #7D858F;
}
.user-card-grp .custom-radiosbtn li .radiossets input:checked ~ .checkmark-radio:after {
  display: block;
}
.user-card-grp .custom-radiosbtn li .radiossets .checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #061769;
}

.settings-btn {
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  color: #000000;
  cursor: pointer;
  font-weight: 400;
  padding: 15px 15px;
  position: relative;
  width: 100%;
  height: 46px;
}
.settings-btn .hide-input {
  position: relative;
  z-index: 1;
  cursor: pointer;
  min-height: auto;
  padding-left: 4px;
  padding-top: 0;
  line-height: 10px;
  width: 100%;
  opacity: 0;
}
.settings-btn .upload {
  position: absolute;
  z-index: 11;
  background: #061769;
  border-radius: 5px;
  right: 2px;
  top: 1.5px;
  width: 41px;
  height: 41px;
  font-size: 20px;
  cursor: pointer;
  color: #FFF;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.settings-btn .upload:hover {
  background: #FFD601;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}

.settings-size {
  font-size: 14px;
  color: #7D858F;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
}

.add-another-case {
  margin-bottom: 30px;
}
@media (max-width: 767.78px) {
  .add-another-case {
    margin-bottom: 24px;
  }
}
.add-another-case .btn-primary {
  background: #10B990;
  border: 1px solid #10B990;
  display: inline-block;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  border-radius: 0px;
}
.add-another-case .btn-primary:hover {
  border: 1px solid #061769;
  box-shadow: inset 0 50px 0 0 #061769;
}
.add-another-case .btn-primary:focus {
  box-shadow: inset 0 50px 0 0 #061769;
}

.continue-order-grp {
  background: #FFF;
  box-shadow: 0px 4px 24px rgba(234, 234, 234, 0.3);
  padding: 20px;
}
@media (max-width: 767.78px) {
  .continue-order-grp {
    display: block;
    padding: 15px;
  }
}
.continue-order-grp h5 {
  font-size: 14px;
}
.continue-order-grp h5 a {
  color: #FF0000;
}
.continue-order-grp h5 a:hover {
  color: #061769;
}
@media (max-width: 767.78px) {
  .continue-order-grp h5 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.78px) {
  .continue-order-grp .continue-order-btn {
    display: block;
  }
}
.continue-order-grp .continue-order-btn .btn-primary {
  background: #F6F3F0;
  color: #232323;
  border: 1px solid #F6F3F0;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 0;
}
.continue-order-grp .continue-order-btn .btn-primary:last-child {
  margin-right: 0;
}
@media (max-width: 767.78px) {
  .continue-order-grp .continue-order-btn .btn-primary {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .continue-order-grp .continue-order-btn .btn-primary:last-child {
    margin-bottom: 0;
  }
}
.continue-order-grp .continue-order-btn .btn-secondary {
  font-size: 14px;
  color: #232323;
  border-radius: 0;
}
.continue-order-grp .continue-order-btn .btn-secondary:hover {
  box-shadow: inset 0 50px 0 0 #061769;
  border: 1px solid #061769;
  color: #FFF;
}
.continue-order-grp .continue-order-btn .btn-secondary:hover img {
  filter: invert(1) brightness(100);
}

.admin-advance-search {
  padding: 25px 0px 0px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .admin-advance-search {
    padding-bottom: 20px;
  }
}
.admin-advance-search.admin-order-search .search-icon {
  background-position: 3% 50%;
  background-size: 8%;
  padding-left: 35px;
}
@media (max-width: 1399.98px) {
  .admin-advance-search.admin-order-search .search-icon {
    padding-left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .admin-advance-search.admin-order-search .search-icon {
    background-position: 7% 50%;
  }
}
@media (max-width: 991.98px) {
  .admin-advance-search.admin-order-search .search-icon {
    background-size: 3%;
    background-position: 1% 50%;
  }
}
@media (max-width: 767.78px) {
  .admin-advance-search.admin-order-search .search-icon {
    background-size: 5%;
    background-position: 3% 50%;
  }
}
.admin-advance-search.admin-order-search .stat-icon {
  background-position: 4% 50%;
  background-size: 10%;
  padding-left: 44px;
}
@media (max-width: 1399.98px) {
  .admin-advance-search.admin-order-search .stat-icon {
    padding-left: 30px;
  }
}
.admin-advance-search .search-title {
  display: flex;
  align-items: center;
}
.admin-advance-search .search-title h4 {
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .admin-advance-search .search-title h4 {
    margin-bottom: 20px;
  }
}
.admin-advance-search .cal-icon {
  background-image: url("../img/icons/calendar.svg");
  background-repeat: no-repeat;
  background-position: 3% 50%;
  background-size: 6%;
  padding-left: 30px;
}
@media (max-width: 1199.98px) {
  .admin-advance-search .cal-icon {
    background-position: 7% 50%;
    background-size: 9%;
  }
}
@media (max-width: 991.98px) {
  .admin-advance-search .cal-icon {
    background-size: 3%;
    background-position: 1% 50%;
  }
}
@media (max-width: 767.78px) {
  .admin-advance-search .cal-icon {
    background-size: 5%;
    background-position: 3% 50%;
  }
}
.admin-advance-search .cal-icon.order-list-calicon {
  background-position: 3% 50%;
  background-size: 9%;
  padding-left: 40px;
}
@media (max-width: 1399.98px) {
  .admin-advance-search .cal-icon.order-list-calicon {
    padding-left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .admin-advance-search .cal-icon.order-list-calicon {
    background-position: 7% 50%;
    background-size: 9%;
  }
}
@media (max-width: 991.98px) {
  .admin-advance-search .cal-icon.order-list-calicon {
    background-size: 3%;
    background-position: 1% 50%;
  }
}
@media (max-width: 767.78px) {
  .admin-advance-search .cal-icon.order-list-calicon {
    background-size: 5%;
    background-position: 3% 50%;
  }
}
.admin-advance-search .search-icon {
  background-image: url("../img/icons/bx-search.svg");
  background-repeat: no-repeat;
  background-position: 5% 50%;
  background-size: 10%;
  padding-left: 30px;
}
@media (max-width: 1199.98px) {
  .admin-advance-search .search-icon {
    background-position: 7% 50%;
  }
}
@media (max-width: 991.98px) {
  .admin-advance-search .search-icon {
    background-size: 3%;
    background-position: 1% 50%;
  }
}
@media (max-width: 767.78px) {
  .admin-advance-search .search-icon {
    background-size: 5%;
    background-position: 3% 50%;
  }
}
.admin-advance-search .stat-icon {
  background-image: url("../img/icons/bx-stats.svg");
  background-repeat: no-repeat;
  background-position: 5% 50%;
  background-size: 10%;
  padding-left: 30px;
}
@media (max-width: 1199.98px) {
  .admin-advance-search .stat-icon {
    background-position: 7% 50%;
  }
}
@media (max-width: 991.98px) {
  .admin-advance-search .stat-icon {
    background-size: 3%;
    background-position: 1% 50%;
  }
}
@media (max-width: 767.78px) {
  .admin-advance-search .stat-icon {
    background-position: 3% 50%;
  }
}
.admin-advance-search.customer-search-admin .search-icon {
  background-image: url("../img/icons/bx-user-circle.svg");
  background-position: 2% 50%;
  background-size: 5%;
  padding-left: 35px;
}
@media (max-width: 1199.98px) {
  .admin-advance-search.customer-search-admin .search-icon {
    background-position: 4% 50%;
  }
}
@media (max-width: 991.98px) {
  .admin-advance-search.customer-search-admin .search-icon {
    background-size: 3%;
    padding-left: 45px;
    background-position: 2% 50%;
  }
}
@media (max-width: 767.78px) {
  .admin-advance-search.customer-search-admin .search-icon {
    background-size: 7%;
    padding-left: 30px;
    background-position: 2% 50%;
  }
}
.admin-advance-search.customer-search-admin .stat-icon {
  background-image: url("../img/icons/bx-stats.svg");
  background-position: 2% 50%;
  background-size: 5%;
  padding-left: 35px;
}
@media (max-width: 1199.98px) {
  .admin-advance-search.customer-search-admin .stat-icon {
    background-position: 4% 50%;
  }
}
@media (max-width: 991.98px) {
  .admin-advance-search.customer-search-admin .stat-icon {
    background-size: 3%;
    padding-left: 45px;
    background-position: 2% 50%;
  }
}
@media (max-width: 767.78px) {
  .admin-advance-search.customer-search-admin .stat-icon {
    background-size: 7%;
    padding-left: 30px;
    background-position: 2% 50%;
  }
}
.admin-advance-search.customer-search-admin .user-name-icon {
  background-image: url("../img/icons/user-icon.svg");
  background-position: 6% 50%;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 7%;
}
@media (max-width: 1199.98px) {
  .admin-advance-search.customer-search-admin .user-name-icon {
    background-position: 5% 50%;
  }
}
@media (max-width: 991.98px) {
  .admin-advance-search.customer-search-admin .user-name-icon {
    background-size: 2%;
    padding-left: 45px;
    background-position: 2% 50%;
  }
}
@media (max-width: 767.78px) {
  .admin-advance-search.customer-search-admin .user-name-icon {
    background-size: 5%;
    padding-left: 30px;
    background-position: 3% 50%;
  }
}
.admin-advance-search.customer-search-admin .user-mail-icon {
  background-image: url("../img/icons/email-icon.svg");
  background-position: 6% 50%;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 7%;
}
@media (max-width: 1199.98px) {
  .admin-advance-search.customer-search-admin .user-mail-icon {
    background-position: 5% 50%;
  }
}
@media (max-width: 991.98px) {
  .admin-advance-search.customer-search-admin .user-mail-icon {
    background-size: 2%;
    padding-left: 45px;
    background-position: 2% 50%;
  }
}
@media (max-width: 767.78px) {
  .admin-advance-search.customer-search-admin .user-mail-icon {
    background-size: 5%;
    padding-left: 30px;
    background-position: 3% 50%;
  }
}
.admin-advance-search.customer-search-admin .user-phone-icon {
  background-image: url("../img/icons/phone-icon.svg");
  background-position: 6% 50%;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 7%;
}
@media (max-width: 1199.98px) {
  .admin-advance-search.customer-search-admin .user-phone-icon {
    background-position: 5% 50%;
  }
}
@media (max-width: 991.98px) {
  .admin-advance-search.customer-search-admin .user-phone-icon {
    background-size: 2%;
    padding-left: 45px;
    background-position: 2% 50%;
  }
}
@media (max-width: 767.78px) {
  .admin-advance-search.customer-search-admin .user-phone-icon {
    background-size: 5%;
    padding-left: 30px;
    background-position: 3% 50%;
  }
}
.admin-advance-search .status-select .select2-selection--single {
  background-image: url("../img/icons/bx-stats.svg");
  background-repeat: no-repeat;
  background-position: 5% 50%;
  background-size: 10%;
  padding-left: 30px;
}
@media (max-width: 1199.98px) {
  .admin-advance-search .status-select .select2-selection--single {
    background-size: 10%;
    background-position: 7% 50%;
    padding-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .admin-advance-search .status-select .select2-selection--single {
    background-size: 3%;
    background-position: 1% 50%;
  }
}
@media (max-width: 767.78px) {
  .admin-advance-search .status-select .select2-selection--single {
    background-size: 4%;
    background-position: 4% 50%;
    padding-left: 20px;
  }
}
.admin-advance-search .advance-search-btn {
  display: flex;
  gap: 10px;
}
.admin-advance-search .advance-search-btn li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.admin-advance-search .advance-search-btn li .btn {
  padding: 10px 18px;
  border-radius: 0px;
  font-size: 14px;
}

.badge {
  min-width: 152px;
  padding: 5px;
  display: block;
  border-radius: 50px;
}
.badge.badge-new {
  min-width: 92px;
}

.card-table {
  box-shadow: inherit;
  padding: 15px;
}
.card-table .card-body {
  padding: 0;
}
.card-table .table.dataTable {
  padding: 0;
}
.card-table .table.dataTable thead th, .card-table .table.dataTable td {
  padding: 20px;
  padding-right: 40px;
  white-space: nowrap;
}
.card-table .table.dataTable tbody tr:nth-child(odd) {
  background: #FAFAFA;
}
.card-table .table.dataTable tbody tr {
  vertical-align: middle;
}
.card-table .table.dataTable thead th {
  color: #232323;
  font-weight: 700;
  vertical-align: middle;
}
.card-table .table.dataTable td {
  color: #232323;
  font-weight: 500;
}
.card-table .table.dataTable td .badge {
  width: 152px;
  background: #10B990;
  border-radius: 40px;
  padding: 11px 15px;
  font-size: 14px;
}
.card-table .table.dataTable td .bg-success {
  background: #10B990;
}
.card-table .table.dataTable td .bg-warning {
  background: #FFD601;
}
.card-table .table.dataTable td .badge-status {
  padding: 5px 10px;
  background: #0185FF;
  color: #FFF;
  border-radius: 50px;
  min-width: 93px;
  display: block;
  text-align: center;
}
.card-table .table.dataTable td .bg-green {
  background: #10B94A;
}
.card-table .table.dataTable td .badge-bg-info {
  background: #0185FF;
  color: #FFF;
  border-radius: 50px;
  min-width: 93px;
  display: block;
  text-align: center;
}
.card-table .time-date span {
  display: block;
}
.card-table .dropdown-toggle::after {
  display: none;
}
.card-table .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  color: #3C3C3C;
}
.card-table .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #0185FF;
}
.card-table .form-check-input:focus {
  box-shadow: none;
}

.order-list-blk {
  padding: 20px;
  box-shadow: 0px 4px 24px rgba(234, 234, 234, 0.3);
  margin-bottom: 25px;
}
@media (max-width: 767.78px) {
  .order-list-blk .order-list-heading {
    margin-bottom: 10px;
  }
}
.order-list-blk .order-list-heading h4 {
  font-size: 28px;
  margin-bottom: 5px;
}
@media (max-width: 767.78px) {
  .order-list-blk .order-list-heading h4 {
    font-size: 22px;
  }
}
.order-list-blk .order-list-heading span {
  color: #162B38;
  font-size: 16px;
}
@media (max-width: 767.78px) {
  .order-list-blk .order-export-blk {
    flex-wrap: wrap;
    justify-content: left;
  }
}
.order-list-blk .order-export-blk .list-icon-box {
  margin-right: 10px;
}
@media (max-width: 767.78px) {
  .order-list-blk .order-export-blk .list-icon-box {
    margin-bottom: 10px;
  }
}
.order-list-blk .order-export-blk .list-icon-box a {
  width: 47px;
  height: 47px;
  background: #ECF4EF;
  border: 1px solid #D7D7D7;
}
.order-list-blk .order-export-blk .list-icon-box a:hover {
  background: #061769;
  border: 1px solid #061769;
}
.order-list-blk .order-export-blk .list-icon-box a:hover img {
  filter: invert(1) brightness(100);
}
.order-list-blk .order-export-blk .export-btn .btn-primary {
  border-radius: 0;
}
.order-list-blk .order-export-blk .export-btn .btn-primary img {
  margin-right: 5px;
}
.order-list-blk .order-export-blk .export-btn .btn-primary:hover {
  border: 1px solid #061769;
  color: #061769;
}
.order-list-blk .order-export-blk .export-btn .btn-primary:hover img {
  filter: invert(1) brightness(100);
}
.order-list-blk .order-export-blk .export-btn.add-offer-btn .btn-primary {
  background: #7D858F;
  border: 1px solid #7D858F;
}
.order-list-blk .order-export-blk .export-btn.add-offer-btn .btn-primary i {
  margin-right: 5px;
}
.order-list-blk .order-export-blk .export-btn.add-offer-btn .btn-primary:hover {
  border: 1px solid #7D858F;
  color: #7D858F;
}
.order-list-blk .order-export-blk .search-export {
  margin-right: 10px;
}
@media (max-width: 767.78px) {
  .order-list-blk .order-export-blk .search-export {
    margin-bottom: 10px;
  }
}
.order-list-blk .order-export-blk .search-export .search-icon {
  background-image: url(../img/icons/bx-search.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 10%;
}

.pagination {
  justify-content: center;
}
.pagination .page-item .page-link {
  border: 0;
  color: #212121;
  font-weight: 700;
  font-size: 14px;
}
.pagination .page-item .page-link i {
  display: none;
}
.pagination .page-item .page-link:hover {
  border-radius: 50px;
}
.pagination .page-item.active .page-link {
  border: 0;
  background: #10B990;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  color: #FFF;
}

#tablepagination {
  background: #FFF;
  box-shadow: 0px 24px 94px rgba(176, 176, 176, 0.1);
  padding: 20px;
}

.table-status-toggle .status-toggle .checktoggle {
  width: 30px;
  height: 18px;
  border: 1px solid #7D858F;
  background-color: #7D858F;
}
.table-status-toggle .status-toggle .checktoggle::after {
  width: 10px;
  height: 10px;
}

.count-dash-blk .card-body .order-count-blk .order-count-img {
  width: 75px;
  height: 75px;
  background: #FFD601;
  border-radius: 5px;
  margin-right: 20px;
}
@media (max-width: 767.78px) {
  .count-dash-blk .card-body .order-count-blk .order-count-img {
    width: 65px;
    height: 65px;
    margin-right: 15px;
  }
}
.count-dash-blk .card-body .order-count-blk .order-count-detail h3 {
  color: #041B29;
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 767.78px) {
  .count-dash-blk .card-body .order-count-blk .order-count-detail h3 {
    font-size: 24px;
  }
}
.count-dash-blk .card-body .order-count-blk .order-count-detail p {
  font-size: 16px;
  color: #7D858F;
  font-weight: 500;
}
@media (max-width: 767.78px) {
  .count-dash-blk .card-body .order-count-blk .order-count-detail p {
    font-size: 14px;
  }
}
.count-dash-blk .card-body:hover .order-count-blk .order-count-img img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}

.order-export-blk .add-offer-btn {
  margin-right: 10px;
}
.order-export-blk .add-offer-btn .btn-primary {
  padding: 11px 20px;
}
@media (max-width: 767.78px) {
  .order-export-blk .add-offer-btn .btn-primary {
    margin-bottom: 10px;
  }
}

.portal-link a {
  color: #0185FF;
}

div.dataTables_wrapper div.dataTables_info {
  display: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: flex-start;
}

.form-upload {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.form-upload label {
  height: 35px;
  width: 100px;
  border: none;
  border-radius: 5px;
  background: #f1c40f;
  color: #333;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-upload label:hover {
  opacity: 0.7;
}
.form-upload label .file-upload {
  position: absolute;
  left: -9999px;
}
.form-upload p {
  margin-left: 20px;
  font-size: 1rem;
}

@media (max-width: 767.78px) {
  .swal2-title {
    font-size: 18px;
  }
  .swal2-styled {
    padding: 7px 15px;
  }
  .custom-modal .modal-content {
    padding: 15px;
  }
  .order-list-path .card-table .table.dataTable tr th {
    white-space: nowrap !important;
  }
  .main-nav.main-nav-info .btn-secondary.active {
    box-shadow: none;
  }
}
.mobile-show {
  display: none !important;
}
@media (max-width: 991.98px) {
  .mobile-show {
    display: block !important;
  }
}

@media (max-width: 991.98px) {
  .header-two .main-menu-wrapper .main-nav li .btn.btn-secondary {
    text-align: left;
  }
  .header-two .main-menu-wrapper .main-nav li .btn.btn-secondary i {
    display: none;
  }
}
.profile-nav {
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .profile-nav {
    display: block;
  }
}
.profile-nav li {
  margin-right: 15px;
}
.profile-nav li:last-child {
  margin-right: 0;
}
.profile-nav li a.active {
  background-color: #FFD601;
  border: 1px solid #FFD601;
  color: #3C3C3C;
}
.profile-nav li .profile-btn {
  background: #7D858F;
  border-radius: 4px;
  border: 1px solid #7D858F;
  color: #FFF;
  padding: 18px 20px;
  display: inline-flex;
  font-weight: 700;
  font-size: 14px;
  color: #FFF;
  box-shadow: inset 0 0 0 0 #FFF;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.profile-nav li .profile-btn:hover {
  background-color: #FFD601;
  border: 1px solid #FFD601;
  color: #3C3C3C;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 575.98px) {
  .profile-nav li .profile-btn {
    width: 100%;
    padding: 12px 15px;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .profile-nav li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .profile-nav li:last-child {
    margin-bottom: 0;
  }
}

.general-info {
  margin-top: 20px;
}
.general-info h6 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 767.78px) {
  .general-info h6 {
    font-size: 16px;
  }
}
.general-info p {
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 767.78px) {
  .general-info p {
    font-size: 14px;
  }
}
.general-info h5 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 20px;
}
@media (max-width: 767.78px) {
  .general-info h5 {
    font-size: 16px;
  }
}
.general-info .switch-info {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 20px;
}
.general-info .form-group p {
  font-weight: 700;
  font-size: 14px;
  color: #7D858F;
  margin-bottom: 8px;
}
.general-info .form-group span {
  font-weight: 500;
  font-size: 14px;
  color: #212121;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .general-info .form-group {
    margin-bottom: 20px;
  }
}
.general-info .info-show span h6 {
  font-weight: 600;
  font-size: 28px;
  color: #041B29;
}
.general-info .info-show span span {
  font-weight: 500;
  font-size: 16px;
  color: #162B38;
}
.general-info .info-show .dashboard-search {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
}
.general-info .info-show .dashboard-search .search-icon {
  background: #F1F3F5;
  border-radius: 4px;
  padding: 10px 110px 10px 10px;
  background: transparent url(../img/icons/search.svg) no-repeat 120px center;
  background-size: 16px;
  border: transparent;
  outline: none;
  font-weight: 400;
  font-size: 12px;
  color: #2F3941;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  cursor: pointer;
}

.profile-information .form-title {
  font-size: 24px;
  color: #232323;
}
.profile-information .profile-picture {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 20px;
}
.profile-information .profile-picture .profile-info {
  display: flex;
}
@media (max-width: 575.98px) {
  .profile-information .profile-picture .profile-info {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .profile-information .profile-picture .profile-info .view-profile {
    margin-bottom: 20px;
  }
}
.profile-information .profile-picture .view-profile .profile-img {
  margin-right: 22px;
}
@media (max-width: 767.78px) {
  .profile-information .profile-picture .view-profile .profile-img {
    margin-right: 15px;
  }
}
.profile-information .profile-picture .view-profile .profile-img img {
  border: 2px solid #FFF;
  border-radius: 5px;
  max-width: 119px;
}
@media (max-width: 767.78px) {
  .profile-information .profile-picture .view-profile .profile-img img {
    max-width: 100px;
  }
}
.profile-information .profile-picture .view-profile .profile-title h5 {
  font-size: 24px;
}
@media (max-width: 767.78px) {
  .profile-information .profile-picture .view-profile .profile-title h5 {
    font-size: 18px;
  }
}
.profile-information .profile-picture .view-profile .profile-title span {
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767.78px) {
  .profile-information .profile-picture .view-profile .profile-title span {
    font-size: 14px;
  }
}
.profile-information .profile-picture .img-upload .btn-upload {
  background: #061769;
  border: 1px solid #061769;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  color: #FFF;
  padding: 10px 18px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.profile-information .profile-picture .img-upload .btn-upload i {
  color: #FFF;
}
.profile-information .profile-picture .img-upload .btn-upload:hover {
  background: #FFF;
  color: #061769;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.profile-information .profile-picture .img-upload .btn-upload:hover i {
  color: #061769;
}
.profile-information .profile-picture .img-upload .btn-remove {
  background: #FFF;
  border: 1px solid #EEEEEE;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  color: #3C3C3C;
  padding: 10px 18px;
}
.profile-information .profile-picture .img-upload .btn-remove i {
  color: #FF0000;
}
.profile-information .profile-picture .img-upload .btn-remove:hover {
  background: #061769;
  border: 1px solid #061769;
  color: #FFF;
}
.profile-information .profile-picture .img-upload input {
  display: none;
}
.profile-information .profile-picture .add-profile {
  margin-top: 10px;
}
.profile-information .info-buttons {
  float: right;
}
.profile-information .info-buttons .reset-btn {
  font-weight: 700;
  font-size: 14px;
  margin-right: 10px;
  color: #FF0000;
  background: transparent;
  outline: none;
  border: 0;
}
.profile-information .info-buttons .continue-btn {
  border-radius: 0;
  padding: 12px 15px;
  font-weight: 700;
  font-size: 14px;
}

.custom-modal .modal-body {
  padding: 0;
}
.custom-modal .modal-body .cal-icon {
  position: relative;
  width: 100%;
}
.custom-modal .modal-body .card-icon {
  position: relative;
  width: 100%;
}
.custom-modal .modal-body .card-icon::after {
  color: #344357;
  content: "\f09d";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 400;
  margin: auto;
  position: absolute;
  right: 15px;
  bottom: 0px;
  top: 30px;
  width: 10px;
  height: 45px;
  line-height: 45px;
}
.custom-modal .modal-body .card-alert {
  position: relative;
  width: 100%;
}
.custom-modal .modal-body .card-alert .cvv-icon {
  background-image: url(../img/icons/cvv-icon.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 10%;
}
.custom-modal .modal-content {
  padding: 30px;
}
@media (max-width: 767.78px) {
  .custom-modal .modal-content {
    padding: 15px;
  }
}
.custom-modal .modal-header {
  padding: 0px 0px 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
}
.custom-modal .modal-footer {
  padding: 0;
  border: 0;
}
.custom-modal .modal-footer .paid-continue-btn {
  width: 100%;
  padding: 10px;
  border-radius: 0;
  margin-bottom: 25px;
}
.custom-modal .modal-footer .back-continue-btn {
  font-weight: 700;
  font-size: 14px;
  color: #FF0000;
  text-align: center;
  display: block;
  margin: auto;
}
.custom-modal .close {
  font-weight: 700;
  font-size: 14px;
  color: #FF0000;
  background: transparent;
  border: 0;
  outline: none;
}

@media (max-width: 767.78px) {
  .bread-title {
    display: none;
  }
}
.bread-title a {
  font-weight: 500;
  font-size: 16px;
  color: #3C3C3C;
}
.bread-title span {
  font-weight: 500;
  font-size: 16px;
  color: #3C3C3C;
}

.bg-orange-light {
  background: #F6F3F0;
}

.btn-darklight {
  background: #7D858F;
  border-radius: 4px;
}

.order-list-blk.save-card-blk .export-btn .btn-primary {
  background: #10B990;
  color: #FFF;
  border: 1px solid #10B990;
}
.order-list-blk.save-card-blk .export-btn .btn-primary:hover {
  border: 1px solid #10B990;
  color: #10B990;
}
.order-list-blk.save-card-blk .export-btn .btn-primary:focus {
  box-shadow: inset 0 50px 0 0 #10B990;
}

.back-list {
  margin-bottom: 25px;
}
.back-list a {
  color: #FF0000;
  font-weight: 700;
}

.setting-menu-list {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .setting-menu-list ul {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (max-width: 767.78px) {
  .setting-menu-list ul {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .setting-menu-list ul li {
    margin-bottom: 10px;
  }
}
.setting-menu-list ul li a {
  padding: 10px;
  color: #7D858F;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767.78px) {
  .setting-menu-list ul li a {
    padding: 0;
    padding-bottom: 5px;
  }
}
.setting-menu-list ul li a img {
  margin-right: 10px;
}
.setting-menu-list ul li a:hover {
  color: #061769;
}
.setting-menu-list ul li:first-child a {
  padding-left: 0;
}
.setting-menu-list ul li.active a {
  color: #061769;
  font-weight: 600;
}
.setting-menu-list ul li.active a:before {
  content: "";
  position: absolute;
  background: #061769;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  opacity: 1;
}
.setting-menu-list ul li.active:first-child a {
  padding-left: 10px;
}

.new-offer-blk {
  background: #FFF;
  border: 1px solid #EEEEEE;
  padding: 20px;
  margin-bottom: 20px;
}
.new-offer-blk .offer-item-head h4 {
  font-size: 20px;
  font-weight: 600;
  color: #212121;
}
@media (max-width: 1199.98px) {
  .new-offer-blk .offer-item-head h4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .new-offer-blk .offer-item-head h4 {
    font-size: 18px;
  }
}
.new-offer-blk .form-offer-detail {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .new-offer-blk .form-offer-detail .login-check-box {
    margin-bottom: 10px;
  }
}
.new-offer-blk .form-offer-detail .login-check-box .status-toggle .checktoggle {
  width: 20px;
  height: 12px;
  margin: 0 8px 0 0;
  padding: 0;
  background-color: #FFF;
  border: 2px solid #3C3C3C;
}
.new-offer-blk .form-offer-detail .login-check-box .status-toggle .checktoggle:after {
  width: 5px;
  height: 5px;
  background-color: #3C3C3C;
}
.new-offer-blk .form-offer-detail .login-check-box .status-toggle .check:checked + .checktoggle {
  border: 2px solid #10B94A;
  background: #10B94A;
}
.new-offer-blk .form-offer-detail .login-check-box .status-toggle .check:checked + .checktoggle:after {
  width: 5px;
  height: 5px;
  background-color: #FFF;
}
.new-offer-blk .form-offer-detail .login-check-box .status-toggle span {
  color: #1F2938;
}
.new-offer-blk .form-offer-detail .custom-form-radio li {
  margin-right: 20px;
}
.new-offer-blk .form-offer-detail .custom-form-radio li .radiossets {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 700;
  color: #041B29;
  margin-bottom: 0;
}
.new-offer-blk .form-offer-detail .custom-form-radio li .radiossets input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.new-offer-blk .form-offer-detail .custom-form-radio li .radiossets input:checked ~ .checkmark-radio {
  background-color: #FFF;
  border: 2px solid #10B94A;
}
.new-offer-blk .form-offer-detail .custom-form-radio li .checkmark-radio {
  position: absolute;
  top: 4px;
  left: 0;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 2px solid #7D858F;
}
.new-offer-blk .form-offer-detail .custom-form-radio li .radiossets input:checked ~ .checkmark-radio:after {
  display: block;
}
.new-offer-blk .form-offer-detail .custom-form-radio li .radiossets .checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10B94A;
}
@media (max-width: 767.78px) {
  .new-offer-blk .form-offer-detail .custom-form-radio.page-charge {
    display: block;
  }
}
.new-offer-blk .form-offer-detail .custom-form-radio.page-charge li {
  background: #ECF4EF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 4px 24px rgba(234, 234, 234, 0.3);
  border-radius: 5px;
  padding: 10px;
}
@media (max-width: 767.78px) {
  .new-offer-blk .form-offer-detail .custom-form-radio.page-charge li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.new-offer-blk .form-offer-detail .terms-check-box {
  margin-bottom: 20px;
}
.new-offer-blk .form-offer-detail .terms-check-box .custom_check input:checked ~ .checkmark {
  background-color: #10B94A;
  border-color: #10B94A;
}
.new-offer-blk .printer-blk i {
  padding: 6px;
  background: #10B990;
  color: #FFF;
  border-radius: 6px;
}

.profile-information.form-save {
  box-shadow: 0px 24px 94px rgba(176, 176, 176, 0.1);
}
.profile-information.form-save .card {
  border: 0;
}
.profile-information.form-save .card .reset-btn:hover {
  color: #061769;
}

.order-list-path .breadcrumb-order {
  padding: 5px 10px;
  margin-bottom: 10px;
}
.order-list-path .admin-advance-search {
  padding: 10px 0px 0px;
  margin-bottom: 10px;
}
.order-list-path .card-table .table.dataTable {
  width: 100% !important;
}
.order-list-path .card-table .table.dataTable tr th, .order-list-path .card-table .table.dataTable tr td {
  border: 1px solid #d5d5d5;
}
.order-list-path .card-table .table.dataTable tr th {
  border-right: 0;
  padding: 7px;
  padding-right: 15px;
}
.order-list-path .card-table .table.dataTable tr th:last-child {
  border-right: 1px solid #d5d5d5;
}
.order-list-path .card-table .table.dataTable tr td {
  border-top: 0;
  border-right: 0;
}
.order-list-path .card-table .table.dataTable tr td:last-child {
  border-right: 1px solid #d5d5d5;
}
.order-list-path .card-table .table.dataTable thead th {
  white-space: normal;
}
.order-list-path .card-table .table.dataTable tbody tr:nth-child(odd) {
  background: transparent;
}
.order-list-path .card-table .table.dataTable tbody td {
  padding: 7px;
  white-space: normal;
}
.order-list-path .card-table .table.dataTable tbody td .badge {
  width: auto;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  min-width: auto;
  display: inline;
}
.order-list-path .card-table .table.dataTable tbody td .badge-status {
  padding: 5px 10px;
  background: #0185FF;
  color: #FFF;
  border-radius: 5px;
  min-width: auto;
  display: inline;
}
.order-list-path .order-list-blk .order-export-blk .search-export .search-icon {
  min-height: 40px;
}
.order-list-path .order-list-blk .order-export-blk .list-icon-box a {
  width: 40px;
  height: 40px;
}
.order-list-path .order-list-blk .order-export-blk .export-btn .btn-primary {
  border-radius: 0;
  padding: 8px 12px;
}

td.doc_name {
  max-width: 105px;
}

a.link_design {
  text-decoration: underline !important;
  color: blue !important;
}

.text-size {
  font-size: 13px !important;
}

.underline {
  text-decoration: underline;
}

.select-dropdown-width {
  width: 200px;
}

.customer-login {
  padding: 10px;
}

.customer-login h6 {
  background: #0C1769;
  padding: 14px;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  margin: 0;
}

.customer-login h6 a {
  color: #FFD601;
  text-decoration: underline;
}

.customer-list-out h6 {
  color: #0C1769;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.customer-list-out.customer-list-set ul li {
  margin-bottom: 0;
}
.customer-list-out.customer-list-set .form-control {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  min-height: 47px;
  padding: 6px 15px;
}

.list-customer-blk .checkbox-emails label:before {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  top: 0;
}
.list-customer-blk .checkbox-emails input:checked + label:before {
  background: #003B64;
}
.list-customer-blk .checkbox-emails input:checked + label:after {
  top: 7px;
  left: 7.5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.payment-information {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.payment-information h6 {
  font-size: 20px;
  font-weight: 600;
  color: #141414;
  margin-bottom: 10px;
}
.payment-information .service-order-form .credit-card-blk {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 10px;
  background: transparent;
}
.payment-information .service-order-form .credit-card-blk .payment-method {
  padding: 0;
}
.payment-information .service-order-form .credit-card-blk .credit-detail h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #003B64;
}
.payment-information .customer-list-out ul li {
  margin-bottom: 0;
}
.payment-information .form-control {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  min-height: 47px;
  padding: 6px 15px;
}

.continue-order-grps .btn-primary {
  border-radius: 5px;
  border-color: #003B64;
  background-color: #003B64;
}

.order-lists {
  background: #FFF;
  box-shadow: 0px 4px 24px rgba(234, 234, 234, 0.3);
  padding: 20px;
  margin-bottom: 24px;
}

.customer-informations h4 {
  font-size: 20px;
  color: #0C1769;
  margin-bottom: 25px;
}
.customer-informations h6 {
  font-size: 16px;
  color: #888888;
  font-weight: 500;
  margin-bottom: 0;
}
.customer-informations h5 {
  font-size: 16px;
  color: #141414;
  font-weight: 600;
  margin: 0;
}
.customer-informations li + li {
  margin-top: 20px;
}

.credit-cardset {
  display: flex;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  flex-wrap: wrap;
  border-radius: 10px;
  margin-bottom: 15px;
}
.credit-cardset .credit-card-content {
  padding-left: 15px;
}
.credit-cardset .credit-card-content h4 {
  font-size: 16px;
  color: #141414;
  font-weight: 500;
  margin: 0;
}
.credit-cardset .credit-card-content h5 {
  font-size: 16px;
  color: #888888;
  font-weight: 500;
  margin-bottom: 0;
}
.credit-cardset .credit-card-content h5 span {
  color: #141414;
  font-weight: 600;
}
.credit-cardset .credit-card-btn {
  margin-left: auto;
}
.credit-cardset .credit-card-btn a {
  width: 45px;
  height: 45px;
  border: 1px solid #D20B0B;
  color: #D20B0B;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.credit-cardset .credit-card-btn a:hover {
  background: #D20B0B;
  color: #fff;
}
.credit-cardset .credit-card-input {
  width: 30px;
  height: 30px;
}
.credit-cardset .credit-card-input .radio-inputs {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.credit-cardset .credit-card-input .radio-inputs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.credit-cardset .credit-card-input .radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.credit-cardset .credit-card-input .radio-inputs:hover input ~ .radiomark {
  background-color: #ccc;
}
.credit-cardset .credit-card-input .radio-inputs input:checked ~ .radiomark {
  background-color: transparent;
  border: 1px solid #003B64;
}
.credit-cardset .credit-card-input .radiomark:after {
  content: "";
  position: absolute;
  display: none;
}
.credit-cardset .credit-card-input .radio-inputs input:checked ~ .radiomark:after {
  display: block;
}
.credit-cardset .credit-card-input .radio-inputs .radiomark:after {
  top: 4px;
  left: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #003B64;
}

.btn-addcard {
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #F6D500;
  border: 1px solid #F6D500;
}

.loading.loading-set {
  transform: translateY(0%);
}

.roles-module-blk {
  margin-bottom: 20px;
}
.roles-module-blk .status-toggle span {
  font-size: 16px;
}
.roles-module-blk .status-toggle .checktoggle {
  width: 30px;
  height: 18px;
  margin-right: 10px;
  border: 1px solid #7D858F;
  background-color: #7D858F;
}
.roles-module-blk .status-toggle .checktoggle::after {
  width: 10px;
  height: 10px;
}

.roles-update-blk {
  background: #FFF;
  box-shadow: 0px 24px 94px rgba(176, 176, 176, 0.1);
  padding: 20px;
  margin-top: 20px;
}
.roles-update-blk .role-update-btn .btn-primary {
  border-radius: 5px;
  font-size: 14px;
  min-width: 100px;
}
.roles-update-blk .role-update-btn .back-btn {
  background: #ECF4EF;
  border: 1px solid #ECF4EF;
  color: #232323;
  margin-right: 10px;
}

.table-status-toggle .status-toggle span {
  margin-right: 10px;
}

.customer-head h4 {
  font-size: 24px;
  font-weight: 600;
  color: #041B29;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .customer-head h4 {
    font-size: 18px;
  }
}

.back-list.customer-back-list {
  margin-bottom: 20px;
}

.profile-nav-group.customer-profile-blk {
  border-bottom: 1px solid #EEEEEE;
}

.profile-history-btn {
  padding: 25px 0px;
}
.profile-history-btn a {
  border-radius: 4px;
}
.profile-history-btn .btn-primary {
  margin-right: 15px;
  background: #7D858F;
  border: 1px solid #7D858F;
  margin-right: 15px;
}
.profile-history-btn .btn-primary:hover {
  color: #7D858F;
}
.profile-history-btn .btn-primary.active-btn {
  background: #FFD601;
  border: 1px solid #FFD601;
  color: #3C3C3C;
}
.profile-history-btn .btn-primary.active-btn:hover {
  color: #FFD601;
}
.profile-history-btn .btn-primary.active-btn:focus {
  border: 1px solid #FFD601;
}

.order-list-blk.case-details {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.order-list-blk.case-details .order-list-heading h4 {
  font-size: 24px;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .order-list-blk.case-details .order-list-heading h4 {
    font-size: 18px;
  }
}
.order-list-blk.case-details .search-export {
  margin-right: 0;
}

.court-line {
  display: block;
}

.success-check i {
  font-weight: 500;
}

.order-btn-action .badge {
  margin-right: 15px;
}

.composemail {
  background: #ECF4EF;
  padding: 10px;
  border-radius: 5px;
  margin-top: 15px;
  height: 100%;
}
.composemail .btn-primary {
  width: 100%;
  border-radius: 5px;
  background: #7D858F;
  margin-bottom: 15px;
}

.composemail li {
  width: 100%;
  margin-bottom: 5px;
}
.composemail li a {
  border-radius: 5px;
  font-weight: 600;
}
.composemail li a:hover {
  background: #fff;
  color: #041B29;
}
.composemail li .active {
  background: #fff;
  border-left: 3px solid #061769;
}

.composemail li i {
  margin-right: 7px;
}

.composemail li a {
  padding: 10px 15px;
  display: block;
}

.email-blk .card {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 20px;
}

.activity-box {
  position: relative;
}

.activity-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.activity .activity-list > li .activity-user {
  height: 32px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 12px;
  left: 8px;
  width: 32px;
}

.activity .activity-list > li .activity-content {
  margin: 0 0 0 40px;
  padding: 0;
  position: relative;
}

.activity-list > li {
  margin-bottom: 10px;
  padding: 10px;
  padding-right: 0;
  position: relative;
}

.activity-list > li:last-child .activity-content {
  margin-bottom: 0;
}

.activity-user a {
  height: 32px;
  line-height: 32px;
  margin: 0;
  width: 32px;
  background: #aaa;
  border-radius: 50px;
  display: inline-block;
}

.activity-list > li .activity-user {
  background: #fff;
  height: 32px;
  left: -7px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3px;
  width: 32px;
}

.activity-list > li .activity-content {
  background-color: #fff;
  margin: 0 0 20px 40px;
  padding: 0;
  position: relative;
}

.activity-list::before {
  background: rgba(46, 55, 164, 0.1);
  bottom: 0;
  content: "";
  left: 23px;
  position: absolute;
  top: 8px;
  width: 2px;
}

.timeline-group-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comman-activitys {
  background: #fff;
  border-radius: 6px;
  width: 100%;
  border: 1px solid #eee;
}

.comman-activitys h5 {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.comman-activitys h5 span {
  color: #bbb;
  font-size: 14px;
}

.coment-line {
  padding: 15px;
}

.comman-activitys p {
  color: #333;
  margin-bottom: 0px;
  font-size: 14px;
}

.activity-sub-list li {
  margin-right: 10px;
}

.activity-sub-list li img {
  border-radius: 8px;
}

.email-side-list ul {
  padding: 0;
}

.email-side-list ul li {
  list-style: none;
  margin-bottom: 5px;
}

.email-side-list ul li a {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  border-left: 2px solid transparent;
}

.email-side-list ul li a:hover {
  background: #f9f9f9;
  color: #206493;
  border-left: 2px solid #206493;
}

.email-side-list ul li a.active {
  background: #f9f9f9;
  color: #206493;
  border-left: 2px solid #206493;
}

.emil-user-box {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.emil-user-box .user-img img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-right: 10px;
}

.user-content h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

.user-drop-shade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-drop-shade p {
  margin-bottom: 0;
}

.user-profile-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-drop-shade p {
  font-size: 14px;
  color: #bbb;
}

.main-drop .table td:first-child {
  text-align: right;
  color: #bbb;
}

.main-drop .dropdown-menu {
  min-width: 400px;
  transform: translate3d(0px, 24px, 0px) !important;
}

.main-drop .table {
  margin-bottom: 0;
}

.main-drop .table td {
  padding: 3px 10px;
}

.main-drop .dropdown-toggle {
  color: #222;
}

.activity-box h4 {
  font-size: 20px;
  margin-left: 50px;
  margin-bottom: 20px;
}

.user-mail-list ul li + li {
  padding-left: 10px;
}

.user-mail-list ul li:first-child {
  font-size: 14px;
  color: #bbb;
}

.drop-side-list .dropdown-toggle::after {
  display: none;
}

.drop-side-list .dropdown-toggle {
  color: #222;
  text-decoration: none;
}

.list-emails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}

.user-email-img img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50px;
}

.activity-emil-box ul {
  padding: 0;
  margin: 0;
}

.activity-emil-box ul li {
  list-style: none;
  border-bottom: 2px solid #ffffff;
  position: relative;
}

.activity-emil-box ul li:last-child {
  border-bottom: 0;
}

.activity-emil-box ul li:hover {
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0;
  z-index: 2;
  background: #fff;
}

.activity-emil-box ul li a {
  text-decoration: none;
  color: #333;
  padding: 10px 8px;
  display: block;
}

.list-emails p {
  margin-bottom: 0;
}

.user-email-img {
  display: flex;
}

.delete-email {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  transform: scale(0);
  transition: all 0.5s;
}

.times-email {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 600;
  transform: scale(1);
  transition: all 0.5s;
}

.activity-emil-box .read-email:hover .times-email {
  transform: scale(0);
}

.activity-emil-box .read-email:hover .delete-email {
  transform: scale(1);
}

span.username-email {
  width: 200px;
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-email-img span {
  font-weight: 600;
}

.unread-email {
  background: #fff;
}

.read-email {
  background: #f2f6fc;
  position: relative;
}

.sub-regmail {
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 100px;
}

.checkbox-emails input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox-emails label {
  position: relative;
  cursor: pointer;
}

.checkbox-emails label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  top: 5px;
}

.checkbox-emails label.selectall:before {
  top: 0;
}

.checkbox-emails input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5.5px;
  width: 4px;
  height: 7px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.emailview-subject {
  margin-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
}
.emailview-subject h6 {
  margin-bottom: 10px;
  font-size: 16px;
}

.email-view-content {
  margin: 30px 0;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 5px;
}

.emailview-imgs {
  display: flex;
  align-items: center;
}

.emailview-subjects {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.emailview-img {
  margin-right: 15px;
}

.emailview-img img {
  border-radius: 50px;
}

.emailview-mailname h5 {
  font-size: 16px;
}

.emailview-mailname h6 {
  font-size: 12px;
  color: #777;
  font-weight: normal;
}

.email-view-footer ul {
  display: flex;
  align-items: center;
}
.email-view-footer ul li + li {
  margin-left: 10px;
}
.email-view-footer ul li .btn {
  background: #7D858F;
  border: 1px solid #7D858F;
  color: #fff;
  padding: 7px 12px;
  font-weight: 700;
}
.email-view-footer ul li .btn:hover {
  background: transparent;
  color: #7D858F;
}
.email-view-footer ul li .btn.btn-reply {
  background: transparent;
  color: #7D858F;
}
.email-view-footer ul li .btn.btn-reply:hover {
  background: #7D858F;
  color: #fff;
}

.attachement-path {
  width: 200px;
  background: #fff;
  margin: 15px 0;
  border-radius: 10px;
}

.attachement-pathimg {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: relative;
}

.attachement-pathcontent {
  background: #888;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  border-radius: 0 0 10px 10px;
}

.attachement-pathimg2 {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
}

.attachement-pathimg:hover .attachement-pathimg2 {
  display: flex;
}

.attachement-pathimg2 a {
  background: #fff;
  font-size: 16px;
  border-radius: 50px;
  padding: 15px;
}

.email-input-select .select2-container--default .select2-selection--multiple {
  border: 0;
}

.profile-history-btn.report-item-btn {
  padding: 0px 0px 50px;
}
@media (max-width: 767.78px) {
  .profile-history-btn.report-item-btn {
    display: block;
  }
}
@media (max-width: 767.78px) {
  .profile-history-btn.report-item-btn .btn-primary {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.78px) {
  .profile-history-btn.report-item-btn .btn-primary:last-child {
    margin-bottom: 0px;
  }
}

.order-list-blk.report-item-blk {
  box-shadow: none;
  padding: 0;
}

@media (max-width: 767.78px) {
  .order-export-blk.report-select-blk {
    display: block;
  }
}
.order-export-blk.report-select-blk .status-select {
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767.78px) {
  .order-export-blk.report-select-blk .status-select {
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.order-export-blk.report-select-blk .status-select .select2-container--default .select2-selection--single {
  background-color: #ECF4EF;
}
.order-export-blk.report-select-blk .status-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}
.order-export-blk.report-select-blk .status-select:last-child {
  margin-right: 0px;
}

.card.offer-chart {
  border: 1px solid #EEEEEE;
  box-shadow: 0px 4px 24px rgba(234, 234, 234, 0.3);
}
.card.offer-chart .card-header {
  border-bottom: 1px solid #EEEEEE;
}
@media (max-width: 991.98px) {
  .card.offer-chart .card-header .chart-offer-head {
    display: block;
  }
}
@media (max-width: 767.78px) {
  .card.offer-chart .card-header .chart-offer-head {
    display: block;
  }
}
.card.offer-chart .card-header .chart-offer-head h5 {
  color: #000;
}
@media (max-width: 767.78px) {
  .card.offer-chart .card-header .chart-offer-head h5 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.78px) {
  .card.offer-chart .card-header .chart-offer-head .offer-chart-select {
    display: block;
  }
}
.card.offer-chart .card-header .chart-offer-head .offer-chart-select .status-select {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 767.78px) {
  .card.offer-chart .card-header .chart-offer-head .offer-chart-select .status-select {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.card.offer-chart .card-header .chart-offer-head .offer-chart-select .status-select.date-select-box .form-control {
  background-color: #ECF4EF;
}
.card.offer-chart .card-header .chart-offer-head .offer-chart-select .status-select .select2-container--default .select2-selection--single {
  background-color: #ECF4EF;
}
.card.offer-chart .card-header .chart-offer-head .offer-chart-select .status-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}
.card.offer-chart .card-header .chart-offer-head .offer-chart-select .status-select:last-child {
  margin-right: 0px;
}

.status-select.date-select-box .form-control {
  background-color: #ECF4EF;
}

.search-export.icon-search .form-control {
  padding: 6px 20px 6px 10px;
}

.dash-date {
  background: #10B990;
  padding: 10px 30px;
}
.dash-date li {
  font-weight: 700;
  color: #fff;
}

.welcome-blk {
  background-image: linear-gradient(to right, #4700c6, #0761fa);
  border-radius: 12px;
  margin-bottom: 25px;
  position: relative;
  z-index: 9;
}
.welcome-blk:before {
  content: "";
  position: absolute;
  background-image: url(../img/bg-img-01.png);
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: color-burn;
  border-radius: 10px;
}
.welcome-blk .morning-user {
  padding: 50px 0px 50px 35px;
}
@media (max-width: 767.78px) {
  .welcome-blk .morning-user {
    padding: 10px;
  }
}
.welcome-blk .morning-user h2 {
  font-size: 34px;
  font-weight: 700;
  color: #FFF;
}
@media (max-width: 767.78px) {
  .welcome-blk .morning-user h2 {
    font-size: 28px;
  }
}
.welcome-blk .morning-user p {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 0;
}
@media (max-width: 767.78px) {
  .welcome-blk .morning-user p {
    font-size: 14px;
  }
}
.welcome-blk .position-blk {
  position: relative;
}

.overview-blk h4 {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
.overview-blk .overview-box {
  box-shadow: 0px 24px 94px rgba(176, 176, 176, 0.1);
  padding: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767.78px) {
  .overview-blk .overview-box .overview-pay {
    margin-bottom: 10px;
  }
}
.overview-blk .overview-box .overview-pay h4 {
  color: #061769;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
}
.overview-blk .overview-box .overview-pay span {
  font-size: 14px;
  font-weight: 500;
  color: #7D858F;
}

.header .container-fluid {
  padding: 0 15px;
}

.card.dash-offer-chart {
  border: 0;
}
.card.dash-offer-chart .dash-report-list ul {
  border: 0;
}
.card.dash-offer-chart .dash-report-list ul li {
  margin-right: 2px;
}
@media (max-width: 767.78px) {
  .card.dash-offer-chart .dash-report-list ul li {
    display: inline-flex;
  }
}
.card.dash-offer-chart .dash-report-list ul li:last-child {
  margin-right: 0px;
}
.card.dash-offer-chart .dash-report-list ul li a {
  padding: 10px 20px;
  border-radius: 50px;
  color: #6c757d;
}
.card.dash-offer-chart .dash-report-list ul li a:hover {
  background-color: #061769;
  color: #FFF;
}
.card.dash-offer-chart .dash-report-list ul li a.active {
  background-color: #061769;
  padding: 10px 20px;
  border-radius: 50px;
  color: #FFF;
}

.widget {
  margin-bottom: 20px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget.recent-activities .latest-posts li {
  background-color: transparent;
}
.widget.recent-activities .latest-posts .post-info h4 a span {
  color: #000;
  font-weight: 600;
}
.widget .relat-head {
  padding-bottom: 20px;
}
.widget .relat-head h5 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.widget .relat-head a {
  font-weight: 700;
  font-size: 14px;
  color: #061769;
  text-decoration: underline;
}
.widget .latest-posts {
  box-shadow: 0px 24px 94px rgba(176, 176, 176, 0.1);
  background: #FFF;
  padding: 15px;
  margin: 0;
}
.widget .latest-posts li {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  background: #F6F3F0;
  padding: 15px;
}
.widget .latest-posts li:last-child {
  margin-bottom: 0px;
}
.widget .latest-posts li .post-thumb {
  float: left;
  overflow: hidden;
  border-radius: 8px;
}
.widget .latest-posts li .post-thumb a:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.widget .latest-posts li .post-thumb a img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.widget .latest-posts li .post-info {
  margin-left: 75px;
}
.widget .latest-posts li .post-info h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 10px;
}
.widget .latest-posts li .post-info h4 a {
  color: #232323;
  font-weight: 500;
}
.widget .latest-posts li .post-info h4 a span {
  color: #0185FF;
}
.widget .latest-posts li .post-info p {
  color: #7D858F;
  font-size: 12px;
  margin: 0;
  font-weight: 500;
}
.widget .latest-posts li .post-info p i {
  color: #000;
  font-size: 14px;
  margin-right: 4px;
}

.complete-project .on-going h4 {
  color: #061769;
  font-weight: 600;
  font-size: 20px;
}
.complete-project .on-going p span {
  width: 7px;
  height: 7px;
  margin-right: 5px;
}
.complete-project .on-going p .active-going {
  background: #10B94A;
}
.complete-project .on-going p .inactive-going {
  background: #FF0000;
}

/*-----------------
	32. Blog View
-----------------------*/
.read-blks a,
.date-blks li a {
  color: rgba(51, 52, 72, 0.5);
  font-weight: 600;
}

.form-horizontal {
  display: block;
}

.word-break {
  word-break: break-all;
}

@media (max-width: 767.78px) {
  br {
    display: none;
  }
  .order-list-path .card-table .table.dataTable tbody td {
    white-space: nowrap;
  }
}
@media (max-width: 991.98px) {
  td.doc_name {
    max-width: inherit;
  }
}

/*# sourceMappingURL=style.css.map */

.btn-outline-light {
  background: rgba (255,255,255,0.2) !important;
  border-radius: 10px !important;
  color: #ffffff !important;
}
.btn-outline-light:hover {
  background: rgba (255,255,255,1) !important;
  color: #003B64 !important;
}
.btn-outline-light:focus {
  background: rgba (255,255,255,1) !important;
  color: #003B64 !important;
}
.profile-wrapper .profile-card-small-img {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.profile-card-small-img img {
  width: 70px;
  min-width: 70px;
  height: 70px;
}
.query-grid {
  padding: 20px;
  background: #FFF;
  border-top: 1px solid #EEEEEE;
  box-shadow: 0px 4px 24px rgba(234, 234, 234, 0.3);
}
.query-grid p {
  margin-bottom: 0;
}
.query-grid p span {
  font-weight: 600;
  color: #061769;
}
.section-blk-info {
  margin-right: 50px;
}
.section-blk-info .profile-wrapper .profile-card-sec img {
  max-width: 140px;
}
.profile-card-sec h5 {
  font-size: 18px;
}
.pro-detail-blk-info .profile-wrapper .profile-card-sec img {
  max-width: 140px;
}
.profile-wrapper.profile-card-fill .profile-info-wrapper .profile-info-blk.profile-info-blk-text ul li i {
  color: #FFF;
}
.pro-detail-blk .tab-wrapper.tab-wrapper-info {
  padding-right: 0;
}
.map-blk.show-class {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .section-blk-info {
    margin-right: 0;
  } 
}