﻿ul li::marker {
    font-size: 1.8rem; /* Adjust the size as needed */
    color: #77B624; /* Optional: Change the color of the marker */
    transform: translateY(-50%);
}
/* Styles for the popup */
.popup-content h2 {
    color: #202277; /* Green color */
    font-size: 50px; /* Font size 60 (adjust as needed) */
    font-weight: bold; /* Bold style */
}

.popup-content p {
    color: #0B1B58; /* Blue color */
    font-size: 25px; /* Font size 30 (adjust as needed) */
}
/*
                        .tab-padding {
                            padding-top: 5rem !important;
                        } */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.popup-content {
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

/* Input and button styles */
form {
    margin-top: 20px;
}

input[type="email"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

button[type="submit"] {
    background-color: #0077ff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

/* Close button style on hover */
.close-btn:hover {
    color: red;
}

/* Style for button hover effect */
button[type="submit"]:hover {
    background-color: #0055cc;
}

.sec3 {
    padding: 0vw 4vw;
}

.sec1 {
    padding: 0vw 10vw;
}

.sec3text {
    padding-top: 6vw;
    padding-left: 10vw;
}
/* Pop Up Coding Ends Here */
.techsacare-footer {
    display: none !important;
}

body {
    overflow-x: hidden;
    background-color: white !important;
}

.menu-title {
    padding: 0px !important;
}

.banner img {
    width: 100%;
}

.section {
    padding: 4vw 0;
    text-align: center;
}

    .section h1 {
        font-size: 55px;
    }

    .section p {
        font-size: 20px;
        color: #717171;
        font-weight: 400;
    }

.Clinic-Main {
    font-size: 24px;
    color: #77B624;
    font-weight: 700;
}

.Doctor-Main {
    font-size: 24px;
    color: #77B624;
    font-weight: 600;
}

.feature {
    margin-bottom: 30px;
}

    .feature img {
        max-width: 100px;
        margin-bottom: 10px;
    }

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-imagelast {
    background-color: #F9F8F8;
}

.green-bullet-list {
    list-style-type: disc;
    padding-left: 0;
}

.green-bullet-list1 {
    list-style-type: disc;
    padding-left: 1vw;
}

.green-bullets1 {
    padding-top: 9vw;
    padding-left: 2vw;
}

.green-bullets {
    text-align: left;
}

.green-bulletslist {
    padding-left: 1vw;
}

.square-area {
    background: linear-gradient(#96D04A 0%, #77B624 100%);
    padding: 20px;
    position: relative;
    overflow: hidden;
}

    .square-area h1 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .square-area p {
        color: #fff;
        font-size: 18px;
        margin-bottom: 30px;
    }

.footer {
    background-color: #1A237E;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}

    .footer .horizontal-line {
        border-top: 3px solid #122B8B;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .footer .contact-info {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

        .footer .contact-info i {
            font-size: 24px;
            margin-right: 10px;
        }

    .footer .social-icons {
        font-size: 24px;
    }
    .social-icon {
        width:90px !important;
    }

        .footer .social-icons i {
            margin: 0 10px;
            color: #fff;
        }

    .footer .copyright {
        font-size: 14px;
    }

.heading1 {
    color: #112161;
}

.list-p1 {
    margin-bottom: 0px !important;
    font-weight: 600 !important;
}

.banner-container {
    position: relative;
}

#toggle-button {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1;
}

#menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    background-color: #fff;
    z-index: 5;
    display: none;
    overflow-y: auto;
}

#menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 4;
    display: none;
}

@media (max-width: 1800px) {
    .sec3text {
        padding-top: 4vw;
        padding-left: 5vw;
    }

    .green-bulletslist {
        padding-left: 1.2vw;
    }

    .green-bullets1 {
        padding-left: 1vw;
    }
}

@media (min-width: 2000px) {
    .sec1 .row {
        padding: 0vw 10vw;
    }

    .green-bulletslist p {
        padding-right: 10vw;
    }
}

@media (max-width: 1650px) {
    .green-bullets1 {
        padding-top: 7vw;
    }
}

@media (max-width: 1500px) {
    .sec3text {
        padding-top: 1vw;
        padding-left: 3vw;
    }

    .green-bullets1 {
        padding-top: 5vw;
    }

    .green-bulletslist {
        padding-left: 1.3vw;
    }

    .dotimg {
        width: 9vw !important;
    }
}

@media (max-width: 1450px) {
    .sec1 {
        padding: 0vw 2vw;
    }
}

@media (max-width: 1300px) {
    .green-bullets1 {
        padding-top: 3.4vw;
        padding-left: 0vw;
    }

    .green-bulletslist {
        padding-left: 1.4vw;
    }
}

@media (max-width: 1200px) {
    .docimg {
        width: 35vw !important;
    }

    .dotimg {
        width: 11vw !important;
    }

    .green-bullets1 {
        padding-top: 2vw;
    }

    .green-bulletslist {
        padding-left: 1.5vw;
    }
}

@media (min-width: 768px) {
    .tab-padding {
        padding-top: 2.5rem;
    }

    .tab-padding1 {
        padding-top: 2.5rem;
    }

    .tab-padding2 {
        padding-top: 0.3rem;
    }

    .section2 {
        padding: 2vw 0vw !important;
    }
}

@media (max-width: 992px) {
    #pic4 {
        display: none !important;
    }

    #mobpic4 {
        display: block !important;
    }

    .sec1 {
        padding: 0vw 1vw;
    }


    .bg-imagelast {
        background-color: #FFFFFF;
    }

    .sec3head {
        font-size: 5.7vw !important;
    }

    .dotimg {
        width: 13vw !important;
    }

    .docimg {
        width: 50vw !important;
    }

    .mobleafimg {
        width: 45vw !important;
    }

    .green-bulletslist {
        padding-left: 9vw !important;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 10vw 0;
    }

    .section5 {
        padding: 5vw 0;
        padding-bottom: 8vw;
    }

    .green-bullets1 {
        padding-left: 0vw !important;
    }

    .green-bulletslist {
        padding-left: 9vw !important;
    }

    .Doctor-Main {
        font-size: 6vw;
    }
    .social-icon {
        width: 80px !important;
    }

    .dotimg {
        width: 17vw !important;
    }

    .docimg {
        width: 60vw !important;
    }

    ul li::marker {
        font-size: 5.8vw;
    }

    .sec3head {
        text-align: center;
    }

    .section p {
        font-size: 5vw;
    }

    .section h1 {
        font-size: 9vw !important;
    }

    .sec1size {
        font-size: 7vw !important;
    }

    .mobleafimg {
        width: 100% !important;
    }

    .ehrdocicon {
        max-width: none !important;
        width: 20vw;
    }

    #PageBanner {
        display: none !important;
    }

    #MobBanner {
        display: block !important;
    }

    .green-bullet-list1 {
        padding-left: 4vw;
    }
}

@media (max-width: 576px) {
    #follow {
        margin-bottom: 20px !important;
    }

    .dotimg {
        width: 20vw !important;
    }
    .social-icon {
        width: 16vw !important;
    }
}

@media (max-width: 450px) {
    .dotimg {
        width: 25vw !important;
    }
}

@media (max-width: 400px) {
    #follow {
        margin-bottom: 20px !important;
    }

    .docimg {
        width: 70vw !important;
    }
}

@media (min-width:768px) and (max-width:887px) {

    .tab-padding1 {
        padding-top: 0.3rem !important;
    }
}
