*{
    margin: 0px;
    box-sizing: border-box;
    padding: 0px;
}
img{
    max-width: 100%;
}
body{
    font-family: "Inter", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Inter", sans-serif;
}
button{
        font-family: "Inter", sans-serif;
}
.container-lead-megnat {
    background: #F3F3F3;
     padding: 38px 20px;
    margin: 28px 0px;
}




.fl_Sec_form{
    padding: 50px 0px;
}
.container{
    max-width: 800px;
    margin: 0 auto;
}
.heading-text h2{
    text-transform: capitalize;
    font-size: 30px !important;
    color: black !important;
    margin: 0 !important;
}
.heading-text{
    padding-bottom: 10px;
    text-align: center;
}
.fl_small_pare p{
    line-height: 1.4;
}
.fl_small_pare{
    max-width: 527px;
    margin: 0 auto;
    text-align: center;
}
.fl_form{
    padding: 30px 0px;
    display: flex;
        justify-content: space-between;
    align-items: center;
}
.fl_form form input{
    width: 100%;
    border: 1px solid #cccc;
    background-color: #ffff;
    outline: 0;
    padding: 12px 10px;
    color: black;
    transition: 0.3s;

    border-radius: 7px;
    margin: 10px 0px;
}
.fl_form form input:focus{
        border: 1px solid black;

}
.fl_form form button{
         width: 100%;
    outline: 0;
    padding: 12px 20px;
    border-radius: 7px;
    border: 0;
    cursor: pointer;
    margin-top: 10px;
    height: auto !important;
    background: #9b2400 !important;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s !important;
    letter-spacing: 1px;

}
.fl_form form button:hover{
        background: #317dbc !important;
}
.fl-flx-row-form {
    max-width: 372px;
}
.fl_text-privecy p{
    line-height: 1.4;
    font-size: 15px;
}




@media (max-width: 991px) {
.heading-text h1 {
    text-transform: capitalize;
    font-size: 28px;
}
.fl_small_pare p {
    line-height: 1.4;
    font-size: 13px;
}
.fl_form{
    display: block;
}
.fl_Sec_form {
    padding: 50px 20px;
}
.fl_left-form-sd-img {
    text-align: center;
    margin-bottom: 27px;
}
}