
.ser-con h1{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #0A3351;
    text-align: center;
}

.ser-line{
    width: 100%;
    height: 1px;
    background-color: #04538C;
    margin-top: 5px;
    margin-bottom: 8px;
}

.ser-con p{
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #444444;
    text-align: center;
    line-height: 30px;
}

.benifit-area{
    display: flex;
    justify-content: space-between;
}

.ben-area {
    width: 23%;
    background-color: #d0ecff;
    border-bottom: 3px solid #fff;
    border-radius: 100px;
    box-shadow: 0px 8px 6px #bfbaba;
    padding: 35px 20px;
    text-align: center;
    transition: 0.4s;
}

.ben-img{
    margin-bottom: 10px;
}
.ben-area h1{
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #202020;
    text-align: center;
    margin-bottom: 15px;
}

.ben-area p{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    text-align: center;
}

.ben-h h1{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #0A3351;
    margin-bottom: 40px;
    margin-top: 50px;
}
.services{
margin-top: 70px;
}



img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.ben-area:hover {
    background-color: #eebdc27a;
    transform: translateY(-10%);
}




/* end services */





.enqury-area {
    padding: 80px 0 0;
    margin-bottom: 80px;
}

.cont-input input {
    width: 100%;
    padding: 15px 50px;
    border-radius: 10px;
    border: none;
    border: 1px solid #f5f5f5;
    background-color: transparent;
}

.cont-input{
    position: relative;
    width: 48%;
}

.moto{
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    color: red;
    font-size: 25px;
}

.contact-area{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.cont-input-2{
    width: 100%;
}
.cont-input-2 input{
    width: 100%;
    height: 130px;
}
.enq-con{
    background-image: url(../../bookimage/enq-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 50px;
    background-position: center;
}
.wel-btn-2{
    background-color: #fff;
    color: #0A74C8;
    font-weight: 500;
    margin-top: 40px;
}
.wel-btn-2:hover {
    background-color: #0A74C8;
    color: #fff;
    font-weight: 500;
}

.main-btn{
    text-align: center;
}
.enqury-area{
    position: relative;
}


.vex-man{
    position: absolute;
    bottom: 0%;
    left: 5%;
}

/* end enqury */

.enq-line{
    width: 100%;
    height: 1px;
    background-color: #04538C;
    margin-top: 5px;
    margin-bottom: 35px;
}

.enq-head h1{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #0A3351;
    text-align: center;
}


























