/* loader and modal start */
#model { position: absolute; top: 0; left: 0; width: 100%; z-index: 10000; background-color: rgba(0,0,0,0.5); display: none; }
#loader { position: absolute; z-index: 10001; text-align: center; display: none; padding: 10px; background-color: #fff; }
#loader .fa { margin-bottom: 5px; }
#loader label { font-size: 13px; color: #1f1f1f; display: block; margin: 0; line-height: 1; }
/* loader and modal end */


/***********common clases start*************/
.width-100-p {
	width: 100%;
}
#primary {
	margin: 60px 0px 0px;
}

#primary .our-blogs:nth-child(odd){
	clear: both;
}

@media(max-width: 767px) {
	.table-responsive {
		width: 100%;
		overflow-x: auto;
	}
}

@media(max-width: 479px) {
	.container {
		width: 100%;
		padding: 0 15px;
	}
	#menu-container .container {
		width: 290px;
		margin: 0 auto;
		padding: 0;
	}
	.back-to-top {
		right: 20px;
	}
	#primary {
		margin: 15px 0px 0px;
	}
}

.m5 { margin: 5px; }
.mt5 { margin-top: 5px; }
.mr5 { margin-right: 5px; }
.mb5 { margin-bottom: 5px; }
.ml5 { margin-left: 5px; }

.mb5i { margin-bottom: 5px !important; }

.m10 { margin: 10px; }
.mt10 { margin-top: 10px; }
.mr10 { margin-right: 10px; }
.mb10 { margin-bottom: 10px; }
.ml10 { margin-left: 10px; }

.m15 { margin: 15px; }
.mt15 { margin-top: 15px; }
.mr15 { margin-right: 15px; }
.mb15 { margin-bottom: 15px; }
.ml15 { margin-left: 15px; }

.mb10i { margin-bottom: 10px !important; }

.mb20 { margin-bottom: 20px; }

.mt25 { margin-top: 25px; }

.mt30 { margin-top: 30px; }

.mb60 { margin-bottom: 60px; }

.mt0 { margin-top: 0 !important; }
.mr0 { margin-right: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.ml0 { margin-left: 0 !important; }
.m0 { margin: 0 !important; }

.p5 { padding: 5px; }
.pt5 { padding-top: 5px; }
.pr5 { padding-right: 5px; }
.pb5 { padding-bottom: 5px; }
.pl5 { padding-left: 5px; }

.pt5i { padding-top: 5px !important; }

.p10 { padding: 10px; }
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }
.pl10 { padding-left: 10px; }

.p15 { padding: 15px; }
.pt15 { padding-top: 15px; }
.pr15 { padding-right: 15px; }
.pb15 { padding-bottom: 15px; }
.pl15 { padding-left: 15px; }

.p15 { padding: 15px; }
.pt15 { padding-top: 15px; }
.pr15 { padding-right: 15px; }
.pb15 { padding-bottom: 15px; }
.pl15 { padding-left: 15px; }

.p20 { padding: 20px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pb20 { padding-bottom: 20px; }
.pl20 { padding-left: 20px; }

.pt0 { padding-top: 0 !important; }
.pr0 { padding-right: 0 !important; }
.pb0 { padding-bottom: 0 !important; }
.pl0 { padding-left: 0 !important; }
.p0 { padding: 0 !important; }

.f16 { font-size: 16px !important; }

.fw-normal { font-weight: normal; }
.fw-normal-i { font-weight: normal !important; }

.field_no { width: 30px; }
.field_amount { width: 110px; }
.field_date { width: 130px; }
.field_createdat { width: 180px; }
.field_datetime { width: 150px; }

.min-width50 { min-width: 50px; }
.min-width60 { min-width: 60px; }
.min-width70 { min-width: 70px; }
.min-width80 { min-width: 80px; }
.min-width90 { min-width: 90px; }
.min-width100 { min-width: 100px; }
.min-width110 { min-width: 110px; }
.min-width120 { min-width: 120px; }

.clearfix { clear: both; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.record-not-found { text-align: center; padding-bottom: 40px; }
.grey-border { border-top: 1px solid #e5e5e5; }

.text-success { color: #28a745!important; }
.text-danger { color: #dc3545!important; }
.text-warning { color: #ffc107!important; }

.display-block { display: block; }
.display-none { display: none; }
.display-nonei { display: none !important; }

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-capitalize {
	text-transform: capitalize;
}

hr.custom-divider {
	margin: 15px 0;
	border: none;
	border-top: 1px solid #e5e5e5;
}

.label {
	display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-success { background-color: #28a745; }
.label-danger { background-color: #dc3545; }
.label-warning { background-color: #f39c12; }

.btn {
	padding: 7px 14px 8px !important;
}

.btn-xs {
	padding: 4px 8px !important;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-primary {
	background-color: #cf571b !important;
	border-color: #cf571b !important;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover {
	background-color: #434343 !important;
	border-color: #434343 !important;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary.active[disabled],
.btn-primary.focus[disabled],
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #f3bca1 !important;
    border-color: #f3bca1 !important;
    cursor: not-allowed;
	pointer-events: none;
}

.callout {
	padding: 15px 30px 15px 15px;
	border-left: 5px solid #eee;
}

.form-group {
	margin-bottom: 15px;
}
.form-group label {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Bubblegum Sans', cursive;
    letter-spacing: 1px;
}

span.required {
	font-size: 20px;
	font-weight: 100;
	color: #dc3545;
}

.form-control {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #6e6b6b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    font-family: 'Bubblegum Sans', cursive;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group.height56 .form-control {
	height: 56px;
}

.form-group.has-error .form-control {
	border-color: #dd4b39 !important;
}
textarea.form-control {
	height: auto;
	max-height: 100%;
	min-height: 100%;
}
.form-group.has-error label {
	color: #dd4b39;
}

form input[type=submit]:disbaled {
	cursor: not-allowed;
}

form textarea {
	border: 1px solid #eaeaea;
	resize: none;
}

input[type=text],
input[type=password],
input[type=email] {
	color: #6e6b6b;
}

form textarea:read-only {
	background-color: #f6f6f6;
}

/* Chrome, Firefox, Opera, Safari 10.1+ */
::placeholder {
  color: #a9a7a7;
  opacity: 1; /* Firefox */
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: #a9a7a7;
}

/* Microsoft Edge */
::-ms-input-placeholder {
  color: #a9a7a7;
}

.inputfilecontainer {
	display: inline-block;
	width: 100%;
	border: 1px solid #eaeaea;
	border-radius: 4px;
}

.checkbox, .radio { margin-top: 0; }
.icheckbox_minimal-red { margin-right: 5px; }
.iradio_minimal-red { margin-right: 5px; }
.icheck-label { margin-right: 0px; font-weight: normal !important; margin-bottom: 11px; }
.icheck-label.custom { margin-top: 16px; margin-bottom: 16px; padding-left: 16px; }

.dt-sc-success-box,
.dt-sc-error-box {
	text-align: left;
}
.dt-sc-success-box p,
.dt-sc-error-box p {
	margin-bottom: 0 !important;
}
.dt-sc-success-box ul,
.dt-sc-error-box ul {
	list-style: disc;
	margin: 10px 0 0;
	padding-left: 30px;
}
.dt-sc-success-box ul li,
.dt-sc-error-box ul li {
	padding-bottom: 0px;
}

.dt-sc-button.burnt-orange.outlined {
	margin: 0;
    border: 2px solid #cf571b;
    border-radius: 2px;
    background: transparent;
    color: #cf571b;
    padding: 6px 14px 5px;
}

a:hover.dt-sc-button.burnt-orange.outlined {
    border-color: #434343;
    background: #434343;
    color: #fff;
}

.back-to-top {
	background: url('../plugins/fronttheme/images/go_to_top.png');
}

.dt-sc-button.medium.md-btn {
	min-width: 30%;
}
.breadcrumb-section{background:#008c99; }
.breadcrumb-section h1 {
    float: left;
    color: #ffff;
}
.breadcrumb-section .breadcrumb {
    color: #ffff;
}
.breadcrumb-section .breadcrumb a {
	color: #ffff;
}

.imagethumb {
	position: relative;
	margin: 15px 10px;
}
.profile-user-img {
	width: auto;
	height: 60px;
	margin: 0 auto;
	padding: 3px;
    border: 3px solid #d2d6de;
}
.imagethumb + .inputfilecontainer {
	display: block;
	padding-top: 25px;
    min-height: 90px;
}

.imagethumb .fa-remove {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    color: #dc3545;
    cursor: pointer;
    display: none;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 3px;
    width: 15px;
    z-index: 10;
}
.imagethumb:hover .fa-remove {
	display: block;
}
.imagethumb.deleted::before {
	content: "\f014";
	font-family: 'FontAwesome';
	font-size: 20px;
	color: #dc3545;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	cursor: not-allowed;
	line-height: 60px;
}
.imagethumb.deleted .fa-remove {
	display: none;
}
.help-block {
	margin-bottom: 0;
	font-size: 12px;
}
@media(max-width: 1260px) {
	.imagethumb + .inputfilecontainer {
		display: block;
		padding-top: 0px;
		padding-left: 10px;
	}
	.imagethumb + .inputfilecontainer p {
		margin-bottom: 0 !important;
	}
	.imagethumb {
		margin: 10px;
	}
}
/***********common clases end*************/

/*********** CUSTOM COMMON MODAL START *************/
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 70px;
  padding-bottom: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.5);
}

.modal-box {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  -moz-box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.modal-box.modal-lg {
  width: 900px;
}

.modal-box.modal-md {
  width: 600px;
}

.modal-box.modal-sm {
  width: 300px;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  background-color: transparent;
  box-shadow: none;
  border: none;
  margin-top: -2px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-box .modal-content .modal-header {
	padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-box .modal-content .modal-header .modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-box .modal-content .modal-body {
	position: relative;
	padding: 15px;
}
.modal-box .modal-content .modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-box .modal-content .modal-footer button.close,
.modal-box .modal-content .modal-footer .btn.btn-default {
	color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 14px;
    float: none;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 500;
}
.modal-box .modal-content .modal-footer .button {
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 4px;
}
@media(max-width: 991px) {
	.modal-box.modal-lg {
	  width: 600px;
	}
}
@media(max-width: 767px) {
	.modal {
		padding-top: 0;
	}
	.modal-box.modal-lg,
	.modal-box.modal-md,
	.modal-box.modal-sm {
	  width: auto;
	  margin: 10px;
	}
}
/*********** CUSTOM COMMON MODAL END *************/

/***********header css*************/
.logo img {
    display: block;
    width: 230px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    top: 10px;
}

.header-book-button {
	margin: 15px 20px;
}
header .contact-details {
	margin: 34px 0px 0px;
}
.contact-details .dt-sc-button.burnt-orange.outlined {
	font-weight: bold;
}
header .contact-details .fa {
	margin: 0;
	color: #cf571b;
}
.contact-details a:hover .fa {
    color: #fff;
}
.contact-details.loggedinguardian-container {
	margin: 20px 0px 0px;
}
.contact-details .loggedinguardian {
	width: 152px;
	position: relative;
	text-align: center;
	cursor: pointer;
	padding: 5px;
	border: 1px solid transparent;
}
.contact-details .loggedinguardian:hover {
	/*border-color: #cf571b;*/
}
.contact-details .loggedinguardian img {
	width: 40px;
    height: 40px;
    border: 1px solid #017583;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
    vertical-align: middle;
}
.contact-details .loggedinguardian .dropdown-toggle {
	width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.contact-details .loggedinguardian .dropdown-menu {
	right: -2px;
    left: auto;
    padding: 5px;
    position: absolute;
    top: 95%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.contact-details .loggedinguardian .dropdown-menu li {
	padding-bottom: 0;
}
.loggedinguardian.dropdown .dropdown-menu li a {
	display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
}
.loggedinguardian.dropdown .dropdown-menu li a:hover {
	background-color: #434343;
	color: #fff;
}
.loggedinguardian.dropdown.open .dropdown-menu,
.loggedinguardian.dropdown:hover .dropdown-menu {
	display: block;
}
header ul.dt-sc-social-icons li a.instagram:before{content:"\f16d";}
header ul.dt-sc-social-icons li a.instagram span{border-color:#ffc0cb; background:#ffc0cb;}
header ul.dt-sc-social-icons li a.instagram{border-color:#ffc0cb;}
@media(max-width: 1366px) {
	.header-book-button {
		margin: 15px;
	}
}
@media(max-width: 960px) {
	.contact-details .loggedinguardian {
		width: 122px;
	}
}
@media(max-width: 767px) {
	.logo img {
	    width: 230px;
	    max-width: 230px;
	    margin: auto;
	    padding: 15px 0 5px;
	}
	.header-book-button {
		width: 100%;
	    background-color: #fff !important;
	    color: #434343;
	    margin: 0;
	    padding: 9px 15px !important;
	    line-height: 33px;
	    border-bottom: 1px solid #f0f0f0;
	}
	.contact-details .dt-sc-button.burnt-orange.outlined {
		margin: 15px 0;
	}
	.contact-details .loggedinguardian {
		width: auto;
	}
	.loggedinguardian.dropdown .dropdown-menu {
		left: 0;
		right: 0;
		margin: auto;
	}
}
/***********Footer css***************/
footer .widget_recent_entries ul li {
    width: 100%;
    float: left;
    margin: 0px 0px 1px;
}
.copyright .footer-links ul li.instagram:hover a {
	background: pink;
}
.copyright .footer-links ul li.tiktok:hover a {
	background: #34b3d3;
}	
footer .footer-quick-liks ul li {
   margin:unset;
   padding-bottom:5px;
}
footer .footer-contact-link {
	margin: unset;
}
.fa-instagram:before {
    content: "\f16d";
    color: white;
    font-size: 18px;
}
/***********Home css***************/
.home-music-clases p {

	font-family: 'Bubblegum Sans', cursive;
	font-size: 18px;
	color: #5c5c5c;
	text-align: left;
}
.home-music-clases h4 {
	color: #008c99;
	font-size: 25px;
	text-align: left;
}
.home-classes-text p {
	text-align: center;
	font-family: 'Bubblegum Sans', cursive;
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
}
.music-clases p {

	font-family: 'Bubblegum Sans', cursive;
	font-size: 18px;
	color: #5c5c5c;
}
.music-clases h4 {
	color: #008c99;
	font-size: 25px;
}
.classes-text p {
	text-align: center;
	font-family: 'Bubblegum Sans', cursive;
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
}
.dt-sc-ico-content.type2 {
	width: 250px;
}
.play-section h4 {
	color: #ffff;
}
img.bicycle-icon {
	padding-top: 6px;
}
img.music-img {
	height: 111px;
	object-fit: cover;
}
@media(max-width: 959px) {
	.dt-sc-ico-content.type2 {
    	width: -webkit-fill-available;
	}
}
.entry-meta .date p {
	font-size: 14px;
	padding-top: 0px;
    padding-bottom: 5px;
}
.section-not-avialable {
	text-align: center;
}
.front-portfolio .portfolio-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.front-portfolio:hover a.link {
	top: 50%;
}
.front-portfolio:hover a.zoom {
	top: 50%;
}
.owl-pagination {
	display: none;
}
.custom-dt-sc-testimonial-home {
	background-color: #008c99;
	border-radius: 5px;
	margin-bottom: 15px;
}
.custom-dt-sc-testimonial-home p {
    margin: 30px 0px 0px;
    padding: 0px;
    font-size: 18px;
    font-family: 'Bubblegum Sans', cursive;
}
.custom-dt-sc-testimonial-home blockquote {
	margin:unset;
}
.custom-dt-sc-testimonial-home blockquote q {
	font-size: 18px;
	font-family: 'Bubblegum Sans', cursive;
}
.custom-dt-sc-testimonial-home blockquote:after {
	display: none;
}
.custom-dt-sc-testimonial-home blockquote q:after {
    bottom: 70px;
    right: 20px;
}
.home-testimonial .owl-theme .owl-controls .owl-buttons div {
	background: #73d5f0;
}
.testimonial-text {
}

.testimonial-text p {
	font-size: 15px;
	color: #2f2f2f;
}
.custom-col {
	width: 100%;
}
.home-testimonial {
    padding: 0px 60px;
}
.home-testimonial-text {
	font-family: 'Bubblegum Sans', cursive;
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	min-height: 175px;
}
.hometestimonial-height {
	min-height: 255px;
    box-shadow: 0 2px 7px rgba(50,50,50,0.6);
}
.hometestimonial-height h3 {
	line-height: 0px;
	padding-top: 3px;
	color: #008c99;
}
.owl-prev {
    position: absolute;
    left: -45px;
    top: 110px;
}
.owl-next {
    position: absolute;
    right: -45px;
    top: 110px;
}
.fullwidth-background.orange-bg .entry-details p {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 18px;
}
.fullwidth-background.product_bg {
	background-attachment: fixed;
}
.entry-meta .date:before, .entry-meta .comments:before, .entry-meta .entry_format:before {
	left: -14px;
}
.fullwidth-background.orange-bg .date:before, .fullwidth-background.orange-bg .comments:before, .fullwidth-background.orange-bg .entry_format:before {
	left: -14px;
}
.home-blog h3 {
	font-size: 30px;
}
@media only screen and (max-width: 1240px) and (min-width: 960px) {
	.hometestimonial-height {
		min-height: 323px;
	}
	.home-testimonial-text {
		min-height: 240px;
	}
	.home-music-clases h4 {
		padding-left: 15px;
	}
	.home-music-clases p {
		padding-left: 15px;
	}
	.home-classes-text p {
		line-height: 25px;
	}
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
	.entry-meta .date p {
	    margin: 4px 0px 0px 3px;
	}
	.hometestimonial-height .product-details h5 {
		text-align: unset;
	}
	.home-music-clases h4 {
		padding-left: 35px;
	}
	.home-music-clases p {
		padding-left: 35px;
	}
	.home-classes-text p {
		line-height: 24px;
	}
}
@media(max-width: 767px) {
	.hometestimonial-height {
		min-height: 212px;
	}
	.home-testimonial-text {
		min-height: 130px;
	}
	.home-music-clases h4 {
		text-align: unset;
	}
	.home-music-clases p {
		text-align: unset;
	}

}
@media only screen and (max-width: 479px) and (min-width: 376px){
 	.hometestimonial-height {
		min-height: 210px;
	}
}
@media only screen and (max-width: 479px) and (min-width: 320px){
 	.entry-meta .date {
	    height: 39px;
	    padding-top: 6px;
	}
	.fullwidth-background.orange-bg .date:before, .fullwidth-background.orange-bg .comments:before, .fullwidth-background.orange-bg .entry_format:before {
		left: -14px;
	}
	.entry-meta .date:after, .entry-meta .comments:after, .entry-meta .entry_format:after {
		right: -14px;
	}
	.column.music-column {
		margin-bottom: unset;
	}

}
@media(max-width: 375px) {
	.hometestimonial-height {
		min-height: 255px;
	}
	.home-testimonial-text {
		min-height: 175px;
	}
}
/*************About css*********************/
p.about-bott {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 17px;
	color: #ffff;
	text-align: center;

}
p.about-bott1 {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 17px;
	color: unset;
}
.about-image1 {
	border: 5px #fff solid;
	box-shadow: 0 2px 7px rgba(50,50,50,0.6);
}
.about-image1 img {
	height: auto;
    width: 100%;
}
.about-main-text1 {
	font-size: 18px;
	font-family: 'Bubblegum Sans', cursive;
}
.about-section-main .about1-text h2 {
	line-height: 28px;
	color: black;
	font-size: 20px;
}
.about-section-main .about1-text h2 {
	line-height: 28px;
    font-size: 20px;
}
.column.about-ml10 {
	margin-left: 10px;
}
.about-section-main h4 {
	color: #ffff;
}
.about-section-main .image-block {
	text-align: center;

}
.about-section-main .image-block img {
    display: inline-block;
    margin-bottom: unset;
    border: 3px solid #ffff;
    box-shadow: 1px solid red;
    width: 310px;
    box-shadow: 0 2px 7px rgba(50,50,50,0.6);
}
.about-section-main h2 {
	line-height: 28px;
	color: white;
    font-size: 20px;
    text-align: center;
    padding: 0px 30px;
}
.about-section-main p.about-main-text {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 20px;
	color:#ffff;
	padding: 10px 30px 0px 30px;
	text-align: left;

}
.about-section-main .activity {
	min-height: 530px;
	margin-bottom: 20px;
}
.about-slider img {
	width: 100%;
}
.activity.box5 {
    background: #ff8282;
    border-color: #ff5252;
}
.activity.box6 {
    background: #97ebdb;
    border-color: #00c2c7;
}
.activity.box7 {
    background: #9370DB;
    border-color: #8A2BE2;
}
.activity.box8 {
    background: #FFA500;
    border-color: #FF8C00;
}
.activity.box9 {
    background: #32CD32;
    border-color: #228B22;
}
.activity.box10 {
    background: #DB7093;
    border-color: #C71585;
}
.activity.box11 {
    background: #4169E1;
    border-color: #0000FF;
}
.activity.box12 {
    background: #00CED1;
    border-color:#20B2AA;
}
.activity.box13 {
    background: #DDA0DD;
    border-color:#EE82EE;
}
.activity.box14 {
    background: #D3D3D3;
    border-color:#A9A9A9;
}
.activity.box15 {
    background: #0086ad;
    border-color:#005582;
}
.activity.box16 {
    background: #778899;
    border-color:#708090;
}
@media only screen and (max-width: 1240px) and (min-width: 992px) {
	.about-section-main .image-block img {
		width: 250px;
	}
	.about-section-main p.about-main-text {
		padding: 10px 20px 0px 20px;
	}
	.about-section-main h2 {
		padding: 0px 20px;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	.about-section-main .image-block img {
		width: 200px;
	}
	.about-section-main h2 {
		font-size: 17px;
		line-height: 20px;
	}
	.about-section-main p.about-main-text {
		font-size: 17px;
		padding: 10px 16px 0px 16px;
	}
	.about-section-main .activity {
	    min-height: 465px;
	    margin-bottom: 13px;
	}
}
@media(max-width: 767px) {
	.about-section-main .image-block img {
		width: 370px;
	}
	.about-section-main p.about-main-text {
		padding: 10px 25px 0px 25px;
	}
}
@media(max-width: 479px) {
	.about-section-main .image-block img {
		width: 350px;
	}
	.about-section-main p.about-main-text {
	    padding: 10px 20px 0px 20px;
	}

}
@media(max-width: 375px) {
	.about-section-main .image-block img {
		width: 275px;
	}
	.about-section-main p.about-main-text {
	    padding: 12px 30px 0px 30px;
	}
}
@media(max-width: 320px) {
	.about-section-main .image-block img {
		width: 250px;
	}
	.about-section-main p.about-main-text {
	    padding: 12px 20px 0px 20px;
	}
}
/************Blog css***********************/
.blog-section  h3{
	font-size: 30px;
}
.blog-section p {
	font-size: 18px;
	font-family: 'Bubblegum Sans', cursive;
}
.blog-not-avialable {
	text-align: center;
	padding-top: 20px;
}
.blog-section .image-block img {
	object-fit: cover;
	width: 100%;
}
ul.commentlist li {
	border-bottom: unset;
}
.pagination>li {
	display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #008c99;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #008c99;
    color: white;
}
ul.commentlist {
	margin: unset;
	padding: unset;
}
.custom-pagination {
	margin-bottom: 20px;
}
.comment-user h5 {
	color: #008c99;
	margin-bottom: unset;
	font-size: 18px;
}
ul.commentlist li .comment-user-date {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 15px;
}

/*************Testimonial page css******************************/
.custom-dt-sc-testimonial blockquote {
	background-color: #73d5f0;
}
.custom-dt-sc-testimonial blockquote:after {
	display: none;
}
.custom-dt-sc-testimonial .author-meta {
	margin-bottom: 15px;
}
.custom-dt-sc-testimonial .author-meta  p{
	font-size: 14px;
}
.column.testimonial-margin {
	margin-left: 10px;
}
.testimonials-space {
	margin: unset;
}
/*****************Gallary page css********************************/
.custom-gallary .image-overlay a.link {
	opacity: 0;
	-o-transition: opacity .8s ease-in-out;
	-ms-transition: opacity .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out;
	-webkit-transition: opacity .8s ease-in-out;
	transition: opacity .8s ease-in-out;
}
.gallary-content .portfolio.dt-sc-one-third:hover .image-overlay a.link {
	opacity: 1;
	left: 48%;
}

.product-details h5 a {
    color: #434343;
    font-size: 17px;
    font-family: 'Bubblegum Sans', cursive;
}
.custom-gallary {
	width: 31%;
	box-shadow: 0 2px 7px rgba(50,50,50,0.6);
	border: 5px solid white;
}
.custom-gallary img {
	object-fit: cover;
}
.gallery-text {
	margin-left: 2%;
	font-size: 18px;
    font-family: 'Bubblegum Sans', cursive;
}
/***** Activites page css********/
.activity-main-text1 {
	font-size: 18px;
	font-family: 'Bubblegum Sans', cursive;
}
.activity-main-text1 strong {
	color: #008c99;
	font-size: 30px;
}
/*.column.offset-col {
	margin-left:29.175%;;
}*/
.activity-box h4 {
	text-align: center;
	font-size: 32px;
}
.activity-box p.p-inner {
	font-size: 18px;
	font-family: 'Bubblegum Sans', cursive;
}
 h2.activity-title {
	font-size: 30px;
}
.activity-box span {
	font-size: 12px;
}
.activity-image-block {
	text-align: center;
}
.activity-main {
	background: #ffff;
}
table.activity-table  {
    border: 1px solid black;
    border-collapse: collapse;
}
.activity-table td,
.activity-table th {
	border: 1px solid black;
    border-collapse: collapse;
    font-family: 'Bubblegum Sans', cursive;
}
th.timing {
	width: 250px;
}
.activity-table td {
    padding: 10px;
    text-align: left;
    font-size: 18px;
}
.activity-table th {
    text-align: left;
    font-size: 18px;
}
.activity-section-main  .activity-text h2{

	color: #008c99;
}
.activity-hours h4 {
	font-size: 30px;
}

@media(max-width: 767px) {
	.column.offset-col {
		margin-left:unset;
	}
	th.timing {
	    width: 140px;
	}
	.activity-main-text1 {
	    padding-top: unset;
	}

}
/*************Contact page css*******************/
#primary.with-sidebar {
	width: 100%;
}
.custom-contact {
	margin-top: 30px;
}
select {
    width: 100%;
    padding: 16px 18px;
    font-size: 16px;
    color: #a9a7a7;
    background: #FFFFFF;
    border: 1px solid #eaeaea;
    outline: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
/***********Camp page css************************/
.custom-category-box {
	height: 400px;
	box-shadow: 0 2px 7px rgba(50,50,50,0.6);
    border-radius: none;
}
.custom-category-box img {
	object-fit: cover;
}
.category-data {
	text-align: center;
}
.action-container {
    text-align: center;
    position: absolute;
    /* top: 0; */
    right: 0;
    left: 0;
    bottom: 5px;

}
.custom-category-box {
	position: relative;
}
.custom-category-column {
	margin: 0px 0px 0px 2%;
}
.custom-category-column1 {
	margin: 0px 0px 0% 2%;
	box-shadow: 0 2px 7px rgba(50,50,50,0.6);
	width: 31%

}
.custom-category-column1 h4 {
	margin-bottom: unset;
}
.custom-category-column h4 {
}
.dt-sc-button.category-small {
    font-size: 12px;
    padding: 4px 10px;
}
.category-entry-inner {
	padding: unset;
}
.category-entry-inner img {
	width: 100%;
	object-fit: cover;
}
.category-entry-inner h5 {
   color: #5c5c5c;
}
table.category-camps-table,
table.category-camps-table th,
table.category-camps-table td {
	border: 1px solid #f0f0f0;
}
table.category-camps-table th{
	font-family: 'Bubblegum Sans', cursive;
	font-size: 18px;
}
table.category-camps-table td {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 18px;
}
.category-camps-action {
	width: 150px;
	text-align: center;
}
.category-camps-title {
	text-align: left;
}
.category-camps-not-avialable {
	font-size: 22px;
	font-family: 'Bubblegum Sans', cursive;
}
.campdetail-section  .images {
	width: 100%;
}
.campdetail-section  .summary {
	width: 100%;
}
.campdetail-section p {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 18px;
	color: #2f2f2f;
}
.camp-back {
	background: #ffff;
    padding: 17px 0px 0px 15px;
}
.camp-back2 {
	background: #ffff;
    /*padding: 17px 0px 5px 15px;*/
    padding: 30px;
}
.campdetail-section span {
	font-family: 'Bubblegum Sans', cursive;
	/*color: 	#A9A9A9;*/
	color: 	#6e6b6b;
}
.custom-category-column1:hover h4 {
	color: #008c99;
}
table.category-camps-table a.view-camp {
	font-size: 15px;
}
.campday-background {
	background:  #ffff;
	margin-top: 35px;
	padding: 30px;
}
.camp-descriptions-block {
	margin-top: 50px;
}
.camp-descriptions-block table {
	margin-bottom: 0;
}
.camp-descriptions-block .description-seperator {
	margin-top: 55px;
}
.campdetail-section .camptitle {
	padding-right: 120px;
	position: relative;
}
.campdetail-section .camptitle .camp-book-button {
	position: absolute;
	top: -10px;
	right: -10px;
	font-family: 'Lato', sans-serif;
}
.campdetail-section .camptitle .camp-book-button .dt-sc-button {
	margin-top: 0;
	line-height: 1.1rem;
}
@media (max-width: 1260px) {
	.campdetail-section .camptitle .camp-book-button {
		top: -8px;
		right: 0;
	}
}
@media (max-width: 767px) {
	.campdetail-section .camptitle {
		padding-right: 0;
		margin-bottom: 20px;
	}
	.campdetail-section .camptitle .camp-book-button {
		position: relative;
		margin-top: 15px;
	}
	.campdetail-section .project-details1 .column {
		margin-bottom: 0;
	}
}
/*@media (max-width: 767px) {
	.campdetail-section .project-details1 .column {
		margin-bottom: 0;
	}
}*/
/***********Privacy Policy Css *********************/
.dt-sc-ico-content.privacy {
    background: #FFFFFF;
    padding: 30px 30px 10px 30px;
}
.privacy-section  h4 {
	margin-bottom: unset;
	color: #008c99;
}
.privacy-section  h5 {
	color: #cf571b;
}
.privacy-section {
	margin: unset;
}
/***********Privacy Policy End *********************/

/***********Terms and Conditions Css Start***********************/
.dt-sc-ico-content.terms {
    background: #FFFFFF;
    padding: 30px 30px 10px 30px;
}
.terms-conditions-section  h4 {
	margin-bottom: unset;
	color: #008c99;
}
.terms-conditions-section  h5 {
	color: #cf571b;
}
.terms-conditions-section {
	margin: unset;
}
.terms-breadcrumb-section  h1 {
	text-transform: unset;
}

/***********Terms and Conditions Css End**********************/

/************ Book Now Page Css Start ***********************/
.bookings-camps h5.dt-sc-toggle-accordion a {
	font-size: 16px;
	font-family: 'Bubblegum Sans', cursive;
}
.campdetails .categorytext {
	color: #666;
	font-weight: normal;
}
.bookings-camps .dt-sc-toggle-frame-set {
	margin-bottom: 25px;
}
.campdetail-section img {
	width: 100%;
	object-fit: cover;
}
/************ Book Now Page Css End ***********************/

/************ Login Page Css Start ***********************/
.login-container {
	margin-left: 12% !important;
}
@media(max-width: 959px) {
	.login-container {
		margin-left: 0% !important;
	}
}
/************ Login Page Css End ***********************/

/****************** REGISTRATION STEP STRUCTURE CSS START ***********************/
/*form styles*/
.custom-step-registration {
	margin: 0px auto 70px;
	text-align: center;
	position: relative;
}
.custom-step-registration fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	/*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
	padding: 25px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0%;

	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
/*.custom-step-registration fieldset:not(:first-of-type) {
	display: none;
}*/
/*inputs*/
/*buttons*/
.custom-step-registration .action-button {
	margin-top: 25px;
}
.custom-step-registration .action-button.previous {
	float: left;
}
.custom-step-registration .action-button.next,
.custom-step-registration .action-button.submit {
	float: right;
}
/*.custom-step-registration .action-button:hover, .custom-step-registration .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}*/
/*headings*/
.fs-title {
	/*font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;*/
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 20px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	/*color: white;
	text-transform: uppercase;
	font-size: 9px;*/
	/*width: 33.33%;*/
	width: 20%;
	float: left;
	position: relative;
}
#progressbar li:before {
	text-align: center;
	content: counter(step);
	counter-increment: step;
	width: 30px;
	line-height: 30px;
	display: block;
	font-size: 16px;
	color: #333;
	background: white;
	border-radius: 50%;
	margin: 0 auto 15px auto;
	font-family: 'Bubblegum Sans', cursive;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 14px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #cf571b;
	color: white;
}
#progressbar li.active:before {
	background: #cf571b;
}
.custom-step-registration h5.dt-sc-toggle-accordion a {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 20px;
	font-weight: normal;
}
.custom-step-registration h5.dt-sc-toggle-accordion:before {
	font-weight: 600;
}
.custom-step-registration h5.dt-sc-toggle-accordion.active:before {
	background-color: #cf571b;
}
.custom-step-registration h5.dt-sc-toggle-accordion.active a {
	color: #cf571b;
}
	/* ADDITONAL GUARDIANS PAGES CALSSES START */
	.guardiansrow-in {
		padding: 15px 50px 0 15px;
		border: 2px solid #9A9A9A;
		background-color: #eee;
		margin-bottom: 15px;
		position: relative;
	}
	.guardiandeletecol {
		position: absolute;
		right: 5px;
		top: 5px;
		opacity: 0;
		-webkit-transition  : opacity ease-in-out 0.3s;
	    -o-transition       : opacity ease-in-out 0.3s;
	    transition          : opacity ease-in-out 0.3s;
	}
	.guardiansrow input[type=text],
	.guardiansrow input[type=password] {
		border: 1px solid #ccc;
	}
	.guardiansrow-in:hover .guardiandeletecol {
		opacity: 1;
	}

	.guardiansrow-in  > div {
		width: 240px;
		display: inline-block;
		margin-right: 8px;
	}
	.guardiansrow-in > .guardiandeletecol {
		display: inline-block;
		width: auto;
		font-size: 20px;
	}
	.guardiansrow-in > .guardiandeletecol a {
		cursor: pointer;
		color: #dc3545;
	}
	.guardiansrow .guardiannumber {
		margin-bottom: 5px;
	}
	.addnewguardianbtndiv {
		clear: both;
		margin-bottom: 20px;
	}
	.addnewguardianbtndiv a:hover {
		color: #fff;
	}
	/* ADDITONAL GUARDIANS PAGES CALSSES END */

	/* EMERGENCY CONTACTS PAGES CALSSES START */
	.contactsrow-in {
		padding: 15px 50px 0 15px;
		border: 2px solid #9A9A9A;
		background-color: #eee;
		margin-bottom: 15px;
		position: relative;
	}
	.contactdeletecol {
		position: absolute;
		right: 5px;
		top: 5px;
		opacity: 0;
		-webkit-transition  : opacity ease-in-out 0.3s;
	    -o-transition       : opacity ease-in-out 0.3s;
	    transition          : opacity ease-in-out 0.3s;
	}
	.contactsrow-in:hover .contactdeletecol {
		opacity: 1;
	}
	.contactsrow input[type=text],
	.contactsrow input[type=password] {
		border: 1px solid #ccc;
	}
	.contactsrow-in  > div {
		width: 240px;
		display: inline-block;
		margin-right: 8px;
	}
	.contactsrow-in > .contactdeletecol {
		display: inline-block;
		width: auto;
		font-size: 20px;
	}
	.contactsrow-in > .contactdeletecol a {
		cursor: pointer;
		color: #dc3545;
	}
	.contactsrow .contactnumber {
		margin-bottom: 5px;
	}
	.addnewcontactbtndiv {
		clear: both;
		margin-bottom: 20px;
	}
	.addnewcontactbtndiv a:hover {
		color: #fff;
	}
	/* EMERGENCY CONTACTS PAGES CALSSES END */
.dt-sc-tabs-container.students-container .dt-sc-tabs li {
	margin-right: 2px;
}
.dt-sc-tabs-container.students-container .dt-sc-tabs-content {
	/*border: 1px solid #e5e5e5;*/
	padding: 0;
}
.dt-sc-tabs-container.students-container .dt-sc-tabs-content.with-padding-border {
	border: 1px solid #e5e5e5;
	padding: 20px;
}
.cart-block {
	float: right !important;
	width: 29.5%;
	margin-top: 38px;
}
.cart-block.paymenttab-cart-block {
	clear: both;
	width: 100%;
	margin-top: 0;
}
.cart-block .dt-sc-titled-box-content {
	padding: 15px;
}
.tabs-block {
	width: 68.5%;
}
.dt-sc-toggle-frame-set-camps {
	border: 1px solid #e5e5e5;
}
.dt-sc-toggle-frame-set-camps .dt-sc-toggle-accordion-camps {
	padding: 10px;
	background-color: #818181;
	margin-bottom: 0;
}
.dt-sc-toggle-frame-set-camps .dt-sc-toggle-frame {
	padding-bottom: 1px;
}
.dt-sc-toggle-frame-set-camps .dt-sc-toggle-frame:last-child {
	padding-bottom: 0px;
}
.dt-sc-toggle-frame-set-camps .dt-sc-toggle-accordion-camps a,
.dt-sc-toggle-frame-set-camps .dt-sc-toggle-accordion-camps a:hover,
.dt-sc-toggle-frame-set-camps .dt-sc-toggle-accordion-camps.active a,
.dt-sc-toggle-frame-set-camps .dt-sc-toggle-accordion-camps.active a:hover {
	color: #fff;
	font-family: 'Bubblegum Sans', cursive;
}

.cart-block .child-container .campdetails {
	width: 100%;
	position: relative;
	padding: 0 0px 0 0 ;
}
.cart-block.paymenttab-cart-block .child-container .campdetails {
	font-size: 16px;
	margin-bottom: 5px;
}
.cart-block .child-container .campdetails .removecampfromcart {
	position: absolute;
	right: -10px;
	top: 0;
	color: #dc3545;
	display: none;
}
.cart-block .child-container .campdetails:hover .removecampfromcart {
	display: block;
}
.cart-block .child-container .campdetails .campnametext {
	display: inline-block;
	width: calc(100% - 124px);
	line-height: 1.1rem;
	margin-bottom: 8px;
}
.cart-block .child-container .campdetails .campnametext select {
	padding: 0 5px;
	width: auto;
	font-size: 12px;
	color: #6e6b6b;
}
.cart-block .child-container .campdetails .pricetext {
	width: 124px;
	display: inline-block;
	float: right;
	text-align: right;
	padding-right: 5px;
}
.cart-block .totalamount-block h6,
.cart-block.paymenttab-cart-block .totalamount-block h4 {
	margin-bottom: 0;
	display: inline-block;
	width: calc(100% - 100px);
}
.cart-block.paymenttab-cart-block .totalamount-block .totalamounttext {
	font-size: 16px;
}
.cart-block .totalamount-block span {
	display: inline-block;
	width: 90px;
	text-align: right;
	float: right;
	padding-right: 5px;
	font-weight: bolder;
}
.cart-block.paymenttab-cart-block .child-container .campdetails .removecampfromcart {
	display: none;
}
.highlighted-note {
	color: #cf571b;
	margin-top: 2px;
}
.wavier-container h4,
.wavier-container h5,
.wavier-container h6,
.wavier-container p {
	font-family: 'Roboto',sans-serif;
}
.wavier-container h4,
.wavier-container h5,
.wavier-container h6 {
	font-weight: 600;
}
.wavier-container p {
	text-align: justify;
	color: #25292f;
}
.wavier-container .wavier_placeholder {
	border-bottom: 1px solid #000;
	display: inline-block;
	vertical-align: baseline;
	padding: 1px 5px;
	line-height: 1.4rem;
	min-width: 100px;
}
.wavier-container .wavier_highlighted {
	background-color: #fff000;
}
.wavier-container select.inline-select {
	width: auto;
	height: auto;
	padding: 0;
	font-size: 14px;
	color: #25292f;
	background-color: #fff555;
}
.wavier_placeholder.childname {
	width: 86%;
	font-weight: normal;
}
.wavier_placeholder.childage {
	width: 150px;
}
.wavier_placeholder.childname,
.wavier_placeholder.childage,
.wavier_placeholder.guardiansignature,
.wavier_placeholder.wavierdate {
	font-weight: normal;
}
.wavier_placeholder.guardiansignature {
	width: 70%;
}
.wavier_placeholder.wavierdate {
	width: 80%;
}
.wavier-container ul {
	padding-left: 20px;
	list-style: none;
	color: #25292f;
}
.wavier-container ul li {
	padding-bottom: 4px;
	margin-bottom: 0;
}
.wavier-container ul li.form-group label.icheck-label {
	font-family: 'Roboto',sans-serif;
	letter-spacing: inherit;
	font-weight: 600 !important;
	margin-bottom: 0;
}
.wavier-container .icheckbox_minimal-red {
	margin-top: -3px;
}
.dt-sc-toggle-frame-set.boxed-heading {
	border: 1px solid #e5e5e5;
}
.dt-sc-toggle-frame-set.boxed-heading .dt-sc-toggle-accordion {
	background-color: #818181;
	padding: 5px 42px 5px 20px;
	margin-bottom: 5px;
}
.dt-sc-toggle-frame-set.boxed-heading .dt-sc-toggle-accordion a,
.dt-sc-toggle-frame-set.boxed-heading .dt-sc-toggle-accordion.active a {
	color: #fff;
}
.dt-sc-toggle-frame-set.boxed-heading .dt-sc-toggle-accordion:before {
	left: auto;
	right: 1px;
}
.dt-sc-toggle-frame-set.boxed-heading .dt-sc-toggle-accordion:before,
.dt-sc-toggle-frame-set.boxed-heading .dt-sc-toggle-accordion.active:before {
	background-color: #818181 !important;
	color: #fff !important;
	border: none;
	font-size: 26px;
	top: 8px;
	right: 5px;
	content: "\f105"
	/*transition: ease .5s;*/
	/*transform: rotate(-90deg);*/
}
.dt-sc-toggle-frame-set.boxed-heading .dt-sc-toggle-accordion.active:before {
	transform: rotate(90deg);
}
.dt-sc-toggle-frame-set.boxed-heading .dt-sc-toggle-content {
	margin: 0;
	padding: 15px 20px;
}
.activity.categorybox {
	margin-bottom: 12px;
}
.activity.categorybox .boxcontent {
	height: 370px;
	overflow-x: auto;
	padding: 0 10px;
}
.activity.categorybox .boxcontent ul {
	padding-left: 30px;
}
.activity.categorybox .boxcontent ul li {
	position: relative;
}
.activity.categorybox .boxcontent ul li:before {
	position: absolute;
	top: -2px;
	left: -20px;
	content: "\f058";
	font-family: fontAwesome;
	color: #444;
	font-size: 20px;
}

.activity.categorybox .boxcontent ul li.fullycheck:before {
	 content: "";
	 cursor: not-allowed;
     pointer-events: all !important;
}

.activity.categorybox .boxcontent ul li.selected:before {
	color: #28a745;
}

.activity.categorybox .boxcontent ul li.fullycheck:before {
	 cursor: not-allowed;
     pointer-events: all !important;
}
.activity.categorybox .boxcontent .campdetailtext {
	line-height: 1.1rem;
	font-size: 15px;
	margin-bottom: 5px;
}
.legend-block p {
	text-align: right;
	margin-bottom: 0 !important;
	padding-top: 2px;
}
.legend-block.duepayments p {
	text-align: center;
	margin-bottom: 20px !important;
}
#addtocartmodal .form-group.beforeaftercampcare {
	margin-left: 27px;
	margin-top: -10px;
	display: none;
}
#addtocartmodal .form-group.daycare-start-end-time {
	margin-left: 30px;
	display: none;
}
#addtocartmodal .form-group.daycare-start-end-time label {
	margin-bottom: 0;
}
#addtocartmodal .form-group.daycare-start-end-time select {
	/*display: inline-block;*/
	width: auto;
	font-size: 14px;
}
@media(max-width: 960px) {
	.cart-block {
		width: 100%;
		margin-top: 0;
		margin-bottom: 30px;
		clear: both !important;
	}
	.tabs-block {
		width: 100%;
	}
}
@media(max-width: 960px) {
	.cart-block {
		width: 100%;
		margin-bottom: 30px;
		clear: both !important;
	}
	.tabs-block {
		width: 100%;
	}
}
@media(max-width: 767px) {
	#progressbar li {
		width: 19%;
	}
	.custom-step-registration {
		margin: 0px auto 40px;
	}
	.wavier_placeholder.childname,
	.wavier_placeholder.childage,
	.wavier_placeholder.guardiansignature,
	.wavier_placeholder.wavierdate {
		width: 100%;
	}
}
@media(max-width: 499px) {
	.contactsrow-in  > div,
	.guardiansrow-in > div {
		width: 100%;
	}
	.guardiansrow-in,
	.contactsrow-in {
		padding: 15px 15px 0 15px;
	}
	.guardiandeletecol,
	.contactdeletecol {
		margin-right: 0;
		right: 0;
		top: -4px;
	}
}
@media(max-width: 479px) {
	.custom-step-registration {
		margin: 0px auto 40px;
	}
	#progressbar {
		margin-bottom: 0;
	}
	#progressbar li h4 {
		font-size: 18px;
	}
}
@media(max-width: 349px) {
	#progressbar li h4 {
		font-size: 14px;
	}
}
/****************** REGISTRATION STEP STRUCTURE CSS END ***********************/

/****************** PAYMENT PAGE CSS START ***********************/

table.registration-due-table {
	width: auto;
	margin: 0 auto 20px;
}
table.pay-daycare-details {
	margin-bottom: 0;
}
table.pay-daycare-details thead th {
	background-color: transparent;
	color: #6e6b6b;
	padding: 10px;
	line-height: 1.2rem;
	font-family: 'Bubblegum Sans', cursive;
	border-color: #bbb;
}
table.pay-daycare-details tbody td {
	padding: 10px;
	font-family: 'Bubblegum Sans', cursive;
	background: #fff;
}
table.pay-daycare-details table {
	margin-bottom: 0;
}
table.pay-daycare-details table,
table.pay-daycare-details table td,
table.pay-daycare-details table th {
	background-color: #f7f7f7;
}
table.pay-daycare-details table th {
	border-color: #f0f0f0;
}
@media(max-width: 499px) {
	#formdaycaredue .dt-sc-titled-box-title {
		font-size: 14px;
	}
}
@media(max-width: 349px) {
	#formdaycaredue .dt-sc-titled-box-title {
		font-size: 12px;
	}
}
/****************** PAYMENT PAGE CSS END ***********************/

/****************** BOOKING HISTORY PAGE CSS START ***********************/
.booking-history-block {
	background-color: #fff;
	padding: 25px;
	margin-bottom: 30px;
}
.booking-history-block h4.title {
	text-align: left;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 5px;
}
.booking-history-block table thead th {
	background-color: transparent;
	color: #6e6b6b;
	line-height: 1.2rem;
	font-family: 'Bubblegum Sans', cursive;
	padding: 5px;
	/*border-color: #bbb;*/
}
.booking-history-block table tbody td {
	font-family: 'Bubblegum Sans', cursive;
	/*background: #fff;*/
	padding: 10px 5px;
}
.booking-history-block .custom-pagination {
	margin-bottom: 0;
}
.booking-history-block .custom-pagination ul.pagination {
	text-align: right;
	float: none;
	margin: 0;
}
.booking-history-block .dt-sc-titled-box.burnt-orange h4.dt-sc-titled-box-title {
	font-size: 16px;
}
/****************** BOOKING HISTORY PAGE CSS END ***********************/

/****************** ASK TO AUTHENTICATE MODAL CSS START ***********************/
#asktoauthenticate .modal-box,
#addtocartmodal .modal-box {
    width: 400px;
}
#addtocartmodal .modal-box {
    width: 450px;
}
#asktoauthenticate .modal-box .modal-content .modal-body {
    padding: 30px;
}
#asktoauthenticate .btn {
    min-width: 140px;
}

#asktocontact .modal-box,
#addtocartmodal .modal-box {
    width: 400px;
}
#addtocartmodal .modal-box {
    width: 450px;
}
#asktocontact .modal-box .modal-content .modal-body {
    padding: 10px 20px 30px 20px;
}
.modal-header a.dt-sc-button.small.btn-primary.mt0.btn {
    margin: 5px!important;
}
#asktocontact .btn {
/*    min-width: 140px;*/
	max-width: 11%;
}

@media(max-width: 767px) {
	#asktoauthenticate .modal-box,
	#addtocartmodal .modal-box {
	    margin: 15px auto 0;
	}
}

@media(max-width: 767px) {
	#asktocontact .modal-box,
	#addtocartmodal .modal-box {
	    margin: 15px auto 0;
	}
}

@media(max-width: 499px) {
	#asktoauthenticate .modal-box,
	#addtocartmodal .modal-box {
	    width: auto;
	    margin: 10px;
	}
}

@media(max-width: 499px) {
	#asktocontact .modal-box,
	#addtocartmodal .modal-box {
	    width: auto;
	    margin: 10px;
	}
}

@media(max-width: 379px) {
	#asktoauthenticate .btn {
	    width: 100%;
	    margin-bottom: 5px;
	}
}

@media(max-width: 379px) {
	#asktocontact .btn {
		width: 100%;
	    margin-bottom: 5px;
	}
}
#yearcheckmodal .modal-box,
#addtocartmodal .modal-box {
    width: 400px;
}
#addtocartmodal .modal-box {
    width: 450px;
}
#yearcheckmodal .modal-box .modal-content .modal-body {
    padding: 10px 20px 30px 20px;
}
.modal-header a.dt-sc-button.small.btn-primary.mt0.btn {
    margin: 5px!important;
}
#yearcheckmodal .btn {
/*    min-width: 140px;*/
	max-width: 11%;
}

@media(max-width: 767px) {
	#yearcheckmodal .modal-box,
	#addtocartmodal .modal-box {
	    margin: 15px auto 0;
	}
}

@media(max-width: 499px) {
	#yearcheckmodal .modal-box,
	#addtocartmodal .modal-box {
	    width: auto;
	    margin: 10px;
	}
}

@media(max-width: 379px) {
	#yearcheckmodal .btn {
	    width: 100%;
	    margin-bottom: 5px;
	}
}


/****************** ASK TO AUTHENTICATE MODAL CSS END ***********************/

/****************** EMPTY CART MODAL CSS START ***********************/
#notifycartemptymodal .modal-box.modal-md {
    width: 380px;
}
@media(max-width: 767px) {
	#notifycartemptymodal .modal-box.modal-md {
	    margin: 10px auto;
	}
}
@media(max-width: 499px) {
	#notifycartemptymodal .modal-box.modal-md {
	    width: auto;
	    margin: 10px;
	}
}
/****************** EMPTY CART MODAL CSS END ***********************/

/*****************THANK YOU PAGE CSS START**************************/

.thanku-block i {
	color: #28a745;
	font-size: 70px;
}

.thanku-block h2 {
	padding-top: 5px;
    color: #28a745;
}
/*****************THANK YOU PAGE CSS END**************************/

.product-details.category-details {
	padding: 10px;
	min-height: 400px;
	max-height: 400px;
	overflow: auto;
}
.product-details.category-details h4 {
	margin-bottom: 15px;
}
.product-details.category-details ul li {
	margin-bottom: 3%;
}
.product-details.category-details ul li:last-child {
	margin-bottom: 0;
}
.product-details.category-details .campdetailtext {
	line-height: 1.1rem;
    font-size: 15px;
    margin-bottom: 5px;
    padding-right: 15px;
    position: relative;
}

.product-details.category-details .campdetailtext sup {
	font-size: 12px;
	vertical-align: super;
	line-height: inherit;
}
.product-details.category-details::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}
.product-details.category-details::-webkit-scrollbar {
	width: 6px;
	background-color: #ddd;
}
.product-details.category-details::-webkit-scrollbar-thumb {
	background-color: #ccc;
}
.product-details.category-details::-webkit-scrollbar-track {
	background-color: #e6e6e6;
}

.activity.categorybox .boxcontent::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}
.activity.categorybox .boxcontent::-webkit-scrollbar {
	width: 8px;
	background-color: #ddd;
}
.activity.categorybox .boxcontent::-webkit-scrollbar-thumb {
	background-color: #aaa;
}
.activity.categorybox .boxcontent::-webkit-scrollbar-track {
	background-color: #eee;
}
ul.products li.dt-sc-one-third.column:nth-child(3n+1),
ul.products li.dt-sc-one-fourth.column:nth-child(4n+1) {
	clear: initial;
}

/***************** LIABILITY WAIVER PDF START **************************/
body.liability-waiver {
	margin: 0;
	background-color: #fff;
	color: #2f2f2f;
}
.liability-waiver .top-centered-logo {
	text-align: center;
	margin-bottom: 20px;
}
.liability-waiver .top-centered-logo img {
	width: 200px;
}
.liability-waiver .top-centered-logo .heading-text {
	font-style: italic;
	color: #2f2f2f;
	border-bottom: 4px solid #cf571b;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	font-family: 'Roboto',sans-serif;
}
.liability-waiver .top-centered-logo .sub-heading-text {
	margin: 0px 0;
	color: #2f2f2f;
	line-height: 1.1rem;
}
.liability-waiver .content {
	margin-top: 10px;
}
.liability-waiver .content span.bold {
	font-weight: 600;
	color: #2f2f2f;
}
.liability-waiver .content .dt-sc-three-fourth {
	width: 74%;
}
.liability-waiver .content .dt-sc-one-fourth {
	width: 23%;
}
.liability-waiver .content .wavier_placeholder {
	color: #2f2f2f;
	line-height: 0.8rem;
}
.liability-waiver .content .isallowed_dropdown_text {
	background-color: #fff555;
	color: #25292f;
}
.liability-waiver .content .initial_text {
	border-bottom: 1px solid #000;
	vertical-align: baseline;
	padding: 1px 5px;
	line-height: 1.4rem;
	color: #2f2f2f;
	min-width: 100px;
}
.liability-waiver .content .free_text {
	vertical-align: baseline;
	padding: 1px 5px;
	line-height: 1.4rem;
	color: #2f2f2f;
}
.liability-waiver .content table.main-table {
	width: 100%;
	background-color: #fff;
	border: none;
	text-align: left;
	margin-bottom: 10px;
}
.liability-waiver .content table.main-table td {
	padding: 0;
	background-color: #fff;
	border: none;
	text-align: left;
}
.liability-waiver .content table.main-table td.seperator {
	width: 20px;
	padding: 0;
	background-color: #fff;
	border: none;
	text-align: center;
}
.liability-waiver .content table.main-table td.seperator span {
	display: block;
	margin-bottom: 15px;
	color: #2f2f2f;
}
.liability-waiver .content table.initial {
	width: auto;
	background-color: #fff;
	border: none;
	text-align: left;
	margin-bottom: 15px;
}
.liability-waiver .content table.initial td {
	border: none;
	padding: 0;
}
.liability-waiver .content table.checkbox-listing {
	width: auto;
	background-color: #fff;
	border: none;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
/*.liability-waiver .content table.checkbox-listing tr td {*/
.liability-waiver .content table.checkbox-listing tr td.checkbox-label {
	border: none;
	background-color: #fff !important;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
.liability-waiver .content table.checkbox-listing tr td.checkbox {
	padding: 0px 0px 0px 20px;
	color: #25292f;
	width: 18px;
	color: red;
}
.liability-waiver .content table.checkbox-listing tr td.checkbox .icheckbox_minimal-red {
	margin-right: 0;
	width: 18px;
	height: 18px;
}
.liability-waiver .content table.checkbox-listing tr td.checkbox-label {
	padding: 0px 5px 0px 5px;
	color: #25292f;
}
.liability-waiver .content table.checkbox-listing.waiver-agreed {
	margin-bottom: 40px;
}
.liability-waiver .content table.checkbox-listing.waiver-agreed tr td.checkbox {
	padding-left: 0;
}
.liability-waiver .content table.checkbox-listing.waiver-agreed tr td.checkbox-label {
	font-size: 16px;
	font-weight: 600;
}

/***************** LIABILITY WAIVER PDF END **************************/

/***************** CREDIT HISTORY PAGE CSS START *************************/
.credit-box {
	float: right;
    display: inline-block;
    padding: 10px 20px;
    background-color: #008c99;
    color: #fff;
    font-family: 'Bubblegum Sans', cursive;
}
.credit-box .credit-box-text {
	display: block;
	font-size: 16px;
}
.credit-box .credit-box-number {
	display: block;
	font-size: 20px;
}

@media(max-width: 767px) {

	.credit-box {
		float: none;
		margin-bottom: 15px;
		display: block;
	}
}

/***************** CREDIT HISTORY PAGE CSS END *************************/

/***************** COVID 19 UPDATES PAGE CSS START *************************/
.covid-19-text p {
	margin-bottom: 15px;
}
.covid-19-text ol.decimal {
	font-size: 16px;
	font-family: 'Bubblegum Sans', cursive;
	margin: 10px 0;
	padding-left: 40px;
}
.covid-19-text ol.decimal li {
	padding-left: 5px;
}
.covid-19-text .highlighted-text {
	font-weight: 600;
	color: #008c99;
}
@media(max-width: 767px) {

	.covid-19-text ol.decimal {
		padding-left: 30px;
	}
}
/***************** COVID 19 UPDATES PAGE CSS END *************************/
.camper-min-year{
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    margin-top: -20px;
    font-size: 25px;
    position: relative;
    float: left;
    clear: both;
    font-family: 'Bubblegum Sans', cursive;
    background-color: #fff;
}
.head-camper-min-year{
    width: 100%;
    font-size: 20px;
    font-family: 'Bubblegum Sans', cursive;
}
@media(max-width: 767px) {
    .head-camper-min-year{
        position: inherit;
        clear: both;
    }
}
@media(max-width: 499px) {
    .head-camper-min-year{
        position: inherit;
        clear: both;
    }
}
@media(max-width: 379px) {
    .head-camper-min-year{
        position: inherit;
        clear: both;
    }
}

/* GALLERY CSS START */
.gallary-content .product-details {
	min-height: 57px;
	padding: 10px 10px;
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}
.gallary-content .product-thumb:hover {
	cursor: pointer;
}
.gallary-content .product-details h5 {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gallary-content .product-details p {
	line-height: .9rem;
    margin-bottom: 0;
    color: #818181;
    width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gallary-content .product-thumb .view-btn {
	position: absolute;
    top: 46%;
    left: -1px;
    right: 0px;
    margin: -10px auto 0px;
    text-align: center;
    display: block;
    font-size: 38px;
    color: #fff;
}
#asktoauthenticatetoseeprivategallery .modal-box,
#asktoauthenticatetoseeprivategallery .modal-box {
	width: 400px;
}

#asktocontact .modal-box,
#asktocontact .modal-box {
	width: 350px;
}


.gallary-content .view-album .product-thumb {
	height: 220px;
}
.gallary-content .view-album .product-thumb a img,
.gallary-content .view-album .product-thumb a video {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.front-portfolio .image-overlay .zoom {
	top:55%;
	margin:-23px -15px 0px 0px;
	right:0px;
}
.front-portfolio:hover .zoom {
	right:50%;
}
@media (max-width: 1199px) {
	.gallary-content .view-album .product-thumb {
		height: 180px;
	}
}
@media (max-width: 959px) {
	.gallary-content .view-album .product-thumb {
		height: 140px;
	}
}
@media (max-width: 767px) {
	.gallary-content .custom-gallary.view-album {
		float: left;
		width: 48%;
		margin:  0px 0px 0px 2%;
		margin-bottom: 2%;
	}
	.gallary-content .view-album .product-thumb {
		height: 122px;
	}
	#asktoauthenticatetoseeprivategallery .modal-box {
		margin: 15px auto 0;
	}

	#asktocontact .modal-box {
		margin: 15px auto 0;
	}

	#yearcheckmodal .modal-box {
		margin: 15px auto 0;
	}
}
@media (max-width: 499px) {
	#asktoauthenticatetoseeprivategallery .modal-box {
		width: auto;
		margin: 10px;
	}

	#asktocontact .modal-box {
		width: auto;
		margin: 10px;
	}

	#yearcheckmodal .modal-box {
		width: auto;
		margin: 10px;
	}
}
@media (max-width: 429px) {
	.gallary-content .custom-gallary.view-album {
		float: left;
		width: 100%;
		margin-bottom: 2%;
	}
	.gallary-content .view-album .product-thumb {
		height: 140px;
	}
	#asktoauthenticatetoseeprivategallery .btns-container a {
		width: 100%;
		margin-bottom: 5px;
	}

	#asktocontact .btns-container a {
		width: 100%;
		margin-bottom: 5px;
	}

	#yearcheckmodal .btns-container a {
		width: 100%;
		margin-bottom: 5px;
	}
}
/* GALLERY CSS END */


/* WAITLIST MODAL CSS START */
#asktocontactforwaitlist a.dt-sc-button.btn-primary {
	line-height: 24px;
    border-radius: 4px;
}
#waitlistform button.dt-sc-button.small {
	line-height: 24px;
	border-radius: 4px;
}
#waitlistform .modal-header {
	padding: 5px 0 0 0;
    margin-bottom: 20px;
    position: relative;
}
#waitlistform .modal-header h4 {
	margin-bottom: 15px;
	padding-right: 30px;
}
#waitlistform .modal-header .close-btn {
	position: absolute;
    top: 5px;
    right: 5px;
    font-size: 22px;
}
#waitlistform .form-group label {
	font-size: 13px;
	margin-bottom: 0;
}
#waitlistform .form-group {
	margin-bottom: 10px;
}
#waitlistform .form-control {
	font-size: 14px;
	padding: 8px 10px;
}
#waitlistform .body-content {
	display: inline-block;
	padding: 0 10px 10px;
	width: 100%;
}
input[type="text"]:disabled {
	background-color: #f0f3f3;
}
#waitlistform .inputfilecontainer {
	background-color: #fff;
    border: 1px solid #ccc;
    height: 34px;
    border-radius: 0px;
}
#waitlistform .inputfilecontainer .icheck-label.custom {
	margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 8px;
    font-size: 12px;
}
#waitlistform .disclaimer-text {
	line-height: 1.2rem;
}

.studentsrow-in {
	padding: 15px 50px 0 15px;
	border: 2px solid #9A9A9A;
	background-color: #eee;
	margin-bottom: 15px;
	position: relative;
}
.studentdeletecol {
	position: absolute;
	right: 5px;
	top: 5px;
	opacity: 0;
	-webkit-transition  : opacity ease-in-out 0.3s;
    -o-transition       : opacity ease-in-out 0.3s;
    transition          : opacity ease-in-out 0.3s;
}
.studentsrow input[type=text],
.studentsrow input[type=password] {
	border: 1px solid #ccc;
}
.studentsrow-in:hover .studentdeletecol {
	opacity: 1;
}

.studentsrow-in  > div {
	width: 240px;
	display: inline-block;
	margin-right: 8px;
}
.studentsrow-in > .studentdeletecol {
	display: inline-block;
	width: auto !important;
	font-size: 20px;
}
.studentsrow-in > .studentdeletecol a {
	cursor: pointer;
	color: #dc3545;
}
.studentsrow .studentnumber {
	margin-top: 5px;
	margin-bottom: 0px;
}
.addnewstudentbtndiv {
	clear: both;
	margin-bottom: 20px;
}
.addnewstudentbtndiv a:hover {
	color: #fff;
}
.waitlistdetails .detailtable table tbody td {
	padding: 10px;
}
.waitlistdetails .table-label {
	text-align: left;
    font-weight: 600;
    width: 120px;
}
.waitlistdetails .table-seperator {
	width: 40px;
    text-align: center;
    font-weight: 600;
}
.waitlistdetails .table-value {
	text-align: left;
}
img.tiktok {
    height: 20px;
}
img.tiktokblack {
    height: 14px;
}
@media (max-width: 991px) {
	#waitlistform.modal {
		padding-top:  30px;
	}
	#waitlistform .modal-box.modal-lg {
		width: 720px;
	}
	#waitlistform .studentsrow-in > div {
		width: 190px;
	}
	#waitlistform .studentsrow-in .studentdeletecol {
		opacity: 1;
	}
}
@media (max-width: 767px) and (min-width: 576px) {
	#waitlistform .modal-box.modal-lg {
		width: auto;
	}
	#waitlistform.modal {
		padding-top:  0px;
	}
	#waitlistform .dt-sc-one-half {
		width: 48.9%;
	}
	#waitlistform .studentsrow-in > div {
		width: 137px;
	}
}
@media (max-width: 575px) {
	#waitlistform .modal-box.modal-lg {
		width: auto;
	}
	#waitlistform .modal-box .modal-content .modal-body {
		padding: 10px;
	}
	#waitlistform .column {
		margin: 0;
	}
	#waitlistform .modal-header {
		margin-bottom: 10px;
	}
	#waitlistform .body-content {
		padding: 0 5px 5px;
	}
	#waitlistform .studentsrow-in > div {
		width: 100%;
		margin-right: 0;
	}
}
/* WAITLIST MODAL CSS END */

/* SURVER QUESTION START */
.inputfilecontainer.howdidyouhearabtus {
	padding: 10px 0;
}
.inputfilecontainer.howdidyouhearabtus label {
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
/* SURVER QUESTION END */

/* FAQ PAGE CSS START */
@media only screen and (max-width: 1240px) and (min-width: 960px){
 	#main-menu > ul.menu > li > a {
 		padding: 0px 6px;
 	}
 	.header-book-button {
 		margin: 15px 5px;
 	}
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
	.container {
		width: calc(100% - 20px);
	}
	.header-book-button {
		margin: 15px 5px;
		padding: 8px 10px !important;
	}
}
body {
	counter-reset: FaqCounter;
}
.faq .dt-sc-toggle-content {
	font-size: 16px;
	line-height: 1.5rem;
	font-family: 'Bubblegum Sans', cursive;
}
.faq h5.dt-sc-toggle-accordion a {
	font-family: 'Bubblegum Sans', cursive;
	font-weight: normal;
	font-size: 18px;
}
.faq.course h5.dt-sc-toggle-accordion:before {
	counter-increment: FaqCounter;      /* Increment the Serial counter */
  	content: counter(FaqCounter); /* Display the counter */
}
/* FAQ PAGE CSS END */

.icons_disable {
	pointer-events: unset;
    cursor: not-allowed;
    opacity: .6;
}
.w-96 {
	Width: 96%;
}

/* Tiktok icon changes css */

header ul.dt-sc-social-icons li a.tiktok {
    border-color: #34b3d3;
}

header ul.dt-sc-social-icons li a.tiktok span {
    border-color: #34b3d3;
    background: #34b3d3;
}

header ul.dt-sc-social-icons li a.tiktok:before {
    content: " ";
    background-image: url(https://campmusart.com/front/images/tiktok.svg);
    height: 14px;
    width: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.fa-tiktok:before {
    content: " ";
    content: " ";
    background-image: url(https://campmusart.com/front/images/tiktokwhite.svg);
    height: 14px;
    width: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    color: #fff;
}

.footer-links .tiktok img{
	height:17px;
}

header ul.dt-sc-social-icons li a.tiktok {
	border-color: #34b3d3;
}

/* Tiktok icon changes css ends */

/* Discount code css */
#discountcodesection .height42 {
	height:42px;
}
.f14 { font-size: 14px; }
/* Discount code css ends */
/*monika css New Booking History*/
.new-booking-history .coupon-div {
    display: flex;
    justify-content: end;
    align-items: center;
}
.new-booking-history th {
    background: transparent;
    color: #6e6b6b;
}
.dt-sc-button.default {
	padding: 16px 18px;
	height: 34px;
    line-height: 0;
}
@media (max-width: 767px) {
	.new-booking-history .coupon-div {
	    display: block;
	}
	.new-booking-history .dt-sc-one-fifth {
	    width: 100%;
	}
	.new-booking-history .new-table-responsive {
	    overflow: scroll;
	}
}

/* PARTIAL PAYMENT DISCOUNT CODE CSS */
/* FOR DESKTOP */
.width-350 {
	width: 350px
}
@media(max-width: 767px) {

	.pull-float-none {
		float: none !important;
	}
	.width-200 {
		width: 200px;
	}
}

.ml25 { margin-left: 25px; }
.f13 { font-size: 13px; }
.redfox-textcolor {
	color: #cf571b;
}

/* #6092: UI: Add Using iOS? Css Start */
.ios-input {
    position: relative;
}
.ios-input input.form-control {
    padding-right: 118px;
}
.ios-check {
    position: absolute;
    top: 45px;
    right: 18px;
}
@media(max-width: 767px) {
	.ios-check {
		position: unset;
		margin-top: 10px;
	}
	.ios-input input.form-control {
		padding-right: 18px;
	}
}
/* #6092: UI: Add Using iOS? Css End */
.float-left-div {
	float: left;
	width: 100%;
}