.rating-symbol {
    font-size: 0.6rem;
}

.rating-symbol-foreground,
.rating-symbol-background {
    color: #f78200 !important;
}

.text-editor>ul li:before {
    color: #cbe4f5;
    font-weight: 900;
    content: '\f6ec';
}

.trip-includes>ul li:before {
    color: #2170a5;
    content: '\f058';
}

.trip-excludes>ul li:before {
    color: #f78200;
    content: '\f057';
}

.navbar .dropdown-item {
    padding: 10px !important;
}

.navbar .dropdown-menu {
    width: max-content !important;
}

.navbar .dropdown-menu li {
    border-bottom: 1px solid #e6e6e6;
}

.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}

.hero-bottom>.container {
    display: block !important;
}

.hero-bottom .container>h1 {
    float: left !important;
}

.hero-bottom .container>nav {
    float: right !important;
}

.package-card img.img-fluid {
    width: 100%;
    height: 175px !important;
}

.stars>.fa-star {
    color: #f78200;
}

/*gallery*/
.gallery-wrap {
    position: relative;
    margin-bottom: 20px;
}

.gallery-wrap>.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(34, 113, 165, 0.09);
}

.gallery-wrap>.overlay:hover {
    background-color: rgba(247, 130, 1, 0.25882352941176473);
}

.gallery-wrap>img {
    width: 100%;
    height: 170px;
}

.gallery-wrap>.title {
    position: absolute;
    bottom: 11px;
    left: 15px;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

/**/

.middle-row.min {
    width: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 1021;
}

/*jquery ui autocomplete style*/
.autocomlete-highlight {
    z-index: 9;
    background-color: #f9f9f9;
    /* width: 1225px !important; */
    padding: 0.25rem 0;
}

.autocomlete-highlight li {
    list-style: none;
}

.autocomlete-highlight li>div {
    color: black;
    display: block;
    padding: 0.75rem 2rem;
    border-bottom: 1px solid #f3f3f3;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    cursor: pointer;
    display: block;
    background-color: #f78200;
    color: white;
    /*font-weight: bold !important;*/
}

/*end of jquery ui autocomplete style*/

label.error {
    color: red !important;
    display: block;
    margin-top: 10px !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

svg.icon {
    width: 1rem;
    height: 1rem;
}

#CDSWIDSSP {
    width: 100% !important;
}

.essential-info h3 {
    padding-bottom: 5px;
    border-bottom: 1px solid #ff8800;
    font-size: 18px;
    font-weight: 600;
}

.thumb {
    height: 450px;
    position: relative;
    margin-bottom: 30px;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}


.footer-tab {
    display: none;
    background: #0e592c;
    border-top: 1px solid #351E23;
    z-index: 101;
    height: 60px;
}

@media screen and (max-width: 800px) {
    .footer-tab {
        display: inherit;
        position: fixed;
        bottom: 0px;
        width: 100%;
    }
}

.footer-tab ul li {
    float: left;
    width: 25%;
    /*border-right: 1px solid #59b27df2;*/
    list-style: none;
    color: #fff;
    background: #0e582d;
    padding: 12px 0px;
    /*font-size:10px;*/
}

.footer-tab svg {
    width: 1.2rem;
    height: 1.2rem;
}