.main {
    width: 100%;
    height: 100%;
   
}

body {
    background-color: #fcfcfc;
}

.logo {
    padding-top: 10px;
}

.mySlides {
    display: none;
    width: 100%;
    height: 500px;
    z-index: -1;

}

.mySlides img {
    height: 500px;
}


.health {
    font-size: 3.5rem;
    color: white;
    font-weight: bold;

}

.health2 {
    font-size: 1rem;
    color: white;
    text-align: center;
}

.w3-display-middle {
    width: 100%;
    text-align: center;
}

.fade-in-out {
    animation: fadeEffect 3s infinite;
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.slide-down {
    animation: slideDown 3s infinite;
    transform-origin: top;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    25% {
        transform: translateY(0);
        opacity: 1;
    }

    75% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

.appoints button {
    width: 150px;
    height: 40px;
    background-color: skyblue;
    color: black;
    font-weight: bold;
    border: none;
    margin-top: 20px;
    border-radius: 16px;
}



.section {
    width: 90%;
    height: 240px;
    border: 1px solid lightgray;
    display: flex;
    margin-left: 60px;
    border-radius: 10px;
    margin-top: 10px;
}

.sect {
    width: 33%;
    height: 100%;
    background-color: white;
    border-radius: 10px;
    margin-left: 03px;
    box-shadow: 2px 3px 5px -2px gray;
}

.sect img {
    width: 100px;
    height: 100px;
    margin-left: 130px;

}

.sect h1 {
    text-align: center;
    color: #003258;
    font-size: 22px;
}


.sect p {
    font-size: 18px;
    margin-left: 30px;
    margin-top: 15px;
}

.servic {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 60px;
}

.servic1 {
    width: 60%;
    height: 100%;


}

.servic1 h1 {
    margin-left: 40px;
    font-size: 30px;
    color: #003258;
}

.servic1 p {
    margin-left: 10px;
    font-size: 16px;
    margin-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.treat {
    width: 100%;
    height: auto;

    display: flex;
    margin-top: 20px;
}

.trea2 {
    width: 49%;
    height: 340px;
    margin-left: 05px;
    background-color: lightgrey;
    border-radius: 10px;
}

.trea2 img {
    height: 120px;
    margin-left: 50px;
    margin-top: 04px;
}

.trea2 h1 {
    font-size: 22px;
}

.trea2 p {
    margin-left: 10px;
    font-size: 17px;
    font-style: normal;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}



.servic2 {
    width: 40%;
    height: 800px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px 3px 5px -2px gray;
}

.servic2 button {
    height: 35px;
    width: 200px;
    margin-top: 20px;
    font-weight: bold;
    background-color: #FF9933;
    border: none;
    border-radius: 10px;
}

h2 {
    color: #333;
    text-align: center;
}

form {
    max-width: 400px;
    margin: 10px auto;
    padding: 10px;
    height: 500px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

label {
    font-weight: bold;
    color: #333;
}

input[type="text"],
input[type="date"],
input[type="tel"],
select,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

textarea {
    resize: vertical;
}

input[type="submit"] {
    background-color: #FFD700;
    color: #fff;
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

input[type="submit"]:hover {
    background-color: #FFC400;
}

.about {
    width: 100%;
    height: 500px;
    margin-top: 50px;
    background-image: url(img/bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.about1 {
    width: 40%;
    height: 100%;

}

.about1 img {
    margin-left: 50px;
    height: 80%;
    width: 90%;
    margin-top: 40px;
    border-radius: 16px;
}

.about1 p {
    margin-left: 30px;
    margin-top: 15px;
}

.about1 h1 {
    margin-left: 30px;
}

.about2 {
    width: 60%;
    height: 100%;

}

.about2 h1 {
    margin-left: 50px;
    margin-top: 50px;
    font-size: 30px;
}

.about2 h3 {
    margin-left: 50px;
    margin-top: 15px;
    font-size: 20px;
    color: #FF9933;
}

.about2 p {
    margin-left: 50px;
    margin-top: 15px;
    font-size: 18px;
}


.about button {
    width: 250px;
    height: 35px;
    margin-left: 20px;
    margin-top: 10px;
    font-weight: bold;
    background-color: black;
    border: none;
    color: white;
    font-size: 18px;
}



.pedia {
    width: 100%;
    height: 320px;
    margin-top: 20px;

    display: flex;
}

.pedia2 {
    width: 28%;
    height: 100%;
    box-shadow: 2px 3px 5px -2px lightgray;
    margin-left: 45px;
    border-radius: 10px;
    background-color: white;
}

.pedia2 img {
    width: 100%;
    height: 250px;
    border-radius: 10px 10px;
}

.pedia2 h1 {
    text-align: center;
    font-size: 23px;
    margin-top: 15px;
}



.slider {
    width: 90%;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    width: 30%;
    /* Adjusted width for three slides */
    flex-shrink: 0;
    /* Prevents shrinking */
    overflow: hidden;
    background-color: lightskyblue;
    margin-left: 10px;
}

.slide img {
    width: 100px;
    height: 100px;
    margin-left: 80px;
    margin-top: 15px;
}

.slide p {
    margin-left: 10px;
    color: black;
}

.slide h1 {
    text-align: center;
    font-size: 25px;
}


.footer {
    width: 100%;
    height: 450px;
    /* background-image: url(img/about-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
    background-color: #222222;
    display: flex;
}

.foot {
    width: 24%;
    height: 100%;
    margin-left: 10px;
}

.foot h1 {
    font-size: 25px;
    margin-top: 15px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    color: #b3b3b3;
}

.foot p {
    margin-top: 40px;
    color: #b3b3b3;
    font-size: 17px;
    font-family: 'Times New Roman', Times, serif;
}

.foot a {
    font-size: 17px;
    color: #b3b3b3;
    margin-left: 0px;

}

.foot a i {
    font-size: 22px;
    color: #b3b3b3;

}

.disclame {
    width: 100%;
    height: 60px;
    background-color: #222222;
}

.disclame p {
    text-align: center;
    font-size: 20px;
    color: #b3b3b3;
    padding-top: 12px;
}

.icons {
    position: sticky;
    bottom: 0;

}

.whatsaa img {
    height: 100px;
    width: 100px;

}

.whatsaa2 img {
    height: 70px;
    width: 70px;
    float: right;
}


/* Popup container */
.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Popup content */
.popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
}

/* Close button */
.popup-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup-close:hover,
.popup-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.headings {
    height: 250px;
    width: 100%;
    background-image: url(img/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 80px;
}

.headings h1 {
    color: white;
}

.headings p {
    padding-top: 20px;
    color: white;
}

.gallery {
    width: 100%;
    height: 300px;
    display: flex;
    margin-top: 20px;
}


.gallery2 {
    width: 24%;
    height: 100%;
    display: flex;
    margin-left: 15px;
}

.gallery2 img {
    width: 100%;
}

.blogs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 10px;
}

.blogs2 {
    flex: 1 1 300px;
    /* Grow and shrink with a base width of 300px */
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogs2 img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

@media (max-width: 600px) {
    .blogs2 {
        flex: 1 1 100%;
        /* Make each image take full width on small screens */
    }
}

.mySlides {
    display: none;
}

.slidetab h1 {
    color: white;
    font-weight: bold;
    font-size: 4rem;
}

.slidetab span {
    color: red;
}

.slidetab p {
    color: white;
    font-size: 18px;
}



@media screen and (min-width: 300px) and (max-width: 600px) {

    .main {
        width: 100%;
        height: 100%;
    }

    body {
        background-color: #fcfcfc;
    }

    .logo {
        padding-top: 20px;
    }

    .mySlides {
        display: none;
        width: 100%;
        height: 250px;
        z-index: -1;
    }

    .mySlides img {
        height: 250px;
    }


    .health {
        font-size: 17px;
        color: white;
        font-weight: bold;

    }

    .health2 {
        font-size: 12px;
        color: white;
        text-align: center;
    }


    .appoints button {
        width: 120px;
        height: 35px;
        background-color: #FFC400;
        color: white;
        font-weight: bold;
        border: none;
        margin-top: 20px;
        border-radius: 16px;
    }



    .section {
        width: 100%;
        height: auto;
        border: 1px solid lightgray;
        display: flex;
        flex-direction: column;
        margin-left: 0px;
        border-radius: 10px;
    }

    .sect {
        width: 100%;
        height: 250px;
        background-color: white;
        border-radius: 10px;
        margin-left: 0px;
        margin-top: 20px;
        box-shadow: 2px 3px 5px -2px gray;
    }

    .sect img {
        width: 100px;
        height: 100px;
        margin-left: 130px;

    }

    .sect h1 {
        text-align: center;
        color: #003258;
        font-size: 22px;
    }


    .sect p {
        font-size: 17px;
        margin-left: 20px;
        margin-top: 15px;
    }

    .servic {
        width: 100%;
        height: auto;
        flex-direction: column;
        display: flex;
        margin-top: 60px;
    }

    .servic1 {
        width: 100%;
        height: 100%;
    }

    .servic1 h1 {
        margin-left: 20px;
        font-size: 26px;
        color: #003258;
    }

    .servic1 p {
        margin-left: 20px;
        font-size: 16px;
        margin-top: 20px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .treat {
        width: 100%;
        height: 100%;
        flex-direction: column;
        display: flex;
        margin-top: 20px;
    }

    .trea2 {
        width: 100%;
        height: 300px;
        margin-top: 20px;
    }

    .trea2 img {
        height: 120px;
        margin-left: 50px;
    }

    .trea2 h1 {
        font-size: 22px;
    }

    .trea2 p {
        margin-left: 10px;
        font-size: 15px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }



    .servic2 {
        width: 100%;
        height: 800px;
        background-color: white;
        border-radius: 10px;
        box-shadow: 2px 3px 5px -2px gray;
    }

    .servic2 button {
        height: 35px;
        width: 200px;
        margin-top: 20px;
        font-weight: bold;
        background-color: #FF9933;
        border: none;
        border-radius: 10px;
    }

    h2 {
        color: #333;
        text-align: center;
    }

    form {
        max-width: 400px;
        margin: 10px auto;
        padding: 10px;
        height: 500px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    label {
        font-weight: bold;
        color: #333;
    }

    input[type="text"],
    input[type="date"],
    input[type="tel"],
    select,
    textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
    }

    textarea {
        resize: vertical;
    }

    input[type="submit"] {
        background-color: #FF9933;
        color: #fff;
        border: none;
        padding: 10px 10px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }

    input[type="submit"]:hover {
        background-color: #FF9933;
    }

    .about {
        width: 100%;
        height: auto;
        margin-top: 50px;
        background-image: url(img/bg4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
    }

    .about1 {
        width: 100%;
        height: 500px;

    }

    .about1 img {
        margin-left: 10px;
        height: 80%;
        width: 90%;
        margin-top: 40px;
        border-radius: 16px;
    }

    .about2 {
        width: 100%;
        height: 100%;

    }

    .about2 h1 {
        margin-left: 20px;
        margin-top: 10px;
    }

    .about2 h3 {
        margin-left: 20px;
        margin-top: 15px;
        font-size: 20px;
        color: #FF9933;
    }

    .about2 p {
        margin-left: 20px;
        margin-top: 15px;
        font-size: 17px;
    }

    .pedia {
        width: 100%;
        height: auto;
        margin-top: 10px;
        flex-direction: column;
        display: flex;
        background-color: lightgray;
    }

    .pedia2 {
        width: 95%;
        height: 320px;
        margin-top: 10px;
        margin-left: 06px;
        border-radius: 10px;
        border: 1px solid white;

    }

    .pedia2 img {
        width: 100%;
        height: 250px;
        border-radius: 10px 10px;
    }

    .pedia2 h1 {
        text-align: center;
        font-size: 23px;
        margin-top: 15px;
    }



    .slider {
        width: 100%;
        margin: 50px auto;
        position: relative;
        overflow: hidden;
    }

    .slides {
        display: flex;
        transition: transform 0.5s ease;
    }

    .slide {
        width: 100%;
        flex-shrink: 0;
        overflow: hidden;
        background-color: lightskyblue;
        margin-left: 05px;
    }

    .slide img {
        width: 100px;
        height: 100px;
        margin-left: 80px;
        margin-top: 15px;
    }

    .slide p {
        margin-left: 10px;
        color: black;
    }

    .slide h1 {
        text-align: center;
        font-size: 25px;
    }


    .footer {
        width: 100%;
        height: auto;
        background-color: #222222;
        display: flex;
        flex-direction: column;
    }

    .foot {
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-top: 15px;
    }

    .foot h1 {
        font-size: 25px;
        margin-top: 15px;
        text-align: center;
    }

    .foot p {
        margin-top: 40px;
        color: #b3b3b3;
        font-size: 19px;
        margin-left: 15px;
    }

    .foot a {
        font-size: 18px;
        color: #b3b3b3;
        margin-left: 15px;
    }

    .foot a i {
        font-size: 22px;
        color: #b3b3b3;
    }

    .foot iframe {
        margin-left: 13px;
        border-radius: 10px;
        width: 90%;
    }

    .disclame {
        width: 100%;
        height: 80px;
        background-color: #222222;
    }

    .disclame p {
        text-align: center;
        font-size: 18px;
        color: #b3b3b3;
        padding-top: 12px;
    }

    .wrapper {

        margin-top: -20px;
    }

    .navbar_container {
        background-color: #FF9933;
    }

    .newtoogle {
        margin-left: 260px;
        margin-top: -10px;
        background: none;
    }

    .icons {
        position: sticky;
        bottom: 0;
        background: none;
    }


    .whatsaa img {
        height: 100px;
        z-index: 999;
        margin-left: -10px;
    }

    .whatsaa2 img {
        height: 60px;
        width: 60px;
        float: right;
        z-index: 999;
    }


    .headings {
        height: 150px;
        width: 100%;
        background-image: url(img/header.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        padding-top: 15px;
    }

    .headings h1 {
        color: black;
    }

    .headings p {
        padding-top: 20px;
        color: black;
    }


    .gallery {
        width: 100%;
        height: auto;
        display: flex;
        margin-top: 10px;
        flex-direction: column;
    }


    .gallery2 {
        width: 100%;
        height: 100%;
        display: flex;
        margin-left: 0px;
        margin-top: 10px;
    }

    .gallery2 img {
        width: 100%;
    }



    .mySlides {
        display: none;
    }

    .slidetab h1 {
        color: white;
        font-weight: bold;
        font-size: 1.5rem;
    }

    .slidetab span {
        color: red;
    }

    .slidetab p {
        color: white;
        font-size: 16px;
    }
}



@media screen and (min-width: 601px) and (max-width: 1250px) {
    .main {
        width: 100%;
        height: 100%;
        border: 1px solid red;
    }

  
    .logo {
        padding-top: 10px;
    }

    .mySlides {
        display: none;
        width: 100%;
        height: 500px;
        z-index: -1;

    }

    .mySlides img {
        height: 500px;
    }


    .health {
        font-size: 3.5rem;
        color: white;
        font-weight: bold;

    }

    .health2 {
        font-size: 1rem;
        color: white;
        text-align: center;
    }

    .w3-display-middle {
        width: 100%;
        text-align: center;
    }

    .fade-in-out {
        animation: fadeEffect 3s infinite;
    }

    @keyframes fadeEffect {
        0% {
            opacity: 0;
        }

        25% {
            opacity: 1;
        }

        75% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .slide-down {
        animation: slideDown 3s infinite;
        transform-origin: top;
    }

    @keyframes slideDown {
        0% {
            transform: translateY(-100%);
            opacity: 0;
        }

        25% {
            transform: translateY(0);
            opacity: 1;
        }

        75% {
            transform: translateY(0);
            opacity: 1;
        }

        100% {
            transform: translateY(100%);
            opacity: 0;
        }
    }

    .appoints button {
        width: 150px;
        height: 40px;
        background-color: skyblue;
        color: black;
        font-weight: bold;
        border: none;
        margin-top: 20px;
        border-radius: 16px;
    }



    .section {
        width: 90%;
        height: 240px;
        border: 1px solid lightgray;
        display: flex;
        margin-left: 60px;
        border-radius: 10px;
        margin-top: 10px;
    }

    .sect {
        width: 33%;
        height: 100%;
        background-color: white;
        border-radius: 10px;
        margin-left: 03px;
        box-shadow: 2px 3px 5px -2px gray;
    }

    .sect img {
        width: 100px;
        height: 100px;
        margin-left: 130px;

    }

    .sect h1 {
        text-align: center;
        color: #003258;
        font-size: 22px;
    }


    .sect p {
        font-size: 18px;
        margin-left: 30px;
        margin-top: 15px;
    }

    .servic {
        width: 100%;
        height: auto;
        display: flex;
        margin-top: 60px;
    }

    .servic1 {
        width: 60%;
        height: 100%;


    }

    .servic1 h1 {
        margin-left: 40px;
        font-size: 30px;
        color: #003258;
    }

    .servic1 p {
        margin-left: 10px;
        font-size: 16px;
        margin-top: 15px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    .treat {
        width: 100%;
        height: auto;

        display: flex;
        margin-top: 20px;
    }

    .trea2 {
        width: 49%;
        height: 360px;
        margin-left: 05px;
        background-color: lightgrey;
        border-radius: 10px;
    }

    .trea2 img {
        height: 120px;
        margin-left: 50px;
        margin-top: 04px;
    }

    .trea2 h1 {
        font-size: 18px;
    }

    .trea2 p {
        margin-left: 10px;
        font-size: 15px;
        font-style: normal;
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }



    .servic2 {
        width: 40%;
        height: 800px;
        background-color: white;
        border-radius: 10px;
        box-shadow: 2px 3px 5px -2px gray;
    }

    .servic2 button {
        height: 35px;
        width: 200px;
        margin-top: 20px;
        font-weight: bold;
        background-color: #FF9933;
        border: none;
        border-radius: 10px;
    }


    h2 {
        color: #333;
        text-align: center;
    }

    form {
        max-width: 400px;
        margin: 10px auto;
        padding: 10px;
        height: 500px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    label {
        font-weight: bold;
        color: #333;
    }

    input[type="text"],
    input[type="date"],
    input[type="tel"],
    select,
    textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
    }

    textarea {
        resize: vertical;
    }

    input[type="submit"] {
        background-color: #FFD700;
        color: #fff;
        border: none;
        padding: 10px 10px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }

    input[type="submit"]:hover {
        background-color: #FFC400;
    }

    .about {
        width: 100%;
        height: 700px;
        margin-top: 50px;
        background-image: url(img/bg4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
    }

    .about1 {
        width: 40%;
        height: 100%;

    }

    .about1 img {
        margin-left: 50px;
        height: 50%;
        width: 90%;
        margin-top: 40px;
        border-radius: 16px;
    }

    .about1 p {
        margin-left: 30px;
        margin-top: 10px;
        font-size: 15px;
    }

    .about1 h1 {
        margin-left: 30px;
    }

    .about2 {
        width: 60%;
        height: 100%;

    }

    .about2 h1 {
        margin-left: 50px;
        margin-top: 50px;
        font-size: 30px;
    }

    .about2 h3 {
        margin-left: 50px;
        margin-top: 15px;
        font-size: 20px;
        color: #FF9933;
    }

    .about2 p {
        margin-left: 50px;
        margin-top: 15px;
        font-size: 18px;
    }


    .about button {
        width: 250px;
        height: 35px;
        margin-left: 20px;
        margin-top: 10px;
        font-weight: bold;
        background-color: black;
        border: none;
        color: white;
        font-size: 18px;
    }


    .pedia {
        width: 100%;
        height: 320px;
        margin-top: 20px;

        display: flex;
    }

    .pedia2 {
        width: 28%;
        height: 100%;
        box-shadow: 2px 3px 5px -2px lightgray;
        margin-left: 35px;
        border-radius: 10px;
        background-color: white;
    }

    .pedia2 img {
        width: 100%;
        height: 250px;
        border-radius: 10px 10px;
    }

    .pedia2 h1 {
        text-align: center;
        font-size: 23px;
        margin-top: 15px;
    }



    .slider {
        width: 90%;
        margin: 50px auto;
        position: relative;
        overflow: hidden;
    }

    .slides {
        display: flex;
        transition: transform 0.5s ease;
    }

    .slide {
        width: 30%;
        /* Adjusted width for three slides */
        flex-shrink: 0;
        /* Prevents shrinking */
        overflow: hidden;
        background-color: lightskyblue;
        margin-left: 10px;
    }

    .slide img {
        width: 100px;
        height: 100px;
        margin-left: 80px;
        margin-top: 15px;
    }

    .slide p {
        margin-left: 10px;
        color: black;
    }

    .slide h1 {
        text-align: center;
        font-size: 25px;
    }


    .footer {
        width: 100%;
        height: 450px;
        /* background-image: url(img/about-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
        background-color: #222222;
        display: flex;
    }

    .foot {
        width: 24%;
        height: 100%;
        margin-left: 10px;
    }

    .foot h1 {
        font-size: 25px;
        margin-top: 15px;
        text-align: center;
        font-family: 'Times New Roman', Times, serif;
        color: #b3b3b3;
    }

    .foot p {
        margin-top: 40px;
        color: #b3b3b3;
        font-size: 15px;
        font-family: 'Times New Roman', Times, serif;
    }

    .foot a {
        font-size: 15px;
        color: #b3b3b3;
        margin-left: 0px;

    }

    .foot a i {
        font-size: 18px;
        color: #b3b3b3;

    }

    .disclame {
        width: 100%;
        height: 60px;
        background-color: #222222;
    }

    .disclame p {
        text-align: center;
        font-size: 20px;
        color: #b3b3b3;
        padding-top: 12px;
    }

    .icons {
        position: sticky;
        bottom: 0;

    }

    .whatsaa img {
        height: 100px;
        width: 100px;

    }

    .whatsaa2 img {
        height: 70px;
        width: 70px;
        float: right;
    }


    /* Popup container */
    .popup {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
    }

    /* Popup content */
    .popup-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        max-width: 600px;
    }

    /* Close button */
    .popup-close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .popup-close:hover,
    .popup-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    .headings {
        height: 250px;
        width: 100%;
        background-image: url(img/header.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        padding-top: 80px;
    }

    .headings h1 {
        color: white;
    }

    .headings p {
        padding-top: 20px;
        color: white;
    }

    .gallery {
        width: 100%;
        height: 300px;
        display: flex;
        margin-top: 20px;
    }


    .gallery2 {
        width: 24%;
        height: 100%;
        display: flex;
        margin-left: 15px;
    }

    .gallery2 img {
        width: 100%;
    }


    .mySlides {
        display: none;
    }

    .slidetab h1 {
        color: white;
        font-weight: bold;
        font-size: 4rem;
    }

    .slidetab span {
        color: red;
    }

    .slidetab p {
        color: white;
        font-size: 18px;
    }



}