.clear,
.clearfix:after {
    clear: both
}

a img,
img {
    height: auto;
    max-width: 100%
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 15px
}

li,
ul {
    list-style-type: none
}

.left {
    float: left
}

.right {
    float: right
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.alignRright {
    float: right;
    margin: 0 0 12px 15px
}

.alignLeft,
.float-left {
    float: left
}

.alignLeft {
    margin: 0 15px 12px 0
}

.alignCenter {
    float: none !important;
    margin: 0 auto;
    display: block
}

a img,
img {
    border: 0
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.config-errors h3 {
    padding: 10px 0;
    margin: 5px
}

.config-errors ul {
    padding: 0;
    margin: 0
}

.config-errors li {
    padding: 10px;
    margin: 5px;
    background-color: #fcc;
    border: 1px solid #c00;
    color: #333;
    font: 15px/20px arial, sans-serif
}

.config-errors li strong {
    float: right
}

input[type=text],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=email],
select,
textarea {
    background: #fff;
    border: 1px solid #a7abad;
    color: #222;
    height: 32px;
    line-height: 22px;
    width: 100%;
    font-size: 14px;
    padding: 3px 8px;
    outline: 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

textarea {
    padding: 6px;
    height: 150px
}

select {
    line-height: 24px;
    padding: 4px;
    height: 32px
}

input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
    background: #fff;
    box-shadow: 0 0 5px #51cbee;
    border: 1px solid #51cbee
}

input.input-validation-error,
select.input-validation-error {
    background: url(../../images/checkout/error-input.webp) 99.5% 50% no-repeat #fff;
    border: 1px solid #ffa500
}

input.no-error,
select.no-error {
    background: url(../../images/checkout/tick-input.webp) 99.5% 50% no-repeat #fff;
    border: 1px solid #008000
}

input.loading,
select.loading {
    background: url(../../images/checkout/ajax-loader.gif) 99.5% 50% no-repeat #fff;
    border: 1px solid #51cbee
}

.app-benchmark {
    position: fixed;
    width: 98%;
    left: 0;
    bottom: 0;
    padding: 5px 1%;
    background-color: #ccc;
    color: #333;
    text-align: right
}

#app_common_modal,
#error_handler_overlay {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    background: #333;
    background: rgba(255, 255, 255, .8);
    display: none;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body {
    max-width: 600px;
    -webkit-background-clip: padding-box;
    font-family: Verdana, Geneva, sans-serif;
    box-sizing: border-box;
    outline: 0
}

#error_handler_overlay .error_handler_body {
    margin: 100px auto;
    width: 95%;
    padding: 20px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

#app_common_modal_close,
#error_handler_overlay_close {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    background-color: #333;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    line-height: 30px;
    padding: 0;
    margin: 0
}

#app_common_modal .app_modal_body {
    margin: 100px auto;
    min-width: inherit;
    width: 95%;
    min-height: 400px;
    padding: 2.5%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box
}

#app_common_modal .app_modal_body iframe {
    min-height: 400px;
    width: 100%;
    border: 1px solid #d5d6ef
}

.exitpop-content {
    position: fixed;
    height: 400px;
    width: 708px;
    margin: -200px 0 0 -354px;
    top: 50%;
    left: 50%;
    text-align: left;
    padding: 0;
    border: none;
    z-index: 2147483647
}

.exitpopup-overlay {
    background: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483647;
    display: none
}

.exitpop-content img {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    max-width: 100%;
    height: auto
}

.exitpop-discountbar {
    background-color: #f00;
    border-bottom: 4px dashed #fff;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: none
}

.app-load-spinner {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    background-color: #333;
    border-radius: 100%
}

.clear {
    line-height: 0;
    height: 0
}

.button,
button,
input[type=button] {
    border: 0;
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    outline: 0;
    padding: 20px 15px;
    background: #2288d0;
    color: #fff;
    font-size: 20px
}

#loading-indicator::after,
#loading-indicator::before {
    box-sizing: border-box;
    left: 50%;
    position: absolute;
    top: 50%
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background: #2791e4
}

.defult {
    padding: 10px 15px
}

.defult form label {
    width: 175px;
    display: inline-block
}

.defult input[type=text],
.defult input[type=search],
.defult input[type=number],
.defult input[type=password],
.defult input[type=tel],
.defult input[type=email],
.defult select,
.defult textarea {
    max-width: 275px
}

.defult .button,
.defult button,
.defult input[type=button],
.defult input[type=submit] {
    max-width: 450px
}

.all-card-types li {
    float: left;
    margin-right: 20px
}

#loading-indicator {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    box-sizing: border-box;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2147483646
}

#loading-indicator::before {
    background: url(../../images/checkout/loading.gif) center center no-repeat rgba(0, 0, 0, 0);
    content: "";
    height: 70px;
    margin-left: -35px;
    margin-top: -70px;
    width: 70px;
    z-index: 2
}

#loading-indicator::after {
    background: #fff;
    border-radius: 5px;
    color: #000;
    content: "Processing, one moment please... ";
    font-family: arial;
    font-size: 17px;
    height: 110px;
    line-height: 98px;
    margin-left: -150px;
    margin-top: -75px;
    padding-top: 35px;
    text-align: center;
    width: 300px;
    z-index: 1
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

span.cb-inline-error {
    margin-top: 10px;
    font-weight: 100;
    color: #c00;
    display: block
}

form {
    padding: 10px
}

.modal-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    overflow-y: auto
}

.modal-dilog-part {
    width: 500px;
    background-color: #fff;
    border-radius: 4px;
    margin: 50px auto 50px auto
}

.transaction-modal-head {
    padding: 30px 55px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    position: relative
}

.transaction-modal-head-img {
    width: 85px
}

.transaction-heading {
    color: #212d3d;
    font-size: 20px;
    font-weight: 600;
    padding-left: 12px
}

.transaction-heading span {
    display: block;
    color: #ed4c4c;
    font-size: 15px;
    font-weight: normal;
    margin-top: 12px
}

.close-btn {
    padding: 5px;
    width: auto;
    background-color: transparent;
    position: absolute;
    right: 30px;
    top: 25px
}

.close-btn:hover {
    background-color: transparent
}

.padding-box {
    padding: 30px
}

.security-heading {
    color: #5e6473;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center
}

.ask-cell {
    color: #5e6473;
    font-size: 15px;
    margin-bottom: 15px;
    cursor: pointer
}

.form-row {
    margin-bottom: 20px
}

input[type=text].form-input,
input[type=search].form-input,
input[type=number].form-input,
input[type=password].form-input,
input[type=tel].form-input,
input[type=email].form-input,
select.form-input,
textarea.form-input {
    border: 1px solid #ced4da;
    height: 38px;
    border-radius: 4px;
    padding: 0 15px
}

.flex-row {
    display: flex;
    margin: 0 -10px
}

.half-col {
    width: 50%;
    padding: 0 10px
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.submit-btn {
    display: inline-block;
    width: auto;
    background-color: #5c79ff;
    padding: 13px 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px
}

.thank-link {
    color: #5c79ff;
    font-size: 15px;
    margin-right: 15px;
    text-decoration: none
}

.total-price {
    color: #212d3d;
    font-size: 20px;
    font-weight: 600;
    line-height: 1
}

.info-wrap {
    position: relative
}

.info-cell {
    position: absolute;
    top: 12px;
    right: 12px
}

.select-wrap {
    position: relative
}

.select-wrap select {
    -webkit-appearance: none
}

.select-wrap:after {
    top: 17px;
    right: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(94, 100, 115, 0);
    border-top-color: #5e6473;
    border-width: 6px
}

.info-cell:hover .tooltip {
    display: block
}

.tooltip {
    position: absolute;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 12px;
    background-color: #fff;
    left: 100%;
    min-width: 90px;
    max-width: 150px;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: none
}

.tooltip:after,
.tooltip:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px
}

.tooltip:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #ddd;
    border-width: 7px;
    margin-top: -7px
}

.submit-btn:hover {
    background-color: #849aff
}

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

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Poppins', sans-serif
}

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

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield
}

:root {
    --white: #fff
}

:root {
    --black: #000
}

:root {
    --grey: #858585
}

:root {
    --green: #adf4a1
}

:root {
    --orange: #e44613
}

:root {
    --red: #f20404
}

:root {
    --yellow: #ffc43a
}

header {
    padding: .313rem 0;
    background-color: #f6f6f6
}

header .left {
    height: 100%;
    display: flex;
    align-items: center
}

header .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: .625rem
}

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

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

header .right p:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: .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
}

.black-stripe {
    background-color: var(--black);
    padding: .313rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem
}

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

.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: .75rem;
    line-height: 1.125rem;
    font-weight: 400;
    color: var(--grey)
}

.checkout-bonusDeals-reciept h3 span.line-with-arrow {
    width: 6.25rem
}

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

.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: .375rem 1rem .375rem 1rem
}

.main-middle-sec .left .green-stripe h4 {
    font-size: .875rem;
    line-height: 1.313rem;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--black)
}

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

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

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

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

.main-middle-sec .left .paypal-gpay-buttons a {
    width: 50%;
    text-align: center;
    padding: .75rem 0;
    border-radius: 8px
}
@media (max-width:912px) {
    .main-middle-sec .left .paypal-gpay-buttons a {
        width: 100%!important
    }
}
.main-middle-sec .left .paypal-gpay-buttons a.paypal-button {
    background-color: var(--yellow);
    transition: .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: .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.563rem;
    margin-bottom: .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 #bbb;
    border-radius: 7px;
    padding: 25px 17px 25px 12px !important
}

.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: 15px;
    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
}

.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
}

.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)
}

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

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

.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 {
    font-size: 13px;
    color: var(--black);
    top: -8px;
    left: 10px;
    background: #fff;
    padding: 0 5px 0 5px
}

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

.checkout-form select+label {
    font-size: 12px !important;
    color: #2B2B2B !important;
    top: -5px !important;
    left: 10px !important;
    background: #f6f6f6;
    padding: 0 5px 0 5px !important
}

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

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

.checkout-form .input_wrap label {
    font-size: 15px;
    font-weight: 400;
    color: var(--black);
    padding: 14px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    pointer-events: none
}

.ph-pos {
    position: relative
}

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

.checkout-form .form-control:focus,
.checkout-form .form-control:focus-visible {
    outline: none;
    box-shadow: none
}

.checkout-form .form-control {
    height: 50px;
    padding: .75rem .75rem;
    border: 1.5px solid #bbb !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    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: 100%
}

.checkout-form #shippingAddressSearch,
.checkout-form #cardNumber,
.checkout-form #securityCode,
#billingAddressSearch {
    position: absolute;
    top: 13px;
    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: 1.536rem
}

.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: 16px;
    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 .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
}

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

.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: 1px solid #B38D00;
    border-radius: 8px;
    background-color: #ffd431;
    color: #000;
    padding: 15px 0;
    margin: 25px 0;
    box-shadow: 0 3px 3px #00000030;
    transition: .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
}

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

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

.main-middle-sec .right-top .your-cart {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 11px
}

.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: 18px;
    font-weight: 400;
    margin-top: 7px;
    margin-bottom: 7px
}

.checkout-page-cart-product-section {
    margin-top: -10px;
    margin-bottom: -15px
}

.main-middle-sec .checkout-page-cart-product-section {
    text-align: left
}

.main-middle-sec .checkout-page-cart-price-section {
    margin-top: 24px
}

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

.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
}

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

.main-middle-sec .checkout-page-cart-price-section ul li:nth-child(5) {
    margin-top: 15px;
}

.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%
}

.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
}

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
}

.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: 0;
    width: 100px;
    height: 100%;
    opacity: .5
}

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

.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
}

.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 .15s ease-out;
    transition: all .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 .15s ease-out .1s;
    transition: all .15s ease-out .1s;
    transform: translate(0, 0)
}

.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 .15s ease-out;
    transition: all .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 .15s ease-out .1s;
    transition: all .15s ease-out .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/checkout/polygon-icon.webp");
    background-repeat: no-repeat;
    top: 22px;
    right: 5%;
    position: absolute;
    display: inline-block
}

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

.form-control.has-value.valid {
    border-color: #5c9657 !important
}

.form-control.input-validation-error {
    border-color: #ffa500 !important
}

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

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

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

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

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

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

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

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

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

#Customer_MainAddress_Country,
#CreditCard_BillingAddress_Country,
#Customer_MainAddress_State,
#CreditCard_BillingAddress_State,
.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/checkout/tick-input.webp);
    background-repeat: no-repeat;
    top: 34%;
    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/checkout/error-input.webp);
    background-repeat: no-repeat;
    top: 34%;
    right: 5px;
    position: absolute;
    display: inline-block
}

.addErrorIcon .has-error {
    background: none
}

.arrow-icon-select {
    position: relative
}

.arrow-icon-select:after {
    content: "";
    width: 14px;
    height: 9px;
    background-repeat: no-repeat;
    top: 22px;
    right: 5%;
    position: absolute;
    display: inline-block;
    pointer-events: none
}

.addon-upsell {
    padding-top: 12px;
    margin-bottom: 12px;
    border-top: solid 1px #e1e1e1
}

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

.checkout-form .coupon-container {
    display: flex;
    gap: 10px
}

.checkout-form .coupon-container {
    display: flex;
    gap: 20px
}

.checkout-form .coupon-container .input_wrap {
    flex: 1
}

.checkout-form .coupon-container .coupon-button {
    width: 100px
}

.checkout-form .coupon-container .coupon-button button {
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    width: 100%;
    border: 0;
    border-radius: 8px;
    background-color: #2ba4ff;
    color: #fff;
    padding: 15px 0;
    margin: 0;
    box-shadow: 0 3px 3px #00000030;
    transition: .3s
}

.checkout-form .coupon-container .coupon-button button.remove-coupon {
    background-color: #f00
}

#leaveFade {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .7);
    display: none
}

.leavepop_all {
    width: 800px;
    height: auto;
    position: fixed;
    top: 90px;
    left: calc(50% - 400px);
    z-index: 1000;
    border-radius: 10px;
    padding-bottom: 40px;
    display: none
}

.partOne,
.partTwo {
    width: 50%;
    float: left;
    min-height: 376px
}

.partOne img {
    height: 445px;
    object-fit: cover;
    width: 100%
}

.partTwo {
    min-height: 445px;
    background: #f9c51e;
    padding: 10px
}

.innrPrt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    padding: 0 10px;
    min-height: 426px
}

.innerStyling {
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400
}

.leaveX_all {
    width: 35px;
    height: 35px;
    float: right;
    margin-right: -20px;
    margin-top: -20px;
    z-index: 1005;
    cursor: pointer
}

.innerA_all {
    color: #000;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding-top: 0
}

.innerB_all {
    color: #000;
    font-size: 22px;
    padding-top: 0
}

.partTwo p {
    color: #000;
    font-size: 17px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 13px
}

.partTwo span.save {
    display: block;
    text-align: center;
    margin: 10px 0
}

.partTwo span.save a {
    color: #000;
    text-decoration: underline
}

#innerD1 {
    color: #2f2f2f;
    font-size: 28px;
    padding-top: 25px
}

#innerE1 {
    width: 300px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-family: arial;
    color: #2f2f2f;
    font-size: 38px;
    padding-top: 0;
    font-weight: bold;
    letter-spacing: 2px
}

#innerE1 #timeCount {
    color: #2f2f2f;
    font-weight: bold
}

#innerF1 {
    width: 150px;
    height: auto;
    margin: 0 auto;
    color: #4e4e4e;
    font-size: 14px;
    padding-top: 5px;
    text-align: center
}

#innerFa1 {
    width: 75px;
    height: auto;
    float: left
}

#innerFb1 {
    width: 75px;
    height: auto;
    float: right
}

.innerButton_all {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    padding: 9px 0;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    background: #000002;
    border-radius: 0;
    border: 1px solid #000002;
    cursor: pointer
}

.innerButton_all:hover {
    background: #000;
    border: 1px solid #000
}

@media screen and (max-width:900px) and (min-width:320px) {
    #leaveFade {
        -webkit-overflow-scrolling: touch !important;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        z-index: 2147483647;
        background: rgba(0, 0, 0, .7);
        overflow-x: hidden
    }
    .leavepop_all {
        height: auto;
        -webkit-overflow-scrolling: touch;
        min-height: 160px;
        background-clip: padding-box;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        font-size: 14px;
        line-height: 1.42857143;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        padding: 2px;
        width: 97% !important;
        top: 15px !important
    }
    .innerA_all {
        font-size: 20px;
        padding-top: 4px
    }
    .innerB_all {
        font-size: 16px;
        padding: 2px
    }
    #innerD1 {
        font-size: 16px;
        padding: 2px;
        margin: 0 auto
    }
    #innerE1 {
        height: auto;
        font-size: 25px;
        padding: 2px;
        width: auto
    }
    .innerButton_all {
        width: 100%;
        font-size: 15px;
        margin: 10px auto
    }
    .leavepop_all {
        width: 97%;
        top: 25px;
        left: auto;
        margin-left: 6px
    }
    .leaveX_all {
        z-index: 1005;
        cursor: pointer;
        position: absolute;
        right: -10px;
        top: -10px;
        background-color: #333;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        cursor: pointer;
        font-weight: 700;
        line-height: 30px;
        padding: 0;
        margin: 0
    }
}

@media(max-width:480px) {
    .partOne img {
        height: 380px
    }
    .partTwo {
        min-height: 380px
    }
    .innrPrt {
        min-height: 359px
    }
}

.w_fomo_wrapper {
    position: fixed;
    bottom: 0;
    left: 10px;
    min-width: 347px;
    -webkit-transition: transform .8s ease;
    -webkit-transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .8s ease;
    z-index: 1001;
    color: #fff;
    font-weight: 400;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-box-shadow: 0 0 5px #6f6f6f;
    box-shadow: 0 0 5px #6f6f6f;
    max-width: 320px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    background: #fff;
    box-shadow: 0 4px 8px 0
}

.w_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.w_thumb {
    border-radius: 50%;
    width: 60px
}

.w_desc p {
    margin-bottom: 6px;
    font-size: 12px;
    color: #000
}

.wysiwyg-content.statistical table {
    text-align: right;
    font-size: 14px;
    width: 100%
}

.w_desc p,
.wysiwyg-content.statistical .ta-l {
    text-align: left
}

.edit_mode .w_fomo_wrapper {
    position: static
}

.edit_mode .w_fomo_wrapper,
.w_fomo_wrapper.notify {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.w_fomo_wrapper .w_item {
    display: table;
    width: 100%
}

.w_fomo_wrapper .w_item>div {
    display: table-cell;
    vertical-align: middle
}

.w_fomo_wrapper .w_thumb {
    width: 111px;
    background-color: #fff;
    text-align: center
}

.w_fomo_wrapper .w_thumb img {
    width: 60px;
    margin: 0 auto
}

.w_fomo_wrapper .w_desc {
    padding: 10px 15px;
    font-size: 1.3rem
}

.w_fomo_wrapper .w_desc strong {
    color: #2dbbff
}

@media(min-width:992px) {
    .w_fomo_wrapper {
        bottom: 10px
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .w_fomo_wrapper {
        width: 300px
    }
}

@media(max-width:320px) {
    .w_fomo_wrapper {
        min-width: 300px;
        max-width: 300px
    }
}

@media only screen and (max-width:991px) {
    .checkout-bonusDeals-reciept h3 {
        gap: 10px
    }
    .checkout-bonusDeals-reciept h3 span.line-with-arrow {
        width: 2rem
    }
    .main-middle-sec .left .green-stripe h4 {
        text-align: center
    }
    .main-middle-sec .left .paypal-gpay-buttons {
        gap: 1rem;
        flex-direction: row-reverse
    }
    .main-middle-sec .left .radio-section .form-check .form-check-label {
        align-items: flex-start
    }
    .main-middle-sec .left .radio-section .right .recommended-deal {
        display: none
    }
    .main-middle-sec .left .radio-section .left .recommended-deal {
        display: block
    }
    .main-middle-sec .left .radio-section .left .save-off-text {
        font-size: 14px;
        line-height: 18px
    }
    .main-middle-sec .left .payment-section p {
        font-size: 15px;
        font-weight: 600
    }
    .main-middle-sec .left .payment-section .right span {
        display: none
    }
    .main-middle-sec .left .payment-section .expiration-security {
        flex-direction: column;
        gap: 0
    }
    .checkout-form .expiration-security .input_wrap {
        width: 100%
    }
    .ssl-safe-section .inner-section h5 {
        font-size: 8px;
        line-height: 12px
    }
    .bundle-of-cards img {
        max-width: 75%
    }
    .main-middle-sec .right .right-bottom {
        gap: 8px
    }
    .main-middle-sec {
        padding-bottom: 40px
    }
    footer {
        padding: 30px 0
    }
    .main-middle-sec .right .right-top {
        display: none
    }
    .main-middle-sec .left .right-top {
        display: block
    }
    .has-tooltip1::before {
        top: 55px;
        left: -110px
    }
    .has-tooltip1:after {
        top: 17px;
        left: 0;
        transform: rotate(270deg) !important
    }
    .has-tooltip2::before {
        top: 75px;
        left: -110px
    }
    .has-tooltip2:after {
        top: 14px;
        left: 0;
        transform: rotate(270deg) !important
    }
    .country-wrap:after {
        right: 6%
    }
    .main-middle-sec .left .radio-section {
        padding: 15px 17px 15px 12px !important
    }
    .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: 15px 17px 15px 12px
    }
    .desktop-active-arrow,
    .desktop-inactive-arrow {
        display: none
    }
    .mobile-active-arrow,
    .mobile-inactive-arrow {
        display: block
    }
    .main-middle-sec .left {
        padding-right: 0
    }
    .main-middle-sec .right {
        padding-left: 0
    }
    .pay-1 {
        margin-top: 20px
    }
    .main-middle-sec .new-mob-top {
        background-color: #fff;
        padding: 23px 18px 0 18px
    }
    .new-mob-top {
        text-align: center
    }
    .new-mob-top .checkout-page-cart-product-title.txt-1 {
        font-size: 18px;
        line-height: 16px;
        font-weight: 400;
        margin-top: 7px;
        margin-bottom: 7px
    }
    .new-mob-top .checkout-page-cart-product-title.txt-2 {
        border-bottom: 1px solid #e7e7e7
    }
    .new-mob-top .star-happyCustomer {
        justify-content: center !important
    }
    .new-mob-top .checkout-page-cart-product-section {
        text-align: center
    }
    .right-t-top {
        border: 1px solid #d6d6d6;
        padding: 12px 16px;
        margin-top: 17px
    }
    .right-t-top .right-top {
        background-color: #fff;
        padding: 0
    }
    .right-t-top .checkout-page-cart-price-section {
        margin-top: 0
    }
    .checkout-form .first-last-name.first2 {
        display: block
    }
    .checkout-form .first-last-name.first2 .input_wrap {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    header .right .header-right-first-text {
        display: none
    }
    .logo1 {
        width: 100%
    }
    .mob-hide {
        display: none
    }
}

html {
    font-size: 14px
}

@media(max-width:1024px) {
    .checkout-form input.no-error~#shippingAddressSearch,
    .checkout-form input.has-error~#shippingAddressSearch,
    .checkout-form input.has-value~#cardNumber,
    .checkout-form input.has-value.input-validation-error~#cardNumber,
    .checkout-form input.input-validation-error~#cardNumber,
    .checkout-form input.has-value~#securityCode,
    .checkout-form input.has-value.input-validation-error~#securityCode,
    .checkout-form input.input-validation-error~#securityCode,
    input.has-error~#billingAddressSearch,
    input.no-error~#billingAddressSearch {
        position: absolute;
        top: 11px;
        right: 25px
    }
}

@media(min-width:768px) {
    html {
        font-size: 16px
    }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 .1rem white, 0 0 0 .25rem #258cfb
}

html {
    position: relative;
    min-height: 100%
}

[v-cloak] {
    display: none
}

.logo1 {
    width: 150px
}

.logo2 {
    width: 200px
}

.toast {
    opacity: 1 !important
}

.gpay-button.black.short,
.gpay-button.black.plain {
    background-size: 68px;
    background-repeat: no-repeat;
    background-position: center
}

.pkg-savings {
    color: #49d426
}

.gpay-button {
    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    border-radius: 4px;
    box-shadow: rgba(60, 64, 67, .3) 0 1px 1px 0, rgba(60, 64, 67, .15) 0 1px 3px 1px;
    cursor: pointer;
    height: 46px;
    min-height: 40px;
    padding: 12px 24px 10px;
    width: 240px;
    border-radius: 8px
}

.gpay-button.black {
    background-color: #000;
    box-shadow: none
}

.gpay-button.white {
    background-color: #fff
}

.gpay-button.short,
.gpay-button.plain {
    min-width: 90px;
    width: 160px
}

.gpay-button.black.short,
.gpay-button.black.plain {
    background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg)
}

.gpay-button.black.short.new_style,
.gpay-button.black.plain.new_style {
    background-image: url(https://www.gstatic.com/instantbuy/svg/refreshedgraphicaldesign/dark_gpay.svg);
    min-width: 160px;
    background-size: contain
}

.gpay-button.white.short,
.gpay-button.white.plain {
    background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg)
}

.gpay-button.black.active {
    background-color: #5f6368
}

.gpay-button.black.hover {
    background-color: #3c4043
}

.gpay-button.white.active {
    background-color: #fff
}

.gpay-button.white.focus {
    box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px
}

.gpay-button.white.hover {
    background-color: #f8f8f8
}

.gpay-button-fill,
.gpay-button-fill>.gpay-button.white,
.gpay-button-fill>.gpay-button.black {
    width: 100%;
    height: inherit
}

.gpay-button-fill-new-style,
.gpay-button-fill-new-style>.gpay-button.black {
    width: 100%;
    height: inherit;
    background-size: contain
}

.gpay-button-fill>.gpay-button.white,
.gpay-button-fill>.gpay-button.black {
    padding: 12px 15% 10px
}

.gpay-button.donate,
.gpay-button.book,
.gpay-button.checkout,
.gpay-button.subscribe,
.gpay-button.pay,
.gpay-button.order {
    padding: 9px 24px
}

.gpay-button-fill>.gpay-button.donate,
.gpay-button-fill>.gpay-button.book,
.gpay-button-fill>.gpay-button.checkout,
.gpay-button-fill>.gpay-button.order,
.gpay-button-fill>.gpay-button.pay,
.gpay-button-fill>.gpay-button.subscribe {
    padding: 9px 15%
}

.gpay-button-fill-new-style>.gpay-button.donate,
.gpay-button-fill-new-style>.gpay-button.book,
.gpay-button-fill-new-style>.gpay-button.checkout,
.gpay-button-fill-new-style>.gpay-button.order,
.gpay-button-fill-new-style>.gpay-button.pay,
.gpay-button-fill-new-style>.gpay-button.subscribe {
    padding: 12px 15%;
    background-size: contain
}