@import url('https://fonts.googleapis.com/css?family=Crimson+Text');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400&display=swap');

@media only screen and (max-width: 992px){
    nav .brand-logo {
        left: 45%;
    }
}

.container{
   width:85%;
}
@media only screen and (max-width: 992px) {
    .container{
        width:96%;
    }
}

body{
    font-family: 'Roboto Condensed', sans-serif;
}
.nav-wrapper{
    box-shadow: 0px 0px 10px rgba(165,35,140,0.6);
}

#title_icon{
    width: 60px;
}
#brandName{
    color:rgb(0, 150, 220);
    font-size:2rem;
    font-family:'Crimson Text',serif;
    margin-left:64px;
    margin-top:-80px;
}
#tagLine{
    color:rgb(165,35,140);
    font-size: 0.8rem; 
    margin-top: -38px;
    margin-left: 172px;
}

@media only screen and (max-width: 600px) {
    #title_icon{
        width: 57px;
        margin-left: 20%;
    }
    #brandName{
        color:rgb(0, 150, 220);
        font-size:1.7rem;
        font-family:'Crimson Text',serif;
        margin-left:108px;
        margin-top:-75px;
    }
    #tagLine{
        color:rgb(165,35,140);
        font-size: 0.7rem; 
        margin-top: -35px;
        margin-left: 150px;
    }
} 

#background_image{
    max-height: 78vh;
}


#imageAfterName{
    font-family: 'Crimson Text', serif;font-size: 2.4em;color:rgb(0, 150, 220);margin-top: -10px;
}

@media only screen and (max-width: 600px){
    #imageAfterName {font-size: 1.7rem;}
}

#subName{
    font-size: 1.8rem;color:black;
}
@media only screen and (max-width: 600px){
    #subName {font-size: 1.3rem;}
}

#name_subname_tagLine{
    font-size:1.4rem;
    font-family: 'crimson text';
    font-style: italic;
}
@media only screen and (max-width: 600px) {
    #name_subname_tagLine{
        font-size:1.1rem;
    }
}

#image_over_image{
    background-image: url('../images/ArogyaSparsha_logo.png');
    background-size: 115px;
    position: absolute;
    background-repeat: no-repeat;
    left: 75%;
    top: 90px;
}        
#titleTag{
    color:rgb(0, 150, 220);
    font-size:1.9rem;
    font-family:'Crimson Text',serif;
    padding: 100px 0 0 0px;
    margin: 0px -25px;
}
#subTitle{
    color:black;
    font-size:1.1rem;
    font-family: 'crimson text';
    font-style: italic;
}

.mainTitle{
    font-size:2rem;
}
@media only screen and (max-width: 600px) {
    .mainTitle{
        font-size:1.6rem;
    }
}

#cardDoctorBox{
    border-radius: 10px;
    box-shadow: 2px 4px 5px  rgba(165,35,140,0.5);
}
.doctorName{
    font-size:1.4rem;
    font-family: 'Roboto Condensed 400',sans-serif;
}
@media only screen and (max-width: 600px) {
    .doctorName{
        font-size:1.2rem;
        font-family: 'Roboto Condensed 400',sans-serif;
    }
}
@media only screen and (max-width: 768px) {
    .doctorName{
        font-size:1.2rem;
        font-family: 'Roboto Condensed 400',sans-serif;
    }
}

.doctor_specialization{
    font-size:0.8rem;
    font-family: 'Roboto Condensed 300',sans-serif;
}
@media only screen and (max-width: 600px) {
    .doctor_specialization{
        font-size:0.8rem;
        
    }
}
@media only screen and (max-width: 768px) {
    .doctor_specialization{
        font-size:0.7rem;
    }
}

.doctor_add_specialization{
    font-size:0.8rem;
}
@media only screen and (max-width: 600px) {
    .doctor_add_specialization{
        font-size:0.89rem;
    }
}
@media only screen and (max-width: 768px) {
    .doctor_add_specialization{
        font-size:0.79rem;
    }
}

#backgroundCardName{
    background-color:rgb( 0, 110, 180);
    font-size: 1.3rem;
    border-radius:  0 10px 0 0 ; 
}
@media only screen and (max-width: 768px) {
    #backgroundCardName{
        font-size: 1.3rem;
    }
}

#services_image_background{
    width: 70px;
    height: 68px;
    padding: 11px 10px;
    margin:-22px 0px 0px -35px;
    background: white;
    border-radius: 35px;
    border:1px solid rgb(165,35,140);
}
@media only screen and (max-width: 600px) {
    #services_image_background{
        width: 50px;
        height: 50px;
        padding: 10px 6px;
        margin:-9px 0px 0px -32px;
    }
}
@media only screen and (max-width: 768px) {
    #services_image_background{
        width: 55px;
        height: 53px;
        padding: 8px 9px;
        margin:-15px 0px 0px -35px;
    }
}

#service_image{
    width:48px;
    height:46px;
}
@media only screen and (max-width: 600px) {
    #service_image{
        width:33px;
        height:30px;
    }
}
@media only screen and (max-width: 768px) {
    #service_image{
        width:36px;
        height:32px;
    }
}

.serviceliList{
    font-size: 1.2rem;
    list-style-type: circle !important;
    margin-left: 25px;
    margin-bottom: 4px;
}

@media only screen and (max-width: 768px) {
    .serviceliList{
        font-size: 1rem;
    }
}

#cardServiceBox{
    border-radius: 15px ;
    border: 1px solid rgb(0, 110, 180);
    margin-left:30px;
    margin-bottom: 40px;
}
.card .card-content {
    padding: 0px;
    border-radius: 0 0 2px 2px;
}

.footer_content{
    font-size:1.7rem;margin-bottom:10px;
}
@media only screen and (max-width: 768px) {
    .footer_content{
        font-size:1.4rem;
    }
}


.footer_contentDeatils{
    font-size:1.25rem;
}
@media only screen and (max-width: 600px) {
    .footer_contentDeatils{
        font-size:1.15rem;
    }    
}

.tabs .tab a{
    color:black !important;
    font-size: 1.1rem;
}
@media only screen and (max-width: 600px) {
    .tabs .tab a{
    font-size: 0.82rem;
    }
}
@media only screen and (max-width: 768px) {
    .tabs .tab a{
        font-size: 0.88rem;
    }
}

.tabs .tab a:hover {
    color:rgb(165,35,140) !important;
}
.tabs .tab a.active {
    color:rgb(165,35,140) !important;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
    color:rgb(165,35,140) !important; 
    background-color: white;
}
.tabs .indicator {
    background-color:rgb(165,35,140);
} 


