@media screen and (max-width:1200px){
    .home-about-right{
        padding: 10px;
    }
    .home-about-section{
        padding-bottom: 0;
    }
}
@media screen and (max-width:991px){
    .footer-logo ul{
        flex-direction: column;
        align-items: flex-start;
        width: 50%;
    }
     .footer-logo ul li{
        justify-content: flex-start !important;
        padding: 0 !important;
        width: 100% !important;
     }
}
@media screen and (max-width:768px){
    .baner-caption-card h1{
        font-size: 40px;
        line-height: 50px;
    }
    .home-about-left{
        height: 400px;
    }
    .section-padding{
        padding: 35px 0;
    }
     .footer-logo ul{
      
        width: 80%;
    }
    .footer-logo img{
        width: 150px;
    }
   
}
@media screen and (max-width:567px){
  .baner-caption-card h1{
        font-size: 35px;
        line-height: 40px;
    }
    .nav-container{
        padding:10px !important;
    }
    .baner-main-img{
        height: 65vh;
    }
    .baner-caption-card{
        padding: 6px;
    }
    .baner-caption-card p{
        font-size: 16px;
    }
    .section-title h3{
        font-size: 26px;
    }
    .service-item-container h3{
        font-size: 17px;
        font-weight: 500;
    }
     .footer-logo ul{
      
        width: 100%;
    }
}