/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');


/* Global CSS */
*{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Roboto', sans-serif;
}
a{
	text-decoration: none;
}
ul{
	padding: 0;
}
.no-padding{
	padding: 0;
}

.title{
	margin-bottom: 3%;
	text-align: center;
}
.title h2{	
	font-weight: 600;	
	margin-bottom: 15px;
	font-size: 36px;
}
.title p{	
	margin-top: 18px;
	padding: 0 23%;
    font-weight: 500;
}

/* Header Section */
header{
	padding: 12px 0;
}
.logo img{
	margin-top: 5px;
}
.icon-col{
	display: flex;
	justify-content: right;
	gap: 30px;
}
.header-contact{
	display: flex;
}
.location .header-icons{
	text-align: center;
}
.header-icons{
	width: 50px;
	height: 50px;
}
.header-icons .fa-solid, .header-icons .fa-regular{
	line-height: 50px;
	font-size: 40px;
	color: #f69165;
}
.header-icons .fa-phone-volume{
	font-size: 35px;
}
.icon-info h5{
	margin-bottom: 3px;
	text-transform: capitalize;
	font-weight: 700;
}
.icon-info p{
	font-size: 14px;
    color: #a0a0a0;
}


/* Navbar Section */
.navbar-section{
	background: #00cce1;
}
.navbar{
	direction: rtl;
	padding: 0;
}
.navbar-brand{
	display: none;
}
.appointment, .offcanvas-body{
	direction: ltr;
}
.appointment{
	background: #f69165;
	border-top: 2px solid #f69165;
	border-bottom: 2px solid #f69165;
    padding: 10px 25px;
	-webkit-clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
	clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
	transition: all .3s ease-in-out;
}
.appointment .appoint, .appointment .fa-regular{
    font-size: 17px;
	font-weight: 500;
	color: #fff;
	transition: all .3s ease-in-out;
}
.appointment:hover{
	background: #fff;	
}
.appointment:hover .appoint, .appointment:hover .fa-regular{
	color: #f69165;
}
.navbar-expand-lg .navbar-nav {
    gap: 5px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 12.5px 23px;	
    -webkit-clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
    clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
    color: #fff;
    transition: all .3s ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus {
    background: #f69165;
}
.info{
	display: none;
}
.desktop-hide{
	display: none;
}

/* Banner Section */
.hero-section{
	position: relative;
	background: url('../img/banner-img.jpg') no-repeat center;
	background-size: cover;
}
.particles-js-canvas-el{
	position: absolute;
	top: 0;
	left: 0;
}
.height{
	min-height: 80vh;
}
.hero-content h2, .hero-content h1{
	background: #00cce1;
	display: inline-block;
	padding: 5px 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.hero-content h1{
	background: #f69165;
	margin: 10px 0;
}
.hero-content p{
	margin: 8px 0 24px;
    font-weight: 500;
	color: #636363;
}
.hero-content ul li{
	display: inline-block;
	list-style: none;
}
.hero-content ul li a{
	background: #f69165;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s ease-in-out;
}
.hero-content ul li a.btn-booking{
	background: #00cce1;
}
.hero-content ul li a:hover{
	background: #00cce1;
}
.hero-content ul li a.btn-booking:hover{
	background: #f69165;
}
.second-item h2, .second-item h1 {
    background: transparent;
    padding: 0;
}
.second-item h2 {
    color: #00cce1;
    font-size: 38px;
}
.second-item h1 {
    font-size: 50px;
    color: #f69165;
}
.second-item p {
    margin-top: 0px;
}
.hero-carousel .owl-item img {
	position: absolute;
    display: block;
    width: 44%;
    bottom: 0%;
    right: 6.5%;
}
.hero-person-img img{
	width: 30% !important;	
    right: 15% !important;
}
.hero-carousel .owl-nav button.owl-prev {
    position: absolute;
    background: #f69165;
    left: 0;
}
.hero-carousel .owl-nav button.owl-next {
    position: absolute;
    background: #00cce1;
    right: 0;
}
.hero-carousel .owl-nav button.owl-prev, .hero-carousel .owl-nav button.owl-next {
    color: #fff;
    padding: 0 7px !important;
    font-size: 35px;
    top: 50%;
    transform: translateY(-50%);
}
.hero-carousel .owl-dots {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
}
.hero-carousel button.owl-dot {
    background: #c6ccd0;
    color: #fff;
    border-radius: 50%;
    padding: 7px !important;
    display: inline-block;
    margin: 0 5px;
}
.hero-carousel button.owl-dot.active {
    background: #f69165;
}


/* Welcome Section */
.welcome-section{
	padding: 50px 0 20px 0;
	position: relative;
}
.welcome-img{
	position: absolute;
    width: 40%;
    bottom: 0;
    left: 20px;
}
.height{
/*	min-height: 90vh;*/
}
.wel-hed h2{
	font-size: 36px;
    color: #000000;
    font-weight: 600;
}
.wel-hed p{
	font-size: 16px;
    color: #707070;
    margin-bottom: 40px;
    margin-right: 30px;
}
.wel-content{
	margin-bottom: 14px;
}
.wel-content img{
    width: 36px;
    margin-bottom: 10px;
}
.wel-content h3{
	font-size: 22px;
    color: #363636;
    font-weight: 600;
}
.wel-content p{
	font-size: 15px;
    color: #707070;
    line-height: 24px;
}

/* Doctors Section */
.doctor-section{
	padding: 50px 0;
	background: #f9f9f9;
}
.heading{
	text-align: center;
	margin-bottom: 48px;
}
.heading h2{
	font-size: 36px;
    color: #000000;
}
.heading img{
	margin-bottom: 10px;
}
.heading p{
	font-size: 16px;
	color: #707070;
	margin-bottom: 3px;
}

.team-member{
	position: relative;
	border-bottom: 2px solid #00cce1;
	margin-bottom: 22px;
	transition: all 0.3s ease-in-out;
}
.team-member .person-img{
	position: relative;
}
.team-member .person-img img{
	width: 100%;
	height: auto;
}
.team-member .social-info{
	position: absolute;
	top: 30%;
    left: 27%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
} 
.team-member .social-info ul li{
	list-style: none;
	display: inline;
}
.team-member .social-info ul li .fa-brands{
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    background: transparent;
    text-align: center;
    border: 2px solid #fff
}


.team-member .person-details{
	background: #fff;
	padding: 10px 20px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.team-member .person-details h3{
	text-transform: uppercase;
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.team-member .person-details h4{
	font-size: 18px;
	font-weight: 700;
	color: #8d8f92;
	transition: all 0.3s ease-in-out;
}

.team-member:hover .person-img::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(69, 69, 69, 0.6);
}
.team-member:hover .social-info{
	opacity: 1;
}
.team-member:hover .person-details{
	background: #fff;
}
.team-member:hover .person-details h3{
	color: #f69165;
}
.team-member:hover{
	border-bottom: 2px solid #f69165;
}
.team-member .social-info ul li .fa-brands:hover{
	background: #f69165;
	color: #fff;
	border-color: #f69165;
}

/* Service section */

/* Service Section */
.service-section{
	padding: 5% 0 4%;
}
.service{
	border: 5px solid #ebebeb;
	margin-bottom: 25px;
	padding: 25px 30px 10px;
	transition: all .3s ease-in-out;
}
.service-tag{
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 16px;
}
.service-img{
	width: 41px;
	height: 45px;
}
.service-tag h5{
	font-weight: 600;
	transition: all .3s ease-in-out;
}
.service p {
    font-size: 15px;
    margin-bottom: 12px;
}
.service .read-more{
	color: #707070;
	font-weight: 600;
	transition: all .3s ease-in-out;
}
.service:hover{
	border: 5px solid #f69165;
}
.service:hover h5, .service:hover .read-more{
	color: #f69165;
}

/* Pricing Section */
.pricing-section{
	padding: 50px 0;
	background: #f9f9f9;
}
.price-table{
	border: 5px solid #fff;
    text-align: center;
    padding: 30px 0;
    transition: all 0.3s ease-in-out;
}
.price-table h3{
	font-size: 30px;
    color: #00cce1;
    margin: 3px;
    transition: all 0.3s ease-in-out;
}
.price-table p{
	font-size: 16px;
    color: #707070;
    margin-bottom: 34px;
}
.price{
    background: #fff;
    padding: 30px 0;
    transition: all 0.3s ease-in-out;
}
.price h2{
    font-size: 48px;
    color: #00cce1;
}
.price p{
    font-size: 14px;
    color: #707070;
    margin: 0;
}
.price-p{
	padding: 30px 0;
}
.price-p p{
    margin: 8px;
    font-size: 16px;
    color: #707070;
}
.btn-price{
	font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #00cce1;
    padding: 12px 20px;
    letter-spacing: 0.5px;
    background: #00cce1;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.price-table:hover .btn-price{
	border: 1px solid #f69165;
	background: #f69165;
	color: #fff;
}
.price-table:hover{
	border: 5px solid #f69165;
}
.price-table:hover h3{
	color: #f69165;
}
.price-table:hover .price{
	background: #f69165;
}
.price-table:hover .price h2,
.price-table:hover .price p{
	color: #fff;
}

/* client section */
.client-section{
	position: relative;
	background-image: url(../img/client-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0 80px 0;
	color: #fff;
	z-index: 1;
}
.client-section::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
}
.client-section p{
	color: #fff;
}
.client-section h2{
	color: #fff;
}
.client-section .p-b{
	margin-bottom: 36px;
}
.brand{
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-carousel .brand img{
	width: auto;
}
.brand-carousel .owl-nav.disabled {
    display: block;
}
.brand-carousel .owl-nav button.owl-prev {
    position: absolute;
    background: #f69165;
    left: 0;
}
.brand-carousel .owl-nav button.owl-next {
    position: absolute;
    background: #00cce1;
    right: 0;
}
.brand-carousel .owl-nav button.owl-prev, .brand-carousel .owl-nav button.owl-next {
    color: #fff;
    padding: 0 7px !important;
    font-size: 35px;
    top: 50%;
    transform: translateY(-50%);
}

/* Main Footer Section */
footer{
	background: url(../img/footer-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0;
	color: #fff;
}
.footer-title{
	width: 58%;
	margin-bottom: 30px;
}
.details-p{
	font-size: 15px;
    color: #b4b4b4;
    margin-bottom: 20px;
}

.footer-contact{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.footer-icon {
    font-size: 30px;
    color: #00cce1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 22px;
}
.footer-contact p{
	font-size: 15px;
    color: #b4b4b4;
}

.footer-contact .fa-solid{
    font-size: 30px;
    color: #00cce1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 22px;
}

.footer-title h2{
	font-weight: 600;
	color: #fff;
}

.post-img{

}
.post-details{
	padding: 0 0 0 10px;
}
.post-details h6{
	font-size: 15px;
    color: #b4b4b4;
    font-weight: 400;
    margin-bottom: 10px;
}
.post-details p{
	color: #717171;
	font-size: 15px;
}
.md{
	margin-bottom: 28px;
}

form{
	display: flex;
	padding: 20px 0 30px; 
}
form .form-control{
	border-radius: 0;
    padding: 10px;
}
form input#email{
    background: transparent;
    border: 2px solid #252525;
    color: #b4b4b4;
}
form input::placeholder{
	color: #3d3d3d !important;
}
form input.submit{
	background: #f69165;
	border: 2px solid #f69165;
	width: 40%;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	transition: all .3s ease-in-out;
}
form input.submit:hover{
	background: #00cce1;
	border: 2px solid #00cce1;
}
form .form-control:focus{
	outline: none;
	box-shadow: none;
}
.social-contact{
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.follow h4{
	font-weight: 600;
	color: #fff;
}
.social-media ul{
	display: flex;
	gap: 10px;
	margin-bottom: 0;
}
.social-media ul li{
	background: #323232;
	display: inline-block;
	list-style: none;
	width: 37px;
	height: 37px;
	text-align: center;
	transition: all .3s ease-in-out;
}
.social-media ul li:hover{
	background: #f69165;
}
.social-media ul li a .fa-brands{
	line-height: 37px;
	color: #fff;
}

/* bottom Footer section */
.bottom-footer{
    padding: 30px 0;
    background: #161616;
    color: #fff;
    text-align: center;
}
.bottom-footer p{
    font-size: 16px;
    color: #777777;
    margin: 0;
}
.bottom-footer span{
	color: #00cce1;
	font-weight: 500;
}