/* Medium Layout: 1280px. */

@media only screen and (max-width: 1200px) { 
    
    a.navbar-brand img {
        /* height: 80px; */
        /* object-fit: cover; */
    }
    
}
@media only screen and (max-width: 1024px) { 
    

    
}
/* Tablet Layout: 768px. */
@media only screen and (max-width: 991px) { 
    .content {
        margin: 0;
    }
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 768px) { 
    .navbar .navbar-brand img {
        width: 50vw;
    }
    .coppyright-bg{
        margin-top: 20px;
    }
    .index-hero-area {
        position: relative;
        height: fit-content;
    }
    .content{
        text-align: center;
    }
    #navbarSupportedContent ul li{
        margin-left: 10px;
      }
      .content {
        margin: 0;
    }
    .ab_ft_img img{
        margin-top: 25px;
    }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (max-width: 400px) { 
    .navbar .navbar-brand img {
        /* height: 50px;
        object-fit: cover; */
    }
}
@media only screen and (max-width: 250px) { 
    .navbar .navbar-brand img {
        /* height: 40px;
        width: 100px;
        object-fit: cover; */
    }
}