.apoinment-note-section {
    padding: 40px 0;
    background: #0086a7;
}

.apoinment-note-wrapper ul{
    margin: 0;
}

.apoinment-note-wrapper ul li{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
}

.footer-bottom p{
	margin: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
}

.read-more-link{
    color: #0086A7;
    font-weight: 900;
}

.read-more-link:hover{
    color: #00b3cc;
}

.team_details .modal-body img{
    float: left;
    margin: 0 10px 10px 0;
    width: 200px;
    height: auto;
    max-width: 100%;
}

.team_details .modal-body h5{
    font-size: 22px;
    color: #000000;
}

.team_details .modal-body h6{
    font-size: 18px;
    color: #00b3cc;
}

.team_details .modal-body p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0;
    padding: 0;
}

.our_shedule{
    padding: 40px 0;
    background: #ffffff;
}

.bg-grey{
    background: #f7f7f7;
}

.header.header-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
}

.our_shedule table .slot-date{
    display: block;
}

.our_shedule table tr th{
    width: 12.5%;
}

table tr td, table tr th{
    vertical-align: middle !important;
}

table tr th{
    font-size: 20px;
}

table tr td span{
    font-size: 17px;
    font-weight: 700;
    display: block;
}

table tr td .shedule_report{
    display: block;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    margin-bottom: 5px;
    box-shadow: 2px 1px 8px #000;
    cursor: pointer;
}

table tr td .doc-name{
    font-size: 16px;
    font-weight: 800;
}

table tr td .timing{
    display: block;
    font-size: 14px;
}

table tr td img{
    width: 60px;
    border-radius: 50%;
    height: auto;
}

.background-color-1{
    background: #0086A7;
}

.background-color-2{
    background: #FF0080;
}

.background-color-3{
    background: #19A59A;
}

.background-color-4{
    background: #00b3cc;
}

.background-color-5{
    background: #E92100;
}

.background-color-6{
    background: #3200cc;
}

.top-bottom-banner{
    background-color: #0086A7;
    padding: 20px 0;
    margin: 0;
}

.top-bottom-banner p, .top-bottom-banner a{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin:0;
}

.top-bottom-banner p i{
    margin-left:5px;
    margin-right:5px;
}

.mid-section{
    background-color: #ffffff;
    padding: 20px 0;
    margin: 0;
}

.mid-section p{
    color: #c00000;
    font-size: 20px;
    margin:0;
    line-height: 30px;
}

.text-violet{
    color: #7F00FF !important;
}

.text-blue{
    color: #0000FF !important;
}

.text-dark-blue{
    color: #00A2EA !important;
}

.mid-section a{
    color: #0086A7;
    font-weight:700;
}

.mid-section a.btn-appointment {
    background-color: #25D366;
    color: #000000;
    padding: 10px 16px;
    border-radius: 25px;
}

.mid-section a.btn-appointment.btn-appointment-primary {
    background-color: #00b3cc;
    color: #002060;
}

.mid-section a.btn-appointment.btn-appointment-violet {
    background-color: #7F00FF;
    color: #ffffff;
}

.mid-section a.btn-appointment.btn-appointment-blue {
    background-color: #0000FF;
    color: #ffffff;
}

.mid-section a.btn-appointment:hover {
    background-color: #0086A7;
    color: #ffffff;
}

.bold-italic{
    font-weight: bold;
    font-style: italic
}

.bold{
    font-weight: bold;
}

.clinic-timings{
    padding: 40px 0;
    background-color: #0086A7;
}

.clinic-timings .custome-table{
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
}

.clinic-timings .custome-table th {
    border: 1px solid;
    padding: 10px 20px;
    border-color: #ffffff;
    color: #ffffff;
    background: #f93f3d;
    font-size: 20px;
    line-height: 27px;
    font-weight: 800;
    text-align:center;
}

.clinic-timings .custome-table td {
    border: 1px solid;
    padding: 10px 20px;
    border-color: #ffffff;
    color: #ffffff;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    text-align:center;
}

.banner-wrapper .banner-header h1 {
   position:relative;
}

.banner-wrapper .banner-header h1:before {
    content: "";
    position: absolute;
    background-image: url(../img/icon-bottom-line.png);
    width: 100%;
    left: 0;
    right: 0;
    height: 21px;
    background-repeat: no-repeat;
    top: 40px;
    background-size: 39% 100%;
}

.home-banner h1 small{
    color: #000000;
    font-weight:700;
    font-style:italic;
    text-transform: capitalize;
    margin-left: 42px;
    font-size: 32px;
}

.banner-wrapper .banner-header h1>span {
    text-transform: uppercase;
    margin-left: 85px;
}

.visitors-counter span{
    font-size: 18px;
    margin-right: 8px;
}

.star {
    animation: blink 1.2s infinite steps(1,end);
    filter: drop-shadow(0 0 10px currentColor);
}

.mid-section a.btn-appointment.btn-newjoin {
    background-color: #f3f55d;
    color: #c00000;
}

.mid-section a.btn-appointment.btn-newjoin:hover {
    background-color: #0086A7;
    color: #ffffff;
}
  
@keyframes blink {
    50% { 
        opacity: 0.15;
    } 
}

@media (prefers-reduced-motion: reduce) {
    .star { 
        animation: none; 
    }
}

@media only screen and (max-width: 767.98px){
    header .container{
        margin: 0;
        padding: 0;
    }

    .team_details .modal-body img {
        float: unset;
        margin: 5px 0;
        width: 100%;
    }
    
    .mid-section a.btn-appointment {
        display: block;
        padding: 10px 12px;
        border-radius: 40px;
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 575.98px){
    p{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 7px;
    }
    
    .home-banner h1 small, .banner-wrapper .banner-header h1>span{
        margin-left: 0px;
    }
    
    .banner-wrapper .banner-header h1:before{
        top: 30px;
        background-size: 80% 100%;
    }
    
    .top-bottom-banner p span{
        display: block;
        margin-bottom: 15px;
    }
}