@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
    body{
    background-color: #EFEFEF;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;

    overflow-x: hidden;
    }

    h1,h2,h3,h4{
        font-size: normal;
    }

    h1, h3{
        font-size: 1.2em;
    }

    h2{
        font-size: 1.6em;
        
    }

    
    .clear{
        clear: both;
    }
    li{
        list-style: none;
    }

    * {


        padding: 0;
        box-sizing: border-box;
      }
      

      #offer-footer{
        font-family: 'Space Grotesk', sans-serif;
        padding: 0;
        margin: 0;
        position: relative;
        text-align: center;
        padding-top: 16px;
        color: #cccccc;
        font-size: 1em;

    }
    #offer{
        padding: 0;
        margin: 0;
        position: relative;
        text-align: center;
        padding-top: 16px;
        color: white;
        font-size: 1em;
    }
    #credits{
        text-decoration: none;
        color: white;
    }

    .footer{
        width: 100%;
        height: 50px;
        background-color: #6D6C6C;

    }







    .container {
        position: relative;
        width: 100%;
        min-height: 85vh;
        padding: 2rem;
        background-color: #fafafa;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        
      }
      
      .form {
        width: 100%;
        max-width: 820px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
        z-index: 1;
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
      }
      
      .contact-form {
        background-color: #6D6C6C;
        position: relative;
      }
      
      .circle {
        border-radius: 50%;
        background: linear-gradient(135deg, transparent 20%, #adb5c4);
        position: absolute;
      }
      
      .circle.one {
        width: 130px;
        height: 130px;
        top: 130px;
        right: -40px;
      }
      
      .circle.two {
        width: 80px;
        height: 80px;
        top: 10px;
        right: 30px;
      }
      
      .contact-form:before {
        content: "";
        position: absolute;
        width: 26px;
        height: 26px;
        background-color: #6D6C6C;
        transform: rotate(45deg);
        top: 50px;
        left: -13px;
      }
      
      form {
        padding: 2.3rem 2.2rem;
        z-index: 10;
        overflow: hidden;
        position: relative;
      }
      
      .title {
        color: #fff;
        font-weight: 500;
        font-size: 1.5rem;
        line-height: 1;
        margin-bottom: 0.7rem;
      }
      
      .input-container {
        position: relative;
        margin: 1rem 0;
      }
      
      .input {
        width: 100%;
        outline: none;
        border: 2px solid #fafafa;
        background: none;
        padding: 0.6rem 1.2rem;
        color: #fff;
        font-weight: 500;
        font-size: 0.95rem;
        letter-spacing: 0.5px;
        border-radius: 25px;
        transition: 0.3s;
      }
      
      textarea.input {
        padding: 0.8rem 1.2rem;
        min-height: 150px;
        border-radius: 22px;
        resize: none;
        overflow-y: auto;
      }
      
      .input-container label {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        padding: 0 0.4rem;
        color: #fafafa;
        font-size: 0.9rem;
        font-weight: 400;
        pointer-events: none;
        z-index: 1000;
        transition: 0.5s;
      }
      
      .input-container.textarea label {
        top: 1rem;
        transform: translateY(0);
      }
      
      .btn {
        padding: 0.6rem 1.3rem;
        background-color: #fff;
        border: 2px solid #fafafa;
        font-size: 0.95rem;
        color: #6D6C6C;
        line-height: 1;
        border-radius: 25px;
        outline: none;
        cursor: pointer;
        transition: 0.3s;
        margin: 0;
      }
      
      .btn:hover {
        background-color: transparent;
        color: #fff;
      }
      
      .input-container span {
        position: absolute;
        top: 0;
        left: 25px;
        transform: translateY(-50%);
        font-size: 0.8rem;
        padding: 0 0.4rem;
        color: transparent;
        pointer-events: none;
        z-index: 500;
      }
      
      .input-container span:before,
      .input-container span:after {
        content: "";
        position: absolute;
        width: 10%;
        opacity: 0;
        transition: 0.3s;
        height: 5px;
        background-color:#6D6C6C;
        top: 50%;
        transform: translateY(-50%);
      }
      
      .input-container span:before {
        left: 50%;
      }
      
      .input-container span:after {
        right: 50%;
      }
      
      .input-container.focus label {
        top: 0;
        transform: translateY(-50%);
        left: 25px;
        font-size: 0.8rem;
      }
      
      .input-container.focus span:before,
      .input-container.focus span:after {
        width: 50%;
        opacity: 1;
      }
      
      .contact-info {
        padding: 2.3rem 2.2rem;
        position: relative;
      }
      
      .contact-info .title {
        color: #024a58e1
      }
      
      .text {
        color: #333;
        margin: 1.5rem 0 2rem 0;
      }
      
      .information {
        display: flex;
        color: #555;
        margin: 0.7rem 0;
        align-items: center;
        font-size: 0.95rem;
      }
      
      .icon {
        width: 28px;
        margin-right: 0.7rem;
      }
      
      .social-media {
        padding: 2rem 0 0 0;
      }
      
      .social-media p {
        color: #333;
      }
      
      .social-icons  {
        display: flex;
        margin-top: 0.5rem;

      }
      
      .social-icons a {
        width: 35px;
        height: 35px;
        border-radius: 5px;
        background: linear-gradient(45deg, #04295ad9, #034a57);
        color: #fff;
        text-align: center;
        line-height: 35px;
        margin-right: 0.5rem;
        transition: 0.3s;
      }
      
      .social-icons a:hover {
        transform: scale(1.05);
      }
      
      .contact-info:before {
        content: "";
        position: absolute;
        width: 110px;
        height: 100px;
        border: 22px solid #BC8452;
        border-radius: 50%;
        bottom: -77px;
        right: 50px;
        opacity: 0.3;
      }
      
      .big-circle {
        position: absolute;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        background: linear-gradient(to bottom, #04295ad9, #034a57);
        bottom: 50%;
        right: 50%;
        transform: translate(-40%, 38%);
      }
      
      .big-circle:after {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        background-color: #fafafa;
        border-radius: 50%;
        top: calc(50% - 180px);
        left: calc(50% - 180px);
      }
      
      .square {
        position: absolute;
        height: 400px;
        top: 50%;
        left: 50%;
        transform: translate(181%, 11%);
        opacity: 0.2;
      }
      
      @media (max-width: 850px) {
        .form {
          grid-template-columns: 1fr;
        }
      
        .contact-info:before {
          bottom: initial;
          top: -75px;
          right: 65px;
          transform: scale(0.95);
        }
      
        .contact-form:before {
          top: -13px;
          left: initial;
          right: 70px;
        }
      
        .square {
          transform: translate(140%, 43%);
          height: 350px;
        }
      
        .big-circle {
          bottom: 75%;
          transform: scale(0.9) translate(-40%, 30%);
          right: 50%;
        }
      
        .text {
          margin: 1rem 0 1.5rem 0;
        }
      
        .social-media {
          padding: 1.5rem 0 0 0;
        }
      }
      
      @media (max-width: 480px) {
        .container {
          padding: 1.5rem;
        }
      
        .contact-info:before {
          display: none;
        }
      
        .square,
        .big-circle {
          display: none;
        }
      
        form,
        .contact-info {
          padding: 1.7rem 1.6rem;
        }
      
        .text,
        .information,
        .social-media p {
          font-size: 0.8rem;
        }
      
        .title {
          font-size: 1.15rem;
        }
      
        .social-icons a {
          width: 30px;
          height: 30px;
          line-height: 30px;
        }
      
        .icon {
          width: 23px;
        }
      
        .input {
          padding: 0.45rem 1.2rem;
        }
      
        .btn {
          padding: 0.45rem 1.2rem;
        }
      }
      








    #credits{
        text-decoration: none;
        color: white;
    }

    #credits:hover{
        text-decoration: underline;
    }

    .topbar{
        width: 100%;
        height: 50px;
        background-color: #6D6C6C;
        font-size: normal;
    }

    
    .logo{
        height: 100px;
        padding-top: 0px;
        float: left;
        flex-basis: 40%;
    }


    .static-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
    }

    #name{
        float: left;
        padding-left: 10px;
        text-decoration: none;
        color: black;
        
    }

   

    

    #headline{
        position: relative;
        color: #024A58;
        /*
    add in shadow here
        
        */
    }

    
    #subscript{
        font-size: 1.3rem;
        color: #6D6C6C;
        position: relative; /*
        add in shadow here
            
            */
    }

    .review-description{
        width: 100%;

    }
    
    #short-description{
        color:#024A58;
        font-weight:bolder;
    }
    
    
    .review-container{
        width: 100%;
        height: auto;
        background-color: #CECBCA;
        display: flex;
        flex-direction: row;
        justify-content:space-around;
        flex-wrap: wrap;

    }

    .box{
        width: 20%;
        height: 350px;
        background-color: #e6e4e4;
        margin: 80px 30px 80px 30px;
        box-sizing: border-box;
        font-size: 50px;
        border-radius: 15px;
        position: relative;

    }

    #review{
        font-size: 0.35em;
        padding: 5px 25px 0px 25px;
        color: #024A58;
        text-align: left;

    }

    #reviewer{
        font-size: 0.35em;
        padding: 0px 25px 5px 25px;
        color: #6D6C6C;
        text-align: left;

    }

    #top-information{
        background-color: #efefef;
        position: -wbkit-sticky;
        top: 0;
        display: flex;
        position: sticky;
        width: 100%;
        box-sizing: border-box;
        z-index: 2;
        flex-direction: row;
        justify-content: space-between;

        
    }

    #top-nav-right{
        position: relative;
        align-items: center;
        z-index: 2;
        margin-left: auto;

        
    }


    .toggler{
        position: absolute;
        top: 0.5rem;
        left: 0.5rem;
        width: 60px;
        height: 60px;
        z-index: 3;
        opacity: 0;
        cursor: pointer;
    }

    .hamburger{
        position: absolute;
        top: 0.5rem;
        left: 0.5rem;
        width: 60px;
        height: 60px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #EFEFEF;
    }
    
    .hamburger>div{
        position: absolute;
        width: 60%;
        height: 3px;
        border-radius: 1.5px;
        background-color: #BC8452;
        transition: .4s;
    }


    .hamburger>div:before{
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        border-radius: 1.5px;
        background-color: #BC8452;
        top: -10px;
        left: 0;
        transition: .4s;
    }
    
    .hamburger>div:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        border-radius: 1.5px;
        background-color: #BC8452;
        top: 10px;
        left: 0;
        transition: .4s;
    }

    .toggler:checked + .hamburger>div{
        transform: rotate(135deg);
    }
    
    .toggler:checked:hover + .hamburger>div{
        transform: rotate(225deg);
    }
    
    .toggler:checked + .hamburger>div:before, .toggler:checked + .hamburger>div:after{
        top: 0;
        transform: rotate(90deg);
    }
    
    #link-buttons{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        transition: .6s;
        float: right;
    }
    
    #link-buttons> div{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-150%) translateY(-50%);
        width: 1600px;
        height: 1600px;
        border-radius: 0%;
        background-color: #056d81;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: .6s;
    }
    
    #link-buttons > div > div{
        max-width: 90vw;
        max-height: 100vh;
        opacity: 0;
        transition: .6s;
        text-align: center;
    }
    
    #link-buttons > div > div > ul > li{
        list-style: none;
    }
    
    #link-buttons > div > div > ul > li > a{
        text-decoration: none;
        color: #fff;
        font-weight: 550;
        text-transform: uppercase;
        margin: .5rem;
        transition: .3s;
        font-size: 1.2rem;
        display: inline-block;
    }
    
    #link-buttons > div > div > ul > li > a:hover{
        color: #BC8452;
    }
    
    .toggler:checked ~ #link-buttons{
        visibility: visible;
    }
    
    .toggler:checked ~ #link-buttons > div{
        transform: translateX(-50%) translateY(-50%);
    }
    
    .toggler:checked ~ #link-buttons > div > div{
        opacity: 1;
    }


    .box{
        width: 20%;
        height: 350px;
        background-color: #e6e4e4;
        margin: 80px 30px 80px 30px;
        box-sizing: border-box;
        font-size: 50px;
        border-radius: 15px;

    }

    .slideshow-container{
        max-width: 100%;
        max-block-size: 54vw;
        background-color:#e6e4e4;
        margin: 20px;
        overflow: hidden;
        
        
    }


    .slider{
        width: 100%;
        height: 100vh;
        background: url(assets/s1.JPG);
        background-repeat:no-repeat;
        margin: 0px;
        animation: slide 15s infinite ;
        background-size: contain;
       
        
    }

    
    @keyframes slide {
        25%{
            background: url(assets/s1.JPG);
            background-size: contain;
            background-repeat:no-repeat;
            
        }
        50%{
            background: url(assets/s3.JPG);
            background-size: contain;
            background-repeat:no-repeat;
            
        }
        75%{
            background: url(assets/s2.JPG);
            background-size: contain;
            background-repeat:no-repeat;
            
        }
        100%{
            background: url(assets/s4.JPG);
            background-size: contain;
            background-repeat:no-repeat;
            
        }
    }

    @media screen and (max-width:2500px) {
        .box{
            width: 40%;
        }
    }

    @media screen and (max-width:600px) {
        .box{
            width: 90%;
        }
        
    }

    @media screen and (min-width: 480px) {
        .spacer {
            padding-top: 24px;
            background-color: #fafafa;
        }
    }
    /*
    @media screen and (max-width:960px) {

        #top-nav-right{
            display: none;
        }

        #top-nav-right{
            display: none;
        }
        
    }*/

    @media screen and (max-width:400px) {
        .dr-img-container-1{
            display: none;
        }
        .dr-img-container-2{
            display: none;
        }
    }
    
    @media screen and (min-width:300px) {
        .static-logo{
            display: flex;
            align-items: center;
            justify-content: center;
            float: left;
        }
        .logo{
            height: 90px;
            padding-top: 0px;
            flex-basis: 40%;
        }

        #name{
            padding-left: 2px;
            white-space: nowrap;

        }

        
    
        #top-nav-right{
            padding-right: 80px;
            margin-top: 5px;
            align-items: center;
            justify-content: flex-end;
        }

    

        .image-container{
            width: 100%;
        }

        #first-img{
            width: 100%;
            height: auto;
        }

        .headline-container{
            width: 100%;
            overflow:visible;
    
        }



        .top-message{
            display: flex;
            align-items: center;
            
        }

        .dr-message-1{
            margin: 35px;
            float: left;
            flex: 1;
            display: inline-block;
            position: relative;
        }
        
        .text-container{
            width: 450px;
            height: 300px;
            background-color: #CECBCA;
            border-radius: 15px;
            
        }

        #text{
            margin: 25px;
            font-size: 1em;
            padding-top: 25px;
        }
        

        .dr-img-container-1{
            height: 120px;
            width: 120px;
            border-radius: 50%;
            background-color: #BC8452;
            float: right;
            bottom: 0px;
            position:absolute;
            right: 0;

            margin-right: -10px;
        }
        
        .dr-img-container-2{
            height: 120px;
            width: 120px;
            border-radius: 50%;
            background-color: #BC8452;
            bottom: 0px;
            position: absolute;
            right: 0;

            margin-right: -10px;
        }

        .dr-message-2{
            margin: 15px;
            float: right;
            flex: 2;
            display: inline-block;
            position: relative;
        }


        .dr-message{
            margin: 15px;
        }
        
        .text-container{
            width: 100%;
            height: 300px;
            background-color: #CECBCA;
            border-radius: 15px;
        }

        #text{
            margin: 25px;
            font-size: 1.15em;
            padding-top: 25px;
        }
        

        
        .slideshow-container{
        max-block-size: 50vw;
        
        }
    
        


        #headline{
            position: relative;
            color: #024A58;
            font-size: 15rem;
            /*add in shadow here*/
        }

        .div-container{
            margin: 15px;
            padding-right: 15px;
        }

        .divider {
            margin: 15px;
            background-color: #BC8452;
        }
    
        
        #subscript{
            font-size: 1.2rem;
            color: #6D6C6C;
            position: relative; 
            /*add in shadow here*/

        }

        #short-description{
            padding-top: 10px;
            font-size: 1em;
            text-align: center;

        }

        .review-description{
            width: 100%;
        }
    
        .review-container{
            width: 100%;
            height: auto;
            background-color: #CECBCA;
            display: flex;
            flex-direction: row;
            justify-content:space-around;
            flex-wrap: wrap;
            
    
        }

        .timing-section{
            width: 100%;
            height: 600px;
            position: relative;
           
            display: flex;
            
        }

        .timing{
            
            color:#BC8452;
            flex: 2;
            margin: 20px;
        }

        .timing h3{
            color: #024A58;
            font-size: 1.3em;

        }

        .timing p{


        }







        .image-section{
            width: 100%;
            height: auto;
            position: relative;
           
            
        }


        .detail{
            color:#BC8452;
            margin: 20px;
            
        }

        .detail h3{
            color: #024A58;
            font-size: 1.3em;

        }

        .detail p{
            font-size: 0.95em;

        }







        .headline-container-end{
            height: auto;
            width: 100%;
            flex: 1;
            padding-top: 0px;
            font-size: 1em;
            z-index: 1;
        }

        #headline-end{
            position: relative;
            color: #024A58;
            font-size: 1.4rem;
            /*add in shadow here*/
        }
        #subscript-end{
            font-size: 1.2rem;
            color: #6D6C6C;
            position: relative; 
            /*add in shadow here*/

        }

        .clinic-img{
            flex: 1;
        }
        .clinic-img img{
            width: 100%;
        }
        
    
        .googleMap{
            display: block;
            width: 100%;
            height: calc(50%*width);


        }

        .mapBox{
            max-width: 1100px;
            max-height: 720px;
            /*add in margins and borders for larger plain in larger image*/
        }
        
    }
    
    
    @media screen and (min-width:760px) {
        body{
            font-size: 16px;
        }


        #link{
            float: left;
            text-decoration: none;
            color: black;
            padding-top: 1.2em;
            font-weight: medium;
            color: #6D6C6C;
        }

        #link-buttons{
            display:flex;
        }

        #top-nav-right{
            float: right;
            padding-right: 100px;
            display: inline;
        }

        .information-container{
            display: flex;
            padding-top: -50px;
            font-size: 1em;
            position: relative;
            float: right;
        }

        .headline-container{
            float: right;
            height: auto;
            width: 400px;
            flex: 1;
            padding-top: 100px;
            font-size: 1.2em;
            z-index: 1;
            margin-right: -60px ;
        }

        .top-message{
            display: flex;
            align-items: center;
            
        }

        .dr-message-1{
            margin: 35px;
            float: left;
            flex: 1;
            display: inline-block;
            position: relative;
        }
        
        .text-container{
            width: 450px;
            height: 300px;
            background-color: #CECBCA;
            border-radius: 15px;
            
        }

        #text{
            margin: 25px;
            font-size: 1.15em;
            padding-top: 25px;
        }
        
        .dr-img-container{
            height: 160px;
            width: 160px;
            border-radius: 50%;
            background-color: #BC8452;
            float: right;
            margin-right: -10px;
            bottom: 0px;
        }

        .cont{
            margin-top: -20px;
        }

        .dr-message-2{
            margin: 15px;
            float: right;
            flex: 2;
            display: inline-block;
            position: relative;
        }

        .slideshow-container{
        max-block-size: 52vw;
    
        }
    

        #headline{
            position: relative;
            color: #024A58;
            font-size: 2.8rem;
            /*add in shadow here*/
        }

        #subscript{
            font-size: 1.8rem;
            color: #6D6C6C;
            position: relative; 
            /*add in shadow here*/

        }

        .image-container{
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            float: left;
            position: sticky;
            width: 750px;
            height: max-content;
            
        }

        #short-description{
            padding-top: 55px;
            font-size: 2em;

            text-align: center;
        }


        .div-container{
            margin: 15px;
            padding-left: 0px;
        }

        .divider {
            margin: 15px;
            background-color: #BC8452;
        }

        #subscript{
            font-size: 1.2rem;
            color: #6D6C6C;
            position: relative; 
            /*add in shadow here*/

        }

        #short-description{
            padding-top: 10px;
            font-size: 1.4em;
            text-align: center;

        }

        .review-description{
            width: 100%;
        }
    
        .review-container{
            width: 100%;
            height: auto;
            background-color: #CECBCA;
            display: flex;
            flex-direction: row;
            justify-content:space-around;
            flex-wrap: wrap;
    
        }

        .clinic-img{
            flex: 1;
            flex-basis: 50%;
            
        }


        .timing{
            width: 40%;
            height: auto;
            text-align: left;
            color:#BC8452;
            flex: 2;
            float: right;
            padding-right: 20px;
            padding-top: 20px;
            margin: 0.2em;
            font-size: 1em;
        }



        .timing h3{
            color: #024A58;
            font-size: 1.1em;
            text-align: center;

        }

        .timing p{
            font-size: 1em;

        }

        .clinic-img img{
            width: 50%;
            float: left;
            position: sticky;
            margin: 15px;
            border-radius: 25px;
            margin-bottom: 30px;

            
        }



       
        #cont{

            align-items: center;


           
        }

        .image-section{
            width: 100%;
            height: auto;
            position: relative;
           
            display: flex;
            
        }
        .image-section img {
            width: 90%;
        }

        .detail{

            color:#BC8452;
            flex: 2;
            margin: 20px;
            margin-top: -5px;

            padding-left:20px ;

        }

        .detail h3{
            color: #024A58;
            font-size: 1.3em;

        }

        .detail p{
            font-size: 0.95em;

        }











        .googleMap{
            display: block;
            width: 50%;
            height: calc(50%*width);
            float: right;
            border-radius: 25px;

        }

        .mapBox{
            max-width: 100%;
            max-height: 720px;
            margin: 5px;
            margin-bottom: 50px;
            /*add in margins and borders for larger plain in larger image*/
        }

        .headline-container-end{
            float: left;
            height: auto;
            width: 50%;
            flex: 1;
            padding-top: 85px;
            font-size: 1em;
            z-index: 1;
            margin-right: -40px ;
        }

        #headline-end{
            position: relative;
            color: #024A58;
            font-size: 2.2rem;
            margin: 15px;
            /*add in shadow here*/
        }
        #subscript-end{
            font-size: 1.4rem;
            color: #6D6C6C;
            position: relative; 
            margin: 15px;
            /*add in shadow here*/

        }


        

        

    }
    @media screen and (min-width:1000px) {
        .clinic-img img{
            width: 60%;
            float: left;
            position: sticky;
            margin: 15px;
            border-radius: 25px;
            margin-bottom: 30px;

            
        }
        .timing{
            width: 30%;
            padding-right: 30px;
            max-width:100% ;
            margin-top: 30px ;
            color:#BC8452;
            padding-top: 30px;

            font-size: 1.1em;

        }
        #t2{
            margin-top: 20px;
        }

        #cont{
            padding: 20px 20px 20px 100px
        }

        

        .image-section img{
            width: 80%;
        
        }

        .detail{
            padding-top: 25px;
        }
        
        
    }
    
    @media screen and (min-width:1100px) {



        #cont{
            position: relative;
            padding-left: 300px;
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .image-section{
            width: 40%;
            height: 600px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -25px 0 0 -25px;
           
            display: flex;
            
        }

        .detail{
            color:#BC8452;
            flex: 2;
            margin: 20px;
            margin-top: -5px;
            padding-top: 0px;
            padding-right: 20px;
        }

        .detail h3{
            color: #024A58;
            font-size: 1.3em;

        }

        .detail p{
            font-size: 0.95em;

        }

        body{
            font-size: 20px;
        }

        .static-logo{
            display: flex;
            align-items: center;
            justify-content: center;
            float: left;
        }

        .logo{
            height: 100px;
            margin: 5px;
            flex-basis: 40%;
        }

        #link{
            float: left;
            text-decoration: none;
            color: black;
            padding-top: 16px;
            padding-right: 20px;
            font-weight: medium;
            color: #6D6C6C;
            padding-top: 35px;
        }

        #top-nav-right{
            float: right;
            margin-top: 18px;
            padding-right: 100px;
        }

        .information-container{
            display: flex;
            padding-top: -50px;
            font-size: 1em;
            position: relative;
            float: left;
        }

        #review{
            font-size: 0.5em;
        }


        .top-message{
            display: flex;
            align-items: center;
            
        }

        .dr-message-1{
            margin: 35px;
            float: left;
            flex: 1;
            display: inline-block;
            position: relative;
        }
        
        .text-container{
            width: 450px;
            height: 300px;
            background-color: #CECBCA;
            border-radius: 15px;
            
        }

        #text{
            margin: 25px;
            font-size: 1.15em;
            padding-top: 25px;
        }
        
        .dr-img-container{
            height: 200px;
            width: 200px;
            border-radius: 50%;
            background-color: #BC8452;
            float: right;
            margin-right: -10px;
        }

        
        .dr-message-2{
            margin: 15px;
            float: right;
            flex: 2;
            display: inline-block;
            position: relative;
        }
        
        
        .headline-container{
            float: right;
            height: auto;
            width: 400px;
            flex: 1;
            padding-top: 160px;
            font-size: 1.2em;
            margin-right: -50px;
        }

        .image-container{
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            float: left;
            position: sticky;
            width: 900px;
            
        }

        .review-description{
            width: 100%;
            height: 120px;
    
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #shrt-descr{
            float: left;
            margin-left: 100px;
            margin-top: -20px;
        }

        #short-description{
            padding-top: 10px;
            font-size: 1.8em;

            text-align: center;
        }


        .div-container{
            margin: 15px;
            padding-left: 0px;
        }

        .divider {
            margin: 15px;
            background-color: #BC8452;
        }

        #subscript{
            font-size: 1.2rem;
            color: #6D6C6C;
            position: relative; 
            /*add in shadow here*/

        }

        
        #t2{
            margin-top: 50px;
        }

        .clinic-img{
            flex-basis: 50%;
        }

        .clinic-img img{
            width: 60%;
            float: left;
            position: sticky;
            margin: 15px;
            border-radius: 25px;
            margin-bottom: 30px;

            
        }

        .image-section{
            width: auto;
            height: 40%;
            position: sticky;
            display: flex;
            
        }

        .clinic-img2 img{
            width: 50%;
        }

        .textof-img{
            width: 30%;
            padding-right: 50px;
            max-width:100% ;
            
            color:#BC8452;
            padding-top: 50px;

            font-size: 1.3em;
        }

        .timing{
            width: 30%;
            padding-right: 50px;
            max-width:100% ;
            
            color:#BC8452;
            padding-top: 30px;

            font-size: 1.2em;

        }
        .headline-container-end{
            float: left;
            height: auto;
            width: 50%;
            flex: 1;
            padding-top: 85px;
            font-size: 1em;
            z-index: 1;
            margin-right: -40px ;
        }

        #headline-end{
            position: relative;
            color: #024A58;
            font-size: 2.3rem;
            margin: 15px;
            /*add in shadow here*/
        }
        #subscript-end{
            font-size: 1.5rem;
            color: #6D6C6C;
            position: relative; 
            margin: 15px;
            /*add in shadow here*/

        }

        .googleMap{
            display: block;
            width: 50%;
            height: calc(50%*width);
            float: right;
            border-radius: 25px;

        }

        .mapBox{
            max-width: 100%;
            max-height: 720px;
        
            margin: 15px;
            margin-bottom: 50px;
            /*add in margins and borders for larger plain in larger image*/
        }

        #directions-end{
            font-size: 1.5rem;
            color: #024A58;
            position: relative; 
            margin: 15px;
            text-decoration: none;
            padding-top: 5px;
            /*add in shadow here*/

        }

        

    }