.cremix[class^="ri-"],
.cremix[class*=" ri-"] {
  display: initial;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 0;
  vertical-align: middle;
}

.section-side-heading ul li {
  font-size: 14px;
}
.section-side-heading p {
  font-size: 14px;
}
.user-box.menu-icon-box .icon a img {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  margin-top: -5px;
}

.user-dropdown-menu {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  list-style: none;
}

.user-dropdown-menu li a {
  display: block;
  color: #29303b;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 22px;
}

.user-dropdown-menu li a:hover {
  color: #007791;
  background: #f2f3f5;
}

.user-dropdown-menu li a i {
  font-size: 16px;
  width: 20px;
  text-align: center;
  margin: 0 19px 0 10px;
  color: #a1a7b3;
}

.dropdown-user-info .user-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #f2f3f5;
}

.dropdown-user-info .user-details {
  padding-left: 50px;
}

.dropdown-user-info .user-details .user-name {
  color: #29303b;
}

.dropdown-user-info .user-details .user-email {
  color: #686f7a;
  font-size: 13px;
}

.dropdown-user-info .user-details .user-name .hi,
.dropdown-user-info .user-details .user-email .welcome {
  display: none;
}

.user-dropdown-menu .dropdown-user-logout {
  padding: 10px 0;
  background: #f7f8fa;
}

.sign-in-box > .btn {
  padding: 9px 12px;
  font-size: 15px;
  border-radius: 2px;
  line-height: 1.35135;
  font-weight: 500;
  margin-left: 5px !important;
  border-radius: 2px !important;
}

.sign-in-box .btn-sign-in {
  color: #686f7a;
  background-color: #fff;
  border: 1px solid #505763;
}

.sign-in-box .btn-sign-in:hover,
.sign-in-box .btn-sign-in:focus {
  background-color: #f2f3f5;
}

.sign-in-box .btn-sign-up {
  color: #fff;
  background-color: #ec5252;
  border: 1px solid #ec5252;
}

.sign-in-box .btn-sign-up:hover,
.sign-in-box .btn-sign-up:focus {
  background-color: #992337;
  border-color: #992337;
}

.sign-in-box .modal-dialog {
  max-width: 400px;
}

.sign-in-modal .modal-title {
  color: #29303b;
  font-weight: 700;
  font-size: 15px;
}

.sign-in-modal .close {
  font-size: 2rem;
  padding: 0.5rem 1rem;
  font-weight: 400;
}

.sign-in-modal .modal-header {
  border-bottom: 1px solid rgba(41, 48, 59, 0.1);
  background-color: #f2f3f5;
}

.sign-in-modal .modal-header,
.sign-in-modal .modal-body {
  padding: 15px 25px;
}

.sign-in-modal .social-btn {
  box-shadow: 0 2px 2px 0 rgba(41, 48, 59, 0.24),
    0 0 2px 0 rgba(41, 48, 59, 0.12);
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 0 20px 0 0;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
}

.sign-in-modal .social-btn a {
  display: block;
}

.sign-in-modal .icon {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin-right: 10px;
  padding: 15px 0 15px 5px;
  text-align: center;
  width: 50px;
}

.sign-in-modal .icon.google-icon {
  background: url(../img/icons/google_icon.svg) no-repeat 50%;
  background-size: 24px;
  color: #fff;
  color: rgba(0, 0, 0, 0);
}

.sign-in-modal .social-btn.fb-sign-up {
  background-color: #1a538a;
}

.sign-in-modal .social-btn.fb-sign-up a {
  color: #fff;
}

.sign-in-modal .social-btn.google-sign-up a {
  color: #686f7a;
}

.sign-in-modal .sign-in-separator {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 3px;
  position: relative;
}

.sign-in-modal .sign-in-separator:after,
.sign-in-modal .sign-in-separator:before {
  position: absolute;
  height: 1px;
  background-color: #dedfe0;
  content: "";
  top: 10px;
  width: calc(50% - 20px);
}

.sign-in-modal .sign-in-separator:before {
  left: 0;
}

.sign-in-modal .sign-in-separator:after {
  right: 0;
}

.sign-in-modal .input-group {
  margin-bottom: 25px;
  position: relative;
  display: block;
}

.sign-in-modal .input-group .input-field-icon {
  position: absolute;
  top: 15px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  z-index: 10;
  left: 10px;
  color: #dedfe0;
  font-size: 18px;
}

.sign-in-modal .input-group .form-control {
  border-radius: 5px;
  color: #29303b;
  font-size: 18px;
  height: auto !important;
  padding: 7px 10px 7px 40px;
  background-color: #fff;
  border: 1px solid #cacbcc;
}

.sign-in-modal .input-group .form-control:focus {
  border-color: #76c5d6;
}

.sign-in-modal .deal-checkbox {
  margin-bottom: 10px;
  font-size: 15px;
  cursor: pointer;
}

.sign-in-modal .custom-checkbox .custom-control-label::before {
  border-radius: 1px;
  border: 1px solid #cacbcc;
  background-color: transparent;
}

.sign-in-modal .custom-control-input:hover ~ .custom-control-label::before,
.sign-in-modal .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0px #fff, 0 0 0 0 rgba(0, 123, 255, 0.25);
  border-color: #007791;
}

.sign-in-modal
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #007791;
  border-color: #007791;
}

.sign-in-modal form button[type="submit"],
#btn_register {
  color: #fff;
    background-color: #2e4190;
    border-color: #2e4190;
    font-size: 14px;
    font-weight: 700;
    height: 47px;
    width: 100%;
    padding: 6px 12px;
    border-radius: 10px;
    letter-spacing: 3px;
}


.sign-in-modal .forgot-pass {
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}

.sign-in-modal .agreement-text {
  text-align: center;
  font-size: 10px;
  margin: 5px 0;
  border-top: 1px solid #dedfe0;
}

.sign-in-modal .account-have {
  text-align: center;
  font-size: 15px;
  padding-top: 8px;

}

.sign-in-modal .account-have a {
  font-weight: 700;
    text-decoration: underline;
    color: #2e4190;
}

.sign-in-modal .forgot-email.form-control {
  font-size: 16px;
  padding: 10px 12px;
  border-radius: 2px;
}

.sign-in-modal .forgot-pass-btn {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
}

.sign-in-modal .forgot-pass-btn .btn {
  width: auto;
  height: auto;
  padding: 11px 12px;
  font-size: 15px;
}

.sign-in-modal .forgot-pass-btn span {
  margin: 0 5px;
}

.sign-in-modal .forgot-recaptcha {
  margin: 25px 0 15px;
}

.filter-card {
  /*	position: fixed;
	padding-left: 20px;
	z-index: 1;*/
}
.filter-card.fixed {
  position: fixed;
  top: 55px;
  z-index: 9;
}
.filter-card ul {
  margin-bottom: 20px;
  height: 100%;
  text-align: right;
}

.filter-card ul li.active {
  border-color: #212121;
  background-color: #212121;
}

.filter-card ul li.active a {
  color: #fff;
}

.filter-card ul li {
  margin: 0 8px 10px auto;
  padding: 5px 10px;
  width: fit-content;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
  color: #757575;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  display: inline-block;
  transition: color 0.3s ease, border-color 0.3s ease,
    background-color 0.3s ease;
  float: left;
}

.filter-card ul li a {
  color: #757575;
}

.product-widget input {
  height: auto !important;
}

.cart-footer {
  position: absolute;
  height: 64px;
}

.cart-footer {
  width: 30vw;
  padding: 8px;
  position: fixed;
  bottom: 0;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.2s;
  z-index: 4;
  right: 0;
  float: right;
}

.cart-footer .cart-footer-btn {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background-color: #212121;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.cart-footer .cart-footer-btn {
  background-color: #1a1a18;
  max-width: 355px;
  height: 48px;
  float: right;
}

.cart-footer .cart-footer-btn .cart-footer-nextInfo {
  padding-left: 16px;
  display: flex;
  align-items: center;
}

.cart-footer .cart-footer-btn .cart-footer-nexBtn {
  padding-right: 16px;
  display: flex;
  align-items: center;
}

.cart-footer .cart-footer-btn .cart-footer-nexBtn .cart-footer-nextText {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  top: -1px;
}

.cart-footer .cart-footer-btn .cart-footer-nextInfo .cart-footer-nextItems {
  border: 1px solid #fff;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  border-radius: 2px;
  font-size: 14px;
}

.cart-footer .cart-footer-btn .cart-footer-nextInfo .cart-footer-price {
  display: inline-block;
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 16px;
}

#cartFooter {
  display: none;
}

/*cart model start*/

.cart-modal .modal-dialog {
  max-width: 700px !important;
}

.cart-modal .modal-header {
  background: #1a1a18;
  color: #fff;
}

.cart-modal .modal-title {
  color: #fff;
}

.step2_modal_title {
  width: 94%;
  text-align: center;
}

.cart-modal .close,
.modal_next_prev_btn {
  color: #fff;
}

.error_modal_container {
  font-size: 15px;
  position: absolute;
  bottom: -15px;
  border-radius: 0px;
}

.pricing_details {
  font-size: 16px;
  color: #000000;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin: -60px 0 0 -60px;
  /*	-webkit-animation: spinn 3s linear infinite;
	animation: spinn 3s linear infinite;
	z-index: 9999999;*/
}

@-webkit-keyframes spinn {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(720deg);
  }
}

@keyframes spinn {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(720deg);
  }
}

.modal_next_btn {
  background: #1a1a18 !important;
  padding: 1.5%;
  margin: 0px;
}
/*cart model ends*/

/*product sales starts */
.m-filter .product-sidebar {
  padding: 15px 15px;
  background: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 0 11px 6px hsl(0deg 0% 78% / 17%);
  margin-bottom: 2rem;
}
.m-filter .product-sidebar-title {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.m-product .product-card {
  box-shadow: 0 0 8px 4px hsl(0deg 0% 78% / 21%);
  border-radius: 0.6rem;
  padding: 10px;
  position: relative;
  background: #fff;
  transition: all 0.5s ease-in;
}

.m-product .product-head {
  padding: 0px;
}
.m-product .product-filter {
  padding: 10px 15px;
  background: #f8f8f8;
  border-radius: 0.2rem;
}
.m-filter .widget {
  height: auto;
  max-height: 200px;
  overflow-y: auto;
}
/*product sales ends*/

.m-product .discount {
  font-size: 12px;
  border-radius: 0.6rem 0 0.6rem 0;
  background: #1a1a18;
  padding: 6px 12px;
  line-height: 1;
  margin-left: 1rem;
  font-family: semibold;
  color: #fff;
  font-weight: 300;
  float: right;
  margin-right: 0px;
  position: relative;
  top: -20px;
}
.m-product .product-title {
  padding-bottom: 0px;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 25px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}

.mt-0 {
  margin-top: 0px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 25px !important;
}

.no-pad {
  padding: 0px !important;
}
.marg {
  margin: 0px !important;
}

.m-product .p-img {
  height: 120px;
  width: 220px;
  position: relative;
  margin: 0 auto;
}
.m-product .p-img img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}

.product-name {
  position: relative;
}
.product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.product-name .vl_product_detail {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100px;
  max-width: 150px;
  border-right: 1px solid #ececec;
  border-bottom: none;
  padding: 0;
  text-align: center;
  margin-top: 10px;
}
.vl_product_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d4d4d4;
  padding: 12px 0;
}

.product-name .vl_product_detail span {
  width: 100%;
}

.vl_product_detail span:first-child {
  text-transform: capitalize;
}

.product-name .vl_product_detail span {
  width: 100%;
}
.vl_product_detail span:last-child {
  text-transform: uppercase;
  font-size: 13px;
  font-family: semibold;
}

.plp-offer-band {
  margin-bottom: 7px;
  display: flex;
  justify-content: flex-start;
  margin: 10px 0px;
}

.plp-offer-band span {
  margin-left: 0rem !important;
  margin-right: 0.7rem;
  text-align: center;
  font-size: 12px !important;
}
.product-card hr {
  margin-top: 0px;
  margin-bottom: 10px;
}
.product-card .fas {
  font-weight: 700;
  color: #1a1a18;
}
.pd-tag-wrapper {
  width: 100%;
  float: left;
  margin-bottom: 0.5rem;
}
span.product-widget-compare-list {
  margin-right: 10px;
}
.pd-tag-wrapper .pd-tag {
  display: inline-block;
  margin-bottom: 0.7rem;
  font-size: 12px;
  border-radius: 0.6rem 0 0.6rem 0;
  background: #dbeff7;
  padding: 6px 12px;
  line-height: 1;
  margin-right: 1rem;
  font-family: semibold;
  color: #2e96bd;
}

.p-details h3 {
  margin-bottom: 7px;
}
.p-details .product-name {
  font-weight: 300 !important;
}

.p-details .old_price {
  font-size: 16px;
  margin-left: 5px;
}

.cart_sku_preflix {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 350px;
  padding: 5px 0;
}

.sku_preflix_first {
  min-width: 150px;
}

.sku_preflix_last {
  text-align: left;
  font-size: 14px;
  flex: 1;
}
.text-success {
  color: #2ea033 !important;
}
.hidden {
  display: none;
}
.cart_sku_preflix {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 350px;
  padding: 5px 0;
}

.sku_preflix_first {
  font-family: semibold;
}

.btn-cart {
}
.p-details .plu_ic {
  width: 35px;
  line-height: 25px;
}
.p-footer .niche-nav {
  margin-bottom: 15px;
}

.p-footer .nav-tabs li .nav-link {
  padding: 7px 0px !important;
  font-family: "semibold";
}

.m-product .product-details {
  border: none !important;
}

.search-results-title {
  background: #fff;
  padding: 0 20px;
  margin: 0;
  border-bottom: 4px solid #f5f5f5;
  line-height: 3em;
}
.shadow-md {
  -webkit-box-shadow: 0px 0px 50px -35px rgb(0 0 0 / 40%);
  box-shadow: 0px 0px 50px -35px rgb(0 0 0 / 40%);
}

.accordion.accordion-alternate .card {
  margin: 0;
}
.accordion.accordion-alternate .card {
  margin: 0;
}
.accordion .card {
  border: none;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  background-color: transparent;
}

.accordion .card-header {
  padding: 0;
  border: none;
  background: none;
}

.accordion.accordion-alternate.style-2 .card-header a {
  padding: 15px 10px 5px 15px;
}
.accordion.accordion-alternate .card-header a {
  padding-left: 1.25rem;
  border-top: 1px solid #e4e9ec;
  border-radius: 0px;
  font-size: 15px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

.accordion .card-header a {
  font-size: 14px;
  padding: 1rem 1.25rem 1rem 2.25rem;
  display: block;
  border-radius: 4px;
  position: relative;
}

.accordion.accordion-alternate.style-2 .card-body {
  padding-left: 0px;
}

.accordion.accordion-alternate .card-body {
  padding: 0rem 0 1rem 1.25rem;
}

.accordion .card-body {
  line-height: 26px;
  padding: 1rem 0 1rem 2.25rem;
}

.accordion.accordion-alternate.style-2 .card-header a:before {
  right: 2px;
  left: auto;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}

.accordion .card-header a:before {
  position: absolute;
  content: " ";
  left: 20px;
  top: calc(50% + 2px);
  width: 8px;
  height: 8px;
  border-color: #ccc;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.m-filter {
  box-shadow: 0 0 8px 4px hsl(0deg 0% 78% / 21%);
  border-radius: 4px;
  position: relative;
  background: #fff;
  transition: all 0.5s ease-in;
}

.accordion.accordion-alternate.style-2 .card-header a.collapsed:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.accordion.accordion-alternate.style-2 .card-header a:before {
  right: 10px;
  left: auto;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}

.m-filter .product-sidebar-list li {
  padding: 4px 16px;
}

.FilterDesktop__filterDetails {
  padding: 10px 0px 0px;
  border-radius: 4px;
}
.filter-header {
  background-color: rgb(245, 245, 245);
  padding: 12px 15px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.filter-title {
  width: 50%;
  font-size: 17px;
  font-family: semibold;
  color: rgb(33, 33, 33);
  align-items: flex-start;
}

.filter-ClearBtn {
  width: 50%;
  font-size: 14px;
  font-family: semibold;
  text-align: right;
  color: rgb(218, 28, 92);
  align-items: flex-start;
}
.pointer {
  cursor: pointer;
}

.suggest-part .container .service_type {
  margin-bottom: 15px;
  border-right: 1px solid #ececec;
}

.no-border {
  border: none !important;
}
.hvac-section.carousel {
  max-height: 500px;
}
.home-top.carousel {
  max-height: 500px;
}

.home-products .product-card {
  position: relative;
  width: 100%;
  display: block;
  background: #fff;
  border: 1px solid #e4e7ec !important;
  border-radius: 0.4rem;
  margin-bottom: 0px;
  padding: 1rem 1rem;
  transition: all ease 0.4s;
}

.home-products .product-info {
  color: #2d3954 !important;
  background: #fff !important;
}

.home-products .woo_product_thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 130px !important;
  max-height: 130px !important;
  background: #fff;
}

.home-products .woo_product_thumb img {
  width: auto !important;
  height: auto;
  max-height: 195px;
  padding: 5px;
  border: 0px solid #ddd;
  margin-bottom: 5px !important;
  margin-top: 0px !important;
}

.home-products .product-title h5 {
  margin-bottom: 0px;
  text-align: left !important;
}

.home-products .product-details {
  border: none !important;
}

.ProductModule__content {
  margin-top: 20px;
}

.ProductDescription__base {
  width: 100%;
  height: auto;
}

.ProductDescription__header {
  width: 100%;
  margin-bottom: 0px;
  position: relative;
  padding-right: 20px;
  overflow: hidden;
}
.ProductDescription__headerText {
  width: 100%;
  font-family: regular;
  font-size: 14px;
  color: #212121;
  white-space: normal;
  word-wrap: break-word;
}

.ProductDescription__content {
  width: 100%;
  color: #212121;
  font-size: 14px;
  line-height: 20px;
  font-family: light;
  white-space: normal;
  word-wrap: break-word;
}

.ProductDescription__description {
  font-size: inherit;
  max-height: 30px;
  overflow: hidden;
  word-wrap: break-word;
  line-height: 24px;
  display: inline-block;
  width: 180px;

  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.ProductDescription__discount {
  margin-right: 10px;
}

.ProductDescription__priceHolder {
  display: inline-block;
  line-height: 24px;
}

.ProductDescription__priceCancelled {
  text-decoration: line-through;
  color: #9b9b9b;
}
.ProductDescription__priceHolder {
  display: inline-block;
  line-height: 24px;
}
.ProductDescription__headerText {
  width: 100%;
  font-family: regular;
  font-size: 14px;
  color: #212121;
  white-space: normal;
  word-wrap: break-word;
}
.home-products h3 {
  margin: 0px !important;
}

.ribbon-2 {
  width: 70px;
  height: 25px;
  background: #da1c5c;
  left: -25px;
}
[class^="ribbon-"] {
  position: relative;
  margin-bottom: 0px;
}

.ribbon-2:before {
  height: 0;
  width: 0;
  border-bottom: 8px solid #8a0532;
  border-left: 8px solid transparent;
  top: -8px;
}
[class^="ribbon-"]:before,
[class^="ribbon-"]:after {
  content: "";
  position: absolute;
}

.ribbon-2:after {
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #da1c5c;
  right: -15px;
}
[class^="ribbon-"]:before,
[class^="ribbon-"]:after {
  content: "";
  position: absolute;
}

.ribbon-2 span {
  font-size: 12px;
  font-family: semibold;
  color: #fff;
  line-height: 28px;
  padding-left: 20px;
}

.m-repair select {
  background: #fff;
  height: 25px;
  padding: 0px 10px;
  font-size: 13px;
  border-radius: 10px;
}

.m-repair select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--body);
  background: var(--white);
  border-color: var(--primary);
}

.authorised {
  margin-bottom: 0px;
}

.inner-top.carousel {
  max-height: 350px;
  z-index: 1;
}
.inner-top .carousel-item img {
  max-height: 350px;
  object-fit: cover;
}
.modal-header.bg-primary .modal-title {
  color: #fff;
}
.modal-header.bg-primary .close {
  color: #fff;
  opacity: 1;
}
.m-enquiry .input-group {
  margin-bottom: 15px !important;
}

.inner-top .slide_head .font-weight-bolder {
  padding-top: 60px !important;
  font-size: 32px !important;
}
.m-services {
  text-align: center;
  margin-top: 60px !important;
}
.m-services img {
  height: 80px;
}

.m-services .best-content {
  margin-top: 15px;
}
.m-services .best-content h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.m-services .best-content p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

.accordion .panel {
  margin-bottom: 25px;
}
.accordion .panel-title {
  border-radius: 0.3rem;
  -webkit-box-shadow: -1px 4px 7px 0 rgb(0 0 0 / 10%);
  box-shadow: -1px 4px 7px 0 rgb(0 0 0 / 10%);
  border-left: 3px solid #1a1a18;
  position: relative;
  display: block;
  background-color: #fff !important;
  color: #1a1a18 !important;
  padding: 0px;
  font-size: 18px;
  border-radius: 0.3rem;
}

.accordion .panel-heading.active .panel-title {
  color: #0557a7 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.accordion .panel-heading.active .panel-title a {
  color: #1a1a18 !important;
}
.accordion .panel-title a {
  color: #1a1a18 !important;
}
.accordion .panel-body {
  padding: 15px 12px;
  line-height: 1.3;
  background: #fff;
  border-radius: 0 0 0.3rem 0.3rem;
  box-shadow: 0 8px 26px 0 rgb(0 0 0 / 8%);
  border: 1px solid #e2e2e2;
  border-top: 0px;
}

.amc-plans.suggest-part .container .row {
  padding: 0px !important;
}

.amc-plans.suggest-part .container {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

.plan-list {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
  font-size: 13px;
}
.plan-list li {
  margin-bottom: 10px;
  line-height: 20px;
}

.plan-features h4 {
  color: #3a3a3a;
  font-family: semibold;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.plan-features .plan-feature-list {
  min-height: 180px;
  list-style-type: none;
}
.plan-features .plan-feature-list li {
  position: relative;
  line-height: 1.3;
  padding-left: 1.6rem;
  font-size: 15px;
  color: #565656;
  margin-bottom: 18px;
}
.plan-features .plan-feature-list li:before {
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 1px;
  content: "";
  background: url(../../assets/images/group-new.png) center no-repeat;
  background-size: contain;
  vertical-align: top;
}

.additional-links .c-link {
  margin-right: 0.5rem;
  color: #1a1a18;
  font-size: x-large;
}

.additional-links .f-link {
  margin-left: 0.5rem;
  color: #3e3e3e;
}

.plan-data-table {
  margin-top: 2rem;
}

.plan-data-table .plan-data-title {
  display: block;
  padding: 0.8rem 1rem;
  text-align: center;
  background: #d6d6d6;
  font-size: 1.4rem;
  color: #3a3a3a;
  border-radius: 0.7rem 0.7rem 0 0;
}

.plan-data-table .plan-data-row {
  margin: 0;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
}
.plan-data-table .plan-data-col:first-child {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 100%;
}

.plan-data-table .plan-data-col {
  padding: 0.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1rem;
}

.plan-data-table .plan-data-col:first-child {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 100%;
}

.plan-data-table .plan-data-col {
  padding: 0.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1rem;
}
.plan-data-table .plan-data-col {
  word-wrap: break-word;
  min-height: 3rem;
  -webkit-box-shadow: 1px 0 3px 0 rgb(0 0 0 / 10%);
  box-shadow: 1px 0 3px 0 rgb(0 0 0 / 10%);
  text-align: center;
}

.plan-data-table .plan-data-col {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.plan-data-table .plan-data-col.mw {
  font-size: 0.8rem;
  color: #0557a7;
}

.plan-data-table .plan-data-col.mw {
  font-size: 12px;
  color: #1a1a18;
  line-height: 15px;
}
.plan-data-table .plan-data-col:first-child {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 100%;
}

.plan-data-table .plan-data-col.last {
  width: 80%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.plan-data-table .plan-data-col.last span {
  position: relative;
  display: block;
  color: #1a1a18;
  font-size: 12px;
  line-height: 15px;
}

/*.inline {
    display: inline-block!important;;
}
*/
.plan-data-table .plan-data-col.last span:before {
  left: -3.6rem;
}
.plan-data-table .plan-data-col.last span:after,
.plan-data-table .plan-data-col.last span:before {
  position: absolute;
  content: "";
  width: 3rem;
  height: 2px;
  top: 50%;
  background: #0557a7;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plan-data-table .plan-data-col.last span:after {
  right: -3.6rem;
}
.plan-data-table .plan-data-col.last span:after,
.plan-data-table .plan-data-col.last span:before {
  position: absolute;
  content: "";
  width: 3rem;
  height: 2px;
  top: 50%;
  background: #1a1a18;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.camc {
  color: #a4a4a4;
  margin-top: 0.8rem;
  line-height: 1.2;
  font-size: 11px;
}

.m-auto {
  margin: auto !important;
}
.amc-plans .product-price {
  margin-right: 5px;
}

.amc-plans .btn-action {
  padding: 10px 14px;
  margin-top: 30px;
}

.btn-blue {
  padding: 6px 10px;
  margin-top: 30px;
  font-size: 13px;
  color: #1a1a18;
  text-transform: none;
}
.btn-blue:hover {
  color: #04b;
  text-decoration: none;
}
.btn-red {
  padding: 6px 10px;
  margin-top: 30px;
  font-size: 13px;
  color: #dc3545;
  text-transform: none;
}
.btn-red:hover {
  color: #dc3545;
  text-decoration: none;
}
.txt-blue {
  color: #1a1a18;
}

.plans-section.carousel {
  max-height: 350px;
}

.plans-section .slide_head {
  top: 22%;
}

span.line {
  width: 140px;
  display: block;
  position: absolute;
  top: 34%;
  left: 80%;
  border: 1px dashed #1a1a18;
}

.m-number button {
  height: 40px;
  margin-top: -2px;
  margin-bottom: 0px;
  background: #1a1a18;
}

.multiple-ac {
  -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  margin-bottom: 15px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 10px;
}

.m-number input {
  text-align: center;
}
.m-0 {
  margin: 0px !important;
}

.plan-checkout {
  padding: 8px 0px 8px 0px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.plan-checkout p {
  font-family: "semibold";
}

.amc-cart .cart-footer-btn {
  max-width: 530px;
  margin-right: 10px;
}

.m-amc-checkout .card {
  border: none;
  -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  margin-bottom: 15px;
}
.m-amc-checkout .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.m-amc-checkout .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eef2f7;
  border-radius: 0.25rem;
  box-shadow: rgb(0 0 0 / 20%) 0px 1px 2px 0px;
}

.m-amc-checkout .cart .card-body {
  padding: 1.5rem 1.5rem !important;
}

.m-amc-checkout .plan-features .plan-feature-list {
  min-height: auto;
}
.m-amc-checkout .cart-margin:first-child {
  padding-top: 0px;
}
.m-amc-checkout .cart-margin {
  padding-bottom: 10px;
  padding-top: 10px;
}

.m-amc-checkout [type="radio"]:checked + label,
.m-amc-checkout [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 10px;
}

.btn-coupon input {
  height: 46px;
}
.btn-coupon .btn-coupon {
  padding: 8px 18px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: right;
}

.coupon-section h5 {
  color: #09b709;
  font-weight: 900;
  font-size: 16px;
  line-height: 14px;
}
.coupon-section .offer-tag {
  font-size: 13px;
  border: 2px dotted #09b709;
}

.offer-tag {
  font-size: 11.5px;
  margin-bottom: 0;
  line-height: 1em;
  color: #09b709;
  font-weight: 600;
  margin-top: 15px;
  border: 1px dotted #09b709;
  padding: 5px 6px;
}
.coupon-rate {
  display: inline-block;
  font-size: 12px;
  background: green;
  padding: 2px 8px;
  color: #fff;
  margin-top: 5px;
}

.m-login-signup {
  background: #fff;
  padding: 0px 0px !important;
  font-size: 14px;
  font-weight: 500;
  padding-top: 0px !important;
  border: 0px solid #fff;
  border-radius: 5px;
  margin-top: -5px;
}

.m-login-signup a {
  color: #000 !important;
  padding: 4px 8px !important;
}

.m-login-signup .m-account {
  font-size: 15px !important;
}

.m-login-signup > .m-account > i {
  font-size: 22px;
  position: absolute;
  top: 3px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-25 {
  margin-left: 25px;
}
.m-login-signup .dropdown-menu {
  padding: 0px !important;
}

.m-login-signup .dropdown-divider {
  margin: 0.1rem 0;
}

.m-account {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 165px;
  display: block;
}

.pl-0 {
  padding-left: 0px !important;
}

.title.h3 {
  line-height: 2rem;
  margin: 0 0 2.5rem;
}

.color-primary {
  color: var(--primary);
}
.login-header-common h5 {
  text-align: center;
  padding: 0.5rem 0;
  width: 100%;
  display: inline-block;
}

.title-underline:after {
  content: "";
  width: 5rem;
  margin: 0 auto;
  border-top: 2px solid #2e4190;
  height: 0.3rem;
  display: block;
  margin-top: 5px;
}

.login-header-common p {
  margin: 0 auto;
  color: #4a4d4f;
  font-size: 12px;
  margin-top: 0rem;
  margin-bottom: 1rem;
  text-align: center;
}

a {
  color: #1a1a18;
}

.mb-10 {
  margin-bottom: 10px !important;
}
.shop-by-service .service-tab {
  position: relative;
  display: flex;
  width: 100%;
  /* border-radius: .4rem; */
}
.shop-by-service .service-tab div {
  box-sizing: border-box;
  height: auto;
  margin: 0 0px 0 0 !important;
  padding: 4px 2px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: row;
  font-size: 13px !important;
  background: #f3f3f3;
  border: 1px solid #e4e7ec;
  border-bottom: 4px solid #e4e7ec;
  color: #868e96 !important;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
}
.shop-by-service .service-tab .active {
  color: rgba(0, 0, 0, 0.85) !important;
  background: #ffffff !important;
  border-bottom: 4px solid black !important;
  font-weight: 600;
}

.shop-by-service.fixed .service-tab div {
  box-shadow: 0 2px 4px #bbb5b5;
}

.ad-list-part {
  padding: 10px 0px 40px;
}

.middle-icon-features-item {
  margin-top: 30px;
}
.icon-features-wrap {
  text-align: center;
  position: relative;
}
.icon-features-wrap:before {
  content: url(../img/arrow.png);
  position: absolute;
  width: auto;
  height: auto;
  background: 0 0;
  left: 100%;
  top: 40px;
}
.middle-icon-large-features-box {
  background: #fff;
  width: 85px;
  height: 85px;
  padding-top: 20px;
  text-align: center;
  transition: 0.25s ease-in-out;
  font-size: 30px;
  border-radius: 20px;
  color: #fd5332;
  margin: 15px auto;
  position: relative;
  border: 1px solid transparent;
}

.middle-icon-large-features-box.f-light-success:before {
  background: rgba(15, 202, 152, 0.1);
  border-color: rgba(15, 202, 152, 0.3);
  color: #29cf8d !important;
}
.middle-icon-large-features-box:before {
  content: "";
  position: absolute;
  border-radius: 20px;
  width: 85px;
  height: 85px;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  background: 0 0;
  border: 1px solid transparent;
}
.middle-icon-features-content {
  padding: 10px 30px 0;
  text-align: center;
}
.middle-icon-features-content h4 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}
.middle-icon-features-content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
}

.middle-icon-large-features-box.f-light-warning:before {
  background: rgba(255, 143, 0, 0.1);
  border-color: rgba(255, 143, 0, 0.3);
  color: #ff8f00 !important;
}
.middle-icon-large-features-box.f-light-blue:before {
  color: #1d96ff !important;
  background: rgba(29, 150, 255, 0.1);
  border-color: rgba(29, 150, 255, 0.3);
}
.middle-icon-features-item.remove .icon-features-wrap:before {
  display: none;
}
.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  border: 1px solid #e6ebed;
  margin-bottom: 10px;
  border-radius: 5px;
}
.panel {
  box-shadow: none;
  background-color: transparent;
}

.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-heading {
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}

.panel-title.blue a {
}
.panel-title a,
.panel-title a:focus {
  font-size: 13px;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 5px 25px;
  #font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #7a7b80;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

.panel-title a:before {
  position: absolute;
  top: 0;
  left: 10px;
  content: "+";
  font-size: 21px;
  line-height: 35px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  font-size: 15px;
  line-height: 24px;
  border: none;
  padding: 10px 25px 25px;
}

.panel-body h4 {
  font-size: 16px;
  font-weight: bold;
}
.panel-body .table td,
.table th {
  font-size: 14px;
}
.service-terms p,
.service-why p {
  margin-bottom: 10px;
  font-size: 14px;
}

.service-why p {
  margin-bottom: 0px;
  font-size: 14px;
}
.service-why {
  font-size: 14px;
}
.service-why ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 0px;
}

br {
  line-height: 15px;
}

.full-part {
}

.m-plan .btn-outline:hover {
  color: var(--primary);
  background: var(--white);
  border-color: var(--primary);
}

.m-lists {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 0px;
}

/* How it works*/

.vertical-point-progress {
  max-width: 100%;
  margin: 0 auto;
  list-style-type: none;
  /* counter-reset: none; */
  margin: 0;
  font-family: Poppins;
}
.vertical-point-progress li {
  padding: 0 0 30px 50px;
  position: relative;
  margin: 0;
}
.vertical-point-progress li:after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../../assets/images/group-2.png);
  background-repeat: no-repeat;
}

.vertical-point-progress li:before {
  position: absolute;
  left: 10.4px;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  border: 2px solid #eef2f6;
}

.vertical-point-progress li {
  font-family: "Karla", sans-serif;
  color: #1a1a18;
  font-weight: bold;
  font-size: 18px;
}

.expo {
  position: relative;
  display: flex;
}

.expo-articles {
  flex: 1;
}

.expo-article {
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.expo-article ol li {
  color: #232d3b;
  font-weight: bold;
  font-size: 18px;
  font-family: "Karla", sans-serif;
}

.expo-slidesWrapper {
  flex: 1;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.expo-slides {
  position: relatie;
  display: flex;
  height: inherit;
  flex-flow: row nowrap;
  transition: 1.3s;
}

.expo-slide {
  flex: 0 0 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.expo-article h2 {
  margin-bottom: 1rem;
  font-family: "Karla", sans-serif;
  color: #232d3b;
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 0px;
}

.expo-article p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  font-family: "Karla", sans-serif;
  padding-bottom: 20px;
}

ol {
  margin: 0;
}

ol li {
  list-style-type: none;
  position: relative;
  line-height: 24px;
  padding-left: 1.8rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.expo ol li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../../assets/images/group-1.png);
  background-repeat: no-repeat;
}

ul.vertical-point-progress.fade-in-right.hiw-ml {
  margin-left: 90px;
}
img.img-fluid.mv {
  display: none;
}

@media only screen and (max-width: 600px) {
  h3.text-center.font-weight-bolder.mb4 {
    margin-top: 15px;
    margin-bottom: 15px !important;
  }
  ul.vertical-point-progress.fade-in-right.hiw-ml {
    margin-left: 0px;
  }
  .col-md-4.col-lg-4.span3.wow.fadeInRight.img-c {
    text-align: center;
  }
  section.psection.psection-mb {
    margin-bottom: 40px;
  }
  img.img-fluid.dv {
    display: none;
  }
  img.img-fluid.mv {
    display: inline;
  }
}
/*
   .product-card.trans {
    overflow:hidden;
}
   .product-card.trans:hover {
  
    box-shadow: 0 0 6px 0 rgb(1 1 1 / 30%);
    background-color: #fff;
    z-index: 1;
    border-radius: 15px;
}

.product-card.trans:hover .product-media img{
-webkit-transition: .4s ease;
    transition: .4s ease;
    -webkit-transform: scale(1.10);
    transform: scale(1.10);
}
span.compare{font-family: sans-serif;font-weight: 500;color: #404040;}
span.cart{font-family: sans-serif;font-weight: 500;color: #404040;}
.filter-action a{color:gray;}
a.grid-active {
    color: #1a1a18;
}
.product-media.hediv{height:110px;}
.product-img.hediv{text-align: center;}
.product-img.hediv img{margin-top: 20px;height: 78px;}
.row.compare-card.hediv{display:flex;text-align:center;}
.col-md-6.d-compare.hediv{padding-left:0px;padding-right:0px;color:#232d3b;border-right:1px solid rgba(0,0,0,.1);text-align: left;}
span.compare.hediv{padding-left: 5px;}
.col-md-6.d-cart.hediv{padding-left:0px;padding-right:0px;color:#232d3b;text-align: right;}
span.cart.hediv{padding-left: 5px;}
.span-hediv{font-size:14px;}*/
.product-card.trans {
  overflow: hidden;
}
.product-card.trans:hover {
  box-shadow: 0 0 6px 0 rgb(1 1 1 / 50%);
  background-color: #fff;
  z-index: 1;
  border-radius: 0.6rem;
}

.product-card.trans:hover .product-media img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
span.compare {
  font-family: sans-serif;
  font-weight: 500;
  padding-left: 5px;
}
span.cart {
  font-family: sans-serif;
  font-weight: 500;
  padding-left: 5px;
}
.filter-action a {
  color: gray;
}
a.grid-active {
  color: #1a1a18;
}
.product-short-select {
  margin-left: 300px;
}
.product-card.trans {
  width: 285px;
}
.product-card .fas {
  font-weight: 700;
}
.product-title.gh5 h5 a {
  color: #1a1a18;
}
.product-card.trans:hover .product-info .product-title.gh5 h5 a {
  color: #878786;
}

.col-md-6.d-compare {
  padding-left: 0px;
  padding-right: 0px;
  color: #232d3b;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.col-md-6.d-compare span {
  font-size: 14px;
}
.col-md-6.d-cart {
  padding-left: 0px;
  padding-right: 0px;
  color: #232d3b;
  text-align: center;
}
.col-md-6.d-cart span {
  font-size: 14px;
}

.small-txt {
  font-size: 60%;
  font-weight: 400;
}

.m-service-info ol li {
  font-size: 16px;
}

.m-service-info h3 {
  line-height: 22px;
}

.m-service-card {
  margin: 0 0px 16px;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 8%);
  border: 1px solid #e8e8e8;
}

.m-service-inner {
  padding: 16px;
}

.cart-service-item {
  display: flex;
}
.cart-media--vAOio {
  display: inline-block;
}
.cart-media > img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
  color: #fff;
  margin: 0px 15px 0px 0;
  border-radius: 4px;
}
.cart-item-details {
  margin: 0;
  width: -webkit-fill-available;
}
.cart-item-package-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-item-package-details .cart-item-details-text {
  font-size: 14px;
  line-height: 20px;
}
.cart-item-package-details .cart-item-details-text .cart-item-details-title {
  font-weight: 600;
  line-height: 20px;
  margin: 0 8px 0px 0;
  color: #252525;
  font-size: 16px;
}
.CartItemDetails__ratingReview--2d3ju {
  margin-bottom: 4px;
}
.cart-price-root {
  align-items: center;
  flex-wrap: wrap;
}
.cart-price-root .cart-price {
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #212121;
  margin-bottom: 2px;
}

.cart-item-duration .CartItemDetails__durationText--35ugh {
  line-height: 18px;
  font-size: 14px;
  vertical-align: top;
}

.cart-item-duration {
  margin: 0px 0 0;
  display: inline-block;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  color: #757575;
}

.m-service-title h3 {
  line-height: 22px;
}

.mt-20 {
  margin-top: 20px;
}
.mt-35 {
  margin-top: 35px;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-35 {
  margin-bottom: 35px;
}

.m-plan .btn-inline {
  min-width: 276px;
  padding: 6px 12px;
}
.m-plan .btn-outline {
  min-width: 275px;
  padding: 6px 12px;
}
.m-plan .btn span {
  margin-left: 0px;
}

#faq p {
  margin-bottom: 5px;
}

.m-enquiry.forms {
  box-shadow: 0px 0px 5px 0px rgb(198 198 198 / 50%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #f1efef;
}

.hvac-section {
  padding-bottom: 20px;
}
.hvac-section p {
  text-align: justify;
}
.hvac-section .section-side-heading h3 {
  margin-bottom: 5px;
}

.hvac-section h2 {
  font-size: 26px;
}

.m-awards img {
  margin-right: 15px;
  background-color: white;
  border-radius: 10px;
  opacity: 0.9;
  padding: 15px;
  margin-bottom: 10px;
}

.m-solutions
  .cart-item-package-details
  .cart-item-details-text
  .cart-item-details-title {
  line-height: 35px;
  font-size: 20px;
}

.m-solutions .cart-media > img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0;
  border-radius: 0px;
}

.m-solutions .m-service-inner {
  padding: 0px;
}
.m-solutions .cart-item-package-details .cart-item-details-text {
  padding: 16px;
}
.hsection {
  padding: 20px 0px;
  padding-bottom: 30px;
}
.hsection .container .row {
  padding: 15px 25px;
  margin-top: 0px !important;
}

.hvac-tab.fixed {
  width: 100%;
  right: 0px;
}

.hvac-tab .service-tab {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.hvac-tab .service-tab div {
  width: 100%;
  text-align: center;
}

.shape-bg .h-enquiry.forms {
  box-shadow: 0px 0px 10px 0px rgb(198 198 198 / 50%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 3% 8% 3% 8%;
  border-radius: 20px 20px 20px 20px;
  background-color: #ffffff;
}
.shape-bg .h-enquiry.forms button {
  font-size: 18px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 100px 100px 100px 100px;
}
.shape-bg .h-enquiry.forms button:hover {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
}
.shape-bg .h-enquiry.forms h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 800 !important;
  text-align: center !important;
  margin: 0px 0px 20px 0px !important;
}

.shape-bg h3 {
  font-size: 42px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.2em;
  font-family: "Open Sans", Roboto;
}

.shape-bg p {
  font-family: "Open Sans", Roboto;
  font-weight: 400;
}

.h-enquiry.forms .input-group .form-control {
  border-radius: 5px;
  color: #7a7a7a;
  font-size: 16px;
  height: auto !important;
  padding: 9px 15px 9px 15px;
  background-color: #fff;
  border: 1px solid #cacbcc;
  background-color: #ffffff;
  border-color: #dfdaed;
  border-width: 1px 1px 1px 1px;
  border-radius: 98px 98px 98px 98px;
}

.h-enquiry.forms .input-group {
  margin-bottom: 15px;
  position: relative;
  display: block;
}

.h-clients {
  box-shadow: 0px 0px 10px 0px rgb(216 216 216 / 50%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.shape-bg {
  background: url("https://webwork.co.in/quietcool_admin/uploads/slider/2021/05/01/608d1507cdf189-30896290.jpg");
  padding: 7% 0% 3% 0%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.shape-bg::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(4, 53, 138, 0.65)),
    to(rgba(5, 44, 112, 0.65))
  );
  background: linear-gradient(rgb(19 19 19 / 62%), rgb(36 36 37));
  z-index: -1;
}

.m-service-card .m-service-inner p {
  margin-bottom: 5px;
}

.m-solutions .m-service-card {
  margin: 0 0px 16px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 4px rgb(231 227 241 / 33%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background: #fff;
}

.m-solutions {
  background: #fff;
}

.short-enquiry .h-enquiry.forms button {
  font-size: 18px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 100px 100px 100px 100px;
}

.short-enquiry .row {
  box-shadow: 0px 0px 10px 0px rgb(32 57 143 / 64%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 3% 3% 3% 3%;
  border-radius: 10px 10px 10px 10px;
}

.short-enquiry {
  padding: 0px 250px;
  padding-bottom: 30px;
}
.short-enquiry h2 {
  color: #1a1a18;
  font-family: "Open Sans", Roboto;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4em;
}

.short-enquiry .text {
  padding: 30px;
  text-align: center;
  background-color: #1a1a1830;
  border-radius: 10px 0px 0px 10px;
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}

.short-enquiry h2 p {
  margin-top: 15px;
  text-align: center;
  color: #1c1c1c;
  font-family: "Open Sans", Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.short-enquiry .input-group .form-control {
  border-color: #1a1a18 !important;
  color: #1a1a18 !important;
}
.short-enquiry .input-group .form-control::placeholder {
  color: #1a1a18;
  opacity: 1; /* Firefox */
}

.short-enquiry .input-group .form-control::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1a1a18;
}

.short-enquiry .input-group .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #1a1a18;
}

.dropdown-menu {
  padding: 0rem 0 !important;
  font-size: 0.9rem !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: none;
}

.our_projects .product-info .product-testimonial {
  padding: 5px 6px;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
}

.our_projects .product-info .product-testimonial small {
  margin-left: 15px;
}

.our_projects .product-info ol li {
  padding-left: 0rem;
}

.hvac-section .panel-title a:before {
  display: none;
}
.hvac-section .panel-title a,
.hvac-section .panel-title a:focus {
  padding: 5px 10px;
}
.hvac-section .panel-title a {
  font-size: 15px;
  font-weight: 600;
  padding: 6px 10px !important;
  align-items: center;
  display: flex;
  color: #1a1a18 !important;
}

.hvac-section .accordion .panel-title {
  border: none !important;
}

.hvac-section .accordion .fa {
  font-size: 18px;
  margin-right: 8px;
}

.hvac-section .panel-group {
  margin-bottom: 15px;
}
.mlist-2 {
  display: block;
  list-style-type: disc;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}
.mlist-2 li {
  margin-bottom: 10px;
  line-height: 20px;
}

.short-enquiry-pad {
  padding: 30px 150px;
}

.short-enquiry-pad h2 {
  font-size: 18px;
}

.post-details-holder {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  overflow: hidden;
  padding: 15px 0px;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 20px;
}
section.high-padding-top.gray-section {
  padding-top: 0px;
}
section.high-padding-t.gray-section {
  padding-top: 0px;
}
section.high-padding-t-b.gray-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.post-details-holder h3 {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.post-details-holder h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: 600;
}
@media only screen and (max-width: 480px) {
  .single-post.clearfix.animateIn.post-details-holder {
    margin-left: -15px;
    margin-right: -15px;
  }
  .single-post.clearfix.animateIn.post-details-holder {
    margin-bottom: 30px;
  }
  section.high-padding-t-b.gray-section {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  section.high-padding-top.gray-section {
    padding-top: 0px;
  }
}

.flip {
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  max-width: 10em !important;
  box-shadow: none !important;
}

.flip-r {
  animation-name: flip-s;
}

@keyframes flip-s {
  0% {
    transform: perspective(400px) rotateX(-360deg);
  }
  100% {
    transform: perspective(400px) rotateX(360deg);
  }
}

.read_more_ac li {
  padding-left: 0px;
  margin-bottom: 0rem;
  font-size: 14px;
  font-weight: 500;
  color: var(--body);
  list-style: decimal;
  margin-left: 30px;
}
.read_more_ac p {
  margin-bottom: 14px !important;
  font-size: 14px;
}
.read_more_ac .modal-dialog {
  max-width: 700px;
  margin: 1.75rem auto;
}
a.thank-you {
  color: #fff;
}

.repair-complaint select {
  background-color: rgb(255, 255, 255);
  border-width: 1px;
  border-color: rgb(48, 79, 254);
  border-radius: 2px !important;
  align-items: center;
  border: 2px solid #1a1a18;
  height: 30px;
  margin-bottom: 5px;
  padding: 0px 5px;
  color: #1a1a18 !important;
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
  }
  .col-md-2-5 {
    width: 40%;
  }
  .col-md-3-5 {
    width: 60%;
  }
  .col-md-4-5 {
    width: 80%;
  }
  .col-md-5-5 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
  .col-lg-5-5 {
    width: 100%;
  }
}

.suggest-part .container .hvac_type {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 14px 0px;
  overflow: hidden;
}
.suggest-part .container .hvac_type p {
  display: inline-block;
  font-size: 16px;
  color: #212121;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 29px;
}
.suggest-part .container .row {
  padding: 15px 10px;
  margin-top: 0px;
}
.hvac_type {
  text-align: center;
}
.hvac_type img {
  height: 50px;
}
.hvac_type p {
  margin-top: 5px !important;
}
.hvac_type:hover {
  border-radius: 4px;
  background-color: #f5f5f5;
}
.suggest-part .container .hvac_type {
  margin-bottom: 0px;
  border-right: 1px solid #ececec;
}

.no-shadow {
  box-shadow: none !important;
}

.m-hvac-section {
  padding-bottom: 110px;
}

.plan-box {
  display: inline-flex;
  background: #fff;
  min-width: 100%;
  align-items: center;
  justify-content: space-evenly;
}
.plan-box .option {
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid#1a1a18;
  transition: all 0.3s ease;
  padding: 6px 12px !important;
  margin: 0px;
  line-height: 20px;
}

.option-2 {
  margin-right: 10px !important;
}
.option-1,
.option-2 {
  text-align: center;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2 {
  border-color: #1a1a18;
  background: #1a1a18;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot {
  background: #1a1a18;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before {
  opacity: 1;
  transform: scale(1);
}
.plan-box .option span {
  font-size: 15px;
  color: var(--primary);
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span {
  color: #fff;
}

.option-1:before {
  display: none;
}
.option-1 .dot:before {
  display: none;
}

.year-box {
  display: inline-flex;
  background: #fff;
  min-width: 100%;
  align-items: center;
  justify-content: space-evenly;
}
.year-box .option {
  background: #fff;
  height: 100%;
  width: 100%;
  display: inline-flex !important;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #777777;
  transition: all 0.3s ease;
  padding: 12px 12px !important;
  margin: 0px;
  align-content: space-around;
  justify-content: center;
  line-height: 35px !important;
}

.option-3 {
  margin-right: 10px !important;
}
.option-3,
.option-4 {
  text-align: center;
}
#option-3:checked:checked ~ .option-3,
#option-4:checked:checked ~ .option-4 {
  border-color: #1a1a18;
  background-color: #1a1a18;
  line-height: 30px;
}
#option-3:checked:checked ~ .option-3 .dot,
#option-4:checked:checked ~ .option-4 .dot {
  background: #1a1a18;
}
#option-3:checked:checked ~ .option-3 .dot::before,
#option-4:checked:checked ~ .option-4 .dot::before {
  opacity: 1;
  transform: scale(1);
}
.plan-box .option span {
  font-size: 15px;
  color: var(--primary);
}
#option-3:checked:checked ~ .option-3 span,
#option-4:checked:checked ~ .option-4 span {
  color: #fff;
}

.option-3:before {
  display: none;
}
.option-3 .dot:before {
  display: none;
}

.year-box .year-count {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 600;
}
.year-box .year-price {
  font-size: 28px;
  font-weight: 500;
}

.btn-plan-buy {
  padding: 6px 12px;
  font-size: 16px;
  min-width: 276px;
}

.multiple-ac .form-group {
  margin-bottom: 5px;
}

.multi-ac {
  margin-bottom: 10px;
}

.main_nav.sticky .navbar-collapse {
  padding: 15px;
}
.main_nav.sticky #logo-dark {
    height: 48px !important;
    position: absolute;
    background: rgb(255, 255, 255);
    padding: 2px;
    border-radius: 0px;
    top: 5px;
    box-shadow: none;
}

.ad-list-tab {
  padding: 10px 0px 10px;
}

.sticky-filter {
  position: sticky;
  top: 80px;
  z-index: 9;
  padding: 5px;
}

.main_nav.sticky #logo-dark {
  border-bottom: 0px solid #000000;
}

.sticky {
  border-bottom: 0px solid #1a1a18;
}
.gray-simple {
  background: #f5f5f5;
}
.hidden-md {
  display: none;
}
.hidden-sm {
  display: block;
}

@media only screen and (max-width: 767px) {
  .hidden-md {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
  .ad-list-tab {
    padding: 50px 0px 10px;
  }
  .sticky-filter {
    position: sticky;
    top: 10px;
  }

  .shop-by-service .service-tab {
    white-space: nowrap;
    overflow: scroll;
  }

  .shop-by-service .service-tab div{
    padding: 4px 10px;
  }

}

.mx-product .plu_ic {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  padding: 5px 8px !important;
}

.not-available-data {
  margin-top: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.not-available-data img {
  height: 200px;
  margin-bottom: 15px;
}
.not-available-data .text1 {
  color: #444;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.not-available-data .text2 {
  color: #444;
  font-size: 17px;
}
.not-available-data a {
  color: #0093c0;
}
.load-more {
  margin-top: 30px;
}
.load-more-btn {
  display: flex;
  margin-right: 10px;
  border: 2px solid #0086ad;
  background: #fff;
  font-size: 15px;
  color: #0086ad !important;
  font-weight: 600;
  height: 36px;
  text-align: center;
  border-radius: 5px;
  line-height: 35px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px 10px;
  width: fit-content;
  flex-direction: row;
  margin: 0 auto;
  cursor: pointer;
}

.load-more-btn i {
  line-height: 35px;
}

.toastr .toastr-title {
  color: #fff;
  margin-bottom: -5px !important;
}
.toastr .toastr-text {
  color: #fff;
}
.m-product-details .product-price h5 {
  font-weight: 500;
  font-size: 25px;
}
.m-product-details .product-price span {
  font-size: 16px;
  line-height: 33px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: 5px;
  text-transform: capitalize;
}

.m-product-details .discount {
  color: #cc0c39 !important;
  font-size: 20px;
  font-weight: 400;
}
.m-product-details .plu_ic {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  padding: 7px 5px !important;
}

.m-product-details .plu_ic {
  width: 50%;
}

.m-product-details .b_g9bf {
  width: 100%;
}

.m-product-details .b_e9bf {
  width: 100%;
}

/*cart style starts*/
.all-product-grid {
  margin-top: 40px;
}
.pdpt-bg {
  margin-top: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 #e9e9e9;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.pdpt-title h4 {
  border-bottom: 1px solid #ddd;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
.address_details_block {
  margin-bottom: 0px;
  inline-size: 100%;
  word-wrap: break-word;
}
.address_details_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
}
.address_details_item label.container {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 0px;
  cursor: pointer;
  top: 0px;
  width: auto;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: auto 0;
}
.address_details_item label.container {
  display: inline-block;
  position: relative;
  /* padding-left: 35px; */
  /* margin-bottom: 12px; */
  /* cursor: pointer; */
  /* top: 20px; */
  /* width: 40px; */
  /* float: left; */
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9;
}
.address_details_item label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.address_details_item .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #acacac;
  border-radius: 50%;
}
.address_details_item label.container:hover input ~ .checkmark {
  background-color: #ccc;
}
.address_details_item label.container input:checked ~ .checkmark {
  background-color: #1a1a18;
}
.address_details_item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.address_details_item label.container input:checked ~ .checkmark:after {
  display: block;
}
.address_details_item label.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.address_details_block {
  margin-bottom: 0px;
  inline-size: 100%;
  word-wrap: break-word;
}
.address_details_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
}
.address_details_item .address_list {
  padding: 0px 0px 0px 30px;
  position: relative;
}
.address_details_item .address_list span {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
  float: none;
  color: #424242;
  text-transform: capitalize;
  display: inline-block;
  line-height: 22px;
}
.text-center {
  text-align: center !important;
}

.btn_new_address {
  font-size: 16px;
  font-weight: 500;
}
.report-btn {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #1a1a18;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  border: 2px solid #1a1a18;
  letter-spacing: 1px;
}
.total-checkout-group {
  padding: 20px 20px 0;
  border-top: 1px solid #efefef;
  margin-top: 0px;
}
.cart-total-dil {
  display: flex;
  width: 100%;
  align-items: center;
}
.cart-total-dil h4 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
}
.cart-total-dil span {
  color: #8f91ac;
  font-size: 16px;
  margin-left: auto;
  font-weight: 400;
  line-height: 24px;
}
.main-total-cart {
  display: flex;
  padding: 20px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.main-total-cart h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 24px;
}
.main-total-cart span {
  color: #000;
  font-size: 18px;
  margin-left: auto;
  font-weight: 700;
  line-height: 24px;
}
.radio--group-inline-container_1 {
  width: 100%;
  width: 100%;
  display: block;
  margin-bottom: 5px !important;
}

.radio--group-inline-container_1 li {
  display: inline-block;
  width: 100%;
  margin-right: 10px;
}

.radio--group-inline-container_1 li:last-child {
  margin-right: 0;
}

.radio--group-inline-container_1 .radio-item_1 {
  display: inline-block;
  margin-right: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"],
.radio--group-inline-container_1 .radio-item_1 input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.radio--group-inline-container_1
  .radio-item_1
  input[type="radio"]
  + .radio-label_1:before,
.radio--group-inline-container_1
  .radio-item_1
  input[type="checkbox"]
  + .radio-label_1:before {
  content: "";
  background: #f7f7f7;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1em;
  height: 1em;
  top: 0px;
  position: relative;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio--group-inline-container_1
  .radio-item_1
  input[type="radio"]:checked
  + .radio-label_1:before,
.radio--group-inline-container_1
  .radio-item_1
  input[type="checkbox"]:checked
  + .radio-label_1:before {
  background-color: #d4222d;
  box-shadow: inset 0 0 0 2px #f4f4f4;
}

.radio--group-inline-container_1
  .radio-item_1
  input[type="radio"]:focus
  + .radio-label_1:before,
.radio--group-inline-container_1
  .radio-item_1
  input[type="checkbox"]:focus
  + .radio-label_1:before {
  outline: none;
  border-color: #0e8a86;
}

.radio--group-inline-container_1
  .radio-item_1
  input[type="radio"]:disabled
  + .radio-label_1:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio--group-inline-container_1
  .radio-item_1
  input[type="radio"]
  + .radio-label:empty:before {
  margin-right: 0;
}

.radio--group-inline-container_1
  .radio-item_1
  input[type="checkbox"]
  + .radio-label_1:before {
  border-radius: 0% !important;
}

.radio-label_1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #000;
  cursor: pointer;
  padding: 15px 20px;
  background: #f9f9f9;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #efefef;
}

.radio-label_1:hover {
  background: #f5f5f5;
  transition: all 0.4s ease-in-out;
}

.pymnt_title h4 {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 15px;
  color: #000;
}
.checkout-safety-alerts {
  background: #fff;
  border-radius: 5px;
  margin-top: 30px;
  box-shadow: 0 1px 2px 0 #e9e9e9;
}

.checkout-safety-alerts p {
  margin-bottom: 0;
  padding: 15px;
  border-bottom: 1px solid #efefef;
  font-size: 15px;
  font-weight: 500;
  color: #3e3f5e;
  text-align: left;
}

.checkout-safety-alerts p:first-child {
  margin-top: 0;
}
.checkout-safety-alerts i {
  font-weight: 400;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  line-height: 0em;
  vertical-align: middle;
}
.m-cart .cart-item {
  display: flex;
  padding: 10px 15px;
  background: #fff;
}
.cart-product-img {
  width: 130px;
  position: relative;
}
.cart-product-img img {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #f7f7f7;
}
.cart-text {
  margin-left: 20px;
  width: 100%;
  position: relative;
}
.cart-text h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
}
.text-muted {
  color: #b6b6b6 !important;
}
.cart-item-price {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #d4222d;
  text-align: right;
  display: inline-flex;
  margin-left: auto;
}
.cart_remove {
  border-radius: 2px;
  border: 1px solid #000;
  padding: 4px 10px;
  color: #fff !important;
  font-weight: 400;
  font-size: 12px;
  background: #fff;
  padding: 6px 12px;
}
/*cart style ends*/

.location-search {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.location-search .location-icon {
  margin: 0 3px;
  font-size: 20px;
  color: #fff;
  margin-top: -2px;
}
.location-search .city-location {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.location-search .city-location .city {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: row;
}
.location-search .city-location .location {
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
}
.location-search .city-location .location .location-name {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: pre-wrap;
  margin-bottom: 0 !important;
}
.location-search .city-location .location .down-arrow {
  margin: 0px 0 0 0px;
  font-size: 14px;
  color: #d4222d;
}

.mx-location {
  margin-right: 5px;
}

.pop-location .ac-title {
  text-align: center;
  padding: 12px 0px;
  font-weight: 600;
}

.pop-location .modal-dialog {
  max-width: 600px;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.ac-title {
  padding: 0;
  margin: 0 0 8px;
  font-size: 20px;
  color: #151b39;
}

.close-model {
  position: absolute;
  right: 18px;
  top: 4px;
}
.location-search-pop .search-field {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #9b9b9b;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.search-field .ri-search-line {
  font-size: 20px;
  position: relative;
  top: 10px;
  left: 10px;
  color: #a1a1a1;
}
.location-search-pop .search-field input {
  box-shadow: none;
  border: none;
  width: 85%;
  height: 48px;
  background: 0 0;
  margin: 0;
  border-radius: 25px;
  padding: 0 0 0 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.location-search-pop .search-field .use-my-loc {
  position: absolute;
  top: 0px;
  color: #d4242f;
  height: 48px;
  right: 0px;
  padding: 10px 8px;
  border-radius: 17px;
  font-size: 30px;
}
.select-location-subtitle {
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.5px;
  text-align: center;
  padding-bottom: 0.5rem;
  width: auto;
  margin: 0 auto;
}

.mx-inner .main_nav {
  background: #ffffff;
  z-index: 888;
  transition: 0.2s;
  box-shadow: 0 8px 26px 0 rgb(0 0 0 / 8%);
}

.mx-inner .main_nav .navbar-collapse {
  padding: 15px;
}
.mx-inner .main_nav #logo-dark {
  height: 80px !important;
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 2px;
  border-radius: 10px;
  top: 5px;
  box-shadow: 0 8px 26px 0 rgb(0 0 0 / 8%);
}

.mx-inner .main_nav #logo-dark {
  border-bottom: 2px solid #000000;
}

.mx-inner .main_nav {
  border-bottom: 2px solid #1a1a18;
}

.mx-inner .navbar-dark .navbar-nav .nav-link {
  color: #3e3e3e;
}

.mx-inner .main_nav .logo-dark {
  border-bottom: 2px solid #000000;
}
.mx-inner .main_nav .logo-dark {
  height: 80px !important;
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 2px;
  border-radius: 10px;
  top: 5px;
  box-shadow: 0 8px 26px 0 rgb(0 0 0 / 8%);
}
.mx-inner .navbar {
  padding: 0px;
}

.mx-inner .login_signup {
  background: var(--primary);
  color: #ffffff;
  border-radius: 2px;
  padding: 0px 12px !important;
  font-size: 13px;
  font-weight: 500;
  padding-top: 0px !important;
  border: 1px solid var(--primary);
  letter-spacing: 0.5px;
}
.mx-inner .login_signup .nav-link {
  color: #ffffff !important;
}
.mx-inner .login_service a {
  color: var(--primary) !important;
  border-color: var(--primary);
  border-radius: 2px;
  padding: 0px 12px !important;
  font-size: 13px;
  font-weight: 500;
  padding-top: 0px !important;
  border: 1px solid var(--primary);
  margin: 0px;
  letter-spacing: 0.5px;
}

.mx-inner {
  margin-top: 100px;
}

.mx-inner .suggest-part .container {
  top: -40px;
  margin-top: 150px;
}

.sticky .location-search .city-location .city {
  color: #1a1a18;
}
.sticky .location-search .location-icon {
  color: #1a1a18;
}

.W_R1IA ._5THWM1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.W_R1IA ._5THWM1 ._2i7N3j,
.W_R1IA ._5THWM1 ._10UF8M {
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.W_R1IA ._5THWM1 ._2i7N3j {
  font-weight: 500;
  padding: 8px 10px 4px 0;
}
.W_R1IA ._5THWM1 ._10UF8M {
  padding: 8px 0 4px;
  margin: 0 10px;
  cursor: pointer;
}

.rarrow {
  font-size: 22px;
}

/*map css starts*/
.bVCPkW {
  padding: 0px;
  display: flex;
  max-width: 100%;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  flex: 0 0 auto;
}
.biZeOG {
  font-size: 14px;
  width: fit-content;
  text-transform: none;
  color: rgb(51, 51, 51);
  cursor: default;
}
.eXcGRS {
  width: 100%;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 8px 8px 0px;
}
.jvkJQg {
  display: flex;
  cursor: pointer;
  margin: 8px 12px;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.fVKPnz {
  display: flex;
  cursor: pointer;
  margin: 0px;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  position: relative;
}
.bxvwzt {
  width: 70px;
  height: 70px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  justify-content: center;
}
.fbHqdd {
  height: 100%;
  max-width: 100%;
}
.imttdp {
  color: rgb(102, 102, 102);
  font-size: 14px;
  max-width: 110px;
  word-break: break-word;
  text-align: center;
}

.non-serviceable-modal .non-serviceable-modal--illustration {
  text-align: center;
}
.non-serviceable-modal .non-serviceable-modal--message {
  padding: 20px 0;
  color: #1a1a18;
}
.non-serviceable-modal .non-serviceable-modal--message {
  padding: 20px 0;
  color: #1a1a18;
}

.non-serviceable-modal .button {
  height: 35px;
  padding: 0 40px;
}
.non-serviceable-modal .button {
  height: 35px;
  line-height: 20px;
}
.non-serviceable-modal--cta .button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 15px;
  border-radius: 6px;
  color: #fff;
  border: 1px solid transparent;
  background-color: #1a1a18;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  letter-spacing: 0.5px;
}

.loader {
  display: none;
  position: fixed;
  left: 0px;
  right: 0;
  top: 0px;
  width: 120%;
  height: 120%;
  z-index: 99999;
  background: url(../images/ajax-spinner.gif) 50% 50% no-repeat
    rgb(96 96 96 / 40%);
  background-size: 120px;
}

.sc-ciodno.map-selected img {
  filter: opacity(1);
}
.sc-ciodno img {
  filter: opacity(0.4);
}
/*map css ends*/

.m-login-signup .dropdown-item {
  display: flex;
  display: block;
  line-height: 24px;
  color: #606060 !important;
  white-space: nowrap;
  font-size: 14px;
}

.m-login-signup .dropdown-item i {
  margin-right: 6px;
}

.m-auto {
  margin: auto !important;
}

.dash-avatar img {
  width: 45px;
  height: 45px;
  position: relative;
  border-radius: 100%;
  border: 2px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
  object-fit: cover;
  object-position: top;
}

.popover {
  z-index: 1;
}
.popover-header {
  padding: 0px 10px;
}

.cart-empty {
  width: 300px;
  margin: 2rem auto;
  text-align: center;
  padding: 2rem;
}

.cart-empty h3 {
  font-size: 18px;
  color: #474848;
  line-height: 20px;
  text-align: center;
  margin: 20px 0 8px;
  padding: 0;
  font-weight: 500;
}

/*adddress starts*/
.cart-empty img {
  width: 75%;
}

.m-cart .cart-item {
  display: flex;
  padding: 10px 15px;
  background: #fff;
}
.m-cart .cart-list {
  border-bottom: 1px solid #efefef;
}
.m-cart .cart-list:last-child {
  border-bottom: 1px solid #ffff;
}
.address_details_block {
  margin-bottom: 30px;
}
.address_details_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.address_details_item .address_list {
  padding: 20px 0px 20px 50px;
}
.address_details_item .address_list span {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  float: left;
  width: 100%;
}
.address_details_item .address_list_edit {
  position: absolute;
  right: 0;
}
.address_details_item .address_list_edit a {
  background: #acacac;
  font-size: 12px;
  height: 25px;
  display: block;
  border-radius: 3px;
  border: 0;
  color: #fff;
  float: left;
  margin: 0 5px;
  box-shadow: none;
  line-height: 25px;
  overflow: hidden;
  padding: 0;
  text-shadow: none;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 500;
  width: 60px;
}
.address_details_item .address_list_edit a:hover {
  background: #9e9e9e !important;
  color: #fff !important;
}
.checkout-form-area .checkout-title > h3 {
  margin-bottom: 5px;
}
.address_details_item label.container {
  display: inline-block;
  position: relative;
  /* padding-left: 35px; */
  /* margin-bottom: 12px; */
  /* cursor: pointer; */
  /* top: 20px; */
  /* width: 40px; */
  /* float: left; */
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9;
}
.address_details_item label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.address_details_item .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #acacac;
  border-radius: 50%;
}
.address_details_item label.container:hover input ~ .checkmark {
  background-color: #ccc;
}
.address_details_item label.container input:checked ~ .checkmark {
  background-color: #d4222d;
}
.address_details_item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.address_details_item label.container input:checked ~ .checkmark:after {
  display: block;
}
.address_details_item label.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.address_details_block {
  margin-bottom: 0px;
  inline-size: 100%;
  word-wrap: break-word;
}
.address_details_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
}
.address_details_item .address_list {
  padding: 0px 0px 0px 30px;
  position: relative;
}
.address_details_item .address_list span {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  float: none;
  color: #424242;
  text-transform: capitalize;
  display: inline-block;
}
.deliver_btn {
  background: #ff5252;
  font-size: 14px;
  height: 40px;
  display: block;
  border-radius: 3px;
  border: 0;
  color: #fff;
  box-shadow: none;
  line-height: 32px;
  margin-top: 15px;
  overflow: hidden;
  padding: 0 25px;
  text-shadow: none;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 500;
  width: auto;
}
.deliver_btn:hover {
  background: #d52115;
  color: #fff;
}
.address_details_item .address_list_edit {
  position: absolute;
  right: 0px;
  top: 20px;
}
.address_details_item .address_list_edit .btn-danger {
  background: #d52115;
  color: #fff;
}
.address_details_item .address_list_edit a {
  background: #acacac;
  font-size: 12px;
  height: 25px;
  display: block;
  border-radius: 3px;
  border: 0;
  color: #fff;
  float: left;
  margin: -4px 5px 0 5px;
  box-shadow: none;
  line-height: 25px;
  overflow: hidden;
  padding: 0;
  text-shadow: none;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 500;
  width: 60px;
}
.address_details_item .address_list_edit a:hover {
  background: #d52115;
  color: #fff;
}
.checkout-form-area .checkout-title > h3 {
  margin-bottom: 5px;
}
.address_details_item label.container {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 0px;
  cursor: pointer;
  top: 0px;
  width: auto;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: auto 0;
}
.address_details_item label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.address_details_item .checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #acacac;
  border-radius: 50%;
  margin: auto 0;
}
.address_details_item label.container:hover input ~ .checkmark {
  background-color: #ccc;
}
.address_details_item label.container input:checked ~ .checkmark {
  background-color: #d4222d;
}
.address_details_item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.address_details_item label.container input:checked ~ .checkmark:after {
  display: block;
}
.address_details_item label.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.my_profile_area_detail .address_details_item .address_list .home_address {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  width: auto;
  padding: 1px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.my_profile_area_detail .address_details_item .address_list {
  padding-left: 5px;
}

.my_profile_area_detail .address_details_item .address_list p {
  margin-bottom: 0;
}

.my_profile_detail_widget > li > a.active {
  color: #d4222d;
}

#edit_address .modal-dialog {
  max-width: 800px;
}

/*address ends*/

.d-filter {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
}

.btn-coupon.btn-outline-danger {
  padding: 8px 18px !important;
}

.border-b {
  border-bottom: 1px solid #e5e5e5;
}

.track-order {
  padding: 20px 0 20px;
}
.track-order h4 {
  margin-left: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
  font-size: 18px;
}

.bs-wizard {
  margin-top: 0;
  display: flex;
  width: 100%;
}

/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0;
}

.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
  width: 100%;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #ffcfc0;
  top: 52px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: " ";
  width: 14px;
  height: 14px;
  background: #d4222d;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 22px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #ffcfc0;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #efefef;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

.progress {
  background-color: #efefef !important;
}
/*END Form Wizard*/

.cart-item:last-child {
  border-bottom: 0;
}

.side-cart-items {
}

.cart-product-img {
  width: 220px;
  position: relative;
}

.cart-product-img img {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #f7f7f7;
  height: 100px;
  object-fit: contain;
}

.offer-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #d4222d;
  padding: 1px 10px 0px;
  border-radius: 3px;
  line-height: 20px;
}

.cart-text {
  margin-left: 20px;
  width: 100%;
  position: relative;
}

.cart-text h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #2b2f4c;
  text-align: left;
  margin-bottom: 10px;
}

.cart-close-btn {
  position: absolute;
  top: 2px;
  right: 0;
  background: transparent;
  border: 0;
  font-size: 18px;
  color: #2b2f4c;
}

.cart-close-btn:hover {
  color: #d4222d;
}

.leading-content {
  padding-top: 50px !important;
  padding-bottom: 50px;
}

.modal .modal-header .close {
  padding: 0.6rem;
  box-shadow: 0 5px 20px 0 rgba(34, 41, 47, 0.1);
  border-radius: 0.357rem;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.23s ease 0.1s;
  transition: all 0.23s ease 0.1s;
  position: relative;
  -webkit-transform: translate(18px, -10px);
  -ms-transform: translate(18px, -10px);
  transform: translate(18px, -10px);
}
.modal-header .close {
  padding: 0.4rem 0.7rem;
  margin: -0.4rem -0.7rem -0.4rem auto;
}
.modal-header {
  padding: 0.8rem 1.4rem;
}

.close span {
  display: none;
}
.close {
  box-sizing: content-box;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em;
  color: currentColor;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/.75rem auto no-repeat;
  border: 0;
  border-radius: 0.357rem;
  opacity: 0.4;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
}

.order-details .report-btn {
  margin: 8px 20px;
  padding: 2px 10px;
  font-size: 13px;
}

.footer-brand {
  color: #bbbbbb;    font-size: 14px;
}
.footer-brand img {
  height: 40px;
}
.footer-brand a {
  color: #bbbbbb;
}

.m-service-cart .cart-product-img {
  width: 100px;
  position: relative;
}
.m-service-cart .cart-text {
  margin-left: 15px;
}
.m-service-cart .cart-product-img img {
  height: 80px;
}
.login-resend,
.m-resend {
  margin-top: 20px;
  cursor: pointer;
  color: #304ffe;
  margin-bottom: 15px;
  font-weight: 600;
}
.login-resend,
.m-resend a {
  color: #304ffe !important;
}

.sign-in-modal .input-group {
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.justify-content-center {
  justify-content: center !important;
}

.order-details .product-img {
  width: 100%;
  height: 100%;
}
._3vMwQb {
  border-top: 1px dashed #e0e0e0;
}
._1bwM98 {
  margin-top: 24px;
  padding: 24px 0 0;
  background: #fff;
  position: relative;
}
.CXW8mj {
  position: relative;
  margin: 0 auto;
}
._396cs4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
  opacity: 0;
  max-width: 100%;
  max-height: 100%;
}
._3exPp9 {
  opacity: 1;
}
.order-details .main-total-cart {
  padding: 10px 20px;
}

.order-details .total-checkout-group {
  padding: 10px 20px 0;
}
.service-info li p {
  font-weight: 600;
  margin-top: 10px;
}
.m-orders h6 {
  line-height: 22px;
}

.m-orders ._1bwM98 {
  margin-top: 18px;
  padding: 18px 0 0;
}
.o-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

.border-0 {
  border: none !important;
}

.chip {
  background-color: #f0f0f0;
  font-size: 0.8rem;
  border-radius: 1.428rem;
  display: inline-flex;
  padding: 0 10px;
  margin-bottom: 5px;
  vertical-align: middle;
  justify-content: center;
}
.chip .chip-body {
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  min-height: 1.857rem;
  min-width: 1.857rem;
}
.chip .chip-body .avatar {
  background-color: #c3c3c3;
  display: flex;
  width: 24px;
  height: 24px;
  margin: 2px 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #fff;
  transform: translate(-8px);
}
.chip .chip-body .avatar .avatar-content {
  top: 0;
}
.chip .chip-body .avatar img {
  border-radius: 50%;
  height: 24px;
  width: 24px;
}
.chip .chip-body .chip-text {
  vertical-align: middle;
  align-self: center;
}
.chip .chip-body .chip-closeable {
  min-height: 1.428rem;
  min-width: 1.428rem;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  transform: translate(10px);
  cursor: pointer;
}
.chip .chip-body .chip-closeable i {
  margin-left: 1px;
  margin-top: 1px;
}

.chip-warning {
  background-color: #ff9f43 !important;
}
.chip-warning .chip-body {
  color: #fff !important;
}

.chip-success {
  background-color: #28c76f !important;
}

.chip-primary {
  background-color: #7367f0 !important;
}
.chip-primary .chip-body,
.chip-warning .chip-body,
.chip-success .chip-body {
  color: #fff !important;
}

.chip-danger {
  background-color: #ea5455 !important;
}
.chip-danger .chip-body {
  color: #ffffff !important;
}
.no--data {
  margin-top: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.no--data img {
  height: 100px;
  margin-bottom: 15px;
}
.no--data .text1 {
  color: #444;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.no--data .text2 {
  color: #444;
  font-size: 15px;
}

.no--data a {
  color: #f1ae44;
}
.timeline {
  padding: 0;
  margin-bottom: 0;
  margin-left: 1rem;
  list-style: none;
}
.timeline .timeline-item {
  position: relative;
  padding-left: 2.5rem;
  border-left: 1px solid #ebe9f1;
}
.timeline .timeline-item:not(:last-child) {
  padding-bottom: 1.8rem;
}
.timeline .timeline-item .timeline-point {
  position: absolute;
  left: -0.85rem;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.75rem;
  width: 1.75rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #1e652e;
  background-color: #fff;
}
.timeline .timeline-item .timeline-point.timeline-point-indicator {
  left: -0.412rem;
  top: 0.07rem;
  height: 12px;
  width: 12px;
  border: 0;
  background-color: #1e652e;
}
.timeline .timeline-item .timeline-point.timeline-point-indicator:before {
  content: "";
  background: rgba(115, 103, 240, 0.12);
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: -0.285rem;
  left: -0.285rem;
  border-radius: 50%;
}
.timeline .timeline-item .timeline-point i,
.timeline .timeline-item .timeline-point svg {
  color: #1e652e;
  font-size: 0.85rem;
  vertical-align: baseline;
}
.timeline .timeline-item .timeline-event {
  position: relative;
  width: 100%;
  min-height: 4rem;
}
.timeline .timeline-item .timeline-event .timeline-event-time {
  font-size: 0.8rem;
  color: #4b4b4b;
}
.timeline .timeline-item:last-of-type {
  border-left-color: transparent !important;
}
.timeline .timeline-item:last-of-type:after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: -webkit-linear-gradient(#ebe9f1, transparent);
  background: linear-gradient(#ebe9f1, transparent);
}
.timeline .timeline-item .timeline-event .flex-sm-row h6 {
  font-size: 18px;
  color: #286545;
  font-weight: 600;
}
.mx-timeline .profile-pic {
  height: 100px;
}
.technician-pic {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  text-align: center;
}
.technician-pic .profile-pic {
  height: 120px;
  width: 120px;
  padding: 3px;
  border-radius: 50%;
  border: 2px solid var(--primary);
}
.technician-pic h6 {
  margin: 10px 0;
  font-weight: 700;
  text-transform: capitalize;
}
.no-marg {
  margin: 0px !important;
}
.confirm_popup .text-info {
  font-size: 2.5rem;
}

.mx-timeline .service-pic img {
  height: 150px;
  object-fit: cover;
  text-align: -webkit-center;
  object-position: top;
  width: 100%;
}

.mx-timeline .service-pic {
  margin-top: 10px;
  margin-bottom: 10px;
}

.magnific-img img {
  width: 100%;
  height: auto;
}
.mfp-bottom-bar,
* {
}
.magnific-img {
  display: inline-block;
  width: 32.3%;
}
a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
.mfp-arrow-right:before {
  border-left: none !important;
}
button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

a.image-popup-vertical-fit {
  width: 100%;
}
/*.m-bookings*/
@media only screen and (max-width: 767px) {
  .cart-footer {
    width: 100%;
    padding: 8px;
    position: fixed;
    bottom: 0;
    transform: translateY(0);
    will-change: transform;
    transition: transform 0.2s;
    z-index: 4;
  }
}
.logo-mobile {
  display: none;
}
.menu-icon {
  display: none;
}
#menu-toggle {
  display: none;
}
.drawer-menu-wrapper {
  display: none;
}

.mobile-header-search,
.user-menu,
.mobile-view {
  display: none;
}
.hidden-xsz {
  display: initial;
}
.hidden-mdz {
  display: none;
}
.logo-dark{
    height: 48px;
}
.logo-white{
    height: 48px;
}
.nav-item {
    display: flex;
}
.suggest-part .container .service_type {
    border-right: 0px solid #ececec;
    height: auto;
    margin-bottom: 0px;
    width: auto;
    padding: 7px !important;
    text-align: left;
}
    .service_type .div {
        width: 100%;
        height: 95px;
        border: 0px solid #e0e0e0;
        padding: 5px 10px;
        box-shadow: 0px 0px 9px #cfc4c438;
        border-radius: 14px;
        position: relative;
        background: #fff;
    }
    
.service_type_1 .service_type .div {
    width: 100%;
    height: 145px;
    border: 0px solid #e0e0e0;
    padding: 5px 10px;
    box-shadow: 0px 0px 9px #cfc4c438;
    border-radius: 14px;
    position: relative;
    background: #fff;
}
.service_type_1 .service_type img {
    height: 110px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
        .suggest-part .container .service_type p {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0px;
        text-align: left !important;
        color: #3d4152;
        text-transform: capitalize;
        line-height: 16px;
    }
.upto_discount {
    background: #fef0e7;
    width: fit-content;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 7px;
    border-radius: 30px;
    line-height: normal;
    margin-top: 6px;
    color: #f15808;
    padding-top: 4px;
    letter-spacing: 1px;
}
        .service_type img {
        height: 49px;
        margin-bottom: 0px;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    .ipd0{
        padding:0px;
    }
    .imts0{
    margin-top: 0px !important;
}
    .bgblue {
        background: #2e4190;
    }
    .mwht h3 {
        color: #fff;
    }
        .mwht .light-text {
        color: #ffffffbf;
    }
.mwht h2 {
    color: #fff;
    font-size: 27px;
    font-weight: bolder !important;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}

    .mwht p {
    color: #ffffffbf;
    font-size: 18px;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 30px !important;
    text-align: left;
}

    .mwht .btn {
        background: #ffffff;
        border-color: #2e4190;
        border-radius: 10px;
        height: 44px;
        display: flex
;
        justify-content: center;
        align-items: center;
        color: #2e4190;
        width: 97%;
        margin: 0px auto;
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 600;
    }
.bgwhite {
    background: #fff !important;
    box-shadow: none !important;
}
.bgblue {
    background: #2e4190;
    border-radius: 14px;
}
.mwht .btn {
    background: #ffffff;
    border-color: #2e4190;
    border-radius: 10px;
    height: 44px;
    display: flex
;
    justify-content: center;
    align-items: center;
    color: #2e4190;
    width: 280px;
    margin: inherit;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}
.amc_main {
    display: flex
;
    justify-content:center;
    padding: 0px 6px;
}
.amc_ac {
    display: flex
;
    flex-direction: column;
    justify-content: center;
}
.amc_img {
    margin-left: 50px;
}
.amc_img img {
    height: 294px;
}
.pdb{
    padding-bottom: 0px !important;
}
.mgti0{
    margin-top:0px !important;
}
.bg1{
    background: #e5e9ff !important;
}
.font-weight-normal {
    font-weight: 500 !important;
}
.cspd{
    padding: 10px 25px;
}
.footer-content p {
    font-size: 14px;
    font-weight: 500;
}
.footer-widget li a {
    font-size:14px;
    font-weight: 500;
}
.qc-logo {
    height: 46px;
    margin-top: 40px;
}
.sign-in-modal .header-text {
    text-align: center;
}
.login-close-button-container{
    position: absolute;
    right: -2px;
    top: 2px;
}












