.banner-whychoose,
.tour-details-deals-box,
.tour-details-package-item {
    border-radius: 20px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1)
}

.title-blog,
.title-blognew,

.tour-details-package-title,
.tour-details-title,
.tour-price,
h3.tour-details-deals-text a {
    font-family: Montserrat, serif
}

.blog-head-img img {
    height: 500px;
    min-width: 100%;
    border-radius: 20px;
    object-fit: cover
}

.blog-info-link li a {
    color: var(--black-color);
    margin-left: 10px
}

.blog-content .blog-body p a,
.blog-info-link li i {
    color: var(--second-color)
}

.blog-details ul,
.blog-details ul li {
    list-style: disc !important;
    display: list-item !important;
    margin-bottom: 10px !important
}

.blog-details ul {
    padding: 0 2rem !important;
    list-style: none !important
}

.blog-info-link li {
    border-right: 1px solid #eee;
    padding-right: 10px
}

.blog-info-link li:last-child {
    border-right: none
}

.blog-info-link li i {
    margin-right: 5px
}

.title-blog {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: var(--main-color);
    font-weight: 600;
    letter-spacing: 1px
}
.title-blognew {
font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: var(--main-color);
    font-weight: 600;
    letter-spacing: 1px
}
.tour-details-package-title {
    text-align: center;
    background: var(--main-color);
    padding: 20px;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: var(--white-color);
    font-weight: 600
}

.tour-duration i,
.tour-price {
    color: var(--main-color);
    font-size: 16px
}

.tour-details-deals-thumb img {
    width: 80px !important;
    height: 80px;
    border-radius: 10px;
    object-fit: cover
}

.banner-whychoose:before,
blockquote::before {
    top: 0;
    right: 0;
    width: 80px;
    background-color: var(--main-color);
    position: absolute
}

h3.tour-details-deals-text {
    max-width: 250px;
    line-height: 20px;
    margin-bottom: 10px
}

h3.tour-details-deals-text a {
    color: var(--second-color);
    font-size: 16px;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .5s
}

h3.tour-details-deals-text a:hover {
    background-size: 100% 1px
}

.tour-details-deals-content,
.tour-details-package-content {
    padding: 30px;
    background: var(--white-color);
    border-bottom: 1px solid #eee
}

.tour-details-package-content {
    border-radius: 0 0 20px 20px
}

.tour-duration i {
    margin: 0 10px
}

.tour-price {
    font-weight: 500
}

.tour-details-title,
.tour-price span {
    color: var(--black-color)
}

.banner-whychoose {
    padding: 40px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    background: #f9f9f9
}

.banner-whychoose:before {
    content: "";
    height: 80px;
    border-radius: 0 20px 0 95%
}

.banner-whychoose h3 {
    font-weight: 600;
    font-size: 24px;
    color: var(--main-color)
}

.banner-whychoose ul li {
    padding: 1rem 0;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    width: 100%
}

.banner-whychoose ul li i {
    margin-right: 10px;
    color: var(--second-color);
    font-size: 16px
}

.blog-body-img img {
    height: 400px;
    min-width: 100%;
    object-fit: cover;
    border-radius: 20px
}

.blog-body h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--second-color)
}

blockquote {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 0 10px 10px 0;
    border: 1px solid #eee;
    position: relative;
    border-left: 4px solid var(--main-color)
}

blockquote::before {
    font: var(--fa-font-solid);
    content: "\f10e";
    font-size: 50px;
    color: #fff;
    text-align: center;
    height: 80px;
    border-radius: 0 10px 0 95%
}

blockquote p {
    line-height: 1.5;
    font-style: italic
}

blockquote cite {
    display: inline-block;
    font-size: 20px;
    position: relative;
    padding-left: 45px;
    line-height: 1;
    font-weight: 600;
    margin-top: 22px;
    font-style: normal;
    color: var(--title-color)
}

blockquote cite::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 30px;
    height: 2px;
    border-top: 2px solid var(--main-color)
}

.tour-details-title {
    font-size: 34px;
    position: relative;
    margin: 20px 10px;
    font-weight: 600;
}

.related-blogs .blog-card-three.blog-list-card {
    background-color: var(--main-grey);
    border-radius: 10px;
    box-shadow: 0 13px 48px 0 rgb(153 110 59 / 20%)
}

.blog-details .blog-body .blog-info-link,
.blog-details .blog-body .blog-info-link li {
    list-style: none !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important
}

.blog-details .blog-body .blog-info-link li {
    padding-right: 10px
}