.box_loANS{
    padding: 15px;
    /* border: 1px solid rgb(219, 219, 219); */
    border-radius: 12px;
    background-color: #fff;
}
.img_block img{
    max-width: 100%;
}
.img_block {
    /* width: 300px; */
    /* height: 300px; */
    overflow: hidden;
    border-radius: 12px;
}
.btn_lern_more{
    grid-column-gap: 12px;
    color: #000000;
    background-image: #232c34;
    text-align: center;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    padding: 8px 22px;
    font-size: 15px;
    font-weight: 500;
    line-height: 156%;
    transition: transform .4s ease-in-out;
    display: flex;
    border: 1px solid #ffffff;
    background: #f4f4f4;
    min-width: 210px;
    transition: transform .4s ease-in-out;
}
.btn_lern_more:hover .arrow_btn {
    transform: translateX(10px);
}

.bg_gradient{
    background: linear-gradient(to right, #AECEFF, #ECFFE3);
}
.calculator-container, .result-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
}

.calculator-container h1 {
    margin-bottom: 20px;
    color: #333;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
    color: #555;
}

.input-group input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.default-values {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.default-values span {
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.default-values span:hover {
    background-color: #e0e0e0;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #007BFF;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
}

button:hover {
    background-color: #0056b3;
}

.result h2 {
    color: #333;
}

#emiChart {
    margin-top: 20px;
}

#emi-details {
    margin-top: 20px;
    text-align: left;
    color: #555;
}
.dd_flex_gP10PXS{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.tvtrr{
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
#carrer_bg{

}
#carred_bgrt{
    width: 100%;
    min-height: 6.25em;
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffffff69 0%, #000000d4 100%), url(../images/carrer_bg.jpg);
    background-position: center;
    /* background-origin: padding-box; */
    background-repeat: no-repeat;
    background-size: cover;
    
    /* background: ; */

}
.text-white{
    color: #fff;
}
.car_infomATION{
    padding: 15PX 15PX;
    border-radius: 12px;
    border: 1px solid rgb(231 231 231);
    margin-bottom: 15px;
}
.car_infomATION  h4{
    font-size: 16px;
    font-weight: 600;
}  
/* background-size: cover; */

#banner-content.row
 {
    padding-top: 90px;
    padding-bottom: 100px;
}
.btn_apply_now{
    position: relative;
    padding: 0 45px;
    height: 40px;
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    border: none;
    border-radius: 60px;
    outline: none;
    text-decoration: none;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-transition: .1s cubic-bezier(.47,0,.745,.715);
    -moz-transition: .1s cubic-bezier(.47, 0, .745, .715);
    transition: .1s cubic-bezier(.47,0,.745,.715);
    margin-top: 10px;
    /* padding-right: 40px; */
    -webkit-appearance: none;
    /* display: inline-block; */
    display: inline-flex;
    background-color: #000000;
    color: #ffff;
}

.btn_apply_now:hover{
    background-color: #0056b3;
}
.text_ert{
    color: #12bbf4;
}
.bg_grey_sec{
    background-color: #f1f1f1;
}
/* Responsive design */
@media (min-width: 768px) {
 
    
    .calculator-container, .result-container {
        width: 45%;
    }
    
}

@media (max-width: 480px) {
    .calculator-container h1 {
        font-size: 24px;
    }
    
    .result h2 {
        font-size: 16px;
    }
    
    #emi-details {
        font-size: 14px;
    }
    .dd_flex_gP10PXS , .dd_flx_erty{
        flex-direction: column;
    }
}


.text_adress{
    font-size: 28px;
    font-weight: 600;
    text-align: left;
}
.section-subtitle {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight: 400;
    color: #272727;
}
.Mra5px{
    margin-right: 5px;
}
.main_bxlock{
    padding: 20px;
    border: 1px solid #ffffff;
    border-radius: 12px;
    min-height: 160px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.dd_flx_erty{
    display: flex;
    gap: 10px;
    align-items: center;
}
.bg_graey{
    background-color: #d9f6ff;
}