@media only screen and (max-device-width : 2560px) {
    .comparision .col-lg-4:first-of-type{
        display: flex;
    }
    .funds .box {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1800px) {

}

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width : 1440px) {

}


@media only screen  and (max-width: 1399px) {
    
}

@media only screen  and (max-width: 1199px) {
    header nav ul li a {
        padding-right: 10px;
    }
    
    
/*optional*/

}

@media only screen  and (max-width: 1024px) {
    
    
}


@media only screen  and (max-width: 991px) {
    header .navbar .logo{
        max-width: 40%;
    }
    section.service-provided .service_card{
        margin-bottom: 60px;
    }
    section.video_youtube img{
        width: 18%;
    }
    .blogs .blog-card .blog-img img{
        width: 100%;
    }
    footer.footer .col-lg-3, footer.footer .col-lg-2, footer.footer .col-lg-4{
        text-align: center;
        margin-top: 30px;
    }
    footer.footer .contct-stl ul li a{
        justify-content: center;
    }
    footer.footer .footer-social{
        justify-content: center;
    }
    footer.footer .copywrite-links{
        margin-top: 10px;
        justify-content: space-between;
    }
    .subscribe .col-lg-4{
        text-align: left;
        margin-top: 20px;
    }
    
}
@media only screen  and (max-width: 767px) {
    .hero-title{
        font-size: 20px;
        margin-top: 20px;
    }
    h2.section-title{
        font-size: 25px;
    }
    h3 {
        font-size: 25px;
    }
    p{
        font-size: 14px;
    }
    .workflow .workflow-card{
        margin-bottom: 20px;
    }
    .conatct-info{
        margin-bottom: 20px;
    }
    section{
        padding: 40px 0;
    }
    section.blogs .blog-card{
        margin-bottom: 20px;
        display: flex;
       flex-direction: column;
    }
    section.blogs .blog-card .blog-content{
        order: 2;
    }
    .btn-1, .btn-2, .btn-white{
        font-size: 14px;
    }
    section.video_youtube{
        background-repeat-y: no-repeat;
        background-position: top;
    }
    .hero-content{
        /* padding-left: 15px; */
    }
    section.banner_bg .banner_section{
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .logo-mob {
        max-width: 40%;
    }
    img.timeline-image{
        left: 3%;
    }
    div.timeline-line{
        left: 10%;
    }
}
@media only screen  and (max-width: 575px) {
    
    
}


@media only screen  and (max-width: 425px) {
    
	
	
}

@media only screen  and (max-width: 375px) {
    
}

@media (min-width: 1440px) {
   
}



@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 525px) and (max-width: 767px) {}

@media (min-width: 375px) and (max-width: 524px) {}

@media (min-width: 320px) and (max-width: 374px) {}




