.field .radio input {
    margin-left: -6px !important;
    margin-top: 7px !important;
    visibility: hidden;
}
.radio{
    padding-top: 0px !important;
}
.field .field-right label {
    cursor: pointer;
}
/**********custom select2me**************/

.select2-container--bootstrap .select2-dropdown{
    border-color: #ff6e06;
}
.select2-container--bootstrap .select2-results > .select2-results__options li{
    line-height: 25px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field{
    border: 1px solid #ff6e06;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #ff6e06;
}
.select2-container--bootstrap .select2-results__option[aria-selected="true"]{
    background-color: #ddd;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field{
    height: 34px;
}
.form-main .field .field-right select + .help-block {
    bottom: -35px;
    position: absolute;
    width: 100%;
}

/**********custom select2me**************/

.page-loading {
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    color: #333333;
    font-size: 13px;
    left: 50%;
    line-height: 20px;
    margin-left: -60px;
    margin-top: -30px;
    min-width: 125px;
    padding: 7px;
    position: fixed;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    z-index: 11111111;
}
.page-loading > span{

}

.dropdown-toggle .username.username-hide-on-mobile{
    position:absolute;
}

/**************** Search *************/
.badge {
    background-color: #6EB205;
}
.grey{
    background: #F1F1EF;
}
.bg-pink-red{
    background: #ff004f;
}
.bg-orange{
    background: #ff7100;
    color: #fff;
}
.bg-green{
    background: #73B104 !important;
    border-color: #529003 !important;
}
.green{
    background: #73B104 !important;
    border-color: #529003 !important;
    font-weight: normal !important
}
.search-main .search-left {
    float: left;
    width: 63%;
}
.search-main .top-search-bar {
    border-bottom: 1px solid #cccccc;
    /*padding: 10px 0;*/
    padding: 0px 0px 10px 0px;
}
.search-main .top-search-bar .search-bar {
    margin: auto;
    width: 400px;
}
.search-main .top-search-bar .search-bar{
    position: relative;
}
.search-main .top-search-bar .search-bar::after {
    color: #7c7c7c;
    content: "\f041";
    font-family: 'FontAwesome';
    font-size: 25px;
    left: 16px;
    position: absolute;
    top: 3px;
}
.search-main .top-search-bar .search-bar input {
    border: 1px solid #cccccc;
    color: #7c7c7c;
    float: left;
    height: 40px;
    padding: 0 10px 0 45px;
    width: 75%;
    font-weight: normal;
    font-size: 17px;
    line-height: 34px;
    font-family: Arial,Halventica,sans-serif;
}
.search-main .top-search-bar .search-bar button {
    background: #FF0054;
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    width: 25%;
}
.search-main .top-search-bar .view-btn {
    display: none;
    float: right;
    width: 15%;
}
.search-main .top-search-bar .view-btn a {
    background: #ff7100 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.search-main .top-search-bar .view-btn a.map-btn{
    display: none;
}
.show{
    width: auto;
    height: auto;
}
.hide{
    width: 0;
    height: 0;
}


.search-main .search-left .fixDiv {
    bottom: 0;
    overflow: auto;
    position: absolute;
    top: 76px;
    width: 63%;
}
.search-main .filter-box {
    margin: 15px 0 0;
    padding: 0 20px;
}
.search-main .filter-box  strong{
    font-size: 16px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.search-main .filter-box .chk-box{
    display: inline-block;
    margin: 0 5px 0 0;
}
.search-main .filter-box .chk-box > input[type="checkbox"]:not(old), input[type="radio"]:not(old) {
    cursor: pointer;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    top: 2px;
    width: 20px;
    z-index: 9;
}
.search-main .filter-box .chk-box label {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding: 0;
    position: relative;
}
.search-main .filter-box .chk-box > input.disabled{
    cursor: no-drop !important;
}
.search-main .filter-box .chk-box > input.disabled + label::before {
    background: #e3e3e3 none repeat scroll 0 0;
    content: "";
    height: 14px;
    left: -22px;
    position: absolute;
    top: 3px;
    width: 14px;
}
.search-main .filter-box .chk-box > input[type=checkbox]:not(old) + label::after{
    background   : url('../images/un-chk.png') no-repeat 0 0;
    background-size: 18px auto;
    background-position: 0px 4px;
    content: "";
    height: 30px;
    left: -24px;
    padding-left: 30px;
    position: absolute;
    top: -3px;
    width: 20px;

}
.search-main .filter-box .chk-box > input[type=checkbox]:not(old):checked + label::before{
    background   : url('../images/chk.png') no-repeat 0 0;
    background-size: 18px auto;
    background-position: 0px 4px;
    content: "";
    height: 30px;
    left: -24px;
    position: absolute;
    top: -3px;
    width: 20px;
    z-index: 3;
}


/*.search-main .filter-box .switch-btn {
    display: inline-block;
    margin: 0 5px 0 0;
}
.search-main .filter-box .switch-btn label {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding: 0;
    position: relative;
}
.search-main .filter-box .switch-btn > input[type="checkbox"] {
    cursor: pointer;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    height: 21px;
    top: 6px;
    width: 50px;
    z-index: 9;
}
.search-main .filter-box .switch-btn label::before{
    background   : url('../images/switch-btn.png') no-repeat 0 0;
    background-size: 95px auto;
    content: "";
    height: 30px;
    left: -54px;
    padding-left: 30px;
    position: absolute;
    top: 0px;
    width: 48px;
    -webkit-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
}
.search-main .filter-box .switch-btn > input[type=checkbox]:not(old):checked + label::before{
    background-position: -47px 0px;
}
.search-main .filter-box .switch-btn > input[type=checkbox]:not(old) + label::after{
    background-position: 0px 0px;
}*/

.search-main .filter-box .switch-btn {
    display: inline-block;
    margin: 0 5px 0 0;
}
.search-main .filter-box .switch-btn .swtch-btn-box {
    display: inline-block;
    margin-top: 7px;
    vertical-align: top;
}
.search-main .filter-box .switch-btn > label {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 0 3px;
    padding: 0;
}
.search-main .filter-box .switch-btn .onoffswitch {
    position: relative; width: 50px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.search-main .filter-box .switch-btn .onoffswitch-checkbox {
    display: none;
}
/*.search-main .filter-box .switch-btn .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #FF7100;
    border-radius: 30px;
    margin: 0;
}*/
.search-main .filter-box .switch-btn input[type=checkbox]:not(old) + .onoffswitch-label{
    border: 2px solid #808080;
}
.search-main .filter-box .switch-btn input[type=checkbox]:not(old):checked + .onoffswitch-label{
    border: 2px solid #FF7100;
}
.search-main .filter-box .switch-btn .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    /*border: 2px solid #808080;*/
    border-radius: 30px;
    margin: 0;
}
.search-main .filter-box .switch-btn .onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
}
.search-main .filter-box .switch-btn .onoffswitch-inner::before, .search-main .filter-box .switch-btn .onoffswitch-inner::after {
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    padding: 0;
    width: 50%;
}
.search-main .filter-box .switch-btn .onoffswitch-inner:before {
    content: "ON";
    padding-left: 6px;
    background-color: #FF7100;
    color: #FFFFFF;
}
/*.search-main .filter-box .switch-btn .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 4px;
    background-color: #FFF;
    color: #FF7100;
    text-align: right;
}*/
.search-main .filter-box .switch-btn input[type=checkbox]:not(old) + .onoffswitch-label .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 4px;
    background-color: #808080;
    color: #FFF;
    text-align: right;
}
.search-main .filter-box .switch-btn input[type=checkbox]:not(old) + .onoffswitch-label .onoffswitch-switch{
    border: 2px solid #808080;
}
.search-main .filter-box .switch-btn input[type=checkbox]:not(old):checked + .onoffswitch-label .onoffswitch-switch{
    border: 2px solid #ff7100;
}
.search-main .filter-box .switch-btn .onoffswitch-switch {
    background: #ffffff none repeat scroll 0 0;
    /*border: 2px solid #ff7100;*/
    border-radius: 30px;
    bottom: 0;
    box-shadow: 0 0 5px -2px #000000;
    display: block;
    margin: 1px;
    position: absolute;
    right: 28px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    width: 20px;
}
.search-main .filter-box .switch-btn .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.search-main .filter-box .switch-btn .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


.search-main .destance-box {
    color: #7c7c7c;
    display: inline-block;
    margin: 0 0 0 2px;
}
.search-main .destance-box #ex6CurrentSliderValLabel {
    margin-right: 10px;
}

.search-main .map-list-box {
    display: none;
    float: left
}
.time-table {
    margin: 20px 0 0;
    padding: 0 20px;
}
.time-table .lbl {
    background: #6EB205;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    margin: 0;
    padding: 3px 5px;
    text-transform: uppercase;
}
.time-table h2 {
    color: #666666;
    font-size: 24px;
    margin: 0;
    text-align: left;
}
.time-table h2 span {
    color: #666666;
    font-size: 20px;
    position: static;
    left: 0
}
.time-table h3 {
    color: #666666;
    font-size: 18px;
    line-height: 22px;
    margin: 7px 0;
    text-align: left;
}
.time-table p {
    color: #7c7c7c;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.time-table .schedule_p {
    color: #7c7c7c;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.time-table table {
    margin: 25px 0;
    width: 100%;
}
.time-table table.term_tbl tr th {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    /*border: 1px solid #cccccc;*/
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 7px;
}
.time-table table.term_tbl thead tr th {
    background: #FFF2D0;
}
.time-table table.term_tbl tr th:nth-child(1) {
    width: 5%;
}
.time-table table.term_tbl tr th:nth-child(2) {
    width: 21%;
}
.time-table table.term_tbl tr th:nth-child(3) {
    width: 22%;
}
.time-table table.term_tbl tr th:nth-child(4) {
    width: 22%;
}
.time-table table.term_tbl tr th:nth-child(5) {
    width: 20%;
}
.time-table table.term_tbl tr th:nth-child(6) {
    width: 10%;
}
.time-table table.term_tbl tr td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    /*border: 1px solid #cccccc;*/
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    padding:3px 7px;
}
.time-table table.term_tbl tr:last-child td {
    border-bottom: 1px solid #cccccc;
}
.time-table table.term_tbl tr td:first-child{
    font-weight: 600;
}
.time-table table.term_tbl tr td:nth-child(6) {
    width: 150px;
}
.time-table table.term_tbl tr td:nth-child(5) {
    width: 150px;
}
.time-table table.term_tbl tr td a {
    background: #FF7100;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-weight: 600;

    /*    font-size:10px;
        font-family:open sans;
        padding: 8px 19px 6px 4px;*/

    padding: 8px 25px 6px 7px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 160px;
    /*width: 135px;*/
}
.time-table table.term_tbl tr td a::after{
    color: #fff;
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    right: 9px;
    top: 7px;
}
.time-table table.term_tbl tr td span.yrs {
    color: #f76100;
    font-size: 13px;
    display: inline-block;
}
.time-table table.term_tbl tr td span {
    display: block;
}
.time-table table.term_tbl tr td.desk-hide {
    display: none;
}
.time-table table.camp_tbl tr td.desk-hide {
    display: none;
}



.time-table table.camp_tbl{
    border-bottom: 1px solid #cccccc;
    border-collapse: inherit;
}
.time-table table.camp_tbl tr th {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    /*border-bottom: 1px solid #cccccc;*/
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 7px;
}
.time-table table.camp_tbl tr th:first-child{
    /*border-right: 1px solid #cccccc;*/
}
.time-table table.camp_tbl thead tr th{
    background: #EBFAD1;
}
.time-table table.camp_tbl tr td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    padding: 7px;
}
.time-table table.camp_tbl tr td:first-child {
    /*border-right: 1px solid #cccccc;*/
    font-weight: 600;
}
.time-table table.camp_tbl tr td:last-child {
    width: 160px;
    /*width: 135px;*/
}
.time-table table.camp_tbl tr td a {
    background: #FF7100;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-weight: 600;

    /*    font-size:10px;
        font-family:open sans;
        padding: 8px 19px 6px 4px;*/

    padding: 8px 25px 6px 7px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 160px;
    /*width: 135px;*/
}

.time-table .res-hide.reg-intrs > a {
    text-transform: capitalize;
}
.time-table .desk-hide.reg-intrs > a {
    text-transform: capitalize;
}
.time-table table.camp_tbl tr td a::after{
    color: #fff;
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    right: 9px;
    top: 7px;
}

/*.search-main .search-right {
    float: left;
    margin-top: 10px;
    padding-left: 20px;
    width: 37%;
}*/
.search-main .search-right {
    bottom: 0;
    float: left;
    margin-top: 10px;
    position: fixed;
    right: 0;
    top: 68px;
    width: 37%;
}
.search-main .search-right .map{
    height: 100%;
}
.search-main .search-right .map > iframe {
    height: 100%;
}


.tutor_search {
    padding: 0 20px;
}
.tutor_search .tutor-list {
    border: 1px solid #cccccc;
    margin-bottom: 25px;
    position: relative;
}
.tutor_search .tutor-list .border {
    border-left: 1px solid #cccccc;
    height: 100%;
    left: 200px;
    position: absolute;
    top: 0;
    width: 0;
}
.tutor_search .tutor-list .tutor-list-left {
    float: left;
    padding: 15px;
    width: 200px;
}
.tutor_search .tutor-list .tutor-list-left a {
    background: #FF7100;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin: 20px 0 0;
    padding: 12px 25px 10px 7px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.tutor_search .tutor-list .tutor-list-left a::after{
    color: #fff;
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    right: 14px;
    top: 11px;
}

.tutor_search .tutor-list .tutor-list-right {
    float: left;
    max-width: 72%;
    padding: 20px;
}
.tutor_search .tutor-list .tutor-list-right h2 {
    color: #535060;
    font-size: 22px;
    margin: 0;
    text-align: left;
}
.tutor_search .tutor-list .tutor-list-right h3 {
    color: #27211c;
    font-size: 20px;
    margin: 5px 0;
    text-align: left;
}
.tutor_search .tutor-list .tutor-list-right h4 {
    color: #7c7c7c;
    font-size: 18px;
    margin: 0;
    text-align: left;
}
.tutor_search .tutor-list .tutor-list-right label {
    background: #6EB205;
    border: 1px solid #bbb8c4;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 0px;
    padding: 4px 8px;
}
.tutor_search .tutor-list .tutor-list-right p {
    color: #27211c;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}

.tutor_search .tutor-list .tutor-list-right p {
    color: #777 !important;
}
.tutor_search .tutor-list .tutor-list-right > span {
    color: #ff6e06;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin: 7px 0 0;
}
.search-main .term-tbl-main {
    overflow-x: auto;
}


/**************** Search *************/

/**************** class-detail *************/

.back-btn-top a{
    background: #FF7100;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    line-height: 22px;
    font-weight: 600;
    padding:8px 15px 7px 35px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.back-btn-top{
    margin:  20px 0;
}
.back-btn-top a::after{
    color: #fff;
    content: "\f0d9";
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    left: 15px;
    top: 7px;
}

.class-contact {
    position: absolute;
    right: 15px;
    top: 5px;
}
.class-contact > span {
    cursor: pointer;
    display: inline-block;
}
.class-contact a {
    color: #7c7c7c;
    display: inline-block;
    line-height: 0;
    margin: 7px 0 0 10px;
    vertical-align: top;
}
.class-contact .fa {
    display: inline-block;
    float: none;
    font-size: 20px;
}
.class-info {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    min-height: 320px;
}
.class-info .img-box {
    float: left;
    margin-right: 1%;
    width: 15%;
}
.class-info .class-dtl {
    float: left;
    margin-top: 35px;
    padding: 0 15px;
    width:32%;
}
.class-info .class-dtl label {
    background: #6eb205 none repeat scroll 0 0;
    border: 1px solid #bbb8c4;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 4px 5px;
}
.class-info .class-dtl > h2 {
    color: #535060;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    text-align: left;
}
.class-info .class-dtl > h2 span {
    color: #535060;
    font-size: 22px;
    position: static;
}
.class-info .class-dtl h3 {
    color: #27211C;
    font-size: 20px;
    line-height: 26px;
    margin: 2px 0;
    text-align: left;
}
.class-info .venue-dtl {
    float: left;
    margin-top: 35px;
    padding: 0 15px;
    width:30%;
}
.class-info .venue-dtl label {
    background: #6eb205 none repeat scroll 0 0;
    border: 1px solid #bbb8c4;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 4px 5px;
}
.class-info .venue-dtl h3 {
    color: #27211C;
    font-size: 20px;
    line-height: 26px;
    margin: 2px 0;
    text-align: left;
}
.class-info .venue-dtl > p {
    color: #27211c;
    font-size: 16px;
    line-height: 22px;
    margin: 5px 0;
}
.class-info .venue-dtl > p a {
    color: #1461fb;
    margin: 0;
}
.class-info .venue-dtl > p a .fa {
    float: none;
}

.class-info .venue-note {
    float: left;
    margin-top: 35px;
    padding: 0 15px;
    width:22%;
}
.class-info .venue-note label {
    background: #6eb205 none repeat scroll 0 0;
    border: 1px solid #bbb8c4;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 4px 5px;
}
.class-info .venue-note > p {
    color: #27211c;
    font-size: 16px;
    line-height: 22px;
    margin: 5px 0;
}

.detail-box .venue-note label {
    background: #6eb205 none repeat scroll 0 0;
    border: 1px solid #bbb8c4;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 4px 5px;
}
.class-info-main > h3 {
    color: #7c7c7c;
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0;
    text-align: left;
}
.class-detail-bottom {
    display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
}
.price_box {
    border: 1px solid #cccccc;
    border-radius: 5px;
    /*float: left;*/
    min-width: 65%;
    padding: 40px;
    -webkit-flex:1;
    -webkit-box-flex:1;
    -moz-flex:1;
    -moz-box-flex:1;
    -ms-flex:1;
    flex:1;
}
.price_box > label {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
}
.price_box > h2 {
    color: #44454f;
    font-size: 34px;
    font-weight: normal;
    margin: 15px 0;
    text-align: left;
}
.price_box > h3 {
    color: #27211c;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px;
    text-align: left;
}
.price_box .book-date span {
    border-radius: 3px;
    color: #7c7c7c;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    padding: 7px 15px;
    text-decoration: none;
}
.price_box .book-date span.active {
    background:#FF0054;
    color: #fff;
}
.book-bnt-main > button {
    background: #ff7100;
    border: 1px solid #d16402;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    height: 40px;
    line-height: 37px;
    margin-top: 35px;
    padding: 0 20px;
}
.book-bnt-main > button.club-popup-btn {
    margin-left: 10px;
}
.discount-box .left .field button {
    background: #ff7100 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
}
.trial-box {
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
    /*float: left;*/
    /*min-width: 30%;*/
    /*margin-left: 5%;*/
    padding: 7px;
    -webkit-flex:1;
    -webkit-box-flex:1;
    -moz-flex:1;
    -moz-box-flex:1;
    -ms-flex:1;
    flex:1;
}
.trial-box .trial-left {
    display: inline-block;
    width: auto;
}
.trial-box > p {
    margin-bottom: 30px;
}
.trial-box label {
    font-size: 16px;
    margin: 0 10px 0 0;
}
.trial-box select {
    display: inline-block;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}

.waiting-list {
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin: 35px 0 0;
    padding: 40px 15px;
    text-align: center;
}
.waiting-list h2 {
    color: #44454f;
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 15px;
}
.waiting-list p {
    color: #7c7c7c;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    text-align: center;
}
.waiting-list button {
    background: #ff7100 none repeat scroll 0 0;
    border: 1px solid #d16402;
    border-radius: 3px;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 37px;
    margin-top: 25px;
    padding: 0 20px;
}
.waiting-list button .fa {
    float: none;
    font-size: 17px;
    margin: 0 5px 0 0;
}

.custom-popup {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
    display: none
}
.custom-popup .custom-popup-inner {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 7px 15px -5px #000000;
    left: 0;
    margin: auto;
    padding-top: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 500px;
}
.custom-popup.termsCondition .custom-popup-inner{
    width: 650px;
    height:600px;
}
.custom-popup .custom-popup-inner > a {
    background: #FF7100;
    border-radius: 25px;
    box-shadow: -2px 2px 4px -1px #000000;
    color: #ffffff;
    font-weight: 300;
    height: 25px;
    line-height: 22px;
    position: absolute;
    right: -13px;
    text-align: center;
    top: -13px;
    width: 25px;
}
.custom-popup .custom-popup-inner > a .fa {
    float: none;
    font-size: 14px;
    line-height: 14px;
}
.custom-popup .custom-popup-inner .contain {
    max-height: 500px;
    overflow: auto;
    padding: 20px;
}
.custom-popup .custom-popup-inner .contain p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    text-align: left;
    overflow-wrap: break-word;
}
.custom-popup .custom-popup-inner .btn-box {
    border-top: 1px solid #cccccc;
    padding: 20px;
    text-align: center;
}
.custom-popup .custom-popup-inner .btn-box > button {
    border: none;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    height: 40px;
    line-height: 37px;
    margin: 0 7px;
    padding: 0 15px;
}
.custom-popup .custom-popup-inner .btn-box > a {
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: 0 7px;
    padding: 0 15px;
    text-decoration: none;
    min-width: 120px;
}

.custom-popup-inner .contain > p {
    color: #777;
}
.class-contact span.art-tutor-name-tog-btn {
    cursor: pointer;
    line-height: 16px;
}
.art-tutor-name-popup.custom-popup .custom-popup-inner {
    width: 1040px;
}
.art-tutor-name-popup.custom-popup .custom-popup-inner .contain {
    max-height: 500px;
    overflow: auto;
    padding: 20px;
}
.art-tutor-name-popup.custom-popup .tutor_search p {
    text-align: left;
}
.art-tutor-name-popup.custom-popup .tutor_search p i {
    color: #777777;
}







/**************** class-detail *************/


/**************** holiday-detail *************/

.holiday-info {
    border: 1px solid #cccccc;
    border-radius: 5px;
    min-height: 320px;
    padding: 20px;
    position: relative;
}
.holiday-info .img-box {
    float: left;
    margin-right: 1%;
    width: 15%;
}
.holiday-info label {
    background: #6eb205 none repeat scroll 0 0;
    border: 1px solid #bbb8c4;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 4px 5px;
}
.holiday-info .info-box-main {
    float: left;
    width: 84%;
}
.holiday-info .info-box-main h2 {
    color: #535060;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: left;
}
.holiday-info .info-box-main h3 {
    color: #27211c;
    font-size: 20px;
    line-height: 26px;
    margin: 2px 0;
    text-align: left;
}
.holiday-info .info-box-main p {
    color: #27211c;
    font-size: 16px;
    line-height: 22px;
    margin: 5px 0;
}
.holiday-info .info-box-main p a {
    color: #7c7c7c;
    margin: 0 0 0 10px;
}
.holiday-info .info-box-main p a .fa {
    float: none;
}
.holiday-info .info-box1 > label {
    margin-top: 20px;
}
.holiday-info .info-box-main .info-box1 {
    float: left;
    padding: 0 15px;
    width: 37%;
}
.holiday-info .info-box-main .info-box2 {
    float: left;
    padding: 0 15px;
    width: 37%;
}
.holiday-info .info-box-main .info-box3 {
    float: left;
    padding: 0 15px;
    width: 26%;
}
.holiday-info .info-box-main > label {
    float: left;
    margin-left: 15px;
}
.holiday-info .info-box-main .cls-list {
    font-size: 15px;
    line-height: 18px;
    margin: 20px 0;
}
.holiday-info .info-box-main .cls-list strong {
    display: block;
    line-height: 15px;
    margin: 10px 0 0;
}
.holiday-info .info-box-main h1 {
    color: #44454f;
    font-size: 40px;
    font-weight: normal;
    margin: 15px 0 25px;
    text-align: left;
}
.holiday-info .info-box-main h4 {
    color: #535060;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: left;
}
.holiday-info .info-box-main button {
    background: #FF7100;
    border: 1px solid #d16402;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    height: 40px;
    line-height: 37px;
    margin-top: 35px;
    padding: 0 20px;
}
.holiday-info-main > h3 {
    color: #7c7c7c;
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0;
    text-align: left;
}
.camp-note {
    margin: 30px 0 0;
}
.camp-note h2 {
    color: #535060;
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: left;
}
.camp-note p {
    color: #7c7c7c;
    font-size: 17px;
    line-height: 22px;
    margin: 5px 0;
}
.holiday-bottom-btn{
    text-align: center
}
.holiday-bottom-btn:hover{
    text-decoration: none;
}
.holiday-bottom-btn > button {
    background: #FF7100;
    border: 1px solid #d16402;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    height: 50px;
    margin-top: 35px;
    padding: 0 30px;
}

.pdf-btn{

    padding: 22px 0px 0px 10px;
    border: 1px solid #d16402;
    border-radius: 3px;
    color: #0A84B8;
    height: 50px;
    font-weight: normal;
    background-color: #FFF;
    border: none;
}
.pdf-btn:hover :active{
    color: #0A84B8;
    text-decoration: underline;
}
.pdf-btn:link, .pdf-btn:visited {
    color: #0A84B8;
}

/**************** holiday-detail *************/


/**************** Art *************/
.art-top .back-btn-top {
    margin: 0;
    position: absolute;
    text-align: left;
    top: 22px;
}
.art-top .container {
    position: relative;
}
.art-top h1 {
    color: #8c898a;
    font-size: 34px;
    line-height: 40px;
    padding: 0 125px;
    margin: 20px 0 0;
}
.art-top h2 {
    color: #8c898a;
    font-size: 24px;
    margin: 5px 0;
}

.top-lbl {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-top: 15px;
    padding: 5px 0 1px;
}
.top-lbl .lbl-left {
    color: #8c898a;
    float: left;
}
.top-lbl .lbl-right {
    color: #8c898a;
    float: right;
}
.top-lbl .lbl-left label {
    display: inline-block;
    margin: 0 45px 0 0;
}
.top-lbl label a{
    color: #8c898a;
    text-decoration: none;
}
.top-lbl label .fa {
    display: inline-block;
    float: none;
    font-size: 18px;
    margin-right: 8px;
    margin-top: 7px;
    color: #8c898a;
}
.top-lbl .lbl-right label a .fa {
    color: #8c898a;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 0;
}
.art-data-tbl .time-table{
    padding: 0;
}
.art-data-tbl .time-table .term_tbl td:last-child {
    width: 150px;
}
.art-data-tbl .time-table .term_tbl td:nth-child(5) {
    width: 150px;
}
.art-data-tbl .term-tbl-main {
    overflow-x: auto;
}

/**************** Art *************/


/**************** login *************/

.form-main {
    /*background: #f2f2f2 none repeat scroll 0 0;*/
    border: 1px solid #cccccc;
    border-radius: 15px;
    box-shadow: 0 0 2px 4px #d9d9d9 inset;
    margin: 50px auto;
    padding: 50px;
    width: 900px;
}
.orange-border{
    border: 1px solid #d16402;
    border-radius: 15px;
    box-shadow: 0 0 2px 4px #ff7100 inset;
}

.form-main .field {
    margin: 0 0 20px 0;
}
.form-main .field .field-left {
    float: left;
    font-weight: 600;
    padding-right: 20px;
    margin-top: 8px;
    line-height: 20px;
    min-height: 1px;
    text-align: right;
    width: 25%;
}
.form-main .field .field-right {
    float: left;
    width: 55%;
    position: relative;
}
.form-main .field .field-right h2 {
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 28px;
    text-align: left;
}
.form-main .field .field-right h1 {
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    text-align: left;
}
.form-main .field .field-right .small-txt {
    display: block;
    font-size: 14px;
    line-height: 18px;
}
.form-main .field .field-right p {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    margin: 0 0 10px;
    text-align: left;
}
.form-main .field .field-right input {
    border: 1px solid #ff6e06;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 #ff6e06 inset;
    box-sizing: border-box;
    height: 39px;
    padding: 0 15px 0 50px;
    width: 100%;
}
.form-main .field .field-right.green-fld input{
    border: 1px solid #6eb205;
    box-shadow: 0 0 2px 0 #6eb205 inset;
}
.form-main .field .field-right.green-fld input:focus{
    border: 1px solid #6eb205;
    box-shadow: 0 0 3px 0 #6eb205;
}
.form-main .field .field-right input:focus {
    border: 1px solid #ff6e06;
    box-shadow: 0 0 3px 0 #ff6e06;
}
.form-main .field .field-right i {
    background: #ff6e06 none repeat scroll 0 0;
    color: #ffffff;
    height: 38px;
    left: 0;
    line-height: 38px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 1;
}
.form-main .field .field-right.green-fld i{
    background: #6eb205
}
.form-main .field .field-right textarea {
    border: 1px solid #ff6e06;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 #ff6e06 inset;
    box-sizing: border-box;
    min-height: 100px;
    padding: 5px 15px;
    width: 100%;
}
.form-main .field .field-right textarea:focus {
    border: 1px solid #ff6e06;
    box-shadow: 0 0 3px 0 #ff6e06;
}
.form-main .field .field-right input[type="radio"] {
    display: inline-block;
    height: auto;
    opacity: 1;
    width: auto;
}
.form-main .field .field-right .remember-card input[type="checkbox"] {
    cursor: pointer;
    height: 15px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    top: 2px;
    width: 20px;
    z-index: 9;
}
.form-main .field .field-right .remember-card label {
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding: 0;
    position: relative;
}
.form-main .field .field-right .remember-card > input[type=checkbox]:not(old) + label::after{
    background   : url('../images/un-chk.png') no-repeat 0 0;
    background-size: 18px auto;
    background-position: 0px 4px;
    content: "";
    height: 30px;
    left: -24px;
    padding-left: 30px;
    position: absolute;
    top: -3px;
    width: 20px;

}
.form-main .field .field-right .remember-card > input[type=checkbox]:not(old):checked + label::before{
    background   : url('../images/chk.png') no-repeat 0 0;
    background-size: 18px auto;
    background-position: 0px 4px;
    content: "";
    height: 30px;
    left: -24px;
    position: absolute;
    top: -3px;
    width: 20px;
    z-index: 3;
}
.form-main .field .field-right span.rdo-lbl {
    display: inline-block;
    font-size: 15px;
    margin: 2px 10px 0 0;
    vertical-align: top;
}

.form-main .field .field-right .birth-date-box .serch-box {
    float: left;
    /*padding:0 5px;*/
    /*width: 33.33%;*/
    margin-right: 2%;
    position: relative;
    width: 32%;
}
.form-main .field .field-right .birth-date-box .serch-box .help-block {
    bottom: -30px;
    font-size: 13px;
    line-height: 30px;
    width: 100%;
}
.form-main .field .field-right .birth-date-box select {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    height: 35px;
    padding: 0 15px;
    width: 100%;
}
.form-main .field .field-right .birth-date-box .select2-selection{
    padding-left: 15px;
}

.form-main .field .field-right .birth-date-box .serch-box:nth-child(1) {
    padding-left: 0;
}
.form-main .field .field-right .birth-date-box .serch-box:nth-child(3) {
    /*padding-right: 0;*/
    margin-right: 0;
}
.form-main .field .field-right > select {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    float: right;
    height: 38px;
    padding: 0 15px 0 40px;
    width: 100%;
}
#secregfrm .form-main .field .field-right > select {
    border: 1px solid #ff6e06 ;
    box-shadow: 0 0 2px 0 #ff6e06 inset;
    -moz-appearance: none;
    -webkit-appearance:none;
}
form .styled::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #777777 rgba(119, 119, 119, 0) rgba(119, 119, 119, 0);
    border-image: none;
    border-style: solid;
    border-width: 4px;
    content: " ";
    height: 0;
    margin-left: -4px;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 0;
}
.form-main .field .field-right .select2-selection {
    border: 1px solid #ff6e06;
    box-shadow: 0 0 2px 0 #ff6e06 inset;
    color: #555555;
    height: 38px;
    line-height: 25px;
    padding-left: 50px;
}
.form-main .field .field-right .remember {
    display: block;
    font-weight: normal;
    margin: 0;
}
.form-main .field .field-right .remember > input[type="checkbox"] {
    cursor: pointer;
    height: 18px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    top: 2px;
    width: 18px;
    z-index: 9;
}
.form-main .field .field-right .remember > span {
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
}
.form-main .field .field-right .remember > input[type=checkbox]:not(old) + span::after{
    background   : url('../images/un-chk.png') no-repeat 0 0;
    background-size: 18px auto;
    background-position: 0px 4px;
    content: "";
    height: 30px;
    left: -28px;
    padding-left: 30px;
    position: absolute;
    top: -4px;
    width: 20px;

}
.form-main .field .field-right .remember > input[type=checkbox]:not(old):checked + span::before{
    background   : url('../images/chk.png') no-repeat 0 0;
    background-size: 18px auto;
    background-position: 0px 4px;
    content: "";
    height: 30px;
    left: -28px;
    position: absolute;
    top: -4px;
    width: 20px;
    z-index: 3;
}
.form-main .field .field-right .forget-link {
    text-decoration: underline
}

.form-main .field .field-right .btn-box > button {
    background: #FF7100;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 30px;
}
.form-main .field .field-right .btn-box > a {
    background: #6eb205 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    margin-left: 20px;
    padding: 10px 20px;
    text-decoration: none;
}
.form-main .field .field-right .btn-box > a.next-btn,
.form-main .field .field-right .btn-box button.next-btn {
    background: #FF7100;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    margin: 30px 0 0;
    padding: 10px 35px 10px 25px;
    text-decoration: none;
    position: relative;
}
.form-main .field .field-right.green-fld .btn-box > a.next-btn,
.form-main .field .field-right.green-fld .btn-box button.next-btn{
    background: #6eb205 none repeat scroll 0 0;
}
.form-main .field .field-right .btn-box > a.next-btn::after,
.form-main .field .field-right .btn-box button.next-btn::after{
    color: #fff;
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 22px;
    position: absolute;
    right: 11px;
    top: 10px;
}
.form-main hr.border {
    background: #ccc none repeat scroll 0 0;
    border-bottom: 1px solid #cccccc;
    /*    box-shadow: 0 2px 3px 1px #cccccc;
        -webkit-box-shadow: 0 2px 3px 1px #ccc;*/
    margin: 41px auto 41px -51px;
    width: 900px;
}

/**************** login *************/



/**************** Order Detail *************/

.order-detail-main {
    margin: 30px 0 0;
}
.order-detail-main .ord-head {
    position: relative;
}
.order-detail-main .ord-head .date {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.order-detail-main .ord-head h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    text-align: left;
}
.order-detail-main .ord-head h2 .fa {
    font-size: 24px;
    margin: 0 10px 0 0;
}
.ord-summry {
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin: 20px 0;
    padding: 20px;
}
.ord-summry .summry-left {
    float: left;
    width: 100%;
}
.ord-summry .summry-left .data-row {
    color: #333333;
    margin-bottom: 10px;
}
.ord-summry .summry-left .data-row .heading{
    font-size:24px;
}

.ord-summry .data-row label {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 20px;
}
.ord-summry .summry-left h4 {
    font-size: 16px;
    text-align: left;
}
.ord-summry .summry-left .data-row span {
    color: red;
}
.ord-summry .summry-left h5 {
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 0;
    text-align: left;
    color: #333333;
}
.ord-summry .summry-left h5 .fa {
    color: #6eb205;
    display: inline-block;
    float: none;
    font-size: 22px;
    margin: 0 0 0 3px;
    vertical-align: top;
}

.ord-summry .summry-left .btn.btn-lightgreen.online-payment {
    background: rgb(255,113,0) none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
}
.ord-summry .summry-left hr {
    border-bottom: 2px solid #333333;
    color: #000000;
    opacity: 0.6;
}
.ord-summry .summry-left .data-row.text-center > p {
    color: #2b3f51;
    font-size: 15px;
    text-align: center;
}

.ord-summry .summry-left .data-row > p {
    font-size: 15px;
    margin-bottom: 0;
}
.ord-summry .summry-right {
    float: right;
    width: 50%;
}
.ord-summry .summry-right .data-row{
    line-height: normal;
    margin-bottom: 15px;
}
.ord-summry .summry-right .data-row .col-left {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    width: 63%;
}
.ord-summry .summry-right .data-row .col-right {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    width: 35%;
}
.ord-summry .summry-right .data-row p {
    font-size: 14px;
    margin: 30px 0 0;
    text-align: right;
}
.ord-detail {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin: 50px 0;
    padding: 40px 0;
    text-align: center;
}
.ord-detail h3 {
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}
.ord-detail > p {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    text-align: center;
}
.ord-detail > button {
    background: #ff7100 none repeat scroll 0 0;
    border: 1px solid #d16402;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    height: 50px;
    margin: 15px 0;
    padding: 0 60px;
}
.ord-detail > button .fa {
    float: none;
}

.ord-detail > a {
    background: #ff7100 none repeat scroll 0 0;
    border: 1px solid #d16402;
    border-radius: 3px;
    color: #ffffff !important;
    font-weight: 600;
    height: 50px;
    line-height: 48px;
    margin: 15px 0;
    padding: 0 60px;
    font-size:17px;
}
.ord-detail > a .fa {
    float: none;
}
.ord-detail .to-touch > span {
    background: #dddddd none repeat scroll 0 0;
    border-radius: 3px;
    color: #000000;
    font-size: 14px;
    padding: 3px 10px;
}
.ord-detail .to-touch > p {
    font-size: 18px;
    line-height: 18px;
    margin: 4px 0;
    text-align: center;
}


/**************** Order Detail *************/


/**************** Class booking *************/

.book-class-main {
    margin: 50px 0 0 0;
}
.book-class-main h1 {
    font-size: 28px;
    margin: 0 0 40px;
}
.book-class-main .booking-list .booking-box {
    float: left;
    padding: 0 10px;
    text-align: center;
    width: 25%;
    margin-bottom: 20px;
    position: relative;
}
.book-class-main .booking-list .booking-box > a {
    border: 1px solid #cccccc;
    border-radius: 5px;
    display: block;
    padding: 15px;
    text-decoration: none;
    min-height: 190px;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s
}
.book-class-main .booking-list .booking-box > a:hover{
    background: #ccc;
}
.book-class-main .booking-list .booking-box > a:hover .fa{
    /*    background: #FF7101;
        color: #fff;*/
}
.book-class-main .booking-list .booking-box .fa {
    background: #6EB205 none repeat scroll 0 0;
    border-radius: 50px;
    color:#FFF;
    font-size: 34px;
    float: none;
    height: 50px;
    line-height: 50px;
    margin: 5px 0 0;
    text-align: center;
    width: 50px;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s
}
.book-class-main .booking-list .booking-box:hover .fa {
    background: #FFF none repeat scroll 0 0;
    color:#FF5000;
}
.book-class-main .booking-list .booking-box .fa.fa-plus-circle {
    font-size: 40px;
    margin-top: 35px;
}
.book-class-main .booking-list .booking-box > a h5 {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0;
}
.book-class-main .booking-list .booking-box > a p {
    line-height: normal;
    margin: 0;
    text-align: center;
}
.book-class-main .booking-list .booking-box > a p span {
    color: #7c7c7c;
    display: block;
    font-size: 14px;
}
.book-class-main .booking-list .booking-box button {
    position: absolute;
    bottom: 10px;
    width: 50px;
    border: solid 1px #ccc;
    background: #fff;
    padding: 0;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    left: 0;
    right: 0;
    margin: auto;
}


/**************** Class booking *************/


/**************** basket *************/

.basket-box-main{
    margin: 30px 0
}
.basket-box-main .basket-top h3 {
    color: #555555;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: left;
}
.basket-box-main .basket-top p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 30px;
}

.bskt-detail {
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin: 0 0 30px;
    padding: 25px 35px;
    position: relative;
}
.bskt-detail .dtl-btn {
    background: #f7f7f7;
    border-radius: 0 0 0 15px;
    /*box-shadow: -1px 1px 1px 0 #7c7c7c;*/
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.bskt-detail .dtl-btn .fa {
    float: none;
    font-size: 16px;
    margin: 0 5px 0 0;
}
/*.bskt-detail .btn.add-more-kids {
  background: #ff7100 none repeat scroll 0 0;
  border: 1px solid #d16402;
  border-radius: 3px;
  bottom: 15px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  height: 45px;
  line-height: 42px;
  margin: 0;
  padding: 0 30px;
  position: absolute;
  right: 15px;
  width: 225px;
}*/
.bskt-detail .btn.add-more-kids {
    background: #ff7100 none repeat scroll 0 0;
    border: 1px solid #d16402;
    border-radius: 3px;
    bottom: 15px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    right: 15px;
    width: 180px;
}
.bskt-detail .top-hed p.text-alert {
    font-size: 14px;
    line-height: 17px;
    margin: 15px 0 10px;
}
.bskt-detail .top-hed label {
    background: #6eb205 none repeat scroll 0 0;
    border: 1px solid #bbb8c4;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.bskt-detail .top-hed h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 20px;
    text-align: left;
    font-weight: normal;
}
.bskt-detail .top-hed h2 a {
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
}
.bskt-detail .detail-box .left {
    float: left;
    padding: 0 15px 0 0;
    width: 33.33%;
}
.bskt-detail .detail-box .left h3 {
    color: #333333;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px;
    text-align: left;
}
.bskt-detail .detail-box .left h3 span {
    font-size: 14px;
}
.bskt-detail .detail-box .left p {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}
.bskt-detail .detail-box .middle {
    float: left;
    padding: 0 15px;
    width: 33.33%;
}
.bskt-detail .detail-box .middle .session-Box span {
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    padding: 5px 7px;
}
.bskt-detail .detail-box .middle .session-Box span.active {
    background: #ff0054 none repeat scroll 0 0;
    color: #ffffff;
    border-radius: 3px
}
.bskt-detail .detail-box .right {
    float: left;
    padding: 0 0 45px 50px;
    width: 33.33%;
}
.bskt-detail .detail-box .right h3 {
    color: #333333;
    font-size: 26px;
    font-weight: normal;
    line-height: 26px;
    margin: 0 0 10px;
    text-align: left;
}
.bskt-detail .detail-box .right p {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

.discount-box {
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin: 0 0 30px;
    padding: 25px 35px;
    position: relative;
}
.discount-box .left{
    float: left
}
.discount-box .left label {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 12px 0
}
.discount-box .left .field {
    width: 450px;
    position: relative;
}
.discount-box .left label.error {
    color: #ff0000;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    margin: 5px 0 0;
}
.discount-box .left .field input {
    border: 1px solid #cccccc;
    float: left;
    height: 45px;
    padding: 0 15px;
    width: 80%;
}
.discount-box .left > p {
    font-size: 15px;
    margin: 15px 0 0;
}
.discount-box .right{
    float: right
}
.discount-box .right p {
    font-size: 16px;
    line-height: 18px;
    margin:10px 0;
    text-align: right;
}
.discount-box .right h3 {
    color: #333333;
    font-size: 26px;
    font-weight: normal;
    line-height: 26px;
    margin: 10px 0 0;
    text-align: left;
}
.turms-box {
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin: 0 0 30px;
    padding: 25px 35px;
    position: relative;
}

.turms-box > input[type="checkbox"] {
    cursor: pointer;
    height: 15px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    top: 2px;
    width: 20px;
    z-index: 9;
}
.turms-box > span {
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
}
.turms-box > input[type=checkbox]:not(old) + span::after{
    background   : url('../images/un-chk.png') no-repeat 0 0;
    background-size: 18px auto;
    background-position: 0px 4px;
    content: "";
    height: 30px;
    left: -28px;
    padding-left: 30px;
    position: absolute;
    top: -3px;
    width: 20px;

}
.turms-box > input[type=checkbox]:not(old):checked + span::before{
    background   : url('../images/chk.png') no-repeat 0 0;
    background-size: 18px auto;
    background-position: 0px 4px;
    content: "";
    height: 30px;
    left: -28px;
    position: absolute;
    top: -3px;
    width: 20px;
    z-index: 3;
}
.turms-box > span a {
    color: #000000;
    text-decoration: underline;
}
.form-main .que-box .field {
    margin-bottom: 0;
}
.form-main .que-box .field .field-right p {
    margin-top: 6px;
}
.form-main .que-box .field .field-right input {
    margin-bottom: 20px;
}
.basket-box-main .basket-bottom-btn{
    text-align: center
}
.basket-box-main .basket-bottom-btn > a {
    background: #ff7100 none repeat scroll 0 0;
    border: 1px solid #d16402;
    border-radius: 3px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    height: 55px;
    line-height: 53px;
    margin: 25px 15px 0;
    padding: 0 30px;
    width: 305px;
    max-width: 100%;
}


.basket-box-main .basket-bottom-btn > p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 20px;
    text-align: center;
}

/**************** basket *************/


/**************** pick-date *************/

.pick-date-main{
    margin-top: 35px;
}
.pick-date-main h1 {
    font-size: 32px;
    font-weight: normal;
    line-height: 34px;
    text-align: left;
    margin: 0;
}
.define-day-detail {
    margin: 60px 0;
}
.define-day-detail .box {
    border: 1px solid #cccccc;
    display: inline-block;
    margin: 0 15px 0 0;
    min-height: 150px;
    padding: 10px;
    text-align: center;
    width: 200px;
}
.define-day-detail .box .fa {
    background: #cccccc none repeat scroll 0 0;
    border-radius: 50px;
    float: none;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    margin: 7px 0 0;
    text-align: center;
    transition: all 200ms ease 0s;
    width: 50px;
}
.define-day-detail .box > img {
    width: 70px;
}
.define-day-detail .box label {
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0 0;
    display: block
}
.define-day-detail .box h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0 0;
}
.pick-date-listing {
    margin-bottom: 50px;
}
.pick-date-listing > h2 {
    border-bottom: 1px solid #cccccc;
    color: #333333;
    font-size: 20px;
    margin: 0;
    padding: 0 0 5px;
    text-align: left;
}
.pick-date-listing > h2 span {
    color: #999999;
    font-size: 15px;
    font-weight: normal;
    position: static;
}
.pick-date-listing > ul {
    margin: 15px 0 0;
    padding: 0;
    overflow: hidden
}
.pick-date-listing > ul li {
    display: inline-block;
    float: left;
    padding: 5px;
    width: 20%;
}
.pick-date-listing > ul li .pick-list {
    border: 2px solid #cccccc;
    border-radius: 3px;
    min-height: 95px;
    padding: 10px 13px;
}
.pick-date-listing > ul li .pick-list label {
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    margin: 5px 0 0 0;
}
.pick-date-listing > ul li .pick-list label .fa-ban {
    color: #ff0000;
    float: none;
    font-size: 16px;
    margin: 0 2px 0 0px;
}
.pick-date-listing > ul li .pick-list label .fa-ticket {
    color: #6EB205;
    float: none;
    font-size: 16px;
    margin: 0 2px 0 0px;
}
.pick-date-listing > ul li .pick-list label .fa-check-circle-o {
    color: #6EB205;
    float: none;
    font-size: 16px;
    margin: 0 2px 0 0px;
}
.pick-date-listing > ul li .pick-list label .fa-shopping-cart {
    color: #6EB205;
    float: none;
    font-size: 16px;
    margin: 0 2px 0 -1px;
}
.pick-date-listing > ul li .pick-list > span {
    color: #7c7c7c;
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}

.pick-date-listing > ul li .pick-list label > input[type="checkbox"]:not(old) {
    cursor: pointer;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    top: 2px;
    width: 20px;
    z-index: 9;
}
.pick-date-listing > ul li .pick-list .time {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 20px;
    margin: 0;
    padding: 0;
    position: relative;
}
.pick-date-listing > ul li .pick-list label > input[type=checkbox]:not(old) + .time::after{
    background   : url('../images/un-chk.png') no-repeat 0 0;
    background-size: 18px auto;
    background-position: 0px 4px;
    content: "";
    height: 30px;
    left: -24px;
    padding-left: 30px;
    position: absolute;
    top: -3px;
    width: 20px;

}
.pick-date-listing > ul li .pick-list label > input[type=checkbox]:not(old):checked + .time::before{
    background   : url('../images/chk.png') no-repeat 0 0;
    background-size: 18px auto;
    background-position: 0px 4px;
    content: "";
    height: 30px;
    left: -24px;
    position: absolute;
    top: -3px;
    width: 20px;
    z-index: 3;
}
.pick-date-main .pick-date-buttom {
    border-top: 1px solid #cccccc;
    padding: 20px 0;
    text-align: center;
}
.pick-date-main .pick-date-buttom > button {
    background: #ff7100 none repeat scroll 0 0;
    border: 1px solid #d16402;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    height: 50px;
    line-height: 37px;
    margin-top: 20px;
    padding: 0 30px;
}
.pick-date-main .pick-date-buttom > button .fa{
    float: none
}



/**************** pick-date *************/


/**************** thnak you *************/

.thanks-page {
    /*background: #fcfcfc none repeat scroll 0 0;*/
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-top: 50px;
    padding: 35px 20px 50px;
}
.thanks-page h1 {
    font-size: 34px;
    text-align: center;
}
.thanks-page h3 {
    color: #666666;
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    margin: 15px 0;
}
.thanks-page p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
    text-align: center;
}
#communication_Record table.table thead th:first-child,
#communication_Record table.table tbody td:first-child{
    width:265px !important;
    min-width: 265px !important;
}
/**************** thnak you *************/

/****** PART 2 CSS changes ******/
.text-center{
    text-align: center !important;
}
.cus-color-grey{
    color: #999 !important
}
.margin-bottom-0{
    margin-bottom:0px !important;
}
.margin-bottom-10{
    margin-bottom:10px !important;
}
.margin-bottom-15{
    margin-bottom:15px !important;
}
.margin-bottom-5{
    margin-bottom:5px !important;
}
.margin-bottom-20{
    margin-bottom:20px !important;
}
.margin-bottom-25{
    margin-bottom:25px !important;
}
.margin-bottom-35{
    margin-bottom:35px !important;
}
.form-main .field .field-right .btn-box.newchngbtn > button {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
}
.form-main .field .field-right .btn-box.newchngbtn > a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-left: 0;
    text-align: center;
}
form#loginFrm .form-main{
    width:668px;
    padding:50px 50px 20px;
}
form#loginFrm .form-main .field .field-right{
    width:77%;
    margin:0 auto;
    float: none;
}
fomr#add_child_frm .form-main hr.border{
    margin: 35px auto 35px -51px;
}
.field-right.full-label{
    float:none;
    margin:0 auto;
    width: 100%;
    color: #555555;
    font-size: 18px;
}

/****** PART 2 CSS changes ******/

/**** ART Detail page css changes ****/
.arttop-container{
    border: 1px solid #ccc;
    margin:15px 0 0;
    padding: 15px 0;
    border-bottom: none;
}
.flt-right{
    float: right;
}
.text-left{
    text-align: left !important;
}
.clr-black{
    color:#000 !important;
}

h2.art-clubtitle{
    text-align: left;
    color: #53515f;
    margin: 10px 0 17px;
}
h3.art-tutortitle{
    text-align: left;
    color: #000; 
    margin: 10px 0 17px;
    line-height: 26px;
}
h4.art-subtitle{
    text-align: left;
    margin: 0;
    line-height: 24px;
    color: #7b7a78; 
    font-size: 20px;
}
.art-backbtn{
    text-align: left;
    position: absolute;
    bottom: 0;
    margin: 0;
    right: 15px;
}
.art-menu-container{
    background: #ff7101;
    margin-bottom: 10px;
}
.art-menu-container label{
    margin: 0;
    line-height: 45px;
    padding-right: 15px;
    border-right: 1px solid #d15c00;
    padding: 0 19.5px;
}
.art-menu-container a{
    color: #fff;
    line-height: 45px;
    display: block;
}
.art-menu-container a:hover,.art-menu-container a.active{
    color: #fff;
    text-decoration: underline !important;
    line-height: 45px;
    display: block;
}
.border-none{
    border:none !important;
}
/**** ART Detail page css changes ****/

/**** CLASS Detail page css changes ****/
.class-portlet{
    margin-bottom: 30px;
}
.class-portlet .class-portlet-header{
    background: #6eb205;
}
.class-portlet .class-portlet-header h2{
    text-align: left;
    margin:0;
    line-height: 45px;
    font-size: 26px;
    color: #fff;
    font-weight: normal
}

.class-portlet-header span{
    color: #fff;
    font-size: 15px;
    display: inline-block;
    line-height: 45px;
}

.class-portlet-header a.mail-tog-btn {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    line-height: 45px;
    margin: 0 3px;
}
.class-portlet-header a.mail-tog-btn .fa{
    float: none;
    margin: 0;
}
.border-top{
    border-top: 0;
    border-radius: 0 0 5px 5px !important;
}
.class-portlet .class-portlet-content {
    border: 1px solid #ccc;
    /*border-top: 0;*/
    border-radius: 5px ;

    padding: 25px 10px 10px 25px;
}


.class-portlet .class-dtl > h2 {
    color: #535060;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    text-align: left;
}
.clr-red{
    color: #ff0000;
}
.font-size-18{
    font-size: 18px !important;
}
.font-size-25{
    font-size: 25px !important;
}
.clr-545454{
    color: #545454 !important;
}
.font-size-14{
    font-size: 14px !important;
}
.class-portlet .place-left {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    margin: 8px 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
}
.class-portlet .price_box1 > label {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
}
.class-portlet .price_box1 > h2 {
    color: #44454f;
    font-size: 34px;
    font-weight: normal;
    margin: 15px 0;
    text-align: left;
}
.class-portlet .price_box1 > h3 {
    color: #27211c;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px;
    text-align: left;
}
.class-portlet .price_box1 .book-date span {
    border-radius: 3px;
    color: #7c7c7c;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    padding: 7px 10px;
    text-decoration: none;
}
.class-portlet .price_box1 .book-date span.active {
    background:#FF0054;
    color: #fff;
}
.class-portlet span.note {
    color: #666;
    font-size: 15.5px;
}
.class-portlet .trial-box {
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px;
    margin: 0;
    width: 100%;
}
.no-padding{
    padding: 0;
}
.width-28{
    width: 28% !important;
}
.width-22{
    width: 22% !important;
}
.width-78{
    width: 78% !important;
}
.class-portlet .trial-box h3{
    margin: 0;
    color: #777;
    font-weight: normal;
}
.class-portlet .trial-box label{
    font-size: 16px;
    margin-bottom: 8px;
}
.class-portlet .trial-box select{
    width:85%;
}
.class-portlet .trial-box .book-bnt-main > button{
    margin:15px 0;
}
.class-portlet .trial-box span.note{
    font-size: 15px;
    display: block;
    line-height: 26px; 
}
.class-portlet .waiting-list {
    margin: 35px 0 25px;
    padding: 40px 20px 20px;
}
.class-portlet .class-detail-bottom{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 30px;
    margin: 25px 0;
}
.class-details-bottom .detail-strip{
    margin: 20px 0;
}
.class-details-bottom .detail-strip label {
    color: #ff7101;
    text-transform: uppercase;
    font-weight: normal;
}
.class-details-bottom .detail-strip .content {
    color: #747474;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.class-details-bottom .detail-strip .content a {
    color: #1461fb;
    margin: 0;
}
.class-details-bottom .detail-strip .content a .fa {
    float: none;
}
.text-uppercase{
    text-transform: uppercase !important;
}
.holiday-portlet.class-portlet span.note{
    line-height: 24px;
    display: block;
}
.holiday-portlet.class-portlet .class-portlet-content{
    padding: 30px 30px 20px 30px;
}
.margin0{
    margin: 0 !important;
}
.week-box{
    width: 85%;
    margin: 0 auto;
    float: right;
    padding: 15px 25px;
    font-size: 15px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.slider-week-box{
    padding: 15px 38px;
}
.holiday-portlet .define-day-detail{
    margin: 15px 0;
}
.holiday-portlet .define-day-detail .box{
    width:28%;
    min-height: 135px;
}
.holiday-portlet .define-day-detail .box > img{
    width:50px;
}
/**** CLASS Detail page css changes ****/

/**** Book Child page css changes ****/
.book-child-page .class-portlet-content{
    padding : 0;
}
.book-child-page .class-portlet-content .left-section {
    background: #ececec;
    padding: 30px 30px 25px;
}

.book-child-page .class-portlet-content .left-section h2,
.book-child-page .class-portlet-content .left-section h3,
.book-child-page .class-portlet-content .left-section h4,
.book-child-page .class-portlet-content .left-section h5{
    color: #000;
    text-align: left;
}
.book-child-page .class-portlet-content .left-section h2{
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 15px;
    font-weight: normal;
}
.book-child-page .class-portlet-content .left-section h3{
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 8px;
}
.book-child-page .class-portlet-content .left-section h3 span{
    font-size: 14px;
}
.book-child-page .class-portlet-content .left-section h4{
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 8px;
}
.book-child-page .class-portlet-content .left-section h5{
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 10px;
}
.book-child-page .class-portlet-content .right-section {
    background: #fff;
    padding: 30px 30px 5px;
}
.book-child-page .class-portlet-content .right-section .price_box1 > h2 {
    font-size: 30px;
    font-weight: normal;
    margin: 15px 0 25px;
}
.book-class-main .booking-list .booking-box.bluebox > a{
    /*background: #7abfe9;*/
    background: #00B4BB;
}
.book-class-main .booking-list .booking-box.bluebox > a:hover{
    /*background: #7abfe9;*/
    background: #ff0054;
}
.book-class-main .booking-list .booking-box.pinkbox > a{
    /*background: #fb9481;*/
    background: #ff0054;
}
.book-class-main .booking-list .booking-box.pinkbox > a:hover{
    background: #00B4BB;
}
.book-class-main .booking-list .booking-box > a{
    border: none !important;
    border-radius: 0 !important;
    min-height: 150px;
}
.book-class-main .booking-list .booking-box > a h5,
.book-class-main .booking-list .booking-box > a p span{
    color: #fff;
    font-weight: bold;
}
.book-class-main .booking-list .booking-box button{
    background: transparent;
    border: 1px solid rgba(0,0,0,0.2)
}
.book-class-main .booking-list .booking-box.add-new-child > a h5 {
    color: #000;
    font-weight: normal;
}
.book-class-main .booking-list .booking-box.add-new-child > a{
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
}
.book-class-main .booking-list .booking-box.add-new-child > a:hover{
    background: #fff;
}
.margin-top-40{
    margin-top: 40px !important;
}
.margin-bottom-50{
    margin-bottom: 50px !important;
}
.new-basket.basket-box-main .basket-top p{
    line-height: 24px;
    margin: 0 0 20px;
}
/*.class-details-top{
    background: #ececec none repeat scroll 0 0;
}*/
/**** Book Child page css changes ****/

/**** Basket css changes ****/
.bskt-detail{
    padding:0;
    position: relative;
}
.venue-notes-btn{
    border-top: 1px solid #ccc;
    padding: 15px;
}
.venue-notes-btn p {
    margin: 0;
    line-height: 22px;
    color: #747474;
    font-size: 16px;
}
.venue-notes-btn span {
    font-size: 14px;
    color: #8d9598;
    line-height: 24px;
    display: block;
}
.venue-notes-btn .btn.add-more-kids {
    margin: 4px 4px;
    padding: 0px 20px;
    position: relative;
    width: 180px;
    float: right;
    top: 0;
    border: 0;
    right: 0;
}
.bskt-detail .session-Box span.active {
    background: #ff0054 none repeat scroll 0 0;
    color: #ffffff;
    border-radius: 3px;
}
.bskt-detail .session-Box span {
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    padding: 5px 7px;
}
.baskt-maindetail{
    /*background: #ccc;*/
}
.bskt-detail .middlepart{
    background: #fff;
}
.bskt-detail .child_name {
    background: #ccc;
    vertical-align: middle;
    display: table;
    min-height: 185px;
}
/*.bskt-detail .child_name {
  background: #ccc none repeat scroll 0 0;
  height: calc(100% - 76px);
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
}*/
.bskt-detail .child_name h2 {
    color: #fff;
    font-size: 26px;
    margin: 16px 0 0;
    font-weight: normal;
    position: relative;
    vertical-align: middle;
    /*display: table-cell;*/
    width: 100%;
}
/*.bskt-detail .child_name h2 {
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  vertical-align: middle;
  width: 100%;
}
.bskt-detail .middlepart{
    margin-left: 251px;
}*/

.baskt-maindetail {
    /*display: table;*/
    height: 100%;
}

.bskt-detail .child_name {
    display: table;
    height:100%
}

.bskt-detail .child_name h2 {
    display: table-cell;
}
.bskt-detail .child_name h2 a {
    font-size: 18px;
    color: #fff;
}
.bskt-detail .middlepart .term-middle{
    padding: 15px 0 5px;
}
.bskt-detail .middlepart .term-middle h2 {
    color: #8d949a;
    font-size: 22px;
    text-align: left;
    margin: 0px 0 8px;
}
.bskt-detail .middlepart .term-middle h2.cus-classtitle {
    margin: 0 0 8px;
    text-align: left;
    font-size: 20px;
    color: #000;
    line-height: 20px;
}
.bskt-detail .middlepart .term-middle h2.cus-classtitle span {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    border: 0;
    width: auto;
    font-size: 16px;
    color: #000;
}
.bskt-detail .middlepart .term-middle h3 {
    margin: 0;
    text-align: left;
    font-size: 17px;
    color: #000;
    line-height: 24px;
    margin: 0 0 5px;
}
.bskt-detail .amount-part {
    min-height: 185px;
    padding: 15px 0;
    position: relative;
    /* display: table; */
}
.bskt-detail .amount-part .dtl-btn {
    right: -15px;
}
.bskt-detail .amount-part .total-area {
    margin: 30px 0 0;
    height: 125px;
    text-align: right;
    /* display: table-cell; */
    vertical-align: middle;
}
.bskt-detail .amount-part .total-area h3 {
    margin: 0;
    font-size: 22px;
    color: #000;
}
.width-38{
    width: 38%;
}
.week-part {
    padding: 15px;
}
.bskt-detail  .session-Box span{
    font-size: 15px;
}
/**** Basket css changes ****/

/**** Order Page css changes ****/
.class-portlet.order-page{
    margin-bottom: 18px;
}
.ord-detail h3 {
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 10px;
    font-weight: normal;
}
.ord-detail > a.btn-grey{
    background: #ccc;
    color: #444 !important;
    font-size: 26px;
    border:none;
    border-radius: 0;
    font-weight: normal;
}
/**** Order Page css changes ****/

/**** Parent Dashboard css changes ****/
.parent-dash-top{
    margin: 20px 0 0;
}
.parent-basic-box {
    background: #fdf2d6;
}
.parent-dash-top .dash-top-right.common-box{
    position: relative;
}
.parent-dash-top .common-box.middlebox {
    margin: 0 30px;
}
.parent-dash-top .common-box {
    width: 31.7%;
    padding: 0;
}
.term-btn{
    position: absolute;
    bottom: 25px;
    right:0;
    left: 0;
    width: 60%;
    color:#fff;
    font-size: 14px;
    margin: 0 auto;
}
.btn-pink{
    background: #d30035;
}
.parent-dash-top .common-box .portlet{
    padding:  10px 35px !important ;  
    min-height: 315px;
}
.parent-dash-top .common-box .portlet .portlet-body {
    padding-left: 0; 
}
.parent-dash-top .common-box .portlet .portlet-body h3{
    font-weight: normal;
    text-align: center;
    margin: 0 20px 20px 0;
    color: #000;
}
.parent-dash-top .common-box .portlet .portlet-body p{
    margin-bottom: 5px; color:#000; font-size:14px;
    display: block;
}
.btn-brown{
    background: #867d76;
}
.parent-dash-top .dash-top-right .portlet{
    min-height: 340px !important;
}

.editbtn{
    position: absolute;
    right: 15px;
    top: 15px;
}
.editbtn a{
    background: transparent;
    border-color: rgba(0,0,0,0.2);
}
.editbtn a:hover{
    background: transparent !important;
    border-color: rgba(0,0,0,1);
}
.head-portlet {
    position: relative;
}
.pinkbg{
    /*background: #fb9481;*/
    background: #F44F71;
}
.bluebg{
    /*background: #7abfe9;*/
    background: #00B4BB;
}
.parentchildList .portlet{
    min-height: 200px;
}
.one-childbox {
    padding: 0; 
    width: 31.7%;
    border: 1px solid #e7ecf1;
    margin: 0 0 25px;
}
.childmiddlebox {
    margin: 0 30px 0;
}
.one-childbox .head-portlet h3 {
    margin: 0;
    text-align: center;
    line-height: 58px;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}
.one-childbox .head-portlet .btn{
    padding: 4px 10px;
}

.one-childbox  .portlet-content {
    text-align: center;
    padding: 20px;
}
.fontnormal{
    font-weight: normal !important;
}
.one-childbox  .portlet-content b{
    margin: 20px 0;
    display: block;
}
.one-childbox  .portlet-content p{
    margin: 0;
}

.cus-bottom-panel .schedule_register .panel-heading,
.cus-bottom-panel .schedule_register .panel-title{
    background: #FF7100; 
}
.cus-bottom-panel .accordion .panel .panel-title .accordion-toggle{
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.cus-bottom-panel .accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled::before{
    background: none;
    content: "-";
    line-height: 18px;
    font-size: 26px;
    font-weight: bold;
}

.cus-bottom-panel .accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed::before{
    content: "+";
    font-size: 30px;
}

.portlet-content.medical-con {
    overflow-y: auto;
    height: 330px;
}

.form-main.step3-regiter{
    padding-left:0;
    padding-right:0;
}
.form-main .fields-bottom-part{
    padding: 0 50px;
}
.term-condition-line.warning {
    background: #FFFECE;
    border: 1px solid #EAE8A8;
    padding: 15px 40px;
    margin: 15px 8px;
}
/**** Parent Dashboard css changes ****/

/*Front end search class*/ 
.search-text {
    margin-left: 200px;
    margin-top: 5px;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
}

@media only screen and (max-width: 470px) and (min-width: 320px){
    .search-left .filter-box {
        margin: 0 0px 0px;
    }

    .pick-date-listing > ul li .pick-list label {
        cursor: pointer;
        display: block;
        font-size: 15px;
        font-weight: normal;
        line-height: 30px;
        margin: 5px 0 0 0;
    } 
} 
@media only screen and (max-width: 590px) and (min-width: 471px){
    .search-left .filter-box {
        margin: 43px 0px 0px;
    }

    .pick-date-listing > ul li .pick-list label {
        cursor: pointer;
        display: block;
        font-size: 15px;
        font-weight: normal;
        line-height: 30px;
        margin: 5px 0 0 0;
    } 

} 
@media only screen and (max-width: 767px) and (min-width: 591px){
    .search-left .filter-box {
        margin: 0px 0px 0px;
    }

} 
@media(min-width:768px){
    .search-left .filter-box {
        margin: 0px 0px 0px;
    }

}
@media(min-width:992px){
    .search-left .filter-box {
        margin: 0px 0px 0px;
    }
}
@media(min-width:1200px){
    .search-left .filter-box {
        margin: 0px 0px 0px;
    } 
    .class-portlet .waiting-list {
        margin: 35px 25px 25px 0px;
        padding: 40px 20px 20px;
    }

}
@media(min-width:1600px){
    .search-left .filter-box {
        margin: 0px 0px 0px;
    } 
    .class-portlet .waiting-list {
        margin: 35px 25px 25px 0px;
        padding: 40px 20px 20px;
    }

} 
@media(min-width:1550px){
    .search-left .filter-box {
        margin: 0px 0px 0px;
    } 

}
@media (min-width: 768px) and (max-width: 1023px){
    .slider-week-box{
        padding: 15px 128px;
    }
}
@media (min-width: 355px) and (max-width: 768px){
    .sliderres-trial-box{
        margin-left: 0px !important;
    }
    .terms-lable{
        font-weight: normal;
        color: #000;
        font-size: 14px;
    }
}
@media only screen and (max-width: 959px) and (min-width: 768px){
    .search-main .top-search-bar {
        padding: 2px 0px 10px 0px !important;
    }
}
@media only screen and (max-width: 767px) and (min-width: 591px){
    .search-main .top-search-bar {
        padding: 2px 0px 10px 0px !important;
    }
}
.mtn {
    margin-top:0px!important;
}
.mbn {
    margin-bottom:0px!important;
}
.mt25 {
    margin-top:25px!important;
}
.mt5 {
    margin-top:5px!important;
}
.mb25 {
    margin-bottom:25px!important;
}
.ptn{
    padding-top: 0px!important;
}
.kidsClass .panel-title a {
    display: block;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px 15px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}
/* #accordion rotate icon option */ 
.kidsClass .panel-heading a:after { 
    /*font-size: 24px;*/
    position: absolute; 
    transition: all 0.5s;
}

.kidsClass .panel-heading.active a:after { 
    transition: all 0.5s;
} 
.nothover:hover, .nothover.focus {
    color: #FFF;
    text-decoration: none;
}