.chooseRow{
    display: flex !important;
    height: auto !important;
    justify-content: center !important;
    align-items: center !important;
}
.chooseImg{
    display: flex !important;
    width: 100% !important;
    justify-content: space-around !important;
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap:wrap !important;
    margin-top:10px !important ;
}
.chooseImg div{
    display: flex !important;
    height: auto !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    gap: 5px;

}
.chooseImg h6{
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    color: #e31f23;
}
.chooseImg p{
    font-size: 14px;
    font-weight: 600;
    width: 140px;
    text-align: center;
    color: #4d4d4d;

}
.chooseImg img{
    width: 80px;
    height: 80px;
    transition: all 0.5s;
    }
    /* .imgHover{
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background-color: #1173b7;
    } */
.chooseImg div:hover img{
    width: 100px;
    height: 100px;
    border-radius: 50% 10%;
    background-color: #A5F1E9;
    }
.sectionChoose{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .wrap-caption p {
    color: #FFFFFF;
    background-color: none !important;
    padding: 10px;

}
.banner .overlay-bg{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));

}
/* @media (max-width:500px) {
    .chooseRow{
        padding: 20px 0px 20px 0px;
        height:100vh !important;
        margin: 3rem !important;
    }
} */

.servicePage:first-child{
    height: auto;
    width: 100%;
    padding: 10px 20px;
}
.servicePage:last-child{
    height:auto;
    width: 100%;
}
.formRow{
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left:0px !important;
    /* background-color: #4d4d4d !important; */
    /* background-color: #A5F1E9; */
}
.homeForm{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    /* flex-wrap: wrap; */
}
.homeForm form{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.homeForm button{
    padding: 5px !important;
}

.homeEnquire{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    /* width: 60%; */
    flex-direction: row;
}

.homeEnquire h4{
    font-size: 20px;
}
@media (max-width:600px) {
    .homeForm{
        flex-direction: column;
    }
}
/* @media (min-width:992px) {
    .formRow{
        margin-left:150px !important;
    }
} */
/* .owl-item{
    width: 400px !important;
} */

/* .imageSize{
    width:200px;
    height: 200px;
} */

.serviceForm{
    display: flex !important;
    /* width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left:0px !important; */
    width: 100% !important;
    flex-wrap: wrap !important;
    /* flex-direction: column !important; */
}
.servicePage img{
    width: 400px;
    height: 200px;
}
.servicePage h5{
    color: #1173b7;
}
.servicePage h5:hover{
    color: #e31f23;
}
.screen{
    display: flex;
    gap:15px;
    flex-direction: column;
    margin-top: 10px;
    padding: 10px 20px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5%;
}
#FAQ{
    margin: 20px 20px;
}
#FAQ h1{
font-size: 30px;
font-weight: 700;
text-align: center;
color: #065389;
}

#FAQ h3{
    font-size: 16px;
    font-weight: 600;
    text-align:left;
    color: #1173b7;
}
#FAQ p{
    font-size: 14px;
    font-weight: 600;
    text-align:left;
    color: #4d4d4d;
}
#FAQ a{
    color: #e31f23 !important;
    text-decoration: underline !important;
}
@media (max-width:500px) {
    #FAQ h3{
        text-align:center;
    }
    #FAQ p{
        text-align:center;
    }
}
@media (max-width:500px) {
    .AboutPara p{
    font-size: 14px;
    }
}

