@charset 'utf-8';
/*
Theme Name: eprodental Child Theme
Theme URI: 
Description: eprodental Child Theme - Multipurpose and Multiskin Responsive Wordpress theme
Author: eprodental Child Theme
Author URI:  
Template: eprodental
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: eprodental-child
*/


.wpcf7 form.sent .wpcf7-response-output {
    background: #00D06C;
    border: none;
    font-family: Karla !important;
    font-style: normal;
    font-weight: normal !important;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.003em;
    padding: 7px 11px;
    margin: 36px 0 0 0;
    max-width: 508px;
    color: #000000 !important;
}



div.elementor-message{
	background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
}
div.elementor-message-success{
	background-color: #1fc51f;
    color: white;
}




.main-button span.elementor-button-icon {
    font-size: 24px;
}

.main-button span.elementor-button-text {
    position: relative;
    top: 2px;
}


.con-wsopa-icon-box h3 {
	margin:0;
}

.con-ouspfce-number h4 {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;

color: #FFFFFF;
	background:#064848;
	width:62px;
	height:62px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:50%;
}


.con-ouspfce-number-main {
    width: 62px !important;
}

.con-ouspfce-number-main:before {
    content: "" !important;
    display: block !important;
    width: 1px !important;
    height: 94% !important;
    border-left: 1px dashed #064848 !important;
   
    left: 31px !important;
    opacity: 1 !important;
}

.con-ouspfce-number {
    background: #fff;
    padding: 0px 0 8px;
}


.con-ouspfce-noneb:before {
	content:none !important;
	display:none !important;
}


.con-contact-information-bottom input[type=date], .con-contact-information-bottom input[type=email], .con-contact-information-bottom input[type=number], .con-contact-information-bottom input[type=password], .con-contact-information-bottom input[type=search], .con-contact-information-bottom input[type=tel], .con-contact-information-bottom input[type=text], .con-contact-information-bottom input[type=url], .con-contact-information-bottom select, .con-contact-information-bottom textarea {
  
    padding: 19px 15px;
   
}


textarea#form-field-field_bd4b091 {
    height: 109px;
}



.con-contact-information-bottom .elementor-field-type-submit {
    margin-top: 9px;
}


.con-contact-information-bottom button {
    padding: 22px 34px !important;
}


.con-contact-information-bottom .select-caret-down-wrapper {
display:none;
}

.con-contact-information-bottom select  {
-webkit-appearance: none;
    background: url(/wp-content/uploads/2026/04/Vector-1.svg) !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: 84% center !important;
}



.general-button a {
	text-align:left;
}


.p-with-ul ul {
    padding: 0 0 0 26px !important;
}




.con-form .elementor-field-group {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 0 !important;
    align-content: flex-start;
}

.con-form span.elementor-field-option {
    display: flex;
    align-items: center;
    gap: 0px 0px;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: unset !important;
	margin-bottom: 5px;
}


/* Hide the default checkbox */
.con-form .elementor-field-type-checkbox input[type="checkbox"] {
   appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #064848;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block !important;
}

/* Checkmark style */
/* .con-form .elementor-field-type-checkbox input[type="checkbox"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 5px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
} */

/* Checked state */
.con-form .elementor-field-type-checkbox input[type="checkbox"]:checked {
    background-color: #064848;
    border-color: #064848;
}

/* Display the checkmark when checked */
.con-form .elementor-field-type-checkbox input[type="checkbox"]:checked::after {
    opacity: 1;
}

/* Optional: styling the label */
.con-form .elementor-field-type-checkbox .elementor-field-subgroup   label {
    margin-left: 10px;
   
    cursor: pointer;
}









/* Hide the default checkbox */
.con-form .elementor-field-type-radio input[type="radio"] {
   appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #064848;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block !important;
	border-radius: 50%;
}

/* Checkmark style */
/* .con-form .elementor-field-type-checkbox input[type="checkbox"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 5px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
} */

/* Checked state */
.con-form .elementor-field-type-radio input[type="radio"]:checked {
    background-color: #064848;
    border-color: #064848;
}

/* Display the checkmark when checked */
.con-form .elementor-field-type-radio input[type="radio"]:checked::after {
    opacity: 1;
}



/* Optional: styling the label */
.con-form .elementor-field-type-radio .elementor-field-subgroup label {
    margin-left: 10px;
   
    cursor: pointer;
}



























































































































/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    
} /* end 1200 */

/* Medium Devices, Desktops */
@media only screen and (max-width : 1025px) {
    .menu-mob .elementor-menu-toggle {
    padding: 0;
}
	
	
	.menu-mob nav.elementor-nav-menu--dropdown ul li a {
    justify-content: center;
		padding: 16px 0;
}
	
.menu-mob	nav.elementor-nav-menu--dropdown {
    padding: 10px 0;
}
	
	
	.main-button-topr span.elementor-button-icon {
    font-size: 18px;
}

.main-button-topr span.elementor-button-text {
    position: relative;
    top: 2px;
}
	
	
	
	
	
	
	
	
	
	
}  /*  end 1025 */

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    
}  /*  end 992 */

/* Small Devices, Tablets */
@media only screen and (max-width : 769px) {
    
	
	
	.con-ouspfce-number h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    background: #064848;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
	
	
	.con-ouspfce-number-main {
    width: 42px !important;
}
	
	.con-ouspfce-number-main:before {
    content: "" !important;
    display: block !important;
    width: 1px !important;
    height: 94% !important;
    border-left: 1px dashed #064848 !important;
    left: 21px !important;
    opacity: 1 !important;
}
	
	
	.con-ouspfce-noneb:before {
    content: none !important;
    display: none !important;
}
	
	.con-contact-information-bottom .elementor-field-type-submit {
    margin-top: 0px;
}
	.map-bottom iframe {
    height: 250px;
}
	
	
.contact-information-footer ul.elementor-icon-list-items {
    display: flex;
    flex-direction: column;
}	
	
	
	.contact-information-footer ul li {
    border-bottom: 1px solid #fff;
}
		
.contact-information-footer ul li {
    border-bottom: 1px solid #fff;
    padding: 16px 0 !important;
}
	
	
	.con-contact-information-bottom select {
    -webkit-appearance: none;
    background: url(/wp-content/uploads/2026/04/Vector-1.svg) !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: 92% center !important;
}
	
.con-acordion	.e-n-accordion-item-title-text {
    display: flex;
    align-items: flex-start !important;
    gap: 0 3px;
}
	
	
	
	
	
	
	
} /* end 769 */

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

} /*  end 480 */






