@media (min-width: 768px) {
		    .modal-sm {
		        width: 400px;
		    }
		}
		.modal-header{
			padding:0;
			border-top-left-radius: 20px;
			border-top-right-radius: 20px;
		}
		.f-desc{
			margin:30px 0;
		}
		.f-desc a{
		    display: inline-block;
		}
		.m-title{
			text-align: center;
			overflow: hidden;
		}
		.m-title .title-1{
			width:50%;
			float:left;
			background: #F0F0F0;
			padding:15px;
			border-top-left-radius: 20px;
		}
		.m-title .title-2{
			width:50%;
			float:left;
			background: #F0F0F0;
			padding:15px;
			border-top-right-radius: 20px;
		}
		.m-title .t-active{
			background:#fff;
		}
		.col-form-label{
		
			line-height:2;
			margin-top: 8px;
		}
		.col-form-label span{
			color:red;
			display: inline-block;
		}
		.form-group{
			margin-bottom:0;
		}
		.form{
			padding:20px;
			border:1px solid #eee;
			border-radius: 20px;
			/* margin:20px 0; */
		}
		.t-desc{
			line-height:1.4;
			color:#666;
		}
		.form-group{
			border-bottom:1px solid #eee;
		}
		.modal-body{
			padding:20px;
		}
		.contactusmain_cont_ewmbox {
		  width: 100%;
		  min-height: 1px;
		  overflow: hidden;
		  padding-top: 30px;
		}
		.contactusmain_cont_ewmimg {
		  width: 100%;
		  min-height: 1px;
		  overflow: hidden;
		  text-align: center;
		}
		.contactusmain_cont_ewmimg img {
		  width: 180px;
		}
		.contactusmain_cont_ewmtext{
			text-align: center;
			padding:30px;
		}
		.form-control:focus{
		/* 	border-color: none;
			outline: 0;
			-webkit-box-shadow: none;
			box-shadow: none */
		}