/*================================ Satrt large screens =========================*/

@media (min-width: 1440px) {
    .services-sec .container-fluid,
    .projects-sec .container-fluid,
    .showerrooms-sec .container-fluid,
    .deg_360 .container-fluid {
        padding: 0px 150px;
    }
    .about-pg .text-content {
        padding-right: 100px;
    }
}

@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) {
    .navs-container .navbar .navbar-brand img {
        margin-right: 0px;
    }
    .closer-look .image-content .main-img {
        height: 300px;
    }
    .closer-look .text {
        margin-top: 25px;
        left: 0px;
    }
}


/*============================== Start small screen of mobile =========================*/

@media(max-width:768px) {
    .about-pg .image-content {
        margin-bottom: 50px;
    }
    .about-pg .image-content .main-img {
        height: 500px;
    }
    .about-pg .image-content .logo-img {
        width: 200px;
        right: 0px;
    }
    .about-pg .image-content .counter-wrapper {
        width: 300px;
        right: 0px;
    }
    footer .copyright p {
        text-align: center;
    }
    footer .copyright .scroll-top-btn {
        margin: 15px 0px;
    }
    footer .copyright .social-links {
        text-align: center;
        display: block;
    }
    footer .copyright .social-links a {
        float: unset;
    }
    header .swiper-container .social-links {
        display: none;
    }
    header .swiper-container .swiper-slide {
        height: auto;
    }
}

@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) {}