/* Your custom styles */
/*------------------------------------------
                Fonts
--------------------------------------------*/

.lp-main h1 {
    font-weight: 700;
    line-height: 65px;
    font-size: 58px;
}

.lp-main a:not(.btn) { text-decoration: underline; }
.lp-main a:not(.btn) { text-decoration: none; }

.btn,
.btn:active,
.btn:focus,
.btn:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
}
.btn {
    padding: 16px 20px;
    border-radius: 0;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    text-transform: none;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #c33a32 !important;
}
.btn-primary:hover {
    background-color: #c33a32 !important
}
.btn-primary::after {
    content: "";
    width: 12px;
    height: 20px;
    display: inline-block;
    background: url(../assets/landing-page-images/chevron-right-white.png) no-repeat;
    margin: -2px 0 0 10px;
    vertical-align: middle;
}
.lp-header { padding: 10px 0; }
.lp-header .row { align-items: center; }
.lp-header .meta { text-align: right; }

.lp-main { padding-bottom: 50px; }
.lp-main .section { padding: 50px 0; }

.box__label { font-size: 22px; }
.box__value { font-weight: 700; font-size: 42px; }

.feature_9b-card {
    height: 100%;
    padding: 30px 22px;
    text-align: center;
}
.feature_9b-card h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0;
}
.feature_9b-card__icon { font-size: 70px; }

.team-box {
    max-width: 85%;
    padding: 70px;
    margin-bottom: -15%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lp-about-us__img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.lp-footer {
    padding-top: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    background: #fff;
}

.lp-footer a { color: #1f1f1f; }

.lp-footer .footer-list {
    list-style: none;
    padding: 0;
}

.lp-footer .footer-list__title { font-size: 16px; }

.lp-footer .footer-list__item > a {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
}
.lp-footer .copyright {
    margin-top: 40px;
    padding: 18px 0;
    background: #f9f7f5;
}
.lp-footer .copyright a {
    margin-left: 25px;
    font-weight: 400;
    text-decoration: underline;
}
.lp-footer .copyright a:first-child { margin-left: 0; }
.lp-footer .copyright a:hover { text-decoration: none; }

.lp-footer-socials__list {
    min-width: 125px;
    list-style: none;
}
.lp-footer-socials__list a {
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
    text-decoration: none;
}
.lp-footer-socials__list-item:not(:last-child) { margin-bottom: 15px; }
.lp-footer-socials__list-item i {
    width: 25px;
    font-size: 22px !important;
    color: #686868;
    text-align: center;
}
.lp-footer .certificates a:hover img { opacity: .8; }
.lp-footer .policies li { margin-left: 15px; }

.disclaimer::before {
    content: '';
    width: 100%;
    height: 1px;
    margin: 40px 0;
    background: #1f1f1f;
    display: block;
}
.disclaimer p { margin-bottom: 0; }

/* Cookie consent */
.cc-change {
    max-width: 230px;
    height: 55px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    background: #e74632;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 12%), 0 8px 8px rgb(0 0 0 / 12%), 0 16px 16px rgb(0 0 0 / 12%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 12%), 0 8px 8px rgb(0 0 0 / 12%), 0 16px 16px rgb(0 0 0 / 12%);
    text-decoration: none;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cc-change:hover {
    background: #a03e2c;
    color: #ffffff;
    text-decoration: none;
}
.cc-change>img {
    margin-right: 10px;
}
.cc-change::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
}
.step1>.inputBox:nth-of-type(1) {
    display: none;
    visibility: hidden;
    position: absolute;
    top: -100px;
}

.chzn-container-single .chzn-single { color: #666 !important; }
.form-control {
    border-radius: 0;
    font-size: 14px;
    color: #111111;
}

.lp-form__wrapper .form-control::-webkit-input-placeholder {
    text-transform: none;
    color: #999;
}
.lp-form__wrapper .form-control:-ms-input-placeholder {
    text-transform: none;
    color: #999;
}
.lp-form__wrapper .form-control::placeholder {
    text-transform: none;
    color: #999;
}
.bootstrap-select {
    min-height: auto;
}

.lp-hero .form-control,
.wpcf7-select,
.lp-hero .chzn-container-single .chzn-single,
.lp-hero .chzn-container-active.chzn-with-drop .chzn-single {
    border: 2px solid #f2ece5;
}

.lp-hero .chzn-container-single .chzn-single {
    height: 43px;
}

.error-message { color: #dc3232; margin-bottom: 0; }
select.wpcf7-select + .error-message { 
    position: absolute;
    bottom: -25px;
}


.bootstrap-select .dropdown-toggle .filter-option-inner-inner { font-weight: 400; font-size: 14px; text-align: left; }
.bootstrap-select>.dropdown-toggle.bs-placeholder .filter-option-inner-inner { color: #999; }
/* .bootstrap-select>.dropdown-toggle .filter-option-inner-inner { color: #111111; } */
.bootstrap-select>.dropdown-toggle:hover,
.bootstrap-select>.dropdown-toggle:focus {
    border: 2px solid #f6f8fb;
}
.wpcf7-date {
    width: 100%;
    min-width: 100%; 
    border: 2px solid #f2ece5;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
}
.lp-form__wrapper .wpcf7-select > .dropdown-toggle {
    padding: 2px 30px 2px 15px;
    border: 0;
    background-color: #fff;
}
.lp-form__wrapper .dropdown-toggle:after {
    top: 47%;
    -ms-transform: rotate(45deg) translateY(-47%);
    transform: rotate(45deg) translateY(-47%);
    -webkit-transform: rotate(45deg) translateY(-47%);
}
.dropdown-toggle:focus {
    color: #999 !important;
    background-color: #fff !important;
    border-color: #80bdff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
}
.lp-hero .wpcf7 { z-index: 1; }
.lp-hero {
    padding: 75px 0;
    z-index: 1;
    overflow-x: hidden;
}
.lp-hero h1 { margin: 15px 0 30px; }
.lp-hero h1 ~ * { font-size: 20px; }

.lp-hero .title ul {
    margin-top: 30px;
    padding: 0;
    list-style: none;
}
.lp-hero .title ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
}
.lp-hero .title ul li:before {
    content: url(../assets/menu-arrow.svg);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
}
.lp-hero-sign {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}
/* .lp-hero .wpcf7-form {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    padding: 25px 50px;
}
#tb-lp-r .wpcf7-form { padding: 25px; } */

.form-holder {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    padding: 25px 50px;
}
.form-holder { padding: 25px; }

.lp-hero__form h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    padding: 25px 25px 0;
    text-align: center;
    background: #fff;
}
.lp-hero__form h3::before {
    content: '';
    width: 150px;
    height: 3px;
    background: #e74632;
    display: block;
    margin: 0 auto 20px;
}

.lp-hero .wpcf7-form .form-field { margin: 0 0 15px 0; }
.lp-hero .wpcf7-form label {
    display: block;
    color: #666;
    margin: 0;
}
.lp-hero .wpcf7-form .btn-primary {
    font-size: 18px;
    margin: 0;
    width: 100%;
    background-color: #479472 !important;
    border-radius: 0;
    font-weight: 700;
}
.lp-hero .wpcf7-form .btn-primary:not(:disabled):not(.disabled):active { background-color: #3f8566 !important; }
.lp-hero .wpcf7-form .btn-primary::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 20px;
    background: url(../../image/tb-lp-2019/chevron-right.png) no-repeat;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -2px;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form div.visible-only-if-sent,
.wpcf7 form div.visible-only-if-invalid,
.wpcf7 form div.visible-only-if-failed,
.wpcf7 form div.visible-only-if-spam,
.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}
.wpcf7 form.invalid div.visible-only-if-invalid,
.wpcf7 form.failed div.visible-only-if-failed,
.wpcf7 form.spam div.visible-only-if-spam,
.wpcf7 form.sent div.visible-only-if-sent {
    display: block;
}

.wpcf7-form.sent .form-group,
.wpcf7-form.sent .wpcf7-submit,
.wpcf7-form.sent .recaptcha {
    display: none !important;
}

.lp-hero .form-control,
.wpcf7-select,
.lp-hero .chzn-container-single .chzn-single,
.lp-hero .chzn-container-active.chzn-with-drop .chzn-single {
    border: 2px solid #f2ece5;
}

.lp-hero .chzn-container-single .chzn-single {
    height: 43px;
}

.error-message { color: #dc3232; margin-bottom: 0; }
select.wpcf7-select + .error-message { 
    position: absolute;
    bottom: -25px;
}
#phone-error-msg,
#firstName-error-msg,
#lastName-error-msg {
    color: #dc3232;
}
#phone-error-msg.hidden,
#firstName-error-msg.hidden,
#lastName-error-msg.hidden {
    display: none;
}

.error_msg {
    background: url("../../image/error_pattern.png") repeat-x scroll 0 0 #F2D7D7;
    color: #4E4E4E;
    display: none;
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 57px;
    padding-right: 50px;
    padding-top: 20px;
    position: relative;
}
.alert-success {
    color: #4e4e4e;
    border: none;
    border-radius: 0;
    font-size: 16px;
}
.alert-danger .error_close {
    background: url("assets/landing-page-images/red_cross.png") no-repeat scroll center center ;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 13px;
    top: 25px;
    width: 35px;
}
.alert-danger img {
    padding: 10px 15px;
    float: left;
    border: none;
    border-radius: 0;
    font-size: 16px;
}

.alert-danger .error_title { padding: 12px 0 0 0; }
.required { color: #e62236; }

.lp-form__wrapper input[type="checkbox"]:checked::before { background: #fff; }
.lp-form__wrapper input[type="checkbox"]:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: -5px;
    z-index: 9;
    border: 2px solid #f2ece5;
    border-radius: 0;
}

.lp-form__wrapper input[type="checkbox"]:checked:after {
    content: '';
    width: 2px;
    height: 2px;
    position: absolute;
    top: 7px;
    left: 7px;
    background: #e74632;
    -webkit-box-shadow: 2px 0 0 #e74632, 4px 0 0 #e74632, 4px -2px 0 #e74632, 4px -4px 0 #e74632, 4px -6px 0 #e74632, 4px -8px 0 #e74632;
    box-shadow: 2px 0 0 #e74632, 4px 0 0 #e74632, 4px -2px 0 #e74632, 4px -4px 0 #e74632, 4px -6px 0 #e74632, 4px -8px 0 #e74632;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}

.lp-form__wrapper input[type="checkbox"] {
    width: 20px;
    padding: 0;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.alert-danger {
    border: 0;
    border-radius: 0;
    font-size: 16px;
    color: #4e4e4e;
} 

.wpcf7-list-item { margin: 0; }

.wpcf7-submit {
    font-size: 18px;
    margin: 0;
    width: 100%;
    min-height: 60px;
    background-color: #479472 !important;
    border-radius: 0;
    font-weight: 700;
    color: #fff;
    flex: 0 0 100%;
    max-width: 100%;
}

.wpcf7-submit:hover { background-color: #3f8566 !important; color: #fff; }

.form-spinner {
    margin: auto;
    -webkit-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: -30px;
    right: 0;
    bottom: 0;
    left: 0;
    stroke: #ffffff;
    display: none;
}
.form-spinner .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 2.5s ease-in-out infinite;
            animation: dash 2.5s ease-in-out infinite;
    stroke-linecap: round;
}

.ref-info-text{
    color: #666;
}

/* Datepicker icon input change */

/* input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    display: block;
    width: 15px;
    height: 15px;
    border-width: thin;
    background: url('../assets/icons/calendar.svg');
} */

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@media (min-width: 1200px) {
    .lp_hero_img { max-width: 500px; }
}

@media (min-width: 1200px) {
    .container { max-width: 1270px; }
    .lp-footer-socials__list a:hover i { color: #e74632; }
}

@media (max-width: 1199px) {
    .lp-footer-socials__list {
        width: 100%;
        max-width: 100%;
    }
    .lp-footer-socials__list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        padding: 0 15px 0 0;
    }
    .lp-footer-socials__list-item > a {
        padding: 8px;
        border: 2px solid #1f1f1f;
        transition: ease .5s;
    }
    .lp-footer-socials__list-item i {
        color: #1f1f1f;
    }
    .lp-footer-socials__list-item > a:hover > i {
        color: #fff;
    }
    .lp-footer-socials__list-item > a:hover {
        background: #1f1f1f;
        color: #fff;
    }
}

@media (max-width: 768px) {
    .checkbox+span {
        letter-spacing: -0.3px;
        font-size: 13.8px;
    }
}

@media (max-width: 991px) {
    .lp-hero { height: auto; }
    .lp-hero .form { order: 2; }
    .lp-hero .title { margin-bottom: 50px; }

    .team-box {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-15%);
    }
    .lp-footer-socials__list-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (min-width: 576px) {
    .wpcf7 .step_holder.step1 .inputBox:nth-last-child(2) .input_holder>input {
        width: 50% !important;
        margin-right: 2%;
        float: left;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 80px;
    }
    .lp-header {
        background-color: #fff;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 5;
    }
    .lp-main h1 {
        line-height: 42px;
        font-size: 36px;
    }
    .meta .btn {
        padding: 15px 13px;
        font-size: 16px;
    }

    .lp-hero { padding: 30px 0; }
    .team-box { padding: 30px;}
    .inputBox p { margin-top: 5px; }
}

@media (max-width: 575px) {
    .team-box {
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    .form-group-captcha {
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}