body, div, section, h1, h2, h3, h4, h5, h6, p, ul, li{
    margin: 0;
    padding: 0;
}
/* common style */
body{
    font-family: "Roboto", sans-serif;
}
button{
    font-family: "Roboto", sans-serif;
    border: none;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 700;
    background: black;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}
.container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 1%;
}

/* start custome */
.allpart{}
.top{}
.top-content{}
.top-card{
    display: flex;
    align-items: center;
}
.top-card-item{
    margin-right: 35px;
    font-size: 13px;
}
.top-icon{
    color: #00c7aa;
    margin-right: 10px;
}
.top-card-item span{
    color: black!important;
}

/* header section */
.header{
    background: #00c7aa;
}
.header-content{}
.header-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;

}
.header-card-item{}
.header-logo{}
.header-logo a{}
.header-logo a img{}
.header-navigation{}
.header-navigation ul{}
.header-navigation ul li{
    display: inline;
}
.header-navigation ul li a{
    text-transform: capitalize;
    text-decoration: none;
    margin-right: 20px;
    color: white;
}
.header-navigation ul li a:hover{}
.header-btn{
    position: relative;
}
.header-btn button{
    border: none;
    background: transparent;
    color: white;
    text-transform: uppercase;
    position: relative;
}
.header-search{
    width: 100%;
    padding: 10px;
    outline: none;
    position: absolute;
    right: 30px;
    top: 43px;
    border: none;
    border-radius: 4px;
    display: none;
}
.mobile-menu{
    display: none;
}

/* banner section */
.banner{}
.banner-content{}
.banner-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-card-item{
    width: 48%;
}
.fa-circle-play{
    font-size: 30px;
    color: #00c7aa;
}
.banner-card-item h2{
    text-transform: uppercase;
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.banner-card-item h2 span{
    color: #00c7aa;
}
.banner-card-item p{
    width: 80%;
    margin-bottom: 20px;
    line-height: 2;
}
.banner-card-item button{}
.banner-card-item img{
    width: 100%;

}

/* appoinment section */
.appoinment{
        margin: 35px 0;
    padding: 35px 0;
}
.appoinment-content{}
.appoinment-content form{
    /* width: 900px; */
    padding: 50px;
    box-sizing: border-box;
    margin: 0 auto;
    box-shadow: 0px 0px 6px black;
    border-radius: 4px;
}
.appoinment-content form h1{
    text-transform: uppercase;
    font-size: 30px;
}
.appoinment-content form h1 span{
    color: #00c7aa;
}
.form-card{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.input-fild{
    width: 30%;
    margin-bottom: 25px;

}
.input-fild h2{
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 400;
}
.input-fild input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #00c7aa;
    outline: none;
}
.input-fild select{
    width: 100%;
    padding: 10px;
    border: 1px solid #00c7aa;
}
.input-fild select option{}
.appoinment-content form button{}

/* about section */
.about{
    margin: 35px 0;
    padding: 35px 0;
}
.about-content{}
.about-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-card-item{
    width: 48%;
}
.about-card-item img{
    width: 80%;
}
.about-card-item h2{
    text-transform: capitalize;
    font-size: 40px;
    margin-bottom: 30px;
}
.about-card-item h2 span{
    color: #00c7aa;
}
.about-card-item p{
    width: 70%;
    line-height: 2;
    margin-bottom: 40px;
}
.about-card-item button{}

/* treatment section */
.treatment{
    margin: 35px 0;
    padding: 35px 0;
}
.treatment-content{}
.treatment-content h4{
    font-size: 40px;
    text-align: center;
    text-transform: capitalize;
}
.treatment-content h4 span{
    color: #00c7aa;
}
.treatment-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.treatment-card-item{
    width: 19%;
}
.treatment-card-item img{}
.treatment-card-item h2{
    font-size: 26px;
    margin: 10px 0;
    color: #252525;
}
.treatment-card-item p{
    line-height: 1.5;
    color: #252525;
    margin-bottom: 20px;
}
.treatment-card-item button{
    background: transparent;
    color: #00c7aa;
    padding-left: 0;
}
.treatment-item-img{
    width: 100%;
}

/* doctors section */
.doctors{
    margin: 35px 0;
    padding: 35px 0;
    background: #00c7aa;
    height: auto;
}
.doctors-content{}
.doctors-content h4{
    text-transform: capitalize;
    margin-bottom: 70px;
    font-size: 40px;
    text-align: center;
}
.doctors-content h4 span{
    color: #fff;
}
.doctors-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.doctors-card-item{
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px;
    width: 30%;
}
.doctors-card-item img{
    position: absolute;
    width: 95%;
    top: -30px;

}
.doctors-card-item h2{
    text-transform: capitalize;
    font-size: 26px;
    padding-top: 377px;
}
.doctors-card-item h3{
    text-transform: uppercase;
    font-size: 20px;
    color: #00c7aa;
    margin: 10px 0;
}
.doctors-card-item ul{
    margin-bottom: 20px;
}
.doctors-card-item ul li{
    display: inline;
}
.doctors-card-item ul li a{
    color: black;

}

/* testimonial section */
.testimonial{
    margin: 35px 0;
    padding: 35px 0;
}
.testimonial-content{}
.testimonial-content h2{
    text-transform: uppercase;
    font-size: 40px;
    color: #00c7aa;
}
.testimonial-value{}
.testimonial-value-item{
    width: 85%;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 0px 6px #2525;
    border-radius: 4px;
    margin-top: 30px;

}
.testimonial-value-item h3{
    text-transform: capitalize;
    font-size: 20px;
    color: #00c7aa;
    margin-bottom: 10px;
}
.testimonial-value-item h4{
    color: #252525;
    font-size: 20px;
    margin-bottom: 10px;
}
.testimonial-value-item p{
    color: #252525;
    font-size: 20px;
    line-height: 1.5;
}
.fa-quote-left{
    position: absolute;
    right: 35px;
    top: 35px;
    font-size: 25px;
    color: #00c7aa;
}

/* touch section */
.touch{
    margin: 35px 0;
    padding: 35px 0;
}
.touch-content{}
.touch-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.touch-card-item{
    width: 48%;
}
.touch-card-item h2{
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.touch-card-item form{}
.touch-card-item input{
    border: 1px solid #00c7aa;
    padding: 10px;
    width: 80%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.touch-card-item textarea{
    padding: 10px;
    border: 1px solid #00c7aa;
    width: 80%;
    box-sizing: border-box;
    height: 150px;
}
.touch-card-item textarea::placeholder{
    padding-top: 55px;
}
.touch-card-item button{
    display: block;
    margin-top: 20px;
    width: 156px;
    height: 65px;
    background: #00c7aa;
}
.touch-card-item img{
    width: 90%;
}

/* footer section */
.footer{
    padding: 70px 0;
    background: #252525;
    color: white;
}
.footer-content{}
.footer-logo-card{
    display: flex;
    align-items: center;

}
.footer-logo-item{}
.footer-logo-item img{}
.footer-logo-item form{
    position: relative;
}
.footer-logo-item form input{
    border: none;
    outline: none;
    padding: 10px;
    width: 999px;
    box-sizing: border-box;
    font-size: 14px;
    background: transparent;
    border-bottom: 1px solid white;
}
.footer-logo-item form button{
    position: absolute;
    background: transparent;
}
.footer-card{
    display: flex;
    justify-content: space-between;
}
.footer-card-item{
    width: 23%;
}
.footer-box{
    height: 17px;
    width: 17px;
    background: #00c7aa;
    display: inline-block;
}
.footer-m-heading{
    text-transform: uppercase;
    
}
.footer-address h2{
    display: inline;
}
.footer-address{}
.footer-address h2{}
.footer-address-area{
    margin: 25px 0;
}
.footer-address-area ul{
    list-style: none;
}
.footer-address-area ul li{}
.footer-address-area ul li a{
    color: white;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}
.footer-address-link{}
.footer-address-link ul{}
.footer-address-link ul li{
    display: inline;
    margin-right: 10px;
}
.footer-address-link ul li a{
    color: white;
}
.footer-link{}
.footer-link h2{
    display: inline;
}
.footer-link ul{
    list-style: none;
    margin-top: 25px;
}
.footer-link ul li{}
.footer-link ul li a{
    color: white;
    text-transform: capitalize;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}
.footer-post{}
.footer-post h2{
    display: inline;
}
.footer-post-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
        margin-top: 25px;
}
.footer-post-item{
    width: 49%;
}
.footer-post-item img{}
.footer-post-item img h2{}
.footer-news{}
.footer-news h2{
    display: inline-block;
}
.footer-news-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
        margin-top: 25px;
}
.footer-news-card-item{
        width: 49%;

}
.footer-news-card-item img{}
.footer-news-card-item h2{}
.footer-copyright{}
.footer-copyright p{
    text-align: center;
    margin: 35px 0;
}

/* responsive for mobile device */
@media only screen and (min-width: 300px) and (max-width: 768px){
.allpart{}
.top{}
.top-content{}
.top-card{}
.top-card-item{
    margin-right: 20px;
}
.top-icon{}
.top-card-item span{}

/* header section */
.header{}
.header-content{}
.header-card{}
.header-card-item{
    position: relative;

}
.header-logo{}
.header-logo a{}
.header-logo a img{}
.header-navigation{
        position: absolute;
        left: 0;
        top: 142px;
        background: #00c7aa;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        height: 100%;
        display: none;
        /* z-index: 10000; */
}
.header-navigation ul{}
.header-navigation ul li{
    display: block;
    margin-bottom: 10px;
}
.header-navigation ul li a{}
.header-navigation ul li a:hover{}
.header-btn{}
.header-btn button{
    padding: 10px;
}
.header-search{
            top: 30px;
        right: 10px;
        width: 90%;
}
.mobile-menu{
    display: block;
    font-size: 20px;
}

/* banner section */
.banner{}
.banner-content{}
.banner-card{
    flex-direction: column;
}
.banner-card-item{
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}
.fa-circle-play{}
.banner-card-item h2{}
.banner-card-item h2 span{}
.banner-card-item p{
    width: 100%;
}
.banner-card-item button{}
.banner-card-item img{}
.banner-img{
    order: -1;
}

/* appoinment section */
.appoinment{}
.appoinment-content{}
.appoinment-content form{}
.appoinment-content form h1{}
.appoinment-content form h1 span{}
.form-card{}
.input-fild{
    width: 100%;
}
.input-fild h2{}
.input-fild input{}
.input-fild select{}
.input-fild select option{}
.appoinment-content form button{}

/* about section */
.about{}
.about-content{}
.about-card{
    flex-direction: column;
}
.about-card-item{
    width: 100%;
    margin-bottom: 20px;
}
.about-card-item img{
    width: 100%;
}
.about-card-item h2{}
.about-card-item h2 span{
    color: #00c7aa;
}
.about-card-item p{
    width: 100%;
}
.about-card-item button{
    display: block;
    margin: 0 auto;
}

/* treatment section */
.treatment{}
.treatment-content{}
.treatment-content h4{}
.treatment-content h4 span{}
.treatment-card{
    flex-direction: column;
}
.treatment-card-item{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.treatment-card-item img{}
.treatment-card-item h2{}
.treatment-card-item p{}
.treatment-card-item button{}
.treatment-item-img{}

/* doctors section */
.doctors{}
.doctors-content{}
.doctors-content h4{}
.doctors-content h4 span{}
.doctors-card{
    flex-direction: column;
}
.doctors-card-item{
    margin-bottom: 55px;
    width: 85%;
}
.doctors-card-item img{
    width: 85%;
}
.doctors-card-item h2{
    padding-top: 205px;
}
.doctors-card-item h3{}
.doctors-card-item ul{}
.doctors-card-item ul li{}
.doctors-card-item ul li a{}

/* testimonial section */
.testimonial{}
.testimonial-content{}
.testimonial-content h2{}
.testimonial-value{}
.testimonial-value-item{}
.testimonial-value-item h3{}
.testimonial-value-item h4{}
.testimonial-value-item p{
    font-size: 14px;
}
.fa-quote-left{
    top: 18px;
    right: 18px;

}

/* touch section */
.touch{}
.touch-content{}
.touch-card{
    flex-direction: column;

}
.touch-card-item{
    width: 100%;
    margin-bottom: 40px;
}
.touch-card-item h2{}
.touch-card-item form{}
.touch-card-item input{
    width: 100%;
}
.touch-card-item textarea{
    width: 100%;
}
.touch-card-item textarea::placeholder{}
.touch-card-item button{
    height: auto;
        width: auto;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
}
.touch-card-item img{}

/* footer section */
.footer{}
.footer-content{}
.footer-logo-card{}
.footer-logo-item{}
.footer-logo-item img{}
.footer-logo-item form{}
.footer-logo-item form input{
    width: 58%;
}
.footer-logo-item form button{}
.footer-card{
    flex-direction: column;
}
.footer-card-item{
    width: 100%;
    margin-bottom: 50px;
}
.footer-box{}
.footer-m-heading{}
.footer-address h2{}
.footer-address{}
.footer-address h2{}
.footer-address-area{}
.footer-address-area ul{}
.footer-address-area ul li{}
.footer-address-area ul li a{}
.footer-address-link{}
.footer-address-link ul{}
.footer-address-link ul li{}
.footer-address-link ul li a{}
.footer-link{}
.footer-link h2{}
.footer-link ul{}
.footer-link ul li{}
.footer-link ul li a{}
.footer-post{}
.footer-post h2{}
.footer-post-card{}
.footer-post-item{}
.footer-post-item img{}
.footer-post-item img h2{}
.footer-news{}
.footer-news h2{}
.footer-news-card{}
.footer-news-card-item{}
.footer-news-card-item img{}
.footer-news-card-item h2{}
.footer-copyright{}
.footer-copyright p{}
}

/* responsive for laptop */
@media only screen and (min-width: 1024px){
    .footer-logo-item form input{
        width: 100%;
    }
 
}