.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;
}

.booking-sec li {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}

.header {
    background: #097E52;
}
body {
    background: #097E52;
}


.about-div {
	background: #fff;
    padding-top: 10%;
    padding-bottom: 5%;
}
.about-div h5 {
 text-align: center;
 font-size: 35px;
 line-height: 50px;
 font-style: italic;
}
.text-green {
    color: #097e52;
    font-weight: 700;
}
.story-div {
    /*padding-top: 5%;*/
    background: #fff;
}
.story-div .outer {
    background: #097E52;
    border-radius: 5px;
    padding: 26px;
    color: #FFFFFF;
    text-align: justify;
}
.story-div h4 {
    padding-bottom: 15px;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}
.story-div p {
    font-size: 15px;
    font-weight: 500;
}
.story-div h6 {
    font-weight: 700;
    font-size: 20px;
    color: #097e52;
}
.turf-img {
    height: 330px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.misson-div {
    background-color: #fff;
    position: relative;
    padding: 100px 0;
}
.misson-div h4 {
 color: #050b20;
 font-family: Poppins;
 font-size: 32px;
 font-style: normal;
 font-weight: 500;
 line-height: 40px;
 padding-bottom: 15px;
 text-align: center;
}
.misson-div img {
    margin: 0 auto;
    display: block;
    padding-bottom: 5%;
}
.misson-div h6 {
 font-size: 24px;
 font-weight: 700;
 text-align: center;
 color: #fff;
 padding-bottom: 5px;
}
.misson-div p {
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.misson-div .outer {
    background: #000;
    padding: 10px;
    border-radius: 5px;
    height: 430px;

}
.misson-div .text {
    color: #000;
    font-size: 18px;
    width: 55%;
    margin: 0 auto;
    padding-bottom: 5%;
}

.whyus-div {
    background-color: #fff;
    padding: 0px 0 80px 0;
}
.whyus-div h4 {
    color: #050b20;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    padding-bottom: 6%;
}
.whyus-div h5 {
font-size: 25px;
    font-weight: 700;
    padding-top: 20px;

}
.whyus-div p {
text-align: left;
    font-weight: 500;
}
.whyus-div .outer {
    padding: 13px 20px;
}
.whyus-div .outer:hover {
background: #149d5287;
    padding: 13px 20px;
    border-radius: 5px;
    height: 290px;
}
.joinus-div {
    background: #097e52;
    padding: 5% 0;
}
.joinus-div h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 25px;
}
.joinus-div p {
   color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
}

.user-icon {
    background: #eaeaea;
    border-radius: 54px;
    padding: 8px;
}


















/*mobile responsive*/
@media only screen and (min-width: 300px) and (max-width: 768px) {
    .misson-div .text {
        color: #000;
        font-size: 20px;
        width: 100%;
    }
    .about-div h5 {
    text-align: center;
    font-size: 20px;
    line-height: 37px;
    font-style: italic;
    padding-top: 15%;
}
.misson-div .outer {
    margin-bottom: 10px;
}
.whyus-div .outer {
    text-align: center;
}
.whyus-div p {
    text-align: center;
    font-weight: 500;
}



}