.booking-sec {
    display: flex;
    padding: 50px 0px;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    border-radius: 50px 50px 0 0;
    background-color: #fff;
    top: 75px;
    background-size: cover;
    background-repeat: no-repeat;
}
.active-text {
    color: #149D52;
}
.booking-sec h4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 43.2px;
}

.booking-sec ul {
    display: flex;
}
a {
    color: #097e52;
    font-weight: 800;
}
.booking-sec li {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding: 0 2px;
}
.user-icon {
    background: #eaeaea;
    border-radius: 54px;
    padding: 8px;
}
.header {
    background: #097E52;
}
body {
    background: #097E52;
}
.rr-div li {
    font-weight: 500;
    text-align: justify;
}
.rr-div p {
    font-weight: 500;
    text-align: justify;
    margin-bottom: 10px;
}

.rr-div {
	background: #fff;
    padding-top: 10%;
    padding-bottom: 5%;
}
.rr-div h5 {
  color: #000;
    font-weight: 700;
        padding-top: 15px;
}
.rr-div ul {
    list-style-type: disc;
}
.text-green {
    color: #097e52;
    font-weight: 700;
}
.pl3 {
    padding-left: 3%;
}
.pl3 h5 {
    font-size: 18px;
}

/*mobile responsive*/
@media only screen and (min-width: 300px) and (max-width: 768px) {
.rr-div {
    background: #fff;
    padding-top: 25%;
}
}