
.btn-color{
    background: #007eff;
    border: #007eff;
}
.government-img{
    padding: 30px 20px;
    border-radius: 6px;
    /* border: 1px solid #f7f7f7; */
    /* box-shadow: 5px 5px 10px 0px rgb(16 0 71 / 7%); */
}
.status-quo-icon{
    max-width: 80px;
    max-height: 80px;
    padding: 20px;
    background-color: #F1F4FE;
    border-radius: 100px;
    box-shadow: 0px 0px 10px 0px rgb(16 0 71 / 7%);
}
.intelligentize-content{
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #f7f7f7;
    box-shadow: 10px 10px 10px 0px rgb(16 0 71 / 7%);
}
.intelligentize-desc{
    display: flex;
}
.intelligentize-desc .desc-image{
    max-width: 25px;
    max-height: 25px;
    margin-right: 10px;
}
.hire-area-bg::before{
    background: none !important;
}
h2.booking-color{
   color: #315593 !important; 
}
h2.booking-color-small{
    color: #88A2CF;
}
.phone-icon2{
    max-width: 30px;
    max-height: 30px;
}
.form-content input{
    border: none;
}
.form-bg{
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    padding: 5px;
}
img.form-icon{
    max-width: 20px;
    max-height: 20px;
    /* margin-right: 5px; */
}
.submit-btn{
    width: 65px;
    height: 35px;
    background-color: #5487CB;
    color: #FFFFFF;
    line-height: 35px;
    padding: 0 !important;
}
.submit-btn-a{
width: 65px ;
height: 35px ;
line-height: 35px;
color: #fff;
cursor: pointer;
}
.consult-btn{
    width: 100px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #315593;
    color: #315593;
    border-radius: 6px;
}
.ampus-servies-image{
    position: relative;
}
.ampus-servies-image .img-left{
    position: absolute;
    left: -25px;
    top: 0;
}
.status-quo-icon-images{
    display: flex;
    justify-content: space-around;
}
.status-quo-icon-text{
    text-align: center;
}

@media only screen and (max-width: 580px){
    .small-screen{
        width: 50%;
    }
}