.sletter-consult {
    border-radius: 30px;
    background: rgb(255, 255, 255);
    margin-bottom: 80px;
    padding: 30px 0px;
}
.sletter-consult-ttl {
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0%;
    text-align: left;
	margin-bottom:20px;
}
.sletter-consult-desc {
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
}


.sletter-consult input[type="tel"] {
    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: 284px;
	background: url('vuesax_broken_call.svg') no-repeat 10px center;
    background-size: 20px auto;
	background-color: rgb(255, 255, 255);
	padding-left: 45px;
	background-position: 18px 51%;
	    padding-right: 58px;
}
.sletter-consult button.btn {
    border-radius: 500px;
    background: rgb(0, 182, 170);
    border: none;
	color: rgb(255, 255, 255);
	font-family: Manrope;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
	left: -50px;
}
.sletter-consult button.btn:hover {
    background: rgb(68, 81, 221);
color: rgb(255, 255, 255);
}
.sletter-consult label[for="aggreement"] {
    font-family: Manrope;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: left;
}
.sletter-consult-bottom{
	margin-top:20px;
}

@media (max-width: 768px) {
	.sletter-consult {
    margin-bottom: 60px;
    padding: 15px 0px;
}
.sletter-consult-ttl {
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
	margin-bottom:10px;
}
.sletter-consult-desc {
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    text-align: left;
	margin-bottom:20px;
}
.sletter-consult input[type="tel"] {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    width: 100%;
    max-width: 160px;
    padding-right: 40px;
}
.sletter-consult button.btn {
    font-size: 9px;
    width: 125px;
    position: absolute;
    right: 16px;
    left: auto;
	height: 40px;
}
.sletter-consult .communication-methods {
        margin-top: 0px;
    margin-bottom: 10px;
}

} 