@media screen and (min-width: 300px) and (max-width: 600px) {

    .main {
        width: 100%;
        height: 100%;
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        justify-content: center;
        align-items: center;
        z-index: 9999;

    }

    .popup {
        background-color: pink;
        padding: 20px;
        width: 800px;
        /* Set width */
        height: 550px;
        /* Set height */
        border-radius: 8px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }

    .close-btn {
        color: #aaa;
        font-size: 20px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 15px;
    }

    input[type="text"],
    input[type="email"],
    textarea,
    select,
    label {
        color: #333;
        /* Text color */
    }

    input[type="text"],
    input[type="email"],
    textarea,
    select {
        width: calc(100% - 20px);
        /* Adjusting width for padding */
        padding: 10px;
        margin: 5px 0;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
        color: #000;
    }

    input[type="submit"] {
        background-color: #4CAF50;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    input[type="submit"]:hover {
        background-color: #45a049;
    }

    .mySlides {
        display: none;
    }

    .slider {

        margin-top: 60px;
    }

    .slider img {
        height: 200px;
        width: 100%;
    }

    .nav__link {
        color: palevioletred;
    }


    .contain {

        height: auto;
        width: 100%;
        margin-top: 30px;
        
    }

    .contain h1 {
        text-align: center;
        color: black;
        margin-top: 10px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .contain h2 {
        text-align: left;
        color: #ffa2dc;
        filter: none;
        margin-top: 20px;
        text-align: center;
        font-size: 28px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .contain h3 {
        margin-left: 20px;
        color: black;
        margin-top: 10px;
        font-size: 20px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .contain p {
        margin-left: 30px;
        margin-top: 10px;
        color: #000;
        font-size: 22px;

       font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .abouts {
        width: 100%;
        height: auto;
        flex-direction: column;
        display: flex;
        
    }

    .abouts1 {
        width: 100%;
        height: auto;
        margin-left: 0px;
       margin-top: 20px;
    }

    .abouts1 p {
        color: black;
        font-size: 22px;
        margin-left: 20px;
        margin-top: 15px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .abouts1 button {
        width: 140px;
        height: 35px;
        margin-top: 20px;
        margin-left: 100px;
        font-weight: bold;
        font-size: 20px;
        border-radius: 10px;
        background-color: palevioletred;
        color: white;
        border: none;
    }

    .abouts2 {
        width: 100%;
        height: 400px;
        margin-left: 0px;
        margin-top: 20px;
    }

    .abouts2 img {
        width: 90%;
        height: 100%;
        margin-left: 18px;
    }


    .storyhead {
        width: 100%;
        height: 100px;
        margin-top: 120px;
        text-align: center;
    }


    .storyhead h1 {
        color: black;
        font-size: 35px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .storyhead p {
        color: black;
        font-size: 25px;
        margin-top: 20px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .storey {
        width: 100%;
        height: auto;
        display: flex;
        margin-top: 20px;
    }
    
    .srotey2 {
        width: 40%;
        height: auto;
        margin-left: 06%;
    }
    
    .srotey2 video {
        height: 200px;
    }
    
    
    .srotey2 h1 {
        margin-top: 10px;
        font-size: 20px;
    }

    .treathead {
        height: 100px;
        margin-top: 100px;

    }

    .treathead h1 {
        text-align: center;
        color: black;
        font-size: 1.5rem;
    }

    .treathead h2 {
        margin-left: 20px;
        color: black;
        margin-top: 20px;
    }





    .treatment {
        width: 100%;
        height: 100%;
        flex-direction: column;
        display: flex;
        margin-top: 50px;
    }

    .treat {
        width: 100%;
        height: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .treat h1 {
        text-align: center;
        color: palevioletred;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    .treat img {
        margin-top: 20px;
        width: 100%;
    }

    .treat p {
        margin-top: 20px;
        font-size: 19px;
        margin-left: 15px;
        color: black;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .maps {
        width: 100%;
        height: 250px;

        margin-top: 100px;
    }

    .faqs {
        width: 100%;
        height: 100%;
    }

    .faqs h1 {
        font-size: 20px;
    }



    .collapsible {
        background-color: palevioletred;
        color: white;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;

        text-align: left;
        outline: none;
        font-size: 15px;
    }



    .content {
        padding: 0 18px;
        display: none;
        overflow: hidden;
        background-color: #f1f1f1;
    }

    .footer {
        width: 100%;
        height: 100%;
        flex-direction: column;
        margin-top: 100px;
        display: flex;
        background-color: palevioletred;
    }


    .foot {
        width: 100%;
        height: 100%;
        margin-top: 20px;
        margin-left: 0px;

    }

    .foot h1 {
        color: black;
        text-align: center;
        margin-top: 20px;
    }

    .foot h2 {
        margin-left: 30px;
        color: black;
        margin-top: 30px;
        font-size: 20px;
    }

    .foot button {
        margin-top: 20px;
        height: 40px;
        border: none;
        text-align: center;
        width: 150px;
        margin-left: 20px;
        background: none;
        text-align: left;
    }

    .foot button a {
        color: black;
        font-weight: bold;
        font-size: 14px;
    }

    .foot p {
        color: black;
        margin-top: 30px;
        font-size: 20px;
        margin-left: 40px;
    }


    .newlogo{
        margin-left: -10px;
      }



}


@media screen and (min-width: 600px) and (max-width: 1200px) {

    .main {
        width: 1200px;
        height: 100%;
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        justify-content: center;
        align-items: center;
        z-index: 9999;

    }

    .popup {
        background-color: pink;
        padding: 20px;
        width: 800px;
        /* Set width */
        height: 550px;
        /* Set height */
        border-radius: 8px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }

    .close-btn {
        color: #aaa;
        font-size: 20px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 15px;
    }

    input[type="text"],
    input[type="email"],
    textarea,
    select,
    label {
        color: #333;
        /* Text color */
    }

    input[type="text"],
    input[type="email"],
    textarea,
    select {
        width: calc(100% - 20px);
        /* Adjusting width for padding */
        padding: 10px;
        margin: 5px 0;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
        color: #000;
    }

    input[type="submit"] {
        background-color: #4CAF50;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    input[type="submit"]:hover {
        background-color: #45a049;
    }

    .mySlides {
        display: none;
    }

    .slider {

        margin-top: 90px;
    }

    .slider img {
        height: 400px;
        width: 100%;
    }

    .nav__link {
        color: palevioletred;
    }


    .contain {

        height: 400px;
        width: 100%;
        margin-top: 150px;
    }

    .contain h1 {
        text-align: center;
        color: black;
        margin-top: 20px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .contain h2 {
        text-align: center;
        color: palevioletred;
        margin-top: 20px;
        font-size: 45px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .contain h3 {
        text-align: center;
        color: black;
        margin-top: 20px;
        font-size: 25px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .contain p {
        margin-left: 150px;
        margin-top: 15px;
        color: #000;
        font-size: 20px;

        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .abouts {
        width: 100%;
        height: 400px;

        display: flex;
    }

    .abouts1 {
        width: 50%;
        height: 400px;
        margin-left: 120px;
    }

    .abouts1 p {
        color: black;
        font-size: 20px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .abouts1 button {
        width: 140px;
        height: 35px;
        margin-top: 20px;
        margin-left: 200px;
        font-weight: bold;
        font-size: 20px;
        border-radius: 10px;
        background-color: palevioletred;
        color: white;
        border: none;
    }

    .abouts2 {
        width: 30%;
        height: 400px;
        margin-left: 80px;
    }

    .abouts2 img {
        width: 100%;
        height: 100%;
    }


    .storyhead {
        width: 100%;
        height: 100px;

        margin-top: 120px;
        text-align: center;
    }


    .storyhead h1 {
        color: black;
        font-size: 35px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .storyhead p {
        color: black;
        font-size: 25px;
        margin-top: 20px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .storey {
        width: 100%;
        height: auto;
        display: flex;
        margin-top: 20px;
    }
    
    .srotey2 {
        width: 40%;
        height: auto;
        margin-left: 06%;
    }
    
    .srotey2 video {
        height: 380px;
    }
    
    
    .srotey2 h1 {
        margin-top: 10px;
        font-size: 30px;
    }

    .treathead {
        height: 100px;
        margin-top: 100px;

    }

    .treathead h1 {
        text-align: center;
        color: black;
        font-size: 2.5rem;
    }

    .treathead h2 {
        text-align: center;
        color: black;
        margin-top: 20px;
    }





    .treatment {
        width: 100%;
        height: 500px;

        display: flex;
        margin-top: 50px;
    }

    .treat {
        width: 30%;
        height: 500px;

        margin-left: 30px;
    }

    .treat h1 {
        text-align: center;
        color: palevioletred;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    .treat img {
        margin-top: 20px;
    }

    .treat p {
        margin-top: 20px;
        font-size: 19px;
        color: black;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .maps {
        width: 100%;
        height: 450px;

        margin-top: 100px;
    }

    .faqs {
        width: 100%;
        height: 100%;


    }



    .collapsible {
        background-color: palevioletred;
        color: white;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;

        text-align: left;
        outline: none;
        font-size: 15px;
    }



    .content {
        padding: 0 18px;
        display: none;
        overflow: hidden;
        background-color: #f1f1f1;
    }

    .footer {
        width: 100%;
        height: auto;
        margin-top: 100px;
        display: flex;
        background-color: palevioletred;
    }


    .foot {
        width: 30%;
        height: 100%;

        margin-left: 30px;

    }

    .foot h1 {
        color: black;
        text-align: center;
        margin-top: 20px;
    }

    .foot h2 {
        margin-left: 30px;
        color: black;
        margin-top: 30px;
        font-size: 20px;
    }

    .foot button {
        margin-top: 20px;
        height: 40px;
        border: none;
        text-align: center;
        width: 150px;
        margin-left: 20px;
        background: none;
        text-align: left;
    }

    .foot button a {
        color: black;
        font-weight: bold;
        font-size: 14px;
    }

    .foot p {
        color: black;
        margin-top: 30px;
        font-size: 20px;
        margin-left: 80px;
    }


    .foot p a {
        color: #000;
        text-decoration: none;
    }
    

    .newlogo{
        margin-left: -70px;
      }


}