
.tour-main {
    background-color: var(--fv-main-bg);
}
.tour-main.tour-main .btn-success {
    background-color: var(--fv-green-dark-color);
    color: var(--fv-white-color);
}
.walk_through_container img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.demo_header {
    width: 100%;
    padding-bottom: 150px;
}

.walk_through h4 {
    margin: 0 0 60px;
}

.walk_through .demo_coupon {
    width: 566px;
    margin: 0 auto;
    max-width: 80%;
}

.walk_through a {
    display: inline-block;
}

.demo_footer {
    align-self: flex-end;
    margin: auto auto 0 auto;
    padding-top: 40px;
}

.walk_through_container {
    height:100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    display: none;
    justify-content: flex-end;
}

.step_2 {
    display: none;
}

.sl_1 {
    cursor: pointer;
}

.sl_1 .g1-1, .sl_1 .g2-2, .sl_1 .g3-3 {
    display: none;
}

.email_step {
    width:1344px;
    max-width:100%;
    margin: 0 auto;
    cursor: pointer;
}

.email_step img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.step_3 {
    display: none;
    position: relative;
}
.walk_through_container .demo_coupon_3 {
    width: 630px;
}
.step_3 p {
    width: fit-content;
    position: relative;
    text-align: center;
    margin-top: 220px;
    left: 50%;
    transform: translateX(-50%);
    color: #828282;
    text-decoration: underline;
}
.walk_through_container .demo_coupon {
    width: 566px;
    margin: 0 auto;
    max-width: 80%;
}
.d_flex {
    display: flex !important;
}
@media only screen and (max-width: 1440px) {
    .email_step {
        width:1110px;
    }
}
@media only screen and (max-width: 1024px) {
    .step_3 p {
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    .walk_through_container .demo_coupon {
        max-width: 100%;
        width: 100%;
    }
    .email-link-project {
        margin-bottom: 16px;
    }
    .step_2 {
        padding: 20px 0 0;
    }
}
@media only screen and (max-width: 480px) {
    .demo_header    img{
        height: 150px;
        width: auto;
        object-fit: cover;
    }
}
.linear-btn {
    background: #509664;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 2.5;
    color: #FFFFFF;
    width: 100%;
    height: 38px;
    text-align: center;
    padding: 0;
}
.linear-btn:hover {
    background-color: hsl(137.14deg 30.43% 65%);
    color: var(--fv-white-color);
}
.project-detail-more {
    background: none;
    border-top: 1px solid #E0E0E0;
    box-shadow: none !important;
    text-transform: capitalize;
    padding: 10px 20px !important;
    color: #A7A7A7;
    height: auto;
}
.project-detail-more:hover {
    color: #00b400;
}
.project-description {
    font-size: 18px;
    color: #999;
    font-weight: 500;
}
.tour-container {
    max-width: 1140px
}
.main-box {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    background-color: var(--fv-white-color);
    /* margin-bottom: 20px; */
}
.content-bg {
    background: #f2f2f2;
}

.voucher-img {
    max-width: 335px;
    width: 100%;
}
.your_logo {
    max-width: 130px;
    width: 100%;
}
.tour-content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}