/* Reset CSS start */

a {
  text-decoration-line: none;
  -moz-text-decoration-line: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
}

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

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

/* Reset CSS end */

/* Color variable start */

:root {
  --white: #fff;
}

:root {
  --black: #000;
}

:root {
  --grey: #858585;
}

:root {
  --green: #adf4a1;
}

:root {
  --blue: #b3eaff;
}

:root {
  --orange: #e44613;
}

:root {
  --red: #f20404;
}

:root {
  --yellow: #ffc43a;
}

/* Color variable end */

/* Header start */

header {
  padding: 0.313rem 0;
  background-color: #f6f6f6;
}
.div-line {
  margin: 0.375rem auto;
  padding: 0.75rem 0px;
  overflow: hidden;
  font-size: 0.87rem;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.div-line:before {
  position: absolute;
  content: "";
  width: 232px;
  height: .5px;
  background: #BBBBBB;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.div-line:after {
  position: absolute;
  content: "";
  width: 232px;
  height: .5px;
  background: #BBBBBB;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.cover-price{
  font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
position: relative;
margin-right: 15px;

}
.cover-price::before{
  content: "";
  position: absolute;
  top: 11px;
  width: 100%;
  height: 1px;
  background-color: var(--red);
  transform: rotate(352deg);
  left: 0px;
}
ul.grpbx-list {
  float: left;
  width: 100%;
  padding-left: 15px;
}
ul.grpbx-list li {
  float: left;
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  list-style: disc;
}
header .left {
  height: 100%;
  display: flex;
  align-items: center;
}

header .right {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.625rem;
}

header .right p {
  font-size: 0.813rem;
  line-height: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
}

header .right p:last-child {
  margin-left: 0.313rem;
  padding-left: 0.6rem;
  position: relative;
}

header .right p:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.063rem;
  height: 100%;
  background-color: var(--black);
}

header .right p span {
  display: block;
}

header .right p span a {
  color: var(--black);
  text-decoration-line: underline;
}

/* Header end */

/* Black stripe start */

.black-stripe {
  background-color: #000000 !important;
  padding: 0.313rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.black-stripe .black-stripe-text {
  font-size: 0.875rem;
  line-height: 1.313rem;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--white);
}

/* Black stripe end */

.d-none {
  display: none;
}

.bold {
  font-weight: 600;
}

/* Checkout bonusdeals reciept start  */

.checkout-bonusDeals-reciept {
  padding: 1.875rem 0;
}

.checkout-bonusDeals-reciept h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.188rem;
  margin-bottom: 0;
}

.checkout-bonusDeals-reciept h3 span {
  font-size: 12px;
  line-height: 1.125rem;
  font-weight: 400;
  color: var(--grey);
}

.checkout-bonusDeals-reciept h3 span.line-with-arrow {
  /* position: relative; */
  width: 6.25rem;
}

/* .checkout-bonusDeals-reciept h3 span.line-with-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--grey);
    width: 100%;
    height: 0.063rem;
}

.checkout-bonusDeals-reciept h3 span.line-with-arrow i.fa-angle-right {
    position: absolute;
    right: 0;
    top: -0.345rem;
    color: var(--grey);
} */

.checkout-bonusDeals-reciept h3 span.active {
  color: var(--black);
}

/* .checkout-bonusDeals-reciept h3 span.line-with-arrow.active::before {
    background-color: var(--black);
}

.checkout-bonusDeals-reciept h3 span.line-with-arrow.active i.fa-angle-right {
    color: var(--black);
} */

/* Checkout bonusdeals reciept end  */

.main-middle-sec {
  padding-bottom: 140px;
}

.main-middle-sec .left {
  float: none;
  padding-right: 10px;
}

.main-middle-sec .left .green-stripe {
  background-color: var(--green);
  padding: 0.375rem 1rem 0.375rem 1rem;
}

.main-middle-sec .left .green-stripe h4 {
  font-size: 0.875rem;
  line-height: 1.313rem;
  font-weight: 700;
  margin-bottom: 0;
}

.main-middle-sec .left .green-stripe h4 span {
  color: var(--black);
}

.main-middle-sec .left .blue-stripe {
  background-color: var(--blue);
  padding: 0.375rem 1rem 0.375rem 1rem;
}

.main-middle-sec .left .blue-stripe h4 {
  font-size: 0.875rem;
  line-height: 1.313rem;
  font-weight: 700;
  margin-bottom: 0;
}

.main-middle-sec .left .blue-stripe h4 span {
  color: var(--orange);
}

.main-middle-sec .left .express-checkout {
  font-size: 0.875rem;
  line-height: 1.313rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.938rem;
}

.main-middle-sec .left .paypal-gpay-buttons {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.paypal-gpay-buttons #container {
  width: 100%;
  height: 46px !important;
  margin-top: 0 !important;
}

.main-middle-sec .left .paypal-gpay-buttons a {
  width: 100%;
  text-align: center;
  padding: 0.75rem 0;
  border-radius: 8px;
}

.main-middle-sec .left .paypal-gpay-buttons a.paypal-button {
  background-color: var(--yellow);
  transition: 0.3s;
}

.main-middle-sec .left .paypal-gpay-buttons a.paypal-button:hover {
  background-color: #ffbb1b;
}

.main-middle-sec .left .paypal-gpay-buttons a.gpay-button {
  background-color: var(--black);
}

.gpay-button.black {
  border-radius: 8px;
  transition: 0.3s;
}

.gpay-button.black:hover {
  background-color: #2a2a2a;
}

.main-middle-sec .left .Choose-your-package {
  font-size: 1.125rem;
  line-height: 1.688rem;
  font-weight: 700;
  margin-top: 1.3rem;
  margin-bottom: 0.938rem;
}

.main-middle-sec .left .Choose-your-package-section li {
  margin-bottom: 6px;
  border-radius: 8px;
  border: 2px solid var(--white);
}

.main-middle-sec .left .radio-section {
  border: 1px solid #bbbbbb;
  border-radius: 7px;
  padding: 25px 17px 25px 12px;
}

.main-middle-sec .left li.active {
  border-color: #2ba4ff;
  box-shadow: 0 3px 3px #00000030;
}

.main-middle-sec .left li.active .radio-section {
  border-radius: 6px;
  border-color: #2ba4ff;
}

.main-middle-sec .left .radio-section .form-check {
  display: flex;
  align-items: center;
  gap: 12px;
}

.main-middle-sec .left .radio-section .form-check input[type="radio"] {
  width: 19px;
  height: 19px;
}

.main-middle-sec .left .radio-section .form-check .form-check-input:focus {
  box-shadow: none;
}

.main-middle-sec .left .radio-section .form-check .form-check-label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.main-middle-sec .left .radio-section p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.main-middle-sec .left .radio-section p.recommended-deal {
  display: none;
}

.main-middle-sec .left .radio-section p span {
  font-weight: 700;
}

.main-middle-sec .left .radio-section p:last-child {
  color: #e44613;
  font-weight: 700;
}

.main-middle-sec .left .radio-section .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.main-middle-sec .left .radio-section .right p {
  margin-bottom: 0;
}

.main-middle-sec .left .radio-section .right .recommended-deal {
  display: block;
  position: absolute;
  top: -20px;
  width: max-content;
  color: #08927A;
}

.main-middle-sec .left .radio-section .recommended-deal img {
  margin-right: 2px;
}

.main-middle-sec .left .radio-section .recommended-deal {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: #08927A;
}

.main-middle-sec .left .radio-section .right .original-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

/* .main-middle-sec .left .radio-section .right .original-price::before {
  content: "";
  position: absolute;
  top: 11px;
  width: 122%;
  height: 1px;
  background-color: var(--red);
  transform: rotate(352deg);
  left: -8px;
} */

.main-middle-sec .left .radio-section .right .offer-price {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--black);
  text-wrap: nowrap;
}

.main-middle-sec .left .shipping-address {
  font-size: 1.125rem;
  line-height: 1.688rem;
  font-weight: 700;
  margin-top: 0.8rem;
}

.main-middle-sec .left .enter-your-shipping-details {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

/* Form input style start */

.checkout-form input[type="text"]:focus + label,
.checkout-form input[type="email"]:focus + label,
.checkout-form input[type="tel"]:focus + label,
.checkout-form input[type="number"]:focus + label,

.checkout-form input[type="text"].form-control.has-value + label,
.checkout-form input[type="email"].form-control.has-value + label,
.checkout-form input[type="tel"].form-control.has-value + label,
.checkout-form input[type="number"].form-control.has-value + label,
.checkout-form input.no-error + label, .checkout-form input.has-error + label{
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}

#form-top-part:focus-within label {
  font-size: 13px;
  color: var(--black);
  top: -8px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}


/* .payment-section input:focus + label, .payment-section input.has-value + label, .billing-address-body input:focus + label, .billing-address-body input.has-value + label {
background: linear-gradient(to bottom,  #f6f6f6 0%,#f6f6f6 43%,#ffffff 43%,#ffffff 100%)!important;
} */

/* .payment-section input:focus + label,
.payment-section input.has-value + label {
  background: linear-gradient(
    to bottom,
    #f6f6f6 0%,
    #f6f6f6 43%,
    #ffffff 43%,
    #ffffff 100%
  ) !important;
} */

.checkout-form select + label {
  font-size: 12px !important;
  color: var(--black) !important;
  top: -5px !important;
  left: 10px !important;
  background: #ffffff;
  padding: 0px 5px 0px 5px !important;
}

.checkout-form .input_wrap {
  width: auto;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

.checkout-form .input_wrap label {
  font-size: 15px;
  font-weight: 400;
  color: #212529;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  pointer-events: none;
}

.ph-pos {
  position: relative;
}

.ph-pos .opt-text {
  position: absolute;
  top: 30%;
  right: 23px;
  font-size: 0.8125rem;
  color: #908d8d;
}

.checkout-form .form-control:focus,
.checkout-form .form-control:focus-visible {
  outline: none;
  box-shadow: none;
}
.input_wrap input::placeholder {
  color: #212529 !important;
}
#id_expiry_year,
#id_expiry_month {
  font-weight: 600 !important;
}
.checkout-form .form-control {
  height: auto;
  padding: 0.78rem 2.5rem 0.75rem 0.75rem;
  border: 1.5px solid #bbbbbb !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.checkout-form .first-last-name {
  display: flex;
  gap: 20px;
}

.checkout-form .first-last-name .input_wrap {
  width: 50%;
}

.checkout-form #shippingAddressSearch,
.checkout-form #cardNumber,
.checkout-form #securityCode,
#billingAddressSearch {
  position: absolute;
  top: 25%;
  right: 7px;
}

.checkout-form #shippingAddressSearch {
  right: 25px;
}

.checkout-form #billingAddressSearch {
  right: 25px;
}

.payment-text {
  font-size: 1.125rem;
  line-height: 1.688rem;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
}
/* .just-validate-error-label{
  font-size: 15px !important;
} */
/* .form-control.just-validate-error-field,
input.is-invalid,
select.is-invalid {
    
    
    background: transparent url(../images/rt.svg) 98% 50% no-repeat ;
    background-size: 15px 15px ;
}



.form-control.just-validate-success-field,
input.no-error,
select.no-error {

  
   
    background: transparent url(../images/gt.svg) 98% 50% no-repeat ;
    background-size: 15px auto ;
} */


/* Form input end */

.main-middle-sec .left .payment-section {
  background-color: #f6f6f6;
}

.main-middle-sec .left .payment-section .payment-section-head {
  border: 1px solid #f6f6f6;
  padding: 11px 15px;
}

.main-middle-sec .left .payment-section.active .payment-section-head {
  border-color: #141414;
}

.main-middle-sec .left .payment-section .form-check {
  display: flex;
  gap: 12px;
}

.main-middle-sec .left .payment-section .form-check input[type="radio"] {
  width: 20px;
  height: 19.5px;
}

.main-middle-sec .left .payment-section .form-check .form-check-label {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.main-middle-sec .left .payment-section p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 2px;
  margin-bottom: 0;
}

.main-middle-sec .left .payment-section .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.main-middle-sec .left .payment-section .right span {
  font-size: 10px;
  line-height: 15px;
  font-weight: 600;
  color: #6a6a6a;
}

.main-middle-sec .left .payment-section .form-check-input:checked {
  background-color: var(--black);
  border-color: var(--black);
}

.main-middle-sec .left .payment-section .form-check-input:focus {
  box-shadow: none;
}

.main-middle-sec .left .payment-section label:focus-visible {
  outline: none;
}

.main-middle-sec .left .payment-section .payment-section-body {
  padding: 20px 20px 0 20px;
}

.main-middle-sec .left .payment-section .expiration-security {
  display: flex;
  gap: 20px;
}

.checkout-form .expiration-security .input_wrap {
  width: 50%;
}

/* .checkout-form .billing-address-section {
    background-color: #F6F6F6;
    padding: 0 20px 20px 20px;
} */

.checkout-form .billing-address-section .form-check input[type="checkbox"] {
  width: 1.2em;
  height: 1.2em;
  border-radius: 0;
}

.checkout-form .billing-address-section .form-check-input:focus {
  box-shadow: none;
}

.checkout-form .billing-address-section .form-check-input:checked {
  background-color: var(--black);
  border-color: var(--black);
}

.checkout-form .billing-address-section .billing-address-head {
  background-color: #f6f6f6;
  padding: 0 20px 20px 20px;
}

.checkout-form .billing-address-section .billing-address-head label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

.checkout-form .billing-address-section .billing-address-body {
  background-color: #fff;
  padding: 0 4px 0 4px;
  display: none;
}

.checkout-form
  .billing-address-section
  .billing-address-body
  .input_wrap.country-wrap.country-wrap2
  + div.input_wrap {
  margin-bottom: 0;
}

.checkout-form .billing-address {
  font-size: 1.125rem;
  line-height: 1.688rem;
  font-weight: 700;
  margin-top: 1rem;
}

.checkout-form .enter-your-shipping-details {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.checkout-form .checkout-form-submit {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  width: 100%;
  border: none;
  border-radius: 8px;
  background-color: #ffd431;
  color: #000;
  padding: 15px 0;
  margin: 25px 0;
  box-shadow: 0 3px 3px #00000030;
  transition: 0.3s;
}

.checkout-form .checkout-form-submit:hover {
  background-color: #ffcd11;
}

.ssl-safe-section {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.ssl-safe-section .inner-section {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ssl-safe-section .inner-section h5 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #5c5c5e;
}

.ssl-safe-section .inner-section h5 span {
  display: block;
}

.bundle-of-cards {
  text-align: center;
  margin-top: 20px;
}

/* Left side end */

/* Right side start */

.main-middle-sec .right {
  position: sticky;
  top: 0;
  padding-left: 10px;
}

.main-middle-sec .right-top {
  background-color: #f6f6f6;
  padding: 16px 16px;
}

.main-middle-sec .right-top .your-cart {
  font-size: 1.125rem;
  line-height: 1.688rem;
  font-weight: 700;
  margin-bottom: 7px;
}

.main-middle-sec .right-top .star-happyCustomer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-middle-sec .right-top .star-happyCustomer h5 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 0;
}

.main-middle-sec .checkout-page-cart-product-title {
  font-size: 13px;
  line-height: 19px;
  font-weight: normal;
  margin-top: 8px;
  margin-bottom: 12px;
  color: #000;
}

.main-middle-sec .checkout-page-cart-product-section {
  text-align: left;
  width: 230px;

}
.invalid-ph{
  color: rgb(184, 17, 17);
}
@media (max-width: 768px) {
  .main-middle-sec .checkout-page-cart-product-section {
    text-align: left;
    width: 200px;
    margin: 0 auto;
  }
}
.main-middle-sec .checkout-page-cart-price-section {
  margin-top: 0px;
}

.main-middle-sec .checkout-page-cart-price-section ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.main-middle-sec .checkout-page-cart-price-section ul li:last-child {
  justify-content: flex-end;
  margin-top: 20px;
}

.main-middle-sec .checkout-page-cart-price-section ul li p {
  margin-bottom: 0;
}

.main-middle-sec .checkout-page-cart-price-section ul li p span {
  font-weight: 700;
}

.main-middle-sec .checkout-page-cart-price-section ul li p span.org {
  color: var(--orange);
}

.main-middle-sec .checkout-page-cart-price-section ul li:first-child {
  border-bottom: 2px solid var(--black);
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.main-middle-sec .checkout-page-cart-price-section ul li:first-child p {
  font-size: 14px;
  line-height: 21px;
}

.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(2) {
  /* margin-bottom: 16px; */
  padding: 8px 0;
}

.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(2) p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  /* margin-right: 5px; */
}

.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(3) p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(4) {
  /* margin-top: 20px; */
  /* border-top: 1px solid #E1E1E1; */
  border-bottom: 1px solid #e1e1e1;
  padding: 8px 0;
  display: none;
}
.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(5) {
  /* margin-top: 20px; */
  /* border-top: 1px solid #E1E1E1; */
  border-bottom: 1px solid #e1e1e1;
  padding: 8px 0;
  
}
.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(6) {
  /* margin-top: 20px; */
  /* border-top: 1px solid #E1E1E1; */
  /*border-bottom: 1px solid #e1e1e1;*/
  padding: 4px 0;
 
}

.main-middle-sec .left .right-top {
  display: none;
}

.main-middle-sec .right .right-bottom {
  padding-top: 20px;
  display: flex;
  align-items: center;
}

.main-middle-sec .right .right-bottom .right-bottom-image {
  width: 18%;
  text-align: right;
}

.main-middle-sec .right .right-bottom .right-bottom-text {
  width: 82%;
  padding-left: 14px;
}

.main-middle-sec .right .right-bottom .right-bottom-text p {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 0;
}

.main-middle-sec .right .right-bottom .right-bottom-text p span {
  font-weight: 700;
}

/* Right side end */

/* Footer start */

/* footer {
  background-color: var(--black);
  padding: 40px 0;
  text-align: center;
}

footer p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #a8a8a8;
  margin-bottom: 6px;
}

footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}

footer ul li a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #a8a8a8;
  position: relative;
}

footer ul li a::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -8px;
  height: 70%;
  width: 1px;
  background-color: #a8a8a8;
}

footer ul li:last-child a::after {
  display: none;
}

footer ul li a:hover {
  color: #a8a8a8;
} */

/* Footer end */

/* Animated loader start */

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}

.yt-loader {
  -webkit-animation-name: horizontalProgressBar;
  animation-name: horizontalProgressBar;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  background: #ef534e;
  height: 3px;
  left: 0;
  top: 0;
  width: 0%;
  z-index: 9999;
  position: absolute;
}

.yt-loader:after {
  display: block;
  position: absolute;
  content: "";
  right: 0px;
  width: 100px;
  height: 100%;
  /* box-shadow: #ef534e 1px 0 6px 1px; */
  opacity: 0.5;
}

@keyframes horizontalProgressBar {
  0% {
    width: 0%;
  }
  20% {
    width: 10%;
  }
  30% {
    width: 15%;
  }
  40% {
    width: 18%;
  }
  50% {
    width: 20%;
  }
  60% {
    width: 22%;
  }
  100% {
    width: 100%;
  }
}

/* Animated loader end */

/* Floating cart start */

.floating-cart {
  background-color: #f6f6f6;
}

.floating-cart .row .col-6:first-child {
  position: relative;
}

.floating-cart .row .col-6:first-child::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  height: 56%;
  background-color: #b6b6b6;
}

.floating-cart .left {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}

.floating-cart .right {
  padding: 8px 0;
}

.floating-cart .right p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.floating-cart .right p span {
  font-weight: 700;
}

.floating-cart .right p span.org {
  color: var(--orange);
}

.floating-cart {
  display: none;
}

/* Floating cart end */

.has-tooltip1 {
  position: relative;
}

.has-tooltip1::before {
  background: #000;
  border-radius: 5px;
  color: #fff;
  content: attr(aria-label);
  display: inline-block;
  font-weight: normal;
  left: 50%;
  margin-top: -9px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0%);
  min-width: 200px;
  max-width: 200px;
  width: auto;
  z-index: 2;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-size: 12px;
  text-align: center;
}

.has-tooltip1:hover:before,
.has-tooltip1:focus:before {
  opacity: 1;
  transform: translate(-50%, -100%);
}

.has-tooltip1:after {
  border: 10px solid transparent;
  border-top-color: #000;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -11px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(0, -100%);
  -webkit-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
  width: 0;
  z-index: 1;
}

.has-tooltip1:hover:after,
.has-tooltip1:focus:after {
  opacity: 1;
  -webkit-transition: all 0.15s ease-out 0.1s;
  transition: all 0.15s ease-out 0.1s;
  transform: translate(0, 0);
}

/* 2nd tooltip start */

.has-tooltip2 {
  position: relative;
}

.has-tooltip2::before {
  background: #000;
  border-radius: 5px;
  color: #fff;
  content: attr(aria-label);
  display: inline-block;
  font-weight: normal;
  left: 50%;
  margin-top: -9px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0%);
  min-width: 200px;
  max-width: 200px;
  width: auto;
  z-index: 2;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-size: 12px;
  text-align: center;
}

.has-tooltip2:hover:before,
.has-tooltip2:focus:before {
  opacity: 1;
  transform: translate(-50%, -100%);
}

.has-tooltip2:after {
  border: 10px solid transparent;
  border-top-color: #000;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -11px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(0, -100%);
  -webkit-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
  width: 0;
  z-index: 1;
}

form.checkout-form {
  padding: 0;
}

.has-tooltip2:hover:after,
.has-tooltip2:focus:after {
  opacity: 1;
  -webkit-transition: all 0.15s ease-out 0.1s;
  transition: all 0.15s ease-out 0.1s;
  transform: translate(0, 0);
}

.floating-cart .container,
header .container,
.main-middle-sec .container {
  max-width: 915px;
}

.main-middle-sec
  .left
  .Choose-your-package-section
  li:nth-child(2)
  .radio-section,
.main-middle-sec
  .left
  .Choose-your-package-section
  li:nth-child(3)
  .radio-section {
  padding: 25px 17px 25px 12px;
}

.main-middle-sec .left .radio-section .form-check input[type="radio"] {
  width: 21px;
  height: 20.5px;
}

.main-middle-sec .left li .radio-section .form-check input[type="radio"] {
  margin-top: 1px;
}

.main-middle-sec
  .left
  li:first-child.active
  .radio-section
  .form-check
  input[type="radio"] {
  width: 20.5px;
  height: 20px;
}

.main-middle-sec
  .left
  li:nth-child(2).active
  .radio-section
  .form-check
  input[type="radio"] {
  width: 20.5px;
  height: 20px;
}

.main-middle-sec
  .left
  li:last-child.active
  .radio-section
  .form-check
  input[type="radio"] {
  width: 20.5px;
  height: 20px;
}

.main-middle-sec
  .left
  .radio-section
  .form-check
  input[type="radio"]:not(:checked) {
  background-color: #f6f6f6;
  border-color: #919191;
}

.main-middle-sec .left .radio-section .form-check input[type="radio"]:checked {
  background-color: #2ba4ff;
  border-color: #2ba4ff;
}

.country-wrap:after {
    content: "";
    width: 14px;
    height: 9px;
    background: url("../images/polygon-icon.png");
    background-repeat: no-repeat;
    top: 45%;
    right: 2%;
    position: absolute;
    display: inline-block;
}
.expiration-security .country-wrap:after{right: 3%;}
.form-control#inputEmail {
  border-color: #000 !important;
}

.form-control.no-error {
  border-color: #5c9657 !important;
  font-weight: 600;
}

.form-control.has-error {
  border-color: orange !important;
}

.form-control#inputEmail.no-error {
  border-color: #5c9657 !important;
}

.form-control#inputEmail.has-error {
  border-color: orange !important;
}

.form-control#inputEmail.default-border {
  border-color: #bbbbbb !important;
}

/* .form-control#inputEmail.default-border.black-border {
    border-color: #000 !important;
} */

.form-control#inputEmail.default-border.no-error {
  border-color: #5c9657 !important;
}

.form-control#inputEmail.default-border.has-error {
  border-color: orange !important;
}

/* .form-control#inputEmail.black-border.no-error {
    border-color: #5c9657 !important;
}

.form-control#inputEmail.black-border.has-error {
    border-color: orange !important;
} */

.form-control#inputEmail:focus {
  border-color: #000 !important;
}

.checkout-form input.no-error ~ #shippingAddressSearch,
.checkout-form input.has-error ~ #shippingAddressSearch,
.checkout-form input.no-error ~ #cardNumber,
.checkout-form input.has-error ~ #cardNumber,
.checkout-form input.has-error ~ #securityCode,
.checkout-form input.no-error ~ #securityCode,
input.has-error ~ #billingAddressSearch,
input.no-error ~ #billingAddressSearch {
  position: absolute;
  top: 25%;
  right: 24px;
}

.green-stripe #disc_per {
  color: #000;
}

.mobile-active-arrow,
.mobile-inactive-arrow {
  display: none;
}

#id_shipping_country, #id_billing_country, .country-wrap [name="shippingState"], .country-wrap [name="billingState"] {
  background: none;
  background-image: none;
  /* border-color: #5c9657 !important; */
}

.row.after-sec .input_wrap {
  margin-top: 20px;
  margin-bottom: 0;
}

.gpay-button {
  padding: 12px 24px 12px !important;
}

select[name="expmonth"],
select[name="expyear"] {
  font-weight: 400 !important;
}

select[name="expmonth"].has-value,
select[name="expyear"].has-value,
select[name="expmonth"].no-error,
select[name="expyear"].no-error {
  font-weight: 600 !important;
}

#form-top-part input:focus,
.billing-address-body input:focus,
.payment-section-body input:focus,
.form-control#inputEmail.no-error:focus {
  border-color: #000 !important;
}

input:-webkit-autofill,
select:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

.addTick {
  position: relative;
}

.addTick::after {
  content: "";
  width: 16px;
  height: 15px;
  background: url(../images/tick-input.png);
  background-repeat: no-repeat;
  top: 1em;
  right: 5px;
  position: absolute;
  display: inline-block;
}

.addTick .no-error {
  background: none;
}

.addErrorIcon {
  position: relative;
}

.addErrorIcon::after {
  content: "";
  width: 16px;
  height: 15px;
  background: url(../images/error-input.png);
  background-repeat: no-repeat;
  top: 1rem;
  right: 5px;
  position: absolute;
  display: inline-block;
}

.addErrorIcon .has-error {
  background: none;
}
.mob-only {
  display: none;
}
#securityCode {
  background: #fff;
  padding: 0px 3px;
}
.new-color {
  color: #46a82d !important;
  font-size: 16px !important;
}
.show-mob{
  display: none;
}
.quotes{
  width: 100%;
  background: #F9F9F9;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.review-img{
  width: 25%;height: auto;
}
.review-text{width: 75%}
.walla-img{
  width: 100%;height: 100%;object-fit: cover;
  border-radius: 5px;
}
.review_name {
  float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 0px;
}
.review_check {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  width: 15px;
}
.review_name span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: #07a965;
  font-weight: normal;
  margin: -4px 0 0 4px;
}

@media screen and (max-width:1200px) and (orientation: landscape) {
        .review-img {
        max-height:135px;
    }
}

@media (max-width: 768px) {
  header .right {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.125rem;
}
  
 
  .main-middle-sec .right .right-bottom .right-bottom-text {
    width: 82%;
    padding-left: 0px;
  }
  header .right p span {
    display: block;
    font-size: 12px;
}
.checkout-bonusDeals-reciept {
  padding: 0.975rem 0;
}
.hide-mob{
  display: none;
}
.show-mob{
  display: block;
}    
.quotes {
 
  display: flex;
  align-items: flex-start;
  gap: 10px;
  
}
.with-for-mob {
  width: 1.4em !important;
  height: 1.4em !important;
  margin-top: 0.15em !important;
  margin-right: 8px !important;

}
.div-line:before {
  position: absolute;
  content: "";
  width: 210px;
  height: .5px;
  background: #BBBBBB;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.div-line:after {
  position: absolute;
  content: "";
  width: 210px;
  height: .5px;
  background: #BBBBBB;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.review-img{
  width: 20%;height: auto;max-height: 85px;
}
.review-text{width: 80%}
.expiration-security .country-wrap:after{right: 2%;}
}
/*@media (max-width: 640px) {
  .gpay-button.short, .gpay-button.plain {
    min-width: 90px !important;
    width: 307px !important;
}*/


@media (max-width: 440px) {
  li.offer[data-package-id="3"] .right {
    position: relative;
    top: 18px;
}
.new-color {
  color: #46a82d !important;
  font-size: 15px !important;
}
.div-line:before {
  width: 165px;
}
.div-line:after {
  width: 165px;
}

}
@media (max-width: 420px) {
  /* .main-middle-sec .left .radio-section p {
    font-size: 16px ;
  }
  .main-middle-sec .left .radio-section .right .original-price {
    font-size: 12px !important;
  }
  .main-middle-sec .left .radio-section .right .offer-price {
    font-size: 16px !important;
  }
  .save-off-text {
    font-size: 15px !important;   
  } */
  .div-line:before {
    width: 160px;
  }
  .div-line:after {
    width: 160px;
  }
  
  
}
@media (max-width: 394px) {
  .div-line:before {
    width: 150px;
  }
  .div-line:after {
    width: 150px;
  }
  header .right p span {
    display: block;
    font-size: 10px;
}
  
}


.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  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;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 798px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

.complete-btn {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 18px 13px;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 10px;
  line-height: 24px;
  color: #fff;
  background: #fa541c !important;
  font-weight: 700;
  cursor: pointer;
  border: none;
  outline: none;
  margin-top: 15px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1882352941);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1882352941);
  /*    font-family: sf pro text*/
}

.end-2 {
  right: 2% !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

#upsellRedirectDecline {
  background-color: #ffffff;
  border-radius: 10px;
  color: #6c757d;
  opacity: .6;
  padding: 13px 13px;
}

#upsellRedirectDecline:hover {
  opacity: 1;
  cursor: pointer;
}

.modal.fade.attentionMdl.show {
    display: block;
}
.modal.fade.attentionMdl .modal-body {
    text-align: center;
    padding: 20px !important;
    border-top: 10px solid red;
}
.modal.fade.attentionMdl .modal-body h3 {
    font-size: 24px;
    color: red;
    font-weight: 600;
}
.modal.fade.attentionMdl .modal-content {
    border: 0;
}
p.cmpny-name {
    color: #646464;
    font-size: 15px;
}
.attentionMdl button.closebtn-info {
    background: #fe1103;
    font-size: 18px;
    max-width: 200px;
    width: 50%;
    padding: 10px 0;
    margin: 0 auto;
    border-radius: 10px;
    position: static;
}

.top-banner{
    /* background-color: #1e5ec0; */
   position: relative;
    background: #1e5ec0 url(../images/top-additional-summer-banner-without-txt.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
        height: 95px;
}
.offer-text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    left: 0;
    right: 0;
    top: 50%;
    width:90%;
    margin: 0 auto;
    height: 100%;
    transform: translateY(-50%);
}
.offer-text-left{    margin-right: 40px;}
.offer-text h2 {
    font-size: 33px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.offer-text .dvdr {
    width: 3px;
    height: 65%;
    background-color: #507ac9;
    z-index: 1;
}
.offer-text .save-txt {
    display: flex;
    justify-content: flex-start;
    margin-left: 40px;
    align-items: center;
}
.offer-text h1 {
    font-size: 48px;
    line-height: 36px;
    font-weight: 600;
}
.offer-text h1 span.save-sm {
    color: #d2e029;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600;
}
.offer-text .offtag {
    background: #d2e029;
    color: #17526f;
    align-self: center;
    font-size: 24px;
    font-weight: 700;
    padding: 4px 20px;
    letter-spacing: 0.5px;
    border-radius: 30px;
    line-height: 30px;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
}

@media (max-width: 768px) {
.top-banner img{min-height: 70px;}
.offer-text{width: 95%;}
.offer-text h2{    font-size: 18px;}
.offer-text-left{width: 55%;margin-right: 20px;}
.offer-text .save-txt{ width:44%;margin-left: 20px;}
.offer-text h1 {
    font-size: 34px;
    line-height: 24px;
}
.offer-text h1 span.save-sm {
    font-size: 11px;
}
.offer-text .offtag {
    font-size: 20px;
    padding: 5px 16px;
    line-height: 20px;
}
}

.topbanner img{
    width: 100%;
    height: auto;
    object-fit: cover;   
}

.ex-protection-new {
    background: white;
    border-radius: 5px;
    border: 2px dashed #e51010;
}
.ex-protection-new .form-check {
    min-height: inherit;
    padding-left: 27px;
    cursor: pointer;
}
.ex-protection-new .form-check-input[type=checkbox] {
    margin-left: -27px;
    height: 18px;
    width: 18px;
}
.ex-protection-header-new {
    background: rgb(255 232 221);
    border-radius: 5px;
    color: black;
    font-size: 0.875rem;
    font-weight: bold;
}

.payment-section .form-control.no-error, .payment-section .form-control.has-error{
    background-position: 90% 50% !important;
}