@media (min-width:1400px) {
    .main_section .container{
        max-width: 1600px;
    }
    
}
@media (max-width:1399px) {
    .small-blogs .card h5 {
        font-size: 24px;
    }
    .blogs .large-blog .card h5 {
        font-size: 34px;
    }  
}
@media (max-width:1199px) {
    .banner .left h1 {
        font-size: 80px;
    }

    .section_title {
        font-size: 42px;
    }

    .small-blogs{
        margin-top: 20px;
    }
    .latest_blog_section .card .card-title {
        font-size: 18px;
    }
    .download_section h3 {
        font-size: 30px;
    }

    .details_banner h1 {
        font-size: 34px;
    }
    .details_banner p {
        font-size: 15px;
    }

    .details_banner {
        height: 400px;
    }
    .center-section p {
        margin-bottom: 14px;
    }
    .quote {
        font-size: 32px;
    }

    .center-section ul li {
        margin-bottom: 12px;
    }

    .center-section p, .center-section ul li {
        line-height: 27px;
    }
    .testimonials_section .testimonials h3 {
        font-size: 30px;
    }
    .testimonials_section .testimonials p {
        font-size: 18px;
    }
    .center-section {
        padding-right: 0px;
    }
}

@media (max-width:991px) {
    .search-container {
        margin: inherit;
    }

    .banner .left h1 {
        font-size: 50px;
        padding-top: 15px;
    }
    .footer-list {
        display: block;
    }
    .blogs, .faq_section {
        padding: 50px 0;
    }
    
    .details_banner h1 {
        font-size: 30px;
    }
    .details_banner p {
        font-size: 14px;
    }
    .details_banner {
        height: 350px;
    }
    .quote {
        font-size: 26px;
    }
    
    .center-section h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .testimonials_section .testimonials h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .testimonials_section .testimonials p {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .section_title {
        font-size: 36px;
    }
    .blogs .large-blog .card h5 {
        font-size: 28px;
    }
    .small-blogs .card h5 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .small-blogs .card .card-text {
        margin-bottom: 8px;
    }
    .download_section h3 {
        font-size: 24px;
    }
    .download_section p {
        font-size: 16px;
    }
    /* .left-section, .center-section, .right-section {
        min-width: 100%;
        margin-bottom: 20px;
    } */
    /* .main-section{
        flex-direction: column;
    } */

    /* .center-section {
        flex: none;
    } */

    .left-section {
        flex: 0 0 60px;
        min-width: 60px;
    }
    .center-section {
        min-width: 300px;
    }
    
}

@media (max-width:574px) {
    .banner .left h1 {
        font-size: 42px;
    }
    .small-blogs .card img{
        width: 100%;
        margin-bottom: 12px;
    }
    .blogs .large-blog .card h5 {
        font-size: 20px;
    }
    .blogs, .faq_section {
        padding: 40px 0;
    }
    .section_title {
        font-size: 32px;
    }
    .download_section h3 {
        font-size: 22px;
    }
    .faq_section .title {
        font-size: 26px;
    }
    footer {
        padding: 10px 0 0;
    }
    footer .footer-logo img {
        max-width: 200px;
    }

    footer .contact_btn a {
        height: 46px;
        width: 160px;
    }
    .footer-list ul {
        white-space: nowrap;
        flex-wrap: wrap;
    }

    .footer-list ul li{
        margin-bottom: 10px;
    }

    .details_banner h1 {
        font-size: 22px;
    }
    .details_banner {
        height: 300px;
    }
    .center-section, .left-section {
        min-width: 100%;
    }

    .main-section {
        padding: 0 5px;
    }

    .social-counts{
        display: flex;
        justify-content: space-evenly;
    }

    .media_counts{
        display: flex;
        justify-content: space-evenly; 
    }

    .main_section {
        padding: 40px 0;
    }

    .center-section p, .center-section ul li {
        line-height: 28px;
    }
    .center-section p {
        margin-bottom: 16px;
    }

    .quote {
        font-size: 26px;
        margin-bottom: 20px;
        padding-left: 18px;
    }

    .quote::before {
        left: -6px;
    }

    .center-section h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width:399px) {
    footer .footer-logo img {
        max-width: 150px;
    }

    footer .contact_btn a {
        height: 45px;
        width: 150px;
        font-size: 16px;
    }
    .details_banner h1 {
        font-size: 20px;
    }

    .center_blogs {
        padding: 20px 0;
    }

    .center-section h3 {
        font-size: 22px;
    }

    .quote {
        font-size: 22px;
    }
    
}