

.herodesk
{
    display: block;
}


.heromob
{
    display: none;
}

.doctor h2 
{
    color:  #E05656;
    font-family: 'Antonio', sans-serif;

}

.doctor img
{
    width: 75%;
}



@media (max-width: 858px)
{
    .herodesk
{
    display: none;
}


.heromob
{
    display: block;
}

.doctor img
{
    width: 100%;
}

.section5 
{
    text-align: center;
}

.redline
{
    margin-left: 43%;
}

}

.section1 h1
{
    color:  #E05656;
    font-family: 'Antonio', sans-serif;

}




.section2 
{
    text-align: center;
}

.section2 i 
{
    font-size: 70px;
    color: #344B75;
}

.section2 i:hover
{
    color: #19B096;
}


.section2 h2
{
    color:  #E05656;
    font-family: 'Antonio', sans-serif;
}


.section2 h5
{
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}




.section3
{
    text-align: center;
    background-color: #19B096;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;;
}



.section3 h2
{
    font-size: 40px;
    font-family: 'Antonio', sans-serif;
}

.section3 a 
{
    color: white;
    background-color: #344B75;
    padding: 10px 30px 15px 30px ;
    font-size: 25px;
    border-radius: 10px;
    
    font-family: 'Oswald', sans-serif;

}


.section4
{
    text-align: center;
    background-image:url("../img/doc_background.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-size: 100% 100%;
}


.section4 h2
{
    font-size: 45px;
    font-weight: bolder;
    font-family: 'Antonio', sans-serif;
}


.section4  a
{
    font-size: 16px;
    background-color: #E05656;
    padding: 10px 20px 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    
    font-family: 'Oswald', sans-serif;
}


.section5
{
    color: white;
    background-color: #344B75;
    padding-top: 50px;
    padding-bottom: 5px;
    
}



.section5 a
{
    color: white;
    text-decoration: none;
    text-align: center;
}


.section5 h5
{
    font-size: 18px;
    
    
}


.section5 h3
{
    font-family: 'Oswald', sans-serif;
}