.contact-and-map .section-title{
	font-weight: 400;
	text-align: left;
	margin-bottom: 40px;
      color: #2d67ab;
}
#googleMap{
	width: 100%;
	height: 414px;
}
.message{
	height: 200px;
}
.form .input-group{
	margin-bottom: 15px;
}
.contacts{
	background: #f9f9f9;
	text-align: center;
}


/*.concsec {

}*/

.contact {
    padding: 0px 0;
     /*background: #fff;*/ 
    /*background: -webkit-linear-gradient(left, #37444b, #8491a0);
    background: -o-linear-gradient(left, #37444b, #8491a0);
    background: -moz-linear-gradient(left, #37444b, #8491a0);
    background: linear-gradient(left, #37444b, #8491a0);*/


    /*background-color:#4395BC;*/
    transition: all .4s ease-in-out;
}
.contact:hover{
	background: #60C9EB;
}
.contact:hover .contact-icon, .contact:hover .contact-name, .contact:hover .contact-detail{
	color: #fff;
}
.contact-icon{
	/*color: #fff;*/
    /*color: #00adef;*/
    color: #2d67ab;
	font-size: 30px;
}
.contact-name{
	    color: #00ACEE;
	/*font-size: 16px;*/
    font-weight:normal;
	margin: 5px auto;
}
.contact-detail{
	/*color: #969595;*/
    /*color: #5a5b5a;*/
	line-height: 180%;
	/*font-size: 14px;*/
    font-weight:normal;
    color:#0E4B9A;
}





@media (max-width:991.89px) {
    .section-enquiry-col {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction:column-reverse;
    }
}

