@font-face {
    font-family: "Lato";
    src: url("../../front-assets/fonts/Lato/Lato-Light.woff2") format("woff2"),
        url("../../front-assets/fonts/Lato/Lato-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato";
    src: url("../../front-assets/fonts/Lato/Lato-Regular.woff2") format("woff2"),
        url("../../front-assets/fonts/Lato/Lato-Regular.woff2") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato";
    src: url("../../front-assets/fonts/Lato/Lato-Bold.woff2") format("woff2"),
        url("../../front-assets/fonts/Lato/Lato-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* .secured_business_banner {
    background-image: url("../../newImages/secured-business-loan/Secured_bg img.png");
    width: 100%;
    height: auto;
    padding: 40px 0px;
    background-repeat: no-repeat;
    background-size: cover;
} */
.secured_banner_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secured_heading {
    font-family: "Lato";
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
    margin: 0;
    color: #ea652b;
    padding-left: 16px;
    border-left: 3px solid #ea652b;
    text-transform: uppercase;
}
.secured_right_box {
    display: flex;
    /* align-items: center; */
}
.product_text {
    margin: 0;
    font-weight: 500;
    font-family: "Lato";
    color: #000000;
    font-size: 18px;
}
.secured_loan_text {
    font-family: "Lato";
    font-weight: 400;
    color: #ea652b;
    font-size: 18px;
    margin: 0;
}
.secured_right_box i {
    font-size: 20px;
    margin: 0px 10px;
    color: #ea652b;
    margin-top: 4px;
}
.overview_main_section {
    background-color: #fff;
    padding: 40px 0px 50px 0px;
}
.overview_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.overview_text_box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.overview_text {
    margin: 0;
    color: #ea652b;
    font-size: 22px;
    font-weight: 700;
    font-family: "Lato";
    text-transform: uppercase;
}
.border_center {
    width: 90px;
    height: 1px;
    background-color: #ea652b;
    margin-left: 15px;
}

.overview_left_box p {
    color: #00000099;
    font-family: "Lato";
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 15px;
    padding-right: 30px;
    text-align: justify;
}
.applyNow_btn {
    background: linear-gradient(0deg, #da352c 0%, #ea652b 100%);
    color: #fff;
    font-size: 18px;
    font-family: "Lato";
    font-weight: normal;
    padding: 13px 26px;
    font-weight: 600;
}
.applyNow_btn:hover {
    color: #fff;
    text-decoration: none;
}
.overview_right_box {
    position: relative;
    padding: 0px 30px;
}
.overview_right_box .overview_img {
    height: 400px;
    width: 90%;
    object-fit: cover;
    border-radius: 10px;
}
.Net_Worth_box {
    position: absolute;
    right: 0px;
    top: 25px;
    background-color: #fff;
    border-radius: 10px;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px -1px #d8d8d8;
}
.Portfolio_Yield_box {
    position: absolute;
    left: -50px;
    bottom: 25px;
    background-color: #fff;
    /* width: 180px; */
    /* height: 180px; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px -1px #d8d8d8;
    flex-direction: column;
    padding: 15px;
}
.border_rounded {
    border: 1px dashed #ea652b;
    border-radius: 50%;
    text-align: center;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.Net_Worth_box .Net_Worth_img {
    height: 40px;
}
.Net_Worth_value_text {
    color: #ea652b;
    font-family: "Lato";
    font-weight: 700;
    margin: 0;
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 26px;
}
.Net_Worth_text {
    color: #8b8b8b !important;
    font-family: "Lato" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    margin: 0 !important;
    line-height: 20px !important;
    padding-right: 0px !important;
    margin-bottom: 0px !important;
    text-align: center !important;
}
.Net_Worth_value {
    margin-left: 20px;
}
.Portfolio_Yield_img {
    height: 35px;
}

.product_specifications_main_section {
    background-color: #f9f9f9;
    padding: 60px 0px;
}

.product_specifications_left_box {
    background-color: #fff;
    border: 1px solid #ffeee7;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    padding-right: 70px;
    margin-top: 20px;
}
.product_specifications_img_box {
    height: 80px;
    min-width: 80px;
    background-color: #ffeee7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.product_specifications_img_box img {
    height: 45px;
}
.product_specifications_left_box p {
    font-family: "Lato";
    font-weight: normal;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.60);
    margin: 0;
    line-height: 23px;
}

.product_benefit_main_section {
    background-color: #fff;
    padding: 60px 0px;
}

.product_benefit_left_main_box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    padding: 25px 0px;
}
.product_benefit_left_box {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    width: 100%;
}
.product_benefit_left_box p {
    font-family: "Lato";
    font-weight: normal;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.60);
    margin: 0;
    line-height: 23px;
}
.product_benefit_center_box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.secured_business_documentation_main_section {
    background-color: #f9f9f9;
    padding: 70px 0px 70px 0px;
}

.Eligibility_Criteria_box {
    box-shadow: 0px 8px 18px -2px #00000012;
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 30px;
    height: 100%;
}

.Eligibility_Criteria {
    background: linear-gradient(90deg, #da352c 0%, #ea652b 100%);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
}
.Eligibility_Criteria img {
    height: 36px;
    margin-right: 20px;
}

.Eligibility_Criteria h4 {
    color: #ffffff;
    font-family: "Lato";
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}
.Eligibility_Criteria_value {
    display: flex;
    align-items: flex-start;
    padding: 10px 20px 0px 20px;
}
.Eligibility_Criteria_value_age {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    margin-right: 20px;
}
.Eligibility_Criteria_value_age h3 {
    font-family: "Lato";
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin: 0;
    line-height: 23px;
    margin-right: 5px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}
.Eligibility_Criteria_value_age p {
    color: #ea652b;
    font-family: "Lato";
    font-weight: normal;
    font-size: 24px;
    margin: 0;
}
.Eligibility_Criteria_text_box {
    width: 60%;
}
.Eligibility_Criteria_text {
    color: #8b8b8b;
    font-family: "Lato";
    font-weight: normal;
    font-size: 15px;
    margin: 0;
    line-height: 21px;
    width: 100%;
    margin-bottom: 15px;
    word-break: break-all;
}

.interest_rate_main_section {
    background-color: #f9f9f9;
    padding: 70px 0px;
}
.interest_rate_value_box {
    display: flex;
    align-items: flex-start;
    height: 100%;
    background-color: #fff;
}
.interest_rate_img {
    background: linear-gradient(180deg, #da352c 0%, #ea652b 100%);
    padding: 15px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 50px;
    margin-right: 15px;
}
.interest_rate_img img {
    height: 60px;
}
.interest_rate_text_box {
    padding: 15px 10px;
}

.interest_rate_text_box h3 {
    color: #000000;
    margin: 0;
    font-family: "Lato";
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
}
.interest_rate_text_box p {
    color: #8b8b8b;
    margin: 0;
    font-family: "Lato";
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
}

.secured_Loan_process_main_section {
    background-color: #f9f9f9;
    padding: 70px 0px 110px 0px;
}
.secured_Loan_process_box {
    text-align: center;
    padding: 0px 20px;
    width: 75%;
    margin: auto;
    margin-bottom: 60px;
    position: relative;
}
.secured_Loan_process_arrow_img {
    position: absolute;
    top: 50px;
    right: -135px;
    height: auto;
}
.secured_Loan_process_img_box {
    background-color: #ffeee7;
    border: 1px solid #ffeee7;
    box-shadow: 0px 4px 24px 0px #00000012;
    padding: 10px;
    position: relative;
    margin-bottom: 20px !important;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 10px;
}
.secured_Loan_process_img_box img {
    height: 50px;
}

.loaan_stap {
    position: absolute;
    bottom: 0;
    right: -51px;
    background-color: #ea652b;
    padding: 3px 20px;
    border-radius: 20px;
    font-family: "Lato";
    font-weight: normal;
    margin: 0;
    font-size: 15px;
    color: #fff;
}
.secured_Loan_process_box .secured_Loan_process_text {
    color: #00000099;
    margin: 0;
    font-family: "Lato";
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
}

.EMI_calculator_main_section {
    background-image: url(../../newImages/back-section-6.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 178px;
    padding: 26px 0px;
    background-position: center;
    /* margin-top: -40px; */
}
.EMI_calculator_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.EMI_calculator_left_box {
    display: flex;
    align-items: center;
}
.calculator img {
    margin-right: 15px;
    height: 55px;
}
.popular_faqs_main_section {
    background-color: #1c1e3b;
    padding: 70px 0px 80px 0px;
    margin-top: 6px;
}

.accordion-card-header {
    background-color: #fff !important;
    line-height: 0;
    padding: 0 !important;
    cursor: pointer;
}
.accordion-card-header a {
    color: #000;
    margin: 0;
    font-family: "Lato";
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    padding: 18px 30px !important;
    display: block;
}
#accordion{
    margin-top: 30px;
}

.accordion_card{
    border-top: none !important;
    border-bottom: none !important;
    border-radius: initial !important;
}
.accordion-card-header a:hover{
    color: #000;
    text-decoration: none;
}

.accordion_text {
    color: #00000099;
    margin: 0;
    font-family: "Lato";
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
}

.card-header:first-child {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.last_section_border{
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.accordion_card:first-child{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.accordion_card:last-child{
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.accordion-title:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
    color: #EA652B;
    font-weight: 400;
}
.accordion-title.collapsed:before {
    float: right !important;
    content:"\f067";
    color: #EA652B;
    font-weight: 400;
}

.accordion-card-body{
    padding: 12px 30px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.testimonials_main_section{
    background-color: #fff;
    padding: 50px 0px;
}

.explore_loan_main_section{
    background-color: #F9F9F9;
    padding: 50px 0px 50px 0px;
    margin-bottom: 80px;
}
.first-section {
    padding-top: 78px;
}
.testimonials-center {
    align-items: center !important;
    display: flex !important;
}

.eligibility_box {
    width: 100%;
    height: 100%;
}
.eligibilty_box_2 {
    width: 100%;
    height: 100%;
    /* padding-top: 30px; */
}
.rate_main_box {
    width: 100%;
    height: 100%;
}
.rate_main_box_2 {
    width: 100%;
    height: 100%;
}
.Net_Worth_value .Net_Worth_text {
    margin-bottom: 0px !important;
}
