/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 05 2024 | 18:45:12 */
*{
    box-sizing: border-box;
}
.form-con .form-step .row{
    visibility: hidden;
    height: 0;
}
.form-con .form-step.active .row{
    visibility: visible;
    height: auto;
}
.form-con .row{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 32px;
    column-gap: 24px;
    margin: 0;
}
.form-con .row p{
    line-height: 0;
}
.form-con .row p br{
    display: none;
}
.form-con .form-step{
    margin-top: 40px;
}
.form-con .form-step:first-child{
    margin-top: 0;
}
.form-con .input-group-con label{
    width: 100%;
    color:#2B2B2B;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
    display: block;
}
.form-con .input-group-con label .text-red{
    color: #EB4141;
}
.form-con .input-group-con input, 
.form-con .input-group-con textarea,
.form-con .input-group-con select{
    width: 100%;
    display: flex;
    height: 64px;
    padding: 16px 24px 16px 32px;
    margin: 0;
    align-items: center;
    gap: 8px;
    color: #4D4D4D;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 72px;
    border: 2px solid #8C8C8C;
}
.form-con .country-select{
    width: 100%;
}
.form-con .country-select input{
    padding-left: 32px !important;
}
.form-con .country-select .flag-dropdown{
    right: 0;
    left: auto;
    width: 100%;
    padding-right: 16px;
}
.form-con .country-select .selected-flag{
	width: 100%;
}
.form-con .country-select .flag-dropdown:hover{
	background: transparent;
}
.form-con .country-select .flag{
    display: none;
}
.form-con .country-select .country-list .country{
	line-height: 1;
}
.form-con .country-select .country-list .country-name{
	font-size: 16px;
	line-height: 1;
}
.form-con input[type=file]::file-selector-button{
    background: transparent;
    border: 0;
}
.form-con .input-group-con textarea{
    width: 100%;
    height: 101px;
    border-radius: 16px;
    padding: 16px;
}
.form-con .input-group-con select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.4rem center;
    background-size: 1.2em;
}
.form-con .input-group-con input::placeholder,
.form-con .input-group-con textarea::placeholder
{
    color: #8C8C8C;
}
.form-con .input-group-con .date-input{
    border-radius: 72px;
    border: 2px solid #8C8C8C;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 24px;
    gap: 16px;
}
.form-con .input-group-con .date-input p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.form-con .input-group-con .date-input input{
    border: 0;
    outline: 0;
    width: 90px;
    position: relative;
    padding: 0;
}
.form-con .input-group-con .date-input input::-webkit-calendar-picker-indicator{
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.form-con .next-step-btn-con{
    margin-top: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.form-con .next-step-btn-con p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.form-con .form-step-button{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #EB4141;
    color: #ffffff;
    border-radius: 88px;
    background: #EB4141;
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: max-content;
    cursor: pointer;
}
.form-con .form-step-button.disabled{
    opacity: 0.5;
    pointer-events: none;
}
.form-con .form-step-button img{
    width: 24px;
    height: 24px;
    filter: invert(1);
}
.form-con .form-step-button.prev-btn{
    border: 1px solid #EB4141;
    color: #EB4141;
    border-radius: 88px;
    background: #ffffff;
}
.form-con #form-submit-btn-con{
    padding: 0;
    padding-right: 32px;
    height: 58px;
}
.form-con #form-submit-btn-con .form-step-button{
    background: transparent;
    border: 0;
    padding-right: 0;
}
.form-con #form-submit-btn-con .form-step-button:focus{
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: 0;
}
.form-con #form-submit-btn-con::after{
    content: '';
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    background: url('https://wordpress-984966-4788746.cloudwaysapps.com/wp-content/uploads/2024/01/send-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.form-con .form-step-button.prev-btn svg{
   width: 24px;
}
.form-con .col-6{
    width: calc(50% - 12px);
}
.form-con .col-12,
.form-con .col-sm-6,
.form-con .col-sm-2,
.form-con .col-sm-5
{
    width: 100%;
}
.form-con .form-step-button .wpcf7-spinner{
	display: none;
}
.form-con .wpcf7-not-valid-tip{
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
    position: absolute;
    left: 10px;
}
@media screen and (min-width: 568px) {
    .form-con .col-sm-6{
        width: calc(50% - 12px);
    }
    .form-con .col-sm-5{
        width: calc(41.6% - 16px);
    }
    .form-con .col-sm-2{
        width: calc(16.6% - 16px);
    }
}
@media screen and (max-width: 767px) {
    .form-con .row{
        row-gap: 24px;
        column-gap: 8px;
    }
    .form-con .next-step-btn-con,
    .form-con .next-step-btn-con p{
        gap: 8px;
        width: 100%;
    }
    .form-con .next-step-btn-con .form-step-button{
        width: 100%;
        padding: 0;
        padding-right: 0 !important;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 64px;
        border: 1px solid #EB4141;
    }
    .form-con .next-step-btn-con .form-step-button::after{
        margin-left: 8px;
    }
    .form-con .next-step-btn-con.submit-btn-con,
    .form-con .next-step-btn-con.submit-btn-con p{
        gap: 8px;
        flex-direction: column-reverse;
    }
    .form-con .next-step-btn-con.submit-btn-con label.form-step-button{
        width: 100%;
        border: 0;
    }
    .form-con .next-step-btn-con.submit-btn-con .form-step-button input{
        width: max-content;
    }
}

.home-mobile-search-form .elementor-widget-container{
	line-height: 1;
}
