.ulrc400365 {
    padding: 80px 20px;
    font-family: 'Raleway';

}

.ulrc400365 .policy{
    padding-left: 20px;
}

.ulrc400365 .captcha{
    padding-left: 20px;
}

.ulrc400365 .form-section{
    row-gap: 30px;
    padding-bottom: 25px;
}

.ulrc400365 .first_icon {
    display: flex;
    justify-content: center;
}

.ulrc400365 .first_icon i {
    font-size: 23px;
    background-color: #DADEDD;
    padding: 15px;
    border-radius: 50%;
}

.ulrc400365 .color {
    color: #0DABB6;
}

.ulrc400365 .heading {
    text-align: center;
}

.ulrc400365 .heading h1 {
    font-weight: 600;

}

.ulrc400365 .heading p {
    margin-top: 1rem;
    margin-bottom: 0px;
    font-weight: 600;
}

.ulrc400365 .divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0px;
}

.ulrc400365 .divider .line {
    width: 100px;
    height: 2px;
    background: #0dabb66b;

}

.ulrc400365 .second_icon i {
    font-size: 20px;
}

.ulrc400365 .para p {
    font-weight: 600;
    text-align: center;
}

/* .ulrc400365 .form-section{
    display: flex;
    justify-content: space-between;
} */

/* .ulrc400365 .form_sec {
    display: flex;
    align-items: center;
    border: 1px solid #dfe3e7;
    border-radius: 12px;
    padding: 0 25px;
    margin-bottom: 25px;
    height: 70px;
    background-color: #ffffff;
}

.ulrc400365 .form_sec input {

    width: 100%;
    border: none;
    outline: none;
    color: #444;
    box-shadow: none;
    font-family: Poppins;
}

.ulrc400365 .form_sec textarea {

    width: 100%;
    border: none;
    outline: none;
    color: #444;
    box-shadow: none;
    font-family: Poppins;
    align-content: center;

}

.ulrc400365 .field {
    width: 100%;
}
.ulrc400365 .form_sec i {

    color: #0DABB6;
    font-size: 28px;
    margin-right: 18px;
} */

/* .ulrc400365 .form_sec textarea {
    flex: 1;
    border: none;
    outline: none;
    resize: none;          Hide resize icon
    height: 60px;
    padding-top: 10px;     Adjust text position
    font-size: 18px;
    font-family: inherit;
    line-height: 1.4;
} */


.ulrc400365 .SendEnquiry-btn {
    text-align: center;
    /* margin: auto; */
    /* width: 330px; */
    height: 55px;
    border: none;
    border-radius: 8px;
    background: #0DABB6;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;

}

.ulrc400365 .btn2 {
    /* margin: auto; */
    /* width: 245px; */
    height: 55px;
    border: none;
    border-radius: 8px;
    background: #0DABB6;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

/* .ulrc400365 .policy p {
    font-weight: 600;
} */

/* error css */
.ulrc400365 ul.error-msg {
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 3px;
    color: #a94442;
    font-weight: bold;
    padding: 10px 29px;
    text-align: left;
}

.ulrc400365 .error-border {
    border: 1px solid #f00 !important;
}

.ulrc400365 .field {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* justify-content: center; */
    
}

.ulrc400365 .input-box {
    display: flex;
    border: 2px solid #e8edf7;
    /* border-left: 4px solid #1d6cff; */
    border-radius: 14px;
    padding: 10px 20px;
    /* transition: .3s; */
    align-items: center;
}

/* .ulrc400365 .input-box:hover {
    border-color: #1d6cff;
} */

.ulrc400365 .input-box .icon {
    width: 56px;
    height: 56px;
    /* background: #f3f7ff; */
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 20px; */
    color: #0DABB6;
    font-size: 28px;
}

.ulrc400365 .textarea-box{
    padding: 8px 20px;
}

/* .ulrc400365 .row {
    row-gap: 25px;
    margin-bottom: 18px;

} */

.ulrc400365 .field label {
    font-weight: 700;
}

.ulrc400365 .field input {
    border: none;
    outline: none;
    box-shadow: none;

}

.ulrc400365 .field_one input {
    border: none;
    outline: none;
    box-shadow: none;

}


.ulrc400365 .field textarea {
    border: none;
    outline: none;
    box-shadow: none;
    align-content: center;

}

.ulrc400365 .captcha-box{
    transform: scale(0.6);
    -webkit-transform: scale(0.7);
       transform-origin: top;
    /* -webkit-transform-origin: 0 0; */
    text-align: -webkit-center;
}

.ulrc400365 .field_one textarea {
    border: none;
    outline: none;
    box-shadow: none;

}

.ulrc400365 .field_one {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    
}




