*
{
margin: 0;
padding: 0;
}
@font-face {
    font-family: Helvetica-neue;
    src: url(../fonts/HelveticaNeueRoman.otf);
}
@font-face {
    font-family: Helvetica-neue-medium;
    src: url(../fonts/HelveticaNeueMedium.otf);
}
@font-face {
    font-family: Helvetica-neue-light;
    src: url(../fonts/HelveticaNeueThin.otf);
}
h1, h2, h3, h4, h5, h6{
font-family: 'Helvetica-neue-medium';
}
p{
font-family: 'Helvetica-neue';
}
* {
scrollbar-width: thin !important;
scrollbar-color: #ffdf6c #fff !important;
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar-track {
background: #fff !important;
}
*::-webkit-scrollbar-thumb {
background-color: #65676a !important;
border-radius: 2rem !important;
border: 0.3rem solid #ffdf6c !important;
}
*::-webkit-scrollbar-corner {
background: #ffdf6c !important;
}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: 1422px;
}
}
/* Header style Start */
nav.navbar.navbar-expand-lg {
background-color: #fff;
border-bottom: 2px solid #dddddd94;
padding: 15px 0px;
}
a.navbar-brand {
width: 40%;
}
li.nav-item {
padding-right: 21px;
}
.nav-contact {
    font-size: 16px;
    text-decoration: none;
    color: #181818;
    line-height: 44px;
}
.navbar-toggler {
    color: #8383834f;
    border-radius: 5px;
    border: 1px solid;
}
a.nav-link {
color: #222222;
}
a.nav-link:hover{
    color: #c18700;
}
div#navbarTogglerDemo03 {
font-family: 'Helvetica-neue';
font-size: 15px;
font-weight: 700;
}
li.nav-item.phone-no {
text-decoration: underline;
}
li.nav-item.phone-no:hover{
    color: #c18700;
}
.phone-no img {
padding-right: 10px;
}
.searchBar {
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
}
#searchQueryInput {
width: 94%;
height: 44px;
border: 1px solid #DDDDDD;
border-radius: 51px;
padding: 0 3.5rem 0 1.5rem;
font-size: 1rem;
}
#searchQuerySubmit {
width: 3.5rem;
height: 2.8rem;
margin-left: -3.5rem;
background: none;
border: none;
outline: none;
}
#searchQuerySubmit:hover {
cursor: pointer;
}
li.nav-item.nav-button {
background-color: #ffc805;
color: #000;
padding: 1px 34px;
border-radius: 29px;
text-align: center;
}
/* Header style End */
/* Banner Section */
.banner{
height: 83vh;
position: relative;
background-image: url(../img/banner.png);
padding: 10% 0;
background-size: contain;
}
.banner-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #262626;
    padding-right: 16%;
}
.banner-para {
    font-size: 20px;
    line-height: 30px;
    color: #515151;
    padding-top: 14px;
    margin-bottom: 53px;
    padding-right: 19%;
}
.book-now {
text-decoration: none;
color: #262626;
background-color: #FFC805;
padding: 20px 134px;
border-radius: 50px;
font-family: 'Helvetica-neue';
font-size: 15px;
font-weight: 600;
}
.book-now:hover{
    background-color: #e9b700;
    color: #fff;

}
.searchBar-banner {
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
margin-top: 33px;
}
#searchQueryInputs {
width: 49%;
height: 55px;
border: 1px solid #DDDDDD;
border-radius: 51px;
padding: 0 3.5rem 0 1.5rem;
font-size: 15px;
}
#searchQueryInputs:hover{
    border: 1px solid #e0a800;
}
#searchQuerySubmits {
width: 3.5rem;
height: 2.8rem;
margin-left: -3.5rem;
background: none;
border: none;
outline: none;
}
#searchQuerySubmits:hover {
cursor: pointer;
color: #e0a800;
}
/* Banner End */
/* Specialities Start */
.specialities {
background-color: #ffc80517;
}
.owl-carousel .owl-item img {
    display: inline;
    width: auto;
}
.owl-carousel .owl-item img:hover {
    display: inline;
    width: auto;
    cursor: pointer;
    box-shadow: 0;
    transition-duration: 1s;
    transition-timing-function: linear;
    transition-delay: 1s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;


}
.product-img:hover{
    cursor: pointer;
    box-shadow: 0;
    transition-duration: 1s;
    transition-timing-function: linear;
    transition-delay: 1s;
    box-shadow: rgba(129, 136, 143, 0.2) 0px 8px 24px;

}
.specialities {
    padding: 3px 0px;
}
img.spec-img {
padding-right: 9px;
}
span.items-list {
font-size: 16px;
font-weight: 600;
color: #262626;
font-family: 'Helvetica-neue'
}
span.items-list:hover{
    color: #c18700;
    font-family: 'Helvetica-neue-light';
    letter-spacing: 1px;
}
/* Specialities End */
/* How it works Start */
.how-it-works-section {
text-align: center;
padding: 65px 0;
}
.how-it-works-section .step {
padding: 45px;
}
.how-it-works-section .step img {
margin-bottom: 20px;
}
.how-it-works-section h2 {
    margin-top: 39px;
    margin-bottom: 22px;
    font-weight: 700;
    font-size: 36px;
}
.how-it-works-section .step h5 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #262626;
}
.step-1 {
margin-top: 12px;
font-size: 14px;
color: #B0B0B0;
font-weight: 500;
}
p.step-para {
color: #515151;
font-size: 16px;
line-height: 26px;
font-weight: 400;
margin-top: 12px;
}
/* How it works End */
/***Product slider Start ***/
.product-head {
    margin-top: 45px;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 13px;
}
.sub-head{
text-align: left; 
color: #808080; 
padding-bottom: 20px;
margin-bottom: 31px;
}
p.card-title-product {
text-align: left;
font-weight: 700;
font-size: 18px;
color: #262626;
margin-top: 23px;
}
.card-subtitle-product {
text-align: left;
color: #000000;
margin-top: -10px;
font-size: 16px;

}
.product-box:hover {
    cursor: pointer;
    box-shadow: 0;
    transition: box-shadow 1s;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.process-btns{
text-align: center;
margin-top: 55px;
margin-bottom: 9%;
font-family: 'Helvetica-neue';
}
.product-btn {
border: 1px solid;
border-radius: 33px;
padding: 14px 52px;
font-size: 16px;
font-weight: 500;

}
.product-btn:hover{
    background-color: #ffc107;
    font-size: 16px;
}
/***Product slider End ***/
/* Nursing and care taker services start */
.nursing {
    background: url(../img/nursing.png) no-repeat center center;
    background-size: cover;
    padding: 6% 0;
}

.nursing h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    padding-right: 6%;
}

.nursing p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #262626cf;
    margin-top: 19px;
    margin-bottom: 34px;
    padding-right: 12%;
}

.nursing .btn {
    font-size: 16px;
    font-weight: 400;
    background-color: #262626;
    color: #fff;
    text-decoration: none;
    border-radius: 32px;
    padding: 13px 54px;
    font-family: 'Helvetica-neue';
}
.nursing .btn:hover{
    background-color: #FFC107;
    border: 0px;
    color: #000;
}
/* Nursing and care taker services End */
/* Testimonial Start */
.testimonial-section {
background-color: #ffffff;
text-align: center;
padding-top: 7%;
padding-bottom: 6%;
}
.testimonial-quote {
    font-size: 54px;
    line-height: 66px;
    font-weight: 600;
    margin-bottom: 38px;
    color: #262626;
}
.testimonial-image img {
width: 95px;
height: 95px;
border-radius: 50%;
margin-bottom: 15px;
}
.testimonial-name {
font-size: 22px;
font-weight: 700;
color: #262626;
margin-bottom: 2px;
}
.testimonial-location {
    font-size: 19px;
    font-weight: 400;
    color: #454545;
}
/* Testimonial End */
/* Health Care Start */
.health-care{
background-color: #262626;
}
.icon-box {
margin-top:48px;
text-align: left;
}
.icon-box i {
font-size: 50px;
color: #ffc107;
}
.icon-box h4 {
    margin-top: 30px;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}
.icon-box p {
margin-top: 10px;
font-size: 16px;
line-height: 24px;
color: #bdbdbd;
padding-right: 84px;
}
.health-care-head {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}
.health-care-section {
padding: 6% 0;
}
/* Health Care End */
/* Faq Start */
.faq{
background-color: #F7F7F7;
}
.faq-section {
padding: 6% 0;
}
.faq-heading {
    margin-top: 26px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 700;
    line-height: 48px;
    font-size: 36px;
    color: #262626;
}
.faq-card {
border-radius: 6px;
padding: 24px 20px;
margin-bottom: 12px;
list-style: none;
position: relative;
cursor: pointer;
}
.faq-open-icon {
    font-size: 21px;
    position: absolute;
    top: 18px;
    right: 24px;
    font-weight: 700;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    padding: 0px 11px;
    border: 1px solid #DDDDDD;
}
details[open] .faq-open-icon {
    font-size: 14px;
    position: absolute;
    top: 18px;
    right: 24px;
    font-weight: 900;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 32px;
    padding: 6px 10px;
}
details > summary {
list-style: none;
font-size: 18px;
font-weight: 600;
font-family: 'Helvetica-neue';
}
details > summary::-webkit-details-marker {
display: none;
}
details[open] summary {
color: #000;
font-size: 19px;
font-weight: 700;
font-family: 'Helvetica-neue';
}
details[open] .faq-card-spoiler {
display: inline-block;
padding-top: 15px;
color: #515151;
font-size: 16px;
line-height: 26px;
font-family: 'Helvetica-neue';
}
.faq-aftertext {
text-align: center;
color: #8b8b9a;
}
.underline{
margin: 1rem 0;
color: #8b8b8b;
border: 0;
margin-left: 17px;
border-top: var(--bs-border-width) solid;
opacity: .25;
}
/* Faq End */
/* Latest Article Start */
.article-head {
font-size: 36px;
font-weight: 700;
}
.articles {
padding-top: 7%;
padding-bottom: 5%;
}
.article-card img {
object-fit: cover;
border-radius: 10px;
}
.article-title {
font-size: 18px;
font-weight: 500;
margin-top: 27px;
margin-bottom: 10px;
}
.article-description {
color: #515151;
font-size: 16px;
font-weight: 500;
}
.view-all {
text-align: right;
margin-bottom: 20px;
text-decoration: underline;
font-family: 'Helvetica-neue';
}
.view-all a {
text-decoration: underline;
color: #000;
font-weight: bold;
}
.view-all a:hover{

    color: #c18700;
}
/* Latest Article End */
/* Footer Start */
.footer {
padding-top:47px;
padding-bottom: 20px;
}
.footer-section{
background-color: #262626;
}
.footer-paragraph {
background-color: #F7F7F7;
padding-bottom: 29px;
padding-top: 44px;
}

.footer-para {
color: #515151;
font-size: 16px;
line-height: 24px;
}
.column-title {
color: #fff;
font-size: 17px;
font-weight: lighter;
font-family: 'Helvetica-neue';
padding-bottom: 13px;
}
a.footer-link {
text-decoration: none;
font-family: 'Helvetica-neue-light';
color: #ffffffb3;
padding-bottom: 15px;
font-size: 15px;
font-weight: 300;
}
.footer-yellowcare {
margin: 0px;
color: #ffffffb3;
font-size: 15px;
font-weight: 200;
}
.footer-line {
color: #ffffff80;
margin-top: 41px;
margin-bottom: 30px;
}
.socialmedia {
margin-top: 50px;
}
img.socialmedia-link {
padding-right: 20px;
}
.copyright{
    color: #ffffffb3;
    font-family: 'Helvetica-neue-light';
    font-size: 15px;
    letter-spacing: 1px;
}
a.powered-by {
    text-decoration: none;
    color: #ffffffb3;
    font-family: 'Helvetica-neue-light';
    font-size: 15px;
    letter-spacing: 1px;    
}
a.powered-by:hover{
    color: #FFC805;

}

.footer-link :hover {

    color: #ffc805;
}
/* Footer End */
/* Contact page start */
.contact-section {
padding: 50px 0;
}
.support-para {
    color: #515151;
    font-size: 16px;
    line-height: 26px;
}
.contact-info h2 {
font-weight: 700;
margin-bottom: 14px;
font-size: 36px;
color: #262626;
}
.contact-para {
padding-bottom: 25px;
font-size: 17px;
}
.contact-icons {
padding-right: 15px;
}
.contact-detail {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 6px;
}
a.phone-link {
    text-decoration: none;
    color: #000;
}
a.phone-link:hover {
    text-decoration: none;
    color: #c18700;
}
.contact-detail {
font-size: 17px;
font-weight: 700;
padding-bottom: 6px;
}
.customer-support h5 {
font-size: 15px;
font-weight: 600;
color: #262626;
margin-bottom: 13px;
}
.support-div {
margin-top: 33px;
}
.customer-support {
padding-right: 56px;
}
.contact-form {
background-color: #F7F7F7;
padding: 23px 30px;
border: 1px solid #DDDDDD;
border-radius: 25px;
width: 82%;
margin-left: 25px;
}
.contact-form .form-control {
margin-bottom: 15px;
border: 1px solid #DDDDDD;
border-radius: 24px;
padding: 13px 19px;
font-family: 'Helvetica-neue';
font-size: 16px;
}
.contact-form button {
background-color: #ffc107;
color: #262626;
border: none;
font-size: 17px;
font-weight: 500;
padding: 10px;
border-radius: 50px;
width: 100%;
margin-top: 30px;
}
.contact-form button:hover {
background-color: #e0a800;
}
h4.form-text {
font-size: 30px;
font-weight: 800;
color: #262626;
margin-bottom: 20px;
}
.location-section {
padding: 30px;
}
.map-container {
border-radius: 15px;
overflow: hidden;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.map-embed {
width: 100%;
height: 100%;
border: none;
}
.location-text h2 {
font-size: 28px;
font-weight: 700;
margin: 20px 0;
}
section.map {
    margin: 37px 0;
}
.location-text p {
    font-size: 16px;
    margin-bottom: 0;
    color: #515151;
    padding-right: 34%;
}
/* Contact page End */
/* Product page Start */
.products-list {
    margin-bottom: 5%;
}
.product-page-item {
    margin-bottom: 40px;
}
.nav-link {
    font-size: 14px;
    text-align: left;
}
.nav-tabs .nav-link {
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #51515186;
    font-family: 'Helvetica-neue';
}
.nav-tabs .nav-link.active {
    border-bottom: 2px solid black;
    color: black;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Helvetica-neue';
}
.nav-tabs .nav-link:hover{
    color: #000000;
}
.tab-content {
    padding: 20px;
}
.prod-head {
    margin-top: 25px;
    font-size: 36px;
    font-weight:700;
    margin-bottom: 44px;
}
.product-subhead {
    font-size: 16px;
    color: #515151;
    line-height: 26px;
}
/* Product page End */

.image-grid img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.image-grid .col {
    padding: 5px;
}
.share {
    text-align: right;
    margin-bottom: 20px;
    font-family: 'Helvetica-neue';
    }
.share a {
        text-decoration: none;
        color: #000;
        font-weight: bold;
        font-size: 18px;
        padding-left: 8px;
}

.booking-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 28px;
    width: 89%;
}
.booking-card h3{

    font-size: 22px;
    margin-top: 12px;
    margin-bottom:25px;
}
.fee-list {
    font-size: 16px !important;
    line-height: 36px !important;
    color: #0c0c0c !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
select#duration {
    border-radius: 30px;
    padding: 14px 23px;
    border: 1px solid #B0B0B0;
}
.box-hr {
    border: 1px dashed #7b7b7b;
    margin: 23px 0px;
}
.total-price {
    font-weight: bold;
}

.book-now-btn {
    background-color: #FFC107;
    color: black;
    border: none;
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    margin-top: 22px;
    font-weight: 600;
}

.qr-code {
    margin-top: 20px;
    display: flex;
}

.qr-code img {
    width: 100px;
    height: 100px;
}
.qr-text {
    font-size: 16px !important;
    padding-left: 15px !important;
    line-height: 24px !important;
    color: #2c2c2c !important;
    font-weight: 400 !important;
}
.product-detail-head {
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 37px;
}
section.similar-products {
    margin-top: 4%;
    margin-bottom: 4%;
}
.modal-header-custom {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 30px;
    font-size: 30px;
    padding-left: 30px;
}

.modal-body-custom {
    padding: 17px 30px 0px;
}

.modal-content-custom {
    border-radius: 27px;
}

.modal-title {
    font-weight: 800;
    font-size: 28px;
}
button.btn-close {
    font-size: 19px !important;
}
.total-price-summary {
    background-color: #cdcdcd29;
    border: 1px dashed #b9b9b9;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 13px !important;
    margin-top: 0px !important;
    text-align: left;
}

.form-control {
    border-radius: 24px;
    padding: 13px 24px;
    border: 1px solid #d7d7d7;
}

.submit-btn {
    background-color: #FFC805;
    color: #222222;
    border-radius: 25px;
    border: none;
    width: 100%;
    padding: 14px;
    font-weight: 700;
    margin-top: 20px;
    font-family: 'Helvetica-neue';
    margin-bottom: 42px;
}

.modal-content-custom {
    border-radius: 15px;
    text-align: center;
}

.checkmark {
    margin-bottom: 20px;
    margin-top: 35px;
}

.confirmation-text {
    font-weight: 800;
    font-size: 28px;
    margin-top: 34px;
}
.soon-text {
    margin-top: 8px !important;
    color: #000000 !important;
}
.emergency-text {
    margin-top: 26% !important;
    margin-bottom: 0px !important;
}
.emergency-no {
    color: #515151;
    font-size: 16px;
    font-family: 'Helvetica-neue';
}



.hospital-bed h2{
    font-size: 24px;
    font-weight: 800;
}

.hospital-bed p {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    color: #515151;
    margin-top: 17px;
    margin-bottom: 40px;
}
.list-unstyled li{
    font-family: 'Helvetica-neue';
    font-size: 17px;
    font-weight: 700;
    color: #262626;
    padding-left: 25px;
}
.list-unstyled p{
    font-size: 15px;
    font-weight: 500;
    color: #515151;
    margin: 0px 45px;
}
.list-img {
    padding-right: 14px;
}
.list-unstyled li {
    padding-bottom: 25px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-top: 33px ;
}
.indication h4{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 48px;

}
.indication-ul {
    margin-top: 24px;
}
.indication-li {
    font-size: 17px;
    padding-bottom: 25px;
    font-family: 'Helvetica-neue';
    color: #515151;
}
.things-know{
    margin-top: 40px;

}
.date {
    text-align: left;
}
/*** Media query for Mobile view***/
@media only screen and (max-width: 600px) {
 
    
.banner-title {
    font-size: 34px;
    line-height: 42px;
    font-weight: 800;
    color: #262626;
    padding-right: 0px;
}

.banner-para {
    font-size: 19px;
    line-height: 31px;
    font-weight: 500;
    color: #515151;
    padding-top: 8px;
    margin-bottom: 46px;
    padding-right: 0px;
}
.book-now{
    padding: 17px 37% !important;
}
#searchQueryInputs {
width: 95%;
height: 58px;
border: 1px solid #DDDDDD;
border-radius: 51px;
padding: 0 3.5rem 0 1.5rem;
font-size: 15px;
}
.feature-item {
display: inline-block;
padding-bottom: 18px;
}
.row-works {
width: 100%;
}
.how-it-works-section .step {
padding: 8px 30px;
}
.how-it-works-section {
text-align: center;
padding: 0px;
}
.process-btns {
text-align: center;
margin-top: 22px;
margin-bottom: 16%;
}
.testimonial-quote {
font-size: 38px;
line-height: 47px;
font-weight: 800;
margin-bottom: 21px;
color: #262626;
}
.health-care-section {
    padding: 6% 5%;
}
.icon-box {
margin-top: 32px;
text-align: left;
}
.icon-box p {
margin-top: 10px;
font-size: 17px;
line-height: 28px;
color: #bdbdbd;
margin-bottom: 31px;
padding-right: 0;
}
details > summary {
list-style: none;
font-size: 17px;
font-weight: 700;
font-family: 'Helvetica-neue';
}
.faq-heading {
margin-top: 26px;
margin-bottom: 15px;
text-align: left;
font-weight: 800;
line-height: 45px;
font-size: 35px;
color: #262626;
padding-left: 12px;
}
details[open] summary {
color: #000;
font-size: 17px;
font-weight: 700;
font-family: 'Helvetica-neue';
}
details[open] .faq-open-icon {
    padding: 6px 10px;
}
.faq-open-icon {
padding: 0px 10px;
}
.latest-article {
margin-top: 20px;
}
.article-head {
font-size: 28px;
font-weight: 800;
}
.socialmedia {
margin-top: 34px;
margin-bottom: 30px;
}
.faq-row{
width: 100%;
}
.faq-card {
    border-radius: 6px;
    padding: 24px 0px;
    padding-left: 12px;
    padding-right: 21px;
    margin-bottom: 12px;
    list-style: none;
    position: relative;
    cursor: pointer;
}
.health-care-head {
    font-size: 32px;
}

.contact-row{
width: 100%;
}
.contact-section {
padding: 50px 14px;
}
.contact-form {
background-color: #F7F7F7;
padding: 23px 30px;
border: 1px solid #DDDDDD;
border-radius: 20px;
width: 100%;
margin-left: 0;
}
section.map {
margin: 0px;
}
.location-text {
margin-top: 25px;
}
.location-text h2 {
font-size: 25px;
font-weight: 800;
margin: 12px 0;
}
.location-section {
padding: 0px 17px;
padding-bottom: 62px;
}
.nursing {
    background: url(../img/nursing-mobile.png) no-repeat center center !important;
    background-size: cover !important;
    padding: 6% 0 !important;
}
.nursing-text {
    padding-top: 83%;
    padding-bottom: 4%;
}

.specialities {
    padding: 0px ;
}
.owl-carousel .owl-item img {
    display: inline;
    width: auto;

}
.indication h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 34px;
}
}

/* Tab view */
@media only screen and (max-width: 850px) {
    
.icon-box p {
 padding-right: 0px;
}
       
.nursing {
    background: url(../img/nursing-tab.png) no-repeat center center;
    background-size: cover;
    padding: 6% 0;
}
.banner {
    height: 170vh !important;
    background-image: url(../img/banner-mobile.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center 10%;

    padding: 0;
    margin-bottom: 40px;
    background-size: cover;
}
    
.banner-title {
    font-size: 34px;
    line-height: 42px;
    font-weight: 800;
    color: #262626;
    padding-right: 0px;
}

.banner-para {
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
    color: #515151;
    padding-top: 8px;
    margin-bottom: 46px;
    padding-right: 0px;
}
.book-now{
    padding: 4% 40%;
}
#searchQueryInputs {
width: 95%;
height: 58px;
border: 1px solid #DDDDDD;
border-radius: 51px;
padding: 0 3.5rem 0 1.5rem;
font-size: 15px;
}

}
@media only screen and (max-width: 768px) {
section.banner  {
    padding: 20px 0;
}
}

@media only screen and (max-width: 600px) {
    
 
    .banner {
        height: 115vh !important;
        background-image: url(../img/banner-mobile.jpg);
        background-position: bottom center;
        background-size: contain;
    }
}

.navbar-nav .dropdown-menu {
    position: static;
    border: 0px;
    border-radius: 0px;
    min-width: 188px;
    background-color: #FFC107;
    padding: 0px;
}
a.dropdown-item {
    padding: 11px 8px 11px 16px;
    border: 1px solid #ffffff99;
}
