*{margin: 0; padding: 0; box-sizing: border-box;}
body{font-family: 'Lato', sans-serif; background: #fff; color: #434343; line-height: 24px; overflow-x: hidden; padding: 0; margin: 0;}
body.site-body{}
html { overflow-y: scroll; scroll-behavior: smooth; overflow-x: hidden;background: #853d85;}
.container{width: 1200px; margin: 0 auto; padding: 0 15px;}


h1, h2, h3, h4, h5, h6{display: block; font-weight: normal;}
h1{font-size: 60px; line-height: 70px;}
h2{color: rgb(137, 64, 137); font-size: 60px; line-height: 70px;}
h4{font-size: 23px; line-height: 32px; color: #434343;}
ul{margin: 0; padding: 0;}
ul li{margin: 0; padding: 0; list-style: none;}
a{text-decoration: none;}

/*Header*/
header{height: 150px; position: absolute; left: 0; z-index: 1000; top: 0; width: 100%;}
header > div{ height: 100%; display: flex; align-items: center; justify-content: space-between; }
header nav.menu_wrap{height: 70px; display: flex; align-items: center; align-self: flex-start;}
header nav.menu_wrap a{font-size: 18px; color: #fff; line-height: 55px; padding: 0 35px; border-radius: 5px; transition: ease-in-out all .3s;}
header nav.menu_wrap a:hover{background: rgba(255, 255, 255, .2);}
header nav.menu_wrap a:first-child{margin-right: 35px;}
header nav.menu_wrap div{color: rgb(255, 209, 133);}
header .locale-selector{padding: 0 35px;}


/*Content*/
.main_banner{height: 685px; background: #853d85; background-position: center top; background-repeat: no-repeat; width: 100vw; position: relative; left: 50% !important; right: 50%;
	margin-left: -50vw !important; margin-right: -50vw; display: flex; align-items: center; margin-bottom: 30px;}
.main_banner.try_booking{background-image: url(/images/landing-2022/try_booking_banner.jpg); padding-top: 70px;}
.main_banner.about_booking{background-image: url(/images/landing-2022/about_banner.png); padding-top: 70px;}

.banner_content{color: #fff;}
.banner_content h1{margin-bottom: 40px;}
.banner_content p{font-size: 22px; line-height: 26px; margin-bottom: 40px;}
#trustpilot-container{width: 440px;height: 50px;padding-top: 3em;display:none;}
#trustpilot-container img{width: 200px;}
#trustpilot-container a{color: #ffffff;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;display: flex;
	align-items: center;
	gap: 5px;
	text-decoration: none;}
#trustpilot-container a:visited{color: #ffffff;}
#trustpilot-name{font-size: 20px;}

a.get_demo{width: 260px; line-height: 55px; display: flex; align-items: center; justify-content: center; border: 1px solid #fff; border-radius: 30px; font-size: 18px;
	color: #fff; background: #2f805d;}

.purple_text{text-align: center;}
.purple_text h2{margin-bottom: 20px;}
.purple_text p{font-size: 22px; line-height: 30px;}

.booking_offer{display: flex; gap: 30px; margin: 120px 0 40px 0;}
.booking_offer > div{padding: 95px 20px 20px 20px; border: 2px solid #e2e2e2; border-radius: 30px; position: relative;}
.booking_offer h4{text-align: center; margin-bottom: 20px;}
.booking_offer p{line-height: 24px;}
.booking_offer > div::before{content: ""; height: 180px; width: 180px; position: absolute; left: 50%; top: -90px; transform: translateX(-50%); background-position: center;
	background-size: contain; background-repeat: no-repeat;}
.booking_offer .booking_yoga::before{background-image: url(/images/landing-2022/booking_system_yoga.png);}
.booking_offer .booking_events::before{background-image: url(/images/landing-2022/booking_system_events.png);}
.booking_offer .booking_courses::before{background-image: url(/images/landing-2022/booking_system_for_courses.png);}
.booking_offer .booking_health::before{background-image: url(/images/landing-2022/booking_system_wellness.png);}

.center_content{text-align: center; display: flex; align-items: center; justify-content: center;}
#events-desc{padding-top: 2em;}
/*purple banner section*/
.purple_banner{height: 670px; width: 100%; background: url(/images/landing-2022/purple_bg.png) center no-repeat; text-align: center; padding: 40px; margin: 40px 0;}
.purple_banner span{color: #fff; font-size: 60px; line-height: 70px; display: block; margin-bottom: 20px;}
.purple_banner p{color: #fff; margin-bottom: 20px; font-size: 22px; line-height: 30px; margin-bottom: 30px;}
.purple_banner > div{display: flex;}
.purple_banner .time_saving_items{display:flex; gap: 15px; margin-bottom: 40px;}
.purple_banner .time_saving_items > div{flex: 1; padding: 70px 30px 40px 30px; border-radius: 30px; background: #fff; position: relative; text-align: left;}
.purple_banner .time_saving_items > div > img{position: absolute; left:0; top:0;}
.time_saving_items small{font-weight: bold; font-size: 26px; display: block; margin-bottom: 10px;}
.time_saving_items ul{padding-left: 20px;}
.time_saving_items ul li{list-style: disc; font-size: 16px; font-weight: bold;}

/*Testimonial Gallery*/

.testimonial_items{display: flex; align-items: flex-start; overflow: hidden; position: relative; flex-direction: column;}
.testimonial_items .owl-stage{ display: flex; align-items: flex-start;}
.testimonial_items .owl-item{text-align: center;}
.testimonial_items .owl-dots.disabled{display: none;}
.testimonial_items img{}
.testimonial_nav{margin-top: 30px; display: flex; align-items: center; justify-content: center;}
.testimonial_nav span{display: none;}
.testimonial_nav button{height: 35px; width: 35px; position: relative; background: #894089; border-radius: 100%; outline: 0; padding: 0; border:0; cursor: pointer; margin:0 10px;}
.testimonial_nav button.owl-prev::before{content: ""; height: 10px; width: 10px; border: solid #fff; border-width: 0 0 4px 4px; transform: rotate(45deg); position: absolute; left: 11px; top: 10px;}
.testimonial_nav button.owl-next::before{content: ""; height: 10px; width: 10px; border: solid #fff; border-width: 4px 4px 0 0; transform: rotate(45deg); position: absolute; right: 11px; top: 10px;}

.testimonial_items_mobile{display: flex; align-items: flex-start; overflow: hidden; position: relative; flex-direction: column;}
.testimonial_items_mobile .owl-stage{ display: flex; align-items: flex-start;}
.testimonial_items_mobile .owl-item{text-align: center;}
.testimonial_items_mobile .owl-dots.disabled{display: none;}
.testimonial_items_mobile img{}
.testimonial_nav_mobile{margin-top: 30px; display: flex; align-items: center; justify-content: center;}
.testimonial_nav_mobile span{display: none;}
.testimonial_nav_mobile button{height: 35px; width: 35px; position: relative; background: #894089; border-radius: 100%; outline: 0; padding: 0; border:0; cursor: pointer; margin:0 10px;}
.testimonial_nav_mobile button.owl-prev::before{content: ""; height: 10px; width: 10px; border: solid #fff; border-width: 0 0 4px 4px; transform: rotate(45deg); position: absolute; left: 11px; top: 10px;}
.testimonial_nav_mobile button.owl-next::before{content: ""; height: 10px; width: 10px; border: solid #fff; border-width: 4px 4px 0 0; transform: rotate(45deg); position: absolute; right: 11px; top: 10px;}

/*Demo Steps*/
.demo_steps{background: url(/images/landing-2022/demo_steps.png) center no-repeat; height: 376px; margin: 40px 0; position: relative;}
.demo_steps > div{height: 250px; width: 250px; position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 25px 10px;
	font-weight: bold; font-size: 16px;}
.demo_steps > div > span{margin-bottom: 25px; font-size: 26px; font-weight: bold;}
.demo_steps .step_1{left: 55px; top: 63px;}
.demo_steps .step_2{left: 462px; top: 63px;}
.demo_steps .step_3{left: 866px; top: 63px;}
#final-inst{margin-left:9px;}
/*new pop up message/problem start*/
.popup-outer-div, .popup-outer-div-bip{
	display:none;
	position: fixed;
	bottom: 50%;
	width: 100%;
	z-index:9999;
}
.popup-inner-div, .popup-inner-div-bip{
	margin: 0 auto;
	border:1px solid #ccc;
	max-width: 320px;
	min-height: 50px;
	padding:1em;
	background-color: #ccc;
	text-align:center;
	border-radius:1em;
	overflow:hidden;
	color:#fff;
}
.invalid-input-feedback{font-weight: bold;color:red;}
.form-error-message{height:2em;width:100%;font-weight: bold;color:red;text-align:center;font-size:.8em;}
.popup-icon{vertical-align:middle;}
.cancel-popup{text-align:right;cursor:pointer;}
.cancel-popup a{color:#fff;}
#problem-popup{background-color:#990000;}
#message-popup{background-color:#4CAF50;}
#booking-in-progress-popup{background-color:#4CAF50;height:6em;}
#booking-in-progress-overlay{display:none;position: fixed;top: 0;left: 0;height: 100%;width: 100%;background-color: rgba(0,0,0,0.5);z-index: 10;}
/*new pop up end*/

/*Footer*/
footer{background: url(/images/landing-2022/footer_bg.png) center top no-repeat #863a86; padding: 100px 0 50px 0; margin-top: 40px;}
.main_footer{display: flex; gap: 10px;}
.main_footer > div{flex: 1;}
.main_footer > div > span{font-size: 21px; color: #fff; display: block; margin-bottom: 15px;}
.main_footer ul li a{color: #fff; padding: 6px 3px; display: block; transition: ease-in-out all .3s; border-radius: 5px;}
.main_footer ul li a:hover{background: rgba(255, 255, 255, .2);}

/*Byline*/
.byline_wrap{margin-top: 60px; padding-top: 30px; border-top: 1px solid #fff; display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 14px;}
.byline_wrap > span{}
.byline_wrap .byline_center{display: flex; flex-direction: column; align-items: center;}
.byline_wrap .byline_center img{margin-top: 15px;}
.byline_wrap .social_links{display: flex;}
.byline_wrap .social_links a{height: 16px; width: 16px; margin-left: 20px;}
.byline_wrap .social_links a.fb{background: url(/images/landing-2022/facebook.png) center no-repeat;}
.byline_wrap .social_links a.tw{background: url(/images/landing-2022/twitter.png) center no-repeat;}
.byline_wrap .social_links a.yt{background: url(/images/landing-2022/youtube.png) center no-repeat;}
.byline_wrap .social_links a.ig{background: url(/images/landing-2022/instagram.png) center no-repeat;}
.byline_wrap .social_links a.in{background: url(/images/landing-2022/linkedin.png) center no-repeat;}

/*Responsive*/

@media only screen and (min-width: 1200px) {
	.mobile:not(.desktop-large), .tablet:not(.desktop-large), .desktop:not(.desktop-large) {display: none !important;}
	.testimonials{margin: 40px 52px;}
	.container{width: 1200px}

}

/*@media (min-width: 959px) and (max-width:1199px) {*/
/*	.mobile:not(.desktop), .tablet:not(.desktop), .desktop-large:not(.desktop) {display: none !important;}*/
/*	.testimonials{margin: 40px 52px;}*/
/*	.container{width: 959px}*/
/*}*/

/*@media (min-width: 768px) and (max-width:959px){*/
/*	.mobile:not(.tablet), .desktop:not(.tablet), .desktop-large:not(.tablet), .tablet-hidden {display: none !important;}*/
/*	.testimonials{margin: 0px 0px;}*/
/*	.container{width: 768px}*/

/*}*/

@media (max-width: 1199px) {
	.tablet:not(.mobile), .desktop:not(.mobile), .desktop-large:not(.mobile), .mobile-hidden {display: none !important;}
	.container{width: 320px; padding: 0;}
	a.get_demo{margin-left: auto;margin-right: auto;}

	/*Header*/
	header{height: 100px;}
	header .container{position: relative;}
	.logo img{height: 60px; width:53px;}
	#trustpilot-container{padding-top: 2em;}

	/*Menu Wrap*/
	.menu_toggle{height: 50px; width: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
	.menu_toggle > div{height: 4px; width: 30px; background: #fff; margin: 3px 0;}
	.menu_responsive{position: absolute; right: 0; top: 70px; background: #2f805d; padding:10px 20px; display: none;}
	.menu_responsive a{color: #fff; font-size: 16px; padding: 10px 0; display: block;}

	/*Content*/
	.main_banner{background: #853d85; background-image: none !important; height: initial; padding-bottom: 30px;}
	.main_banner.try_booking{ padding-top: 120px;}
	h1{font-size: 40px; line-height: 50px; text-align: center;}
	h2{font-size: 36px; line-height: 40px;}
	.banner_content p{font-size: 18px;}

	.booking_offer{flex-direction: column; margin: 30px 0;}
	.booking_offer > div{margin-top: 80px;}

	.purple_banner{height: initial; background-image: none; background-color: #894089; padding: 30px 20px;}
	.purple_banner > span{font-size: 30px; line-height: 40px;}

	.time_saving_items{flex-direction: column;}
	.purple_banner .time_saving_items > div{padding: 70px 20px 30px 20px;}
	.purple_banner .time_saving_items > div > small{text-align: center; font-size: 22px;}
	.purple_banner .time_saving_items > div > img{left: 50%; transform: translateX(-50%);}
	.time_saving_items ul li{font-size: 14px;}

	/*Demo Steps*/
	.demo_steps{height: initial; background: none; display: flex; flex-direction: column;}
	.demo_steps > div{position: relative; left: initial !important; top: initial !important; height: 360px; width: 320px; padding-top: 50px;}
	.demo_steps > .step_1{background: url(/images/landing-2022/step_1.png) center no-repeat; background-size: contain;}
	.demo_steps > .step_2{background: url(/images/landing-2022/step_2.png) center no-repeat; background-size: contain;}
	.demo_steps > .step_3{background: url(/images/landing-2022/step_3.png) center no-repeat; background-size: contain;}
	.demo_steps > div > span{font-size: 18px; margin-bottom: 10px;}
	.demo_steps > div > p{font-size: 16px; font-weight: normal; width: 160px; text-align: center;}

	/*Footer*/
	footer{background: #894089; padding: 40px 0;}
	.main_footer{flex-direction: column; text-align: center; gap: none; }
	.main_footer > div{margin-bottom: 30px;}
	.main_footer ul li a{font-size: 14px;}

	/*Byline*/
	.byline_wrap{flex-direction: column; padding-top: 20px;}
	.byline_wrap .social_links{order: 1; justify-content: space-between; width: 100%;}
	.byline_wrap .social_links a{margin:0;}
	.byline_wrap .byline_center{order: 2; margin: 15px 0;}
	.byline_wrap > span{order: 3}
}
