/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 12, 2021, 12:59:23 AM
    Author     : sahas
*/


.topbar-texts, .footer-description {
    font-family: "Roboto", sans-serif !important;
    font-size: 15px !important;
}


.headerSlider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 250px;
}

.headerSlider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 250px;
}

@media only screen and (max-width: 500px) {
    .headerSlider .owl-nav .owl-prev {
        position: absolute;
        left: 0;
        top: 180px;
    }
    .headerSlider .owl-nav .owl-next {
        position: absolute;
        right: 0;
        top: 180px;
    }
}

.hd-nav-btn {
    padding: 0 5px;
}

.feedback_class{
    text-align: center !important;
    color: green !important;
    font-size: 23px !important;
    font-weight: 500 !important;
}
.appointment_modal_header{
    background: #009988 !important;
}
.appointment_modal_body{
    border: transparent !important;
}
.patient_add{
    color: #41cac0 !important;
}
.patient_add_new{
    color: #41cac0 !important;
}
.gridsection_img{
    padding: 0;
}
.featured_services{
    padding-top: 25px !important
}