body {
  height: auto;
  color: #000 !important;
  font-family: 'Open Sans', sans-serif !important;
}
body.innerpage {
  background-color: #fff !important;
}
.footer-main{
    margin-top: 0 !important;
}
section.trainme-process, section.manage-section, section.rewards, section.tnc{
    background-color: #f0f0f0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Open Sans', sans-serif !important;
}
.navbar-brand img.live-logo {
    width: 130px;
}
.mtop-5{margin-top:5px}
.mtop-10{margin-top:10px}
.mtop-15{margin-top:15px}
.mtop-20{margin-top:20px}
.mtop-25{margin-top:25px}
.mtop-30{margin-top:30px}
.mbot-0{margin-bottom:0px !important}
.mbot-5{margin-bottom:5px}
.mbot-10{margin-bottom:10px}
.mbot-15{margin-bottom:15px}
.mbot-20{margin-bottom:20px}
.mleft-10{margin-left:10px}
.mleft-15{margin-left:15px}
.mleft-20{margin-left:20px}
.mright-10{margin-right:10px}
.mright-15{margin-right:15px}
.mright-20{margin-right:20px}
.no-left-xs{padding-left:0}
.no-right-xs{padding-right:0}

.ptop-5{padding-top:5px}
.ptop-10{padding-top:10px}
.ptop-15{padding-top:15px}
.ptop-20{padding-top:20px}
.ptop-25{padding-top:25px}
.ptop-30{padding-top:30px}
.pbot-5{padding-bottom:5px}
.pbot-10{padding-bottom:10px}
.pbot-15{padding-bottom:15px}
.pbot-20{padding-bottom:20px}
.pleft-10{padding-left:10px}
.pleft-15{padding-left:15px}
.pleft-20{padding-left:20px}
.pright-10{padding-right:10px}
.pright-15{padding-right:15px}
.pright-20{padding-right:20px}
.pad-0{padding: 0 !important;}



.appBox {
    width: 100%;
    height: 100vh;
    min-height: 600px;
}
.video .caption {
    text-align: center;
}
.video .caption .glive-logo {
    width: 270px;
}
.caption h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    font-size: 42px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 55px;
}
.caption h3.sub-heading {
    color: #fff;
    margin-bottom: 90px;
}
.btn-default.ghost-btn {
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 40px;
    color: #fff;
    background-color: #f30;
    border: 2px solid #f30;
    border-radius: 30px;
    transition: all .2s;
    font-weight: 100;
    letter-spacing: 2px;
}
.btn-default.orange-btn {
	background-color: #f30;
}
.btn-default.ghost-btn:focus, .btn-default.ghost-btn:hover, .btn-default.ghost-btn:active, .btn-default.ghost-btn:active:focus {
    background-color: #f30;
    border-color: #f30;
    color: #fff;
}
.scroll-down {
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}
.mouse-block {
    margin-top: 100px;
}
.section-padding {
    padding: 50px 0;
}
section.section-padding.bottom-content {
    padding: 0;
}
h2.section-title {
    text-align: center;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 30px;
}
p.trainme-short-dis {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
}
.content-padding {
    padding: 70px 0;
}
.bottom-content h2 {
    margin-top: 0;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.bottom-content p {
    font-size: 25px;
    line-height: 39px;
    font-weight: 100;
}
.right .content-padding {
    text-align: right;
    padding-left: 30px;
    padding-bottom: 0;
    padding-top: 30px;
}
.packages-block {
    border: 2px solid #f30;
}
.packages-block .package-head {
    text-transform: uppercase;
	background-color: #ccc;
	padding: 15px;
}
.packages-block .package-head h3{
	margin: 0;
}
.packages-block .package-body {
    text-align: center;
    font-size: 40px;
    padding: 20px;
    font-weight: 700;
}
.packages-block .package-body small {
    font-size: 50%;
    font-weight: 500;
}
.video-link {
    text-align: center;
}
img.video-thumb {
    width: 400px;
}
.bottom-content small {
    font-size: 40%;
    color: #000;
    position: absolute;
}
.video .tm-logo {
    position: absolute;
    top: 110px;
    right: 60px;
    z-index: 9;
}
.video .tm-logo p {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: .8px;
}
.train_me #video-popup .modal-dialog {
    width: 90% !important;
    height: 85% !important;
    background: #000;
}
.train_me #video-popup .modal-content, #video-popup .video-iframe, #video-popup .modal-content iframe {
    width: 100% !important;
    height: 100% !important;
}
.train_me #video-popup .closeVideo {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 38px;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 100;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,.35);
    cursor: pointer;
    font-weight: lighter;
}
.train_me #video-popup .closeVideo span {
    position: relative;
    top: -16px;
    color: #fff;
    font-size: 29px;
}
section.trainme-form {
    background-color: #ffffff;
    position: relative;
}
span#trainme-form {
    position: absolute;
    top: -30px;
    left: 0;
}
.trainme-form .form-info {
    font-size: 13px;
    color: #333;
}
.trainme-form .form-control {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid #000;
    height: 40px;
    padding-left: 0;
}
.trainme-form .form-control:focus {
    border-color: #f30;
}
.trainme-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}
.trainme-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}
.trainme-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
}
.step-info {
    background-color: #f30;
    color: #fff;
}
.step-info .step-1, .step-info .step-2, .step-info .step-3 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.step-info .step-1:after, .step-info .step-2:after {
    content: '';
    height: 80px;
    width: 80px;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: -12px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(-45deg);
}
.step-info h2{
    font-size: 20px;
    text-transform: uppercase;
}
.step-info p{
    font-size: 16px;
}
.plan-block {
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 0px 33px -6px #cccccc52;
    transition: all .2s;
}
.plan-block:hover {
    box-shadow: 0px 0px 33px -6px #cccccc;
}
.plan-block .plan-name {
    text-transform: uppercase;
    font-size: 23px;
    color: #ff3300;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 13px;
}
.plan-block .price span.old {
    font-size: 18px;
    margin-right: 10px;
    text-decoration: line-through;
    color: #ccc;
}
.plan-block .price span.new {
    font-size: 28px;
    color: #000;
    font-weight: 800;
}
.sessions-validity {
    padding: 17px 0;
    font-weight: 500;
}
.plan-block .ghost-btn {
    padding: 5px 18px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
}
.plan-block.popular {
    position: relative;
    overflow: hidden;
}
.plan-block.popular:after {
    content: 'Popular';
    text-transform: uppercase;
    position: absolute;
    font-size: 13px;
    top: 14px;
    left: -26px;
    background-color: #f30;
    color: #fff;
    padding: 3px 25px;
    transform: rotate(-45deg);
}
.terms a {
    color: #f30;
}
.tnc ol {
    line-height: 2;
    font-size: 16px;
}

.f-type p {
    font-size: 21px;
    color: #000;
    margin: 0;
    padding-bottom: 10px;
}
.f-type.yoga {
    background-color: #f9ebe3;
}
.f-type.zumba {
    background-color: #eaeaea;
}
.f-type.functional-training {
    background-color: #94ffea;
}
.f-type.nutrition-counseling {
    background-color: #fdd797;
}
.f-type.healthy-recipe {
    background-color: #f5d9bd;
}
.f-type.crossfit {
    background-color: #c5cdff;
}
.how-it-works {
    background-color: #fff;
}
.how-it-works ul{
    list-style-type: none;
    text-align: center;
    padding: 0;
}
.how-it-works li {
    position: relative;
    width: 19%;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    vertical-align: text-top;
}
.how-it-works li:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #f30;
    display: inline-block;
    position: absolute;
    top: 25px;
    right: -60%;
}
.how-it-works li:last-child:after {
    display: none;
}
.how-it-works li span.step-count {
    font-size: 25px;
    padding: 5px;
    height: 50px;
    width: 50px;
    display: inline-block;
    border: 2px solid #F30;
    margin-bottom: 12px;
    border-radius: 50%;
    color: #f30;
    background-color: #fff;
}
.reward-banner {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}
.reward-banner img{
    width: 100%
}
.payment-card {
    margin: 50px 0;
}
.payment-card:after, .payment-card:before, .payment-card hr {
    top: 50% !important;
}
button.book-session {
    margin-top: 10px;
}
.booksession-block, .verify-session-otp {
    background-color: #fff;
    padding: 15px;
    margin: 20px 0 0;
}
.session-picker .nav-tabs {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.session-picker .nav-tabs li {
    opacity: 0.5;
}
.session-picker .nav-tabs li.active {
    opacity: 1;
}
.session-picker .nav-tabs span {
    display: block;
    font-size: 15px;
    color: #f30;
}
.session-picker .tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px;
}
h2.session-zone {
    margin-top: 10px;
    font-size: 18px;
}
.session-card {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-weight: 500;
    transition: all .2s;
}
.session-card .sessions-details {
    padding: 15px;
}
.session-card .mbot-10 {
    font-weight: 400;
    min-height: 80px;
}
.session-card:before {
    position: absolute;
    font-size: 40px;
    bottom: 15px;
    right: 10px;
    content: '';
    font-family: FontAwesome;
    color: #00b15c;
    transition: all .2s;
}
.checked + .session-card:before {
    content: "\f00c";
}
.checked + .session-card {
    border: 1px solid #00b15c;
    color: #00b15c;
    background-color: #00b15c17;
}
label.session-picker-label {
    display: block;
    margin-bottom: 30px;
}
.session-card span.remaining-slots {
    display: inline-block;
    min-height: 17px;
}
span.filling-fast {
    display: inline-block;
    color: #FFC107;
    border: 1px solid #FFC107;
    padding: 0 7px;
    border-radius: 20px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #ffc10715;
}
span.sessions-exhausted {
    display: inline-block;
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 0 7px;
    border-radius: 20px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #ff000015;
}
.session-picker-label.disable .session-card {
    color: #666;
}
span.booking-done {
    display: inline-block;
    color: #333;
    border: 1px solid #333;
    padding: 0 10px;
    border-radius: 20px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #33333315;
}
#modalContent .session-picker {
    max-height: 470px;
    overflow-x: hidden;
    overflow-y: auto;
}
label.session-picker-label input[type="checkbox"] {
    display: none;
}
.time-block p {
    margin-bottom: 0;
}
.time-block .time {
    font-size: 28px;
}
.side-info h1.side-title {
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 23px;
}
.side-info ul {
    padding-left: 20px;
    list-style: disc;
    line-height: 1.8;
}
.side-info ul li {
    margin-bottom: 10px;
}
.booksession-block h1.page-title, .verify-session-otp h1.page-title  {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 21px;
}
.verify-session-otp h3 {
    font-size: 20px;
    margin-top: 40px;
}
.otp-group input {
    display: inline-block;
    width: 300px;
    height: 50px;
    line-height: 1;
    letter-spacing: 10px;
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 2px;
}
.otp-group .btn-orange {
    height: 50px;
    vertical-align: top;
    margin-left: 10px;
    padding: 6px 40px;
}
label.session-picker-label.booked {
    border: 1px solid #00b15c;
    color: #00b15c;
    background-color: #00b15c17;
}
label.session-picker-label.no-session {
    border: 1px solid #ff0000;
    color: #ff0000;
    background-color: #ff000017;
    border-radius: 6px;
}
.otp-error {
    border: 1px solid #ff0000;
    color: #ff0000;
    background-color: #ff000017;
}
.manage-btn {
    color: #fff !important;
    background-color: #f30 !important;
}
.manage-booking {
    margin: 0 0 0 20px;
}
.session-card-button {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
}
section.host-carousel.section-padding {
    padding: 0 0 30px 0;
    background-color: #fff;
}
.host-carousel h2.section-title {
    font-size: 26px;
    margin-bottom: 30px;
}
.upcoming-block {
    padding: 20px 0 40px;
    background-color: #fff;
}
section.video {
    padding-bottom: 20px;
    background-color: #fff;
}
.host-carousel .host-card {
    border-radius: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    background-color: #fff;
}
.host-carousel .host-card .host-details {
    position: relative;
    padding: 15px;
    border-top: 1px solid #ccc;
}
.host-carousel .host-card h2.session-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 6px;
    min-height: 46px;
}
.host-carousel .host-card .session-date {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
}
/*.host-carousel .host-card .duration {
    position: absolute;
    top: 15px;
    right: 15px;
}*/
.host-carousel .host-card p.host-name {
    font-size: 15px;
}
.host-carousel .host-card ul.today-sessions {
    display: inline-block;
    padding: 0;
    margin: 10px 0 0 0;
    list-style-type: none;
}
.host-carousel .host-card ul.today-sessions li {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    background-color: #f1f1f1;
    border-radius: 4px;
    border: 1px solid #ccc;
}
/*.host-carousel .owl-nav button {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    outline:none;
}
.host-carousel .owl-nav button.owl-prev {
    left:10px;
    background-image: linear-gradient(to right, #fff , #ffffff00);
}
.host-carousel .owl-nav button.owl-next {
    right:10px;
    background-image: linear-gradient(to right, #ffffff00 , #fff);
}
.host-carousel .owl-nav button {
    text-align:center;
    border-radius: 50%;
    background-color: #fff !important;
    background-image: none !important;
    top: 50%;
    margin-top: -25px;
    opacity: .5;
    transition: all .2s;
}
.host-carousel .owl-nav button:hover {
    opacity: 1;
}
.host-carousel .owl-nav button.disabled {
    display: none;
}*/
.host-carousel .owl-dots {
    position: absolute;
    outline: none;
    bottom: -35px;
    left: 0;
}
.host-carousel .owl-dots button.owl-dot {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #f30;
    border-radius: 50%;
}
.host-carousel .owl-dots button.owl-dot.active {
    background-color: #f30;
}
.host-carousel .owl-nav {
    position: absolute;
    outline: none;
    bottom: -45px;
    right: 0;
}
.owl-carousel .owl-nav button.disabled {
    opacity: 0.2;
}
.host-carousel .owl-nav button span {
    font-family: FontAwesome;
    font-size: 32px;
    color: #f30;
    display: inline-block;
    height: 40px;
    width: 40px;
}
.host-carousel .owl-nav button.owl-prev span:after {
    content: "\f104";
}
.host-carousel .owl-nav button.owl-next span:after {
    content: "\f105";
}
div#thankyou .modal-dialog .top-block.red-background{
    background-color: #E20000;
}
.session-picker {
    margin-bottom: 20px;
}

/* Packages Block End */
/* Large desktop */
@media (min-width: 1200px) { ... }
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { ... }

/* Large desktop to Landscape phone */
@media only screen and (min-width: 768px) {
    .train_me .vcenter.modal {
      text-align: center;
      padding: 0!important;
    }

    .train_me .vcenter.modal:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -4px;
    }

    .train_me .vcenter .modal-dialog {
      display: inline-block;
      text-align: left;
      vertical-align: middle;
    }
}
@media (min-width: 767px) { 
    .no-pad-left {
	  padding-left: 0 !important;
	}
	.no-pad-right {
	  padding-right: 0 !important;
	}
	.no-pad {
		padding: 0 !important;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.caption h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
		font-weight: 600;
	}
	.mouse-block {
		margin-top: 40px;
	}
	.video .caption {
		text-align: center;
	}
    .video .caption .glive-logo {
        width: 200px;
    }
	section.video {
		width: 100%;
		position: relative;
		overflow: hidden;
  	    min-height: auto;
	}
	h2.section-title {
    	text-align: center;
    	font-size: 24px;
	}
	h3.process-title {
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		margin-bottom: 30px;
		margin-top: 10px;
	}
	ul.center-types li {
		padding: 0 6px;
	}
	ul.center-types li .radio img {
		width: 70px;
	}
	ul.center-types {
		margin-bottom: 10px;
	}
	.f-center-block {
		margin-bottom: 30px;
	}
	.filter-list {
		padding-bottom: 0;
	}
	#list ul.list-view li {
		width: 50%;
	}
	.content-padding {
		padding: 30px 0;
	}
	.bottom-content h2 {
		font-size: 21px;
		margin-bottom: 10px;
	}
	.bottom-content p {
		font-size: 16px;
		line-height: 28px;
		font-weight: 100;
	}
	.right .content-padding {
		text-align: left;
    	padding-left: 0;
	}
	.packages-block {
		border: 2px solid #f30;
		margin-bottom: 20px;
	}
	.caption h3.sub-heading {
		font-size: 14px;
	    margin-bottom: 50px;
	}
	video.hero-video {
		top: 186px;
		width: 170%;
	}
	.video .tm-logo {
		top: auto;
		bottom: 20px;
		right: auto;
		left: 20px;
	}
	.video .tm-logo p {
    	margin-bottom: 0;
	    font-size: 11px;
	}
	.video .tm-logo img {
		width: 60px;
		margin: 0 auto;
		display: block;
	}
    .step-info .step-1:after, .step-info .step-2:after {
        display: none;
    }
    .how-it-works li:after {
        display: none;
    }
    .how-it-works li {
        display: block;
        width: 100%;
        text-align: left;
    }
    .how-it-works li span{
        text-align: center;
    }
    .how-it-works li p.step-details {
        display: inline-block;
        padding-left: 10px;
        width: 80%;
        vertical-align: top;
    }
    .session-picker .nav-tabs li {
        width: 33%;
        border: 1px solid #ccc;
    }
    .session-picker .nav-tabs li.active {
        border: 1px solid #f30;
    }
    .session-picker .nav-tabs li.active a {
        border: 0;
        margin-right: 0;
    }   
    .manage-booking {
        margin: 20px 0 0 0;
    }
    section.trainme-form button.btn.rcb {
        display: inline-block;
        width: auto;
        padding: 6px 12px;
        border: 1px solid #f30;
        margin-right: 6px;
    }
    .host-carousel .owl-dots {
        display: none;
    }
    .otp-group input {
        display: inline-block;
        width: 170px;
        height: 35px;
        line-height: 1;
        text-align: left;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 2px 10px;
        padding: 6px;
    }
    .otp-group .btn-orange {
        height: 37px;
    }
    .navbar-brand img.live-logo {
        width: 85px;
    }
}
 
/* Landscape phones and down */
@media (max-width: 480px) { ... }
