/*================================ 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)
{
    header .inner {
        padding: 150px 0px 0px 0px;
    }
    header .inner .more-butn {
        position: relative;
        bottom: 0px;
    }
    .best-offers .inner .offers-carousel.owl-theme .owl-nav {
        position: relative;
        top: 0px;
        width: 100%; 
    }
    .goals .inner .text-content,
    .servicrs-sec .inner .text-content {
        padding-right: 0px;
    }
    section .inner {
        padding-left: 0px !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)
{

}
