*{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p , ul{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Roboto', sans-serif;
}
header{

}
.header_top{
    display: flex;
    align-items: center;
    padding: 30px 0px;
}
.header_logo{

}
.header_logo img{
    margin-left: 20px;
}
.header_top_info{
    display: flex;
    justify-content: end;
}
.info_items{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 24px;
}
.info_icon{
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info_icon i{
    font-size: 26px;
    color: #f69165;
}
.header_info{

}
.header_info h5{
    font-size: 18px;
    font-weight: 700;
    color: #363636;
}
.header_info h6{
    font-size: 15px;
    color: #a0a0a0;
}
.header_main{
    background-color: #00cce1;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
.nav-item{margin-right: 0px;}
.nav-link{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    font-weight: 600;
    transition: .5s all ease-in-out;
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
    padding: 16px;
    margin: 0px 8px;
}
.nav-link:hover{
    background-color: #d94d10;
    color: #fff;
}
.nav-link a{
    
}
.btn_apointment{
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
    font-size: 16px;
    background-color: #f69165;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 0px;
    font-weight: 600;
    transition: .8s all ease-in-out;
}
.btn_apointment:hover {
    background-color: #d94d10;
    color: #fff;
}
.btn_apointment i{
    margin-right: 10px;
}
.carousel_section{
    background-image: url(../images/carousel_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
    position: relative;
}
.my_carousel{position: static;}
.carousel_infoArea{
    display: flex;
    align-items: center;
    height: 80vh;
}
.carousel_info{
}
.carousel_info h2{
    background: #00cce1;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding: 7px 10px;
    display: inline-block;
    text-transform: uppercase;
}
.carousel_info h1{
    background: #f69165;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    padding: 7px 10px;
    display: table;
    margin-top: 15px;
    text-transform: uppercase;
}
.carousel_info p{
    color: #636363;
    padding: 20px 0px;
    line-height: 33px;
    font-size: 16px;
}
.carousel_info_02 h2{
    background: no-repeat;
    color: #00cce1;
    font-size: 38px;
    padding: 0;
}
.carousel_info_02 h1{
    background: no-repeat;
    color: #f69165;
    font-size: 56px;
    padding: 0;
}
.carousel_btn{

}
.btn_learnMore{
    background: #f69165;
    color: #fff;
    padding: 7px 21px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0px;
    transition: .8s all ease-in-out;
}
.btn_learnMore:hover{
    background-color: #d94d10;
    color: #fff;
}
.btn_bookNow{
    background: #00cce1;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 21px;
    font-weight: 600;
    border-radius: 0px;
    margin-left: 20px;
    transition: .8s all ease-in-out;
}
.btn_bookNow:hover{
    background-color: #066d79;
    color: #fff;
}
.carousel_imaages{
    position: absolute;
    width: 50%;
    bottom: 0;
}
.carousel_imaages img{
}
.carousel_section .owl-dots{
    position: absolute;
    bottom: 50px;
    left: 50%;
}
.carousel_section .owl-dots .owl-dot{

}
.carousel_section .owl-dots .active span{
    background-color: #00cce1 !important;
}
.carousel_section .owl-dots .owl-dot span{
    display: block;
    width: 10px;
    height: 10px;
    background-color: #f69165;
    border-radius: 50%;
    margin: 0px 2px;
}
.my_carousel .owl-nav{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.my_carousel .owl-nav .owl-prev span{
    width: 20px;
    display: flex;
    height: 26px;
    background: #00cce1;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    position: absolute;
    left: 0;
    bottom: 50%;
}
.my_carousel .owl-nav .owl-next span{
    width: 20px;
    display: flex;
    height: 26px;
    background: #f69165;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    position: absolute;
    right: 0;
    bottom: 50%;
}


.welcome_section{

position: relative;
}
.welcome_image{

}
.welcome_image img{

position: absolute;

width: 38%;

bottom: 0;

left: 3%;
}
.welcome_infoArea{

}
.welcome_info_title{

}
.welcome_info_title h1{

font-size: 33px;

font-weight: 700;

margin-top: 50px;

padding: 10px 0px;
}
.welcome_info_title p{

color: #707070;

font-size: 16px;

margin-bottom: 40px;

line-height: 27px;
}
.welcome_info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.info_unit{
    width: 47%;
    margin-bottom: 25px;
}
.info_unit h6{

font-size: 18px;

font-weight: 700;

color: #363636;

padding: 10px 0px 3px 0px;
}
.info_unit p{

color: #707070;

font-size: 15px;
}
.images{

}
.images img{
    width: 10%;
}
.section_titleArea{
    display: flex;
    justify-content: center;
}
.section_title{

text-align: center;
}
.section_title h1{font-size: 30px;text-transform: capitalize;font-weight: 700;}
.section_title p{
    font-size: 16px;
    color: #707070;
}
.title_logo{

}
.title_logo img{
    padding: 10px 0px;
    width: 10%;
}
.doctor_section{
    background-color: #f9f9f9;
    padding: 50px 0px;
}
.doctors_infoArea{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.doctors_info{

}
.doctors_info .info_unit{
    width: 90%;
    border-bottom: 5px solid #00cce1;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    transition: .5s all ease-in-out;
}
.doctors_info .info_unit h6{
    margin-top: 20px;
    font-weight: 800;
}
.doctors_info .info_unit:hover h6{
    color: #f69165;
}
.doctors_info .info_unit p{
    text-transform: capitalize;
}
.doctors_info .info_unit .images{
    position: relative;
    width: 100%;
}
.doctors_info .info_unit .images img{
    width: 100%;
}
.doctors_info .info_unit .images::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    opacity: .5;
    transition: .8s all ease-in-out;
}
.doctors_info .info_unit:hover ::after{
    height: 100%;
}
.doctors_icon{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 60%;
    left: 30%;
    z-index: -1;
}
.doctors_info .info_unit:hover{
    border-color: #f69165;
}
.doctors_info .info_unit:hover .doctors_icon{
   z-index: 0;
}
.social_icon{
    width: 30px;
    height: 30px;
    background: transparent;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    transition: .01s all ease-in-out;
    cursor: pointer;
}
.social_icon:hover{
    background-color: #f69165;
    border: none;
}
.social_icon i{
    color: #fff;
}
.service_section{
    background: none;
}
.section_titleArea{

}
.service_infoArea{

display: flex;

flex-wrap: wrap;
margin-top: 30px;
}
.service_info{
    border: 3px solid #ebebeb;
    margin: 10px;
    width: 30%;
    padding: 16px;
}
.service_info .info_unit{
    display: flex;
    margin-bottom: 15px;
    width: 100%;
}
.service_info .images{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_info .images img{
    width: 90%;
}
.service_info .image_info{
    width: 60%;
    margin-left: 10px;
}
.service_info .image_info h6{
    padding: 10px 0px;
    font-weight: 700;
}
.service_info p{
    color: #707070;
    font-size: 16px;
    margin-bottom: 20px;
}
.service_info a{
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
}
.service_info a i{
    padding: 0px 5px;
    font-weight: 800;
}
.service_info:hover h6{
    color: #f69165;
}
.service_info:hover a{
    color: #f69165;
}
.service_info:hover{
    border-color: #f69165;
    transition: .8s all ease-in-out;
}
.pricing_section{
    background-color: #f9f9f9;
    padding: 50px 0px;
}
.pricing_box{
    margin-top: 50px;
    background-color: #fff;
    padding: 5px;
    text-align: center;
    color: #00cce1;
    transition: .8s all ease-in-out;
}
.box_title{

background-color: #f9f9f9;

padding: 20px 0px;
}
.box_title h3{

font-weight: 700;
}
.box_title p{

color: #707070;
}
.price{

padding: 20px 0px;
}
.price h1{

font-weight: 700;
}
.price p{
    text-transform: capitalize;
}
.price_info{

background-color: #f9f9f9;
}
.price_info p{

color: #707070;

padding: 20px 70px;

line-height: 35px;
}
.btn_signUp{

margin-bottom: 30px;

margin-top: 16px;

clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);

padding: 7px 21px;
background-color: #00cce1;
}
.pricing_box:hover{
    background-color: #f69165;
    color: #fff;
}
.pricing_box:hover .btn_signUp{
    background-color: #f69165;
}
.pricing_box:hover .box_title h3{
    color: #f69165;
}
.tm_carouselArea{
    background-image: url(../images/testimonial_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    border-bottom: 2px solid #050505;
    position: relative;
}
.tm_carouselArea::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: -1;
}
.tm_carouselArea .section_titleArea .section_title h1{
    color: #fff;
    margin-top: 50px;
}
.tm_carouselArea .section_titleArea p{
    color: #fff;
    margin-bottom: 30px;
}
.tm_carousel{
    
margin-bottom: 70px;
}
.tm_carousel .tm_carousel_images{

width: 100px;

height: 100px;

display: flex;

align-items: center;

justify-content: center;
}
.tm_carousel .tm_carousel_images img{
    
}
.tm_carousel .owl-nav{
    display: block !important;
}
.tm_carousel .owl-nav{
    
}
.tm_carousel .owl-nav .owl-prev{
    display: flex;
    justify-content: center;
    align-items: center;
}
.tm_carousel .owl-nav .owl-prev span{
    width: 20px;
    height: 20px;
    background-color: #00cce1;
    position: absolute;
    left: 0;
    bottom: 38%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.tm_carousel .owl-nav{
    
}
.tm_carousel .owl-nav .owl-next{
    display: flex;
    justify-content: center;
    align-items: center;
}
.tm_carousel.owl-drag .owl-item{
    display: flex;
    justify-content: center;
}
.tm_carousel .owl-nav .owl-next span{
    width: 20px;
    height: 20px;
    background-color: #f69165;
    position: absolute;
    right: 0;
    bottom: 38%;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer{
    background-image: url(../images/footer_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer_top{
    padding: 50px 0px;
}
.footer_info{

}
.footer_info_title{

}
.footer_info_title h4{

color: #fff;

font-size: 24px;

text-transform: capitalize;

font-weight: 600;

margin-bottom: 30px;
}
.footer_info_title img{

}
.footer_info_content{

}
.footer_info_contentEnd h5{

padding: 0 !important;
}
.footer_info_content h5{

color: #b4b4b4;

font-size: 15px;

padding: 20px 0px;

margin-bottom: 10px;
}
.footer_content{
transition: .5s all ease-in-out;
margin-bottom: 15px;
cursor: pointer;

display: flex;
}
.content_icon{
    display: flex;
    align-items: center;
    justify-content:   center;
    color: #00cce1;
    width: 10%;
}
.content{
    width: 90%;
    padding-left: 10px;
}
.content_icon i{
    font-size: 30px;
    cursor: pointer;
    margin-right: 10px;
}
.footer_content:hover i, .footer_content:hover a{
    color: #f69165;
}
.footer_content a{

text-decoration: none;

color: #b4b4b4;

font-size: 15px;
}
.footer_content p{

color: #777777;

margin-top: 5px;

font-size: 15px;
}
.content_image{

margin-right: 15px;
}
.content_image img{

}
.footer_signUp{

display: flex;

margin: 30px 0px;

align-items: center;
}
.footer_signUp input{

background: transparent;

border: 1px solid #3d3d3d;

padding: 10px;
}
.footer_signUp input::placeholder{

}
.footer_signUp a{
    padding: 0;
    margin: 0;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: aliceblue;
    background-color: #f69165;
    transition: .6s all ease-in-out;
}
.footer_signUp a:hover{
    background-color: #d94d10;
    color: #fff;
}
.footer_social_icon{
    display: flex;
    align-items: center;
}
.footer_social_icon h6{

color: #fff;

font-size: 20px;

text-transform: capitalize;

font-weight: 600;

margin-right: 10px;
}
.footer_social_icon .social_icon{
    margin-right: 10px;
    border: none;
    background-color: #323232;
    cursor: pointer;
    transition: .6s all ease-in-out;
}
.footer_social_icon .social_icon i{
}
.footer_bottom{
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #b4b4b4;
}
.footer_social_icon .social_icon:hover{
    background-color: #f69165;
}
.footer_bottom p span{
    color: #00cce1;
    font-weight: 600;
}
.footer_bottom p span a{
    text-decoration: none;
    color: #00cce1;
}
.footer_bottom div a:hover{
    color: #049bac;
}