.big-title{
    color: #196886;
}
.contact-us-title{
    color: #FFFFFF;
}
.contact-us-header{
    font-family: "Poppins";
    height: 204px;
}
.kifal-steps {
    padding: 30px;
    border-radius: 12px;
    font-family: 'Segoe UI', sans-serif;
    position: relative;
}
.underline{
    display: block;
    width: 120px;
    height: 2px;
    background-color: rgba(29, 93, 133, 0.2);
    margin: 6px auto 0 auto;
}
.step {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    flex: 1;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);*/
    position: relative;
}

/* Divider lines between steps */
/*.step:not(:last-child)::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: -10px;*/
/*    top: 20px;*/
/*    height: calc(100% - 40px);*/
/*    width: 1px;*/
/*    background-color: #ddd;*/
/*}*/

.step-number {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    background: #dceff8;
    color: #006e91;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 5px #e6f4fa;
    position: relative;
}

.step p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.step strong {
    font-weight: 600;
    color: #000;
}

.bottom-margin{
    margin-bottom: 150px;
}
