.consultationMain{
    background: url(../image/content-bg.jpg);
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.consultationFormCont{
    height: 70vh;
    width:35%
}
.consultformCont{
    height: 90vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

@media only screen and (max-width: 767px){
    .consultationFormCont{
        height: 70vh;
        width:88%
    }
    .consultationMain{
        height: 138vh;
    }
    .consultformCont{
        height: 120vh;
        flex-direction: column;
    }
    
    
}