
/* Footer Variation 2 Start */
.footer {
  padding: 64px 0;
  position: relative;
  background-color: var(--bg-footer);
  font: var(--footer-fonts);
  color: var(--footer-color);
}
.footer a {
  color: var(--footer-color);
  text-decoration: none;
  /*border-bottom: 1px solid transparent;*/
  transition: all .4s ease;
}
.footer a:hover, .footer a:focus{
  color: var(--highlight-color);
}
.footer__top {
  padding: 48px;
}
.footer__address--title {
  margin: 0;
}
.footer__address + .footer__address {
  margin-top: 20px;
}
.footer__contactdetail-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__contactdetail-item{
  padding: 8px 0px;
  display: flex;
  align-items: center;
}
.footer__contactdetail-link{
  display: flex;
  align-items: center;
}
.footer__contactdetail-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 18px;
  color: var(--primary-color);
}
.footer__primarymenu-wrapper{
  list-style: none;
  margin: 0;
  padding: 0
}
.footer__primarymenu-item{
  padding: 8px 0px;
}
.footer__socialmedia-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__socialmedia-item{
  padding: 8px 0px;
}
.footer__socialmedia-nav{
  display: flex;
  align-items: center;
}
.footer__socialmedia-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 18px;
  color: var(--primary-color);
}
.footer__bottom {
  font-size: 12px;
  padding-top: 32px;
  border-top: 1px solid;
}
.footer__bottom-grid{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__secondarymenu-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer__secondarymenu-item + .footer__secondarymenu-item{
  margin-left: 24px;
}
.footer__primarymenu-nav.navON, .footer__secondarymenu-nav.navON {
    text-decoration: underline;
}
.footer__copyright span p{
 	 display: inline-block;
}

@media (max-width: 1280px) {
  .footer__top {
    padding: 48px 0px;
  }
}
@media (max-width: 640px) {
  .footer__top {
    padding: 32px 0px;
  }
  .footer {
    padding: 24px 0;
  }
  .footer__title {
    margin-bottom: 12px;
  }
  .footer__top-right-inner > div + div{
    margin-top: 24px !important;
  }
  .footer__container {
    padding: 0 32px;
  }
  .footer__copyright{
    order: 2;
  }
  .footer__secondarymenu{
    order: 1;
  }
  .footer__secondarymenu-item {
    width: 100%;
  }
  .footer__secondarymenu-item + .footer__secondarymenu-item{
    margin-left: 0px;
    margin-top: 16px;
  }
}
/* Footer Variation 2 End */
/* Home video */

/* Hero Slider Starts */
.hero-slideshow {
  background: var(--primary-color); 
  z-index: 2;
}
.hero-slideshow__caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 50%;
}
.hero-slideshow__caption-wrapp {
  position: relative;
  z-index: 1;
  text-align: left;
  max-width: max-content;
  margin: 0 auto;
}
.hero-slideshow__caption-title {
  color: var(--inverse-font-color);
  margin: 0;
  font: var(--xl-title-fonts);
  text-transform: var(--xl-title-fonts-text-transform);
}
.hero-slideshow__caption-title span{
  display: block;
}
.line-title {
  margin-left: 60px;
}
.hero-slideshow__media {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.hero-slide-arrow {
  position: absolute;
  bottom: 130px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  color: var(--inverse-font-color);
  z-index: 2;
}
.hero-slide-arrow a{
  color: var(--inverse-font-color);
  text-decoration: none;
}
.hero-slide-arrow a:hover, .hero-slide-arrow a:focus{
  color: var(--highlight-color);
}


@media only screen and (max-width: 1260px) {
  .hero-slideshow__caption{
    bottom: 100px;
  }
}
@media (max-width: 959.98px) {
  .hero-slideshow__caption-title {
    font: var(--mob-xl-title-fonts);
  }
  .hero-slideshow {
    height: 72vh;
  }
  .hero-slideshow__caption{
    bottom: 30px;
  }

}
@media (max-width: 767.98px) {
  .hero-slideshow {
    height: 72vh;
    overflow: visible;
  }
  .hero-slideshow__media {
    transform: none !important;
    object-position: center;
    height: auto !important;
  }
  .hero-slideshow:after {
    height: 40%;
    display:none;
  }
  .hero-slideshow .uk-slideshow-items {
    /*height: 100%;
    min-height: 100% !important;*/
    height: 100%;
    min-height: 250px  !important;
  }
  .hero-slideshow__caption-wrapp {
    max-width: unset;
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: center;
  }
  .hero-slide-arrow{
    bottom: 80px;
  }
  .hero-slideshow__caption {
    bottom: 30px;
  }
  .hero-slide-arrow {
    bottom: inherit;
    top: 200px;
  }
  .line-title {
    display: block;
    margin-left: 0px;
  }

}
@media (max-width: 575px) {

}
/* Hero Slider Ends */

/* Video */
.home-head-video{
  padding:0 0px;
}
.home-head-video:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 41.35%, rgba(0, 0, 0, 0.4) 96.49%), linear-gradient(180deg, rgba(0, 0, 0, 0) 64.56%, rgba(0, 0, 0, 0.5) 94.55%);
  pointer-events: none;
}
.hero-image {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  height: auto;
}
.home-video__container {
  width: 100%;
  max-width: 100%;
}
.home-video__block {
  width: 100%;
}
.home-video__title {
  z-index: 1;
  max-width: 700px;
  color: transparent;
  text-shadow: 0 0 0 rgba(255, 255, 255, 1);
  text-align: center;
  position: absolute;
  top: 52%;
  left: 0;

  transform: translateY(-40%);

  right: 0;
  margin: 0 auto;
}
.home-video__block video {
  width: 100%;
  height: calc(100vh - 154px);
  object-fit: cover;
  object-position: top;
  border-radius:5px;
}
.home-video__block video.cms6{
  height: 700px !important;
}
.home-video__block video.video-swap.cms6 {
  height: 100%;
}
.home-video__actions {
  z-index: 2;
  position: absolute;
  left: 5px;
  bottom: 0px;
}
.home-video__trigger {
  width: 30px;
  height: 30px;
  min-height: 30px;
  color: #ffffff;
  background: var(--highlight-color);
  border-radius: 20%;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  margin: 30px;
  text-transform: capitalize;
  padding: 0 10px;
  line-height: 30px;
  min-width: auto;
}
.home-video__actions.is-active .home-video__trigger,
.home-video__trigger:hover,
.home-video__trigger:focus {
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: var(--primary-color);
}
.home-video__trigger:hover .home-video__trigger-text,
.home-video__trigger:focus .home-video__trigger-text {
  display: block;
}
.home-video__actions.is-active .home-video__trigger:hover, .home-video__actions.is-active .home-video__trigger:focus {
  background: var(--highlight-color);
  color: #ffffff;
}
.is-off {
  display: none;
}
.home-video__actions.is-active .home-video__trigger .is-off {
  display: block;
}
.home-video__actions.is-active .home-video__trigger .is-on {
  display: none;
}
.home-video__actions-more {
  display: none;
  position: absolute;
  bottom: 110px;
  left: 30px;
}
.home-video__actions.is-active .home-video__actions-more {
  display: block;
}
.home-video__trigger-icon {
  display: flex !important;
  justify-content: center;
  width: 18px;
  height: 11px;
  margin: auto !important;
}
.home-video__trigger-text {
  display: none;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 10px;
}
.home-video__btn {
  width: 80px;
  height: 80px;
  color: #fff;
  display: flex;
  line-height: 1;
  margin-bottom: 3px;
  background: var(--highlight-color);;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20%;
  opacity: 0.9;
  font-size: 11px;
  padding: 0 5px;
  flex-direction: column;
  text-transform: capitalize;
  letter-spacing: 0;
  transition: all 0.3s ease;
  font-weight: 400;
  min-width: auto;
}
.home-video__btn:hover, .home-video__btn:focus {
  background:var(--primary-color);
  color: #fff;
}
.home-video__btn .is-off,
.home-video__btn.active .is-on {
  display: none;
}
.home-video__btn .is-on,
.home-video__btn.active .is-off {
  display: block;
}
.home-video__btn .uk-icon {
  display: block;
  margin-bottom: 8px;
}
.hero-image-wrap.home-video__block {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-mp4-vide .hero-image-wrap.home-video__block {
  padding: 0;
  height: auto;
}
.hero-image-wrap.home-video__block iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}
.hero-image-wrap.home-video__block:after {
  content: none;
  background: transparent
    linear-gradient(180deg, #084877 0%, #0a375d 22%, #ffffff00 100%) 0% 0%
    no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.45;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
ul.ckbullet {
  margin: 0;
  padding: 0;
}
ul.ckbullet li {
  margin: 0 0 20px 0;
  font-family: var(--text-fonts);
  font-size: 15px;
  line-height: 22px;
}
ul.ckbullet li::marker {
  content: none;
}
ul.ckbullet li:before {
  content: '\e91e';
  font-family: var(--icon-fonts);
  font-size: 12px;
  font-weight: 600;
  color: #D69CA0;
  padding: 0 5px 0 0;
}
.home-video__modal .uk-close{
  top: 0;
  right: 0;
  padding: 11px;
  background-color: var(--highlight-color);;
  color: #fff;
}
.home-video__modal .uk-close:hover, .home-video__modal .uk-close:focus{
  background-color: #000000;
  color: #fff;
}
@media (max-width: 960px){
  .home-video__block video {
    height: 72vh;
  }
}
@media (max-width: 767px){
  .home-video__trigger:hover .home-video__trigger-text, .home-video__trigger:focus .home-video__trigger-text {
    display: none;
  }
  .home-video__btn .uk-icon {
    margin-bottom: 0;
    text-indent: 0;
    line-height: 30px;
  }
  .home-video__btn .is-on, .home-video__btn.active .is-off {
    display: flex;
  }
  .home-video__actions.is-active .home-video__trigger {
    width: 30px;
    height: 30px;
    /*margin: 0;*/
  }
  .home-video__trigger:hover, .home-video__trigger:focus {
    width: 30px;
    height: 30px;
  }
  .home-video__trigger {
    margin: 0 0 10px 5px;
  }
  .home-video__actions-more {
    bottom: 40px;
    left: 5px;
  }
  .home-video__btn {
    width: 30px;
    height: 30px;
    text-indent: -9999px !important;
    min-height: 30px;
    line-height: 0px;
    border-radius: 4px;
    text-align: unset;
  }
  .home-video__btn .mobile-hide {
    display: none;
  }
  .home-video__btn.full-video {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  .home-video__btn{
    width:65px;height:65px;font-size:9px;
  }
  .home-video__actions.is-active .home-video__trigger, .home-video__trigger:hover, .home-video__trigger:focus {
    width: 65px;
    height: 65px;
  }
  .home-video__trigger-text {
    font-size: 9px;
  }
  .home-video__actions-more{
    bottom: 75px;
  }
  .home-video__trigger{
    margin: 30px 30px;
  }
}
.home-mp4-vide .hero-image-wrap.home-video__block img {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  position: absolute;
}

@media (min-width: 1260px) and (max-width: 1560px){
  .home-video__actions{
    bottom: 135px;
  }
}
.hero-slideshow__button {
  margin-top: 30px;
  text-align: center;
}
/* Header Variation 2 Start */
.header {
  background:var(--bg-header);
  color: var(--header-color);
  height: 140px;
  position: fixed;
  position: -webkit-fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 4px 16px 0px #0000001A;
}

body {
    padding-top: 140px;
}
.without-banner .header,
.header.is-fixed {
  box-shadow: 0px 4px 16px 0px #0000001A;
}
.header__top, .header__bottom {
  width: 100%;
  height: fit-content;
}

.header__container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.header__left {
  display: flex;
  align-items: center;
  grid-column-gap: 35px;
}
.header__right {
  display: flex;
  align-items: center;
  grid-column-gap: 30px;
}
.header__logo {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 0;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  color: var(--header-color) !important;
  max-width: var(--logo-width);
}
.navmenu__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column-gap: 15px;
}
.navmenu__list-link {
  display: inline-flex;
  padding: 5px 5px;
  text-align: left;
  letter-spacing: 0;
  color: var(--header-color);
  text-transform: var(--header-fonts-text-transform);
  font: var(--header-fonts);
  align-items: center;
  position: relative;
  text-decoration: none;
}
.navmenu__list-link:after{
  position: absolute;
  content: '';
  background: var(--header-color);
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s all ease;
}
.navmenu__list-link:hover, 
.navmenu__list-link:focus, 
.navmenu__list-link.navON{
  color: var(--header-color);
}
.navmenu__list-link:hover:after, 
.navmenu__list-link:focus:after, 
.navmenu__list-link.navON:after{
  width: 100%;
}
.navmenu__dropmenu-link.navON {
  color: var(--highlight-color);
}
.navmenu__dropmenu {
  padding: 10px 0;
  border: 1px solid var(--secondary-color);
  border-radius: 6px;
  min-width: 300px;
  background-color: var(--body-bg);
  list-style: none;
}
.navmenu__dropmenu-link {
  display: block;
    text-transform: var(--header-fonts-text-transform);
    font: var(--header-fonts);
  color: var(--text-color);
  padding: 0px 12px;
  font-size: 14px;
}
.navmenu__dropmenu .navmenu__dropmenu-item + .navmenu__dropmenu-item {
  margin-top: 10px;
  border-top: 1px solid var(--secondary-color);
  padding-top: 10px;
}
.uk-dropdown {
  display: none;
}

.navmenu__dropmenu-item.submenulistinner > .navmenu__dropmenu-link {
  position: relative;
}
.navmenu__dropmenu-item.submenulistinner > .navmenu__dropmenu-link:after {
  content: '\e906';
  font-family: var(--icon-fonts);
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  transition: all .4s ease;
  font-size: 13px;
  text-align: center;
}
.third-level-menu {
  left: 100%;
  top: 0;
  /* margin-left: 20px; */
  /* margin-top: -10px; */
  box-shadow: 6px 4px 12px rgba(0, 0, 0, 0.15);
}
.header__phone-action {
  color: var(--header-color);
  font: var(--header-fonts);
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.header__phone-icon{
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.header__phone-text{
  margin-left: 5px;
}
/*.header__phone-action:hover,
.header__phone-action:focus{
  color: var(--secondary-color);
}*/

.navmenu__list-arrow {
    width: 16px;
    height: 16px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    margin-left: 0px;
  position: relative;
    top: 1px;
}

@media(min-width: 1024px) {
  .has-dropdown:hover > .navmenu__dropmenu,
  .has-dropdown:focus-visible > .navmenu__dropmenu,
  .has-dropdown:focus-within > .navmenu__dropmenu{
    display: block;
  }
  .has-dropdown:hover > .navmenu__list-link,
  .has-dropdown:focus-visible > .navmenu__list-link,
  .has-dropdown:hover > .navmenu__dropmenu-link,
  .has-dropdown:focus-visible > .navmenu__dropmenu-link {
    color: var(--header-color);
  }
  .has-dropdown:hover > .navmenu__list-link:after,
  .has-dropdown:focus-visible > .navmenu__list-link:after {
    width: 100%;
  }
  .navmenu__dropmenu-arrow {
    position: absolute;
    top: 50%;
    right: 7px;
    font-size: 12px;
    transform: translateY(-50%);
    font-weight: bold;
  }
}

@media (max-width: 1500px) {
  .header__container{
    padding: 0 20px 0 20px;
  }
  .header__top{
    padding: 10px 20px 10px 20px;
  }
}

@media (max-width: 1280px) {
  .navmenu__list-link {
    font-size: 14px;
    padding: 0;
  }
  .header__button-action{
    padding: 11px 15px;
  }
  .header__logo{
    max-width: var(--mob-logo-width);
  }
  .header__top{
    padding: 10px 20px 10px 20px;
  }
  .header__top-nav-item:last-child{
    padding-right: 0px;
  }
  .header__right {
    grid-column-gap: 15px;
  }
  .navmenu__list{
  	grid-column-gap: 16px;
  }
}

@media (max-width: 1023.98px) {
  body {
    padding-top: 94px;
    padding-bottom: 50px;
  }
  .is-dropdown-active >  .navmenu__dropmenu {
    display: block;
  }

  .is-dropdown-active > .navmenu__list-link,
  .is-dropdown-active > .navmenu__dropmenu-link {
    color: var(--highlight-color);
  }
  .is-dropdown-active > .navmenu__list-link:after {
    width: 100%;
  }   
  
  .header__left-new{
    display:none
  }

  .has-dropdown > .navmenu__dropmenu-arrow {
    height: 50px;
  }

  .has-dropdown > .navmenu__dropmenu-arrow:before {
    transform: translateY(-50%) rotate(-90deg);
    top: 25px;
  }
  .has-dropdown > .navmenu__list-arrow,
  .has-dropdown > .navmenu__dropmenu-arrow {
    display: block;
    width: 35px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
  }
  .has-dropdown > .navmenu__list-arrow:before,
  .has-dropdown > .navmenu__dropmenu-arrow:before {
    content: '\e902';
    font-family: var(--icon-fonts);
    position: absolute;
    right: 0px;
    top: 23px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    transition: all .4s ease;
    /*font-size: 100%;*/
    font-size: 15px;
    color: var(--text-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .has-dropdown.is-dropdown-active > .navmenu__dropmenu-arrow:before {
    transform: translateY(-50%) rotate(180deg);
    /*top: 25px;*/
  }
  .has-dropdown.is-dropdown-active > .navmenu__list-arrow:before {
    transform: translateY(-50%) rotate(180deg);
  }
  .navmenu__list-link.navON, 
  .navmenu__more-link.navON {
    color: var(--highlight-color);
  }
  .navmenu__list-link:hover, .navmenu__list-link:focus {
    color: var(--highlight-color);
  }
  .navmenu, .header__collapsible,
  .header__button,
  .header__top{
    display: none;
  }
  .navmenu.mobile-menu-active {
    display: block;
  }  
  .header, .header--active {
    height: 94px;
    z-index: 101;
    align-items: center;
  }
  .navmenu {
    position: fixed;
    width: 100%;
    background: var(--body-bg);
    top: 94px;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    margin: 0;
    padding: 15px 20px 80px;
  }
  .navmenu__list {
    display: block;
    position: relative;
    z-index: 10;
  }
  .navmenu__list-item, .navmenu__dropmenu-item{
    margin-right: 0;
    position: relative;
  }
  .navmenu__list-link{
    font: var(--mob-header-fonts);
    color: var(--primary-color);
    padding: 12px 0px;
    display: flex;
  }
  .navmenu__dropmenu-link{
    margin-right: 30px;
  }
  .navmenu__dropmenu {
    position: relative !important;
    box-shadow: none !important;
    background: transparent;
    padding: 0 0 15px 8px;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    border: none;
    padding: 0px 20px 12px 0px;
    width: 100%;
  }
  .navmenu__dropmenu-link {
    padding: 5px 0 5px 0px;
    position: relative;
    text-align: left;
  }
  .navmenu__dropmenu .navmenu__dropmenu-item + .navmenu__dropmenu-item {
    margin-top: 8px;
    border-top: 1px solid rgba(55, 55, 55, 30%);
    padding-top: 8px;
  }
  .header__toggler-btn {
    background: transparent;
    border: 0;
    display: inline-flex;
    padding: 10px 0;
    margin: 0;
    position: relative;
    flex-direction: column;
    cursor: pointer;
  }
  .header__toggler-icon {
    display: block;
    width: 18px;
    height: 2px;
    margin: 11px auto;
    background: var(--highlight-color);
    position: relative;
  }
  .header__toggler-text {
    display: none;
  }
  .header__toggler-icon:before, .header__toggler-icon:after {
    content: "";
    width: 100%;
    display: block;
    height: 2px;
    left: 0;
    background: var(--highlight-color);
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    position: absolute;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .header__toggler-icon:before {
    top: -6px;
  }
  .header__toggler-icon:after {
    bottom: -6px;
  }
  .header__toggler-btn[aria-expanded="true"] .header__toggler-icon {
    background: none;
  }
  .header__toggler-btn[aria-expanded="true"] .header__toggler-icon:after {
    transform: rotate(45deg);
    bottom: 0;
  }
  .header__toggler-btn[aria-expanded="true"] .header__toggler-icon:before {
    transform: rotate(-45deg);
    top: 0;
  }
  .navmenu__list-item.active_menu > .navmenu__dropmenu,
  .navmenu__dropmenu-item.active_menu-sub .third-level-menu{
    display: block;
  }
  .navmenu__dropmenu-item.submenulistinner > .navmenu__dropmenu-link:after{
    display: none;
  }
  .uk-drop.uk-open {
    display: none;
  }
  .navmenu__dropmenu.third-level-menu .navmenu__dropmenu-item + .navmenu__dropmenu-item{
    margin-top: 0px;
    border-top: none;
    padding-top: 0px;
  }
  .third-level-menu{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .third-level-menu .navmenu__dropmenu-link{
    margin: 0;
    padding-left: 20px;
    position: relative;
  }
  .third-level-menu .navmenu__dropmenu-link:before {
    position: absolute;
    background: var(--text-color);
    width: 5px;
    height: 5px;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    border-radius: 100%;
  }
  .navmenu__list-link:after{
    display: none;
  }
  .header__button > a:nth-child(2) {
    display: none;
  }
  .header__button {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__button-action {
    display: flex;
    min-height: 50px;
    padding: 0;
    margin: 0 10px 10px;
  }
  .navmenu__dropmenu-item {
    margin-top: 8px;
    padding-top: 8px;
  }
  .header__top-nav{
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .header__top-nav-item {
    width: 100%;
  }
  .header__top-nav {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid var(--secondary-color);
  }
  .header__top-nav .header__top-nav-item + .header__top-nav-item{
    margin-top: 15px;
  }
  .mobile-menu-active #ae_launcher.ae-cta-position-preset-left-lower {
    display: none !important;
  }
  .mobile-menu-active div#klaraWidgetApp {
    display: none !important;
  }
  .patient-portal-link-mob {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid var(--secondary-color);
  }
  .mobile-menu-active .header {
    border-bottom: 1px solid var(--secondary-color);
  }
  .header__toggler {
    order: 3;
  }
  .header__right {
    order: 1;
  }
  .header__left {
    order: 2;
  }
  .header__phone-text {
    display: none;
  }
  .header__phone-icon:before{
  	content: "\e90b";
  }
  .header__phone-action{
    color: var(--highlight-color);
  }
}

@media (min-width: 1240px){
  .header-two-logo__container{
    max-width:1360px
  }
}

@media (max-width: 767.98px) {
  .header__button {
    left: 0;
    transform: inherit;
  }
}

@media (min-width: 1024px) and (max-width: 1140px) {
  .navmenu__list-link {
    font-size: 13px;
  }
  .header__button-action {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .header__toggler, .header-mob-submenu /*, .navmenu__list-arrow*/ {
    display: none;
  }
}
body.mobile-menu-active {
    overflow: hidden;
}
/* Header Variation 2 End */
/* hero-background-sec start */
.hero-background-sec {
  background: var(--highlight-color);
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-background-sec__title{
  color: var(--inverse-font-color);
  margin: 0;
  padding: 20px;
}
.hero-background-sec__overlay :focus-visible {
  outline: 1px solid var(--inverse-font-color);
  box-shadow: 0 0 2px var(--inverse-font-color) inset;
  -webkit-box-shadow: 0 0 2px var(--inverse-font-color) inset;
  -ms-box-shadow: 0 0 2px var(--inverse-font-color) inset;
  -moz-box-shadow: 0 0 2px var(--inverse-font-color) inset;
}

@media (max-width: 575px) {
  .hero-background-sec {
    min-height: 175px;
    height: auto;
  }
}

/* hero-background-sec end */