/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,600;1,300&display=swap');
body{
	padding-top: 0px !important;
}

.mainPhoneWrapper{
	height: 100%;
}

.mainScrollArea{
	margin: auto;
	position: relative;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
}

.mainScreen{
	color: #ffffff !important;
	background-color: #35b8b0 !important;
	position: relative;
	display: flex;
	flex-direction: column;
}

@media (min-width: 771px){
	body{
		padding-top: 20px !important;
	}
	.Black-bg{
		position: absolute !important;
		z-index: 2;
		background-color: black;
		width: 80%;
		height: 100%;
		opacity: 100% !important;
		margin-top: -20px;
	}	
	.SliderContainer{
		position: absolute !important;
		margin: 0 auto !important;
		width: 100% !important;
		height: 100% !important;
		top: 0px;
		bottom: 0px;
	}
	.closeSliderButton{
		position: absolute;
		visibility: hidden;
		z-index: 5;
		width: 30px;
		height: 30px;
		right: 20px;
		top: 20px;
		opacity: 100% !important;
		display: inherit !important;
	}
	.imageSlider{
		width: 50% !important;
		height: auto !important;
	}

	.iframeContainer{
		width: 100%;
		height: 100%;
		visibility: hidden;
	}

	.mainPhoneWrapper{
		width: 375px;
		height: 800px;
		margin: auto;
		background-color: white;
		border: 2px solid transparent;
		border-radius: 30px;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	}
	.mainPhoneTop{
		width: 60px;
		height: 6px;
		margin: 30px auto;
		border: 2px solid #8a8a8a;
		border-radius: 10px;
		display: block;
		box-sizing: border-box;
	}
	.mainPhoneBottom{
		width: 50px;	
		height: 50px;
		margin: 13px auto;
		border: 2px solid #8a8a8a;
		border-radius: 50%;
		box-sizing: border-box;
		display: block;
		color: white;
	}
	.mainScreen{
		width: 340px;
		height: 650px;
		margin: auto;
		outline: 2px solid #8a8a8a8a;
		
	}
	.mainScrollArea{
		overflow-y: scroll;
		padding-top: 20px;
	}
	.col-md-6{
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
}

#page-header {
	padding-top: 120px;
    background: linear-gradient(135deg, #35b8b0 0%,#1c799d 100%);
}
#header-text {
	color: #fff;
}
#header-img > img {
    -webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
            box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
}
section {
	padding: 40px 0;
	position: relative;
}
h3.section-title {
	margin-bottom: 30px;
	font-weight: 400;
}
#features i {
	    background: #f9f9f9;
        width: 124px;
    border-radius: 50%;
    height: 124px;
    line-height: 124px;
}
#features h5 {
	color: #1b99b9;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 15px;
}
#screenshots {
	padding-top: 50px;
}
#screenshots h2 {
	font-weight: 400;
}
#screenshots .row {
	margin-bottom: 80px;
}
#screenshots img {
    -webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
            box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
}
#page-footer {
    padding: 15px 0 10px;
    font-size: 12px;
}
.style1 {
	background-color: #00AB93;
	padding-top: 0px;
}
.style2 {
	max-width: 135%;
	padding: 40px 0px;
	float: left;
	height: auto !important;
}
.style3 {
	padding-top: 5px;
	padding-bottom: 5px;}
.style4 {
	font-size: .85rem;
	margin-top: 9px;
	margin-bottom: 9px;
	font-weight: bold;
}
.style44{
	font-size: .65rem;
	margin-top: 9px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: justify;
	padding: 20px 20px;
}
.logosInfo{
	width: 75%;
	margin: 15px;
	background: white;
}
.style55 {
	font-size: .75rem;
	margin-top: 9px;
	margin-bottom: 15px;
	padding: 0px 15px;
	text-align: justify;
}
.style6 {
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 80%;
}
.style5.logoFinal {
	background-color: #716D47;
	margin-bottom: -10px;
	padding-bottom: 0px;}
.style7 {
	max-width: 200px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.style8 {
	display: block;
	display: -ms-flexbox;
	display: -webkit-box;	
	position: absolute;
	top: 5px;
	right: 5px;
	max-width: 50px;
}

.style88{
	display: block;
	display: -ms-flexbox;
	display: -webkit-box;	
	position: absolute;
	top: 60px;
	right: 5px;
	max-width: 50px;
}

.style9 {
	max-width: 80px;
	background-size: auto;
	position: absolute;
}
.style10 {
	max-width: 25px;
}
.style13 {
	max-width: 25px;
}
.style14 {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.style15 {
	background-color: #716D47;
}

.arWindow{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.closeArButton{
	position: fixed;
	z-index: 3;
	right: 15px;
	top: 15px;
	height: 30px;
	width: 30px;
	visibility: hidden;
}

.closeSliderButton{
	position: absolute;
	display: block;
	z-index: 5;
	width: 30px;
	height: 30px;
	right: 15px;
	top: 30px;
}

.Black-bg{
	position: fixed;
	z-index: 2;
	background-color: black;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
.iframeContainer{
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.SliderContainer{
	width: 90%;
	height: auto;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	opacity: 200% !important;
	max-height: 70%;
	max-width: 1000px;
	visibility: hidden;
}

.iframeStyle{
	position: absolute;
	left: 0px;
	top: 0px;
}

#language-picker-select{
	padding: 2px 2px;
	background-color: #35b8b0;
	color: white;
	border-radius: 5px;
	border: 1px solid white;
	cursor: pointer;

}

#language-picker-select:focus,
#language-picker-select:hover{
	outline: none;
	border: 1px solid rgb(223, 223, 223);
}

#language-picker-select option{
	border-radius: 4px;
}


