@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");

.enquiryModal .modal-dialog {
    max-width: 380px;
}
.enquiryModal .form-group {
    margin-bottom: 0.75rem;
}
.enquiryModal .form-control {
    height: 33px!important;
    font-size: 13px;
}
.enquiryModal textarea.form-control {
    height: 70px!important;
    text-align: left;
}
.enquiryModal .btn {
    width: 100%;
    padding: 9px 25px!important;
}
.enquiryModal .enquiry-p {
    font-size: 11px!important;
}

.form_section .form-control {
    background-color: rgba(241, 246, 248, 0.5);
    border: none;
    box-shadow: none;
}
.banner_section{
    height: 480px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 100% 86%;
    background-size: cover;
}


.hdfc_section{
    height: 530px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
}

.sbi_section{
    height: 530px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
}

.bajaj_section {
    height: 530px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
}

.banner_content .banner_heading > h1{
    margin-top: 100px;
    font-weight: 500 !important;
    font-size: 32px !important;
}
.offset-sm-3 {
    margin-left: 25% !important;
}
.offset-4 {
    margin-left: 33.33333333% !important;
}
.offset-5 {
    margin-left: 41.66666667% !important;
}
.image_area{
    margin-top: 90px;
}

.img_container{
    gap: 2.5rem;
    /* margin-bottom: 3rem; */
    /* justify-content: center;
    text-align: center; */
}

.bank_img{
    padding: 4px;
    width: 140px;
    height: 46px;
}

.bank_img > img{
    width: 95%;
    height: 100%;
}

.form_section{
    position: fixed;
    width: 355px;
    z-index: 99;
    padding: 18px 18px;
    background-color:white;
    margin-top: 60px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(39,51,74,0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(39,51,74,0.2);
    box-shadow: 0px 10px 20px 0px rgba(39,51,74,0.2,0.6);
    
}

.form-group > label{
    font-size: 14px;
    font-weight: 400;
    color: #202122;
}

.form_input{
    background-color: rgba(241, 246, 248, 0.5);
    border: none;
}
.form_section .form-control {
    background-color: rgba(241, 246, 248, 0.5);
    border: none;
    box-shadow: none;
}
/* .form_section .form-control.border {
    border: none!important;
} */
.form_section select.form-control:not([size]):not([multiple]) {
    height: 35px;
    background-color: #e9ecef;;
    padding: 0.5rem 0rem;
}

.form_icon{
    color: rgba(255, 107, 107, 1);
    background-color: rgba(241, 246, 248, 0.5);
    border: none;
    border-radius: 0px;
    margin-right: 0px !important;
}



.form_input::placeholder, .form-control::placeholder{
    color: rgba(32, 33, 34, 0.5) ;
    font-size: 14px;
    font-weight: 400;
}

.form_btn{
    border: none;
    background-color: #1a61a8;
    width: 100%;
    border-radius: 2px;
}

.form_btn:hover{
    background-color: #1a61a8;
} 

.form_heading{
    display: flex;
    font-size: 24px;
    text-align: center;
    justify-content: center;
}


.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border: 1px solid #e6e2e2;
}

.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
    margin-right: -1px;
    height: 35px;
}

/* adjust <a> anchor target height */
:target {
    scroll-margin-top: 80px; /* Adjust this value to match the height of your navbar */
}

/* ------------------------------------------Patti------------------------------------------------------- */    

.patti {
    position: sticky;
    z-index: 2;
    top: 60px;
    padding: 5px;
    background-color: white;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(35,84,112,0.1);
    -moz-box-shadow: 0px 6px 20px 0px rgba(35,84,112,0.1);
    box-shadow: 0px 6px 20px 0px rgba(35,84,112,0.1);
}
.patti .nav{
   flex-wrap: nowrap;
}

.nav-link:hover {
    color: #202122!important;
    border: none;
    font-weight: 700;
    /* border-bottom: 2px solid #1a61a8; */
}

.nav-link:active{
    border: none;
    font-weight: 700;
    /* border-bottom: 2px solid #1a61a8; */
    border-bottom: 3px solid rgba(255, 107, 107, 1)!important;
}

.nav-link:focus {
    color: #202122!important;
    border: none;
    font-weight: 700;
    /* border-bottom: 2px solid #1a61a8; */
    border-bottom: 3px solid rgba(255, 107, 107, 1)!important;
}


/* ------------------------------------------------------------Loan Types-------------------------------------------------------------- */


.type_head > h2{
    font-weight: 500;
    font-size: 24px;
    color: rgba(32, 33, 34, 1);
    margin-bottom: 4%;
}

.type_head > p{
    font-size: 15px;
    font-weight: 400;
    color: rgba(32, 33, 34, 0.9);

}

.sub_head{
    margin-left: 40px;
    position: relative;
    
}

.sub_head > p{
    font-size: 14px;
    font-weight: 400px;
    /* margin-left: 1px; */
    margin-bottom: 30px;
    color: rgba(32, 33, 34, 0.7);
}

.sub_head > h3{
    font-size: 18px;
    font-weight: 500;
    color: rgba(32, 33, 34, 1);
}

.spaned_i{
    content: "";
    position: absolute;
    width: 24px;
    /* height: 10px; */
    /* border-radius: 50%; */
    left: -31px;
    top: 2px;
}
/* ------------------------------------------------------------Loan Section--------------------------------------------------------- */


.loan_section{
    margin-top: 10px;
}

.loan_heading {
    margin-top: 20px;
    font-size: 32px;
    font-weight: 500;
}

.loan_container{
    background: rgba(241, 246, 248, 0.5);
}

.loan_para{
    font-size: 15px;
    font-weight: 400;
    color: #686a6c;
}

.loan_btn{
    border: none;
    background-color: #1a61a8;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 8px 15px;
}

.loan_img{
    padding: 5px;
    margin-bottom: 10px;
}

/* ----------------------------------------------------------Banking Partner----------------------------------------------------- */

.banking_partner{
    margin-top: 5px;
}
.banking-partner-tabs {
    padding-top: 10px;
}
.banking-partner-tabs .nav.nav-tabs .nav-link {
    border: none!important;
    background-color: #fff!important;
    color: #000!important;
}

.banking-partner-tabs .nav.nav-tabs .nav-link.active {
    font-weight: 700;
    border-bottom: 3px solid rgba(255, 107, 107, 1)!important;
    border-radius: 0px!important;

}

.banking_heading{
    font-size: 32px;
    font-weight: 500;
    color: rgba(32, 33, 34, 1);
}


.bank_content{
    margin-top: 44px;
    padding: 10px;
}

.bank_content_img >img{
    width: 70%;
    margin-bottom: 20px;
}

.bank_content_para{
    font-size: 15px;
    font-weight: 400;
    color: rgba(32, 33, 34, 0.7);
}
.content_btns{
    gap: 1rem;
}


.content_btn{
    border: none;
    background-color: #1a61a8;
    width: 100%;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
}

.content_btn:hover{
    background-color: #1a61a8;
} 

.btn1{
    background-color: #FFFFFF;
    color: rgba(22, 32, 44, 1);
    font-size: 14px;
    font-weight: 400;
    border: 1px solid rgba(226, 230, 234, 1);
}

.btn1:hover{
     background-color: #FFFFFF;
    color: rgba(22, 32, 44, 1);
    font-size: 14px;
    font-weight: 400;
    border: 1px solid rgba(226, 230, 234, 1);
}


.content_info_section{
    margin-top: 60px;
    padding: 30px;
    background-color: rgba(241, 246, 248, 0.5);
}

.content_info_img{
    margin-right: 20px;
}
.content_info_img > img{
    width: 60px;
}

.content_caption>h2{
    font-size: 24px;
    font-weight: 500;
    color: rgba(32, 33, 34, 1);
}

.content_caption>p{
    font-size: 16px;
    font-weight: 400;
    color: rgba(32, 33, 34, 0.5);
}

.nav-tabs{
    border: none;
}
.nav-item{
    list-style: none;
    text-decoration: none;
}

.nav-link{
    color: #202122;
    list-style: none;
    text-decoration: none;
}

.nav-tabs .nav-link.active{
    border: none;
    font-weight: 700;
    /* border-bottom: 2px solid #1a61a8; */
    border-bottom: 3px solid rgba(255, 107, 107, 1)!important;
}

.nav-link:hover{
    color: #202122;
    list-style: none;
    text-decoration: none;
    border: none;
}

.nav-tabs .nav-link {
    border: none;
}


.get_a_loan_content{
    background: rgba(0, 174, 239, 1);
    height: 240px;
}
.card{
    border-radius: 0px;
    padding: 30px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
     -webkit-box-shadow: 0px 10px 20px 0px rgba(39,51,74,0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(39,51,74,0.2);
    box-shadow: 0px 10px 20px 0px rgba(39,51,74,0.2,0.6);
}
.get_a_loan_content > h2{
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    color: white;
    padding-top: 70px;
    padding-bottom: 40px;
}

.card_row{
    margin-bottom:30px ;
}

.card_icon{
    text-align: center;
}

.card_icon > img{
    width: 70px;
    padding-bottom: 15px;
    text-align: center;
}

.card > h3{
    font-size: 18px;
    font-weight: 400;
}

.get_loan_box{
    padding: 30px;
    position: relative ;
    top: -115px 
}

.serial_no{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 32px;
    font-weight: 500;
    color: rgba(233, 233, 233, 1);
}


/* ----------------------------------------------------------About EMI Calculator------------------------------------------------------------- */


.about_emi_calculator{
    margin-top: 10px;
}

.about_heading > h3{
    font-size: 24px;
    font-weight: 500;
    color: rgba(32, 33, 34, 1);
}

.about_content p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(22, 32, 44, 0.6);
}



/* ----------------------------------------------EMI Calculator Component--------------------------------------------------------- */

.emi_container{
    background: rgba(241, 246, 248, 0.5);
}

.emi_heading > h2{
    padding-top: 30px;
    padding-left: 30px;
    font-size: 24px;
    font-weight: 500;
}

.range{
    margin-top: 40px;
    padding-left: 25px;
}

.range_heading >h4{
    font-size: 14px;
    font-weight: 500;

}

.input{
    height: 22px;
    width: 28px;
}

.range_value{
    width: 80%;
}

.number{
    width: max-content;
    text-align: center;
     /* -webkit-box-shadow: 0px 10px 20px 0px rgba(39,51,74,0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(39,51,74,0.2);
    box-shadow: 0px 10px 20px 0px rgba(39,51,74,0.2,0.6); */
    padding: 4px 10px;
    border: 1px solid #d2d6d9;
}

.number2{
    width: max-content;
    text-align: center;
     /* -webkit-box-shadow: 0px 10px 20px 0px rgba(39,51,74,0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(39,51,74,0.2);
    box-shadow: 0px 10px 20px 0px rgba(39,51,74,0.2,0.6); */
    padding: 4px 10px;
    border: 1px solid #d2d6d9;
}

.number3{
    width: max-content;
    text-align: center;
     /* -webkit-box-shadow: 0px 10px 20px 0px rgba(39,51,74,0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(39,51,74,0.2);
    box-shadow: 0px 10px 20px 0px rgba(39,51,74,0.2,0.6); */
    padding: 4px 10px;
    border: 1px solid #d2d6d9;
}

.form-group{
    align-items: center;
    /* margin-top: 20px; */
    gap: 1rem;
}

.form-group > span{
    color: rgba(32, 33, 34, 0.6);
}

input[type="range"] {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none; 
    /* creating a custom design */
    width: 100%;
    height: 11px;
    cursor: pointer;
    outline: none;
    /*  slider progress trick  */
    overflow: hidden;
    border-radius: 16px;
}

/* Track: webkit browsers */
input[type="range"]::-webkit-slider-runnable-track {
    height: 12px;
    background: #ccc;
    border-radius: 16px;
}

/* Track: Mozilla Firefox */
input[type="range"]::-moz-range-track {
    height: 12px;
    background: #ccc;
    border-radius: 16px;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none; 
    /* creating a custom design */
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #f50;
    /*  slider progress trick  */
    box-shadow: -407px 0 0 400px #f50;
}


/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #f50;
    /*  slider progress trick  */
    box-shadow: -407px 0 0 400px #f50;
}

.wheel {
    margin-top: 20px!important;
    /* width: 100%; */
	/* max-height: 280px!important; */
}
.piechart_new
{
    display: block;
    box-sizing: border-box;
    height: 250px!important;
    width: 250px!important;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------ICICI Page------------------------------------------------------------------------- */

.icici_section {
    height: 530px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
}

.left{
    margin-top: 80px;
}

.list{
    list-style: none;
}

.link{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
}

.link:hover{
     text-decoration: none;
    color: rgba(255, 255, 255, 1);
    border: none;
}

.left_bank_img > img {
    /* margin-left: 30px; */
    width: 190px;
}

.left_content > h2 {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 40px;
    color: white;
}

.icon_content {
    padding: 10px;

}
.icon_content > img {
    width: 40px;
}


.icon_content > p {
    color: rgba(255, 255, 255, 1);
}

.form_img > img {
    width: 319px;
    margin-bottom: 10px;
}

/* .icici_form{
    margin-top: 50px !important;
} */

/* ----------------------------------------------About ICICI--------------------------------------------------- */

.about{
    margin-top: 35px;
}

.about_desc > p {
    font-size: 15px;
    color: rgba(22, 32, 44, 0.7);
}

.about_desc{
    font-size: 15px;
    color: rgba(22, 32, 44, 0.7);
    text-decoration: none;
}

#read-more-button{
    color: rgba(5, 62, 255, 1);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

#read-more-button:hover{
    color: rgba(5, 62, 255, 1);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.hidden{
    display: none;
}

/* --------------------------------------------------------Partner Guide List--------------------------------------------- */

.partner_guide{
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(241, 246, 248, 0.5);
}

.guide_heading{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.lists {
    gap: 0.7rem;
}

.lists > li > a{
    color: rgba(5, 62, 255, 1);
    font-size: 14px;
    font-weight: 400;
}

.lists > li > a:hover{
    color: rgba(5, 62, 255, 1);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.no_style_links{
    list-style: disc;
}

.no_style_links > a {
    list-style: none;
}

.heading_link{
    list-style: none;
}

.links {
    padding-left: 1rem;;
    padding-right: 1rem;;
}

.styled_links::marker{
    /* color: rgba(5, 62, 255, 1); */
}

.styled_links{
    margin-left: 30px;
    list-style: circle;
}

/* ------------------------------------------------------Table Body----------------------------------------------------------------- */



.table_body{
    border: 1px solid rgba(146, 144, 144,0.3);
}

.last_row {
    padding-left: 90px;
}

.styled_row {
    background-color: rgba(244, 247, 250, 1);
}

td {
    font-size: 14px;
    font-weight: 400;
}

.interest_heading > h2{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
}

.styled_p{
    margin-top: 35px;
    background: rgba(0, 174, 239, 0.1);
    border-radius: 3px;
}

.styled_p > p {
    padding: 12px;
}
span > a:hover{
    text-decoration: none;
    color: rgba(5, 62, 255, 1);
}

.para{
    margin-top: 40px;
}

.para > p{
    font-size: 14px;
    font-weight: 400;
    color: rgba(32, 33, 34, 0.8);
}

.loan_table_heading{
    margin-bottom: 20px;
}

.loan_table_heading > h2{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;

}

.loan_table_heading > p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(32, 33, 34, 0.7);
}


.list_container{
    margin-top: 20px;
}

.note_factor{
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
}

.list_container > ul{
list-style-type: none;
}

ul{
    padding: 0px;
}

.form_section i {
    /* color: #1a61a8 !important; */
    color: #85888b !important;
    font-size: .9rem;
    content: "";
    /* position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 4px; */
}
.form_section span {
    font-size: .9rem;
}

.tick i {
    /* color: #1a61a8 !important; */
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 4px;
}

.tick img {
    position: absolute;
    width: 22px;
    left: 0;
    padding-right: 5px;
    padding-top: 1px;
}

.simplified_list li.list_part{
    font-size: 13px;
    list-style-type: none;
    /* margin-left: -40px;  */
    color: rgba(32, 33, 34, 0.7);
    margin-bottom: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 28px;
    padding-right: 20px;
}

li.list_part{
    font-size: 13px;
    list-style-type: none;
    /* margin-left: -40px;  */
    color: rgba(32, 33, 34, 0.7);
    margin-bottom: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 24px;
}

.list_part > i {
    color: #00ba74;
    /* color: #fd5332; */
    /* color: rgba(0, 174, 239, 1); */
    margin-right: 10px;
    font-size: 14px;
}

.list_head > h4{
    font-size: 16px;
    font-weight: 500;
    color: rgba(32, 33, 34, 1);
}
/* .list_head{
    margin-bottom: 20px;
} */



.assessment_heading > h1{
    font-size: 24px;
    font-weight: 500;
    color: rgba(32, 33, 34, 1);
    margin-bottom: 20px;
}
.assessment_heading > h2{
    font-size: 24px;
    font-weight: 500;
    color: rgba(32, 33, 34, 1);
    margin-bottom: 20px;
}

.assessment_heading > p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(32, 33, 34, 0.7);
    margin-bottom: 15px;
}

.second{
    padding-right: 10px;
    margin-left: 15px;
}

.head_second > h3{
    font-size: 20px;
    font-weight: 500;

}



.card2{
    /* width: 300px; */
    border-radius: 0px;
    /* padding: 30px 20px 15px 10px; */
    background-color: #FFFFFF;
    /* margin-bottom: 20px; */
    text-align: center;
    position: relative;
    height: 100%;
    border: 1px solid rgba(226, 230, 234, 1);
}

.card_icon{
    text-align: center;
    justify-content: center;
}

.card_icon2 > img{
    width: 50px;
    /* padding-bottom: 15px; */
    margin-right: 10px;
    /* text-align: center; */
    /* justify-content: center; */
}

.card_text{
    text-align: start;
    margin-left: 5px;
}

.card_text > p{
font-size: 12px;
color: rgba(32, 33, 34, 0.7);
margin-bottom: 0;
}

.card_text > h3{
    font-size: 16px;
    font-weight: 400;
}

.material{
    margin-top: 15px;
}

.serial_no2{
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 32px;
    font-weight: 500;
    color: rgba(233, 233, 233, 1);
}

.simplified_list{
    margin-top: 50px;
}

.main_head > h3{
    font-size: 20px;
    color: rgba(32, 33, 34, 1);
}



.employment_heading > h2{
    font-size: 24px;
    font-weight: 500;
    color: rgba(32, 33, 34, 1);
}

.boxes_container{
    margin-top: 30px;
}

.employment_list{
    background: rgba(247, 250, 251, 1);
    padding-bottom: 5px;
    height: 100%;
}

li.list_part2{
    list-style-type: none;
    margin-left: -40px; 
    color: rgba(32, 33, 34, 0.7);
    margin-bottom: 15px;
    font-size: 14px;
}

.list_img > img{
    width: 50px;
    /* margin: 25px 5px 0px 42px; */
}



.closure_head > h2 {
    font-size: 24px;
    font-weight: 500;
}

.checks{
    margin-top: 25px;
    margin-left: 25px;
}

.closure_head > p{
       font-size: 16px;
       font-weight: 400;
       color: rgba(32, 33, 34, 0.5);
}


.document_heading > h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.table_headd > tr{
    border: 1px solid rgba(146, 144, 144,0.3);
}

td > i{
    position: inherit;
    color: #00ba74;
    /* color: rgba(0, 174, 239, 1); */
}

td{
    text-align: start;
}

th{
    background-color: #00ba74;
    /* background-color: rgba(0, 174, 239, 1); */
    color: white;
    vertical-align: middle !important;
    font-size: 14px;
    font-weight: 400;
}

.document_para{
    margin-top: 40px;
    font-size: 12px;
    color: rgba(32, 33, 34, 0.5);
}

.faq_heading {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.blog_head > h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}


.blog_link{
    text-decoration: none;
}
.blog_link:hover{
    text-decoration: none;
}

.blog_img {
    overflow: hidden;
}
.blog_img > img{
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.blogpost_head > h4{
    font-size: 14px;
    font-weight: 500;
   color:rgba(32, 33, 34, 1);
   margin-top: 12px;
}

.blogpost_para > p {
    color: rgba(32, 33, 34, 0.5);
    font-size: 12px;
    font-weight: 400;
}

.blueText{
    font-size: 12px;
    color: rgba(0, 174, 239, 1);
}

.blueText:hover{
    font-size: 12px;
    color: rgba(0, 174, 239, 1);
}

.accordion {
    /* width: 90%; */
    max-width: 1000px;
    /* margin: 2rem auto; */
    border: none;
}
.accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.accordion-item-header::after {
    content: "\002B";
    font-size: 1.25rem;
    position: absolute;
    right: 1rem;
}
.accordion-item-header.active::after {
    content: "\2212";
}
.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

.check_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.check_list li {
    display: inline-block;
    width: 50%;
}

.blogCard {
    height: 100%;
    border: 1px solid #dcdcdc;
}

.hdfc_section a, .sbi_section a, .bajaj_section a, .icici_section a {
    color: #e6e1e1;
}

.hdfc_section .list span, .sbi_section .list span, .bajaj_section .list span, .icici_section .list span{
    color: #e6e1e1;
}

@media screen and (max-width: 768px) {
    .check_list li {
        width: 50%;
    }
    .banner_content .banner_heading > h1 {
        font-size: 28px!important;
        margin-top: 50px;
    }
    .loan_heading {
        font-size: 24px;
    }
    .banking_heading {
        font-size: 24px;
    }
    .faq_heading {
        font-size: 24px;
    }
    .left {
        margin-top: 30px;
    }
    .left_content > h2 {
        font-size: 28px!important;
        margin-top: 10px;
        margin-bottom: 20px;
        color: white;
    }
    .about {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .form_section {
        display: none;
    }
    .loan_para {
        font-size: 13px;
    }
    .loan_content_para {
        font-size: 13px;
    }
    .guide_heading h2 {
        font-size: 24px;
    }
}