
html{
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}
body {
   font-family: Montserrat,serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden;
}

/* header area start here*/
.logo{
   padding-top: 3rem;
}
.header-menu-area{
   position: absolute;
   width: 100%;
   z-index: 5;
}
.header-info ul li{
    display: inline-block;
    padding-right: 40px;
    position: relative;
}
.our-mobile-logo{
   display: none;
}
.header-info-icon {
    float: left;
    margin-right: 15px;
}
.ddArrow{
   position: relative;
}
.ddArrow::after{
   content: "▾";
   position: absolute;
}
.navbar-absolute-top
{
  position: absolute;
  /* top: 0; */
  left: 0;
  right: 0;
  z-index: 10;
}
.appt-btn{
  width: 95px;
      height: 95px;
      padding: 6px 0px;
      border-radius: 15px;
      text-align: center;
      font-size: 12px;
      line-height: 1.42857;
      align-items: center;
      right: 5em;
      position: fixed;
      z-index: 2;
   color: #fff;
   background-color: #7A99AD;

}
.appt-btn:hover{
  background-color: #5B8098;
}
.main-menu ul li a{
   color: #fff;
   font-family: "Montserrat", sans-serif;
   font-weight: 400;
   font-style: normal;
}
.main-menu nav ul{
   display: flex;
   padding-top: 2.5rem;
}
.manu-list{
   padding-right: 1.8rem;
}
.manu-list a {
   font-size: 18px;
}
.dropdown-item {
display: block;
width: 80%;
padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
clear: both;
font-weight: 400;
color: var(--bs-dropdown-link-color);
text-align: inherit;
text-decoration: none;
white-space: pre-wrap;
background-color: transparent;
border: 0;
padding: 15px;
border-bottom: 1px solid;
margin-left: auto;
margin-right: auto;
}
.dropdown .dropdown-menu{
  background-color: #ffffffd4;
}
/* #navbarNavDropdown.show{
  background-color: #7b9aad;
} */
#navbarNavDropdown.show .nav-item,#navbarNavDropdown.show .manu-list{
  border-bottom: 1px solid white;
}

.dropdown {
   position: relative;
   padding-top: 3.5rem;
   padding-left: 2.5rem;
   padding-right: 2.5rem;
   padding-bottom: .5rem;
   background-color: hsla(0,0%,100%,.9);
   top: -50px;
   cursor: pointer;
}
@media (max-width: 1024px){
    .dropdown {
        background-color: #7b9aad;
    }
}
.dropdown .submenu {
   position: absolute;
   left: 0;
   width: 100%;
   display: block;
   background-color: hsla(0,0%,100%,.9);
   top: 86px;
   padding: 0;
   text-align: center;
   visibility: hidden;
   opacity: 0;
}
.dropdown > a {
   font-family: inherit;
}
.dropdown:hover .submenu{
   visibility: visible;
   opacity: 1;
}
.main-menu  .dropdown a{
   color: #95A3AE;
}

.submenu li{
   display: block;

}
.dropdown .submenu li{
   position: relative;
}
.dropdown .submenu li::after{
   content: "";
   position: absolute;
    height: 0.5px;
    background-color:#95A3AE;
    width: 130px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}
.dropdown a{
   color: #95A3AE;
   text-transform: uppercase;
}
.submenu li{
   color: #95A3AE;
   text-align: left;
   padding: 1rem 2rem;
}

/* our hero section style start here */
/* our hero area style start here */
.our-hero-section{
   background-image: url(/assets/images/background.png);
   height: 48em;
   background-size: cover !important;
   background-position: center;
   background-size: 100%;
   padding-top: 0;
  background-repeat: no-repeat;
}
.hero-banner{
  margin-top: -15rem !important
}
.hero-banner-home{
  margin-top: -30em !important;
}
.hero__CTA  {
   display: none;
}
.our-hero-area {
   position: absolute;
   display: inline-block;
   bottom: -12em;
   width: 72%;
   margin: 0 auto;
   left: 15%;
}
.appointment-page .our-hero-area {
   position: absolute;
   display: inline-block;
   bottom: 20px;
   width: 72%;
   margin: 0 auto;
   left: 6%;
}
.solid-header {
   background-color: #95A3AE;
   width: 100%;
   min-height: 130px;
}

.our-hero-area-2 {
   position: absolute;
   display: inline-block;
   width: 72%;
   top: 35%;
   left: 50%;
   transform: translate(-50%);
}
.our-hero-area-3 .heroTextContainer {
   position: absolute;
   bottom: 0;
}
.inner-page-title {
   font-size: 5rem;
   /* padding-bottom: 7rem; */
}
.title-2 {
   text-align: left;
    margin-top: 3rem;
    margin-bottom: 1.2rem;
    font-size: 3.5rem;
    text-transform: uppercase;
    font-family: Montserrat,serif;
    font-weight: 500;
    font-style: normal;
    color: #95A3AE;
}
.hero-body{top:20em;}
@media only screen and (width: 1024px) {.hero-body{top:0;
}
}
.hero__Title {
   /*background-color: rgba(122,153,173,.4);*/
   display: flex;
   padding: 2rem;
   align-items: center;
}
.hero__title-2 {
   background-color: rgba(122,153,173,.4);
   padding: 2rem;
   align-items: center;
}
.hero__Paragraph {
   padding: 2.5rem 3vw;
   background-color: #A2C6E2;
}
.hero-mobile-heding{
   display: none;
}
.hero__Paragraph .sanityText {
   color: #313E48;
}
.heroSanityText p {
   margin-bottom: 0;
   line-height: 1.25;
   font-size: 1.3rem;
}
.hero__Title .hero-logo {
   margin: 0 2rem;
}
.heroHeader {
   font-size: 3.25rem;
   font-weight: 500;
   text-transform: uppercase;
}
.heading--Home .hero__Title h1{
   color: rgb(255, 255, 255);
   font-size: 6.5rem;
   text-transform: uppercase;
   font-family: Montserrat,serif;
   font-style: normal;
   margin-left: 3rem;
}
/* our doctor section start here */
.our-doctor {
   margin-top: 15em;
}
.our-doctor-area{
   display: flex;
}
.doctor-info{
   display: flex;
}
.button--black {
   background-color: #7A99AD;
   border: 1px solid #7A99AD;
   color: #fff;
}
.button--black:hover {
   background-color: #5B8098;
}
.button {
   padding: 10px 15px;
   text-transform: uppercase;
   text-decoration: none;
   cursor: pointer;
   font-size: 16px;
   display: inline-block;
}
.doctorHighlight__bio {
   color: #333;
   margin-bottom: 1.8rem;
   line-height: 1.25;
   font-size: 1rem;
   font-family: proxima-nova,sans-serif;
   font-weight: 400;
   font-style: normal;
}
.doctorHighlight__imgWrapper {
   order: 1;
   display: block;
   border-radius: 100;
   width: 37.2rem;
   margin: 0;
   position: relative;
   height: auto;
}
.doctor-img img {
   border-radius: 100%;
   max-width: 250px;
   height: auto;
}
.doctorHighlight__Text {
   order: 2;
   width: 42rem;
   padding-left: 2.5em;
   padding-right: 2.5em;
   padding-bottom: 5.1rem;
}
.doctorHighlight__Text h3 .doctorHighlight__Text h4{
   font-size: 3.8rem;
   font-family: Montserrat,serif;
   margin-top: 1.8rem;
   font-weight: 500;
   font-style: normal;

}

.dr-heding{
   color: #000000 ;
   font-size: 48px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
   color: #495057;
   background-color: #fff;
   border-top: 1px solid #495057;
   border-bottom: 1px solid #495057;
}
.nav-tabs .nav-link {
   margin-bottom: -1px;
   background: 0 0;
   border: 0;
   border-radius: 0;
   border-top: 1px solid #495057;
   border-bottom: 1px solid #495057;
   color: inherit;
   font-size: 20px;
   padding: 1rem 0;
   text-align: left;
   color: #000000;
   width: 240px;

}

.nav-tabs .nav-link:hover {
   margin-bottom: -1px;
   background: 0 0;
   border: 0;
   border-radius: 0;
   border-top: 1px solid #495057;
   border-bottom: 1px solid #495057;
   color: inherit;
}
.dd__Item p {
   font-size: 48px;
}

/* our about section style start here */
.formHeader{
   color: #000000;
   font-size: 28px;
   text-transform: uppercase;
}
.formSectionAlone{
   margin-left: 30px;
}
.invalidInput{
   background-color: #e7d9d9;
   border: 2px solid red;
}
.contact-information{
   display: none;
}
input:-internal-autofill-selected {
   appearance: menulist-button;
   background-image: none !important;
   background-color: -internal-light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
   color: fieldtext !important;
}
.input--Text *, .input--Text::placeholder, .selectContainer *, .selectContainer::placeholder, fieldset *, fieldset::placeholder, select *, select::placeholder, textarea *, textarea::placeholder {
   font-size: 1rem;
   text-transform: uppercase;
   color: #313E48;
   font-family: proxima-nova,sans-serif;
}
textarea {
   min-height: 160px;
}
.input--Text, .selectContainer, fieldset, select, textarea {
   border: 0;
   background-color: #e8e9ea;
   display: block;
   padding: 1.3rem 1.6rem;
   width: 100%;
   margin-top: 1.1rem;
}
input[type=submit] {
   margin-top: 1.1rem;
   font-family: proxima-nova,sans-serif;
}
.button--Fill, .button--Fill--blue {
   font-size: 1rem;
   color: #fff;
   border: 0;
}
.button--Fill {
   background-color: #95A3AE;
   margin-left: auto;
   margin-right: 0;
   display: block;
   padding: 12px 20px;
}

/* our hero woraper area style here */
.hero-bg-img img{
   width: 100%;
   height: 350px;
   object-fit: cover;
}
.hero-para {
   position: absolute;
   z-index: 1;
   display: block;
   background-color: hsla(0,0%,100%,.8);
   width: 75%;
   right: 0;
   top: 30%;
   padding: 40px 50px 40px 100px;
}
.hero-para p {
   font-size: 45px;
   color: #95A3AE;
   font-family: Montserrat,serif;
   font-weight: 500;
   line-height: 48px;
   font-style: italic;
   font-weight: 500;
}
.hero-para.home p {
   font-size: 45px;
   color: #95A3AE;
   font-family: questa-slab,serif;
   font-weight: 500;
   line-height: 48px;
   font-style: italic;
   font-weight: 500;
}

.hero__Wrapper{
   position: relative;
   margin-top: 60px;
}
.our-footer-area{
   padding: 60px 0 60px 0;
   font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.footer-img{
   text-align: center;
}
.footer-hr{
   color: #456c86;
   font-size: 22px;
}

.footer-right ul li {
   text-align: end;
   padding-top: 5px ;
}
.footer-contact ul li {
  padding-top: 5px ;
}


.footer-location ul li{
   padding-top: 5px ;
}
.footer-procedures ul li{
   padding-top: 5px ;
}

/*******************/
About page
/*******************/

/* about area style here  */
.hero__CTA{
   display: none;
}
.hero__Subheader{
   font-size: 3rem;
   color: #313e48;
   text-transform: uppercase;
   margin-bottom: 1.2rem;
   font-family: Montserrat,serif;
   font-weight: 500;
   font-style: normal;
}
.about-doctor-section {
   margin-top: 12em;
   margin-bottom: 13em;
}
.allDocs__Header {
   display: block;
   width: 100%;
   color: #313e48;
   font-family: Montserrat,serif;
   font-weight: 500;
   font-style: normal;
   font-size: 3.5rem;
   margin-top: 3rem;
   margin-bottom: 1rem;
   text-transform: uppercase;
}
.person h3{
   border-bottom: 1px solid #95A3AE;
   padding-bottom: 1.25rem;
   color: #95A3AE;
   font-size: 1.5rem;
   font-weight: 300;
   width: 80%;
}

.imgWrapper--Headshot img {
   border-radius: 100%;
   display: block;
   margin-bottom: 30px;
   width: 280px;
   height: 280px;
   object-fit: cover;
   object-position: top;
}
.person__Brief {
   width: 22.7rem;
   position: relative;

}
.person {
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   align-items: flex-start;
   width: 100%;
   margin-top: 60px;
}
.allDocs__Header {
   font-family: Montserrat,serif;
   font-weight: 500;
   font-style: normal;
   font-size: 3rem;
   margin-top: 3rem;
   margin-bottom: 1rem;
   text-transform: uppercase;
}
.person__bio {
   width: 100%;
   padding-left: 1em;
   padding-right: 1em;
}

.person__bio{
    color: #333;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.4rem;
    margin-top: 10px;
}
.imgWrapper-heading {
   font-family: Montserrat,serif;
   color: #95A3AE;
   margin-top: 1rem;
   font-size: 1em;
}
.fromimg{
   order: 2;
   width: 45%;
}

.fromimg  {
   max-width: 100%;
   position: relative;
}
.about-from-img img{
   width: 100%;
}
.about-from-img {
   width: 100%;
}

/* about from area style here */
.our-aboutfrom-area{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: flex-start;
   padding: 6rem 6rem 7rem max((100vw - 106rem)/2,10vw);
}
.about-from {
   order: 1;
   padding: 0;
   width: 45%;
   margin-top: 0;
}


/* our contact page style here  */
.our-contact-from {
   display: flex;
   margin-right: 0;
   margin-left: auto;
   background-color: #A2C6E2;
   padding: 3rem 6rem;
   bottom: 5em;
   position: relative;
}
.our-contactarea {
   width: 60%;
   margin: 0;
}
.our-contactarea form{
   width: 100%;
}
.our-contact-information{
   color: #313E48;
   padding: 20px;
}
.formHeader {
   color: #313e48;
   text-transform: uppercase;
   font-size: 2rem;

   font-weight: 500;
   font-style: normal;
   margin-bottom: 2rem;
}
.contact-from-btn {
   border-radius: 0;
   background-color: #7a99ad;
   margin-top: 1.1rem;
   font-family: proxima-nova,sans-serif;
   font-size: 1.8rem;
   color: #fff;
   border: 0;
   margin-left: auto;
   margin-right: 0;
   display: block;
   padding: 12px 25px;
}
.contact-from-btn:hover {
   background-color: #5b8098;
   color: #333;
}
.contact-input{
   color: #313e48;
   text-decoration: underline;
}
.contact-input:hover {
   color: #ffffff;
}
.our-contact-information{
   margin: 20px 0;
}
/* our patient section style start here   */
.our-patient-hero-section{
   position: relative;
   height: auto;
   height: 900px;
   object-fit: cover;
   background-repeat: no-repeat;
   z-index: -1;
}
@media (min-width: 1838px) {
  .our-patient-hero-section{
   position: relative;
   height: auto;
   height: 900px;
   object-fit: cover;
   background-repeat: no-repeat;
   background-size: cover;
   z-index: -1;
   width:100%;
}
}
.patient-hero__Title {
   position: absolute;
   bottom: 200px;
   left: 200px;
}
.patient-hero-Paragraph {
   width: calc(100vw - max((100vw - 106rem)/ 2 ,10vw));
   padding-right: max((100vw - 106rem)/2,10vw);
   background-color: #95A3AE;
   margin-top: -12rem;
   padding-left: 6rem;
   padding-top: 4rem;
   padding-bottom: 4rem;
   margin-left: auto;
}
.patient-para {
   margin-bottom: 0;
   line-height: 1.25;
   font-size: 18px;
   color: #fff;
}
.hero__Subheader {
   font-size: 2rem;
   color: #313e48;
   text-transform: uppercase;
   margin-bottom: 1.2rem;
   font-family: questa-slab,serif;
   font-weight: 500;
   font-style: normal;
}
.patient-para ul li{
   list-style: disc;
   margin-left: 40px;
}
.pageBody{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: flex-start;
   position: relative;
   padding-top: 4rem;
   padding-bottom: 4rem;
   width: 80vw;
   left: 200px;
}
.pageBody__Header {
   margin-bottom: 1.2rem;
   font-size: 2.7rem;
   text-transform: uppercase;
   font-family: Montserrat,serif;
   font-weight: 500;
   font-style: normal;
   color: #313E48;
}
.hero__Paragraph .sanityText p a, .pageBody__Col .sanityText a {
   font-size: 1.8rem;
   color: #fff;
   border: 0;
   background-color: #456c86;
   padding: 1.3rem 2.6rem;
   text-transform: uppercase;
   text-decoration: none;
   cursor: pointer;
   display: inline-block;
}
.button--Fill--blue {
   background-color: #7A99AD;
   font-size: 1.8rem;
    color: #fff;
    border: 0;
    padding: 1.3rem 2.6rem;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
.button--Fill--blue:hover {
   background-color: #5B8098;
}

/* our applicition page style here  */
.applicition-hero__Title {
   width: 50%;
   margin-top: 90px;
}
.applicition-hero__Title .heroHeader{
   text-transform: uppercase;
}
select {
   border: 2px solid #95A3AE;
}

/* our surjary page style here   */
.surjary-heroHeader{
   margin-top: 220px;

}
.sanityText-p{
    color: #000;
   font-size: 1.2rem;
   font-weight: normal;
   line-height: 26px;
   margin-bottom: 15px;
}
.surjary-about-area{
   margin-top: 140px;
   /* margin-left: 100px; */
}
.pageBody__Col  {
   width: 55%;
}
.pageBody__Text {
   margin-bottom: 3.6rem;
   line-height: 1.25;
   font-size: 1.2rem;
}
.pageBody__Col2 {
   width: 35%;
}
.surjary-formHeader{
   color: #000000;
}
.hero__Paragraph {
   width: calc(100vw - max((100vw - 85rem)/ 2 ,2vw));
   margin-left: auto;
   margin-right: 0;
   padding-right: max((100vw - 85rem)/2,9vw);
}

.hero__Paragraph.index{
   width: auto;
   margin-left: auto;
   margin-right: 0;
   padding-right: max((100vw - 106rem)/2,10vw);
}

/* our reapir area style here  */
.repair-heroHeader {
   margin-top: 230px;
}
.reapir-about-area{
   margin-top: 200px;
}

/* our evlt page style here   */
.evlt-about-area{
   margin-top: 200px;
}
/* our endoscopy page style start here  */
.endoscopy-heroHeader{
   margin-top: 160px;
}
.endoscopy-about-area{
   margin-top: 260px;

}
.thyroid-about-area{
   margin-top: 140px;
}

.removal-about-area{
   margin-top: 200px;
}
.removal-heroHeader{
   margin-top: 230px;
}

/* insurance stylr  */


.insuranceRow:nth-child(2n-1) {
   background-color: #e8e9ea;
}

.insuranceRow {
   display: flex;
   justify-content: space-between;
   margin-bottom: 0;
   padding: 1.8rem 1rem;
}

.insuranceList p {
   line-height: 1.2;
   font-size: 18px;
   margin-bottom: 0;
}
 .phone {
    color: inherit;
    text-decoration: underline;
}

@media only screen and (max-width: 735px) {
    /* .phone {
        text-decoration: underline;
        color: inherit;
        pointer-events: auto;
        text-decoration: underline;
    } */
    .appt-btn{
      right: 1em !important
    }
    .w-100{
      width: 100% !important;
    }
    /* .our-hero-section{
      height: 580px;
    } */
  }
  .w-lg-50{
    width: 50%
  }
.doc-subhero-text {
   color: #313E48;
}

.clinical-staff-title {
   color: #95A3AE;
}
.contact-form-text {
   color: #313E48
}
.our-contact-information a {
   background-color: #7a99ad;
   color: #fff;
}
.our-contact-information a:hover {
   background-color: #5b8098;
}
.treatments-dropdown:focus, .treatments-dropdown:hover {
   color: #1e2125 !important;
   background-color: #e9ecef;
}
.apt-section {
   background-color: #A2C6E2;
}
.apt-section-text, .apt-section-text p {
   color: #313E48;
}
.apt-section-text a {
   background-color: #7A99AD;
   color: #fff;
}
.apt-section-text a:hover {
   background-color: #5B8098;
   color: #fff;

}
@media (max-width: 768px) {
   .treatments-dropdown {
      color: white !important;
   }
   .dropdown {
      top: 0;
      padding-left: 0;
      padding-right: 0;
   }
}
.hero-banner.index-banner {
   margin-top: -30rem !important;
}
@media (min-width: 769px) {
    .lavc-nav {
        background-color: rgba(122, 153, 173, .4) !important;
    }
}
.lavc-nav .dropdown-menu {
    background-color: #fff !important;
}
.hero-background {
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: rgba(122, 153, 173, .4) !important;
}
@media (min-width: 1024px) and (max-width: 1430px) {
    .laptop-size {
        width: 16.666666667% !important;
        flex: 0 0 auto !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #navbarNavDropdown.show .nav-item,#navbarNavDropdown.show .manu-list{
        width: 100% !important;
        border-bottom: 1px solid white;
    }

}

.error-page-section {
    position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    }
.error-page-area {
    position: absolute;
    inset: 0;              /* top/right/bottom/left: 0 */
    width: 100%;
    height: 100%;
    transform: none;       /* remove translate so it doesn’t shift */
    left: auto;            /* reset left since we use inset */
    top: auto;             /* reset top since we use inset */
    display: block;
}
.error-page-area .hero{
    position: absolute;
    inset: 0;
    display: flex;         /* optional: center content */
    align-items: center;
    justify-content: center;
}
.error-page-area .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}
.error-page-area .hero > * {
  position: relative;
}
@media (max-width: 320px) {
    .our-hero-section {
        height: 28vh !important;
        margin-top: 80px;
    }
}
@media (max-width: 767px) and (min-width: 321px) {
    .our-hero-section {
        height: 35vh !important;
        margin-top: 85px;
    }
    .index-background {
        background-position: 30% center;
    }
}