body{
    font-family: 'Lato';
    background: url(../images/bg.png) fixed; 
    background-size: cover; 
    height: 100%; 
    width: 100%; 
    margin: 0; 
    padding: 0;
    overflow-y: auto;
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
}

.date_search
{
    background: #ebebeb;
    width: 245px;
    height: 50px;
    margin-top: 15px;
    border-radius: 3px;
    border: none;
    position: relative;
    padding-left: 5px;
    font-size: 15px;
    margin-bottom: -18px;
    line-height: 30px;
    text-align: center;
}
textarea:focus, input:focus{
    outline: none;
}
.slot_list_box::-webkit-scrollbar { 
    width: 0 !important;
}
.slot_list_box { 
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.dialog{
    width: 540px;
    min-height: 200px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto auto;
    height: 200px;
    display: none;
    z-index: 99;
}
.layover_class
{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9;
    display: none;
    top:0;
    left:0;
}
.loader_layover_class
{

    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
    top:0;
    left:0;
}

.loading
{
    position: absolute;
    width: 75px;
    height: 75px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto auto;
    z-index: 9999;
    display: none;

}
.dialog_close
{
    width: 16px;
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
}
.dialog_title
{
    width: 100%; 
    height: 50px; 
    line-height: 50px; 
    background: #94AD36; 
    color: #fff; 
    text-align: center; 
    line-height: 50px; 
    font-size: 18px; 
    position: relative;
}
.group_booking
{
    display: inline-block;
    font-size: 15px;
    background: #94ad36;
    width: 200px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    border-radius: 3px;
    text-align: center;
    margin-left: 10px; 
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: -19px;
}

.group_booking div
{
    position: absolute;
    bottom: -15px;
    right: 23px;
    font-size: 9px;
    color: #000;
}
.booking_tee_time
{
    display: inline-block;
    font-size: 15px;
    background: #94ad36;
    width: 150px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    border-radius: 3px;
    text-align: center;
    margin-left: 10px; 
    cursor: pointer;
}
.booking_tee_time:hover, .group_booking:hover
{
    color: #94ad36;
    background: #e8e8e8;
}
.welcome_citygolf
{
    text-align: center;
    width: 100%;
    max-width: 740px;
    color: #fff;
    margin: 0 auto;
    font-size: 41px;
    text-shadow: 2px 1px 4px #666;
    font-family: Lato;
    line-height: 59px;
    font-weight: 700;
}
.title_tagline
{
    text-align: center;
    width: 100%;
    max-width: 740px;
    color: #fff;
    margin: 0 auto;
    font-size: 22px;
    text-shadow: 1px 1px 1px #666;
    font-family: Lato;
    line-height: 29px; 
    font-weight: 700;
}
.main_box
{
    height: 450px; 
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
    position: absolute; 
    margin: auto auto;
}
.search_box
{
    margin: 0 auto;
    margin-top: 40px; 
}
.search_box_container
{
    width: 100%;
    border-radius: 3px;
    height: 80px;
    margin: 0 auto;
    background: #fff; 
    max-width: 895px;
}
.book_tee_time
{
    display: inline-block;
    line-height: 80px;
    font-size: 15px;
    padding-left: 20px;
    font-weight: 700;
    color: #525253;
}
.date_box
{
    display: inline-block;
    line-height: 80px;
    font-size: 15px;
    padding-left: 20px; 
    position: relative;
    font-weight: 700;
    color: #525253;
}
.date_input
{
    position: absolute;
    right: 15px;
    top: 0px;
    height: 24px;
}
.bottom_boxes_container
{
    margin: 0 auto;
    max-width: 900px;
    margin-top: 25px;
}

.bottom_boxes1
{
    width: 211px; 
    padding: 20px !important; 
    background: #fff; 
    border-radius: 3px; 
    text-align: center; 
    font-size: 15px; 
    display: inline-block;
    cursor: pointer;
    color: #525253;
    font-weight: 700;
    box-sizing: border-box!important;
}
.bottom_boxes2,.bottom_boxes3,.bottom_boxes4
{
    width: 211px; 
    padding: 20px!important; 
    background: #fff; 
    border-radius: 3px; 
    text-align: center; 
    font-size: 15px; 
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
    color: #525253;
    font-weight: 700;
    box-sizing: border-box!important;
}

.bottom_boxes1:hover,.bottom_boxes2:hover,.bottom_boxes3:hover,.bottom_boxes4:hover
{
    background: #94ad36; 
    color: #fff;
}

.list_legends
{
    width: 20%;
    max-width: 150px;
    font-size: 20px;
    margin-top: 20px;
    margin-left: 10px; 
    float: left;
}
.list_legends img{
    width: 32px; 
    margin-right: 5px; 
    border: none;
}

.select_players_box
{
    width: 40%;
    max-width: 120px;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 10px; 
    float: left;
}
.slot_listing
{
    width: 92%;
    margin: 0 auto;
}

.list_date_time
{
    width: 20%;
    max-width: 90px;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 10px; 
    float: left;
    text-transform: lowercase;
}
.list_date_time::first-letter {
    text-transform: uppercase;
}
.player_circle_count
{
    display: inline-block; 
    height: 24px; 
    width: 24px; 
    border-radius: 50px; 
    background: #e8e8e8; 
    color: #94ad36; 
    text-align: center; 
    margin: 2px; 
    line-height: 24px; 
    cursor: pointer;
}
.selected_player
{
    background: #94ad36 !important; 
    color: #e8e8e8 !important; 
}
.price_per_player
{
    width: 19%;
    max-width: 120px;
    font-size: 18px;
    margin-top: 15px;
    margin-left: 10px; 
    float: left;
}

.total_player_count
{
    width: 55%; 
    text-align: center;
    border-radius: 50px;
    background: #ebebeb; 
    display: inline-block;
    margin-left: 32px;
}

.total_rental_set_count, .addon_item_count
{
    width: 55%; 
    text-align: center;
    border-radius: 50px;
    background: #ebebeb; 
    display: inline-block;
}

.add_voucher
{
    font-size: 14px;
    background: #94ad36;
    width: 110px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-top: 10px;
}

.slot_list_container
{
    height: 70px;
    background: #fff; 

    border-radius: 3px; 
    margin-bottom: 15px !important; 
    position: relative;
}

.price_container
{
    background: #fff; 
    border-radius: 3px; 
    padding: 10px;
}

.price_mobile
{
    display: none;
}

.summary_legends
{
    float: right; 
    width: 100%; 
    max-width: 200px; 
    margin-top: 15px;
}

.voucher_input_container
{
    width: 340px; 
    margin: 0 auto; 
    height: 55px;
}
.voucher_input_box
{
    float: left;
    width: 200px; 
    text-align: left;
}
.voucher_input_box input
{
    height: 30px;
    line-height: 30px;
    width: 195px;
    border-radius: 3px;
    border: 1px solid #b8b8b8;
    padding-left: 5px;
}

.add_voucher_submit
{
    float: right;
    width: 130px;
}

.total_player_detail
{
    float: left;
    width: 50%;
    max-width: 180px;
    height: 40px;
    line-height: 40px;
}

.total_rental_set
{
    float: right; 
    width: 20%; 
    max-width: 200px; 
    font-size: 14px;
}

.tnc_popup_field_box
{
    float: left;
    width: 173px; 
    text-align: left;
}
.tnc_popup_field_box input
{
    height: 30px;
    line-height: 30px;
    width: 160px;
    border-radius: 3px;
    border: 1px solid #b8b8b8;
    padding-left: 5px;
}

.payment_done_continue
{
    font-size: 14px;
    background: #94ad36;
    width: 110px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 10px;
    float: right;
}

.tnc_box
{
    height: 250px;
    overflow-y: auto;
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}
.detail_box
{
    height: 35px;
}


.response_container
{
    width: 92%;
    border-radius: 3px;
    margin: 0 auto;
    background: #fff;
    height: auto;
    padding-bottom: 30px;
    max-width: 580px;
}

.add_voucher_continue
{
    font-size: 14px;
    background: #94ad36;
    width: 110px;
    height: 34px;
    color: #fff;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}
.add_voucher_continue:hover{
    color: #94ad36;
    background: #e8e8e8;

}
.pay_book
{
    font-size: 14px;
    background: #94ad36;
    width: 110px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer; 
    margin: 0 auto; 
    margin-top: 10px;
}

.pay_book:hover{
    color: #94ad36;
    background: #e8e8e8;
}
.payment_logo
{
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    padding: 5px;
    text-align: center;
}

@media only screen and (max-width: 900px) {
    .book_tee_time
    {
        text-align: center;
        font-size: 14px;
        display: block;
        line-height: 45px;
    }

    .booking_tee_time
    {
        display: block;
        width: 92%;
        margin: 0 auto;
        margin-top: 15px;
        font-size: 14px;
    }
    .search_box_container {
        width: 92%;
        border-radius: 3px;
        margin: 0 auto;
        background: #fff;
        height: auto;
        padding-bottom: 30px;
    }
    .group_booking
    {
        display: block;
        width: 92%;
        margin: 0 auto;
        margin-top: 15px;
        font-size: 14px;
        cursor: pointer;
    }
    .search_box
    {
        margin-top: 30px;
    }
    .date_box {
        display: block;
        line-height: 45px;
        font-size: 14px;
        padding-left: 20px;
        position: relative;
        width: 92%;
        margin-left: 1.5%;
    }

    .date_input
    {
        position: absolute;
        right: 15px;
        top: -2px;
        height: 24px;
    }
    .date_search {
        height: 50px;
        margin-top: 0px;
        /*width: 85%;*/
        width: 103%;
        padding-left: 14%;
    }
    .group_booking div {
        bottom: -15px;
        text-align: center;
        width: 100%;
        right: 0;
    }
    .bottom_boxes_container
    {
        width: 92%;
        margin-top: 0;
    }
    .bottom_boxes1,.bottom_boxes3
    {
        width: 38%; 
        font-size: 14px; 
        margin-left: 0;
        margin-top: 15px;
    }
    .bottom_boxes2,.bottom_boxes4
    {
        width: 38%; 
        font-size: 14px; 
        margin-left: 1%;
        margin-top: 15px;
        float: right;
    }
    .date_text {
        position: absolute !important;
        left: 7px;
        z-index: 9;
        top: -14px;
    }
}

@media only screen and (max-width: 700px) {
    .welcome_citygolf
    {
        text-align: center;
        width: 92%;
        color: #fff;
        margin: 0 auto;
        font-size: 25px;
        text-shadow: 2px 1px 4px #666;
        font-family: Lato;
        line-height: 39px;
        font-weight: 700;
    }
    .title_tagline
    {
        text-align: center;
        width: 92%;
        color: #fff;
        margin: 0 auto;
        font-size: 16px;
        text-shadow: 1px 1px 1px #666;
        font-family: Lato;
        line-height: 29px; 
        font-weight: 700;
    }

    .search_box_container {
        width: 92%;
        border-radius: 3px;
        margin: 0 auto;
        background: #fff;
        height: auto;
        padding-bottom: 30px;
    }

    .book_tee_time
    {
        text-align: center;
        font-size: 14px;
        display: block;
        line-height: 45px;
    }

    .booking_tee_time
    {
        display: block;
        width: 92%;
        margin: 0 auto;
        margin-top: 15px;
        font-size: 14px;
    }

    .group_booking
    {
        display: block;
        width: 92%;
        margin: 0 auto;
        margin-top: 15px;
        font-size: 14px;
    }
    .search_box
    {
        margin-top: 30px;
    }
    .date_box {
        display: block;
        line-height: 45px;
        font-size: 14px;
        padding-left: 20px;
        position: relative;
        width: 92%;
    }

    .date_input
    {
        position: absolute;
        right: 15px;
        top: -2px;
        height: 24px;
    }
    .date_search {
        height: 50px;
        margin-top: 0px;
        /*width: 85%;*/
        width: 103%;
        padding-left: 14%;
    }
    .group_booking div {
        bottom: -15px;
        text-align: center;
        width: 100%;
        right: 0;
    }
    .bottom_boxes_container
    {
        width: 92%;
        margin-top: 0;
    }
    .bottom_boxes1,.bottom_boxes3
    {
        width: 38%; 
        font-size: 14px; 
        margin-left: 0;
        margin-top: 15px;
    }
    .bottom_boxes2,.bottom_boxes4
    {
        width: 38%; 
        font-size: 14px; 
        margin-left: 1%;
        margin-top: 15px;
        float: right;
    }
    .date_text {
        position: absolute !important;
        left: 7px;
        z-index: 9;
        top: -14px;
    }

    .slot_list_box{
        max-width: none!important;
    }

    /**/

    .slot_listing
    {
        width: 92% !important;
        margin: 0 auto;
    }
    .list_legends
    {
        font-size: 14px;
        width: 18%;
    }
    .list_legends img{
        width: 24px; 
        margin-right: 0px; 
    }
    .list_date_time
    {
        font-size: 12px;
        width: 18%;
        margin-top: 16px;
    }
    .player_circle_count
    {
        height: 20px; 
        width: 20px; 
        line-height: 20px; 
    }
    .price_per_player
    {
        font-size: 13px;
    }
    .select_players_box
    {
        width: 35%;
        margin-left: 0;
    }

    .total_player_count,.total_rental_set_count,.addon_item_count
    {
        width: 35%; 
    }
    .total_player_detail{
        line-height: 30px;
    }
    .total_player_detail img
    {
        width: 24px;
    }
    /*    .add_voucher
        {
            width: 100%;
            position: absolute;
            bottom: 0;
            border-radius: 0px;
            float: none;
            left: 0;
        }*/
    .add_voucher_but_container
    {
        width: 100%;
        position: absolute;
        bottom:-10px;
        border-radius: 0px;
        float: none;
        left: 0;
        background: #94ad36;
        height: 50px;
    }
    .add_voucher
    {
        font-size: 14px;
        background: #fff;
        width: 110px;
        height: 34px;
        color: #94ad36;
        line-height: 34px;
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
        margin: 0 auto;
        float: left;
        margin-left: 8px;
        margin-top: 8px;
    }


    .dialog
    {
        width: 96%;
        position: fixed;
    }
    .price_container
    {
        display: none;
    }
    .price_container_mobile
    {
        width: 92%;
        margin: 0 auto;
    }
    .price_mobile
    {
        display: block;
    }
    .booking_tee_time:hover, .group_booking:hover
    {
        color: #fff;
        background: #94ad36;
    }

    .summary_legends
    {
        max-width: 100%;
        width: 100%;
        margin-bottom: 50px;
    }
    .legends_listing
    {
        display: inline-block;
        margin-right: 19px;
        width: 38%;
        white-space: nowrap;
    }
    .voucher_input_container
    {
        max-width: 340px; 
        margin: 0 auto; 
        height: 55px;
        width: 100%;
    }
    .voucher_input_box
    {
        max-width: 200px; 
        width: 60%;
    }
    .voucher_input_box input
    {
        max-width: 195px;
        width: 100%;
    }
    .add_voucher_submit
    {
        max-width: 130px;
        width: 39%;
    }

    .total_player_detail
    {
        width: 46%;
    }

    .total_rental_set
    {
        width: 24%; 
    }
    .tnc_popup_field_box
    {
        max-width: 100%; 
        width: 100%;
        margin-bottom: 15px;
    }
    .tnc_popup_field_box input
    {
        max-width: 100%;
        width: 98%;
    }
    .payment_done_continue
    {
        width: 100%;
        position: absolute;
        bottom: 0;
        border-radius: 0px;
        float: none;
        left: 0;
    }
    /**/

    .slot_listing{
        max-width: 100%!important;
    }

}

@media screen and (max-width: 400px) {


    .date_box {
        display: block;
        line-height: 45px;
        font-size: 14px;
        padding-left: 20px;
        position: relative;
        width: 92%;
        margin: 0 auto;
        margin-left: 0;
    }

    .date_input
    {
        position: absolute !important;
        right: 15px;
        top: -2px;
        height: 24px;
    }
    .date_search {
        height: 50px;
        margin-top: 0px;
        /*width: 75%;*/
        width: 106%;
        padding-left: 25%;
        margin-left: -2%;
    }
    .group_booking div {
        bottom: -15px;
        text-align: center;
        width: 100%;
        right: 0;
    }
    .bottom_boxes_container
    {
        width: 92%;
        margin-top: 0;
    }
    .bottom_boxes1,.bottom_boxes3
    {
        width: 45%; 
        font-size: 9px; 
        margin-left: 0;
        margin-top: 15px;
    }
    .bottom_boxes2,.bottom_boxes4
    {
        width: 45%; 
        font-size: 9px; 
        margin-left: 1%;
        margin-top: 15px;
        float: right;
    }
    .date_text {
        position: absolute !important;
        left: 7px;
        z-index: 9;
        top: -14px;
    }
    .slot_listing
    {
        width: 92% !important;
        margin: 0 auto;
    }
    .list_legends
    {
        font-size: 14px;
        width: 18%;
    }
    .list_legends img{
        width: 20px; 
        margin-right: 0px; 
    }
    .list_date_time
    {
        font-size: 10px;
        width: 18%;
        margin-top: 16px;
    }
    .player_circle_count
    {
        height: 16px; 
        width: 16px; 
        line-height: 16px; 
    }
    .price_per_player
    {
        font-size: 10px;
        margin-left: 0px;
    }
    .select_players_box
    {
        width: 35%;
        margin-left: 0;
        font-size: 10px;
    }

    .total_player_count,.total_rental_set_count,.addon_item_count
    {
        width: 40%; 
    }

    .add_voucher_but_container
    {
        width: 100%;
        position: absolute;
        bottom: 0;
        border-radius: 0px;
        float: none;
        left: 0;
        background: #94ad36;
        height: 50px;
    }
    .add_voucher
    {
        font-size: 14px;
        background: #fff;
        width: 110px;
        height: 34px;
        color: #94ad36;
        line-height: 34px;
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
        margin: 0 auto;
        float: left;
        margin-left: 8px;
        margin-top: 8px!important;
    }

    .dialog
    {
        width: 96%;
        position: fixed;
    }
    .price_container
    {
        display: none;
    }
    .price_container_mobile
    {
        width: 92%;
        margin: 0 auto;
    }
    .price_mobile
    {
        display: block;
    }
    .booking_tee_time:hover, .group_booking:hover
    {
        color: #fff;
        background: #94ad36;
    }

    .summary_legends
    {
        max-width: 100%;
        width: 100%;
        margin-bottom: 50px;
    }
    .legends_listing
    {
        display: inline-block;
        margin-right: 19px;
        width: 38%;
        white-space: nowrap;
    }
    .voucher_input_container
    {
        max-width: 340px; 
        margin: 0 auto; 
        height: 55px;
        width: 100%;
    }
    .voucher_input_box
    {
        max-width: 200px; 
        width: 60%;
    }
    .voucher_input_box input
    {
        max-width: 195px;
        width: 100%;
    }
    .add_voucher_submit
    {
        max-width: 130px;
        width: 39%;
    }

    .total_player_detail
    {
        width: 46%;
    }

    .total_rental_set
    {
        width: 24%; 
    }
    .tnc_popup_field_box
    {
        max-width: 100%; 
        width: 100%;
        margin-bottom: 15px;
    }
    .tnc_popup_field_box input
    {
        max-width: 100%;
        width: 98%;
    }
    .payment_done_continue
    {
        width: 100%;
        position: absolute;
        bottom: 0;
        border-radius: 0px;
        float: none;
        left: 0;
    }
    .tnc_box
    {
        height: 200px;
    }
    .detail_box
    {
        height: 110px;
    }
    .payment_logo img
    {
        width: 40px;
    }

}


/* My Css/ Some Css Changed in Inline and Some css changed in Media Query  */

.add_voucher_contin_btn{
    width: 125px; 
    padding: 10px 0; 
    text-align: center;
    color: #fff; 
    background-color: #94ad36; 
    margin: 75px auto 25px auto;
    border-radius: 5px;
    cursor: pointer;
}
.add_voucher_contin_btn:hover{
    color: #94ad36;
    background: #e8e8e8;
}
.slot_list_container:first-child{
    margin-top: 0px;
}

.cal_icon{
    cursor: pointer;
}
.gb_content
{
    visibility: visible;
}

/*for payment window*/
#epay_frame_container{
    width: 100vw;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    max-width: 778px;
}
#epay_frame{ 
	width: 100vw; 
	max-width: 778px;
}
