body{
	margin:0;
	display: flex;
    min-height: 100vh;
    flex-direction: column;
    /* align-items: center; */
    width: 100%;
}
.content-top{
	width:100%;
	/*height:40vh;*/
	flex-grow:1;
}
*{
	box-sizing:border-box;
	transition: all .7s;
}
.header-container{
	box-shadow: 0 5px 10px rgba(0, 0, 0, .10);
}

    
.header-container .header-logos-container .logo{
    width: 240px;
    margin-top: 38px;
    margin-bottom: 38px;
    display: block;
}
.header-container .header-logos-container .ringbacall img{
	width:181px;
}

.max-width-container{
	max-width: 1150px;
    padding: 0px 20px;
    margin: 0 auto;
    width: 100%;
}
.header-logos-container{
	display: flex;
    align-items: center;
    justify-content: center;
}

.content-container{
	max-width:584px;
	width:100%;
	margin-top:100px;
	margin-bottom:100px;
	margin-left: auto;
	margin-right: auto;
}
.content-container h4{
	font-family: 'IdaNarrow';
	color:#212529;
	font-size: 50px;
	font-weight: 400;
	line-height: 54.49px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom:20px;
	margin-top:00px;
	font-weight:Bold;
}

.form-content{
	background: #0080FF;
	padding: 30px;
	border-radius: 10px;

}
.form-content label{
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.01em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:white;
}
.form-content .column2-input{
	display: flex;
    justify-content: space-between;
    margin-top: 10px;
}


.form-content .column2-input button{
	background: #11CE10;
	padding: 21px 43px;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	line-height: 22.5px;
	letter-spacing: -0.01em;
	border:0px;
	border-radius:0px;
	color:white;
	cursor:pointer;

}



.form-content .column2-input input{
	background: white;
	padding: 21px 43px;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	line-height: 22.5px;
	letter-spacing: -0.01em;
	border:1px solid #CFCFCF;
	border-radius:0px;
	color:#212529;
	width:1px;
	flex-grow: 1;

}

.footer-top{
	
	text-align:center;
}
.footer-top img{
	max-width:640px;
	width:100%;
	margin-bottom:40px;
}
.footer-top p{
	font-family: Poppins;
	font-size: 22px;
	font-weight: 400;
	line-height: 33px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #212529;
	margin-top:0px;
	margin-bottom:40px;

}
.carousel-container{
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	background: #F1F7FF;
	padding:80px 20px;
}


.carousel-container h4{
	font-family: 'IdaNarrow';
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

	color: #212529;
	margin-top:0px;
	margin-bottom:40px;
}
.testimonial-container{
	background:white;
	border: 1px solid #CFCFCF;
	border-radius:30px;
	padding:30px 40px;
}
.testimonial-container p{
	color: #444444;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-top:0px;
	margin-bottom:0px;


}
.testimonial-container p.testimonial-footer{
	margin-top:30px;
}

.testimonial-container p.testimonial-footer b{
	color: #0080FF;
	font-weight:bold;
}
/*
.owl-nav{
	position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
}*/

.owl-next{
	position: absolute;
    top: 50%;
	right:-15px;
	transform: translateY(-50%);
	background: #0080FF !important;
    color: white !important;
    width: 30px !important;
    display: block !important;
    line-height: 30px !important;
    border-radius: 50% !important;
    opacity: 0.1 !important;
}
.owl-prev{
	position: absolute;
    top: 50%;
	left:-15px;
	transform: translateY(-50%);
	background: #0080FF !important;
    color: white !important;
    width: 30px !important;
    display: block !important;
    line-height: 30px !important;
    border-radius: 50% !important;
    opacity: 0.1 !important;
}


.footer-container{
	margin: 50px 0;
    text-align: center;
    padding: 0px 20px;
}
.footer-logo{
	    max-width: 250px;
    margin-bottom: 30px;
    width: 100%;
}


.footer-container p{
	
	margin-top: 0px;
    margin-bottom: 40px;
    max-width: 898px;
    margin-left: auto;
    margin-right: auto;
	font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.01em;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

color: #444444;

}
.footer-container p.footer-links,
.footer-container p.footer-links a{
	color: #0080FF;
	font-size:12px;
	text-decoration:none;
	    margin-bottom: 0px;
	
}


@media (max-width:554px){
	.header-container .header-logos-container .logo{
		width:158px;
		margin-top:18px;
		margin-bottom:18px;
	}
	.header-container .header-logos-container .ringbacall img{
		width:110px;
	}
	.header-container{
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.max-width-container{
		padding: 0 25px;
	}
	.content-container{
		margin-top:40px;
		        margin-bottom: 50px;
	}
	.content-container h4{
		margin-bottom:20px;
		font-size: 25px;
		font-weight: 400;
		line-height: 30px;
		text-align: center;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;

	}
	.footer-top img{
		width:254px;
	}
	
	.footer-top p{
		font-family: Poppins;
		font-size: 12px;
		font-weight: 400;
		line-height: 18px;
		text-align: center;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		margin-bottom: 15px;
	}
	.carousel-container {
		padding: 30px 20px;
	}
	.carousel-container h4{
		font-size: 25px;
		font-weight: 400;
		line-height: 40px;
		text-align: center;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		margin-bottom:20px;
	}
	.footer-container{
		text-align:justify;
	}
	.footer-container p{
		margin-bottom:20px;
		font-family: Poppins;
		font-size: 14px;
		font-weight: 400;
		line-height: 21px;
		letter-spacing: -0.01em;
		text-align: justify;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;

	}	
	.footer-logo{
		width:158px;
		margin-bottom:20px;
	}
	.footer-container p span.divider{
		display:none;
	}
	.footer-container p a{
		width:100%;
		display:inline-block;
	}
	
	.footer-container{
		margin-top:30px;
	}
	.column2-input{
		flex-wrap:wrap;
	}
	.column2-input > *{
		width:100%;
	}
	.column2-input > *:first-child{
		margin-bottom:10px;
	}
	.content-container{
		padding: 0px 20px;
	}
}


