/*================================ Satrt large screens =========================*/
@media (min-width:1201px ) and (max-width: 1440px)
{
   
}
@media (min-width:1025px) and (max-width:1200px)
{

}
/*============================== Start medium screen of tablet =========================*/
@media (min-width: 993px) and (max-width: 1024px)
{

}
@media (min-width: 769px) and (max-width: 992px)
{

}
@media(max-width:992px)
{

}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .about-sec .inner .img_box {
        height: 350px;
    }
    .reals-sec2::before ,
    .contact-sec::before {
        width: 100% !important;
        height: 100% !important;
    }
    .newsletter-sec .inner {
        height: 650px;
        padding: 35px  15px!important;
    }
    .newsletter-sec .inner .img {
        bottom: -1px;
        height: auto;
        width: 55%;
    }
    .contact-sec .inner .text_box  {
        padding: 50px 4vw !important;
    }
    .footer .foot .links  ,
    .footer .foot .p {
        text-align: center !important;
        margin: 5px 0 !important;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    
}
@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)
{

}
