.case-navesy__slider{box-shadow: 0px 5px 10px rgb(115 115 115 / 30%); }
.case-navesy__slider img{display:inline !important;object-fit: cover;height: 400px;width: 100%;}
.case-navesy__right{float:right;max-width: 550px;margin: 5px 0 15px 30px;}
.slider-form{background:#fff; height: 400px; border:8px solid rgba(255, 210, 0, 1)}
.slider-form form{display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; padding:0 50px}
.slider-form form input.form-control{padding: 0 20px;height: 52px;background: #F8F8F8;border: 1px solid rgba(108, 88, 46, 0.1);border-radius: 6px;font-weight: 500;font-size: 14px;width:100%;color: #42403D;margin:5px 0}
.slider-form form input.btn-yellow{margin-top: 10px;box-shadow: 0px 5px 10px rgb(115 115 115 / 30%);border-radius: 3px;white-space: nowrap;border: none;height: 52px;width:100%;font-size: 16px;}
@media(max-width:1229px){
	.case-navesy__slider img{height: 350px;}
	.case-navesy__right{max-width: 430px;margin: 5px 0 15px 30px;}
	.slider-form{height: 350px;}
	.slider-form form{padding: 0 40px;}
	.slider-form form input.form-control{padding: 0 15px;height: 48px;}
	.slider-form form input.btn-yellow{height: 48px;}
}
@media(max-width:991px){
	.case-navesy__slider img{height: 400px;}
	.case-navesy__right{max-width: 100%; float:none; margin:0 0 20px;}
	.slider-form{height: 400px;}
	.slider-form form{padding: 0 30px;}
	.slider-form form input.form-control, .slider-form form input.btn-yellow{height: 46px;}
}
@media(max-width:575px){
	.case-navesy__slider img, .slider-form{height:320px;}
	.slider-form .checkbox-week-label-in{text-align:left}
}
@media(max-width:355px){
	.case-navesy__slider img, .slider-form{height:340px;}
}