.brand-one img{
    max-width: 100px;
}
.brand-one{
    background-color: #BCBCBC;
    padding-top: 70px;
    padding-bottom: 70px;
}
.brand-one .item{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-one img {
    opacity: unset!important;
}
.brand-one img:hover{
    opacity: unset!important;
}
.cta-three__images{
    margin-top: 0;
}
.cta-two__list li{
    line-height: 30px;
    color: #7c859b;
    font-size: 18px;
}
.swiper-slide{
    text-align: center;
}
.tour-details__subtitle{
    margin-top: 30px;
    margin-bottom: 10px;
}
.tour-details__subtitle.no-margin{
    margin-top: 0;
    margin-bottom: 0;
}
.tour-details__title{
    margin-top: 0;
    margin-bottom: 25px;
}
.tour-details__content p {
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 25px;
}
.tour-details__plan-content{
    padding-left: 0;
}
.tour-details__plan-content{
    border-left: unset;
}
.tour-details__plan-content p{
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 400;
}
.tour-details__list li{
    line-height: 18px;
    font-weight: 400;
}
.tour-details__list li+li{
    margin-top: 7px;
    font-weight: 400;
}
.tour-details__plan-content{
    padding-bottom: 25px;
}
.tour-details__spacer{
    margin-top: 30px;
    margin-bottom: 30px;
}
.head-details{
    margin-top: 30px;
    margin-bottom: 20px;
}
.contact-one__form{
    margin-bottom: 30px;
}
.nav-pills .nav-link{
    text-transform: uppercase;
    color: var(--thm-primary);
    border-top: 1px solid var(--thm-primary);
    border-bottom: 1px solid var(--thm-primary);
    border-left: 1px solid var(--thm-primary);
    border-radius: unset;
}
.nav-pills .nav-item:last-child .nav-link{
    border-right: 1px solid var(--thm-primary);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #fff;
    background-color: var(--thm-primary);
    font-weight: 500;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: unset;
    z-index: 9999;
}
.tour-details__content .tour-two__top h3, .tour-details__title{
    font-size: 35px;
}
.nav-pills.mb-3{
    margin-bottom: 25px!important;
}
.mobile-nav__container{
    padding-top: 0;
}
@media (max-width: 567px) {
    .main-nav__logo img{
        max-width: 130px;
    }
}

