.small_desc span:before {
    content: " ";
}
.header_bottom_bar .details_bar ul {
    margin: 0;
    display: flex;
    align-items: self-end;
    flex-wrap: wrap;
}
@media (max-width: 1300px) {
    .main.header_bottom_inn {
        padding: 13px 15px;
    }
}
.img-grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-grid {
    height: 100%;
    min-height: 250px;
    width: 100%;
}

.banner-trip {
    position: relative;
}

@media (max-width: 991px) {

    .banner-trip .row .col-md-6.pl-0.pr-0,
    .col-md-6 .row {
        width: 100% !important;
        max-width: 100% !important;
        display: inherit !important;
        margin: 0 !important;
    }

    .img-grid {
        height: 200px !important;
        min-height: inherit !important;
        margin-bottom: 15px;
    }

    .banner-trip .row .col-md-6.pl-0.pr-0,
    .col-md-6 {
        width: 100%;
        max-width: 100%;
        display: flex !important;
        padding: 0px !important;
    }

    .dis {
        display: none;
    }

    .banner-trip .half:first-child {
        padding: 0px;
    }

    .banner-trip .half {
        max-width: 33.3% !important;
        width: 100% !important;
        margin-bottom: 0px !important;
    }

    .banner-trip .row .col-md-6.pl-0.pr-0,
    .col-md-6 .row {
        width: 100% !important;
        max-width: 100% !important;
        display: inherit !important;
        margin: 0 !important;
    }

    .banner-trip .row {
        width: 100% !important;
        max-width: 100% !important;
        display: inherit !important;
    }
}

.location-p {
    border-radius: 10px;
    padding: 0;
    overflow: visible;
}

.location-c-p {
    display: flex;
}

.location-right {
    padding: 50px 20px;
}

.location-right .location-right-inner {
    height: 100%;
}

.location-right-inner h2 {
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.location-right-inner span {
    display: block;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #555555;
    margin-bottom: 4px;
}

.location-right-inner a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #019CDD;
    margin-bottom: 20px;
}

.location-right-inner p {
    color: #555555;
    margin: 0px 0px 20px 0px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
}

.location-right-innert p span {
    color: #746F6F;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
}

.location-right-inner .form-group {
    margin: 0px;
}

.location-right-inner .form-group input {
    width: 100%;
    margin: 0;
    border: solid 1px #ccc;
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    line-height: 20px;
}

.location-right-inner .form-group button {
    width: 100%;
    padding: 15px 20px !important;
    font-size: 16px;
    line-height: 20px !important;
}

.location-left img {
    height: 100%;
    border-radius: 10px 0px 0px 10px;
}

.location-p button.fancybox-close-small {
    right: 20px !important;
    top: 20px !important;
}
.info-container {
    /* position: relative; */
    display: inline-block;
    margin-left:5px;
    vertical-align: text-top;
}
.info-container i{
    color:#ec178c;
    font-size: 17px;
}
.tooltip {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    top: 40px;
    left: 0;
}
.col6.even.price-td{
    position: relative !important;
}
.info-container .tooltip:before{
    border:none;
}
.info-container:hover .tooltip {
    display: block;
}
.status_check {
    display: inline-block;
    vertical-align: middle;
}
.dis-none-4659{ display:none;}
.info_icon.sml:before {
    width: 18px;
    height: 18px;
    top: 9px;
}
.info_box.sml {
    display: block;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
    padding: 16px;
}
@media (max-width: 767px) {
    /* .tooltip {
        left: -125px;
    } */
    .location-c-p {
        flex-direction: column;
    }

    .location-left img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
    }

    .location-p .fancybox-close-small svg {
        fill: #fff;
        opacity: 9;
        stroke: #fff;
    }
}
@media (max-width: 640px) {
    .tooltip {
        right: 20px;
        left: inherit;
    }
    
}