/*-----------------------------------------------------------------------------
    Contact Us
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
	    Contact Us - Get in touch
	-----------------------------------------------------------------------------*/
.contact_us_section .get_in_touch_section .contact_info_holder {
  margin-bottom: 40px;
}

.contact_us_section .get_in_touch_section .contact_info_holder [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

@media (max-width: 640px) {
  .contact_us_section .get_in_touch_section .contact_info_holder [class*='col-'] {
    width: 100%;
  }
}

.contact_us_section .get_in_touch_section .contact_info_holder .box_holder {
  background: #f1f1f1;
  height: 155px;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .contact_us_section .get_in_touch_section .contact_info_holder .box_holder {
    height: 175px;
  }
}

.contact_us_section .get_in_touch_section .contact_info_holder .box_holder .icon {
  font-size: 30px;
  color: #3ebbe7;
}

.contact_us_section .get_in_touch_section .contact_info_holder .box_holder .info {
  color: #3ebbe7;
  font-size: 14px;
  font-family: "roboto", arial, sans-serif;
  font-weight: 500;
  margin-top: 5px;
}

.contact_us_section .get_in_touch_section .contact_info_holder .box_holder .info span {
  font-weight: 200;
}

.contact_us_section .get_in_touch_section .contact_info_holder .box_holder .info a {
  color: #3ebbe7;
}

.contact_us_section .get_in_touch_section .contact_info_holder .box_holder .info a.btn_link {
  text-decoration: underline;
  margin-top: 5px;
  display: block;
}

.contact_us_section .get_in_touch_section hr {
  border: 1px solid #b9b9b9;
}

.contact_us_section .get_in_touch_section .content_title, .contact_us_section .get_in_touch_section .content_desc {
  color: #333333;
}

.contact_us_section .get_in_touch_section .content_desc {
  font-weight: 200;
}

/*-----------------------------------------------------------------------------
	    Contact Us - Enquire Online
	-----------------------------------------------------------------------------*/
.contact_us_section .enquire_online_section .fomr_holder .indicates_info {
  color: #555555;
  font-size: 12px;
  font-weight: 200;
}

.contact_us_section .enquire_online_section .fomr_holder .button_holder {
  margin-top: 20px;
}
