/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.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 */


.blue-cont a {
    color: #074c9e;
}
section#testimonial-slides .elementor-container {
    overflow: hidden;
}
.phone-div p.elementor-icon-box-description a {
    font-weight: 700 !important;
	color: #fff;
}
h3.elementor-flip-box__layer__title {
    font-weight: 700 !important;
    font-size: 18px !important;
}
div#banner-btn {
    margin: 0 auto;
}
section#header-menu .elementor-widget-wrap.elementor-element-populated {
    justify-content: center;
    column-gap: 50px;
    padding-top: 0;
}
section#main-header {
    background: rgb(57 186 223 / 38%);
    box-shadow: 0 0 15px rgb(0 0 0 / 18%);
}
button#wpforms-submit-602 {
    width: 100%;
    background: #39badf;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
}
button#wpforms-submit-602:hover {
    background: #1a4e9c;
}
.service-boxes .elementor-flip-box__front .elementor-icon-wrapper {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin-bottom: 0 !important;
}
.service-boxes .elementor-flip-box {
    position: relative;
}
.service-boxes .elementor-flip-box__front h3.elementor-flip-box__layer__title {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    padding: 0 10px;
    margin-bottom: 0 !important;
}
.service-boxes .elementor-flip-box__front .elementor-flip-box__layer__description {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 10px;
    top: 175px;
}
.box-service .elementor-widget-container {
    height: 390px;
}
.box-service a.more-btn {
    color: #fff;
    background: #1a4e9c;
    padding: 11px 30px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: Inter;
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0 auto;
    bottom: 20px;
}
.box-service a.more-btn:hover {
    background: transparent;
    border: 2px solid #fff;
    transition: .6s ease all;
}
.box-service {
    position: relative;
}
div#pop-btn a {
    display: inline-block;
    background: #00b8e1;
    padding: 10px 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Inter';
    margin-top: 21px;
}
div#pop-btn a:hover {
    background: #074c9e;
    transition: .6s ease all;
}
.pum-theme-967 .pum-container, .pum-theme-lightbox .pum-container {
    border-color: #074c9e;
}
.pum-theme-967 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    background: #074c9e;
}
.bookly-details .bookly-address,
.bookly-details .bookly-birthday {
    display: none !important;
}
div#footer-logo img {
    filter: brightness(0) invert(1);
}
/* .elementor-location-footer .elementor-widget-container a {
    color: #00b8e1;
}
.elementor-location-footer .elementor-widget-container a:hover {
    color: #00b8e1 !important;
} */

@media only screen and (max-width: 1000px) and (min-width: 320px)  {
	.box-service .elementor-widget-container {
		height: auto !important;
	}
	.box-service p.elementor-icon-box-description {
		margin-bottom: 40px;
	}
	div.wpforms-container-full .wpforms-form .wpforms-one-half {
		width: 100%;
		margin: 0 !important;
	}
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
	section#services-boxes .box-service .elementor-widget-container {
		height: 340px !important;
	}
}

