*{
    margin: 0;
    padding: 0; 
}
body{
    font-family: 'Open Sans', sans-serif !important; 
    /* font-size: 14px; */
    font-weight: 400;
    color: rgb(45,47,51) !important;
}
a{
    text-decoration: none !important;
}
button.btn{
    background-color: rgb(210,10,17) ;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 12px;
    margin-top: 10px;
    cursor: pointer;
}
.banner-img{
    background-image: url('./img/banner-img.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
}
.banner-btn a{
    background-color: rgb(210,10,17) ;
    padding: 10px 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: block;
    cursor: pointer;
    text-align: center;
}
.banner-btn a:hover, button.btn{
    color: #fff !important;
}
.dbr-pension img, .banner-content img{
    width: 24%;
}
.dbr-heading h1{
    font-size: 50px;
}
.dbr-paragraph p a, .dbr-paragraph-link{
    color: rgb(210,10,17);
}
.dbr-paragraph p a{
    font-weight: 600;
}
.dbr-paragraph-left{
    padding-right: 25px !important;
}
.dbr-paragraph-right{
    padding-left: 25px !important; 
}
.testimonail-detail p{
    color: rgb(210,10,17);
    font-size: 28px;
    font-style: italic;
    font-weight: 600;
    line-height: 35px;
    width: 88%;
    padding-left: 15px;
}
.testimonial-img p{
    color: rgb(106,112,127);
    font-size: 18px;
    margin: 25px 0;
}
.testimonail-detail{
    position: relative;
}
.testimonail-detail i{
    color: rgb(106,112,127);
    font-size: 50px;
    padding-left: 15px;
}
.testimonial-icon-end{
    position: absolute;
}
.testimonial-icon i{
    padding-left: 0;
}
.services-section{
    background-color: #e7e9ed;
    border-radius: 6px;
    margin: 20px;
    height: 100%;
    display: block;
}
.services-padding{
    padding: 0px 40px 0px 40px !important;
}
.services-bg-color{
    background-color: rgb(210,10,17);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.services-btn a{
    color: rgb(210,10,17) ;
    font-weight: 500;
    display: block;
}
.services-padding i{
    font-size: 30px;
    color: rgb(210,10,17);
    padding-right: 15px;
    margin-top: 5px ;
}
.services-heading span{
    font-weight: 600;
}
/**** model ******/
.radio-btn  .gridRadios{
    width: 18px;
    height: 18px;
}
.radio-btn label{
    font-weight: 600;
}
.form-control {
    background-color: #e5e7e9 !important;
    border: none !important;
    height: 50px;
    margin-bottom: 10px;
    padding: 0 0 12px 15px !important;
    color: #6a707f !important;
    font-weight: 500 !important;
}
.form-address{
    background-color: #e5e7e9 !important;
    border: none !important;
    margin-bottom: 10px;
    padding: 10px 15px ;
    color: #6a707f !important;
    font-weight: 500 !important;
}
.form-label{
    display: none;
}
.form-check-input:checked {
    background-color: #000 !important;
    border-color: #000000 !important;
}
.form-check-input:focus, .form-control:focus, .form-address  {
    border-color: inherit !important ;
    outline: 0;
    box-shadow: inherit !important;
}
.radio-heading{
    font-weight: 600;
    color: #727284;
}
.form-check label.check-detail, .form-check a{
    color:#a5a5ab;
}
input[type='radio'] {
    accent-color: #232323;
}
.model-right{
    width: 100%;
    max-width: 480px;
    margin: 0 0 0 auto;
    padding-left: 30px;
}
.model-item::before{
    position: absolute;
    content: "1";
    width: 45px;
    height: 45px;
    border-radius: 50%;
    left: -23px;
    top: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 45px;
    padding-left: 17px;
    background-color: rgb(210,10,17);
    color: #fff;
    border: none;
}
.model-item.item-2::before{
    content: "2";
}
.model-item.item-3::before{
    content: "3";
}
.model-item.item-4::before{
    content: "4";
    background-color: rgb(210,10,17);
    color: #fff;
    border: none;
    line-height: 45px;
    padding-left: 17px;
}
.model-item.item-4{
    border: none;
}
.model-item {
    position: relative;
    margin-top: -2px;
    padding: 0 0 20PX 20PX;
    border-left: 2px solid #6a707f;
}
.model-item  p{
    margin-left: 30px;
    color: #6a707f;
}
.dbr-model{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #00000091;
    margin: auto;
}
.model-bg{
    background-color: #ffff;
    padding: 80px;
    margin: auto;
    max-width: 1340px;
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    overflow-y: scroll;
    max-height: 600px;
}
#modal {
    z-index: 9999;
} 
.dbr-form-heading{
    color: #1f2d56;
    font-size: 26px;
}
.model_close_btn{
    margin-top: -35px;
    font-size: 20px;
    position: relative;
    right: -30px;
    cursor: pointer;
}
.success-message {
    display: none;
    color: green;
    font-weight: bold;
}
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.services-btn a:hover{
    color: rgb(210,10,17);
}
@media screen and (max-width:991px) {
    .model-right{
        padding-left: 0px;
    }
    .dbr-heading h1{
        font-size: 32px;
    }
    h2{
        font-size: 30px !important;
    }
    .dbr-form-heading{
        font-size: 20px;
    }
    .model-right{
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
    }
    .dbr-pension img, .banner-content img {
        width: 35%;
    }
    .testimonial-img img{
        width: 50% !important;
    }
    .testimonial-img p{
        text-align: left !important;
    }
    .testimonail-detail p {
        width: 100%;
        font-size: 24px;
    }
    .testimonail-detail i{
        font-size: 35px;
    }
    .dbr-paragraph-left {
        padding-right: 15px !important;
    }
    .dbr-paragraph-right {
        padding-left: 15px !important;
    }
    .model-bg{
        padding: 20px;
        top: 0;
    }
    .model_close_btn{
        margin-top: -14px;
        right: -10px;
    }
}
@media (max-width:599px) { 
    .dbr-heading h1{
        font-size: 26px;
    }
    h2{
        font-size: 24px !important;
    }
    .banner-btn a{
        padding: 6px 30px;
        font-size: 14px;
    }
    .banner-img{
        height: 200px;
    }
    .testimonail-detail p {
        width: 90%;
        font-size: 18px;
        line-height: 28px;
    }
    .services-padding {
        padding: 0px 20px 0px 20px !important;
    }
}