
.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;
}
.services{
    margin-top: 80px;
}
.ben-h h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #0A3351;
    margin-bottom: 40px;
    margin-top: 50px;
}

.benifit-area {
    display: flex;
position: relative;
    align-items: flex-end;
    justify-content: space-between;
}
.ben-area {
    width: 18%;
    text-align: center;
}
.ben-text{
    margin-bottom: 30px;
}
.ben-text h1{
    font-family: "Montserrat", sans-serif;
    font-size:20px;
    font-weight: 500;
    color: #0A7FDB;
    margin-bottom: 10px;
}
.ben-text p{
    font-family: "Montserrat", sans-serif;
    font-size:16px;
    font-weight: 400;
    color: #444444;
}
.benifit-line{
    position: absolute;
    bottom: 1%;
    left: 0%;
    z-index: -1;
}
.benifit-line{
    width: 100%;
    height: 3px;
    background-color: #616161;
  
}

 /* end services */


 .coverd-head h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #0A3351;
    text-align: center;
}

.coverd-line {
    width: 100%;
    height: 1px;
    background-color: #04538C;
    margin-top: 5px;
    margin-bottom: 30px;
}

.covered{
    padding: 80px 0;
}
.cover-area{
    background-color: #F8F8F8;
    display: flex;
    justify-content: space-between;
    padding: 8px 20px;
    align-items: center;
}
.cover-1{
    width: 30%;
}
.cover-2{
    width: 70%;
}
.cover-1 p{
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #212529; 
}

.cover-2 p{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #444444; 
}

.cover-area-2{
    background-color: #EAF6FF;
}
















