.contact_layout .sec1{
	padding-top: 120px;
	padding-bottom: 100px;
}
.contact_layout .sec1 .header_inner{
	margin-bottom: 50px;
}
.contact_layout .sec1 .ms{
	max-width: 90%;
	margin: auto;
	text-align: center;
	padding-bottom: 50px;
	font-size: 18px;
}
.contact_layout .sec1 .info{
	display: flex;
	border-bottom: 1px solid #000;
	padding-bottom: 50px;
}
.contact_layout .sec1 .info .map{
	min-width: 65%;
	max-width: 65%;
}
.contact_layout .sec1 .info .map > img{
	max-width: 100%;
}
.contact_layout .sec1 .info .desc{
	min-width: 30%;
	max-width: 30%;
	padding-left: 40px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.contact_layout .sec1 .info .desc > *{
	min-width: 100%;
}
.contact_layout .sec1 .info .desc h3{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
}
.contact_layout .sec1 .info .desc h4{
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
}
.other_info{
	padding : 50px 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.other_info .title{
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.other_info .desc{
	display: flex;
	justify-content: center;
	min-width: 100%;
	max-width: 100%;
	margin-top: 15px;
}
.other_info .desc > div{
	max-width: 33.33%;
	min-width: 33.33%;
	padding: 30px;
}
.other_info .desc > div.left{
	text-align: right;
}
.other_info .desc > div.center{
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.other_info .desc > div > strong{
	display: block;
	font-size: 20px;
}
.contact_layout .sec2{
	padding: 70px 0;
	background: #eaeaea;
}
.contact_layout .sec2 .header_inner{
	margin-bottom: 60px;
}
#formContact label{
	font-size: 18px;
	font-weight: 700;
}
#formContact .checkbox label{
	font-weight: normal;
}
#formContact .checkbox a{
	font-weight: 700;
}
#formContact .form-control{
	border: none;
	border-radius: 0;
	box-shadow: 0px 3px 0px #d8d6d6;
	font-size: 18px;
	padding: 10px 20px;
	min-height: 50px;
}
#formContact .row{
	padding-bottom: 25px;
}
#GoogleCaptcha{
	margin: auto;
}
.checkbox > label > input{
	display: none;
}
.checkbox > label > input ~ span:before{
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
	font-size: 30px;
	vertical-align: middle;
	margin-right: 5px;
}
.checkbox > label > input:checked ~ span:before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
}
.is-invalid > span{
	color: red;
	font-size: 14px;
    padding-top: 5px;
}
@media (max-width: 1199px) {
	.contact_layout .sec1{
		padding-bottom: 0;
	}
    .contact_layout .sec1 .info .map{
        min-width: 55%;
        max-width: 55%;    	
    }
    .contact_layout .sec1 .info .desc {
        min-width: 45%;
        max-width: 45%;
    }
}
@media (max-width: 991px) {
	.contact_layout .sec2{
		padding: 50px 0;
	}
	.contact_layout .sec2 .header_inner{
		margin-bottom: 30px;
	}
	#formContact .row{
		padding-bottom: 0;
	}
	#formContact .row > div{
		padding-bottom: 25px;
	}
	.contact_layout .sec1 .ms{
		font-size: 16px;
	}
	.contact_layout .sec1 .info .desc h3{
		font-size: 20px;
	}
	.contact_layout .sec1 .info .desc h4{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.other_info .desc > div > strong{
		font-size: 16px;
	}
	.other_info .desc > div.left > p,
	.other_info .desc > div.right > p,
	.contact_layout .sec1 .info .desc{
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.contact_layout .sec1{
		padding-top: 70px;
	}
	.contact_layout .sec1 .header_inner{
		margin-bottom: 30px;
	}
	.contact_layout .sec1 .ms{
		max-width: 100%;
		padding-bottom: 30px;
	}
	.contact_layout .sec1 .info{
		flex-wrap: wrap;
		padding-bottom: 30px;
	}
	.contact_layout .sec1 .info .map,
	.contact_layout .sec1 .info .desc{
		max-width: 100%;
		min-width: 100%;
	}
	.contact_layout .sec1 .info .desc{
		padding-left: 0;
		padding-top: 20px;
		text-align: center;
	}
	.other_info{
		padding : 30px 0;
	}
	.other_info .desc > div{
		padding: 15px;
	}
	.other_info .desc > div.right{
		padding-right: 0;
	}
	.other_info .desc > div.left{
		padding-left: 0;
	}
}
@media (max-width: 575px) {
	.other_info{
		padding-bottom: 10px;
	}
	.other_info .desc{
		flex-wrap: wrap;
	}
	.other_info .desc > div {
	    min-width: 100%;
	    max-width: 100%;
	    padding: 15px 0;
	}
	.other_info .desc{
		justify-content: flex-start;
	}
	.other_info .desc > div.right{
		padding-left: 0;
		text-align: center;
		padding-top: 0;
	}
	.other_info .desc > div.center,
	.other_info .desc > div.left{
		text-align: center;
		border-right: none;
		border-left: none;
	}
	#formContact label,
	#formContact .form-control{
		font-size: 16px;
	}
}