@keyframes rotate {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

*,
::after,
::before {
    outline: 0 !important
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #2f3857;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    overflow-x: hidden
}

.container {
    max-width: 1280px;
    margin: 0 auto
}

hr {
    border-color: #dfdde9 !important
}

.form-control:focus,
input:focus {
    border-color: #7066e2 !important
}

.text-color-1 {
    color: #2f3857
}

.text-color-2 {
    color: #7066e2
}

.text-color-3 {
    color: rgba(47, 56, 87, .85)
}

.text-color-4 {
    color: rgba(47, 56, 87, .8)
}

.text-color-5 {
    color: #595d6a
}

.text-color-6 {
    color: #2f3857
}

.text-color-7 {
    color: #50566e
}

.text-color-8 {
    color: rgba(38, 38, 38)
}

.text-color-9 {
    color: rgba(38, 38, 38, .8)
}

.text-color-12 {
    color: rgba(244, 92, 110)
}

.text-color-13 {
    color: #121127;
}

.text-color-14 {
    color: rgba(18, 17, 39, 0.9);
}

.text-color-15 {
    color: rgba(18, 17, 39, 0.50);
}

.text-color-16 {
    color: rgba(18, 17, 39, 0.70);
}

.text-color-17 {
    color: #5F00D7;
}

.text-color-18 {
    color: #000000cc;
}

.text-color-19 {
    color: #000000;
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-medium {
    font-weight: 500 !important
}

.font-weight-semi {
    font-weight: 600 !important
}

.font-size-11 {
    font-size: 11px !important
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-15 {
    font-size: 15px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-17 {
    font-size: 17px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-19 {
    font-size: 19px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-21 {
    font-size: 21px !important
}

.font-size-22 {
    font-size: 22px !important
}

.font-size-23 {
    font-size: 23px !important
}

.line-height-1 {
    line-height: 1 !important
}

.justify-content-space {
    justify-content: space-between
}

.border-radius-5 {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important
}

.border-radius-6 {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
    border-radius: 6px !important
}

.border-radius-10 {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important
}

.border-radius-12 {
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
    border-radius: 12px !important
}

.my-50 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
}

.mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.error {
    color: red !important;
    font-size: 13px
}

.m-r-10 {
    margin-right: 10px !important
}

.m-b-0 {
    margin-bottom: 0;
}

.m-b-10 {
    margin-bottom: 10px;
}

.line-through {
    text-decoration: line-through
}

.main-header {
    -webkit-box-shadow: 0 11px 11.83px 1.17px rgba(105, 102, 135, .14);
    -moz-box-shadow: 0 11px 11.83px 1.17px rgba(105, 102, 135, .14);
    -ms-box-shadow: 0 11px 11.83px 1.17px rgba(105, 102, 135, .14);
    -o-box-shadow: 0 11px 11.83px 1.17px rgba(105, 102, 135, .14);
    box-shadow: 0 11px 11.83px 1.17px rgba(105, 102, 135, .14);
    height: 63px
}

.talk-mins-card {
    background: #f8f7f7
}

.talk-mins-card select {
    margin: 0;
    padding: 0;
    height: auto
}

.personal-details-block .form-area .form-control:active,
.personal-details-block .form-area .form-control:focus,
.personal-details-block .form-area .form-control:hover,
.talk-mins-card select:active,
.talk-mins-card select:focus,
.talk-mins-card select:hover {
    box-shadow: none !important
}

.talk-mins-card-amount {
    min-width: 125px;
    align-self: center !important;
    align-self: flex-start !important;
}

.personal-details-block .form-area .form-control {
    min-height: 50px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
    border-radius: 12px !important
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent !important;
    opacity: 1 !important
}

.personal-details-block .form-area .form-check-input {
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    background-color: #fff !important;
    color: #2f3857 !important
}

.payment-summary-card {
    -webkit-box-shadow: 0 13px 19.11px 1.89px rgba(96, 94, 116, .17);
    -moz-box-shadow: 0 13px 19.11px 1.89px rgba(96, 94, 116, .17);
    -ms-box-shadow: 0 13px 19.11px 1.89px rgba(96, 94, 116, .17);
    -o-box-shadow: 0 13px 19.11px 1.89px rgba(96, 94, 116, .17);
    box-shadow: 0 13px 19.11px 1.89px rgba(96, 94, 116, .17);
    border-color: #dfdde9
}

.total-bal {
    background: #f8f7f7
}

.payment-method-card {
    margin-top: 16px;
}

.payment-method-card .method-tile {
    margin-top: 15px;
}

.payment-method-card .method-tile label.custom-radio-button__container {
    margin-right: 15px;
    margin-bottom: 0;
}

.payment-method-card .method-tile label.custom-radio-button__container:last-child {
    margin-right: 0;
}

.payment-method-card .method-tile .custom-radio-button__container input[type="radio"] {
    display: none;
}

.payment-method-card .method-tile .custom-radio-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 43px;
    border: 1px solid rgba(18, 17, 39, 0.19);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

.payment-method-card .method-tile .custom-radio-button__container input[type="radio"]:checked + .custom-radio-button {
    border: 1px solid #2CD13C;
    background: rgba(235, 255, 237, 0.94);
}

.payment-method-card .method-tile .custom-radio-button__container input[type="radio"]:checked + .custom-radio-button:after {
    content: url('../images/pay-tick-icon.png');
    position: absolute;
    top: -6px;
    right: -5px;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}





.coupon-code input {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    padding: 12px 8px !important;
    height: 46px;
}

.buynow-sticky select:active,
.buynow-sticky select:focus,
.buynow-sticky select:hover,
.coupon-code .btn-link:active,
.coupon-code .btn-link:focus,
.coupon-code .btn-link:hover,
.coupon-code input:active,
.coupon-code input:focus,
.coupon-code input:hover {
    box-shadow: none !important
}

.coupon-code .btn-link {
    right: 7px;
    top: 7px;
    text-decoration: none;
    color: #ffffff;
    background: #FF9129;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    width: 110px;
    height: 31px;
    /* opacity: 1; */
    padding: 0;
    cursor: pointer;
}

.coupon-code .applyPromoCodeBtn {
    right: 7px;
}

.coupon-code .removePromoCodeBtn {
    right: 7px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    top: 9px !important;
    background: transparent;
    color: #000 !important;
    font-size: 14px !important;
}

.coupon-code .removeDiscountPercentageBtn {
    right: 7px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    top: 9px !important;
    background: transparent;
    color: #000 !important;
    font-size: 14px !important;
}

.coupon-code .percentage-btn {
    right: 10px;
    top: 7px;
    text-decoration: none;
    color: #ffffff;
    background: #FF9129;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    width: 110px;
    height: 31px;
    /* opacity: 1; */
    padding: 0;
    cursor: pointer;
}

.coupon-code .errorMsgCoupon {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px !important
}

.cta-btn {
    min-height: 56px;
    -webkit-box-shadow: 0 14px 13px 0 rgba(131, 124, 151, .44);
    -moz-box-shadow: 0 14px 13px 0 rgba(131, 124, 151, .44);
    -ms-box-shadow: 0 14px 13px 0 rgba(131, 124, 151, .44);
    -o-box-shadow: 0 14px 13px 0 rgba(131, 124, 151, .44);
    box-shadow: 0 14px 13px 0 rgba(131, 124, 151, .44);
    background: #3e3eeb;
    background: -webkit-linear-gradient(239deg, #3e3eeb 0, #a65afc 89%);
    background: -moz-linear-gradient(239deg, #3e3eeb 0, #a65afc 89%);
    background: -ms-linear-gradient(239deg, #3e3eeb 0%, #a65afc 89%);
    background: -o-linear-gradient(239deg, #3e3eeb 0, #a65afc 89%);
    background: linear-gradient(239deg, #3e3eeb 0, #a65afc 89%)
}

.cta-btn:active,
.cta-btn:focus,
.cta-btn:hover {
    border: 0 !important;
    -webkit-box-shadow: 0 14px 13px 0 rgba(131, 124, 151, .44) !important;
    -moz-box-shadow: 0 14px 13px 0 rgba(131, 124, 151, .44) !important;
    -ms-box-shadow: 0 14px 13px 0 rgba(131, 124, 151, .44) !important;
    -o-box-shadow: 0 14px 13px 0 rgba(131, 124, 151, .44) !important;
    box-shadow: 0 14px 13px 0 rgba(131, 124, 151, .44) !important
}

.cta-mobile-btn {
    display: none !important
}

.main-footer .footer-top {
    background: #f5f4fc
}

.vertical-line {
    background: #d1d2df;
    width: 2px;
    height: 45px
}

span.select2.select2-container {
    position: relative;
    top: 0;
    left: 0
}

.select2-selection__rendered {
    line-height: 50px !important;
    color: #2f3857 !important;
    font-size: 13px !important;
    font-weight: 600 !important
}

.select2-container .select2-selection--single {
    height: 50px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
    border-radius: 12px !important
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #FFF;
}

.select2-selection__arrow {
    height: 50px !important
}

.modal-dialog {
    max-width: 620px !important
}

.modal-content {
    -webkit-box-shadow: 0 13px 19.11px 1.89px rgba(96, 94, 116, .17) !important;
    -moz-box-shadow: 0 13px 19.11px 1.89px rgba(96, 94, 116, .17) !important;
    -ms-box-shadow: 0 13px 19.11px 1.89px rgba(96, 94, 116, .17) !important;
    -o-box-shadow: 0 13px 19.11px 1.89px rgba(96, 94, 116, .17) !important;
    box-shadow: 0 13px 19.11px 1.89px rgba(96, 94, 116, .17) !important;
    border: 0 !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
    border-radius: 12px !important
}

.payment-method-img-mob {
    display: none !important
}

.buynow-sticky {
    box-shadow: -9px 0 13px 0 rgba(133, 131, 150, .57);
    -webkit-box-shadow: -9px 0 13px 0 rgba(133, 131, 150, .57);
    -moz-box-shadow: -9px 0 13px 0 rgba(133, 131, 150, .57);
    -ms-box-shadow: -9px 0 13px 0 rgba(133, 131, 150, .57);
    -o-box-shadow: -9px 0 13px 0 rgba(133, 131, 150, .57);
    left: 0;
    bottom: 0;
    z-index: 999999;
    display: none
}

.buynow-sticky .cta-btn {
    min-height: 44px !important;
    min-width: 140px !important
}

.buynow-sticky select {
    padding: 0;
    max-width: 100px;
    height: auto
}

.coupon-code-mob,
.deliverable-list hr,
.deliverable-list-mob,
.talk-mins-card-mob {
    display: none
}

.largerCheckbox {
    width: 30px;
    height: 16px
}

.resend-otp-btn {
    color: #3e3eeb;
    border-color: #3e3eeb;
    font-size: 14px;
    font-weight: 600;
    min-width: 115px;
    min-height: 40px
}

.resend-otp-btn:active,
.resend-otp-btn:focus,
.resend-otp-btn:hover {
    color: #fff !important;
    background-color: #3e3eeb !important;
    border-color: transparent !important;
    box-shadow: none !important
}

.checkout-card .top-side {
    background: #f2f2ff;
    padding: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 20px
}

.edit-btn-box {
    margin-left: 20px
}

.edit-btn-box .edit-btn {
    padding: 4px 15px;
    border: 0 !important;
    background: 0 0 !important
}

.edit-btn-box .edit-btn img {
    margin-right: 8px
}

.checkout-card .icon {
    margin-right: 10px;
    width: 28px;
    height: 27px
}

.checkout-card .content {
    flex-grow: 1
}

.schdule-card .top-side,
.schedule-call {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.schdule-card .top-side {
    background: #f2f2ff;
    padding: 20px
}

.schedule-call h2 {
    margin-bottom: 20px;
    font-size: 14px
}

.schedule-call {
    background: #fff;
    padding: 15px;
    overflow: hidden
}

.schdule-card .col-3 {
    flex: 0 0 28%;
    max-width: 28%
}

.schdule-card .col-3:last-child {
    flex: 0 0 16%;
    max-width: 16%
}

.schedule-call .form-group {
    position: relative
}

.schedule-call .right-img {
    position: absolute;
    right: 10px;
    top: 34px;
    cursor: pointer !important
}

.schedule-call input {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #fff;
    height: 40px;
    padding: 10px
}

.tick-btn {
    background: #3f43c8;
    padding: 4px 25px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 40px;
    width: 100%;
    border: 0;
    cursor: pointer;
    justify-content: center;
    font-weight: 600
}

.tick-btn:active,
.tick-btn:focus,
.tick-btn:hover {
    color: #3f43c8;
    background-color: transparent;
    border: 1px solid #3f43c8
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    padding: 0 12px 0 0;
    max-width: 200px
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time input.flatpickr-hour,
.flatpickr-time input.flatpickr-minute {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #e5e7f0;
    background: #f5f7fa;
    font-weight: 400 !important
}

.flatpickr-time .flatpickr-am-pm {
    width: 50px !important;
    height: 29px !important;
    line-height: 29px !important
}

.flatpickr-time input.flatpickr-hour,
.flatpickr-time input.flatpickr-minute {
    width: 50px;
    height: 29px
}

.flatpickr-calendar.hasTime {
    width: 204px !important
}

.dayContainer,
.flatpickr-rContainer {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-rContainer {
    display: block;
    width: 100% !important
}

.dayContainer {
    outline: 0;
    text-align: left;
    min-width: 100% !important;
    max-width: 100% !important;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.dayContainer,
.flatpickr-days {
    width: 100% !important
}

.numInputWrapper:hover {
    background: #fff !important
}

.flatpickr-am-pm:hover {
    background: url(../../../layout-optim/new-doc-review-revamp/time-arrow.png)no-repeat center right !important;
    background-repeat: no-repeat !important;
    background-position: center right !important
}

.common-tile {
    border: 1px solid #e8e8e8;
    padding: 18px 28px;
    margin-bottom: 20px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    margin-top: 20px
}

.common-tile h3+p {
    max-width: 400px;
    line-height: 20px;
    margin-top: 5px
}

.common-tile .minute-tiles {
    background: #f2f2ff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin-right: 15px;
    padding: 5px
}

.mint-call-box,
.mint-call-box .d-flex.align-items-center.m-t-10 {
    margin-top: 10px
}

span.rupee {
    font-family: sans-serif
}

.right-card {
    position: sticky;
    position: -webkit-sticky;
    top: 10px
}

.loading-btn {
    height: 0;
    width: 0;
    padding: 10px;
    border: 3px solid #efefef;
    border-right-color: #3f43c8;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    animation: rotate 1s infinite linear;
    -webkit-animation: rotate 1s infinite linear
}

.view-offers-btn {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.view-offers-btn:hover {
    text-decoration: underline;
    color: #007bff
}

.view-offers-btn:focus {
    box-shadow: none
}

.couponsmodal .modal-dialog {
    max-width: 500px !important
}

.couponsmodal .modal-body.m-20 {
    margin: 20px
}

.couponsmodal .modal-title {
    font-weight: 500;
    color: rgba(38, 38, 38)
}

.usePromoBtn {
    text-align: center;
    padding: 4px 16px;
    border-radius: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 0
}

.usePromoBtn,
.usePromoBtn:hover {
    background: #444bd3;
    color: #fff
}

.usePromoBtn:active,
.usePromoBtn:focus {
    box-shadow: none
}

.usePromoBtn:active:focus {
    box-shadow: none !important
}

.exist-paper-div .form-group input[type=radio] {
    vertical-align: middle;
    margin-right: 3px;
}

.challan-summary {
    margin-top: 12px;
}

.challan-summary .challan-card {
    border: 0.5px solid #d6d6d6;
    background: #FFFFFF;
    padding: 10px 14px;
    margin-bottom: 7px;
}

.challan-summary .challan-card:last-child {
    margin-bottom: 18px;
}

.challan-summary .challan-card .quantity {
    background: rgba(18, 17, 39, 0.05);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    max-width: fit-content;
    padding: 1px 5px;
}

.challan-summary .challan-card .left-col span:nth-child(1) {
    margin-bottom: 8px;
}

.challan-summary .challan-card .left-col span:nth-child(2) {
    margin-bottom: 2px;
}

.challans-billing-address-sections-mobile .billing-address-section .billing-card {
    background: #faf6ff;
    margin-bottom: 20px;
    padding: 15px;
    margin-top: 16px;
}

.challans-billing-address-sections-mobile .billing-address-section .billing-card span {
    margin-bottom: 7px;
}

.challans-billing-address-sections-mobile .billing-edit-sections .challans-content-box {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border: 1px solid #000000;
    background: #FFFFFF;
    padding: 15px;
    box-shadow: 0 1px 3px 0 #00000026;
    -webkit-box-shadow: 0 1px 3px 0 #00000026;
    -moz-box-shadow: 0 1px 3px 0 #00000026;
    -ms-box-shadow: 0 1px 3px 0 #00000026;
    -o-box-shadow: 0 1px 3px 0 #00000026;
    margin-bottom: 17px;
}

.challans-billing-address-sections-mobile .billing-edit-sections .challans-content-box:last-child {
    margin-bottom: 0;
}

.challans-billing-address-sections-mobile .billing-edit-sections .challans-content-box .heading .d-flex {
    justify-content: space-between;
}

.challans-billing-address-sections-mobile .billing-edit-sections .challans-content-box .middle-wrap hr {
    border-top: 1px solid #00000026 !important;
}

.challans-billing-address-sections-mobile {
    font-family: "Poppins", sans-serif;
}

.challans-billing-address-sections-mobile .billing-edit-sections .base-price-box {
    padding: 0 15px;
}

.info-section {
    padding: 15px;
    background: #F3E9FF;
    margin-bottom: 20px;
}

.info-section .d-flex {
    gap: 10px;
}

.info-section img {
    align-self: flex-start;
}

.text-color-11 {
    color: #5F00D7;
}

.challans-billing-address-sections-mobile .billing-address-section .billing-card a {
    color: #5F00D7;
}

.challans-billing-address-sections-mobile .billing-address-section .billing-card .save-email {
    color: #5F00D7;
    border: 0;
    background: transparent;
    padding: 0;
}

.challans-billing-address-sections-mobile .billing-address-section .billing-card a:hover {
    color: #5F00D7;
    display: inline-block;
    padding: 2px 4px;
    text-decoration: none;
}

.challans-billing-address-sections-mobile .billing-address-section .billing-card input {
    border: 0;
    background: transparent;
    padding: 0;
    width: 220px;
}

.card.payment-summary-card.desktop {
    display: block;
}

.challans-billing-address-sections-mobile {
    display: none;
}

.secure-with-payments.mobile {
    display: none !important;
}

.settlement-tile {
    background: #FFFFFF;
    padding: 9px 12px;
    max-width: 252px;
    margin-top: 8px;
}

.settlement-tile.success {
    background: linear-gradient(90deg, #FFFFFF 0%, #B4FFB1 100%);
}

.settlement-tile .d-flex {
    gap: 13px;
}

.settlement-tile.faild {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFA6A6 100%);
}

/* .choose-payment-method {
    margin-top: 30px;
}

.choose-payment-method .common-tiles {
    padding: 34px 0;
    border-bottom: 1px solid #bababa;
}

.choose-payment-method .common-tiles input[type=radio]:checked::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #5d5fef;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    animation: appear .8s;
    -webkit-animation: appear .8s;
    -moz-animation: appear .8s;
    -ms-animation: appear .8s;
    -o-animation: appear .8s;
}

.choose-payment-method .common-tiles input input[type=radio] {
    top: 1px;
    margin-right: 15px;
}

.choose-payment-method .common-tiles input[type=radio] {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(34, 33, 36, .7);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 9px;
    background-color: transparent;
    position: relative;
    top: 1px;
} */

.talk-mins-card-label > .d-flex {
    gap: 10px;
}

.all-case-api-sec {
    min-width: 140px;
}

.all-case-api-sec select {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
    border-radius: 8px !important;
    padding: 6px;
    appearance: none;
    background-color: #FFFFFF !important;
}

.customselect {
    background: url(../images/offer-down-arrow.png) no-repeat 99% 9px !important;
    background-size: 20px !important;
}

#errorplan {
    margin-top: 5px;
}

.talk-mins-card-label > .d-flex span.d-block.text-color-3.font-size-14 {
    align-self: flex-start;
    position: relative;
    top: 8px;
}


@media only screen and (max-width:1024px) {
    .mob-mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media only screen and (max-width:991px) {
    main.main-content {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .main-footer {
        padding-bottom: 80px
    }

    .talk-mins-card-amount {
        align-self: flex-start !important
    }

    /* .personal-details-block .form-area {
        margin-bottom: 20px !important
    } */

    .personal-details-block .form-area {
        margin-bottom: 0 !important
    }

    .cta-mobile-btn {
        display: block !important
    }

    .cta-desktop-btn {
        display: none !important
    }

    .secure-with-payments {
        margin-bottom: 45px
    }

    .coupon-code,
    .deliverable-list,
    .talk-mins-card {
        display: none
    }

    .buynow-sticky {
        display: block
    }

    .personal-details-block {
        border-top: 7px solid #e6e4ea;
        margin-bottom: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px
    }

    hr {
        border-top: 2px solid #e9e9e9 !important
    }

    .payment-summary-card {
        padding: 0 !important;
        margin-left: -15px;
        margin-right: -15px;
        border: 0;
        border-radius: 0 !important;
        box-shadow: none
    }

    .payment-summary-card .total-bal {
        background: 0 0;
        padding: 0 !important
    }

    .deliverable-list-padding,
    .payment-summary-card-padding {
        padding-left: 15px;
        padding-right: 15px
    }

    .coupon-code-mob,
    .deliverable-list-mob,
    .talk-mins-card-mob {
        display: block !important
    }

    .talk-mins-card-mob .talk-mins-card {
        display: block;
        margin-left: -15px;
        border-radius: 0 !important;
        margin-right: -15px !important;
        margin-bottom: 20px
    }

    .coupon-code-mob .coupon-code {
        display: block;
        margin-bottom: 30px
    }

    .coupon-code-mob .coupon-code input {
        border: 1px dashed #737e95;
        padding: 0 15px !important;
        -webkit-border-radius: 6px !important;
        -moz-border-radius: 6px !important;
        -ms-border-radius: 6px !important;
        -o-border-radius: 6px !important;
        border-radius: 6px !important;
        min-height: 47px;
        font-size: 13px !important;
        font-weight: 600
    }

    .coupon-code-mob .coupon-code .btn-link {
        top: 7px;
        /* color: #30b78c */
        color: #ffffff;
    }

    .deliverable-list-mob {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px
    }

    .deliverable-list-mob .deliverable-list,
    .deliverable-list-mob .deliverable-list hr {
        display: block
    }

    .buynow-sticky-title {
        font-size: 18px !important
    }

    .payment-method-card {
        padding-left: 15px;
        padding-right: 15px;
    }

    .challan-summary {
        padding: 0 15px;
    }

    .card.payment-summary-card.desktop {
        display: none;
    }

    .challans-billing-address-sections-mobile {
        display: block;
    }

    .payment-summary .col-12.col-lg-5.col-xl-5 {
        order: 1;
    }

    .payment-summary .col-12.col-lg-7.col-xl-7 {
        order: 2;
    }

    .secure-with-payments.desktop {
        display: none !important;
    }

    .challans-billing-address-sections-mobile .billing-section-div {
        display: none !important;
    }

    .challans-billing-address-sections-mobile .challans-wrap .head-section {
        margin-bottom: 5px;
    }

    .secure-with-payments.mobile {
        display: block !important;
    }

    

    .challans-content-box .middle-wrap {
        margin-top: 15px;
    }

    .buynow-sticky .cta-btn {
        background: #5F00D7;
        font-size: 18px;
        font-weight: 700;
        border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        -ms-border-radius: 10px !important;
        -o-border-radius: 10px !important;
        min-height: 54px !important;
        box-shadow: none;
    }

    .mob-code-wrap .col-5 {
        padding-right: 5px !important;
    }

    .mob-code-wrap .col-7 {
        padding-left: 5px !important;
    }
}

@media only screen and (max-width:767px) {
    .top-side>.d-flex {
        flex-direction: column;
        align-items: flex-start !important
    }

    .secure-tile {
        margin-top: 10px
    }

    .top-side.schedule {
        background: #fff;
        border: 1px solid #e8e8e8
    }

    .schedule-call {
        padding: 0
    }

    .schdule-card .col-3 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .schdule-card .col-3:last-child {
        flex: 0 0 100%;
        max-width: 100%
    }

    .schdule-card .col-3:last-child label {
        display: none !important
    }

    .coupon-code-mob .coupon-code.mb-4 {
        margin-top: 20px
    }

    .language-select {
        margin-top: 10px;
    }
}

@media only screen and (max-width:640px) {
    .total-bal .font-size-22 {
        font-size: 18px !important
    }

    [class*=col-] .mb-4 {
        margin-bottom: 12px !important
    }

    .main-footer .footer-top {
        padding: 0 !important
    }

    .main-footer .footer-top ul {
        flex-wrap: wrap;
        max-width: 450px;
        margin: 0 auto !important;
        padding-top: 20px !important
    }

    .main-footer .footer-top ul .vertical-line,
    .main-footer .footer-top ul li.mx-4 {
        display: none
    }

    .main-footer .footer-top ul li {
        margin: 0 20px 15px 0
    }

    .main-footer .footer-top ul li img {
        margin-right: 5px !important
    }

    .main-footer .footer-top ul li span.font-size-15 {
        font-size: 14px !important
    }
}

@media only screen and (max-width:575px) {
    .payment-method-img-desktop {
        display: none !important
    }

    .payment-method-img-mob {
        display: table !important
    }

    .doc-summary-card .common-tile {
        padding: 15px;
        margin-bottom: 0
    }

    .twopart-card .col-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .twopart-card .col-6:last-child {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:430px) {
    .talk-mins-card-label > .d-flex {
        gap: 15px;
        flex-direction: column;
    }
}


@media only screen and (max-width:359px) {
    .buynow-sticky-title {
        font-size: 17px !important
    }

    .payment-method-card {
        padding-left: 10px;
        padding-right: 5px;
    }

    .payment-method-card .method-tile label.custom-radio-button__container {
        margin-right: 5px;
    }
}

@media only screen and (max-width:340px) {
    .flatpickr-calendar.open {
        right: 20px !important
    }
}

@media only screen and (max-width:330px) {
    .flatpickr-calendar.open {
        right: 10px !important
    }
}

@media only screen and (max-width:320px) {
    .flatpickr-calendar.open {
        right: 5px !important
    }
}