.package-details-section {
    background: #f3f2f2;
    padding-top: 30px;
    padding-bottom: 30px
}

.package-details-section .package-detail-cara .package-bg {
    max-height: 915px;
}

.package-details-section .package-detail-cara .slick-prev {
    left: 30px;
}

.package-details-section .package-detail-cara .slick-next {
    right: 30px;
}

.package-details-section .package-pics {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.package-details-section .package-pics .pic-wrap {
    width: 25%;
    padding: 0 10px;
}

.package-details-section .package-pics .pic-wrap:first-child {
    padding-left: 0;
}

.package-details-section .package-pics .pic-wrap:last-child {
    padding-right: 0;
}

.package-details-section .package-tabs {
    margin-top: 30px;
}

.package-details-section .package-tabs .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.package-details-section .package-tabs .nav-tabs .nav-item {
    width: 25%;
    padding: 0 1px;
    box-shadow: none;
}

.package-details-section .package-tabs .nav-tabs .nav-item:first-child {
    padding-left: 0;
}

.package-details-section .package-tabs .nav-tabs .nav-item:last-child {
    padding-right: 0;
}

.package-details-section .package-tabs .nav-tabs .nav-link {
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    cursor: pointer;
    color: #2f2f2f;
    padding: 13px 10px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    height: 100%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    background: #e4e4e4;
}

.package-details-section .package-tabs .nav-tabs .nav-link.active {
    color: #0260ad;
    background: #fff;
}

.package-details-section .package-tabs .tab-content {
    background: #fff;
    padding: 25px;
}

.package-details-section .package-tabs .tab-content .text-content p {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #2f2f2f;
}

.package-details-section .package-tabs .tab-content .package-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.package-details-section .package-tabs .tab-content .package-list li {
    position: relative;
    padding: 10px 0 10px 35px;
    background: transparent url(../assets/icons/success.svg) center left no-repeat;
    background-size: 23px 23px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
}

.package-details-section .package-tabs .tab-content .custom-button {
    margin: 40px 0 30px 0;
}

.package-details-section .package-tabs .tab-content .custom-button a {
    background: #25ae88;
}

.package-details-section .package-tabs .tab-content .custom-button:hover a {
    background: #8cc739;
}

.package-details-section .package-tabs .tab-content .text-content-section {
    margin-bottom: 50px;
}

.package-details-section .package-tabs .tab-content .text-content-section .text-part .heading {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #085dad;
    margin-bottom: 30px;
}

.package-details-section .package-tabs .tab-content .text-content-section .text-part p {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #2f2f2f;
}

.package-details-section .package-tabs .tab-content .text-content-section .img-wrap {
    border-radius: 6px;
}

.package-details-section .tour-reviews {
    margin-top: 60px;
    padding: 80px 40px;
    background: rgba(236, 236, 236, 0.97);
}

.package-details-section .tour-reviews .heading .section-title {
    letter-spacing: 0;
}

.package-details-section .tour-reviews .ratings {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}

.package-details-section .tour-reviews .ratings .rating-list {
    width: 20%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.package-details-section .tour-reviews .ratings .rating-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 25px;
}

.package-details-section .tour-reviews .ratings .rating-list li i {
    font-size: 12px;
    color: #085dad;
    margin-right: 5px;
}

.package-details-section .tour-reviews .ratings .progress-wrap {
    width: 50%;
}

.package-details-section .tour-reviews .ratings .progress-wrap .rating-info {
    height: 25px;
    display: flex;
    align-items: center;
}

.package-details-section .tour-reviews .ratings .progress-wrap .progress {
    background: #fff;
    height: 5px;
    width: 100%;
}

.package-details-section .tour-reviews .ratings .progress-wrap .progress .progress-bar {
    background: #085dad;
}

.package-details-section .tour-reviews .ratings .average-rating {
    width: 110px;
    background: #8cc739;
    padding: 15px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Lato", sans-serif;
    font-size: 14px;
    text-align: center;
}

.package-details-section .tour-reviews .ratings .average-rating .rating {
    display: flex;
    justify-content: space-between;
}

.package-details-section .tour-reviews .ratings .average-rating .rating i {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.package-details-section .tour-reviews .ratings .average-rating .rating-text {
    font-size: 42px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    line-height: 42px;
    margin: 10px 0 5px;
}

.package-details-section .tour-reviews .tour-comments {
    list-style: none;
    margin: 0;
    padding: 60px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.package-details-section .tour-reviews .tour-comments li {
    padding: 20px 0;
}

.package-details-section .tour-reviews .tour-comments li .user-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.package-details-section .tour-reviews .tour-comments li .user-info .profile-wrap {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin-right: 20px;
}

.package-details-section .tour-reviews .tour-comments li .user-info .name {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2.4px;
    font-weight: 700;
    color: #000;
}

.package-details-section .tour-reviews .tour-comments li .user-comment {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #474747;
    padding: 20px 0 30px;
}

.package-details-section .tour-reviews .tour-comments li .rate {
    display: flex;
    justify-content: flex-end;
}

.package-details-section .tour-reviews .tour-comments li .rate i {
    color: #085dad;
    font-size: 12px;
}

.package-details-section .tour-reviews .tour-comments li .rating-wrap {
    margin-bottom: 5px;
}

.package-details-section .tour-reviews .tour-comments li .rating-wrap .label {
    font-size: 16px;
}

.package-details-section .tour-reviews .tour-comments li .rating-wrap label {
    font-size: 14px;
}

.package-details-section .tour-reviews .tour-comments li .rating-wrap .star-rating .rating__label--half {
    margin-right: -18px;
}

.package-details-section .tour-reviews .tour-comments li:first-child {
    padding-top: 0;
}

.package-details-section .tour-reviews .tour-comments li:last-child {
    padding-bottom: 0;
}

.package-details-section .head {
    padding: 18px 25px;
    text-align: center;
    background: #085dad;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.package-details-section .booking-section {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-top: 50px;
}

.package-details-section .booking-section .booking-content {
    padding: 45px 45px;
}

.package-details-section .booking-section .booking-content .input-wrap {
    margin-bottom: 25px;
}

.package-details-section .booking-section .booking-content .input-wrap label {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    width: 100%;
    font-weight: 600;
    text-align: center;
    color: #4a4a4a;
    padding-bottom: 5px;
}

.package-details-section .booking-section .booking-content .input-wrap input {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 8px 25px;
}

.package-details-section .booking-section .booking-content .input-wrap select {
    font-family: "Lato", sans-serif;
    border: none !important;
    font-size: 14px;
    border-radius: 100px;
    background: #f0f0f0;
    color: rgba(56, 52, 77, 0.5);
    padding: 12px 30px;
    text-align: center;
    -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.package-details-section .booking-section .booking-content .input-wrap select option {
    text-align: center !important;
}

.package-details-section .booking-section .booking-content .input-wrap select:focus {
    color: #38344d;
    outline: none;
    background: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.package-details-section .booking-section .booking-content .input-wrap .date-input {
    display: flex;
}

.package-details-section .booking-section .booking-content .custom-button {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}

.package-details-section .booking-section .booking-content .custom-button a {
    padding: 10px 50px;
    width: 100%;
    text-align: center;
}

.package-details-section .why-book-section {
    margin-top: 124px;
}

.package-details-section .why-book-section .reason-list {
    list-style: none;
    margin: 0;
    padding: 30px;
}

.package-details-section .why-book-section .reason-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.package-details-section .why-book-section .reason-list li .icon-wrap {
    width: 55px;
    padding-right: 20px;
}

.package-details-section .why-book-section .reason-list li .text {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #707070;
}

.package-details-section .why-book-section .reason-list li:first-child {
    padding-top: 0;
}

.package-details-section .why-book-section .reason-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.package-details-section .share-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.package-details-section .share-section .share-wrap {
    position: relative;
    padding: 8px 15px;
    border: 2px solid #385c8e;
    border-radius: 15px;
    margin: 0 10px;
    width: 33.33%;
    cursor: pointer;
}

.package-details-section .share-section .share-wrap .img-wrap {
    margin-right: 8px;
    height: 27px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.package-details-section .share-section .share-wrap .img-wrap img {
    object-fit: contain;
    height: 18px;
    width: 10px;
}

.package-details-section .share-section .share-wrap .text {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #385c8e;
    padding-left: 20px;
}

.package-details-section .share-section .share-wrap.facebook {
    margin-left: 0;
}

.package-details-section .share-section .share-wrap.insta {
    border-color: #8260b0;
}

.package-details-section .share-section .share-wrap.insta .img-wrap img {
    width: 18px;
}

.package-details-section .share-section .share-wrap.insta .text {
    color: #8260b0;
    padding-left: 25px;
}

.package-details-section .share-section .share-wrap.twitter {
    margin-right: 0;
    border-color: #03a9f4;
}

.package-details-section .share-section .share-wrap.twitter .img-wrap img {
    width: 18px;
}

.package-details-section .share-section .share-wrap.twitter .text {
    color: #03a9f4;
    padding-left: 25px;
}

.package-details-section .packages-blog-section {
    margin-top: 50px;
}

.package-details-section .packages-blog-section .package-wrap {
    padding: 30px;
}

.package-details-section .packages-blog-section .package-wrap .package-info .package-img img {
    height: 325px;
}

.package-details-section .packages-blog-section .package-wrap .package-info .package-details {
    padding: 15px;
}

.package-details-section .packages-blog-section .package-wrap .package-info .package-details .info-text .title {
    font-size: 20px;
    margin-bottom: 8px;
}

.package-details-section .packages-blog-section .package-wrap .package-info .package-details .info-text .description {
    -webkit-line-clamp: 2;
    height: 50px;
    font-size: 14px;
}

.package-details-section .packages-blog-section .package-wrap .package-info .package-details .info-text .price {
    font-size: 14px;
}

.package-details-section .packages-blog-section .package-wrap .package-info .package-details .img-wrap {
    width: 25px;
    height: 25px;
    bottom: 18px;
}

@media only screen and (max-width: 425px) {
.package-details-section .package-detail-cara .slick-list {
    padding-bottom: 0;
}

.package-details-section .package-detail-cara .slick-dots {
    bottom: 10px;
}

.package-details-section .package-pics .pic-wrap {
    width: 50%;
    margin-bottom: 20px;
}

.package-details-section .package-pics .pic-wrap:nth-child(even) {
    padding-right: 0;
}

.package-details-section .package-pics .pic-wrap:nth-child(odd) {
    padding-left: 0;
}

.package-details-section .package-tabs {
    margin-top: 30px;
}

.package-details-section .package-tabs .nav-tabs .nav-link {
    font-size: 12px;
    padding: 10px 5px;
    line-height: 16px;
}

.package-details-section .tour-reviews {
    margin-top: 40px;
    padding: 40px 25px;
}

.package-details-section .tour-reviews .heading {
    margin-bottom: 20px;
}

.package-details-section .tour-reviews .ratings {
    margin-bottom: 40px;
}

.package-details-section .tour-reviews .ratings .rating-list li {
    height: 20px;
}

.package-details-section .tour-reviews .ratings .rating-list li i {
    margin-right: 0;
    font-size: 10px;
}

.package-details-section .tour-reviews .ratings .progress-wrap {
    width: 40%;
}

.package-details-section .tour-reviews .ratings .progress-wrap .rating-info {
    height: 20px;
}

.package-details-section .tour-reviews .ratings .average-rating {
    width: 80px;
    font-size: 12px;
    padding: 15px 10px 10px;
}

.package-details-section .tour-reviews .ratings .average-rating .rating i {
    font-size: 8px;
}

.package-details-section .tour-reviews .ratings .average-rating .rating-text {
    font-size: 28px;
    line-height: 28px;
    margin: 8px 0 0;
}

.package-details-section .tour-reviews .tour-comments {
    padding-top: 40px;
}

.package-details-section .tour-reviews .tour-comments li .user-info {
    flex-direction: column;
}

.package-details-section .tour-reviews .tour-comments li .user-info .profile-wrap {
    width: 50px;
    height: 50px;
    margin-right: 0;
    margin-bottom: 10px;
}

.package-details-section .tour-reviews .tour-comments li .user-info .name {
    font-size: 16px;
    letter-spacing: 1px;
}

.package-details-section .tour-reviews .tour-comments li .user-comment {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 20px;
}

.package-details-section .tour-reviews .tour-comments li .rating-wrap .label {
    font-size: 14px;
}

.package-details-section .tour-reviews .tour-comments li .rating-wrap label {
    font-size: 12px;
}

.package-details-section .tour-reviews .tour-comments li .rating-wrap .star-rating .rating__label--half {
    margin-right: -16px;
}

.package-details-section .tour-reviews .tour-comments li .rate {
    justify-content: center;
}

.package-details-section .booking-section {
    margin-top: 60px;
}

.package-details-section .package-tabs .tab-content {
    padding: 20px 15px;
}

.package-details-section .package-tabs .tab-content .text-content p {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}

.package-details-section .package-tabs .tab-content .text-content p.bold {
    font-weight: 600;
    font-size: 14px;
    margin-top: 20px;
}

.package-details-section .package-tabs .tab-content .package-list {
    margin-top: -5px;
}

.package-details-section .package-tabs .tab-content .package-list li {
    text-align: center;
    padding: 0px 0 5px 0;
    background: none;
}

.package-details-section .package-tabs .tab-content .text-content-section .text-part {
    margin-bottom: 30px;
}

.package-details-section .package-tabs .tab-content .text-content-section .text-part .heading {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.package-details-section .package-tabs .tab-content .text-content-section .text-part p {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}

.package-details-section .package-tabs .tab-content .text-content-section .img-wrap img {
    max-height: 300px;
}

.package-details-section .package-tabs .tab-content .custom-button {
    display: flex;
    justify-content: center;
}

}
