*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 0.4s;
    font-family: roboto;
}

@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Medium.ttf);
}

:root{
    --color1:#07518d;
    --color2:#747575;
    --color3:#DFFFFF;
    --color4:#15bdbd;
    --color5:#037754;
}

/* treatment section start */
.treatmenttitle{
    text-align: center;
    color: var(--color1);
    font-size: 35px;
    font-weight: 700;
    margin-top: 30px;
}
.treatment1{
    display: flex;
    justify-content: space-around;
    margin-top: 5%;
   
    
}
.treatment{
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 20px;
    width: 30%;
    height: auto;
}
.treatment h2{
    font-size: 22px;
    margin-top: 30px;
    color: var(--color1);
}
.treatment p{
    font-size: 16px;
    text-align: justify;
    color: var(--color2);
}
.treatmentimg{
    width: 100%;
    height: 250px;
    object-fit: cover;
}


.treatment2{
    display: flex;
    justify-content: space-around;
    margin-top: 2%;
   
}

.treatment3{
    display: flex;
    justify-content: space-around;
    margin-top: 2%;
   
}
.treatment4{
    display: flex;
    justify-content: space-around;
    margin-top: 2%;
   
   
}





/* treatment section start */

@media screen and (max-width:320px){
   /* treatment section start */
.treatmenttitle{
    text-align: center;
    color: var(--color1);
    font-size: 35px;
    font-weight: 700;
    margin-top: 30px;
}
.treatment1{
    display: flex;
    flex-direction: column;
    margin-top: 5%;
   
    
}
.treatment{
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 10px;
    width: 100%;
    height: auto;
}
.treatment h2{
    font-size: 22px;
    margin-top: 30px;
    color: var(--color1);
}
.treatment p{
    font-size: 16px;
    text-align: justify;
    color: var(--color2);
}
.treatmentimg{
    width: 100%;
    height: 220px;
    object-fit: cover;
}


.treatment2{
    display: flex;
    flex-direction: column;
    margin-top: 2%;
   
}

.treatment3{
    display: flex;
    flex-direction: column;
    margin-top: 2%;
   
}
.treatment4{
    display: flex;
    flex-direction: column;
    margin-top: 2%;
   
   
} 
}

@media screen and (min-width:321px) and (max-width:425px){
      /* treatment section start */
.treatmenttitle{
    text-align: center;
    color: var(--color1);
    font-size: 35px;
    font-weight: 700;
    margin-top: 30px;
}
.treatment1{
    display: flex;
    flex-direction: column;
    margin-top: 5%;
   
    
}
.treatment{
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 10px;
    width: 100%;
    height: auto;
}
.treatment h2{
    font-size: 22px;
    margin-top: 30px;
    color: var(--color1);
}
.treatment p{
    font-size: 16px;
    text-align: justify;
    color: var(--color2);
}
.treatmentimg{
    width: 100%;
    height: 250px;
    object-fit: cover;
}


.treatment2{
    display: flex;
    flex-direction: column;
    margin-top: 2%;
   
}

.treatment3{
    display: flex;
    flex-direction: column;
    margin-top: 2%;
   
}
.treatment4{
    display: flex;
    flex-direction: column;
    margin-top: 2%;
   
   
} 
}

@media screen and (min-width:426px) and (max-width:600px){
      /* treatment section start */
      .treatmenttitle{
        text-align: center;
        color: var(--color1);
        font-size: 35px;
        font-weight: 700;
        margin-top: 30px;
        
    }
    .treatment1{
        display: flex;
        flex-direction: column;
        margin-top: 5%;
        margin: 3%;
        
        
        
       
        
    }
    .treatment{
        margin: 10px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        padding: 10px;
        width: 100%;
        height: auto;
    }
    .treatment h2{
        font-size: 22px;
        margin-top: 30px;
        color: var(--color1);
    }
    .treatment p{
        font-size: 16px;
        text-align: justify;
        color: var(--color2);
    }
    .treatmentimg{
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    
    
    .treatment2{
        display: flex;
        flex-direction: column;
        margin-top: 2%;
       
    }
    
    .treatment3{
        display: flex;
        flex-direction: column;
        margin-top: 2%;
       
    }
    .treatment4{
        display: flex;
        flex-direction: column;
        margin-top: 2%;
       
       
    } 

}


@media screen and (min-width:601px) and (max-width:768px){
    /* treatment section start */
    .treatmenttitle{
        text-align: center;
        color: var(--color1);
        font-size: 35px;
        font-weight: 700;
        margin-top: 30px;
        
    }
    .treatment1{
        display: flex;
        width: 100%;
        margin-top: 5%;
        margin: 1%;
        
        
        
       
        
    }
    .treatment{
        margin: 10px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        padding: 10px;
        width: 100%;
        height: auto;
    }
    .treatment h2{
        font-size: 22px;
        margin-top: 30px;
        color: var(--color1);
    }
    .treatment p{
        font-size: 16px;
        text-align: justify;
        color: var(--color2);
    }
    .treatmentimg{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    
    .treatment2{
        display: flex;
      
        margin-top: 2%;
       
    }
    
    .treatment3{
        display: flex;
        
        margin-top: 2%;
       
    }
    .treatment4{
        display: flex;
      
        margin-top: 2%;
       
       
}

}


@media screen and (min-width:901px) and (max-width:991px) {
         /* treatment section start */
    .treatmenttitle{
        text-align: center;
        color: var(--color1);
        font-size: 35px;
        font-weight: 700;
        margin-top: 30px;
        
    }
    .treatment1{
        display: flex;
        width: 100%;
        margin-top: 5%;
        margin: 1%;
        
        
        
       
        
    }
    .treatment{
        margin: 10px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        padding: 10px;
        width: 100%;
        height: auto;
    }
    .treatment h2{
        font-size: 22px;
        margin-top: 30px;
        color: var(--color1);
    }
    .treatment p{
        font-size: 16px;
        text-align: justify;
        color: var(--color2);
    }
    .treatmentimg{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    
    .treatment2{
        display: flex;
      
        margin-top: 2%;
       
    }
    
    .treatment3{
        display: flex;
        
        margin-top: 2%;
       
    }
    .treatment4{
        display: flex;
      
        margin-top: 2%;
       
       
}
}



@media screen and (min-width:992px) and (max-width:1024px){
         /* treatment section start */
    .treatmenttitle{
        text-align: center;
        color: var(--color1);
        font-size: 35px;
        font-weight: 700;
        margin-top: 30px;
        
    }
    .treatment1{
        display: flex;
        width: 100%;
        margin-top: 5%;
        margin: 1%;
        
        
        
       
        
    }
    .treatment{
        margin: 10px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        padding: 10px;
        width: 100%;
        height: auto;
    }
    .treatment h2{
        font-size: 22px;
        margin-top: 30px;
        color: var(--color1);
    }
    .treatment p{
        font-size: 16px;
        text-align: justify;
        color: var(--color2);
    }
    .treatmentimg{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    
    .treatment2{
        display: flex;
      
        margin-top: 2%;
       
    }
    
    .treatment3{
        display: flex;
        
        margin-top: 2%;
       
    }
    .treatment4{
        display: flex;
      
        margin-top: 2%;
       
       
}
}