#calendar {
    max-width: 100%;
    margin: 50px auto 30px;
    padding: 0 10px;
  }

  ul, li{
	list-style-type: none;
	padding: 0;
	margin: 0;
  }
  .table-responsive {
    overflow-x: inherit;
	margin: 100px 0;
}

  @media (max-width: 991px) {
	.responsive > thead th {
	  display: none;
	}

	.responsive > tbody td,
	.responsive > tbody th {
	  display: block;
	}
	.responsive > tbody > tr:nth-child(even) td,
	.responsive > tbody > tr:nth-child(even) th {
	  background-color: #eee;
	}
	[row-header] {
	  position: relative;
	  width: 50%;
	  vertical-align: middle;
	}
	[row-header]:before {
	  content: attr(row-header);
	  display: inline-block;
	  vertical-align: middle;
	  text-align: left;
	  width: 50%;
	  padding-right:30px;
	}
  }
  .dual-btn li{
	display: inline-block;
	margin: 0 5px;
  }
  .dual-btn .edit-btn{
	background: #e7ae4c;
	border: 1px solid #e7ae4c;
	padding: 3px 5px ;
	color: #ffffff;
	border-radius: 2px;
  }
  .dual-btn .del-btn{
	background: #d3290b;
	border: 1px solid #d3290b;
	padding: 3px 5px ;
	color: #ffffff;
	border-radius: 2px;
  }
  .booking-vale {
    text-align: right;
    margin-top: 25px;
}
booking-vale strong{
	width: 200px;
}
.booking-vale span{
	width: 200px;
	margin-right: 30px;
}
.continue-btn {
    margin: 0 auto;
    display: block;
    background: #e7ae4c;
    border: 1px solid #e7ae4c;
    color: #ffffff;
    border-radius: 2px;
    padding: 10px 60px;
    font-size: 20px;
	transition: all 0.3s;
}
button{
	transition: all 0.3s;
}
button:hover{
	transition: all 0.3s;
	opacity: 0.7;
}
.time-li {
    height: 369px;
    overflow: auto;
    background: #2f2f2f;
    padding: 0 3px;
    margin: 20px 0;
    border-radius: 5px;
}
.time-li span {
    width: 48%;
    display: inline-block;
}
.time-li li {
    margin-bottom: 2px;
    padding: 4px 10px;
    color: #ffffff;
}
.form-field label {
    color: #ffffff;
}
.active-time{
	background: #e7ae4c;
	color: #ffffff;
}
.booked{
    background: #e7c894;
    color: #FFFFFF;
}
.booking-info h4 {
    font-size: 22px;
    color: #e7ae4c;
    font-weight: 500;
}
.booking-info {
    background: #000;
    padding: 60px 0;
}
.start-time li {
    display: inline-block;
    width: 42%;
    margin: 0 5px;
}
.form-field{
	margin-bottom: 15px;
}
.field-box {
    background: #2f2f2f;
    padding: 20px 10px;
    border-radius: 5px;
}
.availabilty-btn{
	margin: 0 auto;
    display: block;
    background: #e7ae4c;
    border: 1px solid #e7ae4c;
    color: #ffffff;
    border-radius: 2px;
    padding: 10px 17px;
    font-size: 16px;
    transition: all 0.3s;
    width: 100%;
}
.modal-footer button{
    background: #e7ae4c;
    border: 1px solid #e7ae4c;
    color: #ffffff;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 14px;
    transition: all 0.3s;
}
.modal-header{
	background: #e7ae4c;
	border: none;
    padding: 10px;
}
.modal-header h4, .modal-header .close {
	color: #ffffff;
	opacity: 1;
}
.addbooking-btn{
width: 100%;
    margin: 20px 2% 30px 0;
    background: #ffffff;
    border: 1px solid #e7ae4c;
    color:#e7ae4c;
    border-radius: 2px;
    padding: 10px 17px;
    font-size: 16px;
    transition: all 0.3s;
}

.block-btn{
    position: relative;
    width: 45%;
    float: left;
    /*margin: 20px 2% 30px 0;*/
    background: #e7ae4c;
    border: 1px solid #e7ae4c;
    color:#ffffff;
    border-radius: 2px;
    padding: 10px 17px;
    font-size: 16px;
    transition: all 0.3s;

}
.block-btn2{
    position: relative;
    margin: 20px 0 0 0;
    width: 100%;
    background: #e7ae4c;
    border: 1px solid #e7ae4c;
    color:#ffffff;
    border-radius: 2px;
    padding: 10px 17px;
    font-size: 16px;
    transition: all 0.3s;

}
.booking-collapse {
    background: #ffffff;
    padding: 15px 0 0;
    border: 1px solid #e6e6e6;
    margin-top: 20px;
}
@media (max-width: 765px) {
    .booking-collapse {
        margin-top: 80px;
    }
}
.checkbox-inline input[type="checkbox"]{
    margin-top: 1px;
}

input[type=radio] {
    margin: 4px 9px 0 0;
}
.select-time .time-info{
	width: 100%;
	margin-top: 10px;
}
.select-time li {
    display: inline-block;
    width: 45%;
    margin: 0 5px;
}
.day-info li{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.calendar{
    margin-top: 20px;
}
.small-calendar {
    background: #2f2f2f;
    padding: 13px 1px;
    height: 68px;
    text-align: center;
}
.small-calendar .head-info {
    padding: 8px 0;
}
.small-calendar #reset {
    right: 5.5em;
    top: 19px;
    color: #000000;
    padding: 4px 9px;
    background: #ffffff;
}
.calendar-wrap {
    padding: 0;
}
.small-cal-wrap #calendar {
    margin: 10px auto;
}
.event-calendar table thead tr th{
    background: #e7ae4c;
    color: #ffffff;
    padding-top: 10px;
}

.info-table thead tr th {
    background: #e7ae4c;
    color: #fff;
}

.fc-event, .fc-event-dot {
    background-color: #e7ae4c;
}
.head-day {
    font-size: 2em;
    line-height: 1;
    color: #fff;
}
.head-month {
    line-height: 1;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-datepicker-calendar .ui-state-default {
    background: none !important;
    color: #000000 !important;
    border: none !important;
    font-size: 16px;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    /*padding: 20px 0;*/
    margin-bottom: 20px;
}
.ui-datepicker .ui-datepicker-title {
    line-height: auto;
    font-size: 23px;
}
.ui-datepicker-calendar thead tr th span {
    font-size: 14px;
}
.booking-collapse h5 {
    display: block !important;
    font-size: 18px;
}
.booking-collapse label {
    color: #000000;
}

.block-btn.collapsed {
    margin: 21px 0 0;
}

.ui-datepicker {
    width: 100%;
    margin: 5px auto 0;
    font: 12pt Arial, sans-serif;
    height: 370px;
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);*/
}

.ui-datepicker table {
    width: 100%;
}

.ui-datepicker-header {
    background: #e7ae4c;
    color: #ffffff;
    font-family:'Times New Roman';
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #e7ae4c;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 15px;

}

.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    cursor: pointer;
    background-position: center 0px;
}

.ui-datepicker thead {
    background-color: #f7f7f7;

    /*border-bottom: 1px solid #bbb;*/
}

.ui-datepicker th {
    background-color:#e7ae4c;
    text-transform: uppercase;
    font-size: 8pt;
    color: #FFFFFF;
    /*text-shadow: 1px 0px 0px #fff;*/
    /*filter: dropshadow(color=#fff, offx=1, offy=0);*/
}

.ui-datepicker tbody td {
    padding: 0;
    /*border-right: 1px solid #808080;*/
}

.ui-datepicker tbody td:last-child {
    border-right: 0px;
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    /*font-weight: bold;*/
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    /*text-shadow: 1px 1px 0px #fff;*/
    /*filter: dropshadow(color=#fff, offx=1, offy=1);*/
}

.ui-datepicker-calendar .ui-state-default {
    background: linear-gradient(#999999, #737373);
    color:#ffffff;
    height:40px;
    width:40px;

}

.ui-datepicker-calendar .ui-state-hover {
    background: #e7ae4c;
    color: #FFFFFF;
}

.ui-datepicker-calendar .ui-state-active {
    background: #e7ae4c;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #FFFFFF;
    text-shadow: 0px 1px 0px #4d7a85;
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}
.schedules th {
    background: #e7ae4c;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
}
.check-availability{
    margin: -10px 0px 0px 0px !important;
    float: right;
    width: 67%;
}
.isBooking{
    background: #FF0000;
    border: 1px solid #FF0000;
}
.occurrences{
    padding-left: 0px !important;
}
.bookingRow{
    margin-bottom: 5px;
}
.remove-booking{
    float: right;
    color: #e7ae4c;
    font-size: 20px;
    cursor: pointer;

}
.list-time , .editSchedule , .deleteSchedule , .list-time-edit{
    cursor: pointer;
}
.edit-booking .modal-dialog {
    width: 810px;
}
.modal-content{
    background: #0d0d0d;
    padding: 5px;
}
.text-bg-primary{
    background: #e7ae4c;
}
.ui-widget-header{
    background: #e7ae4c;
}
.cursor{
    cursor: pointer;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.nav{
    padding: 5px 25px;
    font-size: 15px;
    margin-bottom: 10px;
}
.m5{
    margin: 5px;
    padding: 5px;
}
.scheduleTable th {
    width: 12%;
}

.ui-tabs {
    margin-bottom: 50px;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 13px 17px 0;
    border-radius: 5px 5px 0 0;
}
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
    background: none;
    border: none;
}
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab a{
    color: #ffffff;
    font-size: 20px;
}
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    background: #ffffff;
}
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a{
    color: #f2b249;
    font-size: 20px;
}
.ui-widget-content a {
    color: #ffffff;
}

.ui-widget.ui-widget-content {
    border: none;
    padding: 0;
}
/*scroll bar style*/
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
}

::-webkit-scrollbar-thumb {
    background-color: #e7ae4c;
    /*border: 1px solid #ffffff;*/
}


.booking_section{
    height: 75vh;
    padding: 30px 0;
}
.booking_section h3{
    font-size: 30px;
    margin-bottom: 30px;
}

.thankyou-page {
    height: 75vh;
    margin: 100px auto;
}

header, footer{
    background: #000000;
    padding: 50px 0;
}
header .logo{
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}


.social-media li{
    display: inline-block;
    padding: 20px 0;
}
.social-media {
    text-align: left;
}
.social-media li a{
    color: #ffffff;
    padding-right: 10px;
}

#menuArea input {
    display: none;
}

#menuArea .open {
    background-color: #ffffff;
    width: 24px;
    height: 4px;
    display: block;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    top: 8px;
}
#menuToggle:checked ~ .menuOpen .open {
    background-color: transparent;
    z-index: 100;
}

#menuArea .open:before {
    content: "";
    background-color: #ffffff;
    width: 24px;
    height: 4px;
    display: block;
    border-radius: 2px;
    position: relative;
    top: -8px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

#menuArea .open:after {
    content: "";
    background-color: #ffffff;
    width: 24px;
    height: 4px;
    display: block;
    border-radius: 2px;
    position: relative;
    top: 4px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

#menuArea .menuOpen {
    width: 24px;
    height: 20px;
    display: block;
    padding: 15px;
    cursor: pointer;
    float: right;
}

#menuArea .menuOpen:hover .open:before {
    top: -9px;
}

#menuArea .menuOpen:hover .open:after {
    top: 5px;
}

#menuArea .menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
}

#menuArea .menu label {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-size: 100%;
    cursor: pointer;
}

#menuArea .menu .menuContent {
    position: relative;
    top: 50%;
    font-size: 54px;
    text-align: center;
    padding-bottom: 20px;
    margin-top: -170px;
}

#menuArea .menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

#menuArea .menu ul li a {
    display: block;
    color: white;
    text-decoration: none;
    transition: color 0.2s;
    text-transform: uppercase;
    font-size: 22px;
    padding: 10px 0;
}

#menuArea .menu ul li a:hover {
    font-size: 26px;
    color: #ffffff;
}



#menuArea .menuEffects {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}

#menuArea .menuEffects ul {
    transform: translateY(0%);
    transition: all 0.5s;
}

#menuToggle:checked ~ .menuEffects {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.8s;
    z-index: 99;
}

#menuToggle:checked ~ .menuEffects ul {
    opacity: 1;
}

#menuToggle:checked ~ .menuOpen .open {
    background-color: transparent;
}

#menuToggle:checked ~ .menuOpen .open:before {
    content: "";
    background-color: white;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

#menuToggle:checked ~ .menuOpen .open:after {
    content: "";
    background-color: white;
    transform: rotate(-45deg);
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
}

#menuToggle:not(:checked) ~ .menuEffects ul {
    transform: translateY(-30%);
}
 footer .touch{
     text-transform: capitalize;
     font-size: 22px;
     color: #ffffff;
 }
 footer a, footer a:hover{
     cursor: pointer;
     text-decoration: none;
     transition: all 0.3s;
     color: #ffffff;
 }
footer a:hover{
   opacity: 0.7;

}
footer a{
    font-size: 18px;
    color: #ffffff;
}

footer .social-media li{
    display: inline-block;
    padding: 0;
}
.tab-pane .active{
    color: #669933;
    font-weight: 600;
}
.book-now{
    width: 100%;
    height: 50px;
    font-size: 25px;
}
.even{
    background-color: #e7ae4c !important;
}
body{
    font-family: Verdana, Arial, sans-serif !important;
}
.ui-datepicker-month, .ui-datepicker-year{
    font-family: Verdana, Arial, sans-serif !important;
}
.ui-datepicker-week-end span{
    font-family: Verdana, Arial, sans-serif !important;
}
#datepicker{
    font-family: Verdana, Arial, sans-serif !important;
}
#datepicker span{
    font-family: Verdana, Arial, sans-serif !important;
}
.ui-datepicker-calendar a, .ui-datepicker-calendar span{
    font-family: Verdana, Arial, sans-serif !important;
}
#scheduleList span{
    font-family: Verdana, Arial, sans-serif !important;
}
/*table responsive*/

@media screen and (max-width: 767px) {
    #booking_details {
        width: 100% !important;
        overflow-x: scroll;
    }
    #booking_details  .continue-btn {
        margin-bottom: 20px !important;
    }
}

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


   .Tableschedule_2 table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .Tableschedule_2 tbody tr td{
        padding: 11px 10px 24px;
    }
    .Tableschedule_2 thead{
        display: none;
    }

    .Tableschedule_2 tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .Tableschedule_2 td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .Tableschedule_2 td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .Tableschedule_2 td:last-child {
        border-bottom: 0;
    }
    .book-now {
        margin-bottom: 30px;
    }
}
.booking_section {
    height: auto;
    padding: 30px 0;
}
.apply-btn {
    background: #e7ae4c;
    border: 1px solid #e7ae4c;
    color: #ffffff;
    border-radius: 2px;
    padding: 0px 17px;
    font-size: 16px;
    transition: all 0.3s;
}
