/* test */
@media (max-width: 480px) {
    .form-group {
        width: 100%;
    }
    #subs-popup-field{
        width: 90%;
    }
}
@media (max-width: 840px) {
    .form-group {
        width: 100%;
    }
    #subs-popup-field{
        width: 90%;
    }
    #popup-form-elements p{
        word-spacing: 1px;
        text-align: left;
     }
}

/* Min Width 1400px */
@media only screen and (min-width: 1400px) {
    .single-property .ppt-content {
        height: 20%;
    }

    .mps-prev {
        right: 15%;
    }

    .single-property:hover .ppt-content {
        height: 34%;
    }
    a.logo-text {
        display: none;
    }
    #subs-popup-field{
        width: 55%;
    }
}
/* Min Width 1200px */
@media only screen and (min-width: 1200px) {
    a.logo-text {
        display: none;
    }
    #subs-popup-field{
        width: 55%;
    }
}

/* Max Width 1200px */
@media only screen and (max-width: 1200px) {
    .mps-prev {
        right: 20%;
    }

    a.logo-text {
        display: none;
    }
    .menu-left li a {
        font-size: 13px;
    }
}

/* Max Width 991px */
@media only screen and (max-width: 991px) {
    .menu-left {
        display: none;
    }

    .subs-form input {
        width: 100%;
    }

    .subs-btn {
        width: 120px;
        margin-top: 16px;
        margin-left: 0 !important;
    }

    .about-img {
        width: 100%;
    }

    .about-us .about-content {
        position: relative;
        width: 100%;
        margin-top: 32px;
    }

    .sec-spacer-80 {
        padding: 50px 0;
    }

    #about {
        padding-top: 50px;
    }

    .swiper-pagination {
        bottom: 10%;
    }

    .banner-social-links {
        bottom: 32%;
    }

    .ds-contact {
        margin-bottom: 40px;
    }
    .rpa-section {
        margin-bottom: 21px;
        margin-top: 40px;
    }

    .ds-main-nav {
        width: 60%;
        padding: 53px;
    }
    .ds-footer {
        padding: 12px 0 !important;
        max-height: 500px;
    }
    .nav-menu li a {
        padding: 7px 20px;
    }
    .ds-main-nav .nav-menu {
        justify-content: start;
    }
    .about-content-home {
        margin: 0 0;
    }
    .about-content-home p {
        padding: 0 0 !important;
        margin: 26px 0 !important;
    }

    .box {
        padding-top: 5px;
        margin-top: 0%;
        margin-left: 0%;
        height: 250px;
        width: auto;
    }
    .container {
        width: 200%;
        padding-left: 0%;
        margin-left: 0%;
        display: grid;
        grid-template-columns: auto;   
    }
    .box .left-content {
        width: 25%; 
        display: flex; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    }
    .box .right-content {

        width: 20%;
        margin-top: 20px;
    }
    .box .left-content .image {
        width: 100%; 
        margin-bottom: 10px; 
        margin-top: 20px;
    }
    .box .left-content .text h2 {
        font-size: 20px;
    }
    .box .right-content {
        width: 50%;
        margin-top: 20px;
        margin-left: 5px;
    }
    .box .right-content .description {
        width: 80%;
        
    }
    
    .box .right-content .description p {
        font-size: 18px;
        margin: 0;
        text-align: left;
        
    }
}

/* Max Width 767px */

@media only screen and (max-width: 767px) {
    .single-property .ppt-content {
        height: 37%;
    }

    .sm-slider {
        width: 0;
    }

    .lg-slider {
        width: 100%;
    }

    .mps-prev {
        right: 55%;
    }

    .mps-next {
        right: 35%;
    }

    .project-calltoaction {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 16px;
    }

    .project-calltoaction .single-property:not(:last-of-type)::after {
        content: none;
    }
    .rpa-section {
        margin-bottom: 21px;
        margin-top: 40px;
    }
    .ds-main-nav {
        width: 60%;
        padding: 30px;
    }
    .nav-menu li a {
        padding: 7px 20px;
    }
    .about-content-home {
        margin: 0 0;
    }
    .about-content-home p {
        padding: 0 0 !important;
        margin: 26px 0 !important;
    }
    .about-content-home {
        margin: 0 0;
        text-align: justify;
    }
    #subs-popup-field{
        width: 50%;
    }
    .box {
        padding-top: 5px;
        margin-top: 0%;
        margin-left: 0%;
        height: 250px;
        width: auto;
    }
    .container {
        width: 180%;
        padding-left: 0%;
        margin-left: 0%;
        display: grid;
        grid-template-columns: auto;   
    }
    .box .left-content {
        width: 25%; 
        display: flex; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    }
    .box .right-content {

        width: 20%;
        margin-top: 20px;
    }
    .box .left-content .image {
        width: 100%; 
        margin-bottom: 10px; 
        margin-top: 20px;
    }
    .box .left-content .text h2 {
        font-size: 20px;
    }
    .box .right-content {
        width: 50%;
        margin-top: 20px;
        margin-left: 5px;
    }
    .box .right-content .description {
        width: 80%;
        
    }
    
    .box .right-content .description p {
        font-size: 18px;
        margin: 0;
        text-align: left;
        
    }
}
@media only screen and (max-width: 712px) {
    .ds-footer {
        padding: 12px 0 !important;
        max-height: 680px;
        
    }

}
@media only screen and (max-width: 600px) {
    .ds-footer {
        padding: 12px 0 !important;
        max-height: 680px;
        
    }

}


/* Max Width 575px */

@media only screen and (max-width: 575px) {
    .ds-header,
    .ds-header.sticky {
        padding: 5px 15px;
    }

    .ds-banner .swiper-slide {
        height: 400px;
    }

    .ds-banner .swiper-slide img {
        height: 400px;
    }
    .about-content-home {
        margin: 0 0;
    }
    .about-content-home p {
        margin: 0 !important;
        padding: 0px !important;
    }
    .rpa-section {
        margin-bottom: 21px;
        margin-top: 40px;
    }
    .rpa-section h1 {
        padding: 0 !important;
    }
    .copyright-area {
        padding: 50px 0;
    }
    #webchat {
        position: fixed;
        height: 422px;
        width: 100%;
        top: 175px;
        overflow-x: hidden;
        right: 16px;
        z-index: 99;
    }
    .heading {
        background-color: black;
        height: 50px;
        width: 88%;
        position: fixed;
        right: 16px;
        top: 177px;
        z-index: 999;
    }
    .heading i {
        text-align: right;
        width: 100%;
        /* margin-right: 13px; */
        /* margin-left: -17px; */
        font-size: 25px;
        /* margin-top: -36px; */
        /* margin-bottom: 7px; */
        top: 12px;
        position: absolute;
        left: -14px;
    }
    button#cancel {
        top: -18px;
    }

    .ds-main-nav {
        width: 59%;
        padding: 30px;
    }
    .nav-menu li a {
        padding: 7px 20px;
    }

    .about-content-home p {
        padding: 0 0 !important;
        margin: 26px 0 !important;
    }
    .about-content-home {
        margin: 0 0;
        text-align: justify;
    }
    #subs-popup-field{
        width: 60%;
    }
    .box {
        width: auto;
        height: 450px;
    }
    .ds-footer {
        padding: 12px 0 !important;
        max-height: 600px;
        
    }
    .footer-widget h5 {
        margin-bottom: 10px;
    }
}

/* Max Width 480px */

@media only screen and (max-width: 480px) {
    .nav-close {
        position: relative;
        z-index: 10;
    }

    .nav-menu-wpr {
        grid-template-columns: 1fr;
    }

    .nav-image img {
        filter: brightness(30%);
    }

    .nav-menu {
        position: absolute;
        width: 100%;
        top: -107px;
        left: 79px;
    }
    .about-content-home p {
        margin: 0 !important;
        padding: 0px !important;
    }

    .nav-menu li a {
        font-size: 1rem;
        padding: 16px 20px;
    }

    .ds-main-nav .nav-menu {
        height: 100%;
        justify-content: center;
        margin-top: 50px;
    }

    .nav-menu-wpr {
        height: 100%;
        padding: 0;
    }
    .about-content-home {
        margin: 0 0;
    }
    .about-content-home p {
        margin: 0 !important;
        padding: 5px !important;
    }
    .rpa-section {
        margin-bottom: 21px;
        margin-top: 40px;
    }
    .rpa-section h1 {
        padding: 0 !important;
    }

    .copyright-area {
        padding: 50px 0;
    }
    #webchat {
        position: fixed;
        height: 422px;
        width: 88%;
        top: 175px;
        overflow-x: hidden;
        right: 16px;
        z-index: 99;
    }
    .heading {
        background-color: black;
        height: 50px;
        width: 88%;
        position: fixed;
        right: 16px;
        top: 177px;
        z-index: 999;
    }

    .heading i {
        text-align: right;
        width: 100%;
        /* margin-right: 13px; */
        /* margin-left: -17px; */
        font-size: 25px;
        /* margin-top: -36px; */
        /* margin-bottom: 7px; */
        top: 12px;
        position: absolute;
        left: -14px;
    }
    button#cancel {
        top: -18px;
    }

    .ds-main-nav {
        width: 60%;
        padding: 30px;
    }
    .ds-footer {
        padding: 12px 0 !important;
        max-height: 600px;
        
    }
    .footer-widget h5 {
        margin-bottom: 10px;
    }
    .nav-menu li a {
        padding: 7px 20px;
    }

    .about-content-home {
        margin: 0 0px;
    }
    .about-content-home p {
        padding: 0 0 !important;
        margin: 26px 0 !important;
    }

    .about-content-home {
        margin: 0 0;
        text-align: justify;
    }
    #subs-popup-field{
        width: 60%;
    }
    .box {
        width: auto;
        height: 450px;
    }
}

/* Max Width 414px */

@media only screen and (max-width: 414px) {
    .multi-px-slider {
        height: 70vh;
    }

    .swiper-pagination {
        bottom: 10%;
        left: 0;
    }

    .banner-social-links a {
        position: relative;
        top: -10px;
    }

    h4 {
        font-size: 1.1rem;
    }

    .ds-footer .row div[class^="col-"] {
        width: 100%;
    }
    .footer-widget h5 {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .ds-feature-property .sub-heading {
        display: block;
    }

    .properties .row div[class^="col-"],
    .projects-content .row div[class^="col-"] {
        width: 100%;
    }

    .single-property .ppt-content {
        height: 22%;
    }

    .heading-lg {
        font-size: 2.8rem;
    }

    .ds-contact .contact-heading {
        margin-bottom: 30px;
    }

    .gallery-content div[class^="col-"] {
        width: 100%;
    }

    .swiper-pagination,
    .banner-social-links {
        display: none;
    }

    .project-calltoaction {
        grid-template-columns: 1fr;
    }
    .about-content-home {
        margin: 0 0;
    }
    .about-content-home p {
        margin: 0 !important;
        padding: 5px !important;
    }
    .rpa-section {
        margin-bottom: 21px;
        margin-top: 40px;
    }
    .rpa-section h1 {
        padding: 0 !important;
    }
    .copyright-area {
        padding: 85px 0;
    }
    #webchat {
        position: fixed;
        height: 422px;
        width: 88%;
        top: 175px;
        overflow-x: hidden;
        right: 16px;
        z-index: 99;
    }
    .heading {
        background-color: black;
        height: 50px;
        width: 88%;
        position: fixed;
        right: 16px;
        top: 177px;
        z-index: 999;
    }
    .heading i {
        text-align: right;
        width: 100%;
        /* margin-right: 13px; */
        /* margin-left: -17px; */
        font-size: 25px;
        /* margin-top: -36px; */
        /* margin-bottom: 7px; */
        top: 12px;
        position: absolute;
        left: -14px;
    }
    button#cancel {
        top: -18px;
    }
    .ds-main-nav {
        width: 60%;
        padding: 30px;
    }
    .nav-menu li a {
        padding: 7px 20px;
    }
    .ds-footer {
        padding: 12px 0 !important;
        max-height: 550px;
        
    }

    .ds-footer h5 {
        margin-bottom: 0 !important;
    }

    .about-content-home {
        margin: 0 0;
    }

    .about-content-home p {
        padding: 0 0 !important;
        margin: 26px 0 !important;
    }

    .about-content-home {
        margin: 0 0;
        text-align: justify;
    }

    .nav-menu {
        position: absolute;
        width: 100%;
        top: -107px;
        left: 79px;
    }
    #subs-popup-field{
        width: 70%;
    }
    .box {
        width: auto;
        height: 450px;
    }
}
@media only screen and (max-width: 360px) {
    .ds-footer {
        padding: 12px 0 !important;
        max-height: 600px;
        
    }
    .footer-widget h5 {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

}
@media only screen and (max-width: 400px) {
    .ds-footer {
        padding: 12px 0 !important;
        max-height: 600px;
        
    }
    .footer-widget h5 {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .wp-btn{
        width: 200px;
        
    }

}
/* Max Width 320px */


@media only screen and (max-width: 320px) {
    .mps-next {
        right: 30%;
    }

    .single-property .ppt-content {
        height: 32%;
    }

    /* .ds-header, .ds-header.sticky{
        padding: 4px 10px;
    } */

    .about-content-home {
        margin: 0 0;
    }
    .about-content-home p {
        margin: 0 !important;
        padding: 5px !important;
    }
    .rpa-section {
        margin-bottom: 21px;
        margin-top: 40px;
    }
    .rpa-section h1 {
        padding: 0 !important;
    }
    .copyright-area {
        padding: 50px 0;
    }
    #webchat {
        position: fixed;
        height: 422px;
        width: 88%;
        top: 175px;
        overflow-x: hidden;
        right: 16px;
        z-index: 99;
    }
    .heading {
        background-color: black;
        height: 50px;
        width: 88%;
        position: fixed;
        right: 16px;
        top: 177px;
        z-index: 999;
    }
    .heading i {
        text-align: right;
        width: 100%;
        /* margin-right: 13px; */
        /* margin-left: -17px; */
        font-size: 25px;
        /* margin-top: -36px; */
        /* margin-bottom: 7px; */
        top: 12px;
        position: absolute;
        left: -14px;
    }
    button#cancel {
        top: -18px;
    }
    .ds-main-nav {
        width: 65%;
        padding: 31px;
    }
    .ds-main-nav.show .nav-menu {
        opacity: 1;
        transform: translateY(0);
        margin-left: -33px;
    }
    .nav-menu li a {
        padding: 7px 20px;
    }
    .ds-footer {
        padding: 12px 0;
        max-height: 700px;
    }
    .ds-footer h5 {
        margin-bottom: 0 !important;
    }
    .ds-footer {
        padding: 12px 0 !important;
    }
    .about-content-home {
        margin: 0 0;
    }
    .about-content-home p {
        padding: 0 0 !important;
        margin: 26px 0 !important;
    }
    .about-content-home {
        margin: 0 0;
        text-align: justify;
    }
    .nav-menu {
        position: absolute;
        width: 100%;
        top: -107px;
        left: 79px;
    }

    #subs-popup-field{
        width: 75%;
    }
    .box {
        width: auto;
        height: 450px;
    }
}

@media only screen and (max-width: 280px) {
    .ds-footer {
        padding: 12px 0 !important;
        max-height: 680px;
        
    }

}
@media only screen and (max-width: 1024px) {
    .box {
        padding-top: 5px;
        margin-top: 0%;
        margin-left: 4%;
        height: auto;
        width: auto;
    }
    .container {
        width: 100%;
        padding-left: 0%;
        margin-left: 2%;
        display: grid;
        grid-template-columns: auto;   
    }
    .box .left-content {
        width: 45%; 
        display: flex; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    }
    .box .left-content .image {
        width: 100%; 
        margin-bottom: 10px; 
        margin-top: 20px;
    }
    .box .left-content .text h2 {
        font-size: 20px;
    }
    .box .right-content {
        width: 50%;
        margin-top: 20px;
        margin-left: 5px;
    }
    .box .right-content .description {
        width: 90%;
        
    }
    
    .box .right-content .description p {
        font-size: 25px;
        text-align: left;
        
    }
}

@media only screen and (max-width: 1368px) {
    .box {
        padding-top: 5px;
        margin-top: 0%;
        margin-left: 4%;
        height: auto;
        width: auto;
    }
    .container {
        width: 100%;
        padding-left: 4%;
        margin-left: 2%;
        display: grid;
        grid-template-columns: auto;   
    }
    .box .left-content {
        width: 45%; 
        display: flex; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    }
    .box .left-content .image {
        width: 100%; 
        margin-bottom: 10px; 
        margin-top: 20px;
    }
    .box .left-content .text h2 {
        font-size: 20px;
    }
    .box .right-content {
        width: 50%;
        margin-top: 20px;
        margin-left: 0%;
        padding-left: 0%;
    }
    .box .right-content .description {
        width: 100%;
        
    }
    
    .box .right-content .description p {
        font-size: 25px;
        text-align: left;
        
    }
}
@media only screen and (max-width: 667px) {
    .box {
        padding-top: 5px;
        margin-top: 0%;
        margin-left: 0%;
        height: auto;
        width: 100%;
    }
    .container {
        width: 100%;
        padding-left: 0%;
        margin-left: 2%;
        margin-right: 10%;
        display: grid;
        grid-template-columns: auto;   
    }
    .box .left-content {
        width: 35%; 
        display: flex; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    }
    .box .left-content .image {
        width: 100%; 
        margin-bottom: 10px; 
        margin-top: 20px;
    }
    .box .left-content .text h2 {
        font-size: 18px;
    }
    .box .right-content {
        width: 80%;
        margin-top: 20px;
        margin-left: 10%;
        padding-left: 4%;
    }
    .box .right-content .description {
        width: 100%;
        
    }
    
    .box .right-content .description p {
        font-size: 15px;
        text-align: left;
        word-spacing: 0px;
        
    }
    
    
}

