body.com-dt-travel.view-travels #sp-section-3
{
  display : none;
}

body.com-dt-travel.view-travels #sp-section-4
{
  display : none;
}
body.com-dt-travel.view-travels #sp-section-5
{
  display : none;
}



.youtube-link {
    display: none;
}



.travel-customer-gallery .sppb-row-container {
    padding: 0;
}

.travel-customer-gallery .sppb-gallery li {
    width: 20%;
    padding: 5px;
}

.travel-customer-gallery .sppb-gallery li a {
    height: 220px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.travel-customer-gallery .sppb-gallery li a:before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
}

.travel-customer-gallery .sppb-gallery li a:hover:before {
    opacity: 0.3;
}

.travel-customer-gallery .sppb-gallery li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .travel-customer-gallery .sppb-gallery li { width: 50%; padding: 3px; }
}

@media (max-width: 767px) {
    .travel-customer-gallery .sppb-gallery li a { height: 150px; }
}


.travel-customer-testimonial {
    border-top: 1px solid #d1d3d8;
}


/*search*/

.js-stools-container-bar {
    padding: 0;
    margin-bottom: 30px;
}

.js-stools-container-bar .btn-toolbar {
    justify-content: flex-start;
}

.js-stools-container-bar .btn-toolbar button {
    font-size: 12px;
    padding: 10px 15px;
    pointer-events: unset;
}

.js-stools-container-bar .btn-toolbar input#filter_search {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 0 12px;
    background: #fff;
    border: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.js-stools-container-bar .btn-toolbar .js-stools-btn-clear {
    background: #4a4a4a;
    opacity: 1;
    color: #fff;
}

.js-stools-container-bar .btn-toolbar .js-stools-btn-clear:hover, .js-stools-container-bar .btn-toolbar .js-stools-btn-clear:focus {
    background: #000;
}

/*end of search*/




body.view-travels .travel {
    box-shadow: 0 10px 30px #dcdcdc;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: 0.5s;
    letter-spacing: 0.5px;
}

body.view-travels .travel:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px #c6c6c6;
}

body.view-travels .travel .travel-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

body.view-travels .travel .travel-image {
    height: 220px;
    position: relative;
}

body.view-travels .travel .travel-image span {
    position: absolute;
    content: "";
    background: #ffc71a;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    left: 5px;
    bottom: 5px;
    border-radius: 5px;
}

body.view-travels .travel .travel-image span i {
    margin-right: 3px;
}

body.view-travels .travel .travel-title {
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    font-family: "Playfair Display", sans-serif;
    margin: 0;
    padding: 15px 10px 5px;
    line-height: 1.3;
    color: #000;
}

body.view-travels .travel .travel-price {
    text-align: center; 
}

body.view-travels .travel .travel-price span.deal-price {
    font-weight: 600;
    font-size: 20px;
    padding: 0 5px;
    color: #000;
}

body.view-travels .travel .travel-price span.ori-price {
    text-decoration: line-through;
    color: #797979;
}

body.view-travels .travel .travel-booknow a {
    display: block;
    border-radius: 0;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    background: #ffc71a;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
}


@media (max-width: 767px) {
    body.view-travels .travel { margin-bottom: 20px; }
    body.view-travels .travel .travel-image { height: 200px; }
    body.view-travels .travel .travel-title { font-size: 20px; }
}



/*detail*/

.travel-listing-detail {
    letter-spacing: 0.5px;
}

.travel-listing-detail .travel-gallery-div>div {
    padding: 0 5px;
}

.travel-listing-detail .travel-gallery-div {
    margin: 0 -5px;
}

.travel-listing-detail .travel-gallery-div .travel-gallery-image {
    height: 350px;
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
}

.travel-listing-detail .travel-gallery-div .travel-gallery-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.travel-listing-detail .travel-detail .travel-content h3 {
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding: 30px 0 20px;
}

.travel-detail .col-md-6 {
    margin-bottom: 30px;
}

.travel-listing-detail .travel-detail .travel-listing-include,
.travel-listing-detail .travel-detail .travel-listing-exclude {
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
    height: 100%;
    border-left: 3px solid #ffc71a;
}

.travel-listing-detail .travel-detail .travel-listing-include .travel-include-title,
.travel-listing-detail .travel-detail .travel-listing-exclude .travel-exclude-title {
    text-transform: uppercase;
    font-weight: 700;
}

.travel-listing-detail .travel-detail .travel-listing-include .travel-include-list,
.travel-listing-detail .travel-detail .travel-listing-exclude .travel-exclude-list {
    display: flex;
    align-items: flex-start;
    line-height: 1.3;
    padding-top: 10px;
}


.travel-listing-detail .travel-detail .travel-listing-include .travel-include-list img,
.travel-listing-detail .travel-detail .travel-listing-exclude .travel-exclude-list img {
    width: auto;
    height: auto;
    max-width: 12px;
    margin-right: 8px;
    margin-top: 4px;
}

.travel-listing-detail .travel-detail .travel-content .travel-description {
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 30px;
    border-left: 3px solid #ffc71a;
}

.travel-listing-detail .travel-detail .travel-content .travel-description p {
    margin: 0;
}

.travel-listing-detail .travel-detail .travel-content .travel-description ul {
    margin: 0;
    padding-left: 20px; 
}

.travel-listing-feature {
    justify-content: center;
    padding: 50px 0 20px;
}

.travel-listing-feature .travel-feature img {
    width: 65px;
    margin: auto;
    opacity: 0.6;
    transition: 0.3s;
}

.travel-listing-feature .travel-feature:hover img {
    opacity: 1;
}

.travel-listing-feature .travel-feature p {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    margin: 30px 0 0;
    position: relative;
}

.travel-listing-feature .travel-feature {
    margin-bottom: 25px;
}

.travel-listing-feature .travel-feature p:before {
    content: "";
    position: absolute;
    background: #848484;
    width: 25px;
    height: 4px;
    border-radius: 50px;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
}

.travel-listing-feature .travel-feature:hover p:before {
    background: #ffc71a; 
}

.pickup h6,
.trip-overview h6,
.drop-off h6 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #d1d3d8;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .pickup .col-6, .drop-off .col-6 { width: 100%; padding-bottom: 10px; }
}

.pickup,
.trip-overview,
.drop-off { margin-top: 30px; }

.trip-overview p, .trip-overview ul { margin: 0; }

.trip-overview ul { margin-top: 5px; padding-left: 20px; }

@media (max-width: 991px) {
    .travel-listing-detail .travel-gallery-div .travel-gallery-image { height: 250px; }
    .travel-listing-detail .travel-detail .travel-content h3 { font-size: 26px; }
    .travel-listing-detail .travel-detail .travel-content .travel-description { padding: 20px; }
    .travel-listing-detail .travel-detail .travel-listing-include, .travel-listing-detail .travel-detail .travel-listing-exclude { padding: 20px; }
}



.travel-car-sidebar {
    border-bottom: 1px solid #d1d3d8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.travel-car-sidebar .sppb-addon-title {
    font-size: 20px;
    font-weight: 600;
}

.travel-car-sidebar .sppb-btn-primary {
    font-size: 12px;
    padding: 12px 17px;
}

.travel-car-sidebar .sppb-addon-content {
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
}

.travel-car-sidebar .sppb-addon-content p {
    margin: 0;
}

.travel-car-sidebar .sppb-addon-content strong {
    color: #ef0f0f;
    font-size: 18px;
}

.travel-car-review a {
    text-decoration: underline;
    color: #ef0f0f;
    font-weight: 600;
}

.travel-car-review small {
    line-height: 1.5;
    display: block;
    margin-top: 5px;
}