/* sticky css */
header {
  max-width: 1920px;
  margin: 0 auto;
}

section.header {
  position: relative;
  z-index: 99;
}
section.header.mobsticky {
  position: relative;
  z-index: 99;
}
.mobsticky .bottom_header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  max-width: 1920px;
  margin: 0 auto;
}
.main-header{
  position: relative;
}
@media(min-width:1320px){
  section.header .header-height{
    position: relative;
    height: 150px;
    display: block;
    width: 100%;
    z-index: -1;
  }
  .main-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

/* sticky css */

/* top navigation css starts */
.top_header {
  padding: 5px 20px 5px 14px;
}
.top_left_links svg {
  width: 20px;
  height: 20px;
  display:block;
  fill: var(--secondary_color);
}
.top_right_social_icons svg {
  width: 26px;
  height: 26px;
  display:block;
  fill: var(--secondary_color);
  -webkit-transition:.4s ease-in-out all;
  -o-transition:.4s ease-in-out all;
  transition:.4s ease-in-out all;
  margin: -5px 0px 0px 0px;
}

.top_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top_left_links {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  margin-right: 2%;
  margin-left: 7px;
}
.top_right_social_icons {
  -ms-flex-preferred-size: 16.5%;
  flex-basis: 16.5%;
  text-align: right;
}

.link_icon{
  margin-right: 3px;
  max-width: 25px;
  display: inline-block;
}
.header .link_text{
  display: inline-block;
}
.link_text {
  -ms-flex-preferred-size: calc(100% - 27px);
  flex-basis: calc(100% - 27px);
}
.top_left_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_left_links a:not(:last-child) {
  margin-right: 40px;
}
.social_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
}
.share__icon {
  -ms-flex-preferred-size: 6%;
  flex-basis: 6%;
  margin-right: 1.8%;
}
.s_icon {
  width: 40px;
  height: 40px;
  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;
  border-radius: 50%;
  background-color: var(--white_color);
  -webkit-transition:.4s ease-in-out all;
  -o-transition:.4s ease-in-out all;
  transition:.4s ease-in-out all;
}
.s_icon:hover svg {
  fill: var(--white_color);
}
.s_icon:hover {
  background-color: var(--secondary_color);  
}
.share__icon:last-child {
  margin-right: 0;
}
.link_text p {
  margin: 0;
  font-size: 18px;
  color:var(--primary_color);
  transition:.25s ease-in-out all;
  line-height: 1.38;
  letter-spacing: normal;
  font-weight:300;
}
.links_flex{
  -webkit-transition:.25s ease-in-out all;
  -o-transition:.25s ease-in-out all;
  transition:.25s ease-in-out all;
}
.links_flex:hover .link_text p{
  color: var(--secondary_color);  
}

/* top navigation css ends */

/* bottom navigation css starts */

.bottom_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navi__logo {
  -ms-flex-preferred-size: 16.8%;
  flex-basis: 16.8%;
}
.navigation__menu {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  text-align: right;
}
.header .link_text {
  color: var(--primary_color);
  cursor:pointer;
}
.header i.far {
  color: var(--secondary_color);
  font-family: 'Font Awesome 5 Pro';
}
.header .link_text:hover {
  color: var(--secondary_color);
}
.navi__cta {
  -ms-flex-preferred-size: 18.2%;
  flex-basis: 18.2%;
  text-align: center;
}
.navigation__menu .hs-menu-wrapper ul {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.navigation__menu .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 a {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary_color);
}
.navigation__menu .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 {
  margin-right: 20px;
  padding: 26px 0 26px;
  cursor:pointer;
}
.bottom_header {
  padding: 11px 20px 12px;
  background-color: var(--white_color);
}
.navi__logo img {
  max-width: 269px;
  object-fit: cover;
  display:block;
  width: 100% !important;
}
.bottom_navigation .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{
  position: absolute;
  background-color: #f9f9f9;
  text-align: left;
  width: 230px;
  border-radius: 3px;
  top:78px;
  z-index: 99;
  -webkit-transition:.4s ease-in-out all;
  -o-transition:.4s ease-in-out all;
  transition:.4s ease-in-out all;
  left: unset;
  visibility: hidden;
}
.bottom_navigation .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a{
  line-height: 40px;
  padding: 0 10px;
}

.bottom_navigation .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:hover a{
  background-color:var(--tertiary_color);
  color:var(--white_color);
}

.bottom_navigation .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a {
  font-size: 14px;
}

.bottom_navigation .hs-menu-wrapper.flyouts .hs-menu-children-wrapper:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(57,127,189,0);
  border-bottom-color: #f9f9f9;
  border-width: 10px;
  margin-left: -10px;
}

.navigation__menu .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 a:hover {
  color: var(--secondary_color);
}

.navi__cta a {
  box-sizing: border-box;
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
  letter-spacing: .27em;
  text-transform: uppercase;
  padding: 20px;
  max-width: 340px;
  border: 3px solid var(--secondary_color);
  border-radius: 6px ;
  color: var(--primary_color);
  background-color: var(--secondary_color);
  -webkit-transition:.3s ease-in-out all;
  -o-transition:.3s ease-in-out all;
  transition:.3s ease-in-out all;
  display: block;
}
.navi__cta a:hover{
  border: 3px solid var(--secondary_color);
  color:  var(--primary_color);
  background-color: transparent;
}
.navi__cta a i.fas.fa-phone-alt {
  -webkit-text-stroke: 0.8px var(--black_color);
  color: transparent;
  font-family: 'Font Awesome 5 Pro';
}
.navi__mobile__logo,
.header .mobile_links {
  display:none;
}
@media(min-width:1320px){
  .bottom_navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{
    top: 78px;
    visibility: visible;
  }
}
@media(max-width:1440px){
  .navi__cta a{
    padding: 20px 10px;
    max-width: 240px;
    font-size: 16px;
  }
}

/* bottom navigation css starts */
.hs-menu-wrapper{
  display:block !important;
}
/* toggle menu css */
@media(max-width:1300px){
  .header .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal::-webkit-scrollbar {
    display:none;
  }
  .navi__cta {
    display: none;
  }
  .top_header{
    display:none;
  }
  .header .navi__mobile__logo ,
  .header .mobile_links {
    display:block;
  }
  .navi__logo img {
    max-width: 150px;
    object-fit: cover;
  }
  .bottom_header {
    padding:15px 14px 15px;
    min-height:65px;
  }
  .navi__mobile__logo img {
    max-width: 168px;
    display:block;
  }
  .bottom_navigation .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    position: unset;
    background-color: var(--white_color);
    padding: unset;
    text-align: left;
    width: 100%;
    border-radius: unset;
    z-index: 99;
    transition: unset;
  }
  .bottom_navigation .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{
    text-transform:lowercase;
  }
  .navigation__menu .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 a {
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
  }
  .bottom_navigation .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a {
    line-height: 1.74;
    padding: 7.5px 10px 7.5px 60px;
  }

  body .header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1 a{
    padding: 10.5px 30px;
    border-top: 1px solid #eee;
    margin-right: 0;
    display: block;
    line-height: 1.74;
    -webkit-transition:.2s ease-in-out all;
    -o-transition:.2s ease-in-out all;
    transition:.2s ease-in-out all;
  }
  .navigation__menu .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 {
    margin-right: 0;
    padding: 0;
  }
  .header .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal>ul {
    display: block;
  }
  .header .custom-menu-primary.mobile-open li.hs-menu-item.hs-item-has-children>ul.hs-menu-children-wrapper{
    margin-top: 2px;
    border-radius: 5px;
    visibility: visible;
    overflow:visible;
    opacity:1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block ;
  }
  .header .custom-menu-primary li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper,
  .header .custom-menu-primary li.hs-menu-item.hs-menu-depth-3.hs-item-has-children ul.hs-menu-children-wrapper,
  .header .custom-menu-primary li.hs-menu-item.hs-menu-depth-4.hs-item-has-children ul.hs-menu-children-wrapper{
    margin-top: 0;
    padding-left: 20px
  }
  .header.changebg.mobsticky .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal{
    z-index:9999;
  }
  .header .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal {
    margin-top: 0;
    width: 100%;
    max-width: 260px;
    padding: 15px 0;
    background-color: var(--white_color);
    position: fixed;
    left: -100%;    
    -webkit-transition: .5s ease-in-out all;
    -o-transition: .5s ease-in-out all;
    transition: .5s ease-in-out all;
    z-index: 97;
    top: 0;
    text-align: left;
    bottom: 0;
    overflow-y: auto;
    box-shadow:inset 0 0 5px #eee;
  } 
  .header.mobsticky .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal{
    z-index:9999;
  }
  .header .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.mobile-open{
    left:0; 
  }

  /* Toggle Button
  ========================================================================== */
  .header .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 22px;
    right: 14px;
    width: 26px;
    height: 28px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
    -webkit-transition:.4s;
    -o-transition:.4s;
    transition:.4s;
  } 
  /* Toggle Button Icon
  ========================================================================== */
  .header .mobile-trigger i {
    display: inline;
    position: relative;
  }
  .header .mobile-trigger i:before,
  .header .mobile-trigger i:after {
    position: absolute;
    content: ''; 
  }
  .header .mobile-trigger i,
  .header .mobile-trigger i:before,
  .header .mobile-trigger i:after {
    width: 27px;
    height: 4px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 2px;
    display: inline-block;
    -webkit-transition:.4s;
    -o-transition:.4s;
    transition:.4s;
  }
  .header .mobile-trigger i:before {
    top: -9px;
  }
  .header .mobile-trigger i:after {
    top: 9px;
  } 

  /* Toggle Button Icon Open
  ========================================================================== */
  .header .mobile-open .mobile-trigger,
  .header .mobile-trigger {
    z-index: 10;
  }
  .header .mobile-trigger i {
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
  }
  .header .mobile-trigger i,
  .header .mobile-trigger i:after, 
  .header .mobile-trigger i:before{
    background:var(--primary_color);
  }
  .header  .mobile-open .mobile-trigger i {
    background: transparent;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
  }
  .header  .mobile-trigger i:before,
  .header .mobile-trigger i:after {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .header .mobile-open .mobile-trigger i:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .mobile-open .mobile-trigger i:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  } 
  /* Child Toggle Button
  ========================================================================== */
  .child-trigger {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 30px;
    width: 10%;
    min-width: 35px;
    padding: 0;
  }
  header .hs-menu-item.hs-menu-depth-1.hs-item-has-children > .child-trigger {
    height: 26px;
  }
  .child-trigger:hover {
    text-decoration: none;
  }
  .child-trigger i:after {
    display: block;
    border-right: 2px solid var(--primary_color);
    border-top: 2px solid var(--primary_color);
    content: "";
    height: 10px;
    position: absolute;
    right: 16px;
    -webkit-transform: translatey(-50%) rotate(45deg);
    -ms-transform: translatey(-50%) rotate(45deg);
    transform: translatey(-50%) rotate(45deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 10px;
    top: 15px;

  }
  .child-trigger.child-open i:after {
    -webkit-transform: translatey(-50%) rotate(135deg);
    -ms-transform: translatey(-50%) rotate(135deg);
    transform: translatey(-50%) rotate(135deg);
  }
  /* Toggle Button Icon Open
  ========================================================================== */

  .navi__mobile__logo {
    padding-bottom: 16px;
    padding-left: 15px;
  }
  .mobile_links {
    margin-top: 12px;
  }
  .mobile_links .ml_number,
  .mobile_links .ml_refer,
  .mobile_links .ml_appointment {
    margin-bottom: 15px;
  }
  .mobile_links .ml_number a ,
  .mobile_links .ml_refer a,
  .mobile_links .ml_appointment a {
    color: var(--primary_color);
    font-size: 15px;
    line-height: 1.7;
    padding: 7.5px 30px;
    background-color: var(--secondary_color);
    display: block;
  }
  .mobile_links .ml_number:hover a ,
  .mobile_links .ml_refer:hover a,
  .mobile_links .ml_appointment:hover a{
    color:var(--dark_green_color);
  }
  body .header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1:last-child {
    border-bottom: 1px solid #eee ;
  }
  .bottom_navigation .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:hover a{
    background-color:transparent;
    color: var(--primary_color);
  }
  .navigation__menu .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 a:hover {
    color: var(--primary_color);
    margin-bottom: 2px;
  }
  .bottom_navigation .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a:hover,
  .navigation__menu .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:hover a{
    /*   line-height: 1.8; */
    margin-bottom: 2px;
  }
  .navi__logo {
    flex-basis: 100%;
    max-width:168px;
  }
  .bottom_navigation .hs-menu-wrapper.flyouts .hs-menu-children-wrapper:after {
    position: unset;
    display:none;
  }
}


/* popup form css */
.schedule_form form label{
  font-size:18px;
  color:var(--black_color);
}
.schedule_form .sf__form_details {
  max-width: 600px;
  margin: 0 auto;
  background-color: var(--white_color);
  position: relative;
  z-index: 44;
}
.sf__form {
  padding: 20px;
}
.sf__heading h4{
  margin:0;
  font-size: 32px;
  color: var(--white_color);
}
.sf__heading {
  z-index:0;
  padding: 40px;
  background-color: var(--primary_color);
  text-align: center;
  position: relative;  
}
.sf__close_text {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  z-index: 4;
  cursor: pointer;
}
.sf__close_text span {
  font-size: 14px;
  color: var(--white_color);
}
input.hs-button.primary.large {
  padding: 10px 20px ; 
  text-transform: uppercase;
  background: #c2d0cc;
  border: 0;
  color: var(--primary_color);
  line-height: 20px;
  height: auto;
  border-radius: 0;
  font-size: 16px;
  text-align:center;
}
input.hs-button.primary.large:hover {
  background: var(--secondary_color);
  cursor: pointer;
  color: var(--primary_color);
}
.hs_submit.hs-submit {
  text-align: center;
  margin: 30px 0 10px;
}
.sf__heading:before {
  position: absolute;
  content: "";
  width: 30px;
  background: var(--white_color);
  bottom: -15px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sf__close_text:hover {
  background-color: var(--green_color);
}
.schedule_form .sf__form_details {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.schedule_form.is-visible .sf__form_details {
  visibility: visible;
  opacity: 1;
  display: block;
}
body.overflow_hidden {
  overflow:hidden;
}
.schedule_form {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 99999;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  padding:150px 0;
}
.schedule_form.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
