/* floating box style */
.floating-form { /*contact form wrapper*/
  max-width: 485px;
  padding: 10px;
  border: 1px solid #ddd;
  right: 10px;
  position: fixed; /*Form position fixed*/
  background-color: white;
  height: 330px;
  top: 40%;
  z-index: 9;
}

.floating-form visiable::before{
  background: #14BBD3;
}
.contact-opener { /*opener button*/
  position: absolute;
  left: -127px;
  padding: 9px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
  cursor: pointer;
  background-color: #14BBD3;
}

.contact_img{
  text-align: center;
}

.contact_text{
  font-size: 18px;
}

.chat_height{
  height: 100px;
  text-align: center;
}

#contact_form .heading{
  margin: 5% auto;
  text-align: center;
  font-size: 15px;
}

.chat_brder{
  border-right: 1px solid #ccc;
  height: fit-content;
}

.chat_ico{
  font-size: 30px;
  color: #14BBD3;
}

.chat_txt{
  font-weight: bold;
  line-height: 3;
  font-size: 16px;
}

.chat_content{
  font-size: 12px;
}

.close_contact{
  text-align: right;
  font-size: 10px;
  color: #000;
}

.close_contactico{
  font-size: 13px;
  color: #14BBD3;
}

.contact_Close{
  background:none;
  border: none;
}

.relation_manager{
  margin: 3% 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

/* Contact Section */
#contact {
  /* padding: 100px 0 60px 0; */
  /* background: #1f386e; */
  color: rgba(255,255,255,.65);
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact h4 {
  color: #fff;
  margin-top: 22px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact form {
  padding-top: 20px;
}
#contact h3 {
  font-size: 17px;
  font-weight: 600;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #1f386e;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: rgba(255,255,255,1);
  display: block;
}
#contact .social {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 24px;
  padding: 10px;
  color: rgba(255,255,255,0.6);
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #fff;
}

#contact .social b{
  color: white;
}

.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.section-title h2::after {
  position: absolute;
  content: "";
  background-color: #e52f3c;
  height: 3px;
  width: 50px;
  bottom: -1px;
  left: 0;
}

.map {
  position: relative;
  z-index: 9;
}
.text {
  position: relative;
  /* z-index: 9999; */
  font-size: 16px;
  line-height: 1.4;
  /* background-color: #fff; */
  margin: 0 auto;
  color: #333;
  opacity: 0.89;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
