/*================================ Satrt large screens =========================*/
@media (min-width:1201px ) and (max-width: 1440px)
{
   
}
@media (min-width:1025px) and (max-width:1200px)
{
    .about-sec .img-box::before {
        left: -170px;
    }
}
/*============================== Start medium screen of tablet =========================*/
@media (min-width: 993px) and (max-width: 1024px)
{
    .about-sec .img-box::before {
        left: -135px;
    }
    .header .swiper-button-next {
        right: 30%;
    }
}
@media (min-width: 768px) and (max-width: 992px)
{
    .header .swiper-button-next {
        right: 40%;
    }
    .statics-sec .statics_card .num::before {
        right: 25px;
    }
}
@media(max-width:992px)
{
    .blog-sec .text-box ,
    .about-sec .text-box ,
    .feedback-sec .sm-slide-swiper{
        margin-bottom: 50px;
    }
    .feedback-sec .sm-slide-swiper .swiper-slide {
        height: fit-content !important;

    }
    .header .swiper-button-next {
        right: 40%;
    }
    .about-sec .img-box{
        overflow: hidden;
        height: 350px;
    }
    .contact-sec .box .map-box iframe{
        height: 200px !important;
        border-radius: 15px 15px 0 0;
    }

    .navs-container .top-nav .social-links{
        text-align: center !important;
        padding: 5px 0;
    }
    
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:767px)
{
    .header .item .img-box {
        height: 300px;
    }
    .about-pg .img-box {
        height: fit-content;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    .about-pg .img-box {
        height: 250px;
    }
}
@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)
{

}
