main{
    min-height: calc(100vh - 170px);
}

.section-search h4{
	color: #21fc21;
}
.contact-queries .form-select {
    min-height: 46px;
    padding: 9px 30px 8px 15px;
}
.appointment_sec {
    padding: 90px 0;
    background: #00b4e70f;
}
.login-wrap {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background: #f1f1f1b5;
    padding: 45px 20px;
    box-shadow: 0px 10px 15px 10px rgb(0 0 0 / 4%);
    box-shadow: 0px 0px 1px 4px rgb(0 0 0 / 4%);
}
.booking_sec {
    /* padding: 15px; */
    background: linear-gradient(90deg, #119f11 0%, #00b0e9 100%);
}
.booking_sec h2, .booking_sec p, .booking_sec a{
    color:#fff;
    margin-bottom:0px;
}
.booking_link{
    text-decoration:underline;
    color:#119f11;
}
.contact-page__call-box {
    position: relative;
        display: flex;
    border-top: 1px solid #cbcdd2;
    padding-top: 32px;
    margin-top: 25px;
}
.contact-page__call-box .icon i {
    color: #fff;
    font-size: 30px;
}
.contact-page__call-box .contact-content { 
    margin-left: 15px;
}
.newsletter_sec {
    width: 50%;
    position: relative;

}
.newsletter_container{
    display: flex;
    align-items: center;
}
.newsletter_sec input {
    background: transparent !important;
    /* border: none; */
    border: 1px solid #fff !important;
    border-radius: 0;
    width: 80%;
    margin-right: 15px;
    box-shadow: none !important;
    outline: none !important;

}
.main-container {
    border: 2px solid #F5F5F5;
    padding: 20px;
}
.acc-submit{
    text-align: left;
    margin-top: 15px;
}
.edit-profile {
    position: relative;
    right: 40px;
    /* top: 0; */
    background: #119f11;
    padding: 8px 15px;
    border-radius: 5px;
}
.edit-profile a{
   color: #fff !important;
}

.footer {
    background: linear-gradient(90deg, #119f11 0%, #00b0e9 100%); 
}
.service-section .owl-carousel .owl-item img{
    height: 250px;
    object-fit: contain;
}
.booking-list .booking-widget .booking-img img{
    object-fit: contain;
}
.policy_list h2 {
    font-size: 25px;
    margin: 0;
}
.banner-img1 {
    height: 157px;
    width: 305px;
    object-fit: cover;
    object-position: top;
}
.banner-img2 {
    height: 350px;
    width: 310px;
    object-fit: cover;
    object-position: top;
}
.banner-img3 {
    width: 300px;
    height: 320px;
    object-fit: cover;
}
.banner-img4 {
    width: 300px;
    height: 145px;
    object-fit: cover;
}
@media screen and (min-width:300px) and (max-width:767px){
    .menu-close {position: absolute; right: 28px;}
    .main-nav{width:100%;}
    .main-menu-wrapper .d-flex.g-2 { flex-wrap: wrap;}
    .newsletter_sec{width: 100%;}
    .newsletter_sec input{width: 65%;}
    .policy-menu li, .footer .footer-bottom .copyright-text p{text-align:center;}
    .policy-menu {text-align: center;}
    .booking_sec{margin-top:15px;}
    .contact-img img {margin-top: 20px;}
}
















