   	.new-blue-hover-effect:hover {
		transition: all ease 0.5s;
		background-color: #004870;
	}
	
	.new-arrow-left-margin {
		width: 16px !important;
		transition: all ease 0.5s;
		margin-left: 8px;
	}
	
	.new-arrow-pdf {
		width: 25px !important;
		margin-right: 10px;
	}
	
	.new-arrow-left-margin-effect:hover .new-arrow-left-margin {
		margin-left: 12px;
	}
	
	.new-arrow-left-margin-effect:hover a img {
		margin-left: 12px;
	}
	
	.vertical-slider-new-arrow-left:hover svg {
		transition: all ease 0.5s;
		margin-left: 12px;
	}
	
	.new-center-flex {
		display: flex;
    		justify-content: center;
    		align-items: center;
    		margin-top: 40px;
	}
	
	.new-center-flex-start {
		display: flex;
    		justify-content: flex-start;
    		align-items: center;
    		margin-top: 40px;
	}
	
	.new-general-blue-button {
		display: inline-block;
		font-family: Manrope;
		font-style: normal;
		font-weight: 600;
		font-size: 14.8px;
		color: #FFFFFF;
		padding: 13px 30px;
		background: #0076AD;
		border-radius: 30px;
		width: 260px;
		text-align: center;
		
	}
	
	.bg-preloader {
		display: none;
	}
	
@media all and (max-width: 768px) {
	.new-general-blue-button {
		width: 90%;
	}