.ct-info h6{
	font-size: 19px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
}
.ct-info p{
	margin-bottom: 0;
	color: #282525;
	font-size: 16px;
}
.ct-info h6,.ct-info span{
	color: #e15a2d;
}
.col-md-6:nth-child(1){
	padding: 0 15px 0 0;
}
.col-md-6:nth-child(2){
	padding: 0 0 0 15px;
}
.ct-info-border{
	border-top: 1px solid #f2f2f2;
	margin-top: 30px;
	margin-bottom: 20px;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	.col-md-6:nth-child(1),.col-md-6:nth-child(2){
		padding: 0 !important;
	}
}
.ct-form label{
	font-weight: inherit;
	font-size: 18px;
}
.ct-form input[type=text],.ct-form select{
	height: 36px;
} 
.ct-form textarea{
	height: 80px;
}
.ct-form input[type=text],.ct-form textarea,.ct-form select{
	width: 100%;
	background-color: #f7f7f7;
    color: #282525;
    border: 1px solid #FFF;
    margin-bottom: 10px;
    padding-left: 3px;
    font-size: 17px;
}
.ct-form input[type=text]:focus,.ct-form textarea:focus,.ct-form select:focus{
  	border-color: #af9675;
  	outline:none;
}
.ct-checkbox,.ct-checkbox+label{
	display: inline-block;
	vertical-align: top;
}
.ct-checkbox+label{
	width: 90%;
	font-size: 17px;
	margin-bottom: 20px;
}
.ct-checkbox+label a{
	color: #e15a2d;
}
.ct-hint{
	color: #BC2005;
	display: none;
}
.myDailog{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.7);
	z-index: 9990;
	display: none;
}
.myDailog>div{
	width: 300px;
	background-color: #FFF;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -150px;
	border-radius: 6px;
}
.myDailog p{
	color: #282525;
	font-size: 16px;
	line-height: 40px;
}
.myDailog a{
	float: right;
	margin-bottom: 0;
}