h1, h2, h3, h4, h5, h6 {
    font-family: "Tahoma", sans-serif;
  }

.search-slt {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.wrn-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.search-slt-small,.wrn-btn-small{
    height: calc(2.5rem) !important;
}
.search-filter-button{
    background-color: rgba(235, 146, 49, 255);
    color: #ffffff;
}
.search-filter-button:hover{
    background-color: rgba(235, 146, 49, 255);
    color: #ffffff;
}
.map{
    height: 300px;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: 300;
    color: #FFD600;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}
@media (min-width: 992px) {
    .search-sec {
        position: relative;
        top: -30px;
        background: rgba(26, 70, 104, 0.51);
    }
}

@media (max-width: 992px) {
    .search-sec {
        background: #1A4668;
    }
}

.box {
    width: 25px;
    height: 25px;
    padding: 2px;
    border: 1px solid #003580;
    background-color: #003580;
    border-radius: 5px 3px 5px 0px;
    margin-top: 10px;
}
.overflow-text-hide {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#footer{
    padding: 0 0 15px 0;
}

#footer .footer-top{
    background-color: #f7fcfc;
}

#footer .copyright{
    color: #ffffff;
    padding: 15px;
    font-size: 10px;
}

.custom_btn{
   background-color: rgba(235, 146, 49, 255);
    color: #fff;
}
.custom_btn:hover{
   background-color: rgba(235, 146, 49, 255);
    color: #fff;
}
.sign-up-in-card{
    background: #f7fcfc;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
   background-color: rgba(235, 146, 49, 255);
    color: #fff;
}

.nav-link {
    color: rgba(235, 146, 49, 255);
}
.nav-link:hover {
    color: rgba(235, 146, 49, 255);
}
.navbar-mobile ul {
    right: 0px;
    left: 0px;
    background-color: transparent;
}

.bi-x{
    border: 1px solid #fff;
}
#botmanWidgetRoot .mobile-closed-message-avatar svg{
    margin: 13px !important;
}
@media screen and (min-width: 768px) {
    .bg-md-transparent {
        background-color: transparent !important;
    }
    .border-bottom-md-0 {
        border-bottom: 0px !important;
    }
  }
