/* Testimonials Banner */

.testimonials_page .testimonials_banner {
    margin-top: 82px;
    position: relative;
    overflow: hidden;
    height: 498px;
}
.testimonials_page .testimonials_banner img {
    object-fit: cover;
    height: 100%;
}
.testimonials_page .testimonials_banner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(25,25,25,1) 81%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(25,25,25,1) 81%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(25 25 25 / 87%) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#191919",GradientType=1);
}

.testimonials_page .testimonials_banner .container {
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .testimonials_page .testimonials_banner .banner_title {
    color: #fff;
    font-size: 74px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    text-align: center;
} */


.testimonials_page .testimonials_banner .banner_title {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 auto 14px;
    border-bottom: 1px solid #fff;
    padding-bottom: 14px;
    text-align: center;
}

.testimonials_page .testimonials_banner .sub_title {
    font-size: 38px;
    color: #fff;
    font-weight: 200;
}
/* Testimonials Banner */


.testimonials_form_sec {
    margin: 120px auto;
}
.testimonials_form_sec .container {
    display: flex;
    flex-wrap: wrap;
}

.testimonials_form_sec .container .form_banner {
    width: 64%;
    margin-right: 0;
    height: 600px;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    position: relative;
}
.testimonials_form_sec .container .form_banner:after {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    opacity: 0;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.testimonials_form_sec .container .form_banner:hover:after {
    opacity: .7;
    -webkit-animation: shine .95s;
    animation: shine .95s;
}
@keyframes shine {
    100% {
      left: 125%;
    }
}
@-webkit-keyframes shine {
    100% {
      left: 125%;
    }
}
.testimonials_form_sec .container .form_banner img {
    height: 600px;
    object-fit: cover;
    transition: all .5s;
}
.testimonials_form_sec .container .form_banner:hover img {
    transition: all .5s;
    transform: scale(1.1);
}

/* From Sec */
.testimonials_form_sec .from_sec {
    width: 34%;
    flex: 0 0 34%;
    background: #fff;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.testimonials_form_sec .from_sec .top_sec {
    background: #321926;
}
.testimonials_form_sec .from_sec .top_sec .from_title {
    color: #321926;
    margin: 0;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    background: #e2b978;
}
.testimonials_form_sec .from_sec .team_from {
    margin: 0;
    padding: 31px 22px;
    border: 1px solid #eaeaea;
    border-radius: 0 15px 15px 0;
}
.testimonials_form_sec .from_sec .team_from .form-group {
    position: relative;
    margin-bottom: 16px;
}
.testimonials_form_sec .from_sec .team_from .form-group input {
    border: 1px solid #ddd;
    box-shadow: none;
    outline: 0;
    border-radius: 0;
    padding: 5px 8px;
    font-size: 15px;
    height: 38px;
    border-radius: 6px;
}

.testimonials_form_sec .from_sec .team_from .form-group img {
    width: 20px;
    height: auto;
    position: absolute;
    right: 15px;
    z-index: 1;
    margin: auto;
}
.testimonials_form_sec .from_sec .team_from .form-group select {
    height: 44px;
    border-radius: 0;
}

.testimonials_form_sec .from_sec .team_from .form-group select:focus {
    box-shadow: none !important;
    border-color:#ddd !important;
}
.testimonials_form_sec .from_sec .team_from .upload {
    width: 100%;
    border: 1px solid #ddd;
    line-height: 1;
    padding: 14px 15px;
    display: flex;
    justify-content: center;
    background: #321926;
    border-radius: 10px;
}



.testimonials_form_sec .from_sec .team_from .upload p {
    padding: 0;
    margin: 0;
    color: #e2b978;
    font-size: 16px;
}
.testimonials_form_sec .from_sec .team_from .custom-checkbox .custom-control-label::before {

    border-radius: 0;

}

.testimonials_form_sec .from_sec .team_from .upload input[type="file"] {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    /* z-index: -1; */

    opacity: 0;

}

.testimonials_form_sec .from_sec .form-group img {

    position: absolute;

    right: 15px;

    top: 50%;

    transform: translateY(-50%);

}

.testimonials_form_sec .from_sec .team_from  .custom-checkbox {
    text-align: left;
    /* margin-bottom: 10px; */
}

.testimonials_form_sec .from_sec .team_from .custom-checkbox.term_conditions {
    text-align: center;
}

.testimonials_form_sec .from_sec .team_from .btn {
    width: 60%;
    color: #e2b978;
    padding: 14px;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 22px auto 0;
    display: block;
}
.testimonials_form_sec .from_sec .team_from .btn:after {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.testimonials_form_sec .from_sec .team_from .custom-control-label {
    line-height: 1.3;
    font-size: 14px;
    cursor: pointer;
}
.testimonials_form_sec .team_from .custom-control-label a {
    color: #be955a;
    font-weight: 400;
    font-size: 16px;
}
.testimonials_form_sec .from_sec .team_from .form-group.upload_group {
    margin-bottom: 0;
}
/* .interior_design_page .interior_banner .container-fluid .experience_content .from_sec .team_from .btn:hover {

    background: transparent;

    color: #241925;

} */

.testimonials_form_sec .team_from .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {

    background-image: url(../images/interior_designers_bangalore/square.svg);

}

.testimonials_form_sec .team_from .custom-control-input:checked ~ .custom-control-label::before {
    border: 1px solid #241925;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

.testimonials_form_sec .team_from .upload img {

    right: 26%;

}

/* .testimonials_form_sec .team_from .custom-checkbox.updates_whatsapp {
    margin-top: -8px;
} */
.testimonials_form_sec .team_from .custom-checkbox.updates_whatsapp input {
    position: relative;
    top: 1px;
}
.testimonials_form_sec .team_from .custom-checkbox.updates_whatsapp label {
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding-left: 4px;
}

.testimonials_form_sec .team_from .custom-checkbox.updates_whatsapp label:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    top: 2px;
    left: -17px;
    border-radius: 3px;
}


.testimonials_form_sec .team_from .custom-checkbox.updates_whatsapp label:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
}

.testimonials_form_sec .serviceable_area .custom-checkbox 
 label {
    position: relative;
}

.testimonials_form_sec .from_sec .serviceable_area .custom-checkbox 
 label:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    top: 3px;
    left: -21px;
    border-radius: 3px !important;
    border: 1px solid;
}
.testimonials_form_sec .from_sec .serviceable_area .custom-checkbox input {
    margin-right: 8px;
    opacity: 0;
}


.testimonials_form_sec .from_sec .serviceable_area .custom-checkbox 
 label:after {
    content: "";
    position: absolute;
    left: -19px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
}

.testimonials_form_sec .from_sec .team_from .form-group label {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #221a23;
    font-weight: 600;
    margin-bottom: 6px;
}

.testimonials_form_sec .from_sec .team_from .form-group label span {
    color: #f00;
}
.testimonials_form_sec .from_sec .team_from .form-group .custom_floor_plan {
    display: flex;
}
.custom_floor_plan .custom-radio {
    width: 24%;
    margin-right: 10px;
}
.custom_floor_plan [type="radio"]:checked,
.custom_floor_plan [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom_floor_plan [type="radio"]:checked + label, .custom_floor_plan [type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    color: #666 !important;
    height: 30px;
    z-index: 9;
    width: 100% !important;
    text-align: center !important;
    line-height: 30px;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.custom_floor_plan [type="radio"]:checked + label:before,
.custom_floor_plan [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    right: 0;
    z-index: 1;
    border-radius: 5px;
}

.custom_floor_plan [type="radio"]:checked + label {
    color: #e2b978  !important;
}

.custom_floor_plan [type="radio"]:checked + label:after,
.custom_floor_plan [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #321926;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 5px;
}

.custom_floor_plan [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);

}

.custom_floor_plan [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.testimonials_form_sec .from_sec .serviceable_area {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}

.testimonials_form_sec .from_sec .serviceable_area .custom-checkbox {
    margin-bottom: 0;
    margin-top: 6px;
    display: flex;
    align-items: center;
}
.testimonials_form_sec .from_sec .form-group.serviceable_area label {
    width: 170px;
    margin-right: 11px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
}
.testimonials_form_sec .from_sec .serviceable_area .custom-control.custom-radio {
    margin-bottom: 0;
}

.testimonials_form_sec .from_sec .team_from .custom-checkbox.term_conditions label {
    position: relative;
}
.testimonials_form_sec .from_sec .team_from .custom-checkbox.term_conditions label:after {
    content: "";
}
.testimonials_form_sec .from_sec .team_from .custom-checkbox.term_conditions label:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
}
.testimonials_form_sec .from_sec .team_from .custom-checkbox.term_conditions .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(../images/interior_designers_bangalore/square.svg);
}
.testimonials_form_sec .from_sec .team_from .custom-checkbox.term_conditions label:before {
    content: "";
}
.testimonials_form_sec .from_sec .team_from .custom-checkbox.term_conditions .custom-control-input:checked ~ .custom-control-label::before {
    border: 1px solid #241925;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -17px;
    top: 5px;
    border-radius: 3px;
}

.testimonials_form_sec .from_sec .term_conditions label {
    text-align: center;
}
/* From Sec */



.design_firms .title {
    margin-top: 70px;
}



.strip_banner {
    margin-bottom: 80px;
    display: block;
}
.design_firms .talking {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}




/* Client Sec */
.testimonials_client_sec {
    padding: 110px 0;
}
.testimonials_client_sec .title {
    margin-bottom: 10px;
}
.testimonials_client_sec .title_des {
    text-align: center;
    margin-bottom: 60px;
}
.testimonials_client_sec .client_content a {
    height: 230px;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}
.testimonials_client_sec .client_content .client_video img {
    height: 230px;
    object-fit: cover;
    transition: all .5s;
}
.testimonials_client_sec .client_content .client_video:hover img {
    transition: all .5s;
    transform: scale(1.1);
}

.testimonials_client_sec .client_content .client_video .vd-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
}
.testimonials_client_sec .client_content .client_video .vd-icon span {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #480051;
    font-size: 18px;
}
.testimonials_client_sec .client_content .text_content {
    margin-top: 20px;
    padding-bottom: 60px;
}
.testimonials_client_sec .client_content .text_content .des {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    text-align: justify;
}
.testimonials_client_sec .client_content .text_content .address {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    width: 96%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.testimonials_client_sec .client_content .text_content .customer {
    color: #959595;
    font-size: 16px;
    margin-bottom: 10px;
}
.testimonials_client_sec .client_content .text_content .view_more {
    height: auto;
    display: inline-block;
    border-radius: 10px;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 6px;
    overflow: visible;
}
.testimonials_client_sec .client_content .text_content .view_more:after {
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.testimonials_client_sec .owl-nav.disabled, .client_sec .owl-dots.disabled {
    display: block !important;
}




.testimonials_client_sec .owl-dots button.owl-dot {
    width: 18px;
    height: 18px;
    border: 1px solid #fcf9fd;
    border-radius: 50%;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.testimonials_client_sec .owl-dots button.owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0;
    background: #321926 !important;
}
.testimonials_client_sec .owl-dots button.owl-dot.active {
    border: 1px solid #321926;
}



.testimonials_client_sec .testimonials_client_slider .owl-nav {
    position: absolute;
    margin: auto;
    width: 40%;
    left: 0;
    right: 0;
    display: none;
}

.testimonials_client_sec .testimonials_client_slider .owl-nav {
    position: absolute;
    margin: auto;
    width: 40%;
    left: 0;
    right: 0;
    display: none;
}
.client_modal .modal-content button.close {
    position: absolute;
    right: 0;
    background: #321926;
    opacity: 1;
    width: 30px;
    z-index: 1;
    height: 30px;
    border-radius: 50%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    line-height: 21px;
    border: 2px solid #321926;
}

.client_modal .modal-content button.close span {
    color: #fff;
    font-weight: 400;
    text-shadow: none;
}
.client_modal .modal-dialog {
    max-width: 40%;
    border-radius: 10px;
    overflow: hidden;
}

.client_modal .modal-dialog .modal-body {
    padding: 10px;
    height: 430px;
}

.client_modal .modal-dialog .modal-body iframe {
    height: 410px;
}
.client_sec .client_content .text_content  .octf-btn {
    height: auto;
    border-radius: 0;
    width: auto;
    display: inline;
    padding: 6px 10px;
}
/* Client Sec */





.testimonials_gallery .container > div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #ffeead;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.testimonials_gallery .container > div:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff00;
}
.testimonials_gallery .container > div:hover:after {
    background: #ffffff5e;
}

.testimonials_gallery .container > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border: 1px solid black; */
    /* padding: 2px; */
    border-radius: 6px;
    transition: all .5s;
}

.testimonials_gallery .container > div:hover img {
    transition: all .5s;
    transform: scale(1.1);
}

.testimonials_gallery .container > div > a.span {
    position: absolute;
    right: 10px;
    background: #3219268a;
    top: 10px;
    padding: 4px 7px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    color: #ffffff;
    z-index: 1;
}
.testimonials_gallery .container > div:hover a.span {
    color: #321926;
    background: #e2b978;
}

/* Grid */
.testimonials_gallery {
    margin-bottom: 120px;
}
.testimonials_gallery .title {
    margin-bottom: 60px;
}
.testimonials_gallery .container {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-auto-rows: 210px;
    grid-auto-flow: dense;
    max-width: 80%;
    margin-bottom: 50px;
}

.testimonials_gallery .horizontal {
	grid-column: span 2;
}

.testimonials_gallery .vertical {
	grid-row: span 2;
}

.testimonials_gallery .big {
	grid-column: span 2;
	grid-row: span 2;
}

.testimonials_gallery .view_more {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
}

.testimonials_gallery .view_more:after {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}




/* Estimate Sec */

.estimate_sec {
    padding: 0;
    margin-bottom: 90px;
}

.estimate_sec .title {
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.estimate_sec  .des {
    color: #000;
    font-size: 16px;

}
.estimate_sec .row {
    margin-top: 60px;
    align-items: center;
}
.estimate_sec .estimate_banner {
    display: block;
    position: relative;
    overflow: hidden;
}
.estimate_sec .estimate_banner img {
    border-radius: 10px;
}

.estimate_sec .estimate_banner:after {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    opacity: 0;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.estimate_sec .estimate_banner:hover:after {
    opacity: .7;
    -webkit-animation: shine .95s;
    animation: shine .95s;
}

.estimate_sec .estimate_content {
    background: #fff;
    box-shadow: 0px 5px 44px 0px rgba(159, 157, 157, 0.25);
    padding: 38px 34px;
    position: relative;
    z-index: 0;
    border-radius: 15px;
}




.estimate_sec .estimate_content .estimate_icon {
    width: 80px;
    margin-bottom: 20px;
}

.estimate_sec .estimate_content .text_content .view_more {
    font-size: 16px;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 400;
}
.estimate_sec .estimate_content .text_content .view_more:after {
    width: 100%;
    height: 100%;
}



.estimate_sec .estimate_content .estimate_icon img {

    width: 100%;

}

.estimate_sec .estimate_content .text_content .estimate_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #321926;
}



.estimate_sec .estimate_content .text_content .des {
    width: 57%;
}



.estimate_sec .estimate_content .calculator_icon {

    width: 50px;

    position: absolute;

    top: 9%;

    right: 3%;

}



.estimate_sec .estimate_content .calculator_icon img {

    width: 100%;

}
/* .estimate_sec .estimate_banner img {
    height: 360px;
    
}
.estimate_sec .estimate_banner img {
    height: 360px;
} */

/* Estimate Sec */


/* Responsive Css */

/* 2600px */
@media (max-width:  2779px) {

    .testimonials_gallery .horizontal.kids_g {
        display: none;
    }

}

/* 2474px */
@media (max-width:  2474px) {

    .testimonials_gallery .r_gallery.study_g, .testimonials_gallery .r_gallery.wardrobe_g {
        display: none;
    }

}

/* 2167px */
@media (max-width:  2167px) {

    .testimonials_gallery .r_gallery.study_g, .testimonials_gallery .r_gallery.wardrobe_g, .testimonials_gallery .horizontal.kids_g {
        display: block;
    }

}
/* 1865px */
@media (max-width:  1865px) {

    .testimonials_gallery .container {
        max-width: 90%;
    }

}

/* 1800px */
@media (max-width:  1800px) {
    .testimonials_page .testimonials_banner {
        height: 400px;
    }
    .testimonials_gallery .container {
        max-width: 94%;
    }


}

/* 1600px */
@media (max-width:  1600px) {

    .testimonials_gallery .container {
        max-width: 90%;
    }

    .client_modal .modal-dialog .modal-body {
        padding: 10px;
        height: 320px;
    }
    .client_modal .modal-dialog .modal-body iframe {
        height: 300px;
    }

    .testimonials_form_sec .container .form_banner {
        height: 580px;
    }
    .testimonials_form_sec .container .form_banner img {
        height: 580px;
    }

    .testimonials_form_sec {
        margin: 64px auto 100px;
    }
    .testimonials_gallery .container .r_gallery.wardrobe_g {
        display: none;
    }
    .testimonials_gallery .container .horizontal.kids_g {
        display: none;
    }
}



/* 1400px */
@media (max-width:  1400px) {
    .testimonials_page .testimonials_banner {
        height: 340px;
    }
    .testimonials_page .testimonials_banner .banner_title {
        font-size: 38px;
    }
    .testimonials_page .testimonials_banner .sub_title {
        font-size: 34px;
    }
    .testimonials_page .testimonials_banner {
        margin-top: 69px;
    }
    .testimonials_form_sec .container .form_banner {
        width: 60%;
    }
    .testimonials_form_sec .container .form_banner img {
        height: 520px;
    }
    .testimonials_form_sec .from_sec {
        width: 40%;
        flex: 0 0 40%;
    }
    .testimonials_client_sec .client_content a, .testimonials_client_sec .client_content .client_video img {
        height: 204px;
    }
    .testimonials_gallery .container .r_gallery.wardrobe_g {
        display: block;
    }
    .testimonials_form_sec .from_sec .team_from {
        padding: 15px;
    }
    .testimonials_form_sec .from_sec .team_from .form-group {
        margin-bottom: 10px;
    }
    .testimonials_form_sec .from_sec .team_from .upload {
        padding: 8px 15px;
        border-radius: 6px;
    }
    .testimonials_form_sec .from_sec .team_from .btn {
        padding: 10px;
        margin-top: 8px;
        margin: 14px auto 0;
    }
    .testimonials_form_sec .from_sec .team_from .custom-checkbox.term_conditions {
        margin-top: 20px;
    }
   

   
}


/* 1200px */
@media (max-width:  1200px) {
    .testimonials_page .testimonials_banner .banner_title {
        font-size: 34px;
    }
    .testimonials_page .testimonials_banner .sub_title {
        font-size: 28px;
    }
    .testimonials_page .testimonials_banner {
        margin-top: 51px;
        height: 260px;
    }


    .testimonials_page .testimonials_banner .banner_title {
        font-size: 38px;
    }

    .testimonials_page .testimonials_banner .sub_title {
        font-size: 34px;
    }

    .testimonials_form_sec .container .form_banner {
        width: 62%;
        height: 470px;
    }
    .design_firms .title {
        margin-bottom: 20px;
    }
  
    .testimonials_form_sec .from_sec {
        width: 38%;
        flex: 0 0 38%;
    }
    .testimonials_gallery .title {
        margin-bottom: 30px;
    }
    .testimonials_client_sec {
        padding: 70px 0;
    }
    .testimonials_client_sec .title_des {
        margin-bottom: 30px;
    }
    .testimonials_client_sec .client_content a, .testimonials_client_sec .client_content .client_video img {
        height: 173px;
    }
    .client_modal .modal-dialog .modal-body {
        height: 230px;
    }
    .client_modal .modal-dialog .modal-body iframe {
        height: 210px;
    }

    .testimonials_form_sec .from_sec .top_sec .from_title {
        font-size: 18px;
        padding: 10px;
    }
    .testimonials_form_sec .from_sec .team_from .form-group input {
        padding: 5px 8px;
        font-size: 14px;
        height: 30px;
        border-radius: 6px;
    }
    .testimonials_form_sec .from_sec .team_from .form-group span.input-group-text {
        font-size: 14px;
        padding: 3px 6px;
    }
    .custom_floor_plan [type="radio"]:checked + label, .custom_floor_plan [type="radio"]:not(:checked) + label {
        line-height: 20px;
        height: 24px;
        line-height: 25px;
        font-size: 14px !important;
    }

    .testimonials_form_sec .container .form_banner img {
        height: 450px;
    }

    .testimonials_form_sec .from_sec .form-group.serviceable_area label {
        width: auto;
        font-size: 14px;
    }
    .testimonials_form_sec .from_sec .serviceable_area .custom-checkbox input {
        height: auto;
    }
    .testimonials_form_sec .from_sec .team_from .form-group label {
        font-size: 14px;
    }
    .testimonials_form_sec .from_sec .team_from .btn {
        padding: 6px;
        margin: 14px auto 0;
        border-radius: 5px;
    }
    .testimonials_form_sec .from_sec .team_from .custom-control-label {
        font-size: 13px;
    }
    .testimonials_form_sec .from_sec .team_from .custom-control-label a {
        font-size: 13px;
    }
    .testimonials_form_sec .from_sec .serviceable_area .custom-checkbox 
    label:before {
        top: 1px;
    }
    .testimonials_form_sec .from_sec .serviceable_area .custom-checkbox 
    label:after {
        top: 3px;
    }
    .testimonials_client_sec .client_content .text_content .address {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .testimonials_client_sec .client_content .text_content .customer {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .testimonials_client_sec .client_content .text_content .des {
        font-size: 14px;
    }
    .testimonials_client_sec .client_content .text_content .view_more {
        padding: 6px 12px;
    }
    .testimonials_gallery .container .r_gallery.wardrobe_g {
        display: none;
    }
    .estimate_sec .row {
        margin-top: 40px;
    }
    .estimate_sec .estimate_content .estimate_icon {
        width: 48px;
    }
    .estimate_sec .estimate_content .text_content .estimate_title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .estimate_sec .estimate_content .text_content .des {
        width: 57%;
        font-size: 14px;
    }
    .estimate_sec .estimate_content .text_content .view_more {
        font-size: 14px;
        padding: 9px 16px;
        border-radius: 8px;
    }
    .estimate_sec .estimate_content .text_content .view_more:after {
        border-radius: 8px;
    }
    .estimate_sec .estimate_content .calculator_icon {
        width: 38px;
    }
}

/* 991px */
@media (max-width:  991px) {
    .testimonials_page .testimonials_banner {
        height: 190px;
    }
    .testimonials_page .testimonials_banner .sub_title {
        font-size: 30px;
    }
    .testimonials_page .testimonials_banner .banner_title {
        font-size: 30px;
    }
    .design_firms .title {
        margin-bottom: 0px;
    }
    .testimonials_page .testimonials_banner .sub_title {
        font-size: 30px;
    }
    .testimonials_form_sec {
        margin: 40px auto;
    }
    .testimonials_form_sec .container .form_banner {
        width: 49%;
        display: flex;
        align-items: center;
        background: #f8f8f8;
        height: auto;
    }
    .testimonials_form_sec .container .form_banner img {
        height: auto;
    }
    .testimonials_form_sec .from_sec {
        width: 51%;
        flex: 0 0 51%;
    }
    .testimonials_client_sec {
        padding: 60px 0;
    }
    .testimonials_client_sec .client_content a, .testimonials_client_sec .client_content .client_video img {
        height: 190px;
    }
    .estimate_sec .estimate_content .estimate_icon {
        width: 60px;
    }
    .estimate_sec .estimate_content .calculator_icon {
        width: 40px;
    }
    .estimate_sec .estimate_content .text_content .des {
        width: 88%;
    }
    /* .estimate_sec .estimate_content .text_content .view_more {
        font-size: 16px;
        padding: 12px 18px;
        border-radius: 8px;
    } */
    .strip_banner {
        margin-bottom: 50px;
    }

    .testimonials_gallery {
        margin-bottom: 60px;
    }
    .estimate_sec {
        margin-bottom: 40px;
    }
    .estimate_sec .row {
        margin-top: 30px;
    }


    .client_modal .modal-dialog {
        max-width: 70%;
        border-radius: 10px;
    }
    .client_modal .modal-dialog .modal-body {
        height: 310px;
    }
    .client_modal .modal-dialog .modal-body iframe {
        height: 290px;
    }
    .testimonials_gallery .vertical.puja_g {
        display: none;
    }
    .testimonials_gallery .container .r_gallery.wardrobe_g {
        display: block;
    }
}


/* 767px */
@media (max-width:  767px) {
    .testimonials_page .testimonials_banner {
        height: 130px;
        margin-top: 65px;
    }
    .testimonials_page .testimonials_banner .text_content {
        text-align: center;
    }
    .testimonials_gallery .row {
        margin: 0;
    }
    .testimonials_page .testimonials_banner .banner_title {
        font-size: 18px;
        padding: 6px;
        margin: 6px;
    }
    .testimonials_page .testimonials_banner .sub_title {
        font-size: 18px;
    }
    .testimonials_form_sec .container .form_banner {
        display: none;
    }
    .testimonials_form_sec {
        margin: 34px auto 50px;
    }
    .custom_floor_plan [type="radio"]:checked + label, .custom_floor_plan [type="radio"]:not(:checked) + label {
        font-size: 14px !important;
    }
    .testimonials_form_sec .from_sec .form-group.serviceable_area label {
        font-size: 14px;
    }
    .testimonials_form_sec .from_sec .serviceable_area .custom-checkbox label:before {
        top: 1px;
    }
    .testimonials_form_sec .from_sec .serviceable_area .custom-checkbox label:after {
        top: 3px;
    }
    .testimonials_form_sec .from_sec {
        width: 70%;
        flex: 0 0 70%;
        margin: auto;
        border-radius: 10px;
    }
    .design_firms .title {
        margin-bottom: 40px;
        line-height: 1.5;
    }
    .testimonials_client_sec .title_des {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .testimonials_client_sec .client_content a, .testimonials_client_sec .client_content .client_video img {
        height: 256px;
    }
    .testimonials_client_sec .client_content .text_content {
        text-align: center;
    }

    .client_modal .modal-dialog {
        max-width: 100%;
    }
    .client_modal .modal-dialog .modal-body iframe {
        height: 250px;
    }
    .client_modal .modal-dialog .modal-body {
        height: 270px;
    }

    .design_firms .title {
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .design_firms  .talking {
        text-align: center;
        width: 100%;
        display: block;
        margin-bottom: 14px;
    }
    .testimonials_client_sec {
        padding: 60px 0 0;
    }
    .testimonials_client_sec .owl-dots {
        display: none !important;
    }

  
}


/* 480px */
@media (max-width:  480px) {
    .testimonials_page .testimonials_banner {
        margin-top: 66px;
        height: 100px;
    }
    .testimonials_page .testimonials_banner .banner_title {
        font-size: 16px;
    }
    .testimonials_page .testimonials_banner .sub_title {
        font-size: 14px;
    }
    .testimonials_form_sec .from_sec .top_sec .from_title {
        font-size: 18px;
    }
    .testimonials_form_sec .from_sec .team_from .btn {
        width: 60%;
        padding: 14px;
        margin-top: 8px;
        font-size: 14px;
        margin: 22px auto 0;
        border-radius: 5px;
    }
    /* .testimonials_page .testimonials_banner .banner_title {
        font-size: 20px;
    }
    .testimonials_page .testimonials_banner .sub_title {
        font-size: 20px;
    } */

    .testimonials_client_sec .client_content .text_content .des {
        font-size: 14px;
    }
    .testimonials_form_sec .from_sec .team_from {
        padding: 15px;
    }
    .testimonials_form_sec .from_sec {
        width: 100%;
        flex: 0 0 100%;
    }
    .testimonials_form_sec .from_sec .form-group.serviceable_area label {
        width: auto;
    }
    .design_firms .title {
        line-height: 1.3;
    }
    .testimonials_client_sec .client_content a, .testimonials_client_sec .client_content .client_video img {
        height: 196px;
    }
    .testimonials_gallery {
        margin-bottom: 30px;
    }
    .testimonials_gallery .title {
        margin-bottom: 30px;
    }

    .client_modal .modal-dialog .modal-body {
        height: 210px;
    }
    .client_modal .modal-dialog .modal-body iframe {
        height: 190px;
    }
}