@media screen and (max-width: 768px) and (min-width: 1200px) {}

@media screen and (max-width: 1000px) {
    /********* master section start here **********/
    .master-oeverlay {
        min-height: 100vh;
        height: auto;
        padding: 20px;
    }
    .master-heading {
        font-size: 34px;
    }
    .wearesection {
        padding: 7%;
    }
    .wearesectionBox {
        width: 100%;
        padding: 20px;
        margin: 0 10% 0 auto;
    }
    .master-footer-content {
        width: 86%;
    }
    .wearesectionBox-title {
        font-size: 34px;
        line-height: 34px;
    }
    /********* master section stop here **********/
    /********* product section start here **********/
    .product-section {
        padding: 20px 30px;
    }
    .absolute {
        position: relative;
        width: 100% !important;
        min-height: 200px;
        max-width: 100% !important;
        flex: auto;
        left: 0;
        margin-bottom: 10px;
        background-size: contain;
    }
    .product-box-left {
        padding: 10px;
    }
    .title {
        font-size: 35px;
        font-family: CormorantGaramond-SemiBold;
        margin-bottom: 15px;
    }
    .product-box-content-title {
        font-size: 24px;
        line-height: 30px;
    }
    .product-box-desc {
        padding-top: 10px;
        line-height: 30px;
        font-size: 16px;
    }
    /********* product section stop here **********/
    /********* infra section stop here **********/
    .infrastrcture-section {
        padding: 20px;
    }
    .infrastrcture-section img {
        margin-top: 20px;
    }
    .top-infra-img {
        margin-bottom: 0px;
    }
    /********* infra section stop here **********/
    /********* FOOTER section stop here **********/
    .footer-section {
        background-image: url(../images/footer-bg.png);
        padding: 20px;
        margin-top: 0;
        background-size: cover;
    }
    .footer-certification-section-title {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .footer-certification-section-desc {
        width: 100%;
    }
    .cer-img {
        margin-top: 15px;
        max-width: 100%;
    }
    .footer-address {
        margin-top: 40px;
    }
    .aboutus-page .footer-section {
        margin-top: -30px;
        padding: 40px 20px 0;
    }
    /********* FOOTER section stop here **********/
    /********* contactus section start here **********/
    .contactus-header {
        padding: 20px 0;
    }
    .contact-map-content {
        top: 20px;
    }
    .contact-map-section {
        padding: 20px 20px 70px;
    }
    .contact-social {
        padding-left: 10px;
        padding-bottom: 15px;
    }
    .contact-form-section {
        padding: 0 20px 20px;
    }
    /********* contactus section stop here **********/
    /********* About Us section stop here **********/
    .ourdesign-section-slider {
        position: static;
        top: 0;
        right: 0;
        /* width: 100%; */
        bottom: 0;
        width: 100%;
        margin-top: 20px;
    }
    .process-section-desc {
        padding: 20px;
        line-height: 30px;
    }
    .about-box-section {
        padding: 20px;
    }
    .about-box-section-title {
        font-size: 34px;
        line-height: 44px;
    }
    section.process-section-wrapper {
        padding: 20px 0;
        max-width: 100%;
        margin: 0 auto;
    }
    .process-section-title,
    .design-box-title {
        font-size: 34px;
        line-height: 34px;
    }
    .ourdesign-section,
    .design-box {
        padding: 20px 20px 60px;
    }
    .quality-assurance-section {
        padding: 20px;
    }
    .quality-assurance-content-box {
        padding: 20px;
        width: 100%;
    }
    .quality-assurance-footer {
        position: relative;
        padding-left: 0;
        margin-top: 0px;
    }
    .quality-assurance-img1,
    .quality-assurance-img2 {
        position: static;
        width: 100%;
        margin-top: 15px;
    }
    .greenconcept-section {
        padding: 0 20px;
    }
    /********* About Us section stop here **********/
    /********* infra page start here **********/
    .infra-inner-box {
        padding: 30px;
        max-width: 100%;
        width: 100%;
    }
    .infra-section {
        padding: 5%;
        min-height: auto;
    }
    /********* infra page stop here **********/
}

@media screen and (max-width: 768px) {
    /********* contactus section start here **********/
    .maintitle {
        font-size: 34px;
        padding: 0 0 20px;
        line-height: 34px;
    }
    .border-right {
        border: none !important;
        margin-bottom: 10px;
    }
    .contact-form-desc {
        padding-bottom: 20px;
    }
    /********* contactus section stop here **********/
    /********* product page start here **********/
    .product-master-section::after {
        width: 100%;
    }
    .header-product-bg {
        height: auto;
        padding: 20px;
    }
    .product-ul-list li {
        float: none;
        width: 100%;
    }
    .product-ul-list a {
        width: 100%;
        display: block;
        padding: 0 !important;
    }
    .product-gallery-header {
        padding: 30px;
    }
    /********* product page end here **********/
}

@media screen and (max-width: 410px) {
    .navbar-brand img {
        width: 200px;
    }
    .nav-item.dropdown.show .dropdown-menu {
        margin: 0;
        border-radius: 0;
        border: 1px solid #cc193d;
        display: block;
    }
    .dropdown-submenu .dropdown-menu a {
        padding-left: 40px;
    }
    .master-footer-content {
        display: none;
    }
    .heromastersection,
    .masterslider img {
        height: 300px;
    }
}