.website-header {
  padding: 1px 20px .5px;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.website-header .wrapper {
  width: 100%;
}
.website-header .header-logo {
  width: 25%;
  padding-right: 1.5%;
}
.website-header .header-right {
  width: 75%;
  padding-left: 1.5%;
}
.website-header .headerrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.website-header .header-logo img {
  margin: 10px 12.8021px 0px 0px;
  width: 225.61px;
  height: 124.5px;
  display: block;
}
.website-header .header-menu {
  display: flex;
  list-style-type: none;
  margin: 0;
  max-width: 505.59px;
  padding: 0;
  justify-content: flex-end;
}
.website-header .header-menu li a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.48px;
  font-size: 16px;
  line-height: 24px;
}
.website-header .callnow a {
  font-size: 24px;
  text-align: right;
  display: block;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 700 !important;
  line-height: 30px;
  font-family: "Source Sans 3", serif;
}
.callnow {
  margin-top: 10px;
  margin-right: 15px;
}

.website-header .header-menu .menu-item > a {
  padding: 5px 0 5px 30px!important;
  display: inline-block;
}

.website-header .header-menu li span::after {
  content: '';
  height: 2px;
  transform: scaleX(0);
  width: 100%;
  display: block;
  transition: transform .2s ease-out, opacity .2s ease-out;
  pointer-events: none;
  background-color: #fffe3e;!;
  transform-origin: left;
  margin-top: .2em;
}
.website-header .header-menu li span {
  position: relative;
  padding-top: 5.2px;
  display: inline-block;
}
.website-header .header-menu .menu-item > a:hover span::after, li.menu-item.active > a span::after {
  transform: scaleX(1);
}

.mobile_website_header{
  display:none;
}


@media only screen and (max-width:991px){
  .mobile_website_header li.menu-item.active>a {
    color: #6ff9d2;
}
  .website-header {
    position: relative;
    display:none;
  }
  .hero_banner {
    background-position: top left !important;
  }

  /*   mobile_Css_start */
  .mobile_website_header {
    display: block;
    background: #000;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  .mobile_website_header .header_inner_wrapper {
    width: 100%;
  }

  .mobile_website_header .review_section a {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-decoration: none;
  }
  .mobile_website_header .rating_section {
    align-items: center;
    display: flex;
    gap: 6px;
  }
  .mobile_website_header .rating_section>span {
    color: #ffc834;
    font-family: Source Sans\ 3, serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 150%;
  }
  .mobile_website_header .review_icon {
    display: flex ;
    overflow: hidden;
    width: 102px;
  }
  .mobile_website_header .star-container {
    display: block;
    font-family: Ionicons;
    text-transform: none;
  }
  .mobile_website_header .star-container:before {
    color: #ffc834;
    content: "\F2FC";
    font-size: 30px;
    font-weight: 800 !important;
  }
  .mobile_website_header .review_text {
    color: #fff;
    font-family: Source Sans Pro;
    font-size: 14px;
    margin-left: 21px;
    margin-top: 4px;
    text-decoration: underline;
  }
  .mobile_website_header .review_wrap {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .mobile_website_header .review_wrap>span {
    color: #ffc834;
    font-family: Source Sans\ 3, serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 150%;
  }
  .mobile_website_header .review_section {
    padding-left: 6px;
    display: flex;
    align-items: center;
  }
  .mobile_website_header .header_wrap{
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 15px;
    width: 100%;
  }
  .mobile_website_header .header-logo {
    margin: 0 auto;
    max-width: 100%;
    width: 230px;
  }
  /*   .mobile_website_header .mobile_nav {
  display: none;
} */
  .mobile_website_header .header-logo a img {
    display: flex;
    width: 100%;
  }
  .mobile_website_header .mobile_toggle {
    align-items: stretch;
    -webkit-appearance: none;
    appearance: none;
    color: #787878;
    cursor: pointer;
    display: flex  ;
    flex-direction: column;
    height: 52px;
    justify-content: space-between;
    left: 18px;
    padding: 17px 11px;
    position: fixed;
    top: 18px;
    top: 97.046875px;
    transition: color .3s ease-in, background-color .3s ease-in;
    width: 52px;
    z-index: 14;
  }
  .mobile_website_header .mobile_toggle span {
    border: 1px solid #000;
    display: block;
    height: 0;
    transform-origin: center;
    transition: transform .3s ease-out, opacity .4s ease-out;
    width: 100%;
  }
  .mobile_website_header .header_button_wrap {
    display: flex;
    justify-content: center;
    margin: 10px auto;
    max-width: 769px;
    padding:0 15px;
  }
  .mobile_website_header .header_button {
    display: flex;
    justify-content: center;
    width: 50%;
  }
  .mobile_website_header .button {
    align-items: center;
    color: #323232;
    display: flex;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 700;
  }
  .mobile_website_header .mobile_nav.menu_active {
    left: 0;
    opacity: 1;
    transform: translate(0);
    visibility: visible;
  }
  .mobile_website_header .mobile_nav {
    background-color: #191919;
    -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .25);
    display: none;
    left: 0;
    opacity: 0;
    padding: 50px 20px 0;
    position: fixed;
    visibility: hidden;
    width: 80vw;
    -webkit-overflow-scrolling: auto;
    display: flex;
    height: 100%;
    top: 0;
    transform: translate(-100%);
    transition: transform .3s linear;
    z-index: 99;
  }
  .mobile_website_header .header_menu {
    margin: 0;
    padding: 0;
  }
  .mobile_website_header .menu-item a {
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
    text-decoration: none;
  }
  .mobile_website_header .menu-item {
    list-style: none;
  }
  .mobile_website_header .header_menu {
    margin: 0;
    padding: 0;
  }
  .mobile_website_header .cross_icon {
    height: 53px;
    position: absolute;
    right: 13px;
    top: 29px;
    width: 52px;
  }
  .mobile_website_header .cross_icon span:after, .mobile_website_header .cross_icon span:before {
    background-color: #fff;
    content: " ";
    height: 33px;
    left: 15px;
    position: absolute;
    width: 2px;
  }
  .mobile_website_header .cross_icon span:before {
    transform: rotate(45deg);
  }
  .mobile_website_header .cross_icon span:after {
    transform: rotate(-45deg);
  }
  .mobile_website_header .overly_wrapper {
    background-color: rgba(0, 0, 0, .4);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
  }
  .mobile_website_header .overly_wrapper.menu_active {
    opacity: 1;
    visibility: visible;
  }
  .body-wrapper:has(.mobile_website_header .mobile_nav.menu_active) {
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
  }

  .mobile_website_header .header-menu {
    padding: 0px;
    margin: 0px;
  }
}
@media screen and (max-width: 767px) {
  .mobile_website_header .mobile_toggle {
    align-items: stretch;
    color: #787878;
    cursor: pointer;
    flex-direction: column;
    height: 40px;
    left: 10px;
    padding: 13px 9px;
    transition: color .3s ease-in, background-color .3s ease-in;
    width: 40px;
    z-index: 14;
  }
  .mobile_website_header .cross_icon {
    height: 31px;
    padding: 7px;
    position: absolute;
    right: 17px;
    top: 29px;
    width: 31px;
  }
  .mobile_website_header .cross_icon span:after, .mobile_website_header .cross_icon span:before {
    background-color: #fff;
    content: " ";
    height: 26px;
    left: 15px;
    position: absolute;
    top: 3px;
    width: 2px;
  }
}
@media screen and (max-width: 600px) {
    .mobile_website_header .review_section {
        justify-content: center;
    }
}
@media screen and (max-width: 480px) {
  .mobile_website_header .button {
    display: flex;
    font-family: Source Sans\ 3, serif;
    font-size: 16px;
    justify-content: center;
    padding: 11px 14px;
    width: 100%;
  }
  .mobile_website_header .header_button:first-child {
    margin-right: 12px;
  }
  .mobile_website_header .header_button {
    display: flex ;
    justify-content: flex-start;
    width: 50%;
  }
}

