.section1{
    /* height: 100vh; */
    background-color: #ffffff63;
    /* background-image: url('../img/section1.jpg'); */
    position: relative;
    /* background-size:cover; */
    background-repeat: no-repeat;
    padding: 260px 0;
    margin-top: 40px;
}

@media(max-width:1000px){
    .section1{
        margin-top: 0;
    }
}

@media(min-width:1600px){
    .section1{
        height: 100vh;
    }
}
.bottom-fixed{
    position: absolute;
    bottom: 0;
}

.vertical-allign-middle{
    vertical-align: middle;
}
.section2{
    margin-top: -20px;
}



@media(max-width:767px){
    .section1{
        height: 100% !important;
    }
}

.LandingForm {
    background: #fff;
    position: relative;
    padding: 70px 40px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background-image: url(../img/landing-page/form.jpg);
    background-size: cover;
    box-shadow: 4px 8px 25px #00000038;
    z-index: 3;
}
.stickIcon {
    position: absolute;
    top: 0;
    left: -46px;
    z-index: 1;
}
.LandingFormField {
    border: none;
    border-bottom: 2px solid var(--five-color);
    border-radius: 0;
    margin-top: 23px;
}
