@media only screen and (max-width: 1400px) {
    .fs50 {
        font-size: 40px;
    }

    .fs40 {
        font-size: 30px;
    }

    .fs20,
    .fs23 {
        font-size: 16px;
    }

    .fs30 {
        font-size: 25px;
    }

    .fs25 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .brandlogo {
        width: 180px;
    }

    .NavigationSec .nav-link {
        font-size: 12px;
    }

    .sliderSec ul li {
        padding: 10px 0px;
    }
}

@media only screen and (max-width: 992px) {

    .fs50,
    .fs40,
    .fs30,
    h2,
    h3,
    .fs35 {
        font-size: 20px;
    }

    .serviveesBox .Group {
        bottom: 2rem;
    }

    .rightCtai {
        padding: 10px 10px;
    }

    .rightCtai ul li {
        flex: none;
    }

    .orderitems {
        width: max-content;
    }


}

@media only screen and (max-width: 768px) {
    .courseBox {
        text-align: center;
    }

    .customInner {
        padding: 2rem 1rem;

    }

    .contentInner,
    .pricingListview p,
    .boxcourse {
        padding: 10px 10px;

    }

    .serviveesBox .Group {
        bottom: 1rem;
    }

    .pricingListview p a,
    .pricingListview p span {
        flex: auto;
        font-size: 12px;
    }
}

@media only screen and (max-width: 576px) {

    .footerSec .social li a i {
        font-size: 20px;
    }

    .serviveesBox .Group {
        bottom: 10rem;
    }
}

.orderDetails button {
    background: var(--Primary);
    padding: 7px 20px;
    border: none;
    box-shadow: 0px 0px 10px #3333;
    border-radius: 10px;
    color: var(--white);
    max-width: 100%;

}