@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root{
    /* Color */
    --primary_color: #FB6C51;
    --secondary_color: #272727;

    /* Font Size */
    --jumbo_taxt: 3rem;
    --title: 1.5rem;
    --jumbo_m-size: 2.4rem;
    --sub_title: .9rem;
    --cont_heading: 1.1rem;
    --containt: .9rem;
}

.banner-height{
    height: 400px;
}

.contact_menu-item{
    color: var(--secondary_color) !important;
    font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    display: none;	
    margin: 0;
}

input, textarea{
    background-color: #F5F8FA !important;
}

.form_area{
    background-color: #fff;
    position: relative;
    margin-top: -150px;
    /*box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);*/
}

.form-tr-gap{
    padding: 2.5rem 2.5rem;
}

.form_left-side{
    background: linear-gradient(45deg,#ff5a09,#777777);
    color: #fff !important;
}

.form_left-side h4{
    font-weight: 600;
}

ul li a{
    font-family: 'Roboto', sans-serif;
}

.contact-list{
    padding: 0;
}

.contact-list .containt{
    list-style: none !important;
    color: #fff;
    margin-top: 14px;
    display: flex;
    align-items: flex-start;
    padding: 0 0 0 -55px !important;
}
.btn_submit{
    background-color: #FF7A59 !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
}