/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1664941033
Updated: 2022-10-05 11:37:13

*/

/* Oom Dev - C jae */


/* TESTIMONIAL 1  */
.testimonial1-carousel .swiper-slide-next .testimonial1-slide {
    transform: scale(1.3) !important;
    padding: 30px;
}
.testimonial1-carousel .swiper-slide .testimonial1-slide {
    transform: scale(0.9);
}
.testimonial1-carousel .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 105% !important;
}
/* TESTIMONIAL 1 END */


/* FOR HIDE AND SHOW SECTION */
.btn-active{
    background-color: #666 !important;
    color: #fff !important;
}

.elementor-button{
    cursor: pointer;
}
/* END FOR HIDE AND SHOW SECTION */
.toggle-btn-close,
.custom-menu-nav {
    display: none;
}

.custom-menu-nav {
    position: fixed;
    background: #000;
    width: 100%;
    z-index: 999;
}

.toggle-btn-open {
    margin-bottom: 0px !important;
}

.toggle-btn-open .elementor-icon-wrapper,
.toggle-btn-close .elementor-icon-wrapper {
    width: 30px;
    height: 30px;
}

/**slick slider**/
.cstm-slider .slick-arrow {
    background: transparent !important;
    padding: 0;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
        border: 0 !important;
    font-size: 40px;
    box-shadow: none;
    z-index: 8 !important;
}

.cstm-slider .slick-dots {
    position: absolute;
    bottom: -30px;
    text-align: center;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
}

.cstm-slider .slick-slide {
    margin: 20px;
}

.cstm-slider .slick-dots li {
    display: inline-block;
    margin: 0 7px;
}

.cstm-slider .slick-dots button {
    font-size: 0;
    padding: 0;
    background: #e2e2e2 !important;
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50px;
}

.cstm-slider .slick-dots .slick-active button {
    background: #000 !important;
}

.cstm-slider .slick-arrow.slick-prev {
    left: -35px;
}

.cstm-slider .slick-arrow.slick-next {
    right: -35px;
}

.cstm-slider .slick-arrow.slick-prev:hover,
.cstm-slider .slick-arrow.slick-prev:focus,
.cstm-slider .slick-arrow.slick-next:hover,
.cstm-slider .slick-arrow.slick-next:focus {
    box-shadow: none !important;
    outline: none !important;
    color: #000 ;
}

.icon-list .elementor-icon-box-title {
    display: none;
}

.icon-list .elementor-icon-box-description a {
    color: #fff !important;
}

.icon-list .elementor-icon-box-description a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.icon-list .elementor-icon-box-icon .elementor-icon {
    margin-top: 5px;
}

.wrap-sec .elementor-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/**toggle**/
.cstm-toggle .elementor-accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.cstm-toggle .elementor-tab-content {
    padding-bottom: 0 !important;
}

/**testimonial**/
.cstm-testimonial .elementor-testimonial-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}

.cstm-testimonial .elementor-testimonial-meta {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.cstm-testimonial .elementor-testimonial-content {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.cstm-testimonial .elementor-widget-container {
    height: 100%;
    min-height: 300px;
}

.cstm-testimonial .elementor-testimonial-wrapper:before {
    content: url('/wp-content/uploads/2022/12/quote.png');
    position: absolute;
    top: -40px;
    right: 15px;
}

.testimonials-slider .slick-track {
    padding-top: 50px !important;
}

/**contact form**/
.invalid .contact-form .iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;
}
.invalid .iti__flag-container {
    top: -40px;
}
.screen-reader-response {
    display: none;
}

.contact-form input.wpcf7-not-valid:not([type="submit"]),
.contact-form textarea.wpcf7-not-valid {
    margin-bottom: 0px;
    margin-top: 10px;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border: 1px solid #E3E3E3;
    background: transparent;
    padding: 10px 15px;
    outline: none;
    border-radius: 10px;
}

.contact-form textarea {
    max-height: 150px;
}

.contact-form input[type="file"] {
    background: #91D0D2;
    border: 1px solid #91D0D2;
    color: #fff;
}

.contact-form input[type="submit"]:focus {
    border: 1px solid;
}

.contact-form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    
}

.contact-form .form-col {
    padding: 10px;
}

.contact-form .full-col {
    width: 100%;
}

.contact-form .half-col {
    width: 50%;
}

.wpcf7-spinner {
    display: none;
}

.contact-form .iti {
    display: unset !important;
}

.contact-form .iti--separate-dial-code .iti__selected-flag {
    background: #fff !important;
}

.contact-form .btn-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contact-form .recaptcha-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.date-field {
    position: relative;
}

.date-field:before {
    content: '\f073' !important;
    font-family: "Font Awesome 5 Free" !important;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0px;
    font-size: 20px;
    padding: 20px;
}

.site-footer {
    display: none !important;
}

/* Christian Dev */

/* Symptoms */

.symptoms-item .elementor-icon {
	box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    background: #ffffff;
}


/* MEDIA QUERIES */

@media screen and (min-width:1025px) {
    .contact-form .wpcf7-recaptcha > div {
         transform:scale(0.8) !important;
        -webkit-transform:scale(0.8) !important;
        transform-origin:0px 0px !important;
        -webkit-transform-origin:0px 35px !important;
    }
}

@media screen and (max-width:1024px) {
    .contact-form .half-col {
        width: 100% !important;
    }
    
    .contact-form .thirds-col {
        width: 100% !important;
    }
 
    .contact-form .wpcf7-recaptcha > div {
         margin: 0 auto !important;
    }

    .contact-form .recaptcha-col,
    .contact-form .btn-col {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    
    .cstm-slider .slick-arrow.slick-prev {
        left: -20px !important;
    }
    
    .cstm-slider .slick-arrow.slick-next {
        right: -20px !important;
    }
}

@media screen and (max-width:350px) {
    .contact-form  .elementor-field-type-recaptcha > div {
         transform:scale(0.8) !important;
        -webkit-transform:scale(0.8) !important;
        transform-origin:150px 0 !important;
        -webkit-transform-origin:150px 0 !important;
    }
}

/* Dev: Christian Castro */

/* .oom-widget-popup-wrapper .oom-widget-chat-button{
	background-color: #009BCB !important;
    border-radius: 0 !important;
	right: 0 !important;
}
 */
.hero-banner .hero-banner-inner::before{
    opacity: .81 !important;
    background: transparent linear-gradient(180deg, #0A235100 0%, #0A235123 26%, #0A2351A8 56%, #0A2351 79%, #0A2351 100%) !important;
    z-index: 10;
}

.glass-effect{
    backdrop-filter: blur(30px);
}

/* Circle Icon Box */

.circle-box{
    height: 224px;
    width: 224px;
    
}

.faq-accordion .e-n-accordion-item-title{
box-shadow: 0px 3px 6px #00000029;
z-index: 20;
}

.faq-accordion .e-n-accordion-item > div{
box-shadow: 0px 3px 6px #00000029;
z-index: 10;
}

.enquire-form .elementor-field-type-recaptcha{
    width: 50% !important;
}

.enquire-form .elementor-field-type-recaptcha > .elementor-field{
    transform: scale(.8) !important;
    transform-origin: left !important;
}

.enquire-form .elementor-field-group.elementor-field-type-submit{
        align-items: center !important;
}

.enquire-form textarea{
    min-height: 126px;
}

.banner-form .elementor-field-type-recaptcha{
    width: 50% !important;
}

.banner-form .elementor-field-type-recaptcha > .elementor-field{
    transform: scale(.7) !important;
    transform-origin: left !important;
}

.banner-form .elementor-field-group.elementor-field-type-submit{
        align-items: center !important;
}

.banner-form textarea{
    min-height: 126px;
}



.doctor-image{
    height: 100%;
}

.doctor-image > .elementor-widget-container{
        align-items: flex-end;
    display: flex;
}

.meta-condition{
    height: 100%;
    min-height: 200px;
}

@media (min-width: 1024px){
	.circle-box:hover .elementor-icon-box-description{
		color: #ffffff !important;
	}

	.circle-box:hover svg path{
		fill: #ffffff !important;
	}
}



@media (max-width: 1024px){
    .meta-condition{
        min-height: 150px;
    }
}


@media (max-width: 1024px){
    /* Circle Icon Box */

    .circle-box{
        height: 200px;
        width: 200px;
        
    }
}

@media (max-width: 767px){
    .hero-banner .glass-effect{
        backdrop-filter: blur(5px);
    }

    .dr-philip .glass-effect{
        backdrop-filter: blur(5px);
    }
    
    .enquire-form .elementor-field-type-recaptcha > .elementor-field{
        transform: scale(1) !important;
        transform-origin: center !important;
    }
	
	.enquire-form .elementor-field-type-recaptcha {
		    width: 100% !important;
    	justify-content: center;
	}
	
	.banner-form .elementor-field-type-recaptcha > .elementor-field{
        transform: scale(1) !important;
        transform-origin: center !important;
    }
	
	.banner-form .elementor-field-type-recaptcha {
		    width: 100% !important;
    	justify-content: center;
	}
    
    
    /* Circle Icon Box */

    .circle-box{
        height: 135px;
        width: 135px;

    }
}

@media (max-width: 450px){
    .big-mobile-image-box{
        display:none !important;
    }
    
    .small-mobile-image-box{
        display:block !important;
    }
    
        /* Circle Icon Box */

    .circle-box{
        height: 200px;
        width: 200px;
        
    }
}


