@media (max-width: 1120px) {
}

@media (max-width: 992px) {
    .User_option {
        display: none;
    }

    .sale_section .sale_container .box {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        margin: 1%;
    }

    .sale_section .sale_container .box {
        -ms-flex-preferred-size: 98%;
        flex-basis: 98%;
        margin: 1%;

    }
}

@media (max-width: 768px) {
    #pdf-viewer {
        height: 400px;
    }
}

@media (max-width: 992px) {
    .new_sale_section .new_sale_container .box {
        flex: 1 1 45%;
    }
}

@media (max-width: 768px) {
    .new_sale_section .heading_container h2 {
        font-size: 24px;
    }

    .new_sale_section .heading_container p {
        font-size: 14px;
    }

    .new_sale_section .new_sale_container .box {
        flex: 1 1 100%;
    }

    .new_sale_section .new_sale_container {
        padding: 10px;
    }

    .new_sale_section .new_sale_container .box .detail-box h6 {
        font-size: 18px;
    }

    .new_sale_section .new_sale_container .box .detail-box p {
        font-size: 13px;
    }

    .new_sale_section .btn-box a {
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media (max-width: 992px) {
    .features_section .features_container .box {
        flex: 1 1 45%;
    }
}

@media (max-width: 768px) {
    .features_section .heading_container h2 {
        font-size: 24px;
    }

    .features_section .heading_container p {
        font-size: 14px;
    }

    .features_section .features_container .box {
        flex: 1 1 100%;
    }

    .features_section .features_container .box .detail-box h6 {
        font-size: 18px;
    }

    .features_section .features_container .box .detail-box p {
        font-size: 13px;
    }

    .features_section .btn-box a {
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media (max-width: 992px) {
    .faq-section .heading_container h2 {
        font-size: 26px;
    }

    .faq-section .heading_container p {
        font-size: 15px;
    }

    .faq-container .accordion {
        padding: 0 20px;
    }

    .faq-item h4 {
        font-size: 16px;
    }

    .faq-item p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .faq-section .heading_container h2 {
        font-size: 24px;
    }

    .faq-section .heading_container p {
        font-size: 14px;
    }

    .faq-container .accordion {
        padding: 0 15px;
    }

    .faq-item h4 {
        font-size: 16px;
    }

    .faq-item p {
        font-size: 13px;
    }

    .expand-icon {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .faq-section .heading_container h2 {
        font-size: 22px;
    }

    .faq-section .heading_container p {
        font-size: 14px;
    }

    .faq-container .accordion {
        padding: 0 10px;
    }

    .faq-item h4 {
        font-size: 14px;
    }

    .faq-item p {
        font-size: 12px;
    }

    .expand-icon {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .new_about_section .video-box video {
        max-width: 100%;
        height: auto;
    }

    .new_about_section .detail-box {
        padding: 20px;
    }

    .new_about_section .detail-box .heading_container h2 {
        font-size: 24px;
    }

    .new_about_section .detail-box p {
        font-size: 14px;
    }

    .new_about_section .detail-box a {
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    .new_about_section .video-box video {
        max-width: 100%;
        height: auto;
    }

    .new_about_section .detail-box {
        padding: 25px;
    }

    .new_about_section .detail-box .heading_container h2 {
        font-size: 28px;
    }

    .new_about_section .detail-box p {
        font-size: 15px;
    }

    .new_about_section .detail-box a {
        padding: 12px 25px;
    }
}

@media (min-width: 1024px) {
    .new_about_section .video-box video {
        max-width: 100%;
        height: auto;
    }

    .new_about_section .detail-box {
        padding: 30px;
    }

    .new_about_section .detail-box .heading_container h2 {
        font-size: 32px;
    }

    .new_about_section .detail-box p {
        font-size: 16px;
    }

    .new_about_section .detail-box a {
        padding: 12px 30px;
    }
}

@media (max-width: 768px) {
    .book_section .row {
        flex-direction: column;
        text-align: center;
    }

    .book_section .col-md-6 {
        padding: 15px 0;
    }

    .book_section .square-box {
        display: none;
    }
}


@media (max-width: 768px) {
    .hero_area {
        background: none;
        background-color: #e9eefc;
        height: auto;
    }


    .custom_menu-btn button span {
        background-color: #0f2480;
    }

    .sub_page .custom_menu-btn button span {
        background-color: #ffffff;
    }


    .slider_section {
        text-align: center;
    }

    .slider_section .detail-box {
        margin-bottom: 45px;
    }

    .slider_section {
        padding: 35px 0 75px 0;
    }

    .about_section {
        padding-top: 0;
    }

    .sub_page .about_section {
        padding-top: 90px;
    }

    .about_section .detail-box {
        margin-top: 35px;
    }

    .deal_section .img-box {
        width: 100%;
        margin-top: 45px;
    }

    .info_section .row > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 15px 0;
    }

    .contact_section .row {
        flex-direction: column-reverse;
    }

    .contact_section .map_container {
        padding: 0;
        height: 450px;
    }

    .contact_section .form_container {
        padding: 45px 0;
    }

    .client_section .client_container {
        width: 95%;
    }

    .client_section .client_container .box {
        padding-bottom: 45px;
    }

    .client_section .client_container .carousel-control-prev,
    .client_section .client_container .carousel-control-next {
        top: calc(100% - 45px);
    }

    .client_section .client_container .carousel-control-prev {
        left: calc(50% - 50px);
    }

    .client_section .client_container .carousel-control-next {
        right: calc(50% - 50px);

    }

    .info_contact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .info_section .info_contact .img-box {
        margin-top: 5px;
    }

    .info_section .info_contact > div {
        align-items: flex-start;
    }

    .info_section .info_form h5 {
        text-align: center;
    }

    .info_section .info_form .social_box {
        justify-content: center;
    }

    .info_section .info_form .social_box a {
        margin: 0 15px;
    }

    .footer_section p {
        width: 85%;
    }
}

@media (max-width: 576px) {
    .slider_section .detail-box h1 {
        font-size: 3rem;
    }

    .client_section .client_container div#carouselExampleControls {
        padding: 0 5%;
    }

    .client_section .client_container .box {
        flex-direction: column;
        align-items: center;

    }

    .client_section .client_container .box .detail-box {
        margin-top: 25px;
    }

    .client_section .client_container div#carouselExampleControls::before {
        height: 165px;
        left: 30%;
        top: 43px;

    }

    .footer_section p {
        width: 100%;
    }
}

@media (max-width: 480px) {
}

@media (max-width: 420px) {
    .client_section .client_container div#carouselExampleControls::before {
        left: 20%;
    }
}

/* 4 cards on screens wider than 992px */
/* 2 cards from 768px to 991px */
/* 1 card below 768px */

@media (max-width: 992px) {
    .price_section .pricing-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .price_section .pricing-cards {
        grid-template-columns: 1fr;
    }

    .price_section .card {
        width: 100%;
    }
}


@media (max-width: 360px) {
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}