*{
    margin: 0;
    padding: 0;
    font-family:'Poppins',sans-serif ;   
}

        
.header{
    min-height: 100vh;
    width: 100%;
    background: url(photo/background\ 2.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display:flex;
    padding: 1% 2%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 150px;
    border-radius: 50%;
}
.nav-link{
    flex: 1;
    text-align: right;
}
.nav-link ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-link ul li a{
    color: #163d59;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
    backdrop-filter: blur(50px);
    border-radius: 5px;
    padding: 5px;
} 
.nav-link ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-link ul li:hover::after{
    width: 100%;
}
.text-box{
    width: 95%;
    color:#4391b6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: right;
    font-weight: 500;
                                                
}
.text-box h1{
    font-size: 45px;
    font-family: 'Azonix', sans-serif;
}
.nav-link ul li a:hover{
    background: #f44336;
}
 
    
.book-btn{
    display: inline-block;
    text-decoration: none;
    margin: 40px 0 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 12px 34px;
    font-size: 13px;
    background: rgb(9, 20, 54);
    position: relative;
    box-shadow:  0 0 30px 0 rgb(6, 2, 56);
}
.book-btn:hover{
    background: #f44336;
    transition: 1s;

}
nav .fa{
    display: none;
}
@media(max-width: 700px){
    .text-box h1{
        font-size: 30px;
    }    
    .nav-link ul li{
        display: block;
    }
    .nav-link{
        position: fixed;
        background: #163d59;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #0c0106;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    nav img{
        width: 100px;
    }
    .nav-link ul li a{
        background: none;
        color: #fff;
        
    }
    .header{
        background-size: 600px 100vh;
    }
  

}










.treatment{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    position:relative;
}
h1{
    font-size: 36px;
    font-weight: 600;
}
p{
    color: #4b4848;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}
.row{
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.treat-col{
    flex-basis: 31%;
    background: #e0dbdb;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
.treat-col img{
    width: 300px;
    height: 200px;
    box-sizing: content-box;
    border-radius: 10px;
    position:relative;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.treat-col:hover{
    box-shadow: 0 0 20px 0px #1d1c1c;
}
@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
    .treatment{
        width: 100%;
    }
}





.aboutUs{
    width: 90%;
    margin: auto;
    text-align: center;
    border: solid 1px blue;
    border-radius: 15px;
}
.about{
    font-size: 15px;
    font-weight: 500;
}
.aboutCol{
    margin: 1%;
}






.consultant{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.consult-col{
    flex-basis: 1%;
    background:#fff;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 1%;
    box-sizing:border-box;
}
.consult-col img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
span{
    font-weight: 500;
    font-size: 13px;
}







.cooperatives{
    width: 60%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    background: #163d59;
    border-radius: 150px 0 150px 0;
}
.cooperCol{
    flex-basis: 50%;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 20px;
}
.cooperCol img{
    width: 150px;
    height: 150px;
}
.cooperatives h2{
    color: #fff;
}







.gallery{
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.gallery-col{
    flex-basis: 20%;
    box-sizing: border-box;
    margin-bottom: 5%;

}
.gallery-col img{
    width: 300px;
    height: 200px;
}
@media(max-width: 700px){
    .gallery{
        width: 100%;
    }
}







.video{
    width: 80%;
    margin: auto;
    text-align: center;
}
.videoCol{
    flex-basis: 30%;
    box-sizing: border-box;
    margin-bottom: 5%;
}
.videoCol video{
    width: 300px;
    height: 400px;
    border: solid 1px black;
    background: #323236;
}
@media(max-width: 700px){
    .video{
        width: 100%;
    }
}





.testimonial{
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    background: #0c0f1f;
    background-size: cover;
    justify-content: center;
    border-radius: 30px;
}
.testimonial h1{
    color: #fff;
    margin-top: 50px;
}
.testi-col{
    flex-basis: 25%;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 25px;
    box-sizing:border-box;
  
    
}
.testi-col img{
    width: 250px;
    height: 200px;
    border-radius: 20px;
}
@media(max-width: 700px){
    .testimonial{
        width: 100%;
    }
}






.reference{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 80px;
}
.refereCol{
    flex-basis: 25%;
    background: #62a6cf;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px;
}






 
.location{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 80px;
}
.location iframe{
    width: 100%;
    margin-top: 20px;
}
.contact{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.contactCol{
    text-align: center;
    box-sizing: border-box;
    justify-content: space-between;
    position: relative;
    margin: auto;
    margin-bottom: 5%;
}
.contactCol .fa{
    color: #f44336;
}






.footer{
    width: 100%;
    margin: auto;
    text-align: center;
    background: #163d59;
    padding-top: 2%;
}
.footerCol{
    flex-basis: 15%;
    margin-bottom: 5%;

}
.footerCol img{
    width: 120px;
    height: 50px;
}
.footerword{
    color: #4391b6;
}
.headabout{
    color: #fff;
}




.header-NAV{
    min-height: 60vh;
    width: 100%;
    background: url(photo/backgroundPhoto.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
}



.testimonial-NAV{
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    background: #0c0f1f;
    background-size: cover;
    justify-content: center;
    border-radius: 30px;
    margin-bottom: 20px;
}

.testimonial-NAV h1{
    color: #fff;
    margin-top: 50px;
}