@media (max-width: 600px) {
    .h1-white{
        font-family: 'Metropolis-SemiBold';
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 170%;
        text-transform: capitalize;
        color: #FFFFFF;
    }
    .h2-white{
        font-family: 'Metropolis-SemiBold';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 170%;
        text-transform: capitalize;
        color: #FFFFFF;
    
    }
    
    .h3-white{
        font-family: 'Metropolis-SemiBold';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 170%;
        text-transform: capitalize;
        color: #FFFFFF;
    
    }
    .h1-gold{
        font-family: 'Metropolis-SemiBold';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 170%;
        text-transform: capitalize;
        color: #C2873D;
    }
    .h2-gold{
        font-family: 'Metropolis-SemiBold';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
       line-height: 170%;
        text-transform: capitalize;
        color: #C2873D;
    }
    .h3-gold{
        font-family: 'Metropolis-SemiBold';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 170%;
        text-transform: capitalize;
        color: #C2873D;
    
    }
    .h1-green{
        font-family: 'Metropolis-SemiBold';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        text-transform: capitalize;
        color: #20412E;
    }
    .h2-green{
        font-family: 'Metropolis-SemiBold';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        text-transform: capitalize;
        color: #20412E;
    }
    .h2-grenn{
        font-family: 'Metropolis-SemiBold';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        text-transform: capitalize;
        color: #20412E;
    
    }
    .p-white{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        text-align: center;
        color: #FFFFFF;
    }
    .p-black{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        text-align: center;
        color: #000000;
    
    }
    .p-sage{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 191%;
        color: #CDC8A5;
    }
    .p-green{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 191%;
        color: #20412E;
    
    }
    .p-green-op{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        text-align: center;
        color: #20412E;
        opacity: 0.6;
    
    }
    .pp_section {
        margin-bottom: 30px;
        padding: 0px 16px;
    }
}

@media (max-width: 600px) {
    #webmobile-menu{
        height: 320px;
        margin-top: 122px;
        background: #fff;
        width: 280px;
        float: right;
        text-align: right;
    }
    .mobile-slide-menu {
        display: none;
        position: fixed;
        width: 100%;
        top: 0;
        background: #ffffff;
        height: 15% !important;
        z-index: 5;
        opacity: 1;
    }
    .nav-link {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        text-align: right;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        color: #0E0E0E;
        padding: 20px 30px;
        margin-right: 27px;
    }
}

/* ----------------------------------------home-page----------------------------------------- */

@media (max-width: 600px) {
    .home-slider .item {
        background: url(../img/home-slider-mo.png) no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
        width: 100%;
        height:537px;
    }
    .home-slider-content{
        background: #0E0E0E;
        backdrop-filter: blur(5px);
        padding:25px 30px;
        height: 353px;
    }
    .our-services-slider .owl-dots {
        text-align: center;
        display: none;
    }


    .home-slider .owl-dots {
        text-align: center;
        bottom: -18px;
        position: absolute;
        z-index: 1;
        left: 47%;
        right: 47%;
        transform: rotate(89deg);
    }
    .home-slider .owl-dots .owl-dot.active {
        width: 12px;
        height: 12px;
        background: #75B47D !important;
        border-radius: 50%;
    }
    .a-seamless {
        padding-top: 0rem;
        padding-bottom: 1rem;
    }
    .a-seamless::after {
        content: '';
        background: url(../img/a-seamless-af.png) no-repeat;
        background-position: center center;
        background-size: cover;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
        height: 751px;
        width: 100%;
        transform: translate(0px, 78px);
        display: none;
    }
    .a-seamless-content{
        margin: 40px 1px;
    }
    .our-services {
        background: none;
        background-size: cover;
        background-position: center;
        width: 97%;
        display: block;
        margin: auto;
        max-width: 100%;
        padding: 1rem 0;
        margin-top: 34px;

    }
    .our-services .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background: #F4F4F4;
        background-clip: border-box;
        border: 0;
        border-radius: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .your-space-metter {
        position: relative;
        padding: 0 0 2rem 0;
        overflow: hidden;
    }
    .your-space-content {
        width: 460px;
        max-width: 100%;
        display: inline-block;
        margin-bottom: 30px;
        margin-top: 30px;
        padding: 0px 17px;
    }
    .our-work-speaks{
        padding-bottom: 30px;
    }
    .contact-home{
        padding: 0 0 1rem !important;
    }
    
    .home_ready .ready-to-book{
        background: #0E0E0E;
        backdrop-filter: blur(5px);
        padding: 36px 29px;
    }
    .contact-home .form-control-lg {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        color: #000000;
        background: #fff !important;
        box-sizing: border-box;
        margin-bottom: 20px;
        height: 50px;
        width: 100%;
        border: 0px;
        border-radius: 0;
    }
     .contact-home .form-control{
        font-family: 'Metropolis-SemiBold';
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        color: #000000;
        background-color: #fff !important;
        box-sizing: border-box;
        margin-bottom: 20px;
        height: 50px;
        width: 100%;
        border: 0px;
        border-radius: 0;
    }
    .input_field .form-select {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        color: #000000;
        background: #EFEFEF;
        box-sizing: border-box;
        margin-bottom: 20px;
        height: 50px;
        width: 100%;
        border: 0px;
        border-radius: 0;
    }
    .form-control{
        font-family: 'Metropolis-SemiBold';
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        color: #20412E;
        background-color: #fff;
        box-sizing: border-box;
        margin-bottom: 20px;
        border:0px;
        height: 40px;
        width:100%;
    }
    .select-md {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        background-image: url(../img/select-icon.svg) !important;
        background-repeat: no-repeat !important;
        background-position: 95% center !important;
    }
    .home-slider-content{
        background: #0E0E0E;
        backdrop-filter: blur(5px);
        padding: 29px 30px;
        width: 100%;
        height: 381px;
    }

    .contact-home{
        
    }
    .input_field textarea {
        background: #EFEFEF;
        font-family: 'Metropolis-SemiBold';
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        color: #000000;
        border: 0px;
        padding: 13px;
        height: 131px !important;
    }
    select .select-md{
        background-image: url(../img/select-icon.svg) !important;
        background-repeat: no-repeat !important;
        background-position: 95% center !important;
    }
}
@media (max-width: 600px) {
    .error-content {
        margin-top: 10rem;
        margin-bottom: 7rem;
    }
    .error-top{
        padding: 2rem 0;
    }


}
@media (min-width: 991px) {
    .error-content {
        margin: 3rem 2rem;
        padding-top: 30px;
        padding-left: 71px;
    }
}
@media (min-width: 1024px) {
    .error-content {
        margin: 3rem 2rem;
        padding-top: 30px;
        padding-left: 71px;

    }
}
@media (min-width: 1280px) {
    .error-content {
        margin: 7rem 9rem;
        padding-top: 30px;
        padding-left: 1px;
    }
    
}
@media (min-width: 1400px) {
    .error-content {
        margin: 7rem 9rem;
        padding-top: 30px;
        padding-left: 1px;
    }
    
}
@media (min-width: 1920px) {
    .error-content {
        margin: 10rem 0rem;
        padding-top: 30px;
        padding-left: 1px;
    }
    
}
@media (max-width: 600px) {
    .our-top-content {
        background: #0E0E0E;
        backdrop-filter: blur(5px);
        height: 200px;
        padding: 2rem 2rem;
    }
    .consultation-stage{
        padding: 0rem 0;
    }
    .our-process-top{
        padding: 4rem 0;
    }
    .consultation-stage .container {
        margin-bottom: 0px;
    }
    .our-top-content {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .conslutions-and-stage {
        padding: 2rem 2rem;
    }
    .concept-stage {
        padding: 2rem 2rem;
    }
    .foundetion-stage {
        padding: 2rem 2rem;
    }
    .finish-stage {
        padding: 2rem 2rem;
    }
    .any-question-content {
        padding: 2rem 1rem;
        height: 255px;
        text-align: center;
    }
    .any-question-content .btn{
        width:100%;
    }
    .any-question-content p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        text-align: center;
        color: #20412E;

    }
    .contact-from .form-group {
        margin-bottom: 0rem;
        padding: 0rem 1rem;
    }
    .boot-slot-say-mo .book-slot-content{
        background: #0E0E0E;
        backdrop-filter: blur(5px);
        padding: 52px 40px;
    }
    .boot-slot-say-mo .book-slot-content p{
        font-family:'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #CDC8A5;
    }
    .we-get-the .item{
        height: 146px;
    }
    .view-blow-bespoke{
        padding: 30px 30px;
        background: #0E0E0E;
        backdrop-filter: blur(5px);
        text-align: left !important;
    }
    .view-blow-bespoke .h1-white{
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 51px;
        text-transform: capitalize;
        color: #FFFFFF;

    }
    .view-blow-bespoke p{
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #CDC8A5;
        text-align: left;

    }
    .header-top{
        background: #FFFFFF;
    }
}
/* ----------------------------------------serviecs-page----------------------------------------- */
@media (max-width: 375px) {
    .view-blow-bespoke{
        background: #000;
        height: 179px;
        padding: 36px 34px;
    }
    .view-blow-bespoke p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #CDC8A5;
        text-align: left;
    }
    .ser-loft-conversion {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        text-align: justify;
        color: #000000;
        margin-top: 25px;
    }


}
/* ----------------------------------------protfolio-page----------------------------------------- */
@media (max-width: 600px) {
    .description-content {
        padding: 32px 17px;
    }
    .theas-madules-content {
        padding: 37px 18px;
    }
    .description-content p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #20412E;
    }
    .theas-madules-content p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #20412E;
    }
    .ready-book-stage{
        padding: 2rem 0;
    }
    .property-and-content {
        padding: 1rem 0rem;
    }
    .property-and-project{
        padding-bottom: 0px;
    }
    .book-process-top{
        padding: 3rem 0;
    }
    .how-it-work{
        padding: 3rem 0;
    }
    #calendari {
        margin: 3px 0;
        position: relative;
        overflow: hidden;
        height: 381px;
        width: 350px;
        display: block;
        margin: auto;
        margin-bottom: 30px;
    }
        
    table {
        border-collapse: collapse;
        table-layout: fixed;
        width: 320px;
        box-shadow: none;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 10px;
        transform: translateX(0);
        transition: all 0.3s ease;
    }
    .book-appoinment-input{
        padding: 2rem 18px;
    }
    td > span {
        padding: 10px;
        display: block;
        transition: border 0.3s ease;
        height: 45px;
        width: 45px;
        font-family: Inter;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 20px;
        align-items: center;
        text-align: center;
        font-feature-settings: 'tnum' on, 'lnum' on;
        color: #000000;
    }
    .prot-card-listing .form-select {
        display: block;
        width: 100%;
        padding: 20px 20px;
        -moz-padding-start: calc(0.75rem - 3px);
        background-color:#EFEFEF;;
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
        background-repeat: no-repeat;
        background-position: right 0.75rem center;
        background-size: 16px 12px;
        border: 0px;
        border-radius: 0;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        align-items: center;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        color: #20412E;
        margin-bottom:20px;
    
    }
    .prot-card-listing .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 0;
        border-radius: 0rem;
        width: 366px;
        margin-bottom: 15px;
    }
    .prot-card-listing{
        position: relative;
        padding: 2rem 0;
        overflow: hidden;
        z-index: 1;
    }
    .home_ready {
        padding: 0rem 0 !important;
    }
    .calender-box {
        width: 75%;
        display: block;
        margin: auto;
        padding: 15px 0px;
    }
    .lightpick__month {
        padding: 4px;
        width: 100%;
        background-color: #FFF;
    }
    .lightpick__days div {
        width: 46px;
        height: 46px;
        background: #FCFCFC;
        border: 0.2px solid #DFDFDF;
    }
    .lightpick {
        padding: 4px;
        width: 100%;
        background-color: #FFF;
        box-shadow: none !important;
        display: block;
        margin: auto;
        box-shadow: none;
    }
    .book-appoinment-input {
        width: 100%;
        display: block;
        margin: auto;
        padding-top: 27px;
        text-align: center;
    }
    .book-appoinment-input {
       padding: 20px 20px;
    }
   
    .book-appoinment-input .btn-submit{
        margin-bottom:10px;
    }
    .calender-box h2 {
        font-family: 'Metropolis-SemiBold';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 170%;
        letter-spacing: 0.3px;
        text-transform: capitalize;
        color: #20412E;
        margin-left: 13px;
        text-align: center;
    }
    .book-process-top {
        margin-top: 5rem;
    }
    .how-it-work-mo{
        padding:0px 0px !important;
    }
    .calender-box .form-select {
        margin-bottom: 12px;
        width: 90%;
        margin-left: 20px;
    }
    .our-portfolio-top-content{
        background: #0E0E0E;
        backdrop-filter: blur(5px);
        padding:30px 30px;
    }
    .how-it-work-mo .form-group {
        margin-bottom: 0rem;
    }
    .our-portfolio-top-content h2{
        font-family: 'Metropolis-SemiBold';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 51px;
        text-align:left;
        text-transform: capitalize;
        color: #FFFFFF;
    }
    .our-portfolio-top-content p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        text-align:left;
        text-transform: capitalize;
        color: #CDC8A5;
    }
}
/* ----------------------------------------about-us-page----------------------------------------- */
@media (max-width: 600px) {
    .about-us-last{
        padding: 2rem 0;
    }
    .contractor-content {
        text-align: center;
    }
    .contractor-content p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        text-align: center;
        color: #FFFFFF;
    }
    .about-us-sec-mo{
        padding: 3rem 1rem;
    }
    .we-get-the-mo{
        position: relative;
        padding: 1rem 0;
        overflow: hidden;
    }
    .we-get-the-mo .h2-gold {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        text-transform: capitalize;
        color: #C2873D;
        margin-top: 23px;
        margin-bottom: 18px;
    }
    .a-little-mo{
        position: relative;
        padding: 1rem 0;
        overflow: hidden;
    }
    .a-little-mo p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        text-align: justify;
        color: #20412E;
    }
    .we-get-the .h2-gold {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        text-transform: capitalize;
        color: #C2873D;
        margin-bottom: 16px;
        margin-top: 14px;
    }
    .ready-to-book p {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #CDC8A5;
        margin-top: 20px;
    }
    .a-seamless-content p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #20412E;
    }
    .your-space-content p {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #20412E;
    }
    .our-misssion-mo .h2-gold {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        text-transform: capitalize;
        color: #C2873D;
        margin-bottom: 30px;
        text-align: center;
    }
    .our-misssion-mo p {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        text-align: justify;
        color: #20412E;
    }
    .we-get-the-mo p {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        text-align: justify;
        color: #20412E;
    }
    .home_from{
        position: relative;
        padding: 0rem 0 !important;
    }

}

/* ----------------------------------------contact-page----------------------------------------- */

@media (max-width: 600px) {
    .our-contact-top{
        position: relative;
        padding: 2rem 0;
        overflow: hidden;
        z-index: 1;
    }
    .contact-content .h1-green {
        font-family: 'Metropolis-SemiBold';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 51px;
        text-transform: capitalize;
        color: #20412E;
    }
    .contact-content .p-green {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #20412E;
    }



    .contact-from {
        position: relative;
        padding: 0rem 0;
    }    
    .contact-our-details{
        padding: 0rem 0rem;
    }
    .our-details {
        padding: 1rem 1rem;
    }
    .contact-green-img {
        content: '';
        background: url(../img/contact-green-img.png);
        position: absolute;
        background-repeat: no-repeat;
        background-size: cover;
        width: 449px;
        height: 449px;
        bottom: 0;
        transform: translate(51.7%,-2.5%);
        z-index: -1;
        left: 0;
        display: none;
    }
    .contact-form-head {
        padding: 0px 2rem;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .input_field {
        padding: 0 1rem;
    }
    
    .contact-last h3 {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 191%;
        text-transform: capitalize;
        color: #FFFFFF;
    }
    .contact-last h2 {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 51px;
        text-transform: capitalize;
        color: #FFFFFF;
    }
    .contact-last {
        margin-bottom: 30px;
        margin-top:30px;
        padding: 29px 5px;
    }


    
    
}

@media (max-width: 600px) {
    footer {
        padding: 2rem 1.5rem;
        background: url(../img/footer-bg-img-mo.png) no-repeat;
        background-size:cover;
        position: relative;
        border: none;
    }
    
    .footer-navigation {
        padding-top: 14px;
    }
    .footer-copy {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        align-items: center;
        text-align: center;
        text-transform: capitalize;
        color: #CDC8A5;
        margin-top:20px;
    }
        
    .footer-head {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 170%;
        letter-spacing: 0.3px;
        text-transform: capitalize;
        color: #FFFFFF;
        margin-bottom: 30px;
    }
    .footer-ser:after{
        content:'';
        height: 1px;
        width: 157px;
        background:#fff;
        opacity: 0.2;
        position: absolute;
        top: 42px;
        left: 0px;
    
    }
    .footer-legals::after{
        content:'';
        height: 1px;
        width: 78px;
        background:#fff;
        opacity: 0.2;
        position: absolute;
        top: 42px;
        left: 0px;
    
    }
    .footer-a {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        color: #75B47D;
        text-decoration: none;
    }


    .dots{
       position: relative;
       z-index:1;
    }
    .dots:after {
        content: '';
        height: 6px;
        width: 6px;
        background: #CDC8A5;
        position: absolute;
        top: 4px;
        left: -17px;
        border-radius: 50%;
    }
    .new_extention{
        width:220px;
    }
    .con_plumbing .mar-pl {
        margin-left: -94px;
    }
}
@media (max-width: 375px) {
    .error-content .h1-white {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 51px;
        text-transform: capitalize;
        color: #FFFFFF;
    }
    .error-content {
        margin: 0rem 1rem;
    }
    .view-blow-bespoke .h1-white {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 51px;
        text-transform: capitalize;
        color: #FFFFFF;
    }
    .view-blow-bespoke {
        background: #000;
        height: 205px;
        padding: 36px 34px;
    }
    .any-question-content {
        padding: 2rem 1rem;
        height: 263px;
        text-align:center;
    }
    .any-question-content  .btn-submit {
        background: linear-gradient(113.81deg, #20412E 34.69%, #75B47C 176.22%);
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        align-items: center;
        text-align: center;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        color: #FFFFFF;
        border-radius: 0px;
        padding: 13px 0px;
        width: 100%;
    }
    .our-top-content .h1-white {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 51px;
        text-transform: capitalize;
        color: #FFFFFF;
    }
    .our-top-content .p-sage {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #CDC8A5;
    }
    .para-bold{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #20412E;

    }
    .consultation-stage p {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        text-align: left;
        color: #20412E;
    }
    .our-misssion-mo .h2-gold {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        text-transform: capitalize;
        color: #C2873D;
        margin-bottom: 30px;
        text-align: center;
    }
    .customers-say-mo p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #20412E;
 
    }

    .book-slot-content{
        background: #0E0E0E;
        backdrop-filter: blur(5px);
        padding: 20px 20px;
    }
    .book-slot-content p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #CDC8A5;
    }
    .book-slot-content h2{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 170%;
        letter-spacing: 0.3px;
        text-transform: capitalize;
        color: #FFFFFF;
    }
     .contractor-content p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #CDC8A5;
        padding: 6px 17px;
        text-align: center;
    }
    .contractor-content .bg-dark{
        background: #0E0E0E;
        backdrop-filter: blur(5px);
    }
    .we-get-the .item p{
        font-family: Metropolis;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 158%;
        letter-spacing: 0.5px;
        text-transform: capitalize;
       color: #20412E;

    }
    .we-get-the .item small{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        color: #75B47D;

    }
    .we-get-the .item{
        margin-bottom: 30px;
    }
    .home-slider-content .h1-white {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 51px;
        text-transform: capitalize;
        color: #FFFFFF;
    }
    .home-slider-content .p-sage {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #CDC8A5;
    }
    .our-services-content p {
        font-family: Metropolis;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        text-align: center;
        color: #20412E;
    }
    .our-work-spaks-content p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #20412E;
        margin-top: 26px;

    }
    .input_field .form-select {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        color: #000000;
        background: #EFEFEF;
        box-sizing: border-box;
        margin-bottom: 20px;
        height: 50px;
        width: 100%;
        border: 0px;
        border-radius: 0;
    }
    .a-seamless {
        padding-top: 0rem;
        padding-bottom: 1rem;
    }
    .our-services {
        background: none;
        background-size: cover;
        background-position: center;
        width: 100%;
        display: block;
        margin: auto;
        max-width: 100%;
        padding: 1rem 0;
        margin-top: 0px;
    }
    .our-work-spaks-content h2{
        margin-top:28px;
    }

    .our-misssion-mo {
        position: relative;
        padding: 2rem 0 0rem 0;
        overflow: hidden;
    }

    .con_plumbing .mar-pl{
        margin-left: -94px;
    }
    .con_plumbing .mar-ex{
     margin-left: -55px;
    }
    #webmobile-menu {
        height: 450px;
        margin-top: 122px;
        background: url(../img/header-img-mo.png) no-repeat;
        background-size:cover;
        background-position:center center;
        width: 100%;
        float: none;
        text-align: center;
    }
   
    .nav-link {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 170%;
        text-align: center;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        padding: 20px 30px;
        margin-right: 0px;
        color: #20412E;
    }
    .nav-item {
        position: relative;
    }

    .shales:after {
        content: '';
        background: #C2873D;
        width: 2px;
        height: 18px;
        position: absolute;
        top: 70px;
        left: 49%;
        transform: rotate(19deg);
    }

    .nav-item .btn-green {
        background: #75B47D;
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        color: #FFFFFF;
        border: 0px;
        border-radius: 0px;
        height: 40px;
        padding: 14px 20px;
        margin-top: 34px;
    }

    .mobile-slide-menu .mobile-slide-head .menuactive {
        position: relative;
        top: 1px;
        float: right;
    }

}
@media (max-width: 600px) {
    .con_plumbing .mar-pl {
        margin-left: -94px;
    }
}

@media (max-width: 768px){
    .contact-last h3 {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        text-transform: capitalize;
        color: #FFFFFF;
    }
    .we-get-the .item p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 158%;
        letter-spacing: 0.5px;
        text-transform: capitalize;
       color: #20412E;

    }
    .we-get-the .item small{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        color: #75B47D;

    }
    .our-work-spaks-content p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #20412E;
        margin-top: 26px;

    }
    .input_field .form-select {
        font-family: 'Metropolis-SemiBold';
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        color: #20412E;
        background: #EFEFEF;
        box-sizing: border-box;
        margin-bottom: 20px;
        height: 50px;
        width: 100%;
        border: 0px;
        border-radius: 0;
    }
    
     #webmobile-menu {
        height: 434px;
        margin-top: 79px;
        background: url(../img/header-img-mo.png) no-repeat;
        background-size:cover;
        background-position:center center;
        width: 100%;
        float: none;
        text-align: center;
    }
    .header-top {
        height: 80px; 
        background: #FFFFFF;
        box-shadow: 0px 24px 32px rgb(117 180 125 / 8%);
    }

   
    .nav-link {
        font-family: 'Metropolis-SemiBold';
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 170%;
        text-align: center;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        padding: 20px 30px;
        margin-right: 0px;
        color: #20412E;
    }
    .nav-item {
        position: relative;
    }

    .shales:after {
        content: '';
        background: #C2873D;
        width: 2px;
        height: 18px;
        position: absolute;
        top: 70px;
        left: 49%;
        transform: rotate(19deg);
    }

    .nav-item .btn-green {
        background: #75B47D;
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        color: #FFFFFF;
        border: 0px;
        border-radius: 0px;
        height: 40px;
        padding: 14px 20px;
        margin-top: 34px;
    }

    .mobile-slide-menu .mobile-slide-head .menuactive {
        position: relative;
        top: 1px;
        float: right;
    }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1280px){
    .prot-card-listing .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 0;
        border-radius: 0rem;
        width: 352px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}
@media (max-width: 600px){
    .about-us-sec{
        margin-top: 5rem;
    }
    .our-contact-top{
        margin-top: 5rem;
    }
    .book-process-top{
        margin-top: 5rem;
    }
    .our-process-top{
        margin-top: 5rem;
    }
    .services-sec{
       margin-top: 5rem; 
    }
    .home-top{
        margin-top: 5rem;
    }
    .our-portfolio-top {
        margin-top: 5rem;
    }
    .services-top-hero{
        margin-top: 5rem;
    }
    .our-portfolio-top-mo{
        margin-top: 5rem;
    }
    .blog-top {
        margin-top: 6rem;
    }
    .description-blog {
        margin-bottom: 30px;
    }

    .contractor-content-mo{
        text-align: left;
        padding: 30px 42px;
    }
    .contractor-content-mo p {
        font-family: Metropolis;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #CDC8A5;
        text-align: left;
    }
    .we-get-the {
        padding: 2rem 2rem;
        margin-top: 1px;
        background: #F4F4F4;
    }
   .ser-loft-conversion {
        padding: 19px;
    }
    .ser-loft-conversion p{
        font-family: Metropolis;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #20412E;
    }
    .ser-loft-conversion p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        text-align: justify;
        color: #20412E;
    }
    .home-slider-content .h1-white{
        font-size: 32px;
        line-height: 51px;
        color: #FFFFFF;
    }
    .ser-loft-conversion {
        text-align: left;
    }
    .ser-loft-conversion p{
         text-align: left;
    }
    .consultation-stage p {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        color: #20412E;
    }
    .our-misssion-mo p {
        text-align: left;
    }
    .a-little-mo p {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        text-align: left;
        color: #20412E;
    }

    .our-services .card:hover {
        box-shadow: none;
    }
    .our-services .card {
        margin-bottom: 0px;
    }
    .card .card-body {
        padding: 20px 20px;
        border-radius: 4px;
    }
    .a-little-mo {
        position: relative;
        padding: 0rem 0;
        overflow: hidden;
        margin-top: -20px;
    }
    .we-get-the {
        padding: 2rem 2rem;
        margin-top: 1px;
    }
    .a-little-mo .we-get-the{
        background: #FFFFFF;
        backdrop-filter: blur(5px);
    }
    .book-slot-content .h2-white {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 170%;
        text-transform: capitalize;
        color: #FFFFFF;
    }
    .contractor-content-mo .h2-white{
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 51px;
       
    }
    .check-text {
        margin-left: 6px;
        margin-top: 5px;
    }

    .services-top-hero{
        margin-top: 76px;
    }



}
/*---------------------------------ipad------------------------------------------*/

@media only screen and (min-device-width: 600px) and (max-device-width: 991px){
    .about-us-sec{
        margin-top: 5rem;
    }
    .our-contact-top{
        margin-top: 5rem;
    }
    .book-process-top{
        margin-top: 5rem;
    }
    .our-process-top{
        margin-top: 5rem;
    }
    .services-sec{
       margin-top: 5rem; 
    }
    .home-top{
        margin-top: 5rem;
    }
    .prot-card-listing .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 0;
        border-radius: 0rem;
        width: 315px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .any-question-content {
        padding: 5rem 2rem;
        height: 450px;
    }
    .any-question-content .h2-gold {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 48px;
        text-transform: capitalize;
        color: #C2873D;
    }
    
    .new_build-home img, .loft-conversion img {
        min-width: 38vh;
        min-height: 55vh;
        object-fit: cover;
    }
    .concept-stage {
        padding: 1rem 1rem 1rem 1rem;
    }
    .conslutions-and-stage {
        padding: 1rem 1rem;
    }
    .consultation-stage {
        position: relative;
        padding: 2rem 0;
        overflow: hidden;
        z-index: 1;
        background-color: #fff;
    }
    .consultation-stage .container-fluid{
        margin-bottom: 30px;
    }
    .finish-stage {
        padding: 1rem 2rem 0rem 1rem;
    }
    .foundetion-stage {
        padding: 0rem 1rem;
    }
    .our-misssion-mo .h2-gold {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        text-transform: capitalize;
        color: #C2873D;
        margin-bottom: 30px;
        text-align: center;
    }
    .book-slot-content{
        background: #0E0E0E;
        backdrop-filter: blur(5px);
        padding: 20px 20px;
    }

    .book-slot-content p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #CDC8A5;
    }
    .book-slot-content h2{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 170%;
        letter-spacing: 0.3px;
        text-transform: capitalize;
        color: #FFFFFF;
    }
    .contractor-content .bg-dark{
        background: #0E0E0E;
        backdrop-filter: blur(5px);
    }
    .contractor-content p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 158%;
        color: #CDC8A5;
        padding: 15px 50px;
        text-align: center;
    }
    .contractor-content h2{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 51px;
        text-transform: capitalize;
        color: #FFFFFF;
        padding: 20px 76px;
        text-align: center;
    }  
    .we-get-the .item p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 158%;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        color: #20412E;

    }
    .we-get-the .item small{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        color: #75B47D;

    }
    .a-seamless::after {
        content: '';
        background: url(../img/a-seamless-af.png) no-repeat;
        background-position: center center;
        background-size: cover;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
        height: 729px;
        width: 100%;
        transform: translate(0px, -60px);
    }
    .our-work-spaks-content p{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #20412E;
        margin-top: 26px;

    }
    .input_field .form-select {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        color: #20412E;
        background: #EFEFEF;
        box-sizing: border-box;
        margin-bottom: 20px;
        height: 50px;
        width: 100%;
        border: 0px;
        border-radius: 0;
    }

     .home-top{
        background: url(../img/home-slider-1.png) no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
        width: 100%;
        height: 607px;
    }
     #webmobile-menu {
        height: 450px;
        margin-top: 122px;
        background: url(../img/header-img-mo.png) no-repeat;
        background-size:cover;
        background-position:center center;
        width: 100%;
        float: none;
        text-align: center;
    }
   
    .nav-link {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 170%;
        text-align: center;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        padding: 20px 30px;
        margin-right: 0px;
        color: #20412E;
    }
    .nav-item {
        position: relative;
    }

    .shales:after {
        content: '';
        background: #C2873D;
        width: 2px;
        height: 18px;
        position: absolute;
        top: 70px;
        left: 49%;
        transform: rotate(19deg);
    }

    .nav-item .btn-green {
        background: #75B47D;
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        color: #FFFFFF;
        border: 0px;
        border-radius: 0px;
        height: 40px;
        padding: 14px 20px;
        margin-top: 34px;
    }

    .mobile-slide-menu .mobile-slide-head .menuactive {
        position: relative;
        top: 1px;
        float: right;
    }
    .home-slider-content {
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(5px);
        height: 606px;
        width: 462px;
        padding: 6.8rem 2rem;
    }


}
