
.contact_us .card .card-body .card-title{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.contact_us .card .card-body .card-text{
    color: #000;
    font-size: 16px;
}
.blue_txt{
    color: #2479a6;
}
.contact_form_wrapper{
    background: #ecedef;
}
.contact_form_wrapper form .form-control{
    font-size: 14px;
    color: #000;
}
.contact_form_wrapper button[type=submit]{
    background: #2479a6;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.form-control::-moz-placeholder{
	color:#000 ;
	opacity:1;
}
.form-control:-ms-input-placeholder{
	color:#000;  
	text-transform:none;
	opacity:1;
}
.form-control::-webkit-input-placeholder{
	color:#000;
	opacity:1;
}
.field-title{
    position: relative;
}
.field-title:after{
    position: absolute;
    display: inline-block;
    right: 0;
    content: ':';
}










/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    
}