/*Step3 css*/

.step3 .roomBox .card-img-top .title {
    background: linear-gradient( to bottom, rgba(0,159,177, 1), rgba(0,159,177, 0.8), rgba(255, 0, 0, 0) );
    color: #fff;
    padding: 5px 0px 5px 0px;
    font-weight: bolder;
    font-size: 22px;
    letter-spacing: -1px;
}

.step3 .roomBox .card-img-top .title small {
    font-weight: normal;
}

.step3 .roomBox .card-img-top .roomDetails {
    position: absolute;
    bottom: 0px;
    background: linear-gradient( to top, rgba(0,159,177, 1), rgba(0,159,177, 0.8), rgba(255, 0, 0, 0) );
    color: #fff;
    padding:  10px 0px 5px 0px;
    width: 100%;
}

.step3 .roomBox .card-img-top .roomDetails .badge {
    position: absolute;
    bottom: 35px;
    right: 20px;
    font-weight: bolder;
    font-size: 28px;
    color: #e18725;
    z-index:-1;
    padding-bottom: 50px;
    padding-top: 20px;
    line-height:12px;
}
.step3 .roomBox .card-img-top .roomDetails .badge small {
    font-size:10px;
    color:#6db5f4;
}

.services .analysisTop .analysisContainer {
    /* background: #6db5f4; */
    text-align: center;
    padding: 5px 0px 10px 0px;
    font-size: 16px;
    position: relative;
    bottom: 5px;
    z-index:-1;
    border-radius: 10px 10px 10px 10px;
}

.services .analysisBottom .analysisContainer {
    background: #f7f7fc;
    color:#ccc;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    position: relative;
    top: -5px;
    z-index:-1;
    border-radius: 0px 0px 10px 10px;
}

.services .analysisBottom .analysisContainer .analysisCost {
    padding-left: 10px;
}
.services .analysisBottom .analysisContainer .analysisDesc {
    text-align: left;
}
.services .analysisBottom .analysisContainer .clearfix:not(:last-child) {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.services .analysisBottom .analysisContainer .serviceDates {
    padding-top: 10px;
    color: #eaf5ff;
}

/* .step3 .service:not(:last-child) {
    border-bottom: solid 1px #e9e9e9;
} */

.step3 .service .service-add {
    font-size: 23px !important;
    font-weight: bold !important;
    padding: 0px 20px !important;
}

@media only screen and (max-width: 600px) {
    .step3 .service:not(:last-child) {
        border-bottom: solid 1px #e9e9e9;
    }
}

.step3 .services .service {
    border-bottom: solid 1px #e9e9f2;
    padding-bottom: 20px;
}

.step3 .services .serviceAnalysis {
    padding: 3px 10px;
}

.card-room-services-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-room-services-arrow {
    position: relative;
    width: 160px;
    height: 45px;
    background-color: #ccc;
    clip-path: polygon(50% 100%, 0 -1px, 100% -1px);
    margin: 0px auto;
}

.card-room-services-arrow::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: #019fb1;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
