/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 2.1.1555062815
Updated: 2019-04-12 09:53:35

*/

html body{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #093F7C;
	line-height: 24px;
}
a.loginclr {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
ul,
.widget_text ul{
	margin: 0 !important;
	padding: 0;
}
li{
	list-style: none;
}
a,a:hover{
	text-decoration: none;
}
a:focus,
button:focus{
	outline: none;
}
strong{
	font-weight: 600;
}
.bgcvrcntr{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
h2,h4,h5{
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: inherit;
}
h2{
	font-size: 32px;
	line-height: 40px;
}
h4{
	font-size: 25px;
	line-height: 36px;
}
h5{
	font-size: 20px;
	line-height: 26px;
	letter-spacing: inherit;
}
.mtb70px{
	margin-top: 70px;
	margin-bottom: 70px;
}
.mt70px{
	margin-top: 70px;
}
.mb40px{
	margin-bottom: 40px;
}
.mb20px{
	margin-bottom: 20px;
}
.mb70px{
	margin-bottom: 70px;
}
.ptb70{
	padding-top: 70px;
	padding-bottom: 70px;
}
.cmnbutton {
	padding: 13px 36px;
	background: #FFCA04;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-weight: 600;
}
.cmnbutton:hover {
	background: #051953;
	color: #fff;
}
.cmnbluebutton{
	background: #051953;
	color: #fff;
	padding: 11px 24px;
	font-weight: 600;
}
.cmnbluebutton:hover{
	background: #FFCA04;
}


/*Top Header Css*/
.topHeader {
    background: #fff;
    padding: 10px 0;
   /* position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    right: 0;*/
}
.tophdleft p {
	margin: 0 0 0 10px;
	float: left;
}
.topHeader li{
	display: inline-block;
	color: #093F7C;
}
.topsocial li{
	margin-right: 15px;
}
.topsocial li a{
	color: #093F7C;
}
.topnumber li{
	margin-left: 15px;
}
.topnumber li i{
	margin-right: 8px;
}

/* Header Css*/
.deskheader{
	display: block;
}
.mobileheader{
	display: none;
}
.mobileheader .container::before,.mobileheader .container .row::before,.mobileheader .container .row::after{
	display:none;
}
.deskheader .row {
    align-items: center;
}
.mainheader {
    background: #051953;
    padding: 10px 0;
    /*position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 44px;*/
}
.mainheader.deskheader{
    padding: 15px 0;    
}
.deskheader .mainmenu > .menu-main-menu-container,
.deskbookmenu {
	float: right;
}
.topheadermn.fixedhd {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
.mainmenu li {
    display: inline-block;
    margin-left: 16px;
}

/*.mainmenu li a{
    color: #fff;
    font-size: 16px;
}*/
.mainmenu li a:hover{
    color: #FFCA04;
    text-decoration: none;
}
.mainmenu li.current_page_item a{
    color: #d2af36;
}
.bookmenu a,
.deskbookmenu a {
    padding: 10px 16px;
    background: #FFCA04;
    border-radius: 4px;
    color: #051953 !important;
}
.bookmenu a {
	margin-right: 12px;
}
.mobilemenuToggle,
.mobilemenuclose{
	display: none;
}
nav.headnav {
    background: #1f3678;
    padding: 15px 0;
   /* position: fixed;
    top: 154px;
    left: 0;
    right: 0;
    z-index: 9999;*/
}
.mainnavmenu li {
    display: inline-block;
    margin: 0 10px;
}
.mainnavmenu li.current_page_item a{
    color: #d2af36;
}
.mainnavmenu li a:hover{
    color: #d2af36;
}
.headnav a {
    color: #fff;
    font-size: 14px;
}
.loginmenu li {
    display: inline-block;
    margin-right: 12px;
}
.loginmenu li a{
    color:#fff;
}
.loginmenu li a:hover{
    color: #d2af36;
}

/*Banner Section Css*/
.bannerimg {
    height: 630px;
    position: relative;
}
.homebanner .item {
    position: relative;
}
.homebanner .bannertext {
	position: absolute;
	left: 50%;
	margin: auto;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 750px;
	text-align: center;
	background: rgba(0,0,0,0.3);
	padding: 30px;
	width: 100%;
}
.bannertext h1 {
	font-size: 44px;
	font-weight: 700;
	line-height: 65px;
	color: #fff;
	margin-bottom: 18px;
}
.bannertext p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    font-weight: 500;
}
.bannertext h1 span{
	color: #FFCA04;
}
.bannertext a {
	background: #FFCA04;
	color: #fff;
	padding: 14px 34px;
	font-size: 20px;
	font-weight: 500;
	border-radius: 4px;
	margin-top: 20px;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.bannertext a:hover{
	background: #051953;
}

.homebanner .owl-carousel .owl-nav button{
	height: 50px;
	width: 50px;
	background: #051953;
	color: #fff;
	font-size: 22px;
	opacity: 1;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.homebanner .owl-carousel .owl-nav button.owl-prev{
	left: 30px;
}
.homebanner .owl-carousel .owl-nav button.owl-next{
	right: 30px;
}

.signatureimg.wpb_single_image img{
	max-width: 200px;
}


.whtdosldr .wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content {
    position: static;
    padding: 40px;
    transform: translate(0);
    max-width: 900px;
    
}
.whtdosldr .wpsisac-slick-slider.design-3 .wpsisac-slider-content .wpsisac-bg-overlay {
    width: 100%;
}
.whtdosldr .whatsldimg {
    padding: 9% 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whtdosldr .wpsisac-image-slide,.whtdosldr .wpsisac-slide-wrap {
    height: 100%;
}


/*Our Classes Section*/

.classImg {
	height: 270px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.classImg::after {
	position: absolute;
	content: "\f06e";
	height: 100%;
	width: 100%;
	background: rgba(5,25,83,0.6);
	font-family: fontawesome;
	color: #fff;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top:0;
}
.ourclsrow .col-md-4:hover .classImg::after{
	transform: scale(1);
}
.ourclsrow .title {
    margin-bottom: 10px;    
}
.ourclsrow .title a{
	color: #093F7C;
}
.ourclsrow p:empty {
    margin: 0;
}
.ourclsrow .entry {
	border: 1px solid #f3f3f3;
	padding: 20px;
	text-align: center;
	background: #f7f7f7;
}

/*Lighten Section*/
.appointform > .vc_column-inner{
	padding-top: 0 ;
	padding-bottom: 0;
}
.appointform > .vc_column-inner > .wpb_wrapper {
	background: #639edb;
	padding: 40px;
}
.appointform h4{
	color: #fff;
}
.appointform br{
	display: none;
}
.appointform span{
	margin-bottom: 10px;
	display: block;
}
.appointform input{
	height:44px;
	color: #666;
}
.appointform textarea{
	height: 118px;
	color: #666;
}
.appointform p{
	margin: 0;
}
.appointform input::-webkit-input-placeholder,
.appointform textarea::-webkit-textarea-placeholder {
  color: #666;
}
.appointform input::-moz-placeholder,
.appointform textarea::-moz-placeholder { 
  color: #666;
}
.appointform input:-ms-input-placeholder,
.appointform textarea:-ms-textarea-placeholder { 
  color: #666;
}
.appointform input:-moz-placeholder,
.appointform textarea:-moz-placeholder {
  color: #666;
}
.appointform .wpcf7-form-control.wpcf7-submit {
    background: #031E3E;
    color: #fff;
}
.lightenheart img {
    max-width: 60px !important;
    margin: auto;
}
.lightenheart p {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}
.lightentxt p{
	color: #fff;
}
.lightentxt .lightentext {
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 22px;
	display: inline-block;
	margin-top: 20PX;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.lightentxt .lightentext:hover {
	background: #fff;
	color: #093F7C;
}


/*Hom Gallery */
.homeglsec{
	padding-top: 70px;
	padding-bottom: 40px;
}
.galleryimg{
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.gallrygrid .col-lg-4{
	margin-bottom: 30px;
}
.galleryimg{
	position: relative;
}
.galleryimg::before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    cursor: pointer;
}
.galleryimg::after {
	background-image: url("./images/add.png");
	background-position: center center;
	background-size: 30px auto;
	content: "";
	height: 30px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease 0s;
	width: 30px;
	z-index: 9;
	cursor: pointer;
}
.galleryimg:hover::before, .galleryimg:hover::after {
	opacity: 1;
}

/*Footer Section Css*/
footer{
	background: #051953;
	padding: 40px 0;
}
footer .widget {
	padding-bottom: 20px;
}
footer .widget_text {
    padding: 0;
}
footer .col-lg-4:nth-child(2) {
	border-left: 1px solid #1F336D;
	border-right: 1px solid #1F336D;
}
footer h4,
footer li,
footer a{
	color: #fff;
}
footer .widget ul li{
	border:none;
	padding: 0 0 8px;
}
footer .widget ul li a:hover{
	color: #FFCA04;
}
footer #menu-footer-menu {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
#menu-footer-menu li{
	float: left;
	width: 50%;
}
footer a{
	box-shadow: none !important;
	text-decoration: none !important;
}
footer a:hover{
	color: #FFCA04;
}
footer .widget a img {
	box-shadow: none;
	max-width: 250px !important;
	width: 100%;
}
.timing li{
	padding: 0 0 8px;
}
.timing li span{
	float: right;
}
footer #media_image-2 {
    padding-bottom: 24px;
}
.footersocial li{
	float: left;
	margin: 0 10px 0px 0;
}
.footersocial a {
	height: 40px;
	width: 40px;
	background: #FFCA04;
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	border-radius: 50%;
	color: #051953 !important;
}
.copyright p{
	margin: 0;
	padding: 15px; 
	text-align: center;
}
.ftrsubscribe input[type="text"], .ftrsubscribe input[type="email"] {
	height: 40px;
	border-radius: 0;
	margin-bottom: 10px;
}
.ftrsubscribe input[type="submit"] {
	border-radius: 0;
	background: #FFCA04;
	color: #051953;
	font-weight: 500;
	padding: 14px 15px;
	font-size: 14px;
}

/*Our Classes Page*/
.abtclassli p{
	margin:  0;
}
.upperimgtxt {
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(211,175,55,0.8);
    padding: 8px 0;
     display: flex;
}
ul.abtclassli {
    display: flex;
    width: 130px;
}
.abtclassli li {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    font-weight: 600;
}
.abtclassli li p {
    display: flex;
    font-size: 11px;
}
.upperimgtxt > p {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding-right: 2px;
}
.abtclassli li i{
	font-size: 20px;
	color: #fff;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.allclsList {
	max-width: 800px;
	margin: auto;
}
.allclsList .class-filter li.active a{
	background: #051953;
	color: #fff;
}
.lftclsDetls h4 {
	font-size: 18px;
	margin: 0;
	font-weight: 600;
}
.lftclsDetls h4 a{
	color: #093F7C;
}
#class_list::after, #class_list::before {
	display: block;
	content: "";
	clear: both;
}
#class_list > p.dateTitle {
	background: #051953;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
}
.allclsList > ul > li > a {
	background: #e2e2e2;
	display: inline-block;
	padding: 10px 25px;
	color: #051953;
	height: 44px;
}
ul.class-filter li {
	float: left;
	margin-right: 5px;
}
.allclsList p {
	margin: 0;
}
.allclsList .class-filter {
	margin-bottom: 5px;
	width: 100%;
	float: left;
}
.allclsList ul.class-list{
	border: 1px solid #f4f4f4;
}
.allclsList ul.class-list li {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px;
	background: #f3f3f3;
}
.allclsList ul.class-list li:nth-child(even){
	background: #f8f8f8;
}
.allclsList .col-lg-3.col-md-3 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.rgtclsSeat span {
    font-size: 20px;
    font-weight: 600;
}
.filterCal {
    height: 44px;
    width: 44px;
    background: #FFCA04;
    float: left;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.lftclsDetls p a {
	color: #093F7C;
	text-decoration: underline;
}
.rgtclsSeat input[type="submit"] {
	background: #051953;
	color: #fff;
	padding: 00;
	display: inline-block;
	font-weight: 500;
	padding: 12px;
	box-sizing: border-box;
	margin-bottom: 10px;
}


/*Single Class Page */
.classSidebar h4 {
	font-size: 18px;
	margin-bottom: 15px;
}
.cmnsidebarlt li:first-child{
	padding: 0 0 10px;
}
.cmnsidebarlt li {
    border-bottom: 1px solid #dbdada;
    padding: 10px 0;
}
.cmnsidebarlt li:last-child {
    border-bottom: none;
    padding: 10px 0;
}
.cmnsidebarlt li p{
	margin-bottom: 0;	
    position: relative;
    padding-left: 30px;
}
.cmnsidebarlt li i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 20px;
	color: #d3af37;
}
.fetclsimg img{
	width: 100%;
}
.classtext {
	margin: 30px 0;
}
.classtext p:last-of-type{
	margin:0;
}
.classtrainer{
	margin-bottom: 20px;
}
.classtrainer li{
	color: #d3af37;
	display: inline-block;
	margin-right: 10px;
}
.classtrainer li a{
	color: #093F7C;
	margin-left: 10px;
}
.classSlideImg{
	height: 200px;	
}
.classslide .title a {
	font-size: 16px;
	color: inherit;
	margin-top: 10px;
	display: block;
	font-weight: 600;
}
#otherclses .owl-dots {
	position: absolute;
	width: 100%;
	top: 165px;
	z-index: 9;
	text-align: center;
}
#otherclses .owl-dots .owl-dot {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	margin: 0 4px;
}
#otherclses .owl-dots .owl-dot.active{
	background: #FFCA04;
}
.cmnlogregpop .modal-body {
	padding: 30px 30px 40px;
}
.cmnlogregpop .modal-header {
	padding: 16px 20px;
	border-bottom: 1px solid #e5e5e5;
}
.cmnlogregpop .modal-header h4 {
	margin: 0;
	display: block;
	text-align: left;
	width: 100%;
	padding-right: 60px;
	font-weight: 600;
	font-size: 22px;
}
.cmnlogregpop .close {
	position: absolute;
	top: 0;
	right: 0;
	height: 57px;
	width: 55px;
	background: #051953;
	opacity: 1;
	margin: 0 !important;
	text-shadow: none;
	font-size: 30px;
	color: #fff;
}
.cmnlogregpop .close:hover {
	background: #FFCA04;
	color: #fff;
	opacity: 1;
}
.cmnlogregpop form input {
	border: 1px solid #ccc;
	border-radius: 0;
}
.forgotpswd a{
	color: #474406;
}



/*Booking Page Css*/
.calendarDate #daterange {
	width: 100% !important;
	margin-bottom: 10px;
}
.calendarDate table.dataTable.no-footer {
	border-bottom: none;
}
.calendarDate thead {
	display: none;
}
.rightevntbox {
	padding: 15px;
	min-height: 286px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	text-align: center;
}
.rightevntbox p{
	margin: 0;
}
.rightevntbox h5 {
	margin-bottom: 10px;
	font-size: 18px;
}
.calendarDate tr {
    float: left;
    text-align: center;
    border: none;
    width: 14.11%;
    height: 140px;
    margin-bottom: 30px;
    background: #f4f4f4;
    border-bottom: 1px solid #e4e4e4;
}
.calendarDate #datepicker {
	height: 40px;
	border: 1px solid #ddd;
	max-width: 300px;
	width: 100%;
	padding: 0 12px;
	margin-bottom: 20px;
	background-image: url('./images/selectarw.png');
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 18px;
}
.calendarDate button {
	float: right;
}
.calendarDate td{
	padding: 0px !important; 
	display: block;
}
.calendarDate .sorting_1 > div:first-child {
	background: #f3f3f3;
	font-size: 16px;
	font-weight: 500;
}
.calendarDate td div:first-child {
	background: #eeeeee;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 10px;
}
.calendarDate .sorting_1 > div {
	padding: 10px 2px;
}
.calendarDate .sorting_1 > div a{
	color: #051953;
}
.calendarDate .timelink {
    padding: 10px 2px;
}
.calendarDate .timelink a {
	border: 1px solid #051953;
	padding: 1px 10px;
	box-sizing: border-box;
	color: #051953;
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.calendarDate .timelink a:hover{
    text-decoration: none;
}
.calendarDate .timelink a.active{
	background: #051953;
	color: #fff;
}
.calendarDate .dataTables_wrapper .dataTables_paginate .paginate_button {
	background: #051953;
	color: #fff !important;
	font-size: 18px;
}
.calendarDate .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #FFCA04;
	border-color: #FFCA04;
	box-shadow: none;
}
.calendarDate .dataTables_wrapper .dataTables_paginate {
	padding-top: 0;
	margin-top: 20px;
}
.calendarDate .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	background: #051953;
	opacity: 0.5;
	color: #fff !important;
}
.calendarDate .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
	background: #051953;
	border: 1px solid #051953;
	color: #fff !important;
}
.rightevntbox button {
	background: #093F7C;
	margin-top: 20px;
	padding: 10px 20px;
	min-width: 120px;
}
.rightevntbox button:hover {
	background: #FFCA04;
}
.infoForm input,
.infoForm select {
    height: 45px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 0 12px;
}
.infoForm label {
    color: #093F7C;
    font-weight: 600;
}
#payment-form .form-row {
	margin-bottom: 15px;
}
#payment-form button{
	background: #051953;
}
.dataTables_wrapper .sorting_1 {
	width: 100%;
	display: block;
}
.page-template-book-online .menu-book-menu-container {
	display: none;
}
#class_data,
#class_data2 {
    margin-top: 15px;
}
.payFormfld {
	float: left;
	width: 100%;
	padding: 20px;
}
.paymentForm {
    float: left;
    width: 100%;
    border: 1px solid #d9dbdd;
    background: #f7f7f7;
    margin-top: 20px;
    margin-bottom: 30px;
}
.payheader {
	float: left;
	width: 100%;
	background: #ededed;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.payheader h5 {
    margin: 0;
    float: left;
    font-size: 18px;
    font-weight: 600;
}
.payheader img {
    max-width: 30px;
    float: right;
}
.expiryfld{
	margin: 0 -10px;
}
.expiryfld .form-group {
	width: 50%;
	float: left;
	padding: 0 10px;
}
.payFormfld input::-webkit-input-placeholder {
  color: #9b9b9b;
}
.payFormfld input::-moz-placeholder {
  color: #9b9b9b;
}
.payFormfld input:-ms-input-placeholder {
  color: #9b9b9b;
}
.payFormfld input:-moz-placeholder {
  color: #9b9b9b;
}
input:focus{
	border-color: #031E3E;
}
.error {
	color: #D40F0F;
}

/*Contact Page Css*/
.pagetopTitle {
	background: #f4f4f4;
	padding: 40px 0;
	text-align: center;
}
.pagetopTitle h5{
	margin: 0;
}
.mncontctrow form br {
	display: none;
}
.mncontctrow form span {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	padding: 0 10px;
}
.mncontctrow form span.your-message {
	width: 100%;
}
.mncontctrow span.your-message textarea{
	height: 130px;
}
.mncontctrow form > p{
	margin: 0 -10px;
}
.mncontctrow input[type="submit"]{
	float: left;
	margin-left: 10px;
}

/*User Dashboard Page*/
.userdash .container::after, .userdash .container::before {
	display: block;
	content: "";
	clear: both;
}
.userdash{
	max-width: 700px;
	margin: 70px auto;
}
.userallinfo {    
    margin-top: 30px;
}
.usertopinfo ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tabContent div.active {
    display: block;
}
.tabContent div {
    display: none;
}
.userallinfo .tabBtn {
	width: 100%;
	float: left;
	text-align: center;
}
.tabBtn li{
	display: inline-block;
}
.tabBtn a {
	display: block;
	padding: 10px 15px;
	color: #093F7C;
	font-weight: 500;
	border: 1px solid #e1e1e1;
}
.tabBtn li.active a {
	background: #051953;
	color: #fff;
}
.userallinfo .tabContent{
	width: 100%;
	float: left;
	background: #f4f4f4;
	padding: 22px;
	position: relative;
	z-index: 1;
}
.cmninfotabli li {
	margin-bottom: 10px;
}
.tabContent strong {
	font-weight: 600;
}
.usertopinfo li:first-child {
	font-size: 16px;
}
.bookclsinfo table{
	margin-bottom: 0;
}
.bookclsinfo tr,
.bookclsinfo td{
	text-align: center;
}
.bookclsinfo tr {
	border-bottom: 1px solid #e1e1e1;
}
.bookclsinfo tr:last-child {
	border-bottom: none;
}
.hmbnrslide {
    background-size: cover;
    background-position: center center;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hmbnrslide .wpcolumns {
    max-width: 1240px !important; 
    margin: auto !important; 
    float: none !important; 
    background: rgba(0,0,0,0.5) !important; 
    padding: 30px !important; 
}
.hmbnrslide h2,
.hmbnrslide p{
    color:#fff !important; 
}
.cat-class select {
    border: 1px solid #ddd;
    min-width: 260px;
    padding: 0 10px;
    height: 45px;
    background:transparent;
}
.cmninfotabli.table-responsive {
    width: 100% !important;
}



/*Responsive Css*/

@media(max-width: 1199px){
p.clasrdlnk {
    font-size: 14px;
    min-height: 96px;
}   
}
@media(max-width: 991px){
.container {
	max-width: 900px;
}
.homebanner .bannertext {
    max-width: 590px;
}
.loginmenu li {
    margin-right: 9px;
} 
.calendarDate tr {
    width: 20%;
}
.ourclsrow .entry {
    padding: 20px 0;
}
.userallinfo .tabContent {
    padding: 0;
}
}
@media(max-width: 767px){
  
  .mobbackbtn{
        margin-bottom: 40px;
    text-align: center !important;
    float: none;
  }
  
  .mobbackbtn a {
    display: inline-block;
}
  
h2{
	font-size: 30px;
}
.mt70px {
	margin-top: 40px;
}
.ptb70{
	padding-top: 40px;
	padding-bottom: 40px;
}
.deskheader{
	display: none;
}
.mobileheader{
	display: block;
}
header .custom-logo-link img {
    max-height: 100%;
    width: 170px;
    max-width: 170px;
}
.topHeader{
	display: none;
}
.tophdleft{
	text-align: center;
	margin-bottom: 10px;
}
.topsocial {
    float: none !important;
    display: inline-block;
}
.tophdleft p {
	display: none;
}
.topphonetRt {
	text-align: center;
}
.topnumber {
	float: none !important;
}
.mobilemenuToggle,
.mobilemenuclose{
	display: block;
}
.mainmenu {
	position: fixed;
	top: 0;
	left: -100%;
	max-width: 280px;
	background: #093F7C;
	height: 100%;
	z-index: 9;
	width: 100%;
	padding: 20px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mainmenu.active {
	left: 0;
}
.mainmenu li {
    display: block;
    margin: 0;
    padding: 9px 0;
    border-bottom: 1px dotted #2c619e;
}
.mainmenu li:last-child a {
    padding: initial;
    background: none;
    border-radius: 0;
}
.mobilemenuclose i.fa.fa-times {
    position: absolute;
    height: 40px;
    width: 40px;
    background: #d2af36;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.mobilemenuToggle i.fa.fa-bars {
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.homebanner .owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}
.homebanner .owl-carousel .owl-nav button.owl-next {
    right: 15px;
}
body .appointsec {
	background-image: none !important;
	background-color: #f3f3f3;
	padding-top: 10px;
}
.appointform > .vc_column-inner > .wpb_wrapper {
	padding: 40px 20px;
}
.ourclsrow .col-md-4 {
    margin-bottom: 30px;
}
.ourclsrow .col-md-4:last-child {
    margin-bottom: 0px;
}
.homeglsec {
	padding-top: 50px;
}
.welcomecol .wpb_single_image.wpb_content_element {
    text-align: center;
}
footer .row > div {
    margin-bottom: 30px;
}
footer .row > div:last-child {
    margin-bottom: 0px;
}
.lightenheart .wpb_column {
	margin-bottom: 30px;
}
.lightenheart .wpb_column:last-child {
	margin-bottom: 0px;
}
.rightevntbox {
	margin-top: 30px;
}
.bookclsinfo {
	overflow: auto;
}
nav.headnav{
    display:none;
    
}
footer .row > div:last-child {
    text-align: center;
}
.userallinfo li {
    margin-bottom: 4px;
}
a.loginclr {
    padding: 9px 0px;
    display: inline-block;
}
}

@media all and (device-width: 768px) and (device-height: 1024px){
  .class-desc {
    height: 240px!important;
}
  h5.title {
    height: 60px;
}
}

@media (min-width: 1281px) {
  .class-desc {
    height: auto !important;
}
  
}


@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    h5.title {
    min-height: 60px;
}
}
@media(max-width: 640px){
.bannerimg {
	height: 550px;
}
.bannertext h1 {
	font-size: 32px;
	line-height: 40px;
}
.homebanner .bannertext {
	max-width: 480px;
}
.bannertext p {
	font-size: 16px;
	line-height: 24px;
}
.bookdtl table#booking_list {
    width: 570px !important;
}

.bookdtl div#booking_list_paginate {
    float: left;
}
.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 35px;
}
.hmbnrslide {
    height: 550px;
}
.hmeslidermn .slick-image-slide, .hmeslidermn .slide-wrap{
    height:380px;
}
ul.class-filter li {
	margin-bottom: 5px;
}
}
@media(max-width: 480px){
.homebanner .owl-carousel .owl-nav button {
	height: 40px;
	width: 40px;
	line-height: 40px;
}
.bannerimg {
	height: 440px;
}
.homebanner .bannertext {
	max-width: 350px;
}
.bannertext h1 {
	font-size: 30px;
}
.homebanner .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}
.homebanner .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}
.calendarDate tr {
	width: 33.33%;
}
.userallinfo .tabContent {
	width: 100%;
	padding: 20px 15px;
}
.bookclsinfo table {
	width: 510px !important;
}
}
@media(max-width: 420px){
.rgtclsSeat input[type="submit"] {
	padding: 10px;
	font-size: 12px;
}
.lftclsDetls {
    padding-right: 20px;
}
.allclsList ul.class-list li {
	padding: 15px 10px;
}
}
@media(max-width: 375px){
h2 {
	font-size: 26px;
	line-height: 32px;
}
.homebanner .bannertext {
	max-width: 240px;
	padding: 15px;
}
.bannertext h1 {
	font-size: 20px;
	line-height: 28px;
}
.bannertext p {
	font-size: 14px;
	line-height: 24px;
}
.bannertext a {
	padding: 10px 22px;
	font-size: 16px;
}
.expiryfld{
	margin:0;
}
.expiryfld .form-group {
	width: 100%;
	padding: 0px;
}
.lftclsDetls h4 {
	font-size: 16px;
}
}
@media(max-width: 320px){
header .custom-logo-link img {
	width: 140px;
	max-width: 140px;
}
.homebanner .bannertext {
	max-width: 230px;
	padding: 15px;
}
}

#top-menu{ margin-left:-10px;}



.fb-message-blue{
	bottom: 150px;
    right: 150px;
    color: #fff;
    background-color: #0084ff;
	margin-left: 0px;
    padding: 12px 18px 12px 10px;
    font-weight: 500;
    border-radius: 5px;
}

.fb-message-blue i {
    background-image: url(https://humble-warrior-yoga.co.uk/wp-content/themes/twentyseventeen-child/images/fb-white.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 7px 9px;
    top: -1px;
    height: 18px;
    width: 17px;
    padding: 8px 12px;
}
	
a.fb-message-blue:hover {
  background-color: #0084ff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  /* transform: scale(1.15); */ /* uncomment to add zoom effect */
}

a.fb-message-blue:focus {
  background-color: #0084ff;
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);
}

/** White button **/

.fb-message-white {
    bottom: 150px;
    right: 150px;
    color: #051953;
    background-color: #FFCA04;
    margin-left: 0px;
    padding: 12px 18px 12px 10px;
    font-weight: 500;
    border-radius: 5px;
}
.fb-message-white i {
    background-image: url(https://humble-warrior-yoga.co.uk/wp-content/themes/twentyseventeen-child/images/fb-msg.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 7px 9px;
    top: -1px;
    height: 18px;
    width: 17px;
    padding: 8px 12px;
}
	
a.fb-message-white:hover {
    background-color: #fafafa;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    /* transform: scale(1.15); */ /* uncomment to add zoom effect */
}
a.fb-message-white:focus {
  background-color: #fff;
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);
}
.fb-p{
	color:#fff;
}

.mobileheader .mainmenu .menu-login-menu-container .menu .menu-item a {
    color: #fff;
}

.mobileheader .mainmenu .menu-main-menu-container .menu .menu-item a {
    color: #fff;
}

.cat-class{
        text-align: center;
    padding-bottom: 46px;
}

.slider-readmore{
    background: #ffca04 !important;
    padding: 10px;
    font-weight: 600;
    color: #fff !important;
    margin-top: 10px;

}

.mobbackbtn{
margin-bottom: 40px;
}

.elgb-cls{
	background: #dadada;
    padding: 2px 15px;
    font-weight: 700;
    width: max-content;
}
.elgb-cls-book {
    background: #dadada;
    padding: 2px 7px;
    font-weight: 700;
    width: max-content;
    font-size: 13px;
}

.elgb-cls-booknow {
    background: #dadada;
    padding: 2px 7px;
    font-weight: 700;
    font-size: 13px;
}
.detail-page{
	text-align: center;
    background: #dadada;
    padding: 2px 15px;
    font-weight: 700;
}
.member-confirm{
	padding: 2px 10px;
    background: #dadada;
    display: inline;
    width: max-content;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
  	.elgb-cls{
	    padding: 2px 4px;
	    font-weight: 700;
	    width: max-content;
	    font-size: 10px;
	}
	.upperimgtxt > p {
    font-size: 11px;
    font-weight: 600;
    margin: 0;
}

}


ul.abtclassli {
    	width: auto !important;
	}
    #home-grid div.vc_basic_grid div.vc_grid div.vc_pageable-slide-wrapper div.vc_grid-item div.vc_grid-item-mini div.vc_gitem-animated-block div.vc_gitem-zone {
        height: 350px;
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
    }

/*******20-feb*****/
.ourclsrow .entry {
    display: flex;
    flex-direction: column;
    height: calc(100% - 270px);
}
.ourclsrow p {
    margin-top: auto;
    margin-bottom: 0;
}
.ourclsrow .col-lg-4.col-md-4 {
    margin-bottom: 30px;
}

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

@media screen and (max-width:767px){
	.ourclsrow .entry {
    height: auto;
}
}



.wpsisac-slide-title{
	text-align: center !important;
}