@media(min-width: 1600px) {
    .container {
        max-width: 1420px;
    }
}

.headRow {
    transition: 0.3s all ease;
}

.menu-dark-style {
    border-bottom: none;
    padding-bottom: 0;
}

/* banner css start */

.new-deal-section {
    padding: 66px 0 0;
    background-image: url("../images/newVpnDeal/vpn-deal-bnner-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
}

.deal-bnner-img {
    max-width: 622px;
    width: 100%;
}

.deal-bnner-content {
    margin-top: 90px;
}

.bnner-title {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    margin-bottom: 25px;
}

.bnner-title span {
    position: relative;
    color: white;
    z-index: 1;
}

.bnner-title span::before {
    content: " ";
    position: absolute;
    width: calc(100% + 11px);
    height: 68px;
    background-color: #2D57CB;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.lg-para {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin: 0;
}

.deal-banner-list {
    margin: 26px 0 35px;
    list-style: none;
    padding: 0;
}

.deal-banner-list-item {
    padding-left: 27px;
    margin-bottom: 16px;
    position: relative;
}

.deal-banner-list-item::before {
    content: " ";
    position: absolute;
    width: 21px;
    height: 21px;
    left: -2px;
    top: 1px;
    background: #2952C3;
    border-radius: 50%;
}

.deal-banner-list-item:last-child {
    margin-bottom: 0;
}

.md-para {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.primary-btn {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    min-width: 223px;
    background: linear-gradient(180deg, rgba(254, 168, 16, 0.92) 0%, #FFCC02 100%);
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    align-content: center;
    text-decoration: none;
    padding: 20px 20px;
}

/* banner css end */

/* logo slider section css start */

.comp_item {
    text-align: -webkit-center;
}

.slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* logo slider section css end */

/* deal pricing section css start */

.deal-pricing-section {
    padding: 94px 0 120px;
    background-image: url("../images/newVpnDeal/deal-pricing-bg.png");
    background-repeat: no-repeat;
    background-position: center 24px;
    position: relative
}

.deal-pricing-section::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 687px;
    background: radial-gradient(50% 50% at 50% 50%, #607CCB 0%, #2D57C9 100%);
    z-index: -1;
}

.deal-pricing-top {
    text-align: center;
    margin-bottom: 37px;
}

.section-sb-title {
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 68px;
    color: #FFFFFF;
}

.benifit-box {
    max-width: 303px;
    background-color: #F5F6FA;
    border-radius: 15px;
    padding: 23px 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 13px;
    margin: 0 auto;
}

.benifit-box.mb-18px {
    margin-bottom: 18px;
}

.benifit-box img {
    flex-shrink: 0;
}

.benifit-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.plan-box {
    max-width: 452px;
    min-height: 543px;
    background-color: #F5F6FA;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    padding: 71px 20px 0;
    margin-top: 42px;
    transition: 0.5s;
    border: 4px solid transparent;
    text-align: center;
    position: relative;
}

.plan-box.active, .plan-box:hover {
    background: #F5F6FA;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 4px solid #3360D9;
}

.plan-name {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #0E2E70;
}

.save {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    min-width: 188px;
    height: 47px;
    background: #D9D9D9;
    border-radius: 10px;
    display: inline-block;
    align-content: center;
    margin-top: 22px;
    transition: background 0.3s ease, color 0.3s ease;
}

.plan-box-body {
    margin-bottom: 46px;
}

.plan-price {
    font-style: normal;
    font-weight: 500;
    font-size: 110px;
    line-height: 165px;
    color: #000000;
}

.plan-price sub {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
     line-height: 75px; 
    color: #000000;
    bottom: 0;
}

.bill-duration {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin: -25px 0 0;
}

.plan-gift-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.plan-gift-content img {
    flex-shrink: 0;
}

.plan-gift-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.plan-gift-duration {
    font-style: normal;
    font-weight: 500;
    font-size: 12.0543px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    min-width: 100px;
    height: 30px;
    background: #D9D9D9;
    border-radius: 5.0226px;
    display: inline-block;
    align-content: center;
    transition: background 0.3s ease, color 0.3s ease;
    margin-top: 10px;
}

.plan-box.active .plan-name, .plan-box:hover .plan-name {
    font-weight: 500;
}

.plan-box.active .save, .plan-box:hover .save {
    background: linear-gradient(92.7deg, #3461DB 1.1%, #2B54C6 100%);
    color: white;
}

.plan-box.active .plan-gift-duration, .plan-box:hover .plan-gift-duration  {
    background: linear-gradient(92.7deg, #3461DB 1.1%, #2B54C6 100%);
    color: white;
}

.plan-btn {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    background: #F5F6FA;
    border-radius: 100px;
    border: none;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.35));
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
    padding: 17px 20px;
    min-width: 238px;
    transition: background 0.3s ease, color 0.3s ease;
}

.plan-box.active .plan-btn, .plan-box:hover .plan-btn {
    background: linear-gradient(260.25deg, #3562DD 1.61%, #2951C0 108.8%);
    color: white;
} 

.plan-box.ml-auto {
    margin-left: auto !important;
}

/* deal pricing section css end */

/* payment option form css start */


section.payment-main .container {
    border-radius: 36px;
}

.pay_step_crypto {
    padding-top: 0 !important;
}

.step_title tag {
    background: linear-gradient(260.25deg, #3562DD 1.61%, #2951C0 108.8%);
}

.payment_popup_close_button {
    position: fixed;
    top: 20px;
    right: 40px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    height: 30px;
    width: 30px;
    line-height: 29px;
    z-index: 999999;
    display: none;
}

.payment_popup_close_button:hover,
.payment_popup_close_button:focus {
    outline: none;
    cursor: pointer;
}

.fancybox-caption {
    display: none !important;
}

.fancybox-caption {
    padding: 25px 44px 25px;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus {
    border: none;
}

.cut-price {
    text-decoration: line-through !important;
}

/* Pay method css */
.cpm_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.col__6 {
    padding-left: 10px;
    padding-right: 10px;
}

.choose_payment_method h3 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.pay_icon_box {
    position: relative;
    border-radius: 6px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
    border: 2px solid transparent;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    width: 114px;
    min-height: 110px;
}

.cpm_row .cpm_list .active {
    border: 2px solid #324fa2;
}

.pay_icon_img {
    width: 100px;
    height: 55px;
    margin: 0 auto 8px;
    position: relative;
}

.pay_icon_img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pay_icon_box p {
    font-size: 15px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 10px 15px;
    font-weight: 500;
}

.detectIp_radio_buttons .custom-control-label::before {
    right: 0px;
    left: auto;
    top: 5px;
    border: #cdd4dc solid 2px;
    cursor: pointer;
}

.detectIp_radio_buttons .custom-control-label::after {
    right: 0px;
    left: auto;
    top: 5px;
    cursor: pointer;
}

.detectIp_radio_buttons img {
    height: 26px;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0;
    cursor: pointer;
}

.detectIp_radio_buttons label {
    vertical-align: middle;
    width: 100%;
    line-height: 27px;
    padding-left: 50px;
    cursor: pointer;
}

.detectIp_radio_buttons {
    position: relative;
    padding-left: 0px;
    margin-bottom: 15px;
    cursor: pointer;
}

.detectIp_radio_buttons:nth-last-child(1) {
    margin-bottom: 0px;
}

@media(max-width:767px) {
    .payment_popup_close_button {
        top: 50px;
        right: 11px;
    }

    .detectIp_radio_buttons label {
        font-size: 14px;
        padding-right: 18px;
        vertical-align: top;
    }

    .detectIp_radio_buttons img {
        height: 20px;
    }

    .detectIp_radio_buttons label {
        line-height: 20px;
        padding-left: 40px;
    }

    .card-link img {
        margin: 0;
    }

    .bitcoinsImgs img {
        width: 13% !important;
        margin: 0 4px;
        height: 80%;
    }
}

.payment-main {
    padding-bottom: 158px !important;
}

/* payment option form css end */

/* deal-three-steps-section css start */

.deal-three-steps-section {
    padding: 160px 0;
    background: #E6ECF1;
    background-image: url("../images/newVpnDeal/deal-steps-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.stepsBox h4:after {
    background: url("../images/newVpnDeal/steps-arrow.svg") no-repeat right;
    width: 277px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 170px;
}

.steps-list .row .col-12.col-md-6.col-lg-4:last-child .stepsBox h4::after {
    content : unset;
}

.deal-three-steps-section .section-sb-title {
    margin-bottom: 50px;
    line-height: 56px;
}

.stepsBox h4 {
    color: #fff;
    border-radius: 50%;
    max-width: none;
    margin: 0 auto;
    position: relative;
    width: 139px;
    height: 139px;
    background: #4A72DF;
    box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 68px;
    text-align: center;
    color: #FFFFFF;
}

.stepsBox p {
    padding: 0;
    margin-top: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

/* deal-three-steps-section css end */

/* countryServer section css start */
.countryServer {
    padding: 160px 0;
}

.countryServer-top {
    text-align: center;
    margin-bottom: 65px;
}

.countryServer-top .section-sb-title {
    margin-bottom: 19px;
    line-height: 56px;
}

.serverTable::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

.serverTable::-webkit-scrollbar-track {
    background: #F2F2F2;
    border-radius: 10px;
}

.serverTable::-webkit-scrollbar-thumb {
    background-color: #4A72DF;
    border-radius: 10px;
}

.serverTable {
    max-height: 660px;
}

/* countryServer section css end */

/* deal content section css start */

.deal-content-main {
    background: #F6F6F6;
    border-radius: 36px;
    padding: 40px 143px 40px 70px;
    margin-bottom: 100px;
}

.deal-content-left .section-sb-title {
    margin-bottom: 23px;
    line-height: 56px;
}

/* deal content section css end */

/* section Facts css start */

.row.boxFacts .col-12:last-child .fcts::after {
    content: unset;
}

section.bgFacts:before {
    top: 50%;
    transform: translateY(-50%);
}

/* section Facts css end */


/* section benefits VPN css start */

.advance-features-section {
    padding: 100px 0;
}
    
.advance-features-top {
    margin-bottom: 60px;
}

.centerImg .middleImge {
    top: 37%;
    left: -2%;
}

/* section benefits VPN css end */

/* faq section css start */

.faqSection {
    padding: 0 0 100px;
}

.faq-top {
    margin-bottom: 70px;
}

/* faq section css end */

/* footer css */

.Copyright {
    background-color: #4A72DF;
    border: none;
    padding: 22px 0;
}

.TextCopy h3, .TextCopy h3 a {
    font-size: 16px;
    color: white;
    margin: 0;
}

.TextCopy p {
    display: none;
}

@media(max-width: 1600px) {
    
    .deal-content-main {
        padding: 40px 100px 40px 50px;
        margin-bottom: 80px;
    }
    
    .serverTable {
        max-height: 500px;
    }
    
    .countryServer {
        padding: 120px 0;
    }
    
    .deal-three-steps-section {
        padding: 120px 0;
        background-size: 560px;
    }
    
    .payment-main {
        padding-bottom: 120px !important;
    }
    
    .stepsBox h4:after {
        width: 245px;
    }
}

@media(max-width: 1400px) {
    
    .accordion_Faq .accordion-text p {
        margin: 10px 0 30px;
    }
    
    .faq-top {
        margin-bottom: 40px;
    }
    
    .advance-features-section {
        padding: 100px 0 50px !important;
    }
    
    .centerImg:before {
        top: 86px;
    }
    
    .centerImg .middleImge img {
        max-width: 120px;
    }
    
    .boxFeaturesLeft h3 {
        font-size: 19px;
    }
    
    .boxFeaturesRight h3 {
        font-size: 19px;
        padding-left: 30px;
    }
    
    .fetrdBox img {
        max-width: 120px;
    }
    
    .boxFeaturesRight p {
        font-size: 14px;
        padding-left: 30px;
    }
    
    .boxFeaturesLeft p {
        padding-right: 60px;
        font-size: 14px;
    }
    
    section.bgFacts:before {
        height: 50%;
    }
    
    .boxFacts {
        padding: 30px 0;
    }
    
    .deal-content-main {
        padding: 30px 60px 30px 40px;
        margin-bottom: 70px;
    }
    
    .countryServer {
        padding: 100px 0;
    }
    
    .section-sb-title {
        font-size: 40px;
    }
    
    .deal-three-steps-section {
        padding: 100px 0;
        background-size: 490px;
    }
    
    .stepsBox h4:after {
        width: 200px;
        left: 155px;
    }
    
    .stepsBox h4 {
        width: 120px;
        height: 120px;
        font-size: 35px;
        line-height: normal;
    }
    
    .payment-main {
        padding-bottom: 100px !important;
    }   
    
    .stepsBox p {
        margin-top: 40px;
        font-size: 20px;
        line-height: 1.5;
    }
    
    .payment .card-body {
        padding: 0 2rem 2rem;
    }
    
    .pay_icon_box p {
        font-size: 12px;
        padding: 10px 5px 10px;
    }
    
    .pay_icon_box {
        width: 100%;
        min-height: 110px;
    }
    
    .pay_icon_img {
        width: 100%;
    }
    
    .crypto-img {
        max-width: 80px;
        width: 100%;
        height: 40px;
        object-fit: contain;
    }
    
    .accordion-btn {
        top: 1px !important;
        padding: 2px 6px !important;
    }
    
    .credit-card-img {
        max-width: 350px;
    }
    
    .opt-box {
        padding: 2rem 1rem 2rem 2rem;
    }
    
    .slick-slide img {
        max-width: 140px;
    }
    
    section.payment-main .container {
        margin-top: 2rem;
    }
    
    .benifit-text {
        font-size: 17px;
    }
    
    .benifit-box img {
        max-width: 30px;
    }
    
    .benifit-box {
        padding: 20px 15px;
        gap: 10px;
    }
    
    .primary-btn {
        font-size: 19px;
        line-height: normal;
        min-width: 210px;
        padding: 18px 18px;
    }
    
    .deal-banner-list-item::before {
        width: 18px;
        height: 18px;
    }
    
    .bnner-title {
        font-size: 44px;
        line-height: 1.4;
    }
    
    .logo_imgs img {
        max-width: 190px;
        padding: 0 0px;
        position: relative;
        top: 5px;
    }
    
    .new-deal-section {
        padding: 60px 0 0;
        background-size: 900px;
    }
}

@media(max-width: 1199px) {
    
    .boxFeaturesLeft, .boxFeaturesRight {
        min-height: 230px;
    }
    
    .deal-content-main {
        padding: 30px 40px 30px 40px;
    }
    
    .stepsBox h4:after {
        width: 180px;
        left: 120px;
    }
    
    .stepsBox h4 {
        width: 100px;
        height: 100px;
    }
    
    .stepsBox p {
        margin-top: 30px;
        font-size: 16px;
    }
    
    br {
        display: none;
    }
    
    .section-sb-title {
        font-size: 36px;
        line-height: 1.4 !important;
    }
    
    .deal-three-steps-section {
        padding: 60px 0;
        background-size: 440px;
    }
    
    .payment .btn-warning, .btn-warning:hover, .btn-warning:focus {
        width: fit-content !important;
    }
    
    .bill-duration {
        font-size: 22px;
    }
    
    .plan-price sub {
        font-size: 45px;
    }
    
    .plan-price {
        font-size: 100px;
    }
    
    .save {
        font-size: 20px;
        min-width: 170px;
        height: 45px;
    }
    
    .all-plans ul li {
        margin-bottom: 1rem;
        padding-left: 0.2rem;
    }
    
    .md-para br {
        display: none;
    }
    
    .deal-pricing-section {
        padding: 60px 0 100px;
    }
    
    section.logoSection {
        padding: 30px 0 !important;
    }
    
    .primary-btn {
        font-size: 18px;
        min-width: 190px;
        padding: 15px 15px;
    }
    
    .deal-banner-list {
        margin: 20px 0 25px;
    }
    
    .lg-para {
        font-size: 18px;
        line-height: 1.4;
    }
    
    .bnner-title span::before {
        height: 58px;
    }
    
    .deal-banner-list-item {
        padding-left: 20px;
        margin-bottom: 12px;
    }
    
    .deal-banner-list-item::before {
        width: 10px;
        height: 10px;
        top: 6px;
    }
    
    .new-deal-section {
        padding: 50px 0 0;
        background-size: 700px;
    }
    
    .bnner-title {
        font-size: 40px;
        line-height: 1.4;
        margin-bottom: 0;
    }
    
    .bnner-title br {
        display: none;
    }
    
    .deal-bnner-content {
        margin-top: 20px;
    }
}

@media(max-width: 991px) {
    
    section.benefitsVpn.advance-features-section {
        padding: 80px 0 50px !important;
    }
    .advance-features-top {
        margin-bottom: 40px;
    }
    
    .boxFeaturesLeft, .boxFeaturesRight {
        padding: 20px 20px 20px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .boxFeaturesLeft .fetrdBox, .boxFeaturesRight .fetrdBox {
        margin-bottom: 0px !important;
        order: -1;
    }
    
    .boxFacts {
        padding: 30px 0 0;
    }
    
    .fcts {
        margin-bottom: 40px;
    }
    
    .row.boxFacts .col-12:nth-child(2) .fcts::after {
        content: unset;
    }
    
    .deal-content-left .section-sb-title {
        margin-bottom: 15px;
    }
    
    .deal-content-left {
        text-align: center;
    }
    
    .section-sb-title {
        font-size: 32px;
        font-weight: 600;
    }
    
    .deal-content-right {
        text-align: center !important;
        margin-top: 50px;
    }
    
    .countryServer-top {
        margin-bottom: 45px;
    }
    
    .countryServer-top .section-sb-title {
        margin-bottom: 10px;
    }
    
    section.countryServer {
        padding: 60px 0 80px !important;
    }
    
    .stepsBox {
        margin-bottom: 30px;
    }
    
    .payment-main {
        padding-bottom: 70px !important;
    }
    
    .all-plans {
        border: 1px solid #ccd3dc;
        text-align: start;
    }
    
    .crypto-img {
        max-width: 65px;
        height: auto;
    }
    
    .card-link picture {
        margin: 0 !important;
    }
    
    .opt-box .card-link {
        display: flex;
        justify-content: start;
        align-items: start;
        padding-left: 30px !important;
        flex-wrap: wrap;
        gap: 10px 20px;
    }
    
    .opt-box {
        padding: 1rem 1.5rem;
        text-align: start;
    }
    
    .step_title {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    
    section.payment-main .container {
        margin-top: 2rem;
        padding: 20px 30px 20px 40px;
    }
    
    .step_title .infoCard {
        text-align: start;
    }
    
    .plan-btn {
        font-size: 22px;
        bottom: -33px;
        padding: 15px 20px;
        min-width: 220px;
    }
    
    .deal-pricing-section {
        padding: 60px 0 60px;
    }
    
    .plan-box {
        margin: 40px auto 30px;
    }
    
    .benifit-box {
        max-width: 100%;
    }
    
    .col-md-6 {
        width: 100% !important;
        max-width: 50% !important;
    }
    
    .deal-banner-list-item::before {
        content: unset;
    }
    
    .deal-bnner-content {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .mb-column-reverse {
        flex-direction: column-reverse;
    }
    
    .deal-pricing-section::before {
        height: 100%;
        background: radial-gradient(50% 50% at 50% 50%, #607CCB 0%, #2D57C9 100%);
    }
}

@media(max-width: 767px) {
    
    .section-sb-title {
        font-size: 28px;
    }
    
    .fcts::after {
        content: unset;
    }
    
    .deal-content-main {
        padding: 30px 20px 30px 20px;
        margin-bottom: 50px;
    }
    
    
    .deal-bnner-content {
        margin-top: 10px;
    }
    
    .bnner-title span {
        display: inline-block;
    }
}

@media(max-width: 575px) {
    
    .bodyTable td a img {
        display: unset;
        margin: 0;
        width: 35px;
        height: 35px;
    }
    
    .bodyTable tr td:first-child {
        text-align: start;
    }
    
    .bodyTable td a {
        font-size: 12px;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
        width: max-content;
    }
    
    .credit-card-img {
        max-width: 100%;
    }
    
    .all-plans ul li a {
        font-size: 14px !important;
    }
    
    .infoCard {
        margin-bottom: 0 !important;
    }   
    
    .infoCard h4 {
        font-size: 18px;
    }
    
    .plan-name {
        font-size: 20px;
    }
    
    .plan-gift-text {
        font-size: 16px;
    }
    
    .plan-box-body {
        margin-bottom: 30px;
    }
    
    .bill-duration {
        font-size: 20px;
    }
    
    .plan-price sub {
        font-size: 35px;
    }
    
    .save {
        font-size: 16px;
        min-width: 170px;
        height: 40px;
        margin-top: 15px;
    }
    
    .plan-price {
        font-size: 90px;
    }
    
    .plan-box {
        min-height: 460px;
        padding: 25px 20px 0;
        margin-top: 42px;
    }
    
    .plan-btn {
        font-size: 18px;
        bottom: -24px;
        padding: 8px 20px;
        min-width: 200px;
    }
    
    .bnner-title span::before {
        height: 100%;
    }
    
    .benifit-box {
        margin-bottom: 10px;
        padding: 15px 20px;
    }
    
    .benifit-text {
        font-size: 15px;
    }
    
    .benifit-box img {
        max-width: 20px;
    }
    
    .col-12.col-md-6.col-lg-4.col-xl-3 {
        max-width: 100% !important;
    }
    
    .slick-slide img {
        max-width: 110px;
    }
    
    section.logoSection {
        padding: 20px 0 !important;
    }
    
    .primary-btn {
        font-size: 14px;
        min-width: 100%;
        padding: 12px 15px;
    }
    
    .deal-banner-list-item {
        padding-left: 0;
        margin-bottom: 4px;
    }
    
    .lg-para {
        font-size: 16px;
    }
    
    .bnner-title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    
    .md-para {
        font-size: 14px;
    }
    
    .section-sb-title {
        font-size: 24px;
    }
    
    .logo_imgs img {
        max-width: 150px;
        top: 0px;
    }
    
    .deal-three-steps-section .section-sb-title {
        margin-bottom: 30px;
    }
    
    .fcts h2 {
        font-size: 30px;
        margin: 10px 0;
        font-weight: 600;
    }
    
    .accordion_Faq button .accordion-head {
        padding: 0 1.5em 0 0;
        float: left;
        font-size: 15px;
    }
    
    .accordion_Faq .accordion-text p {
        margin: 10px 0 10px;
        font-size: 14px;
        line-height: 1.5;
    }
    
    .accordion_Faq button[aria-expanded='true'] + .accordion-text {
        max-height: max-content;
    }
}

@media(max-width: 480px) {
    
    section.countryServer {
        padding: 40px 0 70px !important;
    }
    
    .deal-three-steps-section {
        padding: 60px 0 30px;
        background-size: contain;
    }
    
    .stepsBox p {
        margin-top: 20px;
        font-size: 14px;
    }
    
    .stepsBox h4 {
        width: 80px;
        height: 80px;
        font-size: 25px;
    }
    
    .col-12 {
        max-width: 100% !important;
    }
    
    .accordion-btn {
        padding: 0px 6px !important;
    }
    
    .opt-box {
        padding: 20px 10px;
        text-align: start;
    }
    
    .checkbox-1 label {
        line-height: 1.5;
        font-size: 12px;
    }
    
    section.payment-main .container {
        margin-top: 2rem !important;
        padding: 20px 20px 20px 20px;
    }
    
    .faq-top {
        margin-bottom: 10px;
    }
}


