.ulrc400358 {
    background-color: #f5f9fc;
    font-family: 'Raleway';
    padding: 40px 0px;
}

.ulrc400358 .icon_writing img {
    width: 23px;
}

.ulrc400358 .icon_writing span {
    padding-left: 10px;
}

.ulrc400358 .icon_writing .one {
    padding-left: 16px;
}

.ulrc400358 #border {

    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}

.ulrc400358 .form_sec {
    display: flex;
    display: flex;
    align-items: center;
    border: 1px solid #dfe3e7;
    border-radius: 12px;
    padding: 0 25px;
    margin-bottom: 25px;
    height: 70px;
    background-color: #ffffff;
    /* box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
}

.ulrc400358 label {
    display: inline-block;
    margin-bottom: 1.5rem;
}

.ulrc400358 .form_sec input {

    width: 100%;
    border: none;
    outline: none;
    color: #444;
    font-family: 'Raleway';
}

.ulrc400358 .form_sec i {

    color: #0DABB6;
    font-size: 28px;
    margin-right: 18px;
}

.ulrc400358 .form_sec .form-control:focus {
    box-shadow: none;
}

.ulrc400358 #right {
    border-left: solid 1px #dfdfdf;
}

.ulrc400358 .SendEnquiry-btn {
    text-align: center;

}

.ulrc400358 .btn2 {
    display: block;
    margin: auto;
    width: 245px;
    height: 55px;
    border: none;
    border-radius: 8px;
    background: #0DABB6;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.ulrc400358 .heading {
    text-align: center;
    padding-top: 40px;
}


.ulrc400358 .heading .first-hr {
    height: 4px;
    background: #0DABB6;
    /* position: relative; */
    width: 75px;
    margin-top: 0px;
    border-radius: 5px;
    /* right: -508px; */
}


.ulrc400358 .color {
    color: #0DABB6;
    font-weight: 600;
}

.ulrc400358 h4 {
    font-weight: 700;
}

.ulrc400358 .description {
    margin-top: 1rem;
    font-weight: 500;
}

/* .ulrc400358 h1{
    border-bottom: solid 3px #00a7c7 ;
} */

.ulrc400358 .left_writing i {
    font-size: 24px;


}

.ulrc400358 .icon_writing {
    align-items: center;
    display: flex;
    /* row-gap: 5px; */
    padding-bottom: 20px;
    font-weight: 500;
}

.ulrc400358 .btn_captcha {
    display: flex;
    justify-content: space-between;
}

.ulrc400358 .captcha-box {
    transform: scale(0.6);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

/* error css */
.ulrc400358 ul.error-msg {
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 3px;
    color: #a94442;
    font-weight: bold;
    padding: 10px 29px;
    text-align: left;
}

.ulrc400358 .error-border {
    border: 1px solid #f00 !important;
}