@media screen and (max-width: 720px){


    .for-desktop{
        display: none;
    }
    .for-mobile{
        display: block;
    }
    .hero{
        flex-direction: column;
    }
    .hero-left{
        width: 100%;
        margin-right: 0;
    }
    .hero-right{
        margin-top: 50px;
        width: 100%;
    }
    .hero-content img{
        margin-bottom: 20px;
    }
    .hero-content h2{
        text-align: center;
        font-size: 40px;
    }
    .container2 > header{
        padding: 50px 0;
        margin: 20px 0;
    }
    .btn{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .slideshow, .slideshow:after {
        padding-bottom: 70px;
      
    }
    .btn a {
        display: block;
        padding: 10px 9px;
        font-size: 13px;
       
    }
    #appointment{
        padding: 50px 0;
    }
    #about-us{
        padding: 0 0  40px;
    }
    .about-us {
        text-align: center;
        width: 100%;
        padding: 30px 20px;
    }
    .about-us h2 {
        font-size: 34px;
    }
    .choose-us {
        width: 100%;
        padding: 40px 20px;
    }
    .secttion-title h2 {
        font-size: 23px;
    }
    .secttion-title h2{
        font-size: 35px;
    }
    .offer-box{
        width: 100%;
    }
    .single-img {
        width: 21%;
        margin: 5px;
    }
    #call-to-action h2 {
        font-size: 33px;
        color: #fff;
        margin-bottom: 30px;
    }
    #call-to-action a {
        padding: 10px 3px;
        background: #fff;
        border-radius: 4px;
        color: #2357A9;
        font-size: 30px;
        display: block;
    }
    .footer ul{
        flex-direction: column;
    }
    .footer ul li{
        margin-bottom: 15px;
        border: none;
    }

}

