/* Header - Start */
#ry-header {
  z-index: 999999;
  display: block;
  position: relative;
}

body.fixed-header .header .head-menu-wrap {
  padding-left: 0;
}

body.fixed-header .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  /* background: #fff; */
  /* box-shadow: 24px 5px 20px rgba(0, 0, 0, 0.1); */
}

.header {
  display: flex;
  justify-content: space-between;
  /* background: #171717; */
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: absolute;
}

body.default:not(.fixed-header) .header {
  position: relative;
}

.header .top {
  background: #000;
  display: flex;
  padding: 0;
  justify-content: flex-start;
  gap: 18px;
  align-items: center;
}

body.fixed-header .header .top {
  padding: 18px 28px;
}

.header .bottom {
  display: flex;
  justify-content: flex-end;
  padding: 18px 12px 18px 12px;
}

body.fixed-header .header .bottom {
  padding: 0 28px;
}

body.fixed-header .header .bottom .contact-wrap {
  padding-top: 10px;
  /* display: none; */
}

.head-menu-wrap {
  width: fit-content;
  /* padding-left: 2.5em; */
  flex: 1;
}

.header .top .ry-container {
  max-width: 100%;
}

.header .head-menu-wrap li.active a {
  color: #000;
  background: #2c6f8d;
}

.head-menu-list li.active:hover a {
  color: #000 !important;
}

.header .head-menu-wrap li a {
  color: #fff;
  font-size: clamp(18px, 1.042vw, 19px);
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  font-family: var(--font-title);
  letter-spacing: 1px;
  line-height: 1;
}

.header .head-menu-wrap li a:hover {
  color: var(--color-secondary);
}

.header .head-menu-wrap li a span {
  margin: 0 0 0 5px;
}

.header .head-logo-wrap {
  position: relative;
  /* background: var(--color-primary); */
  align-items: center;
  display: flex;
  justify-content: center;
  width: 15%;
  max-width: 300px;
  padding: 18px 12px;
}

@media only screen and (min-width: 1301px) {
  .header .bottom .head-logo-wrap,
  .header .top #review,
  .header .top #appointment {
    display: none !important;
  }
}

@media only screen and (max-width: 1300px) {
  .header .top {
    /* padding-left: 12px; */
  }

  .header .bottom {
    display: none;
  }
}

body:not(.fixed-header) .header .head-logo-wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 120%;
  width: 100%;
  background: #072947;
}

.header .head-logo-wrap img {
  max-width: 230px;
  transition: all ease 0.6s;
  z-index: 2;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
@media only screen and (min-width: 992px) {
  body:not(.fixed-header) .header .head-logo-wrap img.fixed {
    display: none;
  }
  body.fixed-header .header .head-logo-wrap img:not(.fixed) {
    display: none;
  }
}
.head-menu-list {
  padding: 0 0 0 18px !important;
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: flex-start;
  gap: 0 4%;
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li a {
  padding: 22px 20px;
  display: block;
}

.head-menu-list li.dropdown {
  margin: 4px 0 0 0;
}

.head-menu-list li.dropdown .dropdown-menu.hover {
  top: 15px !important;
  padding: 32px 0 0 0;
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li a:hover {
  color: #fff !important;
}

.head-menu-list .third-level-container .third-level-dropdown {
  padding: unset;
  height: 100%;
}

.head-menu-list .third-level-container .third-level-dropdown li {
  /*padding: 0 0 0 18px !important;*/
  /*height: inherit;
          display: flex;*/
  align-items: center;
}

.head-menu-list li.third-level-container.has-child:after {
  content: "\f04b";
  font-family: fontAwesome;
  font-size: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

.header .contact-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  position: relative;
  /* right: 1.5%; */
}

.header .contact-wrap {
  /* display: block; */
  /* width: 100%; */
  /* height: 100%; */
  display: flex;
  gap: 0 10px;
}

.header .top .contact-wrap {
  padding-right: 20px;
}

body.fixed-header .header .top .contact-wrap {
  padding: 0;
}

.header .contact-wrap a {
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  width: 100%;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #00b5f0;
  white-space: nowrap;
}

.header .contact-wrap .head-callus-wrap a:hover {
  background: var(--color-secondary) !important;
  border: 1px solid var(--color-secondary);
  color: #000 !important;
}

.header .contact-wrap .head-sched-app-wrap a:hover, .header .bottom .contact-wrap a:hover {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #e8c982;
}

.header .contact-wrap .head-callus-wrap a {
  color: #ffffff !important;
  border: 1px solid #e8c982;
}

.header .contact-wrap a:before {
  font-family: fontAwesome;
  display: block;
  margin: 0 8px 0 0;
  font-size: 14px;
}

.header .contact-wrap .head-callus-wrap a span {
  font-weight: 700;
  margin-left: 10px;
}

.header .contact-wrap .head-callus-wrap a:before {
  content: "\f095";
}

.header .contact-wrap .head-sched-app-wrap a, .header .bottom .contact-wrap a {
  color: #000 !important;
  background: #00b5f0 !important;
}

.header .contact-wrap .head-sched-app-wrap a:before {
  content: "\f133";
}

.header .head-menu-wrap li.dropdown .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  display: block;
  /* position: absolute;
         */
}

.header .head-menu-wrap li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.header .menu-bar {
  height: 25px !important;
  min-width: 20px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-evenly;
  cursor: pointer;
  align-items: flex-end;
  position: relative;
}

.header .menu-bar:hover {
  opacity: 0.6;
}

.header .menu-bar > div {
  border-top: 3px solid #fff;
}

.header .menu-bar div:nth-child(1),
.header .menu-bar div:nth-child(3) {
  width: 100%;
}

.header .menu-bar div:nth-child(2) {
  width: 100%;
}

.header .menu-bar:hover > div {
  border-top: 3px solid #000;
}

.head-menu-list > li.active > a {
  background: transparent !important;
  color: var(--color-secondary) !important;
}

.head-menu-list > li.active > a:hover {
  color: #2c6f8d !important;
}

.ry-menu .ry-nav li .dropdown-toggle .caret {
  display: block;
  margin: 0 0 0 4px;
}

#menu_container,
.mm-panel {
  /* background: #2C6F8D;*/
}

.module-34 {
  display: none;
}

@media only screen and (min-width: 992px) {
  .header .menu-bar {
    display: none !important;
  }

  /*Onscroll Fixed Header Layout*/

  body.fixed-header .header {
    animation: 0.5s cubic-bezier(1, 0.01, 0, 1.01) show_header;
  }

  @keyframes show_header {
    0% {
      top: -100%;
    }

    100% {
      top: 0;
    }
  }

  body.fixed-header .header .head-logo-wrap {
    /* padding: 0 0; */
    /* max-width: 300px; */
    height: clamp(120px, 12.5vw, 200px);
    /* background: var(--color-primary); */
    top: 0;
    border-radius: 0 0 28px 28px;
    position: absolute;
    padding: 0;
    border-radius: 0 0 18px 18px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    height: 300px;
  }

  body.fixed-header .header .head-logo-wrap img {
    /* height: 80px; */
    object-fit: cover;
    /* clip-path: circle(20.1% at 8% 48%); */
    padding: 11px 0;
    object-position: left;
    position: absolute;
    /* top: -11px; */
  }
  body.fixed-header .header .head-logo-wrap img.fixed {
    padding: 0;
    max-width: unset;
    /* height: 300px; */
    /* max-height: unset; */
  }

  body.fixed-header .head-menu-list {
    /* gap: clamp(28px, 3.021vw, 58px); */
    padding-left: clamp(100px, 18.229vw, 350px) !important;
  }

  body.fixed-header .head-menu-list a {
    font-weight: 400;
  }

  body.fixed-header .header .contact-wrap {
    /* flex-direction: row; */
    /* gap: 28px; */
  }

  body.fixed-header .header .contact-wrap > .head-sched-app-wrap {
    /* height: 81px; */
    /* min-width: 81px; */
    /* width: 81px; */
  }

  body.fixed-header .header .contact-wrap .head-callus-wrap a {
    /* background: transparent !important; */
    /* color: #000 !important; */
    /* padding: 0; */
    /* white-space: nowrap; */
  }

  body.fixed-header .header .contact-wrap .head-callus-wrap a:hover {
  }

  body.fixed-header .header .contact-wrap .head-callus-wrap a:before {
    font-size: 20px;
  }

  body.fixed-header .header .contact-wrap .head-sched-app-wrap a:before {
    /* font-size: 18px; */
    /* position: absolute; */
    padding: 2px;
  }

  body.fixed-header .header .contact-wrap .head-sched-app-wrap a {
    /* font-size: 0; */
    /* padding: 10px; */
    /* justify-content: center; */
    /* height: 100%; */
    /* width: 100%; */
    /* background: #687981; */
  }

  body.fixed-header .header .contact-wrap .head-sched-app-wrap a:before {
    /* margin: 0; */
  }
}

.module-34 {
  display: none;
}

#menu_container,
.mm-panels > .mm-panel {
  /*background: #2C6F8D;*/
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li.active > a,
.ry-menu .ry-nav li.dropdown .dropdown-menu li.active a:hover {
  color: #ffffff !important;
  opacity: 0.8;
}

@media only screen and (max-width: 1199px) {
  .header .head-menu-wrap li a,
  .header .contact-wrap a {
    font-size: clamp(12px, 1.25vw, 18px);
  }

  .header .contact-wrap a {
    padding: clamp(18px, 1.528vw, 22px) 28px;
  }
}

@media only screen and (max-width: 991px) {
  .header .top {
    justify-content: space-between;
    gap: 8px;
  }
  body .header .head-logo-wrap img.fixed,
  body:not(.fixed-header) .header .head-logo-wrap:before {
    display: none;
  }

  .head-menu-wrap {
    display: none !important;
  }

  .header .contact-wrap .head-callus-wrap a {
    border: none;
    color: #000 !important;
  }

  body.home.fixed-header .head-logo-wrap {
    /* background: transparent !important; */
    /* top: 1em; */
  }

  ul#header-social {
    display: none !important;
  }

  .caret {
    display: none;
  }

  body.show-sidebar {
    height: 100vh;
    overflow: hidden !important;
    width: 100vw;
  }

  .header {
    height: 80px;
  }

  .header .head-logo-wrap {
    max-width: unset;
    align-items: center;
    gap: 12px;
    width: 50%;
    max-width: 250px;
  }

  .header .head-logo-wrap img {
    /* padding: 15px; */
  }

  .header .contact-wrap {
    flex-direction: row;
    gap: clamp(6px, 1.009vw, 10px);
    background: transparent !important;
  }

  .header .contact-wrap a {
    font-size: 0;
    justify-content: center;
    height: clamp(45px, 5.045vw, 50px);
    width: clamp(45px, 5.045vw, 50px);
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    background: var(--color-secondary);
  }

  .header .contact-wrap a span {
    display: none;
  }

  .header .contact-wrap a:before {
    margin: 0;
    font-size: 15px;
    position: absolute;
  }

  body:not(.show-sidebar) .header > div.head-menu-wrap {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }

  /*     body.show-sidebar .header .menu-bar {
              z-index: 9999;
              height: 20px !important;
              width: 20px;
              transform: rotate(360deg);
               position: absolute; 
               top: 22px; 
               right: 8px; 
              transition: unset !important;
          }
      
          body.show-sidebar .header .menu-bar div:nth-child(1) {
              width: 100%;
              transform: rotate(45deg) translate(0, 4px);
          }
      
          body.show-sidebar .header .menu-bar div:nth-child(2) {
              opacity: 0;
              position: absolute;
              visibility: hidden;
              display: none;
          }
      
          body.show-sidebar .header .menu-bar div:nth-child(3) {
              width: 100%;
              position: relative;
              top: 0;
              transform: rotate(-45deg) translate(1px, -5px);
          }
       */
  .header > div.head-menu-wrap {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    height: 100vh !important;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100% !important;
    z-index: 999;
  }

  body.show-sidebar .head-menu-list {
    right: 0%;
  }

  .head-menu-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fff;
    height: fit-content;
    width: 50%;
    min-width: 250px;
    gap: 0;
    padding: 48px 0;
    overflow: scroll;
    min-height: 100%;
    right: -100%;
    position: relative;
  }

  .head-menu-list li {
    width: 100%;
    height: fit-content;
  }

  .head-menu-list li a {
    display: flex;
    padding: 10px 0 10px 28px;
    width: 100%;
    align-items: center;
    height: fit-content;
  }

  .head-menu-list li.dropdown .dropdown-menu {
    display: block;
    position: absolute;
    border: none;
    box-shadow: none;
    height: fit-content;
    top: 0;
  }

  .head-menu-list li.dropdown .dropdown-menu li a {
    padding: 12px 16px 12px 48px;
    white-space: unset;
    text-align: left;
  }

  .head-menu-list li.dropdown.open .dropdown-menu {
    opacity: 1;
    position: relative;
    visibility: visible;
    width: 100%;
    background: #fff;
  }

  .head-menu-list li.dropdown.open > a {
    background: #2c6f8d;
    color: #fff;
  }

  .head-menu-list li.dropdown:not(.open):hover .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }

  .head-menu-list li.active a {
    background: #c0c9cd !important;
    color: #2c6f8d !important;
  }

  .head-menu-list li.active:hover a {
    color: #2c6f8d !important;
  }

  .head-menu-wrap {
    display: none !important;
  }

  .mm-menu a {
    font-size: 16px;
  }

  .dropdown-menu {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: unset;
    padding: 0px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    background-color: unset;
    border: unset;
    border: unset;
    border-radius: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background-clip: padding-box;
    width: 100%;
    margin: 0 0 !important;
  }

  .mm-panel:not(#menu_container) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mm-panel:before {
    display: none;
  }

  .dropdown-menu a {
    padding: 12px !important;
    width: 100%;
  }

  .dropdown-menu li {
    width: 100%;
  }

  .dropdown-menu .mm-listitem:after {
    left: 0;
    opacity: 0.6;
  }
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
  padding: 0 10px;
}

@media (max-width: 1680px) and (min-width: 1301px) {
  .header .head-logo-wrap {
    width: 15%;
  }

  .head-menu-wrap .ry-container.ry-container {
    max-width: 99% !important;
    /* position: relative; */
    left: -2em;
  }

  .header .head-menu-wrap li a {
    font-size: 15px !important;
  }

  .header .contact-wrap a {
    white-space: nowrap;
    font-size: 15px !important;
  }

  body.fixed-header .header .head-menu-wrap {
    padding-left: 0;
  }

  .header .head-logo-wrap img {
    max-width: 80% !important;
  }

  .head-menu-list {
    gap: 0 3% !important;
  }

  ul#header-social li a.fa.fa-google:before {
    display: block !important;
  }

  body.fixed-header .header .head-logo-wrap img {
    /* max-width: 120px !important; */
  }
}

@media (max-width: 1300px) and (min-width: 992px) {
  .header .contact-wrap .head-sched-app-wrap a,
  .header .contact-wrap .head-callus-wrap a,
  ul#header-social li a {
    font-size: 0;
    padding: 0;
    border-radius: 100%;
    background: var(--color-secondary) !important;
    border: none;
    color: #000 !important;
    height: 40px;
    width: 40px;
  }

  .header .contact-wrap .head-callus-wrap a {
    border: none;
    color: #000 !important;
  }

  .header .head-logo-wrap img {
    max-width: 180px !important;
  }

  body.fixed-header .header .head-logo-wrap img {
    max-width: 150px !important;
  }

  .header .head-logo-wrap {
    /* width: 12%; */
  }

  .header .contact-wrap a:before {
    margin: auto;
  }

  .head-menu-wrap {
    width: 60%;
    padding-left: 0;
  }

  .header .contact-wrap {
    width: auto;
  }
}

ul#header-social li {
  margin-bottom: 0;
}

ul#header-social li a:before {
  margin-right: 0;
}

ul#header-social li a.fa.fa-google {
  background: #dd4b39;
  border: none;
}

div#pay-btn a:before {
  content: "\f0d6";
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .header .head-menu-wrap li a {
    font-size: 15px !important;
  }
}

@media (max-width: 1200px) {
	body.fixed-header .head-menu-list {padding-left: clamp(100px, 14.229vw, 350px) !important;}
}

@media (max-width: 1200px) and (min-width: 990px) {
	ul#header-social {width: 100%;}
	.header .contact-wrap {
		flex-wrap: wrap;
		max-width: 220px;
		row-gap: 5px;
	}
	.ry-social .social-inner-wrap {justify-content: end;}
	.header .top {padding: 10px 0;}
}

@media (min-width: 1551px) {
  .head-menu-wrap .ry-container {
    max-width: 100% !important;
  }
}

/* Header - End */
