
.bg-blue{
	background-color: #1C2077;
}
.ucartz-bg-off-white{
	background-color: #F6F5F0;
}
.bg-blue-dark{
	background-color: #14196B;
}
.bg-blue-light{
	background-color: #1C2077;
}
.txt-center{
	text-align: center;
}
.txt-left{
	text-align: left;
}
.m-t-30{
	margin-top: 30px;
}
.bold-h1{
	font-weight: 800;
}
#ucartz-sec1{
	color: #ffffff;
	text-align: center;
	padding: 100px;
}
#ucartz-sec2{
	padding: 80px 100px;
}
#ucartz-sec3 hr{
	color: #646894;
	background-color: #646894;
	height:2px;
	border-width:0;
	text-align: left;
}
#ucartz-sec3{
	/*padding: 100px;*/
	color: #fff;
}
.ucartz-sec3p{
	margin-bottom: 30px;
	    line-height: 1.75rem;
}
.ucartz-sec3p li {
    list-style: none;
    position: relative;
    text-align: left;
    padding-left: 15px;
}
.ucartz-sec3p li::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 12px;
}
.ucartz-download_logos{
	color: #00485C;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	font-weight: 600;
	text-decoration: none;
}
.ucartz-download_logos:hover{
	text-decoration: none;
	color: #00485C;
	background-color: #fff !important;
    border-color: #74ffda !important;
}
.btn_2{
	background-color: #14196B;
	color: #fff !important;
}
.btn_2:hover{
	background-color: #14196B !important;
	color: #fff !important;
}
.ucartz-logo-box{
	text-align: center;
	border-radius: 5px;
	padding: 30px;
	margin: 50px 10% 15px 10%;
	height: 100px;
}
.mrg-t-100{
	margin-top: 100px;
}
.ucartz-sec4-col2{
	padding-left: 100px;
}
.p-b-60{
	padding-bottom: 100px;
	
}
.p-r-50{
	padding-right:50px;
}
.p-r-50{
	padding-right: 50px;
}
@media only screen and (max-width: 991px) {
    .p-r-50{
	padding-right: 20px;
}
}
}
.ucartz-logo-box-white{
	background-color: #fff;
}
.ucartz-logo-box-plain{
	border:1px solid #fff;
}
#ucartz-sec4 h3{
	color: #121450;
	font-weight: 600;
	margin: 100px 0 30px 0;
}
#ucartz-terms-and-condition{
	margin-bottom: 30px;
}


/*test*/
.ucartz-bg:before {position:absolute;left:0em; content:'';height:100%;width:800em;z-index:-1}
.ucartz-bg-left:before {left:-400em;}
.ucartz-bg-right:before {left:0;right:auto;}
.ucartz-bg-light-white:before {background-color:#F8F9FB;}
.bg-ash:before {background-color:#F4F3F9;}

.ucartz-bg-light-blue:before {background-color:#1C2077;}
.ucartz-bg-dark-blue:before {background-color:#14196B;}
@media screen and (max-width: 767px){
	.ucartz-sec4-col1{
		text-align: center;
		padding: 0 30px;
	}
	.ucartz-sec4-col2{
		padding: 0 30px 60px 30px;
		text-align: center;
	}
	#ucartz-sec3{
		text-align: center;
	}
	#ucartz-sec2 {
	    padding: 50px 30px;
	}
	#ucartz-sec1 {
	    padding: 50px;
	}
}
@media (min-width: 576px) and (max-width: 767px){
	.ucartz-bg-light-blue:before{
		left: -400em;
	}
	.ucartz-bg-light-white:before{
		left: -400em;
	}
	
	
}
.h1-size {
    font-size: 2.5rem;
    font-weight: 500;
}
.h2-font-size{
    font-size: 2rem !important;
}
.mrg-top-15{
	margin-top: -15px;
}
.w-100-h-50{
	width: 100px !important;
	height: 50px !important;
}
.w-40-h-50{
	width: 40px !important;
	height: 50px !important;
}