/* Start Tour Card 1 CSS */
.tour-card-style-1 {
    box-shadow: 0px 0px 20px 1px #f0f1f3;
    overflow: hidden;
}
.tour-card-style-1 .tour-main-container {
    background-color: #ffffff;
}
.tour-card-style-1 .tour-container {
    padding: 15px;
}
.tour-card-style-1 .tour-img {
    height: auto;
    width: 100%;
}
.tour-card-style-1 .tour-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
.tour-card-style-1 .elementor-tour-name-wrapper {
    width: 70%;
    font-size: 25px;
}
.tour-card-style-1 .elementor-tour-price-wrapper {
    width: 30%;
    text-align: right;
    font-size: 25px;
}
.tour-card-style-1 .elementor-tour-description-wrapper {
    width: 100%;
    margin-top: 15px;
}
.tour-card-style-1 .tour-details {
    padding-bottom: 15px;
}
.tour-card-style-1 .tour-details .tour-detail-ul {
    background-color: #f7f7f7;
    text-align: center;
    display: flex;
    list-style: none;
    padding: 15px 0px;
    margin: 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.tour-card-style-1 .tour-details .tour-detail-list {
    flex: 1;
}
.tour-card-style-1 .tour-details .tour-detail-list p {
    margin-bottom: 0px;
}
.tour-card-style-1 .tour-detail-icon {
    font-size: 25px;
}
.tour-card-style-1 .view-tour-btn {
    padding: 10px 0px;
    width: 100%;
    background-color: #3a3a3a;
    display: block;
    text-align: center;
    color: #fff;
}
.tour-card-style-1 .tour-img-overlay {
    position: absolute;
    width: 100%;
    height: 56.5%;
    top: 0;
    left: 0;
}
.tour-card-style-1 .tour-card-share {
    text-align: right;
}
.tour-card-style-1 .tour-card-share img {
    width: 55px;
}
.tour-card-style-1 .elementor-tour-sale-wrapper {
    background: #956917;
    border-radius: 5px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}
.tour-card-style-1 .elementor-tour-name-wrapper {
    padding: 5px;
}
.tour-detail-icon svg {
    width: 20px;
}
/* End Tour Card 1 */