.accordion .title {
    margin-bottom: 47px
}

.accordion-toggle {
    background: #fff;
    border-radius: 4px;
}

.accordion-toggle .toggle-title {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    padding: 18px 50px 18px 20px;
    cursor: pointer;
    position: relative;
    background: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.accordion-toggle .toggle-title.active {
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    background-color: #f2f3f9;
}

.accordion-toggle .toggle-title.active:before {
    height: 0;
}

.accordion-toggle .toggle-title:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 53%;
    right: 27px;
    width: 1px;
    height: 15px;
    background-color: #3f56a4;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.accordion-toggle .toggle-title:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 53%;
    right: 20px;
    width: 15px;
    height: 1px;
    background-color: #3f56a4;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accordion-toggle .toggle-content {
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 15px;
    background: #f2f3f9;
}

.wp-lp {
    background: #00b160;
    padding: 7px 15px;
    border-radius: 4px;
}

@media screen and (max-width:991px) {
    .center-text {
        top: 50%;
    }

}

@media screen and (max-width:767px) {
    .center-text {
        top: 60%;
    }

    .shadow-text {
        font-size: 48px;
    }
}

.form-container {
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    background-color: #212529;
}

.cash {
    background-color: #f2f3f9;
}

.cash h3 {
    font-weight: 700;
}

.form-container-main {
    background-image: url('images/7-nights-8-days-vietnam-group-tour.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.form-container-main.group {
    background-image: url('images/group-tour-to-vietnam-cambodia-thailand.jpg');
}

.form-container-main::before {
    content: '';
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.testimonials .carousel-item {
    background-color: #fff;
    height: 100%;
    padding: 30px 20px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.070);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.testimonials .carousel-item::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 70%;
    content: '';
    background-color: #2125293d;
    transform: translateY(-50%);
}

.testimonials .carousel-item img {
    height: 50px;
    width: 50px;
    margin-right: 8px;
}

.black {
    color: #212529 !important;
    font-size: 18px;
}

.testimonials h3 {
    padding: 10px 0;
    border-radius: 6px;
    font-weight: 700;
}

.testimonials .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.tabs-in {
    background-color: #009920;
    color: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.tabs-in .nav-link {
    color: #fff;
}

.nav-tabs .nav-link {
    border-radius: 0 !important;
    font-weight: 600;
    transition: all 0.4s ease;
}

.tab-content {
    padding: 20px 10px;
    background-color: #f2f3f9;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.070);
    margin-top: 10px;
}

.tabs-in .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #212529;
    color: #fff;
    border: none;
}

.form-control {
    height: 58px !important;
}

.nav-link {
    padding: 10px 20px !important;
}

.d-block {
    display: block;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', sans-serif;
}

@media screen and (max-width:767px) {
    .font-phone {
        font-size: 14px !important;
    }
}

@media screen and (max-width:550px) {
    .font-phone {
        font-size: 12px !important;
    }

    .font-what {
        font-size: 13px !important;
    }
}

.font-phone {
    font-size: 18px;
}

.font-what {
    font-size: 15px;
}

.testimonials .star {
    display: flex;
    gap: 14px;
}