.rs-faq__form-2 {
    padding: 45px 50px 50px;
    background: #133c99;
    border-radius: 10px;
     margin-left: 0px;
}
.input-group-addon {
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.rs-faq__form-3 {
    padding: 45px 50px 50px;
    background: #d5e3e6;
    border-radius: 10px;
     margin-left: 0px;
}
.rs-faq__form-3 .input-box input[type=email], .rs-faq__form-3 .input-box input[type=text] {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    color: #343a40;
    border-radius: 5px;
    border: 0;
    background: #ffffff;
    font-size: 16px;
    font-family: "Epilogue", sans-serif;
}
.btn-white
{
	background: #FFFFFF !important;
	color: black;
}
.btn-white:hover
{
	background: #dedede !important;
	color: black;
}
.insurance .rs-service__item .rs-content {
    
    margin-top: -36px;
}