.bannerForm {
    width: 600px !important;
}
.lableBlock{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}
.lableBlockInside{
    width: 48.5%;
}
.inquiryOptions{
    justify-content: flex-start !important;
    width: 100% !important;
}
.lableBlockInside select{
    width: 100%;
    margin-top: 8px;
    padding: 5px 0px 5px 10px;
    border-radius: 5px;border: 1px solid var(--lightblack);
    margin-bottom: 8px;
}
.fixHeight{
    min-height: 32px;;
}
.marginToplabel{
    margin-top:10px !important;
}
.marginTopblock{
    margin-top: 12px;
}
.banner .absoluteContainer {
top: 58% !important;
}

.fourPointsInside {
    flex-direction: row !important;
}

.fourPointsInside .fourPointsdata{
    text-align: left !important;
    margin-left: 20px;
}

.fourPointsInside .iCon{
    margin-bottom: 0px !important;
}

.bookconsultationBtn button{
    font-size: 16px !important;
}

@media screen and (max-width: 1600px){
.bannerForm {
    padding: 15px 15px !important;
}

/* 
.bannerForm .submit{
    margin-top: 15px !important;
} */
}

@media screen and (max-width: 1368px){
.bannerForm {
    max-width: 70% !important;
}
label{
    font-size: 12px !important;
}
.lableBlockInside select{
    font-size: 11px;
}
.bannerForm .submit{
    margin-top: 15px !important;
}
.bannerForm h2{
    font-size: 18px !important;
}
}


@media screen and (max-width: 1280px) {
    .bannerForm input {
        margin-bottom: 0 !important;
    }
}
    
@media screen and (max-width: 800px){
.FooterEnquireForm .bannerForm {
    width: 100% !important;
    max-width: 100% !important;
}    
.bannerForm input {
    margin-bottom: 7px !important;
}
}