
.btn-danger {
  color: #fff;
  background: #d61f37;
  border-color: #d61f37;
}
.xl{font-size: 18px !important;}
label{color: #333; font-size: 16px !important; }
input[type='radio']{border:2px solid #999; width: 24px !important; height: 24px !important; padding: 0 !important;}
input[type='radio']:hover{background: #f1f1f1; border:2px solid #66c;}
input[type='radio']:checked{background: #66c; border:2px solid #66c;}
.bold{font-weight: 600 !important;}

.resp{width: 100% !important;}
@media screen and (max-width:900px){
    .xl{font-size: 14px !important;}   
}