@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


body{
    background-color: white;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* .navbar-light .navbar-nav .nav-link.active{
    color: #FF6B00!important;
}
.navbar{
    height: 70px;
    background-color: white!important;
    
   
}
nav{
    background: white;
}
.navbar-nav{
    margin-left: auto;
}
.navbar-brand{
    font-size: 20px;
    font-weight: 600;
    margin-left: 100px;
}
.navbar-nav{
    align-items: center;
}
.navbar-nav a{
    font-size: 14px;
    font-weight: 400;
    color: black;
    margin-left: 40px;
   
}
.navbar-nav a{
    position: relative;

}

.navbar-light .navbar-nav .nav-link{
    color: black;
}
.nav-btn{
    font-size: 14px!important;
    margin-right: 100px;
    color: white!important;
}
.text-black{
    color: black;
    text-decoration: none;
} */


.nav{
    display: flex;
    flex-direction: row;
    background-color: white;
    color: black;
    height: 70px;
}
.navbar-brand h3 a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: black;

}
.navbar-brand{
    margin-left: 50px;
    margin-top: 10px;
}
.nav-menu{
    display: flex;
    flex-direction: row;
}
.nav-menu li{
    list-style: none;
    color: black;
}
.nav-menu li a{
    color: black;
}
.navbar-toggler-icon{
    background-color: transparent;

}

@media screen and (max-width:800px)  {
    .navbar{
        height: auto;
    }
    .navbar-nav {
        margin-left:0px;
    }
    .nav-btn{
        margin-left: -2px;
        margin-right: 0px;
        
    }    
}

.main-content{
    margin:auto!important;
}
h3{
    font-size: 20px;
    font-weight: 600;
}
p{
    font-size: 16px;
    font-weight: 300;
}
.hero-container{
    margin-top: 40px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: linear-gradient(90deg, #FFFFFF 44.73%, rgba(255, 255, 255, 0) 50%), url("/home.jpg");
    /*margin-right: -100px;*/
}
.profile{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
    width:200px;
}
.profile img{
    margin-bottom: 10px;
    border: 1px solid #0d6efd;
    border-radius: 50%;
    max-width: 170px;
}
.profile p{
    padding: 5px;
}
.m-t{
    margin-bottom: -8px;
}
.center{
    text-align: center;
}
.hero-image{
    /* text-align: center;
    position: relative;
    display: flex;
    flex-direction: column; */
    /* background: linear-gradient(90deg, #FFFFFF 44.73%, rgba(255, 255, 255, 0) 50%), url("home.jpg"); */
}
.hero-image p{
    position: absolute;
    top: 20px;
    font-size: 24px;
    opacity: 1;
    font-weight: 600;
}

.hero-image img{
   max-width: 600px;
   opacity: .5;
   border-radius: 5px;
}
@media screen and (max-width:800px) 
{
    .hero-container{
        margin-right: 0px;
        /* background: url("home.jpg");
        width: 100%; */
    }
    .hero-image img{
        width: 100%;
    }
    .main-content{
        margin: 0px!important;
    }
}
.about-container{
    margin-top: 20px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.about-main{
    padding: 15px;
    
}
.about-main p{
    text-align: justify;
}

.about-head{
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 800;
}


.about-image img{
    width: 300px;
    border-radius: 10px;
    height: 300px; 
}
@media screen and (max-width:1000px) 
{
    .about-container{
        flex-wrap: wrap;
    }
    .about-image img{
        width: 100%;
        height: 400px;
    }
}
.clinic{
    margin: 20px;
    padding: 15px;
}
.map{
    width: 500px;
    height: 400px;
    border-radius: 10px;
    margin-bottom:10px;
    margin-right: 15px;
}
.clinic-details{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    
}
.address{
    margin-left:10px;
    margin-right:-100px;
}
.opd-hours{
    display: flex;
    padding: 15px;
    margin-top: -10px;
    margin-left: 70px;
    flex-direction: row;
    justify-content: space-between;
}
.np{
    width:450px;
}
/*p{*/
/*    font-size:14px;*/
/*}*/
.day{
    
    padding: 12px;
    border-bottom: 1px solid lightgray;
    text-align: justify;
}
.vl {
    border-left: 1px solid lightgray;
    height: 550px;
    margin-left: 50px;
  }
  .time{
      margin-top: 32px;
      
  }
  /*.npp{*/
  /*    width:200px;*/
  /*}*/
@media screen and (max-width:800px) 
{
    .map{
        width: 100%;
    }
    .map-area{
        width:85%;
    }
    .np{
        width:80%;
    }
    .nb{
        margin-left:-15px!important;
        width:78%;
    }
    iframe{
        width:90%;
        height:350px;
    }
    .vl{
        display: none;
    }
    .opd-hours{
        padding: 0;
        margin-left: 0;
        margin-top: 30px;
        
    }
    .clinic-details{
        padding: 0px;
        flex-wrap:wrap;
    }
}
@media screen and (min-width:800px){
    .opd-hours{
        margin-left:-70px;
    }
    .vl{
        height: 470px;
    margin-left: 10px;
    margin-right: 25px;
    }
    .npp{
        width:300px;
    }
    .footer-main{
        height:267px;
    }
}
.treatments{
    padding: 15px;
    margin: 0px;
    

}
.cards{

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.green{
    color: rgba(0, 128, 0, 0.481);
}
.size-50px{
    font-size: 50px;
}
.icon{
    margin-bottom: 15px;
    
    
}
.icon img{
    width: 140px;
    margin: auto;
    border-radius: 10px;
}
.button-center{
    display: flex;
    justify-content: center;
    margin: 20px;
    padding: 10px;
}

.N_btn { 
    background-color: #7380F2;
    border-radius: 66px;
    color: #FFFFFF!important;
    border:2px solid #7380F2;
    font-size: 14px; 
    padding: 8px!important;
    width: 166px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}
.N_btn:hover{
    text-decoration: none;
    background-color: white;
    color: black!important;
    border:2px solid #7380F2;
    transition: .5s;
}
.treatment-view-more{
    display: block;
}

.card {
    margin: 5px;
    padding: 5px;
    background-color: white;
    box-shadow: 0px 15px 43px 1px rgba(0, 0, 0, 0.15);
    width: 170px;
    height: auto;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}
.card:hover{
    transform: scale(1.1);
    transition: .5s;
}
@media screen and (max-width:800px) {
    .card{
        width: 100%;
    }
    .treatments{
        padding: 0;
    }
}

.faq{
    padding: 15px;
    
    
    
    /*clinicpx;*/
    
    
    
    
    /*clinic*/
    margin: 20px;
    
}
.head-faq{
    display: flex;
    justify-content: center;
}
 
 /* .box .heading{
    background: #7800CF;
    border-radius: 7px 7px 0px 0px;
    padding: 10px;
    color: #fff;
    text-align: center;
    
 } */
 
 .faqs{
    padding: 0px 20px 20px;
 }
 
 ::-webkit-details-marker{
    float: right;
    margin-top: 3px;
 }
 
 .details{

    background: #f6f6f6;
    padding: 10px 20px;
    border-radius: 7px;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
 }
 /* .details:hover{
     background-color: rgba(6, 57, 6, 0.8);
     transition: .5s;
     color: #f6f6f6;
 } */
.details.summary{
    outline: none;
 }
 @media screen and (max-width:800px) {

  
}
.footer{
    background-color: #000F5A;
    color: white;
    

}
.call-me{
    background-color: white;
    color: #7380F2!important;
    border: 2px solid #7380F2!important;
    margin-left:10px;
}

.footer-main{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left:120px;
    margin-right:120px;
    
    height: 267px;
    /* margin-bottom: 20px; */

    
}
.contact-details{
    padding: 5px;
    margin: 20px;
    width:550px; 


}





.copyright{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: -15px;
    
}
.copyright h3{
    font-size: 14px;
}
.copyright h3 a{
    text-decoration: none;
    color: white;
    font-size: 14px;
}
.links-footer{
    padding: 5px;
    margin: 20px;
    width: 550px;
    margin-left: 150px;
}
.links-footer ul{
    margin-left: -20px;
    padding: 15px;
}
.links-footer ul li{
    list-style: none;
    padding: 10px;
}
.links-footer ul li a{
    color: white;
    text-decoration: none;
    
}
.treatments-footer ul {
    margin-left: -20px;
    padding: 15px;
}
.treatments-footer{
    padding: 5px;
    
    margin: 20px;
    margin-left: 150px;
    width: 550px;
}

.treatments-footer ul li{
    list-style: none;
    padding: 10px;
}
.treatments-footer ul li a{
    color: white;
    text-decoration: none;
    
}
.download-app{
    display: flex;
    flex-direction: row;

}
.google img{
    margin: 10px;
    height: 65px;
    width: 160px;
    border-radius: 6px;
}
.apple img{
    height: 65px;
    width: 160px;
    border-radius: 6px;
    margin: 10px;
}

@media  screen and (max-width:800px) {
    .footer{
        width: 100%;
        
    }
  
    .footer-main{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
        height:auto;
        
        
        
        /*clinicight: auto;*/
    }
    
    
    
    /*clinic*/
    .links-footer{
        margin-left: 0px;
        margin-right: 20px;
        padding-left: 30px;
        width: 100%;
    }
    .treatments-footer{
        margin-left: 0px;
        margin-right: 20px;
        padding-left: 30px;
        width: 100%;
    }
    .contact-details{
        width: 100%;
        margin-left: 0px;
        margin-right: 20px;
        padding-left: 30px;
    }
    
    .treatments-footer h3{
        font-size: 16px;
        margin-bottom: 10px;
    }
  
    
}
.not-found{
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.treatment-p{
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 15px;
    margin-left: 120px;
    margin-right: 120px;
}
.treatment-p h3{
    font-size: 18px!important;
    margin: 15px;
}
.treatment-p img{
    margin: 15px;
    border-radius: 10px;
    width: 1000px;
    height: 600px;
}
.treatment-p p{
    margin: 15px;
    font-size: 16px;
    padding: 5px;
}
.npp a{
    text-decoration:underline!important;
}
@media  screen and (max-width:800px) {
    .treatment-p{
        margin-left: 0px;
        margin-top: 20px;
        margin-right: 20px;
    }
    .treatment-p img{
        width: 100%;
        height: 300px;
        margin: 10px;
    }
    .treatment-p p{
        padding: 5px;
    }
    .download-app{
        flex-wrap:wrap;
    }
    .clinic{
        padding:2px;
    }
}



/*clinic*/


.c-main{
    margin:0px 20px 0px 20px!important;
    padding:15px;
}
.c-details{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    
}
.c-address{
    width:50%;
}
.h{
    margin-bottom:30px;
}
.c-hours{
    display:flex;
}
.c-day{
    border-bottom:1px solid lightgray;
}
.c-nb{
    display:flex;
    margin:10px 0px;
}

@media screen and (max-width:1000px ){
    .c-details{
        flex-wrap:wrap;
    }
    .c-main{
        margin:0px!important;
    }
    
    .c-time{
        width:140px;
    }
    .c-address{
        width:100%;
    }
    .c-hours{
        display:flex;
        flex-direction:row;
        margin: 20px;
    }
    .about-container{
        margin:0px;
    }
    .hours{
        width:100%;
    }
}

@media screen and (min-width:360px){
    .navbar-toggler{
        margin-left:-60px!important;
    }
    .navbar-brand{
        margin-left:40px!important;
    }
    .c-hours{
        margin:0px!important;
    }
    .c-time{
        width:210px;
    }
    
    .c-day{
        font-size:14px;
    }
    
    .h{
        margin-top:30px;
        margin-bottom:30px;
    }
}

.text
{
    padding: 10px;
    margin: 5px;
    background-color: #e6e6fa;
}

    

/*@media screen and (max-width:992px) and (min-width:800px){*/
/*    .c-details{*/
/*        flex-wrap:wrap;*/
/*    }*/
/*    .c-address{*/
/*        width:100%;*/
/*    }*/
/*    .c-hours{*/
/*        display:flex;*/
/*        flex-direction:row;*/
/*        margin-top: 20px;*/
/*        margin-bottom: 20px;*/
/*        margin-left: 20px;*/
/*        margin-right: 20px;*/
/*    }*/
/*}*/