/* whats app */
.whats-app {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
}

.whats-app img {
    position: fixed;
    width: 50px;
    z-index: 1;
    bottom: 150px;
    right: 10px;
}

.whats-app img.call {
    transform: translateY(-80px);
}

/* .welcom_pearldental{
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 20px 0;
} */
 .welcom{
    padding-top: 20px;
 }
.welcom_pearldental img{
    width: 40px;
    display: block;
}
.main-title.mission-title{
    padding-top: 100px !important;
}

@media (max-width: 1210px){
    .serv-sec{
        height: 500px;
    }
    .services-content .serv-sec{
        margin-bottom: 0px ;
    }
}
@media (max-width: 1199px){
    
    .services-content .serv-sec{
        margin-bottom: 80px ;
    }
}
@media (max-width: 991px){
    
    .serv-sec{
        height: unset;
    }
}


@media (max-width: 776px) {

    /* ..... DR QUOTE ...... */
    .dr-quote {
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/dr-testimonial-bg.jpg) no-repeat;
        background-size: 100% 100%;
        /* Ensure the image covers the entire width and height */
        background-position: initial;
        /* Center the image */
        height: 100%;
        /* Adjust height automatically to fit the image */
        width: 100%;
        text-align: center;
        padding: 100px 0;
    }

    .dr-quote .quote {
        font-size: 16px !important;
        margin: 20px 0 !important;

    }

    .dark-testi {
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/testimonial-bg.jpg) no-repeat fixed;
        background-size: 100% 100%;
        /* Ensure the image covers the entire width and height */
        background-position: center;
        /* Center the image */
        height: 100%;
        /* Adjust height automatically to fit the image */
        width: 100%;
        text-align: center;
    }

    .patients-testi.dark-testi .main-title.main-title2 h2 {
        font-size: 30px !important;
    }

    .patients-testi .testi-sec span.name {
        font-size: 16px !important;
    }

    .patients-testi .testi-sec p {
        font-size: 12px;
        width: 100% !important;
    }

    .patients-testi .testi-sec img {
        width: 80px;
    }

    .contact-form {
        margin-top: 30px;
    }

    /* whats app */


    .whats-app img {
        position: fixed;
        width: 40px;
        z-index: 1;
        bottom: 150px;
        right: 10px;
    }

    .whats-app img.call {
        transform: translateY(-60px);
    }
    .main-title.mission-title{
        padding-top: 0px !important;
    }

   
    
}