.banner {
    position: relative;
    height: 200px;
    /* Adjust height as needed */
    background-image: url('../../frontend/images/banner.svg');
    /* Replace with your image path */
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
    /* Text color */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Mulish;
    font-size: 40px;
    font-weight: 900;
    line-height: 85px;
    text-align: center;
    margin: auto;

}

.side-box {
    width: 100%;
    background: #F5F5F5;
    align-items: center;
    display: flex;
    justify-content: center;

}
.side-box h3 {
    font-size: 18px !important;
    margin: 0;
    padding: 20px 0;
}
.side-box.active h3 {
    color: #fff;
}

.side-box.active {
    background: #FF001A;
}

.side-box-content {
    color: #171044;

}

.services-check {
    width: 841px;
    height: 194px;
    top: 974px;
    left: 489px;
    gap: 0px;
    margin: auto;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    border: 1px solid #9F9F9F;
    display: flex;
    align-items: center;
    justify-content: center;


}

/* booking page  */

.div_bg {
    border-radius: 10px;
    opacity: 0px;
    background-color: #F6F6F6;
}

.div_card {
    margin: auto;
    justify-items: center;

}

.check-icon {
    width: 53px;
    height: 53px;
    top: 421px;
    left: 221px;
    gap: 0px;
    opacity: 0px;
    color: #2B3A91;

}

.hr-border {
    width: 250px;
    height: 0px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    border: 1px solid #dd6d6d;
   
    margin: auto;
}