:root {
    --primary-color: #BF4134;
    --secondary-color: #E99939;
    --info-color:#107FA6;
    --black-color: #000000;
    --dark-blue:#29254C;
    --grey-color:#797979;
    --blue-color:#1668E3;
    --white-color: #fff;
    --section-space: 100px;
    --section-smallspace: 50px;
    --section-herotitle:65px;
    --section-h1:48px;
    --section-h2:36px;
    --section-h3:30px;
    --section-h4:24px;
    --section-h5:20px;
    --section-h6:18px;
    --container-space: 1%;
    --font-urbanist: "Urbanist", serif;
}

.z-index.up
{
    z-index: 9;
}

._relative
{
    position: relative;
}

.cursor_pointer
{
    cursor: pointer;
}

/* .container-fluid{
    margin-left: var(--container-space) !important;
    margin-right: var(--container-space) !important;
} */

.text-black-50{
    color:rgba(0, 0, 0, 0.5);
}

.info-color{
    color: var(--info-color);
}
.text-dark-blue{
    color:var(--dark-blue);
}

/* form-control-css */
.inputbox {
    border: none;
    outline: none;
    font-weight: 600;
}

::placeholder {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.banner_form .form-control{
    border:1px solid #D9D9D9;
    border-radius: 10px;
}