	.sletter {
    border-radius: 25px;
    background: rgba(208, 213, 255, 0.5);
    padding: 30px 80px;
	margin: 40px 0px;
	}
	.sletter h5 {
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
	}
	.sletter input[type="email"] {
    border-radius: 500px;
    
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    height: 60px;
	width: 100%;
	max-width: 240px;
	background: url('mail.svg') no-repeat 10px center;
    background-size: 20px auto;
	background-color: rgb(255, 255, 255);
	    padding-left: 45px;
		    background-position: 18px 51%;
	}

	
	.sletter input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	box-sizing: border-box;
	border: 0.5px solid rgb(0, 0, 0);
	border-radius: 5px;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background: rgba(208, 213, 255, 0.5);
	cursor: pointer;
	    flex: 0 0 auto;
	}
	.sletter input[type="checkbox"]:checked {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><text x="0" y="10" font-size="12">✓</text></svg>') center/contain no-repeat;
	background-position: 0% 10%;
    background-size: 114%;
	}
	.sletter button {
    border-radius: 500px;
    background: rgb(0, 182, 170);
    color: rgb(255, 255, 255);
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    width: 240px;
    height: 60px;
	border:none;
	}
	.sletter button:hover {
	background: rgb(68, 81, 221);
color: rgb(255, 255, 255);
	} 
	.sletter label {
    font-family: Manrope;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
	}
	@media (max-width: 768px) {
	.sletter {
    border-radius: 25px;
    background: rgba(208, 213, 255, 0.5);
    padding: 25px 15px;
    margin: 40px 0px;
	}
	.sletter h5 {
    font-size: 18px;
	}
	.sletter input[type="email"] {
    font-size: 14px;
    margin-bottom: 10px;
	width: 100%;
	max-width: 100%;
	}
	.sletter button {
    margin-bottom: 10px;
	}
	

	
	}