@charset "utf-8";
content {
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

label {
    margin: auto
}

.lft_quote_btn {
    display: none
}

.bottom_quote_btn {
    display: none
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 8px
}

.wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1024px;
    height: auto;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #fff;
    overflow: visible;
    min-height: 550px;
    padding-bottom: 50px
}

.wrapper .rfq-header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-bottom: 1px solid #e2e2e2;
    border-top: 3px solid #ff6e40;
    overflow: auto;
    padding: 20px;
    color: #383838
}

.wrapper .rfq-header .rfq-banner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left
}

.wrapper .rfq-header .rfq-banner img {
    width: 100%
}

.wrapper .rfq-header .title {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    font-size: 36px;
    line-height: 38px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif
}

.wrapper .rfq-header .sub-title {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #666;
    font-family: 'Montserrat', sans-serif
}

.wrapper .rfq-header .desc {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px
}

/* 1/4/2018 - Make title and desc smaller on mobile */
@media only screen 
  and (max-device-width: 812px) {  
	.wrapper .rfq-header .title {
		font-size: 25px;
		line-height: 25px;
	}
	.wrapper .rfq-header .sub-title {
		font-size: 15px;
		line-height: 18px;
	}
	.wrapper .rfq-header .desc {
		font-size: 12px;
		line-height: 18px
	}
}
.wrapper .rfq-body {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 25px;
    padding-left: 35px;
    padding-right: 35px;
    overflow: auto
}

.wrapper .rfq-body-title {
    position: relative;
    display: block;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin: auto;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
    color: #383838
}

.wrapper .rfq-body-sub-title {
    position: relative;
    display: inline-block;
    width: auto;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    clear: both
}

.wrapper .rfq-body-desc-text {
    position: relative;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #383838;
    clear: both;
	margin: 5px 0 10px;
}

.wrapper .rfq-body .rfq-body-left {
    position: relative;
    display: inline-block;
    width: calc(50% - 25px);
    height: auto;
    float: left;
    margin-right: 50px
}

.wrapper .rfq-body .form-section {
    margin-bottom: 10px;
    overflow: inherit;
    position: relative;
   /*  display: block; */
   display: inline-block;
   width: 100%;
    clear: both
}

.wrapper .rfq-body .rfq-body-left .prop-type {
    position: relative;
    display: inline-block;
    width: calc(100% - 20px);
    margin: auto;
    height: auto;
    overflow: auto
}

.wrapper .rfq-body .rfq-body-left .prop-type .prop-element {
    position: relative;
    display: inline-block;
    width: calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    cursor: pointer
}

.wrapper .rfq-body .rfq-body-left .prop-type .prop-element img {
    position: relative;
    display: block;
    width: auto;
    height: 55px;
    margin: auto
}

.wrapper .rfq-body .rfq-body-left .prop-type .prop-element p {
    text-align: center;
    color: #383838
}

.wrapper .rfq-body .rfq-body-left .prop-type .prop-element.active p {
    color: #ff6e40
}

.wrapper .rfq-body .rfq-body-left button.reno_type_btn {
    position: relative;
    display: inline-block;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.wrapper .rfq-body .rfq-body-left .dropdown button i {
    position: absolute;
    display: block;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 700
}

.wrapper .rfq-body .rfq-body-left .dropdown .dropdown-menu {
    width: 100%;
    min-width: 50px;
    max-height: 200px;
    overflow: auto
}

.wrapper .rfq-body .rfq-body-left .dropdown .dropdown-menu li {
    padding-left: 10px;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px
}

.wrapper .rfq-body .rfq-body-left .dropdown .dropdown-menu li:hover {
    background-color: #f6f6f6
}

.wrapper .rfq-body .rfq-body-left {
    position: relative;
    display: inline-block;
    width: calc(60% - 25px);
    height: auto;
    float: left
}

.wrapper .rfq-body .rfq-body-left .reno-insure-left {
    position: relative;
    display: inline-block;
    width: calc(33%);
    height: 70px;
    margin-top: 20px;
    margin-right: 10px;
    float: left;
    transition: .5s
}

.wrapper .rfq-body .rfq-body-left .reno-insure-left.inactive {
    /*margin-top: 15px*/
}

.wrapper .rfq-body .rfq-body-left .reno-insure-left img {
    position: absolute;
    display: block;
    width: 85%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wrapper .rfq-body .rfq-body-left .reno-insure-right {
    position: relative;
    display: inline-block;
   /* width: calc(100% - 80px);*/
    width: calc(100%);
    margin: 10px 0px 10px;
    float: left;
    transition: .5s
}

.wrapper .rfq-body .rfq-body-left .reno-insure-right.inactive {
/*    margin-top: 15px*/
}

.wrapper .rfq-body .rfq-body-left .reno-insure-right .reno-sub-title {
    margin-bottom: 2px
}

.wrapper .rfq-body .rfq-body-left .reno-insure-right .selectionBox p {
    margin: auto;
    line-height: 15px
}

.wrapper .rfq-body .rfq-body-left .reno-insure-right .selectionBox .form-check-input {
    cursor: pointer
}

.wrapper .rfq-body .rfq-body-left .reno-insure-field {
    position: relative;
    display: none;
    clear: both;
    height: auto;
    max-height: 95px;
    overflow: auto;
    width: 100%;
    padding: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 4px
}

.wrapper .rfq-body .rfq-body-left .reno-insure-field.active {
    display: block
}

.wrapper .rfq-body .rfq-body-left .add_info {
    position: relative;
    display: block;
    height: 100px;
    resize: none
}

.wrapper .rfq-body .rfq-body-left .submit-rfq-btn {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #ff6e40;
    font-weight: 700;
    padding: 10px;
    border: 0
}

.wrapper .rfq-body .rfq-body-left .btn-whatsapp {
	position: relative;
	float:left;
    display: block;
    width: 48%;
    color: #fff;
    background-color: #5cb85c;
    font-weight: 700;
	font-size:14px;
    padding: 10px;
    border-radius:0px!important;
	margin:3px 5px;
}

.wrapper .rfq-body .rfq-body-left .btn-send-whatsapp {
	position: relative;
	float:left;
    display: block;
    width: 48%;
    color: #fff;
    font-weight: 700;
	font-size:14px;
    padding: 10px;
    border-radius:0px!important;
	margin:3px 5px;
}

.wrapper .rfq-body .rfq-body-right {
    position: relative;
    display: inline-block;
    width: calc(40% - 25px);
    float: left;
	
}
/* renovation image */
	content .rfq-div{
		position: relative;
		display: block;		
		/* padding-top: 135px; */
		max-width: 1280px;
		margin: auto;
		margin-bottom: 25px;
	}
	content .outer{
		padding: 0 15px;
	}
	.wrapper .rfq-body .rfq-body-left.rfq-add-img{
		float: right;
		width: 48%;
		margin-right: 0;
		padding: 20px;
		border: 1px solid #ccc;
	} 
	.wrapper .rfq-body .rfq-image-list{
		width: 49%;
		float: left;
	}
	.wrapper .rfq-body .rfq-image-list .rfq-img-view{
		height: 280px;
		width:  48%;
		float: left;
		border: 1px solid #ccc;
		margin-bottom: 10px;
		margin-right: 2%;
		background-image:url(../img/axa-logo-1024x1024.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		border-radius: 5px;
	}
	.wrapper .rfq-body .form-section.rfq-form-content{
		/* width: 50%; */
		float: right;
		clear: none;
		/* padding-left: 20px; */
	}
	.wrapper .rfq-body .rfq-body-right.rfq-test{
		width: 100%;
		margin-top: 20px;
	}
	.wrapper .rfq-test .testimonial-element{
		width: 50%;
		float: left;
		padding: 15px 20px;
		/* min-height: 170px; */
		/* border-bottom: 1px solid #ccc; */
	}
	/* .wrapper .rfq-test .testimonial-element:last-child{border-bottom: 0;} */
	.wrapper .rfq-test .testimonial-element:nth-child(even){
		border-right: 1px solid #ccc;
		clear: left;
	}
	
/* renovation image-end */ 
.wrapper .rfq-footer {
    padding-left: 35px;
    padding-right: 35px
}
.rfq-content-click  a{
	    color: #FF6E40; 
}

.wrapper .rfq-footer h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #383838
}

.wrapper .rfq-footer h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #383838
}

.wrapper .rfq-footer p {
    font-family: 'Lato', sans-serif;
    color: #383838
}
	#floor_plan_btn{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
/* designers-quotation	 */
	.designers-quotation{
		margin-top: -15px;
	}
	.designers-quotation .rfq-body-left.full-width{
		width: 100%;
		margin-right: 0;
	}
	.designers-quotation .submit-rfq-btn{
		max-width: 250px;
		margin: auto;
	}
	.designers-quotation.wrapper .rfq-body  .form-section{
		margin: 15px 0;
		display: inline-block;
		width: 100%;
	}
	.designers-quotation.full-width .col-xs-12{
		margin-bottom: 10px;
	}
/* designers-quotation-end */
/* renovation-quotation */
	.renovation-quotation {
		margin-top: -15px;
	}
/* renovation-quotation-end*/
/* renovation-contest */
	.renovation-contest{
		margin-top: -15px;
	}
/* renovation-contest-end */
@media(min-width:901px)and (max-width:1024px) {	
	.wrapper .rfq-add-img .col-sm-3,.wrapper .rfq-add-img .col-sm-4,.wrapper .rfq-add-img .col-sm-5{width: 50%;}
}
@media(max-width:900px) {
    .wrapper .rfq-body {
        overflow: auto;
		padding: 0 20px;
    }
    .wrapper {
        height: auto;
        margin: auto
    }
	.designers-quotation,.renovation-quotation{
		margin-top: -15px;
	}
    .wrapper .rfq-body .rfq-body-left {
        width: 80%
    }
	.wrapper .rfq-body .rfq-body-left.full-width ,.wrapper .rfq-body .rfq-body-left.rfq-add-img{
        width: 100%;
		margin-right: 0;
		margin-top: 15px;
    }
    .wrapper .rfq-body .rfq-body-left .prop-type {
        width: 100%
    }
    .wrapper .rfq-body .rfq-body-right {
        width: 80%;
        margin-top: 30px
    }
	.wrapper .rfq-body .rfq-body-right.full-width {
        width: 100%;
		margin-right: 0;
    }
	.wrapper .rfq-body .rfq-image-list{
		width: 100%;
		display: none;
	}
	.wrapper .rfq-body .form-section.rfq-form-content{
		width: 100%;
	}
	.wrapper .rfq-body .form-section.rfq-form-content{
		padding-left: 0;
		margin-top: 15px;
	}
	.wrapper .rfq-test .testimonial-element{
		width: 100%;
		min-height: auto;
		border-bottom: 1px solid #ccc;
		padding: 15px 0;
	}
	.wrapper .rfq-test .testimonial-element:last-child{border-bottom: 0;}
	.wrapper .rfq-test .testimonial-element hr{display: none;}
	.wrapper .rfq-test .testimonial-element:nth-child(2n){
		border-right: 0;
	}
	.wrapper .rfq-body .rfq-body-left .btn-whatsapp, .wrapper .rfq-body .rfq-body-left .btn-send-whatsapp {
		width:100%;
	}
}


@media(max-width:500px) {
    .wrapper {
        margin: auto
    }
    .wrapper .rfq-body-title {
        font-size: 21px
    }
    .wrapper .rfq-body .rfq-body-left {
        width: 100%
    }
    .wrapper .rfq-body .rfq-body-left .prop-type {
        width: 100%
    }
    .wrapper .rfq-body .rfq-body-left .prop-type .prop-element {
        width: calc(50% - 10px)
    }
    .wrapper .rfq-body .rfq-body-right {
        width: 100%;
        margin-top: 30px
    }
	.wrapper .rfq-body .rfq-image-list .rfq-img-view{
		float: none;
		max-width: 300px;
		width: 100%;
		margin: auto;
		margin-bottom: 10px;
	}
	.wrapper .rfq-test .testimonial-element{
		min-height: auto;
		width: 100%;
		padding:15px 0;
		border-bottom: 1px solid #ccc;		
	}
	.wrapper .rfq-test .testimonial-element:last-child{
		border-bottom: 0;
	}
	.wrapper .rfq-body .rfq-body-left .btn-whatsapp, .wrapper .rfq-body .rfq-body-left .btn-send-whatsapp {
		width:100%;
	}
}