/*Floating Button ::Starts*/
.floating-btns {
  position: fixed;
  right: 25px;
  z-index: 1000;
  top: 100%;
  margin-top: -170px;
}
.inner-pg .floating-btns {
  top: 390px;
} /* 06-06-2018 */
.post-booking .floating-btns,
.header-static .floating-btns {
  display: none;
}
.floating-btns > ul > li {
  display: block;
  position: relative;
}
.floating-btns > ul > li + li {
  margin-top: 8px;
}
.floating-btns > ul > li > a {
  height: 55px;
  width: 55px;
  background: #6b92c5;
  border-radius: 100%;
  line-height: 55px;
  display: block;
  text-align: center;
  border: 2px solid #edf3fd;
  box-shadow: 4px 4px 7px 0px rgba(186, 191, 191, 0.5);
}
.floating-btns > ul > li > a:hover,
.floating-btns > ul > li > a.active {
  background: #000096;
  color: #fff;
}
.floating-btns > ul > li > a > .fa-envelope,
.floating-btns > ul > li > a > .fa-envelope-o {
  font-size: 24px;
  color: #fff;
}
.floating-btns > ul > li > a > .fa-phone {
  font-size: 26px;
  color: #fff;
  position: relative;
  top: 4px;
}
.floating-btns > ul > li > a > .fa-map-marker {
  font-size: 26px;
  color: #fff;
  position: relative;
  top: 3px;
}
.floating-btns > ul > li > a > .fa-comments-o {
  font-size: 26px;
  color: #fff;
  position: relative;
  top: 4px;
}
.floating-btns > .btn-filter {
  width: 55px;
  height: 55px;
  background: rgba(107, 146, 197, 0.74);
  border-radius: 100%;
  line-height: 55px;
  position: relative;
  display: none;
  border: 2px solid #edf3fd;
  box-shadow: 4px 4px 7px 0px rgba(186, 191, 191, 0.5);
}
.floating-btns > .btn-filter:after {
  content: "";
  /* background: url(../images/common/icons/fa-custom-question-o-white.png)
    no-repeat center; */
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 32px;
  margin: -16px 0 0 -12px;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  position: absolute;
}
.floating-btns > .btn-filter.active {
  background-color: #000096;
}
.floating-btns > .btn-filter.active:after {
  /* background-image: url(../images/common/icons/fa-custom-times-white.png); /*width:23px; height:26px; margin:-18px 0 0 -16px;*/ */
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  background-size: 100% auto;
}
.floating-btns .Float-box {
  background: #edf3fd;
  width: 304px;
  position: absolute;
  top: 0;
  right: 64px;
  z-index: 9;
  display: none;
}
.floating-btns .Float-box:after {
  /* background: url(../images/common/icons/fa-custom-left-arrow.png); */
  width: 9px;
  height: 13px;
  position: absolute;
  right: -9px;
  top: 20px;
  content: "";
}
.floating-btns .Float-box.enquiry-form,
.floating-btns .Float-box.enquiry-form-sucess {
  width: 440px;
}
.floating-btns .enquiry-form > .form,
.floating-btns .chat-form > .form,
.floating-btns .tollfree-call span.toll-no,
.floating-btns .msg-sec,
.floating-btns .chat-window {
  border: 1px solid #cbd3e0;
  margin: 0;
  border-top: 0;
  padding: 16px 25px 25px;
  margin-top: 0px;
}
.floating-btns .Float-box .ttl {
  background: #6b92c5;
  padding: 8px 19px 8px 35px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  position: relative;
}
.floating-btns .Float-box .ttl .head-icon-wrap {
  background: #6b92c5;
  position: absolute;
  border: solid 2px #fff;
  left: -36px;
  display: inline-block;
  padding: 20px 17px 14px;
  top: 0;
  border-radius: 50%;
}
.floating-btns .Float-box .ttl > .fa-custom-close-icon {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
.floating-btns .Float-box > .ttl .close-btn {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 999;
}
.floating-btns .form > .form-group {
  margin-bottom: 5px;
}
.floating-btns .form > .form-group input,
.floating-btns .form > .form-group textarea,
.floating-btns .form > .form-group select {
  width: 100%;
  height: 25px;
  border: solid 1px #6992ca;
  border-radius: 3px;
  padding: 0 8px;
  font-size: 13px;
  line-height: normal !important;
  color: #3e3e3e !important;
  padding-left: 4px;
}
.floating-btns .form > .form-group textarea {
  resize: none;
  height: 105px;
  padding: 8px;
  padding-left: 4px;
}
.floating-btns
  .form
  .form-group
  .styled-select
  .btn-group
  .btn.dropdown-toggle {
  border: solid 1px #6992ca;
  background: #fff;
  height: 35px;
  color: #3e3e3e !important;
}
.floating-btns .styled-select .btn-group .btn .caret::before {
  right: 4px;
  background: url(../images/common/caret-arrow.png) no-repeat center center;
}
.form-group em.sub-tl {
  position: relative;
  font-size: 10px;
  margin: 0px;
  width: 150px;
  color: #989ba0;
  height: initial;
  display: block;
  font-style: italic;
}
.form-group em.sub-er {
  position: relative;
  font-size: 10px;
  margin: 0px;
  width: 150px;
  color: #ee9393;
  height: initial;
  display: block;
  font-style: italic;
}
.captcha-code-sec {
  display: block;
  text-align: center;
  border: solid 1px #6992ca;
  background: #fff;
  height: 35px;
  line-height: 35px;
}
.floating-btns .form > a.btn-primary {
  width: 100%;
}
.floating-btns .msg-sec .success-msg {
  color: #007123;
  font-size: 19px;
  font-weight: 600;
}
.floating-btns .msg-sec p > a {
  font-size: 18px;
  color: #000096;
  font-weight: bold;
}
.floating-btns .tollfree-call span.toll-no {
  font-size: 23px;
  color: #333;
  font-weight: bold;
  padding: 32px;
  display: inline-block;
  width: 100%;
} /*1aug2018*/
.floating-btns .Float-box.tollfree-call .head-icon-wrap {
  padding: 17px 19px 14px;
}
.floating-btns .chat-window {
  padding: 23px 19px 20px;
}
.floating-btns .chat-window .chatbox > .input-wrap {
  position: relative;
}
.floating-btns .chat-window .chatbox > .input-wrap > input {
  border: solid 1px #b2b6be;
  border-radius: 3px;
  padding: 4px 28px 4px 10px;
}
.floating-btns .chat-window .chatbox > .input-wrap > a {
  position: absolute;
  right: 8px;
  top: 9px;
  cursor: pointer;
}
.floating-btns .Float-box.enquiry-form,
.floating-btns .Float-box#chat-popup {
  top: -320px;
}
.floating-btns .Float-box.enquiry-form:after,
.floating-btns .Float-box#chat-popup:after {
  top: 172px;
}
.floating-btns .enquiry-form > .form,
.floating-btns .chat-form > .form,
.floating-btns .tollfree-call span.toll-no,
.floating-btns .msg-sec {
  border: 1px solid #cbd3e0;
  margin: 0;
  border-top: 0;
}
.floating-btns > .btn-filter {
  float: right;
}

/*floating btns css*/
.floating-btns > ul > li {
  position: relative;
  display: inline-block;
  width: auto;
  float: right;
  clear: right;
}
.floating-btns > ul > li > a {
  float: right;
  position: relative;
}
.floating-btns .msg-sec {
  padding: 16px 32px 32px;
}
.floating-btns .Float-box {
  background: #edf3fd;
  width: 304px;
  position: absolute;
  top: 0;
  right: 64px;
  z-index: 9;
  display: none;
}
.floating-btns .enquiry-form .sec-head {
  display: inline-block;
  margin-right: 7px;
  font-weight: bold;
}
.floating-btns .enquiry-form > .form,
.floating-btns .chat-form > .form {
  padding: 16px 25px 25px;
  margin-top: 0px;
}
.floating-btns
  .form
  .form-group
  .styled-select
  .btn-group
  .btn.dropdown-toggle {
  border: solid 1px #6992ca;
  background: #fff;
  height: 35px;
  color: #3e3e3e !important;
  padding-left: 4px;
  padding-right: 10px;
}
.floating-btns .form .styled-select .btn-group .btn .caret {
  right: 2px;
}
.floating-btns .Float-box.chat-form .head-icon-wrap,
.floating-btns .Float-box.chat-sec .head-icon-wrap {
  padding: 18px 17px 14px;
}
.floating-btns .Float-box.tollfree-call .head-icon-wrap i,
.floating-btns .Float-box.chat-form .head-icon-wrap i,
.floating-btns .Float-box.chat-sec .head-icon-wrap i {
  font-size: 26px;
}
.floating-btns .two-col-wrapper {
  margin-left: -10px;
}
.floating-btns .two-col-wrapper > div {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.floating-btns .two-col-wrapper > div > label {
  padding: 3px 0;
  cursor: pointer;
}
/*floating btns css*/
/*Floating Button ::Ends*/
