*{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;padding-bottom: 1em;}
h1{color: rgb(137, 64, 137); font-size: 50px; line-height: 65px;}
h2{color: rgb(137, 64, 137); font-size: 40px; line-height: 60px;}
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; z-index: 1000; 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: #853d85; 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*/
.input-invalid{font-weight: bold;color:white;}
.demo_container{display: flex; margin-top: 30px; justify-content: space-between;}
.demo_container > section:first-child{margin-right: 20px; width: 50%;}
.demo_container > section:last-child{margin-left: 20px; width: 350px;}

.purple_text{display: flex; align-items: center; flex-direction: column; justify-content: center;}
.purple_text h2{margin:0 0 20px 0;}
.purple_text p{font-size: 22px; line-height: 30px;}

/*Form*/
.form_container form{background-image: linear-gradient(62deg, #762967, #894089); display: flex; flex-direction: column; padding: 20px; border-radius: 30px; border: 1px solid #434343;}
.form_container form .form_group{display: flex; flex-direction: column; margin-bottom: 10px;}
.form_container form label{color: #fff; margin-bottom: 5px;}
.required{font-weight: bold;}
.input-invalid{height:1em;color:red;}
.form_container form input:not([type=checkbox] [type=submit]){height: 40px; border-radius: 5px; color: #434343; font-size: 14px; border: 0; outline: 0; padding: 0 10px;}
.form_container form select{height: 40px; border-radius: 5px; color: #434343; font-size: 14px; border: 0; outline: 0; padding: 0 10px;}
.form_container form :is(input, textarea)::placeholder{color: #434343; font-size: 14px;}
.form_container form textarea{resize: none; height: 130px; padding: 10px; border-radius: 5px; color: #434343; font-size: 14px; border: 0; outline: 0; font-family: inherit;}
.form_container form .checkbox_consent{flex-direction: row; align-items: flex-start;}
.form_container form .checkbox_consent input[type=checkbox]{flex-shrink: 1; margin: 5px 10px 0 0;}
.form_container .checkbox_consent label{font-weight: normal; line-height: 20px;}
.form_container form input[type=submit]{border-radius: 25px; height: 50px; text-align: center; background: #2f805d; font-size: 16px; border: 1px solid #fff;
	outline: 0; color: #fff; }
#submit-demo-request{width: 260px;height: 55px;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;cursor:pointer;margin-top:2em;}
#submit-demo-request button{background: none;color: inherit;border: none;padding: 0;font: inherit;cursor: pointer;outline: inherit;}
/*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;}


/*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*/


/*Responsive*/

@media only screen and (min-width: 1200px) {
	.mobile:not(.desktop-large), .tablet:not(.desktop-large), .desktop:not(.desktop-large) {display: none !important;}


}

@media (min-width: 959px) and (max-width:1199px) {
	.mobile:not(.desktop), .tablet:not(.desktop), .desktop-large:not(.desktop) {display: none !important;}
	.container{width:100%;}

}

@media (min-width: 768px) and (max-width:959px){
	.mobile:not(.tablet), .desktop:not(.tablet), .desktop-large:not(.tablet), .tablet-hidden {display: none !important;}
	.container{width:100%;}
	header nav.menu_wrap{padding-right: 0px;margin-right: 0px;}
}

@media (max-width: 767px) {
	.tablet:not(.mobile), .desktop:not(.mobile), .desktop-large:not(.mobile), .mobile-hidden {display: none !important;}
	.container{width: 320px; padding: 0;}

	/*Header*/
	header{height: 100px;}
	header .container{position: relative;}
	.logo img{height: 60px; width:53px;}

	/*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: #894089; 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*/
	h1{font-size: 40px; line-height: 50px; text-align: center;}
	.purple_text h2{font-size: 30px; line-height: 42px;}
	.purple_text p{font-size: 18px;}
	.demo_container{flex-direction: column;}
	.demo_container > section:first-child{width: 100%; margin: 0 0 30px 0;}
	.demo_container > section:last-child{width: 100%; margin: 0;}


	/*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}

}
