
/* ********************   ABOUT-US HEADER START:  *********************  */

.servicing-head-bg{
    background: url("./imgs/servicing-bg.png") center center no-repeat;;
    background-size: cover;
    padding: 120px 0 120px;
    margin-top: -1px;
 }

.servicing-bg-text h1{
    font-size: 72px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: bold;
}

/* ********************   ABOUT-US HEADER END:  *********************  */

/* *********************   SERVICING HEAD START:  *********************  */

.servicing-head{
    /* width: 100%;
    height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.servicing-head h1{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 88px;
    color: rgb(31, 67, 152);
    font-weight: bold;
    line-height: 0.667;
    margin-top: 20px;
}
.servicing-head p{
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #333;
    font-weight: bold;
    margin:0;
    margin-left: 20px;
    margin-right: 20px;
}

.servicing-head::before{
    content: "";
    background-color:rgb(31, 67, 152);
    width: 70px;
    height: 15px;
    padding-right: 20px;
    margin-right: 20px;
}
.servicing-head::after{
    content: "";
    background-color: rgb(31, 67, 152);
    width: 70px;
    height: 15px;
    padding-right: 20px;
    margin-left: 20px;
}
.servicing-first-row{
    margin-top: 70px;
}

.servicing-second-row , .servicing-fourth-row{
    max-width: 930px;
    margin: 50px auto 80px;
}
.servicing-fourth-row{
    margin-top: 50px;
}
/* .servicing-second-row .row{
 margin-left: 80px;
} */
/* Tick Mark */
#tick-mark {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    top: 8px;
}
#tick-mark::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 50%;
    width: 3px;
    background-color: #336699;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

#tick-mark::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #336699;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

.servicing-text p{
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: rgb(35, 35, 35);
    font-weight: bold;
    margin: 3px;
    margin-left: 20px;
}

/* *********************   SERVICING HEAD END:  ********************* */

