/* 
Theme Name: Cosmedent
Theme URI: https://www.dedote.com/
Description: At the beginning of 2024, we expanded our clinic’s services to become a center that meets medical needs, including general periodic check-ups, treatment and follow-up of diabetes, heart disease, hypertension, acute inflammation treatments, and general pediatric treatments. 
Author: Dedote
Author URI: https://www.dedote.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Add your custom styles here */

#header-section .elementor-widget-theme-site-logo img{
	display: none;
	margin-bottom: -10px;
}
#header-section #menu-main-menu{
	margin-top: -20px;
}
#header-section.she-header .elementor-widget-image img{
	display: none;
}
#header-section.she-header .elementor-widget-theme-site-logo img{
	display: block;
	margin-top: -23px;
	padding-bottom: 20px !important;
}
#header-section.she-header{
	padding-bottom: 0px;
	background-color: #F4EFEC !important;
}
#header-section.she-header #menu-main-menu {
	margin-top: -16px;
}
#header-section.she-header #menu-main-menu li a{
	color: #090347;
}
#header-section.she-header svg{
	fill: #090347;
}
#header-section .elementor-icon svg{
	height: 18px;
	width: 1.3em !important;
}


#search-form search{
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.14) 0px 2px 10px 0px;
	border-radius: 50px;
}

#elementor-popup-modal-690 .dialog-widget-content, #elementor-popup-modal-690 .dialog-lightbox-message{
	width: 100% !important;
}


#about-us-section img, #about-us-section .elementor-widget-video{
	border-radius: 15px;
	-webkit-box-shadow: rgba(99, 99, 99, 0.4) 7px 10px 10px 0px;
	box-shadow: rgba(99, 99, 99, 0.4) 7px 10px 10px 0px;
	-webkit-transition: -webkit-transform .5s, -webkit-filter 1.5s ease-in-out;
	transition: -webkit-transform .5s, -webkit-filter 1.5s ease-in-out;
	transition: transform .5s, filter 1.5s ease-in-out;
	transition: transform .5s, filter 1.5s ease-in-out, -webkit-transform .5s, -webkit-filter 1.5s ease-in-out;
}
#about-us-section #about-cpsmedent-image img{
	box-shadow: none !important;
}
#home-banner-section .elementor-button{
	box-shadow: none !important;
}
.scroll-down {
	border: 2px solid #fff;
	border-radius: 20px;
	bottom: 50px;
	height: 50px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 30px;
}
.scroll-down::before {
		animation: wheel 2s infinite;
		-webkit-animation: wheel 2s infinite;
	background-color: #fff;
	content: '';
	height: 8px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 10px;
	width: 2px;
}
.scroll-down::after {
	content: '';
	position: absolute;
	background-image: url(//theaeonclinic.com/wp-content/themes/aeon/assets/images/svg/down-arrow.svg);
	width: 20px;
	height: 12px;
	bottom: -20px;
	background-size: 20px;
	background-repeat: no-repeat;
	left: 3px;
}
@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}
#home-banner-section .elementor-widget-html{
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%);
}

#our-approach-section .elementor-image-box-img {
	background: #b3947a94;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 50px;
	padding: 12px;
	width: 101px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	transform: translate(-50%);
	position: relative;
	box-shadow: -18px 2px 34px -18px rgba(255, 255, 255, 0.71);
	-webkit-box-shadow: -18px 2px 34px -18px rgba(255, 255, 255, 0.71);
}
#our-approach-section .elementor-image-box-img img{
	width: 50px;
}

#treatment-section .elementor-widget-image .elementor-widget-container{
	overflow: hidden;
	border-radius: 25px;
}
#treatment-section .elementor-widget-image .elementor-widget-container img{
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
#treatment-section .elementor-widget-image .elementor-widget-container img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	border-radius: 25px;
}
.elementor-button{
	text-decoration: none !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

#about-us-section .elementor-image-carousel-wrapper{
	border-radius: 15px;
}

#specialists-section .e-n-tab-title{
	box-shadow: rgba(99, 99, 99, 0.27) 0px 2px 8px 0px;
}

#inner-content .e-con-inner{
	max-width: 608px;
	margin-left: 0 auto;
	margin-right: 0;
}
#gallery-section .elementor-carousel-image, #gallery-section .swiper-slide{
	border-radius: 15px;
	overflow: hidden;
	-webkit-box-shadow: rgba(99, 99, 99, 0.4) 7px 10px 10px 0px;
	box-shadow: rgba(99, 99, 99, 0.4) 7px 10px 10px 0px;
	-webkit-transition: -webkit-transform .5s, -webkit-filter 1.5s ease-in-out;
	transition: -webkit-transform .5s, -webkit-filter 1.5s ease-in-out;
	transition: transform .5s, filter 1.5s ease-in-out;
	transition: transform .5s, filter 1.5s ease-in-out, -webkit-transform .5s, -webkit-filter 1.5s ease-in-out;
}
#gallery-section .elementor-main-swiper{
	padding-bottom: 60px;
}
#gallery-section .swiper-pagination {
	text-align: left;
	bottom: 15px !important;
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 18px;
	padding-left: 10px;
	z-index: 1;
}
#gallery-section .elementor-swiper-button-prev{
	left: unset;
	right: 51%;
	bottom: -6px;
	top: unset !important;
}
#gallery-section .elementor-swiper-button-next{
	right: 44.5%;
	bottom: -6px;
	top: unset !important;
}
#gallery-section .elementor-swiper-button {
	font-size: 15px;
	color: #fff;
	background: var( --e-global-color-primary );
	width: 60px;
	display: flex;
	justify-content: center;
	height: 32px;
	align-items: center;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 50px;
}
#gallery-section .elementor-swiper-button svg{
	fill: #fff;
}

#book-form-section .form-inner{
	display: flex;
	flex-wrap: wrap;
	column-gap: 3%;
	row-gap: 17px;
}
#book-form-section .form-inner .half-column{
	width: 48.5%;
}
#book-form-section .form-inner .half-column input, #book-form-section .form-inner .half-column select {
	height: 50px;
	border-radius: 25px;
	padding: 10px 30px;
	border: 0;
	outline: 0;
	background: #fff;
	color: #0C0449B2;
	border: 1px solid #fff;
}
#book-form-section .form-inner .half-column input:focus, #book-form-section .form-inner .half-column select:focus, #book-form-section .form-inner .full-column textarea:focus{
	border: 1px solid var( --e-global-color-secondary );
}
#book-form-section .form-inner .half-column select, #career-section .form-inner .half-column select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
#book-form-section .form-inner .full-column{
	width: 100%;
}
#book-form-section .form-inner .full-column textarea{
	border: 0;
	outline: 0;
	height: 165px;
	border-radius: 15px;
	padding: 20px 30px;
	resize: none;
	border: 1px solid #fff;
}
#book-form-section .book-button{
	text-align: center;
}
#book-form-section .wpcf7-spinner{
	display: none;
}
#book-form-section .book-appoint-wraper .wpcf7-submit {
	background: #BCA18A;
	text-transform: uppercase;
	border: 0;
	margin-top: 25px;
	max-width: 200px;
	width: 100%;
	height: 52px;
	border-radius: 25px;
	color: #fff;
	font-size: 17px;
	line-height: 32px;
	transition: 0.4s;
}
#book-form-section .book-appoint-wraper .wpcf7-submit:hover{
	background: #0C0449;
}
#book-form-section .treatment-arrow, #career-section .treatment-arrow{
	position: relative;
}
#book-form-section .treatment-arrow:after, #career-section .treatment-arrow:after{
	content: '';
	position: absolute;
	background: url("https://dev.footage.ae/cosmedent/wp-content/uploads/2024/09/down-arrow.svg");
	background-size: auto;
	background-size: auto;
	right: 13px;
	width: 30px;
	height: 30px;
	z-index: 999;
	background-size: cover;
	bottom: 9px;
}
#career-section .treatment-arrow::after {
	bottom: 13px;
}
.pp-breadcrumbs a, .pp-breadcrumbs .pp-icon{
	transition: 0.7s !important;
}



#single-doctor-content ul{
	padding: 0;
	margin-top: 6px;
	padding-left: 15px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0C0449B2;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #0C0449B2;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #0C0449B2;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #0C0449B2;
	opacity: 1;
}
/* 
#aftr-before-image .pp-image-comparison{
	height: 445px !important;
}
#aftr-before-image .twentytwenty-container img {
	height: 445px !important;
	border-radius: 20px;
}
#aftr-before-image .twentytwenty-overlay{
	border-radius: 20px;
} */


#treatment-page-section .pp-grid-item{
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#treatment-page-section .pp-post-thumbnail-wrap{
	overflow: hidden;
	margin-bottom: -5px;
	-webkit-transition: .7s ease;
	transition: .7s ease;
	border-radius: 15px 15px 0 0;
}
#treatment-page-section .pp-grid-item:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#treatment-page-section .treatment-column{
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#treatment-page-section .treatment-column .elementor-widget-image{
	overflow: hidden;
	-webkit-transition: .7s ease;
	transition: .7s ease;
	border-radius: 15px 15px 0 0;
}
#treatment-page-section .treatment-column .elementor-widget-image img{
	-webkit-transition: .7s ease;
	transition: .7s ease;
}
#treatment-page-section .treatment-column:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);	
}


#meet-specialists-section .pp-tm-image{
	margin-bottom: -5px;
}
#meet-specialists-section .pp-tm-content {
  border-radius: 0 0 15px 15px;
}
#meet-specialists-section .elementor-button{
	fill: #0C0449;
	box-shadow: none !important;
}
#meet-specialists-section .team-column .elementor-button-text{
	opacity: 0;
	transition: .4s;
}
#meet-specialists-section .team-column{
	transition: .4s;
	position: relative;
	box-shadow: rgba(203, 191, 191, 0.48) 7px 6px 7px 0px;
	border-radius: 15px;
	background-color: #F4EFEC;
}
#meet-specialists-section .team-column:hover .elementor-button-text{
	opacity: 1;
	transition: .4s;
}
#meet-specialists-section .team-column .elementor-button-icon{
	margin-left: -84px;
	transition: .7s;
}
#meet-specialists-section .team-column:hover .elementor-button-icon{
	margin-left: 0px;
}
#meet-specialists-section .elementor-button-icon svg {
	width: 22px;
	margin-top: -6px;
	transition: .7s;
	transform: rotate(-44deg);
}
#meet-specialists-section .team-column:hover .elementor-button-icon svg {
	margin-top: -3px;
	transform: rotate(0deg);
}
#meet-specialists-section .team-column .elementor-widget-button{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
}
#meet-specialists-section .team-column .pp-tm-image, #meet-specialists-section .team-column .pp-tm-image img{
	overflow: hidden;
	-webkit-transition: .7s ease;
	transition: .7s ease;
	border-radius: 15px 15px 0 0;
}
#meet-specialists-section .team-column:hover .pp-tm-image img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#team-counter-section .elementor-counter-title{
	text-align: center;
	margin-top: 26px;
}
#team-counter-section .elementor-counter-number-wrapper{
	width: 115px;
	height: 115px;
	max-width: 115px;
	margin: 0 auto;
	line-height: 115px;
	border-radius: 50%;
	background: #bba28a;
	color: #fff;
	box-shadow: rgba(68, 59, 59, 0.02) 22px 1px 24px 16px, rgba(90, 96, 102, 0.15) 0px 0px 8px 14px;
}


#contact-derails-section .image-col{
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 7px 10px 10px 0px;
	box-shadow: rgba(99, 99, 99, 0.2) 7px 10px 10px 0px;
}
#contact-derails-section .elementor-icon-box-description, 
#contact-derails-section .elementor-icon-box-description a{
	font-size: 18px;
	color: #3D3739;
	transition: .4s;
}
#contact-derails-section .elementor-icon-box-description a:hover{
	color: #A7886D;
}
#contact-message-section .form-inner{
	display: flex;
	flex-wrap: wrap;
	column-gap: 3%;
	row-gap: 20px;
}
#contact-message-section .form-inner .half-column{
	width: 48.5%;
}
#contact-message-section .form-inner .half-column input{
	height: 57px;
	border-radius: 25px;
	padding: 10px 30px;
	border: 0;
	outline: 0;
	background: #fff;
	color: #0C0449B2;
	border: 1px solid #fff;
}
#contact-message-section .form-inner .half-column input:focus, #contact-message-section .form-inner .full-column textarea:focus{
	border: 1px solid #090347;
}
#contact-message-section .form-inner .full-column{
	width: 100%;
}
#contact-message-section .form-inner .full-column textarea{
	border: 0;
	outline: 0;
	height: 195px;
	border-radius: 15px;
	padding: 20px 30px;
	resize: none;
	border: 1px solid #fff;
}
#contact-message-section .book-button{
	text-align: center;
}
#contact-message-section .wpcf7-spinner{
	display: none;
}
#contact-message-section .book-appoint-wraper .wpcf7-submit {
	background: #BCA18A;
	text-transform: uppercase;
	border: 0;
	margin-top: 25px;
	max-width: 200px;
	width: 100%;
	height: 52px;
	border-radius: 25px;
	color: #fff;
	font-size: 17px;
	line-height: 32px;
	transition: 0.4s;
}
#contact-message-section .book-appoint-wraper .wpcf7-submit:hover{
	background: #0C0449;
}

#career-section #contact-message-section .form-inner .half-column input{
	border: 1px solid #0e3776a1;
}
#career-section #contact-message-section .form-inner .half-column select{
	height: 57px;
	border-radius: 25px;
	padding: 10px 30px;
	border: 0;
	outline: 0;
	background: #fff;
	color: #0C0449B2;
	border: 1px solid #0e3776a1;
}
#career-section #contact-message-section .book-appoint-wraper .wpcf7-submit {
	max-width: 260px;
	height: 60px;
	border-radius: 50px;
}
#career-section #contact-message-section .form-inner .full-column textarea{
	height: 185px;
	border: 1px solid #0e3776a1;
}
#career-section label{
	margin-bottom: 12px;
	margin-top: 15px;
	font-size: 25px;
	font-family: "Classico", Sans-serif;
	font-weight: 600;
	color: #0b0347;
	letter-spacing: 2.4px;
}
input[type="file"].file-upload {
	background-color: #0A0448CF;
	color: #fff !important;
	padding: 15px 30px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

input[type="file"].file-upload::-webkit-file-upload-button {
    background-color: #4CAF50; /* Background color of the file upload button */
    color: white; /* Text color of the button */
    padding: 10px 20px; /* Padding inside the button */
    border: none; /* Remove border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer on hover */
}

input[type="file"].file-upload::-ms-browse {
    background-color: #4CAF50; /* Background color for IE/Edge */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

input[type="file"].file-upload::before {
    content: 'Upload File'; /* Customize the button text */
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.error404 #site-header, .error404 #site-footer{
	display: none;
}
.error404 h1{
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: black;
}

.form-recaptcha{
	margin-top: 25px;
}

/*======================================
 * 		Footer Section Style 
 * ====================================*/

#footer-section .menu-item a{
	display: inline-block;
	transition: .6s;
}
#footer-section .menu-item a:hover{
	transition: .7s;
}
#footer-section .sub-form{
	display: flex;
	background: #fff;
	padding: 0 20px;
	border-radius: 50px;
	padding-right: 0;
}
#footer-section .sub-form .button-sub{
	background: #0b0347;
	padding: 0 15px;
	border-radius: 0 50px 50px 0;
}
#footer-section .sub-form .button-sub input{
	color: #fff;
	line-height: 9px;
	font-size: 15px;
	top: -1px;
	position: relative;
}
#footer-section input{
	outline: 0;
	border: none;
	height: 45px;
	padding: 0 5px;
	border-radius: 50px;
}
#footer-section input:focus{
	outline: 0;
}
#footer-section input[type="submit"]{
	background: transparent;
	border: none;
	padding: 0;
}
#footer-section .wpcf7-spinner{
	display: none;
}
/* .wpcf7-response-output{
	display: none !important;
} */
#footer-section .wpcf7-not-valid-tip{
	position: absolute;
	bottom: -40px;
	left: 0;
}


@media only screen and (max-width: 1600px) {
	#gallery-section .elementor-swiper-button-prev{
		right: 54%;
	}
	#gallery-section .elementor-swiper-button-next{
		right: 44%;
	}
}

@media only screen and (max-width: 1024px){
	#footer-section .sub-form {
		max-width: 480px;
	}
	
	#aftr-before-image img{
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
	
		#specialists-section .e-n-tabs{
		flex-wrap: wrap;
	}
	#specialists-section .e-n-tabs-heading{
		flex-basis: unset;
		width: 100%;
		display: flex;
		gap: unset;
		column-gap: 10px;
		row-gap: 12px;
		justify-content: center;
		flex-direction: inherit;
	}
	#specialists-section .e-n-tab-title{
		display: inline-block;
		padding: 10px 25px;
	}
	#specialists-section .elementor-widget-n-tabs .e-n-tab-title-text{
		font-size: 13px;
	}

	#contact-derails-section .elementor-icon-box-description, #contact-derails-section .elementor-icon-box-description a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 880px){
	.doctor-popup .image-col{
		background-image: unset !important;
	}
	.doctor-popup .image-col img{
		opacity: 1 !important;
	}
}

@media only screen and (max-width: 767px){
	#mobile-header.she-header{
		background-color: #0C0449DB !important;
	}
	#mobile-header-inner.she-header{
		background-color: #fff !important;
	}
	.pp-menu-off-canvas .pp-advanced-menu{
		margin-top: 30px;
	}

	#about-us-section #about-cpsmedent-image img {
		width: 100%;
	}


	#specialists-section .e-n-tabs{
		flex-wrap: wrap;
	}
	#specialists-section .e-n-tabs-heading{
		flex-basis: unset;
		width: 100%;
		display: flex;
		gap: unset;
		column-gap: 7px;
		row-gap: 8px;
		justify-content: center;
		flex-direction: inherit;
	}
	#specialists-section .e-n-tab-title{
		display: inline-block;
		padding: 10px 15px;
	}
	#specialists-section .elementor-widget-n-tabs .e-n-tab-title-text{
		font-size: 10px;
	}

	
	#specialists-section img{
		height: 100%;
	}
	
	
	#ht-ctc-chat{
		bottom: 65px !important;
		right: 5px !important;
	}
	#ht-ctc-chat .ctc-analytics{
		padding: 10px !important;
	}
	#ht-ctc-chat .ctc-analytics svg{
		height: 20px !important;
		width: 20px !important;
	}
	.progress-wrap {
		bottom: 16px !important;
		height: 40px !important;
		width: 40px !important;
		right: 5px !important;
	}
	.progress-wrap::after {
		width: 40px !important;
		height: 40px !important;
		line-height: 40px !important;
	}

	#team-counter-section .elementor-counter-number-wrapper {
		width: 90px;
		height: 90px;
		max-width: 90px;
		line-height: 90px;
	}
	#team-counter-section .elementor-counter-title {
		margin-top: 15px;
	}

	.pp-image-gallery-thumbnail img {
		width: 100%;
	}
}

@media only screen and (max-width: 600px){
	#treatment-section .e-con-inner{
		padding-top: 0px !important;
	}
	#treatment-section .treat-col{
		width: 100%;
		margin: 0;
		margin-top: 30px !important;
	}
	#contact-message-section .form-inner .half-column {
		width: 100%;
	}
	#contact-message-section .form-inner .half-column input {
		height: 48px;
	}
	#contact-message-section .form-inner {
		row-gap: 12px;
	}
	#contact-message-section .form-inner .full-column textarea {
		height: 150px;
	}
	
	#meet-specialists-section .e-grid{
		--e-con-grid-template-columns: repeat(1, 1fr);
	}
	#treatment-section .elementor-widget-image .elementor-widget-container a{
		width: 100%;
	}
	
	.doctror-single-content img{
		height: 100% !important;
	}
}

@media only screen and (max-width: 560px){
	#footer-section .footer-column{
		width: 100%;
		margin-top: 30px;
	}
	#footer-section .footer-column:first-child{
		margin-top: 0;
	}
	#footer-section .footer-column h2, #footer-section .footer-column .elementor-widget-text-editor, #footer-section .footer-column .elementor-nav-menu, #footer-section .footer-column .elementor-widget-image, #footer-section .footer-column .elementor-social-icons-wrapper{
		text-align: center;
	}
	#footer-section .footer-column h2{
		margin-bottom: -8px !important;
	}
	#footer-section .footer-column .elementor-widget .elementor-icon-list-items {
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
		column-gap: 16px;
	}
	#footer-section .sub-form {
		max-width: 420px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 480px){
	body.pp-menu--off-canvas .pp-menu-off-canvas.pp-menu-869622c {
		width: 100% !important;
	}
}








