/*================================Satrt the large screens=========================*/
@media (min-width:1201px ) and (max-width: 1440px)
{
   
}
@media (min-width:1025px) and (max-width:1200px)
{

}
/*==============================Start the screen of tablet=========================*/
@media (min-width: 993px) and (max-width: 1024px)
{

}
@media (max-width: 992px){
    .all-navs .top-nav .search-container {
        float: unset; 
        margin: auto;
    }
    .all-navs nav .navbar-brand {
        position: unset; 
        top: 0px;
    }
    header .header-inner {
        background-size: cover;
        border-radius: 150px;
    }
    .sections .sections-carousel.owl-theme .owl-nav button.owl-prev {
        position: unset; 
        right: 0px; 
        float: right;
    }
    .sections .sections-carousel.owl-theme .owl-nav button.owl-next {
        position: unset; 
        left: 0px; 
        float: left;
    }
    footer .pattern {
        display: none;
    }
}
@media (min-width: 769px) and (max-width: 992px)
{

}
/*==============================Start the screen of mobbile=========================*/
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    .all-navs .top-nav .search-container .btn-outline-success {
        position: absolute;
        top: -6px;
        right: 1px;
    }
}
@media(min-width: 426px) and (max-width: 576px)
{

}
@media (min-width: 376px) and (max-width: 425px)
{

}
@media (min-width: 321px) and (max-width: 375px)
{
   
}
@media (max-width: 320px)
{

}
