.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.proj-sec1{
	padding:100px 0;
}
.proj-sec1 h1{
	margin-bottom:50px
}
.text-white{
	color:#FFF;
}
.survey-btn{
	background:#00BBDA;
	color:#FFF!important;
	display: inline-block;
    text-align: center;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    min-width: 190px;
    font-size: 16px;
}
.survey-btn:hover{
	background:#FFF;
	color:#09214A!important;
	border: 2px solid #09214A;
}
.surveysec{
	padding:25px 0;
}
.customers-say{
	padding:60px 0;
}
.customers-left{
	padding-right:0px;
}
.customers-right{
	padding-left: 100px;
    max-width: 585px
}
.social_icons{
    display: flex;
    justify-content: center;
    grid-column-gap: 25px;
}
.social_icons a {
    width: 57px;
    height: 57px;
    background: #09214A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.social_icons a:hover {
    background: #00BBDA;
}
.proj-grid .vc_btn3.vc_btn3-color-sky,.proj-grid .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat {
    background-color: #00BBDA!important;
	color:#09214A!important;
	margin-bottom: 20px;
}
.proj-grid .vc_btn3.vc_btn3-color-sky:hover,.proj-grid .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:hover {
	border: 2px solid #09214A;
}
#lightbox .lb-details{
	display:none!important;
}
#lightbox .lb-data .lb-close {
    display: block;
    float: right;
    color: #FFF;
    width: 122px; /* Adjust width as needed for the text */
    height: 30px;
    text-align: center;
    outline: 0;
    opacity: 1;
    transition: opacity .2s;
    background: none; /* Remove the background image */
}

#lightbox .lb-data .lb-close::before {
    content: "Close Window"; /* Add the text */
}
.survey-sec{
	border-bottom:1px solid #BCBCBC;
}
.survey-left{
	padding:60px 0px;
}
.textarea1 textarea.wpcf7-textarea{
	height:80px!important;
}
.doortyperadio{
	display:flex;
	flex-direction: row;
}
.doortyperadio input[type="radio"] {
    display: none; /* Hide the default radio button */
}
.doortyperadio .wpcf7-list-item-label {
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #BCBCBC;
	font-weight:bold;
    cursor: pointer;
    position: relative;
	width: 240px;
}
.doortyperadio .wpcf7-list-item{
	/*margin:0 1em 0 0!important; */
	margin:0px 30px 14px 0px!important
	
}
/* Icon style */
.doortyperadio .wpcf7-list-item-label::before {
    background:url('https://www.force10doors.co.uk/wp-content/uploads/2024/04/door-icon.svg') no-repeat;
    position: absolute;
    left: 8px; /* Adjust the position of the icon */
    top: 50%;
    transform: translateY(-50%);
	width: 50px;
    height: 35px;
}

/* Radio button checked style */
.doortyperadio input[type="radio"]:checked + .wpcf7-list-item-label {
    background-color: #F0F0F0;
}

/* Change icon color when the radio button is checked */
.doortyperadio input[type="radio"]:checked + .wpcf7-list-item-label::before {
    
}
.composite-doors{
	padding-top: 75px;
    padding-bottom: 58px;
    background: transparent linear-gradient(90deg, #F0F0F0 0%, #B8D6DE 100%) 0% 0% no-repeat padding-box;
}
.moretext {
  display: none;
}
@media only screen and (max-width:1200px){
	.customers-left{
	padding-right:35px;
	}
	.customers-right{
		padding-left:20px;
	}
}
@media only screen and (max-width:937px){
	.surveysec{
		padding:30px 0 0 0;
	}
	.surveysec .vc_column-inner{
		padding-top:0!important;
	}
	.surveysec .vc_col-sm-8{
		width:100%;
	}
	.surveysec .vc_col-sm-4{
		width:100%;
		text-align:center;
	}
	.surveysec .text-right{
		text-align:center;
	}
}
@media only screen and (max-width:1400px) and (min-width:1000px){
.proj-sec1 {padding-top:60px}
	.proj-sec1 h1{padding-bottom:25px}
	p.backtotop {width:60px;height:60px}
}

@media only screen and (max-width:990px) and (min-width:768px){
	.proj-sec1 {padding-top:60px}
	.proj-sec1 h1{padding-bottom:20px}
	.customers-left{
	padding-right:15px;
	}
	.customers-right br{
		display:none;
	}
	.customers-right{
		padding-left:5px;
	}
}
@media only screen and (max-width:767px){
	.proj-sec1{
		padding:50px 0px 0px;
	}
	.customers-say{
		padding:50px 0 20px;
	}
	.customers-left{
		padding-right:0;
	}
	.customers-right{
		padding-left:0;
	}
}