.style-color {
    color: #fff !important;
}

.dropdown {
    display: inline-block;
    position: relative;
}

.language-button {
    display: inline-block;
    border: 0;
    border-radius: 4px;
    padding: 5px 30px 0 20px;
    /* cursor: pointer; */
    white-space: nowrap;
    color: black;
}

.language-button:after {
    /*content: '';*/
    position: absolute;
    top: 59%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
}



.dd-button {
    display: inline-block;
    border: 0;
    border-radius: 4px;
    padding: 5px 30px 0 20px;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
}

.dd-button:after {
    /*content: '';*/
    position: absolute;
    top: 59%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
}

.dd-button img {
    width: 1.33333333em
}

.dd-button:hover {}


.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    list-style-type: none;
    min-width: 129px
}

.dd-menu img {
    width: 1.33333333em
}

.dd-input+.dd-menu {
    display: none;
}

.dd-input:checked+.dd-menu {
    display: block;
}

.dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    margin: 0 !important;
    padding: 5px 10px !important;
}

.dd-menu li:hover {
    background-color: #f6f6f6;
}

.dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}

.dd-menu li.divider {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}

.header_menu .navbar.navbar-default {
    z-index: 0;
}


.single-place-item-three .place-content h4.title {
    height: 20px;
}

.des-tour-block {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-blog-post .entry-content h3.title {
    margin-bottom: 10px !important;
}

.single-place-item-three .place-content {
    height: 320px;
}

.option-deals p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

p a span {
    color: #0d6efdcc !important;
}

p a {
    color: #0d6efdcc !important;

}

.description a {
    color: #0d6efdcc !important;

}

.color-link p a {
    color: #0d6efdcc !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.color-link p a,
.color-link a {
    color: #0d6efdcc !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.color-link a {
    color: #0d6efdcc !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}


.breadcrumb-main {
    height: 355px;
    background-position: center !important;
}


.show-more-height {
    height: 53px;
    overflow: hidden;
}

.show-more:after {
    display: inline-block;
    position: relative;
    top: -3px;
    padding-left: 8px;
    content: "\bb";
    transform: rotate(90deg);
}

.listar-description .show-more {
    cursor: pointer;
    text-align: left;
    margin: 30px 0 50px;
    color: #00f;
    float: left;
}

.single-features-item .img-holder .text .icon-btn i {
    line-height: 40px !important;
}

.single-place-item-three .place-content .meta .icon-btn i {
    line-height: 40px !important;
}

.testimonial .slick-slide,
.partners .slick-slide {
    height: auto !important;
}

.faqAccrodion .accrodion {
    display: none;
}

.faqAccrodion .accrodion.visible {
    display: block;
}

.related-card:nth-of-type(n+5) {
    display: none;
}

.related-card.visible {
    display: block;
}

.faq-btns {
    margin-top: 15px;
    gap: 10px;
}

#reset {
    display: none;
}

#relatedReset {
    display: none;
}
.related-card
{
    margin-bottom: 20px;
}
