@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;*/


* {
	box-sizing: border-box;
	clear: both;
}
/**::before, *::after {
	content: "";
	box-sizing: border-box;
	clear: both;
}*/
/**::after {
	content: "";
	box-sizing: border-box;
	clear: both;
	display: table;
}*/
body {
	background-color: #FAFAFA;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #212529;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 100vh;
}

*:focus {
    outline: none;
}
a {
	transition: .25s all ease-in-out;
}
.text-center {
	text-align: center;
}
.container {
    max-width: 1150px;
}


.selected-dial-code:focus-visible{
 outline: none;
}

/*********************landing-page-start********************/

.virtual-journey-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.map-outer {
    position: relative;
    padding-top: 22px;
}
img.map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
/*.content-info h2 {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 22px;
    line-height: 76px;
}*/

.content-info h2 {
    font-weight: 700;
    font-size: 54px;
    margin-bottom: 22px;
    line-height: 65px;
}
.content-info p {
    font-size: 24px;
    max-width: 750px;
    margin: auto auto 40px;
}
.item-inner {
	box-shadow: 0px 0px 6px #00000015;
	border-radius: 10px;
	padding: 25px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.item-inner p{
    font-style: italic;
    font-size: 14px;
    margin: 0;
    color: #000;
}
.item-inner p:hover{
    color: #000;
	text-decoration:none;
	outline: none;
}
.logo-outer {
    height: 50px;
}
.virtual-journey-item {
    margin-bottom: 45px;
}
.virtual-journey-item::after {
	display: none;
}

a.contact-link {
    display: inline-block;
    background-color: #333333;
    border-radius: 5px;
    padding: 20px 15px;
    color: #FCC02C;
    font-size: 20px;
    font-weight: 600;
    min-width: 246px;
    line-height: 1;
    text-decoration: none;
}
a.contact-link:hover {
	background-color: #FCC02C;
	color: #333333;
}
.hours {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 21px;
}
/*media*/

@media screen and (max-width: 1199px) {
	.virtual-journey-wrapper {
	    padding-bottom: 40px;
	}
	.content-info h2 {
	    font-size: 40px;
	    line-height: 1.3;
	}	
	.content-info p {
	    font-size: 16px;
	    max-width: 500px;
	    margin: auto auto 30px
	}
	.virtual-journey-item {
	    margin-bottom: 30px;
	}
	.hours {
	    font-size: 18px;
	    margin-bottom: 16px;
	}
	a.contact-link {
	    padding: 14px 15px;
	    font-size: 17px;
	    min-width: 215px;
	}
}
@media screen and (max-width: 991px) {
	.item-inner {
	    padding: 15px 15px;
	}
	.logo-outer {
	    height: 34px;
	}
	img.logo {
	    max-width: 135px;
	}
	.item-inner p {
	    font-size: 11px;
	}
}


/**/
@media screen and (min-width: 992px) {
	.virtual-journey-item .item {
	    width: 29.1%;
	}
}
@media screen and (min-width: 768px) {
	.virtual-journey-item {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.virtual-journey-item .item {
	    width: 30%;
	}
}

@media screen and (max-width: 767px) {
	.virtual-journey-wrapper {
	    padding-top: 20px;
	    padding-bottom: 30px;
	}
	.container {
		max-width: 100%;
	}
	.content-info p {
	    font-size: 14px;
	    max-width: 445px;
	    margin-bottom: 14px;
	}
	.content-info h2 {
	    font-size: 24px;
	    margin-bottom: 20px;
	}
	.virtual-journey-item .item {
		margin-bottom: 20px;
		max-width: 316px;
		margin-left: auto;
		margin-right: auto;
	}
	img.logo {
	    max-width: 10vw;
	    max-width: 114px;
	}
	.item-inner {
		border-radius: 10px;
		padding: 25px 15px;
	}
	.logo-outer {
	    height: 31px;
	}
	.item-inner p {
	    font-size: 12px;
	}
	img.devider {
	    max-width: 80px;
	}
	a.contact-link {
		padding: 13px 15px;
		font-size: 15px;
		min-width: 190px;
		position: fixed;
		bottom: 0%;
		width: 100%;
		left: 0;
		right: 0;
		border-radius: 0;
		z-index: 1;
	}
	.hours {
	    font-size: 16px;
	    margin:0 auto 35px;
	    width:80%;
	    text-align: center;
	}
	.content-info h2 {
	    line-height: 1.1;
	}
	img.map {
    	max-width: 100%;
    }
    .map-outer {
	    padding-top: 15px;
	    max-width: 416px;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	}

}
/*********************landing-page-end********************/


/*********************form-page-start********************/
.form-outer {
	position: relative;
    z-index: 1;
}

.form-left .content-info h2 {
    font-size: 40px;
    line-height: 1.2;
}




.webarPage .form-left .content-info h1{
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
} 

.webarPage .form-left .content-info h2{
    font-size: 27px;
    margin-bottom: 30px;
    line-height: 1.2;
    font-weight: 500;
}

.webarPage .form-left .content-info span{
	font-size: 16px;
	max-width: 750px;
	margin: auto auto 30px;
	font-weight: 400;
	display: block;
}



.webarPage .logo-items h3 {
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 33px;
}

.webarPage .feedback-outer {
    margin-bottom: 30px;
    margin-top: 30px;
}

.webarPage hr{
    width: 95%;
    margin: 0;
}

.feedback-outer {
    width: 100%;
    margin-bottom: 25px;
}

.feedback-item {
    width: 27%;
    background-color: #fff;
    padding: 18px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0px 0px 6px #00000015;
    border-radius: 10px;
}
.feedback-item p {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
}

.feedback-outerNew{
	justify-content: center;
}



.feedback-itemNew{
	width: 21%;
	background-color: #fff;
	padding: 18px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 26px;
	box-shadow: 0px 0px 6px #00000015;
	border-radius: 10px;
	position: relative;
}

.feedback-itemNew:last-child {
    margin-right: 0px;
}

.feedback-itemNew p{
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
}

.socialIcon {
    position: absolute;
	top: 0;
	left: 8px;
    margin-top: -15px;
}

.socialIcon ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.socialIcon ul li a {
    font-size: 20px;
    color: #212529;
    margin: 0px 5px;
}

.socialIcon ul li a:hover {
    color: #FCC02C;
}



.logo-items h3 {
    display: block;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 33px;
}
img.logos {
/*    max-width: 575px;
    width: 100%;*/
}
img.logo_first_row {
    margin-bottom: 29px;
}
/*form*/
input::-webkit-input-placeholder {
    color: #7E7E7E!important;
    opacity: 1!important;
}
input:-ms-input-placeholder {
    color: #7E7E7E!important;
    opacity: 1!important;
}
input::placeholder  {
    color: #7E7E7E!important;
    opacity: 1!important;
}
.form-control:focus, input:focus {color: #212529; background-color: #E5E8EA; border: none; outline: 0; box-shadow: none;}


.scheduleForm {
    box-shadow: 0px 3px 6px #00000029;
    background-color: #fff;
    border-radius: 10px;
    padding: 28px 18px;
}
.scheduleForm h4 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 26px;
}
.scheduleForm input,
.scheduleForm textarea {
	width: 100%;
	border: none;
    font-size: 14px;
    border-radius: 5px;
    background-color: #E5E8EA;
    color: #212529;
}




.scheduleForm .country-select {
	display: block;
}

.scheduleForm input {
    height: 50px;
}
.scheduleForm textarea {
	height: 90px;
}

.scheduleForm label.error{
	color: #dc3232;
	font-size: 12px;
	font-weight: 400;
	display: block;
	text-align: left;
}

.scheduleForm .btn {
    display: block;
    background-color: #333333;
    border-radius: 5px;
    padding: 15px 15px;
    color: #FCC02C;
    font-size:16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    width: 100%;
    margin-top: 22px;
}
.scheduleForm .btn:hover {
	background-color: #FCC02C;
	color: #333333;
}
.form-group {
    margin-bottom: 13px;
}



/*********************form-page-end********************/

/*********************Thank yoy page********************/

header {
    position: fixed;
    top: 0;
    width: 100%;
}

.header-logo {
    max-width: 200px;
    padding: 20px 0;
}



.custom-404 {
    display: flex;
}


.thankyou .email-icon img {
    max-width: 100%;
    height: 150px;
    margin: 0px auto 20px;
    display: table;
}


.not-found-bg {
	background: #fad606;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	float: left;
	height: 100vh;
}



.search {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	float: left;
	background: #4d4d4d;
	flex-wrap: wrap;
	padding: 40px 30px;
}

.search img {
	width: 150px;
	margin: 0 auto 20px auto;
	display: table;
}

.search-help-text {
	width: 100%;
	text-align: center;
}

.search-help-text h4 {
	font-size: 22px;
	margin-bottom: 20px;
}

.search-help-text p {
	font-size: 18px;
	margin-bottom: 20px;
}

section{
	width: 100%;
}

.search-help-text p a {
    color: #fad608;
}

/*privacy policy*/

.intro-section {
    padding-top: 60px;
    padding-bottom: 60px;
}


.textCenter {
    text-align: center;
}


h1 {
    font-size: 42px;
    font-weight: 700;
}


h3 {
    font-size: 28px;
    font-weight: 600;
}

.container-content ul {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.container-content ul li {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
}

.section {
    font-size: 14px;
    display: inline-block;
    padding: 3px 9px 2px 9px;
    border: solid 1px #da434c;
    border-radius: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.container-content ul li h3 {
  /*  padding: 15px 0 10px 0;
    line-height: 48px;*/
}

.container-content ul li p {
    line-height: 28px;
    margin: 10px 0px;
}

.overview {
    padding: 0 0 40px 0;
}

.container-content ul li ol li {
    padding: 0 0 10px 30px;
    position: relative;
}

.container-content ul li ol li:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 5px;
    width: 10px;
    height: 15px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.container-content p a {
    color: #da434c;
    text-decoration: none;
}


/*privacy policy The end*/


/*WebAR Demo*/
.recent-projects-Main{
	background-color: #fecb2f;
	padding: 0px 0;
	position: relative;
    overflow-x: hidden;
    margin-top: 100px;
    padding-bottom: 50px;
        padding-top: 30px;
}


.recent-projects-Main #section-triangle {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.recent-projects-Main #section-triangle::after {
    border-top: 10vw solid #fafafa;
    border-right: 102vw solid transparent;
    width: 0;
    height: 0;
    content: "";
    display: block;
}


.recent-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
}



article.project-box.active {
    -moz-transition: opacity linear 0.5s 0s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.25s 0s;
    -webkit-transition: opacity linear 0.5s 0s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.25s 0s;
    -ms-transition: opacity linear 0.5s 0s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.25s 0s;
    -o-transition: opacity linear 0.5s 0s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.25s 0s;
    transition: opacity linear 0.5s 0s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.25s 0s;
    opacity: 1;
	position: relative;
    width: 26%;
    margin: 0% 3%;
	}


	article.project-box img {
	width: 100%;
	border-radius: 8%;
	}

	article.project-box .videoFrame {
	position: absolute;
	width: 102%;
	left: -1.5%;
	top: -1.21%;
}


.userInformationSection{
	padding: 80px 0px 0px;
}

.w-dot-overlay{
    background: url(../images/dot.svg);
    top: 0;
    left: 0;
    background-blend-mode: exclusion;
}


.userInformation{
	background: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	padding: 28px 18px;
	margin-top: 20px;
}

.userInformation .content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.userInformation img{
	margin: 0px auto;
	padding-bottom: 0px;
	display: table;
}


.userInformationbutton .btn{
	display: block;
	background-color: #333333;
	border-radius: 5px;
	padding: 15px 15px;
	color: #FCC02C;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	width: 100%;
	margin-top: 10px;
}

.userInformationbutton .btn:hover {
    background-color: #FCC02C;
    color: #333333;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow:none;
}


.userInformation .content .name {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.userInformation .content .number a{
	font-size: 14px;
	font-weight: 400;
	color: #212529;
	margin: 5px 0px;
	display: block;
}

.userInformation .content .number a:hover{
	text-decoration: none;
	color: #FCC02C;
}

.userInformation .content .emailid a{
	font-size: 14px;
	font-weight: 400;
	color: #212529;
}

.userInformation .content .emailid a:hover{
	text-decoration: none;
	color: #FCC02C;
}

.userInformation .content .address{
	font-size: 14px;
	font-weight: 400;
	color: #212529;
	margin: 5px 0px;
	display: block;
}

.userInformation .running {
    margin-top: 10px;
}

.userInformation .running p{
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    margin: 0;
} 




/*WebAR Demo The End*/


/*WebAR Demo1*/




.webarPageNew .form-left .content-info h1{
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
} 



.webarPageNew .form-left .content-info span{
	font-size: 16px;
	max-width: 750px;
	margin: auto auto 30px;
	font-weight: 400;
	display: block;
}

.webarPageNew .logo-items{
	margin-top: 30px;
}

.dream-sec-heading h3 {
    font-size: 27px;
    margin-bottom: 30px;
    line-height: 1.2;
    font-weight: 600;
}

.webarPageNew .form-left .content-info h2 {
    font-size: 23px;
    margin-bottom: 30px;
    line-height: 1.2;
    font-weight: 600;
}


.webarPageNew .feedback-item {
    width: 23%;
    background-color: #fff;
    padding: 18px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0px 0px 6px #00000015;
    border-radius: 10px;
    min-height: 120px;
}

.border-right{
	border-right: 1px solid #e5e8ea;
}


.hilogo img {
    width: 100px;
}


#section-triangle {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: -1;
    bottom: 0;
}

/*#section-triangle::after {
    border-top: 43vw solid #fecb2f;
    border-left: 101vw solid transparent;
    width: 0;
    height: 0;
    content: "";
    display: block;
}
*/


#section-triangle::after {
    border-top: 47vw solid #fecb2f;
    border-right: 100vw solid transparent;
    width: 0;
    height: 0;
    content: "";
    display: block;
    transform: rotate(180deg);
}



/*WebAR Demo1 The End*/




/*********************Thank yoy page The End********************/



/*media*/


@media screen and (max-width: 1199px) {
/*	.feedback-outer {
	    margin-bottom: 0px;
	}*/
	.form-left .content-info h2 {
	    font-size: 30px;
	}
	.feedback-item p {
	    font-size: 14px;
	}
	.logo-items h3 {
	    font-size: 16px;
	}
	img.logos {
	    max-width: 495px;
	}
	.scheduleForm input {
	    height: 45px;
	}
	.scheduleForm textarea {
	    height: 90px;
	}
	.webarPage .form-left .content-info h1 {
	font-size: 30px;
	}
	.webarPage .form-left .content-info h2 {
	font-size: 22px;
	margin-bottom: 30px;
	}

	.feedback-itemNew p {
	font-size: 14px;
	}


}
@media screen and (max-width: 991px) {
	.feedback-item {
	    width: 28%;
	    padding: 14px 10px;
	}
	.feedback-item p {
	    font-size: 12px;
	}
	.form-left .content-info h2 {
	    font-size: 28px;
	    margin-bottom: 36px;
	    margin-top: 12px;
	}
	img.logos {
	    max-width: 393px;
	}
	img.logo_first_row {
	    margin-bottom: 17px;
	}
	.webarPage .form-left .content-info h1 {
	font-size: 25px;
	}
	.webarPage .form-left .content-info h2 {
	font-size: 20px;
	margin-bottom: 25px;
	}

	.feedback-itemNew p {
	font-size: 12px;
	}
	.feedback-itemNew {
	margin-right: 16px;
	}
}
@media screen and (min-width: 768px) {
	.form-outer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	}
	.form-left {
		width: 60%;
	}
	.form-right {
		width: 40%;
	}
	.feedback-outer {
	    display: flex;
	    flex-wrap: wrap;
	}
	.scheduleForm.mobile {
		display: none;
	}

	.webarPageNew .form-outer{
		align-items: flex-start;
	}
}
@media screen and (max-width: 767px) {
	.scheduleForm.desktop {
		display: none;
	}
	.scheduleForm.mobile {
		margin-bottom: 30px;
	}
	.form-left .content-info h2 {
	    font-size: 24px;
	    margin-top: 0;
	    margin-bottom: 20px;
	}
	.feedback-outer {
	    margin-bottom: 10px;
	    display: flex;
	}
	.feedback-item {
	    width: 30%;
	    padding: 14px 0px;
	    margin-right: 0;
	    border-radius: 10px;
	    max-width: 179px;
	    min-height: 94px;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 15px;
	}
	.logo-items h3 {
	    font-size: 14px;
	    margin-bottom: 30px;
	}
	img.logos {
	    max-width: 300px;
	}
	img.logo_first_row {
	    margin-bottom: 12px;
	}
	img.logo_second_row {
	    margin-bottom: 30px;
	}


	/*form*/
	.scheduleForm {
	    border-radius: 7px;
	    padding: 28px 18px;
	}
	.scheduleForm h4 {
		font-size: 16px;
		margin-bottom: 26px;
	}
	.scheduleForm input,
	.scheduleForm textarea {
	    font-size: 16px;
	    border-radius: 3px;
	}
	.scheduleForm input {
	    height: 45px;
	}
	.scheduleForm textarea {
		height: 80px;
	}
	.scheduleForm .btn {
	    border-radius: 4px;
	    padding: 10px 15px;
	    font-size: 14px;
	    line-height: 1;
	    margin-top: 22px;
	}
	.form-group {
	    margin-bottom: 13px;
	}

	.intl-tel-input.separate-dial-code .selected-dial-code {
	padding-left: 13px;
	font-size: 14px;
	}

	.thankyou .email-icon img {
	height: 80px;
	}

	.thankyou .email-icon h2{
		font-size: 16px;
		text-align: center;
	}

	.header-logo {
	max-width: 110px;
	}

	.search img {
	width: 80px;
	}

	.search-help-text p {
	font-size: 14px;
	}

	.search-help-text h4 {
	font-size: 14px;
	}

	.webarPage .form-left .content-info h1 {
	font-size: 20px;
	}
	.webarPage .form-left .content-info h2 {
	font-size: 14px;
	margin-bottom: 25px;
	}

	.feedback-itemNew p {
	font-size: 12px;
	}
	.feedback-itemNew {
	margin-right: 19px;
	}

	.webarPage .form-left .content-info h2 br{
		display: none;
	}
	.webarPage hr {
	width: 100%;
	}

}


@media only screen and (min-width: 1024px) and (max-width:1139px) {
article.project-box.active{
	    width: 22%;
}

.webarPageNew .feedback-item {
    width: 22%;
}


}

@media only screen and (min-width: 992px) and (max-width:1023px) {
article.project-box.active{
	    width: 27%;
}

.webarPageNew .feedback-item {
    width: 22%;
}

}

@media only screen and (min-width:768px) and (max-width:991px) {
article.project-box.active{
	width: 25%;
    margin: 0% 3%;
}

.webarPageNew .feedback-item {
    width: 22%;
}

.webarPageNew .form-left .content-info h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.border-right {
    border-right: 0px solid #dee2e6!important;
}

.userInformation .content {
	align-items: center;
	margin-top: 10px;
}

}


@media only screen and (min-width:0px) and (max-width:767px) {

.recent-projects-Main {
    margin-top: 0px;
    padding-bottom: 30px;
}

.recent-projects-Main #section-triangle::after {
    border-top: 0vw solid #fafafa;
    border-right: 0vw solid transparent;
}

article.project-box.active{
    margin: auto;
    width: 30%;
    margin-bottom: 2vw;
}


.webarPageNew .feedback-item {
	margin-right: auto;
	max-width: 90%;
	width: 70%;
	min-height: 100px;
}

.feedback-outerNew {
    justify-content: center;
    flex-direction: column;
}


.userInformation {
    width: 100%;
        padding: 10px;
}

.feedback-item p {
    font-size: 14px;
}

.recent-projects-Main #section-triangle {

    display: none;
}

.userInformation .content {
    text-align: center;
        align-items: center;
}

.userInformation img {
    margin: 0px auto;
    padding-bottom: 10px;
    display: table;
    width: 40%;
}

article.project-box .videoFrame {
    top: -1.1%;
}

.recent-content {
    padding-top: 0px;
}

.userInformationSection {
    padding: 30px 0px 0px;
}

.userInformation .running p {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

.userInformation .content .address {
    font-size: 14px;
    margin: 5px 0px;
}

.userInformation .content .emailid a {
    font-size: 14px;
}

.userInformation .content .number a {
    font-size: 14px;
    margin: 5px 0px;
}

.userInformation .running {
    margin-top: 10px;
}

.webarPageNew .form-left .content-info h2 {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.2;
}
.hilogo img {
    width: 75px;
}

.dream-sec-heading h3 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.2;
}

#section-triangle::after {
    border-top: 107vw solid #fecb2f;
}

.border-right {
    border-right: 0px solid #dee2e6!important;
}

.virtual-journey-wrapper.webarPageNew {
    padding-bottom: 0px !important;
}

}

