#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: 18px;
  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;
}
.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: 450px;
}
.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;
	margin-left: auto;
	gap: 15px;
	width: fit-content;
}
.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: 30px;
  width: auto;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.module-15 .right .social-icons {
    padding-right: 25px;
}
@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;
}
@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: #111 !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: #fff;
  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;
}

/** Updated CSS By AKBAR **/

.module-15.style2 {
    background: transparent !important;
    position: absolute;
}

.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, .module-15 .right .__subs.search .search-bar-widget .btn {
	background: #b0223e;
}

.module-15 .right .__subs:hover{
	background: #fff;
}