
        :root {
            --default-color: #f68b46;
            /*--bg-color: #19a47d;*/
            --bg-color: #f5f4f4;
            --nav-bg-color: #ffffff;
            --border-radius: 5px;
            --menu-padding: 20px 15px;
            --bg-shadow: rgba(0, 0, 0, 0.06) 1px 1px 0px 1px;
            --bg-padding: 20px;
            --heading-font-size: 24px;
            --container-width: 1170px;
            --default-fontFamily: "Poppins", sans-serif;
            --header-fontFamily: "Poppins", sans-serif;
            --header-fontColor: #ffffff;
        }
        
        .loader-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .6); border-radius: calc(var(--border-radius) * 2); z-index: 10000; transition: all .3s; opacity: 0; visibility: hidden; display: flex; justify-content: center; align-items: center; }
        .show-bg, .show-popup { opacity: 1; visibility: visible; }
        .loader-spin { color: #ffffff; font-size: 3em !important; }
        .card-errors > ul > li {margin-top: -14px; margin-bottom: 14px; color: #ff0000; font-size: 13px;}
        .alert-div { position: absolute; bottom: 0px; transform: translate(0, calc(100% + 6px)); z-index: 10; left: 0px; display: none; background: #f8d7da; color: #721c24; max-width: fit-content; padding: 8px 12px; border-radius: 4px; font-size: 13px; }
        .alert-div:before { content: ""; display: block; position: absolute; top: -18px; left: 20px; transform: rotate(359deg); border-width: 10px; border-style: solid; border-color: transparent transparent #f8d7da transparent; }
        .details-area{ position: relative; }
        
        @media (max-width: 767px) {
          :root {
            --heading-font-size: 20px !important;
          }
        
          .packageDetails > li > h5 {
            font-size: 18px;
          }
        
          .cardnumberarea {
            padding-left: 0;
          }
          
          .cardInputArea::before {
            display: none;
          }
        
          .cvcarea {
            min-width: 46px;
          }
        
          .exp-datearea {
            min-width: 72px;
          }
        
          #cvc, #exp-date {
            padding-left: 7px;
            padding-right: 7px;
          }
          
          .detailsInput input, .detailsInput select {
            font-size: 14px;
          }
        }




body {
  background-color: var(--bg-color);
  font-family: var(--default-fontFamily);
}

p:last-of-type {
  margin-bottom: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header {
  position: relative;
  width: 100%;
  z-index: 100;
  transition: all 0.4s ease;
  padding: 15px 0;
  background: #000;
  border-bottom: 1px solid var(--nav-bg-color);
  font-family: var(--header-fontFamily);
}

.header-logo a {
  display: inline-block;
}

.header-logo a img {
    width: 100%;
    max-width: 105px;
}

.header-menu > ul {
  float: right;
  line-height: 20px;
  font-size: 16px;
}

.header-menu > ul > li {
  float: left;
}

.header-menu > ul > li > a {
  padding: var(--menu-padding);
  color: #fff;
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
}

.header-menu > ul > li > a > i {
  font-size: 85%;
}

.details-area {
  background: #fff;
  border-radius: calc(var(--border-radius) * 2);
  padding: var(--bg-padding);
  box-shadow: var(--bg-shadow);
  height: 100%;
}

.details-heading {
  background: var(--default-color);
  border-radius: var(--border-radius);
  color: #fff;
  display: flex;
  padding: 3px;
  font-weight: 700;
  white-space: nowrap;
  font-size: var(--heading-font-size);
  margin-bottom: 15px;
}

.details-heading > span {
  border-radius: calc(var(--border-radius) - 1px) 0 0
    calc(var(--border-radius) - 1px);
  background: #fff;
  color: var(--default-color);
  display: inline-flex;
  width: 40px;
  align-items: center;
  justify-content: center;
}

.details-heading > h2 {
  padding: 0px 15px;
  font-size: var(--heading-font-size);
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.form-area {
  padding: 30px 0;
}

.details-heading > span.mobile-num {
  display: none;
}

.detailsInput {
  margin-bottom: 14px;
  position: relative;
}

.detailsInput input,
.detailsInput select {
  width: 100%;
  height: 46px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: var(--border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.detailsInput select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
}

.iti--allow-dropdown {
  width: 100%;
}

.details-input-area > .row {
  margin: 0 -7px;
}

.details-input-area > .row > * {
  padding: 0 7px;
}

.coupon-div {
    margin-top: var(--bg-padding);
}

.coupon-div input {
    outline: 0;
    box-shadow: none !important;
    border-color: var(--bs-border-color) !important;
}

.coupon-div .input-group .btn {
    border-radius: 0 var(--bs-btn-border-radius) var(--bs-btn-border-radius) 0;
}

.form-submit {
  color: #fff;
  background: var(--default-color);
  display: block;
  width: 100%;
  line-height: 2;
  border-radius: var(--border-radius);
  font-weight: 400;
  border: 0;
  font-size: 20px;
}

.packageDetails > li {
  line-height: 1.6;
  justify-content: space-between;
  display: flex;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 8px 20px;
}

.packageDetails > li > h5 {
  margin: 0;
  line-height: 1.6;
}

.packageDetails > li.discount {
  background: var(--bg-color);
}

.packageDetails > li:first-child {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  line-break: anywhere;
}

.packageDetails > li:last-child {
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.packageDetails > li > b {
  font-weight: 400;
  color: #000;
}

.packageDetails > li > span.thickfont {
  font-weight: 500;
}

.complete {
  padding: var(--bg-padding) 0;
  border-top: 1px dashed #aaa;
  margin-top: var(--bg-padding);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.complete > img {
  width: calc(50% - 5px);
  max-width: 200px;
}

.header-logo > a {
  margin: auto;
  float: none;
  display: block;
  width: 100%;
  max-width: none;
}

.details-input-area + .details-heading {
  margin-top: calc(var(--bg-padding) - 5px);
}

.cardInputArea {
  width: 100%;
  display: flex;
  border: 1px solid #ced4da;
  border-radius: var(--border-radius);
  position: relative;
}

.cardInputArea::before {
  content: "";
  position: absolute;
  left: 12.5px;
  top: 50%;
  width: 30px;
  height: 22px;
  background: url(../img/cards.png) no-repeat;
  background-size: 100%;
  background-position: 0 100%;
  transform: translate(0, -50%);
}

.cardInputArea.paypal::before {
  background-position: 0 80%;
}

.cardInputArea.discover::before {
  background-position: 0 60%;
}

.cardInputArea.visa::before {
  background-position: 0 40%;
}

.cardInputArea.amex::before {
  background-position: 0 20%;
}

.cardInputArea.mastercard::before {
  background-position: 0 0%;
}

.cardInputArea input,
.cardInputArea input:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.cardnumberarea {
  padding-left: 55px;
  width: 100%;
}

.exp-datearea {
  max-width: 100px;
}

.cvcarea {
  max-width: 65px;
}

.error-box p {
  margin-bottom: var(--bg-padding);
  color: #f00;
  font-size: 13px;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: var(--container-width);
  }
}

@media (max-width: 767px) {
  .header-menu {
    display: none;
  }

  .header-logo > a {
    text-align: center;
  }

  .header {
    padding: 11px 0;
  }

  .mob-reverse {
    flex-direction: column-reverse;
  }

  .details-heading > span.mobile-num {
    display: inline-flex;
  }

  .details-heading > span.desktop-num {
    display: none;
  }

  .details-area {
    margin-bottom: 30px;
  }

  #cvc {
    max-width: 55px;
  }

  #exp-date {
    max-width: 90px;
  }
}