.login-btn {
    background-color: #5BC096;
    border: none;
    width: 180px;
    height: 50px;
    color: white;
}

body {
    background-color: #F9F9F9;
    /* background-color: red; */
}

.nav-center {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 35px;

}

.firstcover {
    background-color: rgb(255, 253, 253);
    width: 100%;
    height: fit-content;
    border-bottom-left-radius: 60% 120px;
    border-bottom-right-radius: 60% 120px;
}

.nav-link {
    font-size: 17px;
}

.firstpage {
    width: 100%;
    min-height: 80vh;

}

.firstmain {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: row;
}

.firstmain-left {
    width: 50%;
    height: 100%;
}

.firstmain-right {
    width: 50%;
    height: 100%;
}

.doctor-img {
    width: 90%;
    float: right;
}

.contact-btn {
    width: 220px;
    height: 50px;
    background-color: #5BC096;
    border: none;
    color: white;
}

.whatsapp {
    display: flex;
    position: fixed;
    right: 100px;
    top: 80vh;
    z-index: 100;
}

/* .Licensing {
    font-size: 21px;
} */

.second-main {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 50vh;
    background-color: white;
    border-radius: 12px;
}

.second-left {
    width: 50%;
    height: 100%;
}

.second-right {
    width: 50%;
    height: 100%;
}

.second-img {
    width: 87%;
}

.second-p {
    font-size: 18px;
    color: #666B68;
}

.large-page {
    background-color: white;
    /* background-color: yellow; */
    min-height: fit-content;
}

/* .third-main{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    background-color: red;
} */
.third-right {
    width: 50%;
    height: 100%;
}

.third-left {
    width: 50%;
    height: 100%;
}

.head-lice {
    font-size: 28px;
    width: 393px;
}

/* .third-main {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: fit-content;
} */

.pp {
    font-size: 16px;
    color: #666B68;
}

.certi-img {
    width: 80%;
    /* margin-left: 83px; */
    float: right;
}

.our-services {
    padding-top: 69px;
}
.our-exp{
     width: 393px;   
}
.fourth-page{
    /* background-color: rgb(222, 178, 20); */
    width: 100%;
    /* height: 80vh; */
    
}
.prometric{
    font-size: 28px;
}
.center{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fs-16{
    font-size: 16px;
    color: #666B68;
}
a{
    text-decoration: none;
}
.fifth-page{
    width: 100%;
    /* height: 70vh; */
}







@media (min-width: 0px) and (max-width: 991px) {
    .firstmain {
        flex-direction: column;
    }

    .firstmain-left {
        width: 100%;
        height: 100%;
    }

    .firstmain-right {
        display: flex;
        justify-content: center;
        margin-top: 16px;
        width: 100%;
        height: 100%;
    }

    .nav-center {
        gap: 1px;
    }

    .firstmain {
        margin-top: 0px;
    }

    .doctor-img {
        width: 90%;
        float: none;
    }

    .contact-btn {
        width: 200px;
        height: 50px;
        background-color: #5BC096;
        border: none;
        color: white;
    }

    .second-main {
        flex-direction: column;
        /* text-align: center; */
    }

    .second-left {
        width: 100%;
        height: 100%;
    }

    .second-right {
        width: 100%;
        height: 100%;
    }

    .third-main {
        flex-direction: column;
    }

    .third-right {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 34px;
    }

    .third-left {
        width: 100%;
    }

    .certi-img {
        margin-left: 0px;
    }
}



@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-center {
        gap: 25px;

    }

    .nav-link {
        font-size: 14px;
    }

    .whatsapp {
        right: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .whatsapp {
        right: 65px;
    }
}

@media (min-width: 479px) and (max-width: 767px) {
    .whatsapp {
        right: 60px;
    }
}

@media (min-width: 0px) and (max-width: 480px) {

    .Licensing {
        font-size: 16px;
    }
    .whatsapp {
        right: 40px;
        top: 85vh;
    }
    .pp {
        font-size: 14px;
    }
    .our-exp{
        width: 340px;   
   }
   .head-lice {
    font-size: 28px;
    width: 340px;
}
}


/* internal */


