#live-btn .form-group {
  margin: 10px 0;
  width: unset;
  height: unset;
}

/*header style 2*/
.module-15 {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  position: absolute;
  z-index: 1000;
  padding-left: 4.16667vw;
  padding-right: 4.16667vw;
  padding-top: 80px;
  padding-bottom: 18px;
  left: 0;
  top: 0;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .module-15 {
    display: none;
  }
}
.module-15 .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module-15 .contained {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content: space-between;
}
.module-15 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
}
.module-15 .left .logo-wrap {
    margin-left: 2.5vw;
    max-width: 300px;
    bottom: 50px;
}
.module-15 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module-15 .right .__subs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  height: 50px;
  border-radius: 10px;
  width: auto;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .module-15 .right .__subs {
    height: 40px;
  }
}
.module-15 .right .__subs:hover a,
.module-15 .right .__subs:hover input[type="text"],
.module-15 .right .__subs:hover .fa {
  color: #000 !important;
}
.module-15 .right .__subs:hover .btn {
  background: #fff !important;
}
.module-15 .right .__subs.search {
  width: auto;
  border-radius: 30px !important;
}
.module-15 .right .__subs.search .btn {
  padding: 0;
}
.module-15 .right .__subs.search .search-bar-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@supports (-webkit-overflow-scrolling: touch) {
  .module-15 .right .__subs.search .search-bar-widget {
    display: none;
  }
}
.module-15 .right .__subs.search .search-bar-widget .input-group-btn {
  width: auto;
}
.module-15 .right .__subs.search .search-bar-widget .form-control {
  background: transparent;
  width: 0;
  min-width: 0 !important;
  max-width: 300px !important;
  padding: 0;
  border: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-origin: right;
  transform-origin: right;
  color: #fff;
  font-weight: 500;
  font-size: 85% !important;
}
.module-15
  .right
  .__subs.search
  .search-bar-widget
  .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  font-size: 100%;
}
.module-15
  .right
  .__subs.search
  .search-bar-widget
  .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  font-size: 100%;
}
.module-15
  .right
  .__subs.search
  .search-bar-widget
  .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  font-size: 100%;
}
.module-15 .right .__subs.search .search-bar-widget .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  font-size: 100%;
}
.module-15 .right .__subs.search .search-bar-widget .form-control::-ms-clear {
  display: none;
}
.module-15 .right .__subs.search .search-bar-widget .btn {
  border-color: transparent;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 17px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .module-15 .right .__subs.search .search-bar-widget .btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.module-15 .right .__subs.search .search-bar-widget:hover {
  border-radius: 10px;
}
.module-15 .right .__subs.search .search-bar-widget:hover .form-control {
  -webkit-transform-origin: right center !important;
  transform-origin: right center !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 20px !important;
  display: block;
  width: 300px !important;
}
@media (max-width: 1000px) {
  .module-15 .right .__subs.search .search-bar-widget:hover .form-control {
    width: 170px !important;
  }
}
.module-15 .right .__subs.search .search-bar-widget:hover .form-control .btn {
  background: #fff !important;
}
.module-15 .right .__subs.phone div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  border: 10px;
}
.module-15 .right .__subs.phone a {
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
}
.module-15 .right .__subs.phone a::before {
  content: "\f095" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  margin-right: 10px;
  -webkit-transform: scale(0.8) !important;
  transform: scale(0.8) !important;
	display: block !important:
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .module-15 .right .__subs.phone a::before {
    font-size: 14px;
  }
}
.module-15 .right .__subs.appointment div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%;
}
.module-15 .right .__subs.appointment a {
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
}
.module-15 .right .__subs.appointment a::before {
  content: "\f073";
  font-family: fontawesome;
  font-size: 18px;
  margin-right: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .module-15 .right .__subs.appointment a::before {
    font-size: 14px;
  }
}
.module-15 .right .__subs a {
  font-weight: 500 !important;
  font-size: 85%;
}
.module-15.style2 .right .__subs:hover a,
.module-15.style2 .right .__subs:hover input[type="text"],
.module-15.style2 .right .__subs:hover .fa {
  color: #fff !important;
}
.module-15.style2 .right .__subs.search {
  background: transparent !important;
}
.module-15.style2 .right .__subs.search .search-bar-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@supports (-webkit-overflow-scrolling: touch) {
  .module-15.style2 .right .__subs.search .search-bar-widget {
    display: none;
  }
}
.module-15.style2 .right .__subs.search .search-bar-widget .input-group-btn {
  width: auto;
}
.module-15.style2 .right .__subs.search .search-bar-widget .form-control {
  background: transparent;
  width: 0;
  min-width: 0 !important;
  max-width: 300px !important;
  padding: 0;
  border: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-origin: right;
  transform-origin: right;
  color: #fff;
  font-weight: 500;
  font-size: 85% !important;
}
.module-15.style2
  .right
  .__subs.search
  .search-bar-widget
  .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  font-size: 100%;
}
.module-15.style2
  .right
  .__subs.search
  .search-bar-widget
  .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  font-size: 100%;
}
.module-15.style2
  .right
  .__subs.search
  .search-bar-widget
  .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  font-size: 100%;
}
.module-15.style2
  .right
  .__subs.search
  .search-bar-widget
  .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  font-size: 100%;
}
.module-15.style2
  .right
  .__subs.search
  .search-bar-widget
  .form-control::-ms-clear {
  display: none;
}
.module-15.style2 .right .__subs.search .search-bar-widget .btn {
  border-color: transparent;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 17px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .module-15.style2 .right .__subs.search .search-bar-widget .btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.module-15.style2 .right .__subs.search .search-bar-widget:hover {
  border-radius: 10px;
}
.module-15.style2 .right .appointment.__subs {
    background: #333333 !important;
}
.module-15 .right .__subs a:before {
    display: none;
}
.module-15.style2 .right .phone.__subs:not(.paybill):not(.eye) a:before {
    content: "\f095" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    margin-right: 10px;
    -webkit-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
    display: block;
}
