/*================================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)
{
    .banners .kids-banners .kids-img {
        width: 215px;
    }
}
@media (max-width: 992px)
{
    header .header-inner .header-carousel .item .image-content {
        display: none;
    }
    .banners img.main-img {
        height: 700px;
        margin-bottom: 20px;
    }
    .banners img.horizental-img {
        height: 320px;
    }
}
@media (min-width: 769px) and (max-width: 992px)
{

}
/*==============================Start the screen of mobbile=========================*/
@media(max-width: 767px)
{
    header .side-carousel {
        display: none !important;
    }
    .banners .kids-banners .second {
        display: none;
    }
    .register .image-content {
        display: none;
    }
    footer .content{
        margin: 20px 0px;
    }
    footer .following{
        text-align: center;
        margin: 10px 0px;
    }
    footer .copywrite{
        margin: 0;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    header .header-inner .header-carousel .item .header-text {
        padding: 0px 40px;
    }
}
@media(min-width: 426px) and (max-width: 576px)
{

}
@media (min-width: 376px) and (max-width: 425px)
{
    .search-container {
        top: 85px;
    }
}
@media (min-width: 321px) and (max-width: 375px)
{
    .search-container {
        top: 85px;
    }
}
@media (max-width: 321px)
{
    .search-container {
        top: 85px;
    }
    .nav-components .sidebar {
        display: none;
    }
    .nav-components .overlay{
        display: none !important;
        opacity: 0 !important;
    }
}
