﻿.hide {
    display: none !important;
}

.hidden {
    display: none !important;
}

.noclose .ui-dialog-titlebar-close {
    display: none;
} 

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.float_left {
    float: left;
    width: 100%;
}

.action_button {
    border: 1px solid white;
    font-size: 20px;
    display: inline-block;
    margin-left: 6px;
    padding: 7px 20px;
    letter-spacing: 0px;
    color: #fff;
    border-radius: 5px;
    background-color: #242424;
    cursor: pointer;
}

    .action_button:hover:enabled {
        border: 1px solid #00a8ff;
        font-size: 20px;
        display: inline-block;
        margin-left: 6px;
        padding: 7px 20px;
        letter-spacing: 0px;
        color: #fff;
        border-radius: 5px;
        background-image: linear-gradient(to right,#00a8ff,#3867d6);
        cursor: pointer;
    }

    .action_button:disabled {
        border: 1px solid gray;
        font-size: 20px;
        display: inline-block;
        margin-left: 6px;
        padding: 7px 20px;
        letter-spacing: 0px;
        color: #242424;
        border-radius: 5px;
        background-color: gray;
        cursor: pointer;
    }


/*---------------- st Booking Type wrapper Start --------------*/
.div_top_header_wrapper {
    background: #2B2D3D;
    padding-top: 132px;
    padding-bottom: 32px;
}

/*---------------- st Seat Layout wrapper Start --------------*/
.div_top_center_heading h4 {
    font-size: 14px;
    color: rgba(255,255,255,0.38);
    letter-spacing: 0.44px;
    text-transform: uppercase;
    padding-top: 10px;
}

.div_top_back_btn_seatl {
    width: auto;
    margin-top: 10px;
}

.st_top_left_selectseatl {
    float: left;
    width: auto;
    position: relative;
    margin-left: 20px;
    margin-top: 10px;
}

    .st_top_left_selectseatl .nice-select {
        width: 160px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background: #444654;
        padding-left: 40px;
    }

    .st_top_left_selectseatl i {
        float: left;
        color: rgba(255, 255, 255, 0.56);
        position: absolute;
        left: 10px;
        top: 6px;
        z-index: 1;
    }

    .st_top_left_selectseatl .nice-select .list {
        width: 157px;
    }

.st_seatlay_btn {
    float: right;
    width: auto;
}

    .st_seatlay_btn a {
        float: left;
        width: 150px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        background: #ff4444;
        border: 1px solid transparent;
        border-radius: 5px;
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
        letter-spacing: 1px;
        margin-right: 30px;
        margin-top: 10px;
    }

        .st_seatlay_btn a:hover {
            border: 1px solid #ff4444;
            background: transparent;
            color: #ff4444;
        }

.div_top_close_btn2 {
    float: right;
    width: auto;
    margin-top: 10px;
}

.st_seatlayout_main_wrapper {
    padding-top: 40px;
    padding-bottom: 100px;
    background: #333545;
}

.st_seat_lay_heading h3 {
    font-size: 16px;
    color: rgba(255,255,255,0.38);
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.st_seat_full_container {
    float: left;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 80px;
}

.st_seat_lay_economy_heading {
    position: relative;
    text-align: center;
    margin-top: 40px;
}

    .st_seat_lay_economy_heading h3 {
        font-size: 16px;
        color: rgba(255,255,255,0.38);
        letter-spacing: 1.14px;
        text-transform: uppercase;
        z-index: 100;
        background: #333545;
        display: inline-block;
        padding: 15px 40px;
        position: relative;
    }

    .st_seat_lay_economy_heading:after {
        content: '';
        border: 1px solid rgba(255, 255, 255, 0.11);
        width: 100%;
        position: absolute;
        top: 22px;
        left: 0;
    }

.st_seat_lay_row label {
    cursor: pointer;
    font-size: 10px;
    color: rgba(0,0,0,0.54);
    letter-spacing: 0.83px;
    text-transform: uppercase;
    font-weight: 600;
}

.st_seat_lay_row input[type="checkbox"] + label:before {
    border: 1px solid #4d4f5c;
    content: "";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 25px;
    line-height: 25px;
    margin: 0.2em 0.56em .0 .0;
    padding: 0;
    color: rgba(255,255,255,0.38);
    vertical-align: top;
    width: 40px;
    border-radius: 5px;
    background: transparent;
    text-align: center;
    position: absolute;
}

.st_seat_lay_row input[type="checkbox"] + label:after {
    border: 1px solid #4d4f5c;
    content: "";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 10px;
    line-height: 25px;
    margin: 0.2em 0.56em .0 .0;
    padding: 0;
    color: rgba(255,255,255,0.38);
    vertical-align: top;
    width: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: transparent;
    text-align: center;
    position: absolute;
    margin-top: 30px;
    margin-left: 5px;
}

.st_seat_lay_row input[type="checkbox"]:checked + label:before {
    border: 0;
    color: #000;
    content: "";
    background: #f3c600;
    border: 1px solid #f3c600;
}

.st_seat_lay_row input[type="checkbox"]:checked + label:after {
    border: 0;
    color: #000;
    content: "";
    font-weight: 900;
    background: #f3c600;
    border: 1px solid #f3c600;
}

.seat_disable input[type="checkbox"] + label:before {
    background: #4d4f5c;
}

.seat_disable input[type="checkbox"] + label:after {
    background: #4d4f5c;
}

.seat_disable input[type="checkbox"]:checked + label:after {
    background: #4d4f5c;
    border: 1px solid #4d4f5c;
}

.seat_disable input[type="checkbox"]:checked + label:before {
    background: #4d4f5c;
    border: 1px solid #4d4f5c;
    color: rgba(255,255,255,0.38);
}

.seat_disable label {
    cursor: default !important;
}

.box p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.st_seat_lay_row input[type="checkbox"]:checked + label:after {
    font-weight: 900;
}

.st_seat_lay_row input[type="checkbox"] {
    display: none;
}

.st_seat_lay_row label {
    cursor: pointer;
    font-size: 14px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 0.88px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
}

    .st_seat_lay_row label span {
        font-weight: 800;
    }

.st_seat_lay_row input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}

.st_seat_lay_row li {
    float: left;
    margin-right: 50px;
    margin-top: 40px;
}

.st_seat_heading_row {
    font-size: 18px;
    color: rgba(255,255,255,0.38);
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-top: 19px;
}

.st_seat_lay_row ul {
    float: left;
}

.st_eco_second_row {
    margin-left: 50px;
}

.st_seat_lay_economy_wrapperexicutive {
    margin-top: 50px;
}

.st_seat_full_container {
    overflow-x: auto;
    overflow-y: hidden;
}

    .st_seat_full_container::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #ffffff;
    }

    .st_seat_full_container::-webkit-scrollbar {
        height: 6px;
        background-color: #ffffff;
    }

    .st_seat_full_container::-webkit-scrollbar-thumb {
        background-color: #ff4444;
    }

.st_seat_lay_economy_wrapper {
    width: 1315px;
}

.st_seat_lay_row li {
    position: relative;
}

    .st_seat_lay_row li span {
        float: left;
        width: 150px;
        height: 50px;
        line-height: 50px;
        font-weight: 700;
        text-align: center;
        font-size: 16px;
        background: #ff4444;
        color: #ffffff;
        border-radius: 5px;
        position: absolute;
        visibility: hidden;
        top: -40px;
        left: -48px;
        opacity: 0;
        z-index: 100;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .st_seat_lay_row li:hover span {
        top: -50px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .st_seat_lay_row li span:after {
        content: '';
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #ff4444;
        position: absolute;
        left: 40%;
        bottom: -8px;
    }

    .st_seat_lay_row li:hover span {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

.st_slider_rating_btn_heart_5th {
    position: absolute;
    left: 30px;
    top: -50px;
}

.st_video_slide_clientsec_wrapper h5 {
    color: #FFFFFF;
    padding-left: 6px;
}

.st_video_slide_clientsec_wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
}

.st_video_slider_inner_wrappermb {
    padding-top: 220px;
}

.cc_ps_quantily_info_tecket .select_number {
    float: left;
    width: 150px;
    position: relative;
    margin-left: 15px;
}

.cc_ps_quantily_info_tecket input {
    margin-left: 35px;
    background: #3f414f;
    color: rgba(255, 255, 255, 0.56);
    top: 3px;
    border-radius: 2px;
}

    .cc_ps_quantily_info_tecket input:focus {
        background: #3f414f;
        color: rgba(255, 255, 255, 0.56);
    }

.cc_ps_quantily_info_tecket .decrease {
    left: 7px;
    background: #3f414f;
    top: 20px;
}

.cc_ps_quantily_info_tecket .increase {
    background: #3f414f;
    top: 20px;
}

    .cc_ps_quantily_info_tecket .decrease:hover, .cc_ps_quantily_info_tecket .increase:hover {
        background: #ff4444;
    }

.cc_ps_quantily_info input {
    width: 40px;
    border: 0;
    outline: none;
    position: relative;
    margin-left: 28px;
    margin-top: 6px;
    border-top: 0;
    border-radius: 0px;
    border-left: 0;
    border-right: 0;
    text-align: center;
    border: 0;
}

    .cc_ps_quantily_info input:focus {
        border: none;
        box-shadow: none;
        border: 0;
    }

.increase {
    position: absolute;
    left: 75px;
    bottom: 20px;
    background: #f9f9f9;
    border: 0;
    cursor: pointer;
    height: 15px;
    width: 15px;
    color: #c1bebe;
    border-right: 0;
    border-radius: 2px;
    text-align: center;
    font-size: 8px;
    line-height: 0;
    padding-left: 4px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.decrease {
    position: absolute;
    left: 34%;
    bottom: 20px;
    background: #f9f9f9;
    cursor: pointer;
    border: 0;
    height: 15px;
    width: 15px;
    color: #c1bebe;
    border-right: 0;
    border-radius: 2px;
    text-align: center;
    font-size: 8px;
    line-height: 0;
    padding-left: 4px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

    .increase:hover, .decrease:hover {
        background: #F06292;
        color: #fff;
    }
/*---------------- st Seat Layout wrapper End --------------*/
/*---------------- st Booking Type wrapper Start --------------*/
.div_top_center_heading {
    text-align: center;
}

    .div_top_center_heading h3 {
        font-size: 20px;
        color: rgba(255,255,255,0.38);
        letter-spacing: 0.62px;
        text-transform: uppercase;
        padding-top: 6px;
    }

.div_top_close_btn a {
    font-size: 25px;
    float: right;
    padding-top: 6px;
}

.div_top_close_btn a:hover {
    color: #F06292;
}

.div_ineer_box {
    background: #242424;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    border-radius: 4px;
    padding: 20px;
}

.div_ineer_box li {
    /*font-size: 18px;*/
    /*text-transform: uppercase;*/
    font-weight: 600;
    float: left;
    width: 100%;
}

.div_ineer_box li {
    margin-top: 25px;
}

.div_ineer_box li:first-child {
    margin-top: 0;
}

.div_wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.dtts1 {
    float: left;
    width: 100px;
}

.dtts2 {
    float: left;
    width: calc(100% - 100px);
}

.div_img img {
    width: 100%;
}

.div_section {
    margin-top: 30px;
    background: #242424;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    border-radius: 4px 4px 4px 4px;
}


.div_img_cont input[type="checkbox"] + label:before {
    border: 1px solid #010101;
    opacity: 0.54;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0.2em 0.56em .0 .0;
    padding: 0;
    vertical-align: top;
    width: 16px;
    border-radius: 3px;
}

.div_img_cont input[type="checkbox"]:checked + label:before {
    border: 0;
    color: #ff4444;
    content: "\2713";
    font-weight: 900;
    background: transparent;
    border: 1px solid #010101;
}

.box p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.div_img_cont input[type="checkbox"]:checked + label:after {
    font-weight: 900;
}

.div_img_cont input[type="checkbox"] {
    display: none;
}

/*.div_img_cont label {
    cursor: pointer;
    font-size: 14px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 0.88px;
    font-weight: normal;
    text-transform: capitalize;
}*/

    .div_img_cont label span {
        font-weight: 800;
    }

.div_img_cont input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}

.div_img_cont {
    padding: 10px 20px;
}

.div_btn li {
    float: left;
    margin-right: 30px;
}

    .div_btn li:first-child a {
        width: 122px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        float: left;
        font-size: 14px;
        background: #333545;
        color: #FFFFFF;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-radius: 4px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .div_btn li:nth-child(2) a {
        width: 196px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        float: left;
        font-size: 14px;
        background: #333545;
        color: #FFFFFF;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-radius: 4px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .div_btn li:last-child a {
        width: 196px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        float: left;
        background: #dbdbdb;
        font-size: 14px;
        font-weight: 800;
        color: rgba(0,0,0,0.12);
        letter-spacing: 1px;
        text-transform: uppercase;
        border-radius: 4px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .div_btn li:last-child a:hover {
            background: #333545;
            color: #fff;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

.div_btn h3 {
    font-size: 16px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 0;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
}

.div_btn li:first-child a:hover, .div_btn li:nth-child(2) a:hover {
    background: #ff4444;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.div_btn li:last-child {
    margin-right: 0;
    float: right;
}

.div_bs_heading {
    background: #242424;
    padding: 12px 20px;
    border-radius: 4px;
}

.div_bs_heading p {
    font-size: 24px;
    /*color: #FFFFFF;*/
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
}

.div_sb_ul li {
    /* font-size: 14px; */
    /*color: #333545;*/
    /*letter-spacing: 1px;*/
    float: left;
    width: 100%;
    /*margin-top: 20px;*/
}

    .div_sb_ul li:first-child {
        margin-top: 0;
    }

    .div_sb_ul li span {
        float: right;
        /*margin-top: -22px;*/
    }

    .div_sb_ul li:last-child span {
        margin-top: 0;
    }

.div_bs_wrapper {
    background: #242424;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    border-radius: 4px 4px 4px 4px;
}

.div_sb_ul {
    padding: 20px;
    padding-bottom: 80px;
    border-bottom: 1px dashed rgba(0,0,0,0.54);
}

    .div_sb_ul p {
        font-size: 10px;
        color: rgba(0,0,0,0.38);
        letter-spacing: 1px;
        float: left;
        width: 100%;
        padding-left: 10px;
    }

        .div_sb_ul p span {
            float: right;
        }

.div_sb_h2 {
    /* padding: 20px; */
}

    .div_sb_h2 h3 {
        font-size: 14px;
        color: rgba(0,0,0,0.54);
        letter-spacing: 0;
        font-weight: 800;
    }

        .div_sb_h2 h3 span {
            font-size: 14px;
            color: rgba(0,0,0,0.54);
            letter-spacing: 0;
            float: right;
        }

    .div_sb_h2 h4 {
        font-size: 12px;
        /*color: rgba(0,0,0,0.38);*/
        letter-spacing: 1px;
        text-align: center;
        line-height: 14px;
        padding-top: 20px;
    }

        .div_sb_h2 h4 span {
            color: #F06292;
        }

    .div_sb_h2 h5 {
        padding-top: 30px;
        font-size: 18px;
        /*color: rgba(0,0,0,0.87);*/
        letter-spacing: 0;
        font-weight: 800;
    }

        .div_sb_h2 h5 span {
            float: right;
        }

.tp-caption.boxshadow, .boxshadow {
    box-shadow: none;
}
/*---------------- st Booking Type wrapper End --------------*/
/*---------------- st Booking Conformation Start --------------*/
.st_bcc_main_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.st_bcc_heading_wrapper {
    text-align: center;
    border-bottom: 2px solid #D8D8D8;
    padding-bottom: 60px;
}

    .st_bcc_heading_wrapper i {
        font-size: 60px;
        color: #6cc77c;
    }

    .st_bcc_heading_wrapper h3 {
        padding-top: 30px;
        font-size: 32px;
        color: rgba(0,0,0,0.54);
        letter-spacing: 0.5px;
    }

        .st_bcc_heading_wrapper h3 span {
            font-size: 32px;
            color: rgba(0,0,0,0.87);
            letter-spacing: 0.5px;
            font-weight: 600;
        }

.div_tkt_boxes_wrapper {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
    position: relative;
    margin-top: 60px;
    padding: 30px;
}

    .div_tkt_boxes_wrapper:after {
        content: '';
        width: 50px;
        height: 50px;
        background: rgb(247, 247, 247);
        position: absolute;
        left: -25px;
        top: 30%;
        border-radius: 100%;
    }

    .div_tkt_boxes_wrapper:before {
        content: '';
        width: 50px;
        height: 50px;
        background: rgb(247, 247, 247);
        position: absolute;
        right: -25px;
        top: 30%;
        border-radius: 100%;
    }

.st_bcc_tecket_top_hesder {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
    border-bottom: 1px dashed #979797;
}

    .st_bcc_tecket_top_hesder p {
        font-size: 24px;
        color: #ff4444;
        text-transform: uppercase;
        font-weight: 600;
    }

    .st_bcc_tecket_top_hesder span {
        font-size: 16px;
        color: rgba(0,0,0,0.38);
        text-align: center;
        font-weight: 600;
        padding-top: 10px;
        display: inline-block;
    }

.st_bcc_tecket_bottom_right_wrapper {
    float: left;
    width: 200px;
    text-align: center;
    padding-left: 47px;
}

.st_bcc_tecket_bottom_left_wrapper {
    float: left;
    width: calc(100% - 200px);
    position: relative;
}

.st_purchase_img {
    position: absolute;
    top: 50px;
    right: 220px;
}

.st_purchase_img2 {
    right: 190px;
}

.st_bcc_tecket_bottom_left_wrapper:after {
    content: '';
    background: #ded0d0;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
}

.st_bcc_tecket_bottom_hesder {
    background: rgba(216,216,216,0.12);
    padding: 30px;
    margin-top: 40px;
}

.st_bcc_tecket_bottom_inner_left {
    float: left;
    width: auto;
}

.st_bcc_tecket_bottom_inner_right {
    float: right;
    width: auto;
    text-align: center;
}

.st_bcc_teckt_bot_inner_img {
    float: left;
    width: auto;
}

.st_bcc_teckt_bot_inner_img_cont {
    float: left;
    width: auto;
    padding-left: 20px;
}

    .st_bcc_teckt_bot_inner_img_cont h4 {
        font-size: 16px;
        color: rgba(0,0,0,0.87);
        letter-spacing: 0.57px;
        font-weight: 800;
    }

    .st_bcc_teckt_bot_inner_img_cont h5 {
        font-size: 14px;
        color: rgba(0,0,0,0.87);
        letter-spacing: 0.7px;
        padding-top: 5px;
        font-weight: 500;
    }

    .st_bcc_teckt_bot_inner_img_cont h3 {
        font-size: 14px;
        color: rgba(0,0,0,0.87);
        letter-spacing: 0.7px;
        padding-top: 10px;
        font-weight: 500;
    }

    .st_bcc_teckt_bot_inner_img_cont h6 {
        font-size: 14px;
        color: rgba(0,0,0,0.87);
        letter-spacing: 0.7px;
        font-weight: 500;
        padding-top: 15px;
        line-height: 19px;
    }

.st_bcc_tecket_bottom_inner_right i {
    color: #111;
    font-size: 26px;
}

.st_bcc_main_main_wrapper {
    text-align: center;
}

.st_bcc_tecket_bottom_inner_right h3 {
    font-size: 16px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 0.8px;
    text-align: center;
    line-height: 21px;
    font-weight: 600;
    padding-top: 10px;
}

    .st_bcc_tecket_bottom_inner_right h3 span {
        font-size: 12px;
    }

.st_bcc_tecket_bottom_right_wrapper h4 {
    font-size: 16px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 1px;
    padding-top: 10px;
    line-height: 25px;
}

.st_bcc_tecket_bottom_left_price_wrapper {
    float: left;
    width: calc(100% - 200px);
}

    .st_bcc_tecket_bottom_left_price_wrapper h4 {
        float: left;
        font-size: 18px;
        color: rgba(0,0,0,0.87);
        letter-spacing: 0.9px;
        font-weight: 700;
    }

    .st_bcc_tecket_bottom_left_price_wrapper h5 {
        float: right;
        font-size: 18px;
        color: rgba(0,0,0,0.87);
        letter-spacing: 0.9px;
        font-weight: 700;
    }

.div_tkt_boxes_bottom_wrapper {
    text-align: center;
}

    .div_tkt_boxes_bottom_wrapper p {
        font-size: 16px;
        color: rgba(0,0,0,0.87);
        letter-spacing: 0.57px;
        text-align: center;
        line-height: 24px;
        margin-top: 30px;
    }

    .div_tkt_boxes_bottom_wrapper ul {
        display: inline-block;
        margin-top: 30px;
    }

    .div_tkt_boxes_bottom_wrapper li {
        float: left;
        margin-right: 10px;
    }

        .div_tkt_boxes_bottom_wrapper li:first-child a {
            width: 150px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            float: left;
            background: #ff4444;
            font-size: 12px;
            font-weight: 600;
            color: #fff;
            letter-spacing: 1px;
            text-transform: uppercase;
            border-radius: 5px;
            border: 1px solid #ff4444;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

            .div_tkt_boxes_bottom_wrapper li:first-child a:hover {
                background: transparent;
                color: #ff4444;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -moz-transition: all 0.5s;
                transition: all 0.5s;
            }

        .div_tkt_boxes_bottom_wrapper li:last-child a {
            width: 150px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            float: left;
            background: transparent;
            font-size: 12px;
            font-weight: 600;
            color: #ff4444;
            letter-spacing: 1px;
            text-transform: uppercase;
            border-radius: 4px;
            border: 1px solid #ff4444;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

            .div_tkt_boxes_bottom_wrapper li:last-child a:hover {
                background: #ff4444;
                color: #fff;
                border: 1px solid #ff4444;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -moz-transition: all 0.5s;
                transition: all 0.5s;
            }

.st_bcc_heading_wrapper h4 {
    font-size: 16px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 1px;
    font-weight: 800;
}

.st_bcc_heading_wrapper_history {
    padding-bottom: 0;
    border: 0;
}

.div_tkt_boxes_wrapper_history {
    margin-top: 30px;
}

.booking_history_span {
    font-size: 18px !important;
    color: rgba(0,0,0,0.38) !important;
    font-weight: 600 !important;
}

.st_bcc_heading_wrapper_history_second {
    margin-top: 60px;
}

.div_tkt_boxes_bottom_wrapper h5 {
    padding-top: 50px;
}

    .div_tkt_boxes_bottom_wrapper h5 a {
        font-size: 14px;
        color: #F06292;
        letter-spacing: 0.7px;
        font-weight: 600;
        text-decoration: underline;
    }

.st_bcc_main_wrapper_history {
    padding-bottom: 0;
}

.booking_type_back {
    background: #f6f6f6;
}
/*---------------- st Booking Conformation End --------------*/
