.booking-sec {
    display: flex;
    padding: 50px 0px;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    border-radius: 50px 50px 0 0;
    background: #fff;
    /*background-image: url(../images/booking/booking-bg.jpg);*/
    top: 75px;
    background-size: cover;
    background-repeat: no-repeat;
}
.active-text {
    color: #149D52;
}
.user-icon {
    background: #eaeaea;
    border-radius: 54px;
    padding: 8px;
}
.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;
    padding: 0 2px;
}

.header {
    background: #097E52;
}
body {
    background: #097E52;
}
.contact-div {
	background: #fff;
    padding-top: 10%;
    padding-bottom: 5%;
}
.contact-div .outer {
	/*box-shadow: 0 4px 44px rgba(211, 211, 211, .25);*/
	box-shadow: 0 4px 25px rgb(208 208 208);
    padding: 24px;
}
.contact-div .outer p a {
    color: #097e52;
    font-weight: 500;
}
.contact-div .outer h5 {
    font-weight: 700;
    font-size: 22px;
}
.outer img {
	background: #097e52;
    padding: 10px;
    border-radius: 10px;
}
.outer p {
	margin-bottom: 0;
}
.contact-form {
	background-color: #F9F9F6;
    text-align: center;
    padding: 5% 0;
}
.custform h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #192335;
    text-align: left;
}
.nameInp {
    background-color: #FAFAFA;
    border: none !important;
    padding: 10px;
    border-radius: 5px;
    height: 50px;
}
.contact-form .outer {
	padding: 3% 4%;
    background: #fff;
    margin: 5% 0;
}
.contact-form textarea {
	background-color: #FAFAFA;
    border: none !important;
    padding: 10px;
    border-radius: 5px;
} 
.form-control:focus {
	box-shadow: unset;
	background-color: #FAFAFA;
}
.submit {
	color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    padding: 10px 60px;
    background: #097E52;
    align-items: center;
    border-radius: 10px;
    border: unset;
}
.contact-form h3 {
text-transform: capitalize;
    font-weight: 600;
    font-size: 32px;
}



/*mobile responsive*/
@media only screen and (min-width: 300px) and (max-width: 768px) {

.contact-div {
    background: #fff;
    padding-top: 27%;
}
.contact-div .outer {
    box-shadow: unset;
    padding: 24px;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
}
.contact-div .outer h5 {
    font-weight: 700;
    font-size: 22px;
    padding-top: 13px;
}
}




