/*After Hours Btn Starts*/
.after_hours_wrapper {
  position: fixed !important;
  bottom: 15px !important;
  right: 255px;
  left: auto !important;
  z-index: 9000000 !important;
}
.after_hours_btn {
  background-color: #ff6600!important;
  position: relative !important;
  font-weight: bold;
  right: -74%;
  bottom: 10px;
  margin: 0;
  color: #FFFFF0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  z-index: 100;
  border-radius: 20px !important;padding: 2px 15px;
}
.after_hours_btn i{padding-right: 6px;}


.after_hours_btn:hover {
  text-decoration: none;
  cursor: pointer;
  background:#00205B !important;
}
.after_hours_btn img {
  margin-right: 10px;
  vertical-align: middle;
}
.required_field_msg {
  isplay: block !important;
  font-size: 80%;
  color: #404040 !important;
  margin-bottom: 8px !important;
  text-align: end !important;
  font-size: 13px;
}
#enquiry_wrapper {
  right: 1%;
  position: fixed;
  z-index: 9999;
  width: 23%;
  border: 3px solid #85b72a;
  border-radius: 15px;
  bottom: 72px;
  background: #F9F9F9;
}
#enquiry_wrapper label {
  display: block !important;
  font-size: 14px;
  color: #404040 !important;
  margin-bottom: 4px !important;
}

#enquiry_wrapper fieldset{margin-bottom: 0px!important;}



.cross_btn {
  float: right;
  font-size: 100%;
  position: fixed !important;
  bottom: 12px !important;
  right: 62px !important;
  left: auto !important;
  height: 45px !important;
  width: 48px !important;
  z-index: 2147483646 !important;
  border: 0 !important;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25) !important;
  box-sizing: border-box !important;
  transition: all .4s, bottom .8s ease-in-out !important;
  cursor: pointer !important;
  display: inline-block !important;
  margin: 0 !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  animation-name: loadBubble;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: .2s;
  background: #ff6600 !important;
  text-align: center;
}
.cross_btn i {
  color: #fff;
  vertical-align: middle;
  font-size: 16px;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}
#enquiry_wrapper .top_section {
  padding: 7px;
  background-color: #ff6600 !important;
  color: #fff !important;
  border-color: #ff6600 !important;
  text-align: center;
  border-radius: 12px 12px 0px 0px;
}
#enquiry_wrapper .top_section h3 {
  color: #fff !important;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 25px;
}
#enquiry_wrapper .top_section p {
  color: #fff !important;
}
#contact {
  padding: 15px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 0px 0px 10px 10px;
}
#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}
#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}
fieldset {
  border: medium none !important;
  /* margin: 0 0 10px;*/
  min-width: 100%;
  padding: 0;
  width: 100%;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
  width: 100%;
  border: 1px solid #abacad !important;
  background: #FFF;
  margin: 0 0 5px;
  padding: 7px;
  border-radius: 6px;
  font-size: 16px;
}
#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}
#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}
#contact button[type="submit"] {
  cursor: pointer;
  background-color: #00205B!important;
  border-radius: 28px !important;
  text-transform: uppercase !important;
  letter-spacing: .5px;
  border: 0 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
  font-size: 1em;
  font-weight: 500 !important;
  padding: 11px 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 10px 0 !important;
}
#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.copyright {
  text-align: center;
}
#contact input:focus, #contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}


.top_wrapper {
	background: #2866a1!important; padding: 0px!important;
}
.top_wrapper h3 {
	font-size: 16px;
color: #fff;
line-height:25px;
margin-bottom: 0; letter-spacing:1px;
}

.top_wrapper h3 a{color:#fff!important;}