
.form-widget form button {
    width: auto;
    margin: 0 auto;
    padding: 25px 66px 25px 66px;
    display: block;
    font-family: "Jost", Sans-serif;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 40px;
}

.form-widget form button:hover {
    background-color: #35c0ed;
    color: #fff;
    border-color: #35c0ed;
}

a {
    text-decoration: none !important;
}

input:not(.regFormPhoneNumber) {
    /*padding-left: 20px !important*/
}

input {
    /*padding-top: 20px !important;*/
    /*padding-bottom: 20px !important;*/
}

/* PAGINATION */

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -30px;
}


/*WPML Dropdown*/

ul.wpml-ls-sub-menu {
    visibility: visible;
    overflow: auto;
    height: 300px;

}

/*End of WPML Dropdown*/

/* TESTIMONIAL NAVGIATON HIDE */

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none !important;
}

/* HURRY TIMER FIXES */

.bc-custom-position .elementor-widget-wrap {
    display: flex;
    justify-content: center;
    height: 42px;
}

/* .bc-custom-position .hurrytimer-timer {
margin-right: 10px;
} */

.dialog-lightbox-widget .hurrytimer-timer-digit,
.dialog-lightbox-widget .hurrytimer-timer-sep {
    font-size: 30px !important;
    color: #fff;
}

.hurrytimer-campaign-871 .hurrytimer-timer-block {
    margin: 0px !important;
}


@media (min-width: 800px) {
    .elementor-location-header .hurrytimer-timer {
        position: relative;
        top: 2px;
        font-weight: 500;
    }

    .elementor-shortcode {
        display: flex;
        justify-content: end;
    }
}

/* TESTIOMINALS */

.elementor-testimonial--align-left .elementor-testimonial {
    display: flex;
    flex-direction: column-reverse;
}

.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
    margin: 0 0 20px;
}

/* FORM BUTTON */

.elementor-button.elementor-size-sm {
    margin-top: 16px;
}

/* PHONE FIELD FIX */
.elementor-field-type-tel .iti--separate-dial-code {
    width: 100%;
}

.elementor-form-fields-wrapper .elementor-field-type-tel .elementor-field {
    padding-left: 100px !important;
}

/* BUTTON ANIMATION */

@keyframes blick {
    60% {
        left: 100%;
    }
    to {
        left: 130%;
    }
}

.animated-buttons .elementor-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.animated-buttons .elementor-button-link.elementor-button > span {
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
}

.animated-buttons .elementor-form button.elementor-button {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.animated-buttons .elementor-button-link.elementor-button:after,
.animated-buttons .elementor-form button.elementor-button:after {
    content: "";
    position: absolute;
    top: -50%;
    bottom: -50%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6) 100%);
    width: 45px;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    left: -65%;
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.03, 0.91, 0.67, 0.79);
    -webkit-animation-timing-function: cubic-bezier(0.03, 0.91, 0.67, 0.79);
}

/* icon with text */
.iwt-section .elementor-widget-heading {
    background-color: #33609c;
    width: calc(100% - 35px);
    height: 70px;
}

.iwt-section .elementor-widget-heading:after {
    content: '';
    position: absolute;
    top: 0;
    right: -35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 35px 35px;
    border-color: transparent transparent transparent #33609c;
}

.iwt-section .elementor-widget-heading .elementor-heading-title {
    padding-left: 30px;
    line-height: 70px !important;
}

/* MEDIA QUERY */

@media (max-width: 400px) {

    input {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .elementor-7 .elementor-element.elementor-element-b9bd082 .elementor-button {
        padding-left: 0px;
        padding-right: 0px;
    }

    .elementor-452 .elementor-element.elementor-element-439c732 .elementor-button {
        padding-left: 0px;
        padding-right: 0px;
    }

    .hurrytimer-timer {
        height: 20px !important;
        margin-top: -10px;
    }

    .elementor-456 .elementor-element.elementor-element-f943263 .elementor-button {
        padding-left: 0px;
        padding-right: 0px;
    }
}