/*================================ Satrt large screens =========================*/
@media (min-width: 1200px){

    .navs-container .container-fluid{
        padding: 0 150px !important;
    }
    .single-location-pg .container-fluid{
        padding: 0 130px !important;
    }
}
@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)
{
    .contact-pg .form-container {
        padding: 25px 15px;
    }
    header .navs-container .navbar .navbar-collapse {
        background: #202020;
        opacity: .95;
    }
    .navs-container .navbar .nav-item .quote-butn ,
    .navs-container .navbar .nav-item .search-icon img {
        display: block;
        margin: auto;
    }
    header .navs-container {
        padding-right: 0%;
    }
    .our-properties .image-content::after,
    .our-properties .image-content .main-img {
        width: 100%;
    }
    .our-properties .navs-wrapper .nav-link .num {
        left: 0px !important;
    }
    .our-properties .main-butn {
        position: relative;
        right: unset; 
        margin: 25px auto 0 auto;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .contact-pg .loc-card {
        margin-bottom: 25px ;
        height: fit-content !important;
    }
    .media-sec .swiper-container .swiper-slide {
        width: 100%;
    }
    .media-sec .swiper-container .swiper-button-next, 
    .media-sec .swiper-container .swiper-button-prev {
        top: 75%;
    }
    footer .copyright .links {
        text-align: center;
    }
    footer .copyright .links a {
        margin: 10px 0px;
        display: block;
    }
    footer .copyright p {
        text-align: center;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    .navs-container .navbar .navbar-brand {
        padding: 0.7rem;
    }
    section .text-heading h3 {
        font-size: 1.7rem !important;
    }
    .our-location .text-heading .nav .nav-link {
        font-size: 13px;
    }
    .our-location .text-heading .nav {
        margin: auto;
    }
    .contact-pg .contact-heading .phone-num .text .call {
        font-size: 13px;
    }
    .contact-pg .contact-heading .phone-num .text .num {
        width: 175px;
        font-size: 11px;
    }

}
@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)
{
    .our-location .text-heading .nav .nav-link {
        font-size: 9px;
    }
}
