@import url('https://fonts.googleapis.com/css2?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Nunito');

body {
    max-width: 100%;
    overflow-x: hidden;
}
@media (max-width: 420px){
	html, body {
		max-width: 100%;
		overflow-x: hidden;
	}
}

.nav-end{
	align-items: flex-end !important;
	margin-bottom: 0.5em;
}
.logo{
	margin-left: 3%;
}

.custom-nav{
	background-color: #f8f9fb;
}

.nav-link{
	color: #5F6368;
	font-family: 'Roboto';
}
.nav-link:after {
	color: #5F6368;
	display:block;
	content: '';
	border-bottom: solid 3px #1872d3;  
	transform: scaleX(0);  
	transition: transform 250ms ease-in-out;
}
.nav-link:hover:after { 
	color:#5F6368;
	transform: scaleX(1); 
	transform-origin:  0% 50%;
}

.logo{
	margin-left: 3%;
}

.login_class{
	color: #1873d3;
	text-decoration: none;
	font-family: 'Roboto';
}
.login_class:hover{
	color: #1873d3;
	text-decoration: none;
	font-family: 'Roboto';
	border: none;
}
.banner{
	background-image: url("../images/banner-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
	background-position: 0 0;
	width: 100%;
    min-height: 100vh;
    height: auto;
    padding-bottom: 20vw;
}
.banner_h1{
	font-size: 2em; 
	font-weight: bold;
	letter-spacing: 1.68px;
}
.btn-primary{
	background-color: #1873d3;
}
h2{ 
	font-weight: bold;
	letter-spacing: 1.68px;
}
h5{
	font-weight: bold;
	letter-spacing: 1px;
}
.content{
    padding-left: 3.3em;
    width: 80%;
    position: relative;
    left: 3em;
    z-index: 1;
}
.nav-link{
	float: right;
}
.banner_2{
	background-image: url("../images/easy-to-deploy-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    width: 100%;
    min-height: 100vh;
    height: auto;
    padding-bottom: 20vw;
}
.sticky {
	position: sticky;
	top: 0;
	/* overflow: auto; */
	/* z-index: 1; */
}
.tri_list{
	width: 0;
	height: 0;
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-left: 1em solid #EFC52E;
}

.fa-check-square{
	color:#1873d3;
}

h6{
	letter-spacing: 1px;
}
.center-align{
	margin-top: auto;
	margin-bottom: auto;
}
.footer_banner{
	background-image: url("../images/footer-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    width: 100%;
    min-height: 100vh;
    height: auto;
    padding-bottom: 20vw;
}

.form-control{
	line-height: 2;
}
@media only screen and (max-width: 780px){
	.not-slider{
		display: none !important;
	}
	.slider{
		display: block !important;
		text-align: center;
		/* overflow-x: auto; */
		/* flex-direction: row; */
	}
}
.slider{
	display: none;
	/* overflow-x: auto; */
	/* flex-direction: row; */
}
.not-slider{
	display: block;
}

.arrow-custom{
	top:30px !important;
}
.amount_style{
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
}
.color_bababa{
	color: #212529;
	font-family: 'Open-sans', sans-serif;
	font-size: 14px;
}
.pricing_color{
	background-color: #f3f3f3;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #000;
	font-size: 22px;
}
.card-title{
	color: #212529;
	font-family: 'Open-sans', sans-serif;;
}
.card:hover .pricing_color{
	background-color: #1773d3;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
}
.header{
	position: sticky;
	top: 0;
}
.table-product {
	border-bottom: 1px solid #000 !important;
	border-top: none !important;
	margin-left: 5px!important;
}
.w5{
	width: 5%;
}
.w20{
	width: 20%;
}
.empty_block{
	padding-top: 2rem!important;
    padding-bottom: .5rem!important;
}
.o-pricing-table thead th {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.o-pricing-table td, .o-pricing-table th, .o-pricing-table tr {
    border: none;
    color: #1d1d1d;
}
.o-pricing-table td, .o-pricing-table th {
    padding: 1rem 1.25rem;
}

.o-pricing-table__row--feature{
    background-color: #f5f5f5;
}

.o-pricing-table__row--feature .first_row_el{
	background-color: rgb(255, 255, 255);
}

.o-pricing-table__row--feature:hover .first_row_el{
	background-color: #f5f5f5;
}

.o-pricing-table__spacer{
	padding-left:0.3em !important;
	padding-right:0.3em !important;
}

.o-pricing-table__row--feature .o-pricing-table__spacer{
	background-color: rgb(255, 255, 255);
}

.o-pricing-table__row--feature:hover .o-pricing-table__spacer{
	background-color: #f5f5f5;
}

.u-padding-top--x-large {
	padding-top: 2rem!important;
}
.o-pricing-table__header {
    background-color: #f5f5f5;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.2);
    position: sticky;
    top: 72px;
    z-index: 100;
}
.o-pricing-table td, .o-pricing-table th {
	padding: 1rem 1.25rem;
}
.o-pricing-table td, .o-pricing-table th, .o-pricing-table tr {
    border: none;
    color: #1d1d1d;
}
.o-pricing-table__row--header td{
	padding-top:2rem!important;
	padding-bottom:.5rem!important
}
.o-pricing-table>tbody>tr>td:nth-child(even){

	background-color:#f5f5f5;
}
.o-pricing-table__row--feature td,.o-pricing-table__row--feature td:first-child{padding:.7rem 1.25rem}
.o-pricing-table__row--feature:hover{background-color:rgba(105,105,105,.15);border-radius:4px}
.o-pricing-table td, .o-pricing-table th, .o-pricing-table tr {
    border: none;
    color: #1d1d1d;
}