.pageCatName {
    font-weight: 200;
}

.page_previews {
    flex-basis: 65%;
}

@media (max-width: 1200px) {
    .tour_previews {
        display: block;
        width: 100%;
        flex-basis: 100%;
    }
}

.page_wrapper {
    max-width: 100%;
    border-top: solid 1px #e6e9e8;
    border-left: solid 1px #e6e9e8;
    margin: 0 auto;
}

.page_preview {
    flex-basis: 50%;
    max-width: 100%;
    border-right: solid 1px #e6e9e8;
    border-bottom: solid 1px #e6e9e8;
    padding: 0 1rem 3rem 1rem;
    position: relative;
}

.page_bottom_help {
    text-align: center;
    padding: 1rem;
    display: none;
}

@media (max-width: 1200px) {
    .page_bottom_help {
        display: block;
    }
}


/* The sidebar menu */

.sidenav {
    display: flex;
    height: 100%;
    position: fixed;
    /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1;
    /* Stay on top */
    top: 0px;
    /* Stay at the top */
    right: 0;
    overflow-x: hidden;
    /* Disable horizontal scroll */
}

@media (max-width: 1200px) {
    .sidenav {
        display: none;
    }
}

.sidenav_in {
    padding: 70px 0rem 0rem 0rem;
    width: 100%;
}

.page_side_wrapper {
    background: #ffffff;
    flex-basis: 35%;
}

@media (max-width: 1200px) {
    .page_side_wrapper {
        display: none;
        flex-basis: 0;
    }
}

.page_side_help {
    padding: 30px;
    text-align: center;
    height: 100%;
    padding-top: 100px;
    background: #fdfdfd;
}

.page_side_help_logo {
    display: block;
    width: 50px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.page_side_build {
    padding: 0.5rem;
    border-radius: 5px;
    margin: 15px;
    display: inline-block;
    max-width: 100%;
    background: #f4e6d4;
    text-align: center;
    font-size: 12px;
    color: #573735;
    text-transform: uppercase;
}

.page_preview_tb_img {
    position: relative;
    padding: 1rem 0 0 0;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_preview_tb_img img {
    width: 100%;
    max-width: 250px;
    display: block;
    margin: 0 auto;
}

.page_preview_tb_tour_btn_wrap {
    display: block;
    text-align: right;
    width: 100%;
    position: absolute;
    bottom: 1rem;
    left: 0;
}

.page_preview_tb_tour_btn_wrap a {
    display: inlne-block;
    text-align: center;
    padding: 10px;
    width: 100%;
    max-width: 200px;
    border-radius: 3px;
    background: #487e65;
    color: #ffffff;
    margin: 1rem;
}

.page_preview_tb_tour_btn_wrap a:visited {
    background: #487e65;
    color: #ffffff;
}

.page_side_comments {
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: solid 1px #f2f2f2;
    background: #fff;
}

.t_side_comments_title {
    font-size: 1.2rem;
}

.t_side_comment {
    margin: 1rem 1rem 0 1rem;
    padding: 1rem;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.t_side_comment_img img {
    border-radius: 100%;
    height: 100px;
    width: 100px;
    display: block;
    margin-right: 1rem;
}

.tailortrip {
    font-size: 11px;
    text-align: center;
    background: #fafafa;
    width: 100%;
    padding: 5px;
}

.tailortrip img {
    width: 100px;
    display: block;
    margin: 0 auto;
}