.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c6331a5:#11B5BF;--e-global-color-65d8cc4:#0000002D;--e-global-color-805d32b:#212828;--e-global-color-9305850:#FEFFFF00;--e-global-color-3478f74:#FFFFFF;--e-global-color-f9af642:#555555;--e-global-color-49abd51:#EEF7F8;--e-global-color-69f282f:#23979E;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;--e-global-typography-e1719a7-font-family:"Inter";--e-global-typography-e1719a7-font-size:20px;--e-global-typography-e1719a7-font-weight:600;--e-global-typography-f33771c-font-family:"Inter";--e-global-typography-f33771c-font-size:35px;--e-global-typography-f33771c-font-weight:400;--e-global-typography-7583f69-font-family:"Inter";--e-global-typography-7583f69-font-size:30px;--e-global-typography-7583f69-font-weight:400;--e-global-typography-80f2121-font-family:"Inter";--e-global-typography-80f2121-font-size:20px;--e-global-typography-80f2121-font-weight:400;--e-global-typography-ccce4b7-font-family:"Inter";--e-global-typography-ccce4b7-font-size:23px;--e-global-typography-ccce4b7-font-weight:500;--e-global-typography-ccce4b7-line-height:1.2em;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-9{--e-global-typography-primary-font-size:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:32px;--e-global-typography-f33771c-font-size:20px;--e-global-typography-7583f69-font-size:20px;--e-global-typography-80f2121-font-size:18px;--e-global-typography-ccce4b7-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */ul.dropdown-menu-city {
    display: none;
}
ul.dropdown-menu-city.open {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate3d(10.4px, 24px, 0px);
    display: block;
    z-index: 12;
    background: #fff;
    list-style: none;
    padding: 10px;
    left: 50%;
    border: 1px solid #dee2e6;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

ul.dropdown-menu-city li>a, ul.dropdown-menu-service li>a {
    font-weight: 400;
    color: #000;
    white-space: nowrap;
}
.dropdown-menu-service {
    display: none;
}
.dropdown-menu-service.open {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    display: block;
    z-index: 12;
    background: #fff;
    list-style: none;
    padding: 10px;
    left: 0;
    top: 55px;
    border: 1px solid #dee2e6;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.dropdown-menu-service li {
    height: 32px;
    display: flex;
    align-items: center;
}
.toggle-service {
    background: #11B5BF;
    border-radius: 6px;
    color: #fff;
    padding: 16px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
}
.toggle-service img {
    margin-right: 10px;
}

.containe input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/*
*
*input
*
*/
.wpcf7-form .containe, .wpcf7-form .containe a {
    color: #fff;
}
.containe {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.containe input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.wpcf7-form .containe .checkmark {
    border: 1px solid #fff;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 0.5px solid #737373;
    border-radius: 3px;
    background-color: #eee;
}
.containe input:checked ~ .checkmark {
    background-color: #11B5BF;
}

checkmark:after {
    content: "";
    position: absolute;
}
.containe .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.containe {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containe input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 0.5px solid #737373;
    border-radius: 3px;

    /* background-color: #eee; */
}

/* On mouse-over, add a grey background color */
.containe:hover input ~ .checkmark {
    background-color: #F1F1F1;
}

/* When the checkbox is checked, add a blue background */
.containe input:checked ~ .checkmark {
    background-color: #11B5BF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containe input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containe .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wpcf7-form .wpcf7-submit {
    background: #fff;
    color: #11B5BF;
    font-size: 20px;
    font-weight: bold;
}
.wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form  .wpcf7-form-control-wrap select {
    background: transparent;
    color: #fff;
    width: 100%;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-submit {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #FFF;
    width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form input::placeholder {
    color: #fff;
}

.wpcf7-form br {
    display: none;
}
.intl-tel-input {
    width: 100%;
}
.wpcf7-form option {
    color: #000 !important;
}
.row {
    display: flex;
    flex-wrap: wrap;
    --bs-gutter-x: 1.5rem;
}
.col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
        padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
      padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.icon-reviews .elementor-icon-wrapper {
    height: 40px;
}/* End custom CSS */