.navbar{
	width: 100%;
	max-width: 1920px;
	position: fixed !important;
	z-index: 2;
	padding: 0;
	margin: 0;
}
.navbar-brad img{
	width: 150px;
}

.navbar-nav li {
	padding-right: 20px;
}
.bordered{
	border: solid 1px #EAAC7C;
	border-radius: 10px;
}
.modal *{
	color: black !important;
}
.btnFisrt{
	width:300px;
	/*background-color: #364bc9cf !important;*/
	background-color: #39d333cf !important;
	
	/*border-color: #b4ff26 !important;*/
}
.btnSecond{
	width:200px;
	/*background-color: #eaecf780 !important;*/
	background-color: #39d333cf !important;
	/*border-color: #b4ff26 !important;*/
}
.btnWhoWeAre{
	width:200px;
	background-color: #3c5174cf  !important;
}

section.section3 img.background{
        object-position: top;
}
section.section1.saveyourmoney img.background{
	/*filter: brightness(60%) !important;*/
	filter: blur(10px) !important;
}
section.saveyourmoney img.background{
	filter: brightness(30%);
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
section.saveyourmoney img.iconimg{
	width: 70px;
    height: 70px;	
    object-fit: cover;
}
section.saveyourmoney img.iconimg2{
	width: 120px;
    height: 120px;	
    object-fit: cover;
}
section.saveyourmoney{
	position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 1;
    height: 100vh;
}


section.saveyourmoney .container{
	filter: brightness(100%);
	z-index: 2;
}


body{
	width: 100%;
	max-width: 1920px;
	margin: auto !important;

}
*{
	overflow: inherit ;
	color: white;
	
}

@media screen and  (max-width: 700px){
	*{
		font-size: 15px;
	}
	.btnFisrt{
		width:200px;

	}
	.btnSecond{
		width:200px;

	}
	.span1{
		font-size: 35px !important;

	}
	.span2{
		font-size: 20px !important;
		
	}
	.btn{
		height: 50px;
	}
	
}