/*=== abstracts css start === */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
/*===// end of abstracts css === */
/*=== base css start === */

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, ol, ul, p, address, strong, i {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul, li {
  list-style: none;
}

a, a:hover {
  text-decoration: none;
}

body {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
}

.bg-blue {
  background-color: #263d74!important;
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .w-md-50 {
    width: 50%;
  }
}

@media (max-width: 767px) {
    .img-payment-methods{
        width: 25%!important;
    }
}

@media (min-width: 768px) {
  .max-w-md-50 {
    max-width: 50%;
  }
}

/*===// end of base css === */
/*=== components css start === */
.btn-blue {
  background-color: #263d74;
  border-radius: 12px;
  color: #fff;
}

.btn-blue:hover {
  background-color: #33519a;
  color: #fff;
}

.btn-green {
  background-color: #009b62;
  border-radius: 12px;
  color: #fff;
}

.btn-green:hover {
  background-color: #006842;
  color: #fff;
}

/*===// end of components css === */
/*=== pages css start === */
.checkout .top-heading {
  font-size: 30px;
  color: #293d73;
  font-weight: 800;
}

.checkout .top-sub-heading {
  font-size: 19px;
  color: #293d73;
  font-weight: 400;
}

.checkout .sticky-top {
  top: 80px;
}

.checkout .billing-details .billing-heading {
  font-size: 18px;
  color: #293d73;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.checkout .billing-details .billing-heading .billing-heading-number {
  font-size: 19px;
  width: 35px;
  height: 35px;
  border: 3px solid #293d73;
  border-radius: 50%;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-right: 10px;
  line-height: 0;
}

.checkout .billing-details .billing-heading .billing-heading-summary {
  font-size: 12px;
  color: #acb5ca;
  font-weight: 400;
}

.checkout .billing-details .billing-heading .billing-edit {
  font-size: 14px;
  color: #293d73;
  font-weight: 400;
}

.checkout .billing-details .billing-heading.muted-text {
  color: #acb5ca;
}

.checkout .billing-details .billing-heading.muted-text .billing-heading-number {
  color: #fff;
  background-color: #acb5ca;
  border-color: #acb5ca;
}

/* @media (min-width: 768px) {
.checkout .billing-details .billing-description {
    padding-left: 40px;
  }
} */

form {
  font-size: 14px;
  color: #000;
}

form p {
  color: #000;
}

form a {
  color: #293d73;
}

form small,
form .fa-user {
  color: #263d74;
}

.form-select,
.form-control {
  border: 1px solid #263d74;
  font-size: 16px;
  color: #293d73;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  font-size: inherit;
  opacity: 0.6;
}

.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  font-size: inherit;
  opacity: 0.6;
}

.form-select::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  font-size: inherit;
  opacity: 0.6;
}

.form-select::placeholder,
.form-control::placeholder {
  font-size: inherit;
  opacity: 0.6;
}

.shipping-method .shipping-method-item {
  /* background-color: #263d74; */
  border: 2px solid #253d741a;
  color: #263d74;
  border-radius: 20px;
  padding: 20px 15px;
  margin-bottom: 20px;
}

.shipping-method .shipping-method-item:hover, .active, .card-address:hover{
    /* background-color: #263d74; */
    border-color: #263d74!important;
}

.card-address{
    border: 2px solid #253d741a;
    border-radius:10px;
    margin-left:5px;
    padding: 15px;
}

.shipping-method .shipping-method-item .icon-image {
  width: 40px;
  -webkit-filter: invert(1);
          filter: invert(1);
  display: block;
  margin: 0 15px 0 25px;
}

.shipping-method .shipping-method-item h5 {
  font-weight: 700;
  font-size: 16px;
  color: #263d74;
}

.shipping-method .shipping-method-item p {
  font-size: 11px;
  color: #263d74;
}

.shipping-method .shipping-method-item h4 {
  color: #263d74;
  font-weight: 900;
  font-size: 16px;
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}

.shipping-method .shipping-method-item #shiping-method-postponed-content ::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.shipping-method .shipping-method-item #shiping-method-postponed-content .form-control {
  /* background-color: #263d74; */
  color: #263d74;
  border: 1px solid #263d74;
}

.additional-options .additional-options-item {
  border: 1px solid #263d74;
  color: #293d73;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 20px;
}

.additional-options .icon-image {
  width: 20px;
  display: block;
  margin: 0 10px;
}

.additional-options h5 {
  font-size: 14px;
  color: #293d73;
  font-weight: 700;
}

.additional-options h4 {
  font-size: 14px;
  color: #293d73;
  font-weight: 900;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  padding-left: 20px;
  white-space: nowrap;
}

.payment-method {
  background-color: #e3edfb;
  color: #293d73;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

.payment-method-item input[type="radio"] {
  margin-right: 15px;
}

.payment-method-item .icon-image {
  max-width: 40px;
  display: block;
}

.payment-method-item .icon-image.icon-image-small {
  max-width: 20px;
}

.payment-method-item h5 {
  font-weight: 700;
  font-size: 16px;
  color: #293d73;
}

.payment-method-item p {
  font-size: 13px;
  color: #293d73;
}

.img-payment-methods{
    width: 13%;
}

.payment-method-item h4 {
  color: #293d73;
  font-weight: 900;
  font-size: 16px;
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  white-space: nowrap;
}

/* .payment-method-item.payment-method-item-inner {
  padding: 10px 0;
} */

.payment-method-item.payment-method-item-inner input[type="radio"] {
  margin-right: 10px;
}

.payment-method-item.payment-method-item-inner .card-info .form-control {
  background-color: transparent;
  border: 1px solid #263d74;
  color: #293d73;
}

.payment-method-item.payment-method-item-inner .payment-card-image-box {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  -ms-grid-columns: 2fr 2fr 3fr 4fr;
      grid-template-columns: 2fr 2fr 3fr 4fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
.payment-method-item.payment-method-item-inner .payment-card-image-box {
    grid-gap: 15px;
  }
}

.payment-method-item.payment-method-item-inner .pay-at-rate-img {
  max-width: 130px;
}

@media (max-width: 575px) {
.payment-method-item.payment-method-item-inner .pay-at-rate-img {
    max-width: 100px;
  }
}

.checkout .order-summary .order-summary-heading {
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0 20px 0;
}

.checkout .order-summary .order-summary-heading span {
  font-size: 19px;
  color: #293d73;
  width: 35px;
  height: 35px;
  border: 3px solid #293d73;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-right: 10px;
  line-height: 0;
}

.checkout .order-summary .product-cart-full {
  background: #1d3369;
  border-radius: 20px;
  padding: 5px 5px 5px 0;
}

.checkout .order-summary .product-cart-full .product-cart {
  padding: 10px 20px 10px 10px;
  max-height: 350px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.checkout .order-summary .product-cart-full .product-cart::-webkit-scrollbar {
  width: 3px;
  border-radius: 10px;
}

.checkout .order-summary .product-cart-full .product-cart::-webkit-scrollbar-track {
  background: transparent;
}

.checkout .order-summary .product-cart-full .product-cart::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.65);
}

.checkout .order-summary .product-cart-full .product-cart::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.checkout .order-summary .product-cart-full .product-cart .product-cart-item {
  margin: 20px 0;
}

.checkout .order-summary .product-cart-full .product-cart .product-cart-item .product-img {
  width: 100px;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.checkout .order-summary .product-cart-full .product-cart .product-cart-item .product-name {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.checkout .order-summary .product-cart-full .product-cart .product-cart-item .product-quantity,
.checkout .order-summary .product-cart-full .product-cart .product-cart-item .product-description {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.checkout .order-summary .product-cart-full .product-cart .product-cart-item .product-quantity {
  margin-bottom: 10px;
}

.checkout .order-summary .product-cart-full .product-cart .product-cart-item .product-edit {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

.checkout .order-summary .product-cart-full .product-cart .product-cart-item .product-price {
  font-size: 16px;
  color: #fff;
  font-weight: 900;
}

.checkout .order-summary .amount-details .price-table td {
  font-size: 18px;
  color: #fff;
}

.checkout .order-summary .amount-details .discount {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.checkout .order-summary .amount-details .discount .accordion-button {
  background-color: #263d74;
  color: #fff;
}

.checkout .order-summary .amount-details .discount .accordion-button:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout .order-summary .amount-details .discount .accordion-button:not(.collapsed) {
  color: #fff;
}

.checkout .order-summary .amount-details .discount .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.checkout .order-summary .amount-details .discount .accordion-body {
  background-color: #1d3369;
  border-radius: 10px;
  margin-bottom: 20px;
}

.checkout .order-summary .amount-details .discount .accordion-body .form-control {
  border: 1px solid #263d74;
  font-size: 16px;
  color: #293d73;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout .order-summary .amount-details .discount .accordion-body .form-control::-webkit-input-placeholder {
  font-size: inherit;
  opacity: 0.6;
}

.checkout .order-summary .amount-details .discount .accordion-body .form-control:-ms-input-placeholder {
  font-size: inherit;
  opacity: 0.6;
}

.checkout .order-summary .amount-details .discount .accordion-body .form-control::-ms-input-placeholder {
  font-size: inherit;
  opacity: 0.6;
}

.checkout .order-summary .amount-details .discount .accordion-body .form-control::placeholder {
  font-size: inherit;
  opacity: 0.6;
}

.checkout .order-summary .amount-details .total-price {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  padding-top: 30px;
}

.checkout .order-summary .intro {
  background-color: #1d3369;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
}

.checkout .order-summary .intro .icon-image {
  width: 40px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.checkout .order-summary .intro h5 {
  font-size: 12px;
  color: #fff;
  font-weight: 800;
  padding-top: 15px;
}

.checkout .order-summary .star-rated .icon-image {
  max-width: 90%;
}
@media (max-width: 767px) {
  #registerButtonFast, #registerButtonFast2, #registerButtonFast3{
    width:60%!important;
  }
  #registerButtonFast > div{
    justify-content: start!important;
  }
  #registerButtonFast2 > div{
    justify-content: start!important;
  }
  #registerButtonFast3 > div{
    justify-content: start!important;
  }
}

/*===// end of pages css === */
/*=== layouts css start === */
/*===// end of layouts css === */
/*=== pages start === */
/*===// end of pages  === */

/*=== FAB Assistance Styles ===*/
.fab-assistance {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fab-assistance.fab-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.fab-main-btn {
  width: 70px;
  height: 70px;
  padding: 10px;
  border-radius: 50%;
  background-color: #008749;
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 135, 73, 0.4);
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fabPulse 2s infinite;
}

@keyframes fabPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 135, 73, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 135, 73, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 135, 73, 0);
  }
}

.fab-main-btn:hover {
  background-color: #006d3a;
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 135, 73, 0.5);
  animation: none;
}

.fab-main-btn:focus {
  outline: 2px solid #008749;
  outline-offset: 2px;
}

.fab-btn-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.fab-btn-content svg {
  width: 24px;
  height: 24px;
}

.fab-btn-text {
  font-size: 9px;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 0.3px;
}

.fab-btn-content .fab-icon-close {
  display: none;
}

.fab-main-btn.active {
  background-color: #008749;
  animation: none;
}

.fab-main-btn.active .fab-icon-open {
  display: none;
}

.fab-main-btn.active .fab-icon-close {
  display: block;
}

.fab-menu {
  position: absolute;
  bottom: 80px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fab-menu.fab-menu-open {
  opacity: 1;
  visibility: visible;
}

.fab-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 28px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  width: 160px;
  justify-content: flex-start;
}

.fab-menu-item:hover {
  transform: translateX(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.fab-menu-item:focus {
  outline: 2px solid #263d74;
  outline-offset: 2px;
}

.fab-menu-item i,
.fab-menu-item svg {
  font-size: 18px;
  width: 20px;
  height: 20px;
  text-align: center;
  flex-shrink: 0;
}

.fab-whatsapp {
  background-color: #ffffff;
  color: #333333;
}

.fab-whatsapp i,
.fab-whatsapp svg {
  color: #ffffff;
  fill: #ffffff;
  background-color: #25D366;
  padding: 6px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
}

.fab-whatsapp:hover {
  background-color: #f5f5f5;
  color: #333333;
}

.fab-call {
  background-color: #ffffff;
  color: #333333;
}

.fab-call i,
.fab-call svg {
  color: #ffffff;
  fill: #ffffff;
  background-color: #4285F4;
  padding: 6px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
}

.fab-call:hover {
  background-color: #f5f5f5;
  color: #333333;
}

.fab-livechat {
  background-color: #ffffff;
  color: #333333;
}

.fab-livechat i,
.fab-livechat svg {
  color: #ffffff;
  fill: #ffffff;
  background-color: #fe5100;
  padding: 6px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
}

.fab-livechat:hover {
  background-color: #f5f5f5;
  color: #333333;
}

@media (max-width: 767px) {
  .fab-assistance {
    bottom: 100px;
    right: 15px;
  }

  .fab-main-btn {
    width: 60px;
    height: 60px;
  }

  .fab-btn-content svg {
    width: 20px;
    height: 20px;
  }

  .fab-btn-text {
    font-size: 8px;
  }

  .fab-menu {
    bottom: 70px;
  }

  .fab-menu-item {
    padding: 10px 14px;
    font-size: 13px;
    width: 145px;
  }

  .fab-menu-item i,
  .fab-menu-item svg {
    width: 18px;
    height: 18px;
  }

  .fab-livechat i,
  .fab-livechat svg,
  .fab-whatsapp i,
  .fab-whatsapp svg,
  .fab-call i,
  .fab-call svg {
    width: 28px;
    height: 28px;
    padding: 5px;
  }
}
/*===// end of FAB Assistance Styles ===*/

/* LiveChat: Show Engage Campaigns, hide launcher button via clipping */
/* Only clip when minimized (chat-widget is hidden) */
@media(max-width: 480px){
  #chat-widget-container:has(#chat-widget[style*="display: none"]) {
    clip-path: inset(0 0 35px 0) !important;
    margin-bottom: -30px;
    z-index: 100 !important;
    margin-right: 25px;
  }
}

@media(min-width: 768px){
  #chat-widget-container:has(#chat-widget[style*="display: none"]) {
    clip-path: inset(0 0 35px 0) !important;
    margin-bottom: -90px;
    z-index: 100 !important;
    margin-right: 15px;
  }
}

/* No clipping when chat window is open */
#chat-widget-container:has(#chat-widget[style*="display: block"]),
#chat-widget-container.fab-livechat-active {
  clip-path: none !important;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}
/*# sourceMappingURL=style.css.map */
