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

/*header style 1*/

.module-15 .cta-header .phonenumber:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath d='M224.2 89C216.3 70.1 195.7 60.1 176.1 65.4L170.6 66.9C106 84.5 50.8 147.1 66.9 223.3C104 398.3 241.7 536 416.7 573.1C493 589.3 555.5 534 573.1 469.4L574.6 463.9C580 444.2 569.9 423.6 551.1 415.8L453.8 375.3C437.3 368.4 418.2 373.2 406.8 387.1L368.2 434.3C297.9 399.4 241.3 341 208.8 269.3L253 233.3C266.9 222 271.6 202.9 264.8 186.3L224.2 89z'/%3E%3C/svg%3E");
    width: 32px;
    height: 32px;
    display: inline-block;
}

.module-15 .cta-header .phonenumber {
    display: flex;
    align-items: center;
    gap: 5px;
}

.module-15 .cta-header .phonenumber a span {
    font-weight: 700;
    color: #4277b8;
}

.module-15 .cta-header .phonenumber a:hover,
.module-15 .cta-header .phonenumber a:focus {
    text-decoration: underline !important;
    text-underline-offset: 7px !important;
}

.module-15 .cta-header .ry-btn.ry-btn-primary:hover,
.module-15 .cta-header .ry-btn.ry-btn-primary:focus {
    background: #2f5ea3 !important;
    color: #fff;
}

.module-15 .cta-header .phonenumber a {
    font-size: 25px;
    color: #42474d;
    font-weight: 400;
}

.module-15 .contained .left img {
    max-width: max-content;
}

.module-15 .cta-header a.ry-btn.ry-btn-primary {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #42474d;
    font-weight: 400;
    text-align: center;
}

.module-15 .contained .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.module-15 .cta-header {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: max-content;
}

.module-15 .cta-header a.ry-btn.ry-btn-primary:after {
    display: none;
}

.module-15 {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  position: absolute;
  z-index: 1000;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
  left: 0;
  top: 0;
  background: transparent !important;
}
@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: grid;
  grid-template-columns: 420px 1280px;
  justify-content: space-between;
  align-items: center;
}

.module-15 .left .logo-wrap {
}

.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;
}
@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: #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;
}
