  /* ---------- Variables ---------- */
    :root{
      --bg:#070509;
      --section-bg:#0c0b0d;
      --muted:#a9a9ad;
      --accent:#ff2d6d; /* pink-red accent to match screenshot */
      --card:#0e0d10;
      --soft-border:rgba(255,255,255,0.04);
    }

h1 {
    font-size: 40px;
    line-height: 50px;
}
  h1, h2, h3{
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
 font-size: 40px;
    line-height: 50px;
  margin-bottom: 0;
}
  p,a, li {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
      line-height: 25px;
}

a{
   text-decoration: underline;
}

.title h2, .title h3 {
    font-size: 40px;
    line-height: 50px;
}
.button_style1 a {
    background-color: #512A63;
    padding: 20px 50px;
    display: inline-block;
    text-decoration: none;
    font-size: 21px;
    line-height: 28px;
}
.button_style1 {
    text-align: center;
    display: block;
    margin-top: 50px;
}
.sm_content .content_p ul li {
    margin-bottom: 5px;
}.you_get_with_NetAmbit .icon_content p {
    font-size: 25px;
    line-height: 33px;
}

    /* ---------- Global ---------- */
    *{box-sizing:border-box}

    /* ----------Top  Header Start ---------- */
    .max-w {
    max-width: 280px;
}
.btn-primary:hover {
    background-color: #ec1746;
}
.h_right_content {
    font-size: 21px;
}
.cibil-form_right p {
    font-size: 18px;
}
.brand {
    display: flex;
    align-items: center;
}
.card.card-ghost img {
    width: 30px;
}
.card.card-ghost {
    background-color: #000000;
}

.icon_ghost {
    width: 30px;
    margin-right: 12px;
}
.card-ghost {
    display: flex;
    margin-bottom: 14px;
    align-content: center;
    align-items: center;
}

.icon_content {
    margin-top: 26px;
}
.cibile_icon_box {
    text-align: center;
}
.cibile_icon_box img {
    width: 80px;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 9px;
}
.content_p p {
    margin-bottom: 15px;
}
.button_style1 a:hover {
    background-color: #a31030;
}

 /* ---------- Header End ---------- */

 /* ----------Top  first Start ---------- */
 
 /* .cibil-form_right:before {
    content: "";
    background-image: url(/assets/img/cibil_score_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    top: 0;
    position: absolute;
    height: 100%;
    width: 40%;
    right: 19px;
} */
img.cibile_score_bg {
    position: absolute;
    width: 68%;
    right: -87px;
    top: -153px;
}
img.width_hd {
    max-width: 251px;
    margin-left: 36px;
    padding-top: 22px;
}
.right_side_form {
    position: relative;
    z-index: 1;
    padding-top: 260px;
}
.list_top span {
    font-size: 16px;
    color: #fff;
}
.list_top {
    text-align: center;
    margin-top: 13px;
}
.cashback_cibil_box_s img {
     width: 170px;
    height: 170px;
    object-fit: cover;
    margin: 0 auto;
}
.card.card-ghost p {
    line-height: 30px;
    font-size: 25px;
}
input.form-control {
    background-color: #000;
    color:#fff;
    border-radius: 0;
}
.form-control:focus {
    color: #ffffff;
    background-color: #00000000;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 25%);
}
.cibil-form_right  .form-check {
    padding-top: 10px;
}
input.form-control {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    padding: 13px;
    font-size: 21px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
}
input::placeholder {
    color: #fff !important;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: light-dark(rgb(41, 73, 129), rgba(70, 90, 126, 0.4)) !important;
    color: fieldtext !important;
}
.btn-primary {
  background-color: #512A63;
    padding: 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 21px;
    color: #fff;
    border: none;
    border-radius: 0 !important;
}

.linier_cont p {
    font-size: 21px;
    padding-top: 12px;
}
.top_notice_h p {
    font-size: 14px;
}
.top_notice_h {
    background-color: #512A63;
    text-align: center;
    padding: 6px 10px;
}
.hide_content {
    display: none;
}

.read-more-btn,
.read-less-btn {
    cursor: pointer;
    text-decoration: underline;
}

.read-less-btn {
    margin-left: 10px;
}
.form_wrap_uper.right_side_form .form-check-input[type="checkbox"], .right_side_form .form-check-input[type="checkbox"] {
    padding: 10px 10px;
    margin-right: 9px;
}
.right_side_form input:not([type="radio"]) {
    padding: 15px 10px;
    background-color: transparent;
    border-radius: 0;
    color: #fff !important;
    border-color: #9c9c9c;
}

.sec_left {
    position: relative;
    z-index: 1;
}
.cashback_hdfc_box_s {
    margin-top: 24px;
}
.card-ghost p {
    font-size: 25px;
}
.sm_heading_sm h3 {
    font-size: 21px;
    font-family: Questrial;
    line-height: 16px;
    text-align: center;
}
 /* ----------Top  first Start ---------- */

/* ----------Icon Box  Start ---------- */
 .hdef_icon_sec {
    text-align: center;
}
.hdef_icon_sec .icon_content {
    color: #fff;
        margin-bottom: 35px;
}
.icon_content h5 {
     font-size: 25px;
    font-weight: 600;
    color: #ec1746;
    font-family: "Questrial", sans-serif;
}
.icon_content p
 {
    font-size: 18px;
}
.cibil_why_Choose .cibil_icon_box img {
    height: 110px;
    width: 110px;
    object-fit: contain;
    margin: 0 auto;
    text-align: left;
}
.note_all p {
    margin-bottom: 0;
    padding: 7px 10px;
    font-size: 25px;
    color: #fff;
        font-weight: 600;
    line-height: 38px;
}
.note_all {
    background-color: #512A63;
}
.cibil_why_Choose .icon_content p {
    margin-top: 12px;
}
.sm_content .title h4 {
    font-family: "Questrial", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
}
.cibil_why_Choose .cibil_icon_box .icon_content h5 {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_bill_card {
    margin-bottom: 40px;
}
.cont_using .content_bill_card p {
    text-align: left;
}
/* ----------Icon Box Start  ---------- */


/**---- top  credit  Start---- ***/
.responsive-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.responsive-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px; /* ensures proper layout on small screens */
}
.cibile_icon_box_s img {
    width: 185px;
}

/**-----  top Credit End -----******/



/* ----------Documents for Salaried Applicants Start---------- */
ul.list_li li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 14px;
}
ul.list_li {
    margin-top: 16px;
    padding-left: 11px;
}
.salaried_applicants .cibil_icon_box .icon_content h5{
        font-size: 25px;
    color: #fff;
    font-family: "Playfair Display", serif;
    
}
.content_bill_card h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
}
ul.list_li li {
    list-style-type: none;
}
.icon_content {
    margin-top: 26px;
}
.eligibility_eriteria .icon_content h5 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    font-family: "Playfair Display", serif;
}
.cibile_icon_box_s {
    text-align: center;
}
/* ----------Documents for Salaried Applicants end---------- */


/**Understanding Your Credit Score: From Poor to Excellent-- ***/

.sm_heading_sm {
    margin-bottom: 30px;
}
.button_box_cibil_score_check h4 {
    color: #FFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-family: Questrial;
    font-size: 25px;
    font-weight: 300;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.button_box_cibil_score_check_border h4{
    color: #FFF;
    font-family: Questrial;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;

}
.button_box_cibil_score_check_border h4 {
    height: 75px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_box_cibil_score p {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 8px;
    text-align: left;
}
/* Score Range Colors */
h4.green {
    background-color: #149B33;
    text-align: center;
    padding: 10px;
    color: #fff;
}

h4.light_green {
    background-color: #7BC043;
    text-align: center;
    padding: 10px;
    color: #fff;
}

h4.yellow {
    background-color: #B5D21B;
    text-align: center;
    padding: 10px;
}

h4.orange {
    background-color: #FCA501;
    text-align: center;
    padding: 10px;
}

h4.pink {
    background-color: #F34037;
    text-align: center;
    padding: 10px;
    color: #fff;
}

/* Rating Borders */
.g-border {
    border: 1px solid #149B33;
    text-align: center;
    padding: 10px;
}

.lg-border {
    border: 1px solid #7BC043;
    text-align: center;
    padding: 10px;
}

.l-border {
    border: 1px solid #B5D21B;
    text-align: center;
    padding: 10px;
}

.k-border {
    border: 1px solid #FCA501;
    text-align: center;
    padding: 10px;
}

.b-border {
    border: 1px solid #F34037;
    text-align: center;
    padding: 10px;
}
.table-responsive.cibil_table h4 {
    color: #FFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-family: Questrial;
    font-size: 25px;
    font-weight: 300;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
        margin-bottom: 0;
}
.cibil_table th, .cibil_table p{
white-space: nowrap;
}
.table-responsive.cibil_table td p {
    height: 75px;
}
.cibil_table .table>:not(caption)>*>* {
    background-color: #000000;
}
.table-responsive.cibil_table tr {
    border: none;
}

.tab_according_cibile .accordion-body {
    padding-left: 0;
}
.tab_according_cibile .tab-content {
    padding-left: 23px;
}
/** end Understanding Your Credit Score: From Poor to Excellent ****/
.incre_credit_score ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    background: url(.././img/check-one.png) no-repeat center;
    background-size: contain;
}

.incre_credit_score ul li {
    list-style-type: none;
    position: relative;
}
.incre_credit_score ul li span {
    padding-left: 33px;
    display: block;
}
/* ----------Where can you use HDFC Credit Cards ?---------- */
.content_bill_card h4 , h4.sub-title{
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
    font-family: "Questrial", sans-serif;
    font-weight: 600;
}

.sm_content {
    margin-bottom: 0px;
}
.type_credit_card .content_bill_card .type_img img {
    width: 100%;
    margin-bottom: 37px;
}
.content_bill_card p{
text-align: center;
}
.wrap_all_mobile-otp {
    text-align: center;
}
/* ----------Where can you use cibile Credit Cards ?---------- */

/* ----------Footer end---------- */
.bg_pink {
    background-color: #000;
    padding: 7px;
}
.Middle_footer {
    background-color: #000000;
    padding: 20px 0;
    text-align: center;
}
.botom_up, .bottom_footer {
    padding: 10px 0;
}
.botom_up {
    border-bottom: 1px solid #EC1846;
}
.botom_up .widget_footer p, .botom_up .widget_footer a {
    color: #EC1846;
}
.top_footer_section {
    background-color: #2b292c;
    padding: 20px 0;
    text-align: center;
    color: #1f1026;
}
span.fs_h {
    font-size: 18px;
    padding-right: 5px;
    color: #ec1846;
}
   .side-tabs .nav-link {
            border-radius: 0;
            width: 100%;
            margin-bottom: 10px;
            padding: 15px;
            text-align: left;
            border: 1px solid white;
            background-color: transparent;
            color: white;
            font-weight: 600;
    font-size: 25px;
    font-family: "Questrial", sans-serif;
        }

       .side-tabs .nav-link.active {
    background: linear-gradient(176deg, #512A63, #EC1846);
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    text-align: left;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    font-weight: 600;
    font-size: 25px;
    font-family: "Questrial", sans-serif;
}

        .tab_according_cibile .accordion-button {
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #c3c3c3;
    font-size: 22px;
}

       .tab_according_cibile .accordion-button:not(.collapsed) {
            background: transparent;
            color: #fff;
            box-shadow: none;
        }

        .tab_according_cibile .accordion-item {
            background: transparent;
            border: none;
        }

        .tab_according_cibile .accordion-item button {
            padding-left: 0;
        }

        .tab_according_cibile .tab_according_cibile .accordion-body {
            padding-left: 0;
        }

        .tab_according_cibile .tab_according_cibile .tab-content {
            padding-left: 30px;
        }

        .tab_according_cibile .tab_according_cibile .accordion-button {
            font-size: 22px;
            width: 90%;
        }

        .desktop_cc .accordion-item button {
            padding-left: 0;
        }

       .tab_according_cibile .accordion-body p {
            color: #fff;
            margin-bottom: 0;
        }

        .tab_according_cibile .accordion-button::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v12M2 8h12'/%3E%3C/svg%3E");
            background-size: 16px;
            transform: none;
        }

        /* When Accordion Open → Minus */
        .tab_according_cibile .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 8h12'/%3E%3C/svg%3E");
        }

      .tab_according_cibile  .accordion-button:focus {
            z-index: 3;
            outline: 0;
            box-shadow: unset;
        }
        .remove_coll:after{
            display: none;
        }
        
        .remove_coll {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px !important;
    text-align: left;
    border: 1px solid white;
    color: white;
    font-size: 19px;
}
#mobileFaq .accordion-button {
    font-size: 18px;
    width: 100%;
}


/* ----------footer end---------- */
.owl-dots
 {
    display: none;
}
#dob_ct::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
/* ----------otp start---------- */
.otp-inputs .otp-box_h{
     width: 55px;
    height: 55px;
    margin: 3px;
    font-size: 24px;
    text-align: center;
    border: 3px solid #fff;
    border-radius:0px;
}
div#otp-box_h {
    text-align: center;
}

 .cibil-form_right .form-step_c_score {
            display: none;
        }

        .cibil-form_right .form-step_c_score.show {
            display: block;
        }

        /* OTP boxes layout */
        .cibil-form_right .otp-inputs {
            display: flex;
            gap: 12px;
            justify-content: center;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .cibil-form_right .otp-box {
            width: 55px;
            height: 55px;
            margin: 3px;
            font-size: 24px;
            text-align: center;
            border: 3px solid #fff;
            border-radius: 0px;
        }

        /* Hide error messages by default */
        .cibil-form_right .error {
            font-size: 14px;
            margin-top: 4px;
            color: #ec1746;
        }

        /* Smooth hide animation */
        .wrap_all_mobile-otp,
        #otp-box_cr {
            transition: 0.3s ease;
        }
.deskto_p{
display:none;
}
.cibil-form_right p {
    font-size: 16px;
}
/* ----------otp end---------- */
.table-responsive.cibil_table tr th {
    font-family: Questrial;
    line-height: 16px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border: 0;
    padding-bottom: 13px;
}
.top_footer_section p {
    font-size: 14px;
}
/*.top_footer_section .title h2, .title h3 {*/
/*    font-size: 35px;*/
/*    line-height: 50px;*/
/*}*/

.top_footer_section p, .botom_up p, .bottom_footer p {
    font-size: 14px;
}
.footer_h h4 {
     color: #fff;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
}
.text-pink {
    color: #ec1746;
}
@media only screen and (min-width:1200px) and (max-width: 1400px) { 
.icon_content h5 {
    font-size: 24px;
}
.side-tabs .nav-link {
    border-radius: 0;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    font-family: "Questrial", sans-serif;
    text-align: left;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    font-size: 25px;
    font-weight: 600;
}
.salaried_applicants .cibil_icon_box .icon_content h5 {
    font-size: 25px;
    color: #fff;
    font-family: "Playfair Display", serif;
    height: 2.6em;
    overflow: hidden;
    display: flex;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    align-items: center;
}
.content_bill_card h4, h4.sub-title {
    font-size: 24px;

}
.card.card-ghost p {
    line-height: 30px;
    font-size: 24px;
}
.cibil_slider_section .owl-carousel-perfect-card .item-img-carasoul {
    width: 306px;
    height: 220px;
    margin: 0 auto;
    clip-path: inset(0 round 11px);
}
.title h2, .title h3 {
       font-size: 34px;
        line-height: 50px;
    }
    h1 {
    font-size: 34px;
        line-height: 50px;
}
.cibil_why_Choose .deskto_p {
    display: none;
}
.tab_according_cibile .accordion-button {
    font-size: 22px;
}
}
@media only screen and (min-width:1200px) and (max-width: 1350px) { 
    .title h2, .title h3 {
       font-size: 35px;
        line-height: 50px;
    }
}

@media only screen and (max-width:1200px){

.cibil_why_Choose .deskto_p {
    display: block;
}
.cibil_why_Choose .mobile_P{
    display: none;;
}
}


@media (min-width: 1025px) and (max-width: 1280px) {
  
.card.card-ghost p {
    line-height: 30px;
    font-size: 22px;
}
  .cibil_slider_section .owl-carousel-perfect-card .item-img-carasoul {
    width: 100%;
    height: 220px;
    margin: 0 auto;
    clip-path: inset(0 round 11px);
}

.icon_content h5 {
    font-size: 24px;
}

.salaried_applicants .cibil_icon_box .icon_content h5 {
    font-size: 22px;
    color: #fff;
    font-family: "Playfair Display", serif;
    height: 2.6em;
    overflow: hidden;
    display: flex;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    align-items: center;
}
.content_bill_card h4, h4.sub-title {
    font-size: 22px;

}
.card.card-ghost p {
    line-height: 30px;
    font-size: 22px;
}
h1 {
    font-size: 34px;
    line-height: 54px;
}
.cashback_cibil_box_s img {
    width: 153px;
    height: 153px;
    object-fit: cover;
    margin: 0 auto;
}
.cibil_slider_section .owl-carousel-perfect-card .item-img-carasoul {
    width: 100%;
    height: 220px;
    margin: 0 auto;
    clip-path: inset(0 round 11px);
}

 .eligibility_eriteria .icon_content h5 {
    min-height: 65px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.sm_content .title h4 {
    font-size: 22px;
    
}
.title h2, .title h3 {
    font-size: 34px;
    line-height: 54px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
   .h_right_content p {
    font-size: 16px;
}
.cibil_why_Choose .mobile_P {
    display: none;
}
.sm_content .title h4 {
    font-size: 22px;
}
input.form-control {
    font-size: 18px;
}
.input-group-text {
    font-size: 18px;
}
.btn-primary {
    font-size: 18px;
}
.card.card-ghost p{
  line-height: 22px;
    font-size: 16px;
    }
        .right_side_form {
    position: relative;
    z-index: 1;
    padding-top: 131px;
    left: 26px;
}
.credit_scroe_matter .icon_content h5 {
    font-size: 20px;
    margin-bottom: 0;
}
.cibile_icon_box_s img {
    width: 170px;
}
.icon_content {
    margin-top: 8px;
}

div#faq1 .accordion-body {
    padding-left: 0;
}
h1 {
    font-size: 35px;
    line-height: 54px;
}
.title h2, .title h3 {
    font-size: 35px;
    line-height: 55px;
}
    .cashback_cibil_box_s img {
        width: 120px;
        height: 120px;
        object-fit: cover;
        margin: 0 auto;
    }
.cibil_slider_section .owl-carousel-perfect-card .item-img-carasoul {
    width:100%;
    height: 220px;
    margin: 0 auto;
    clip-path: inset(0 round 11px);
}
img.width_hd {
    max-width: 168px;
    margin-left: 36px;
    padding-top: 22px;
}
.max-w {
    max-width: 240px;
}
section.cibil_top_banner {
    margin-top: 24px;
}
.linier_cont p {
    font-size: 18px;
    padding-top: 12px;
}
.side-tabs .nav-link.active {
    font-size: 22px;
}
.tab_according_cibile .accordion-button {

    font-size: 20px;
}
.you_get_with_NetAmbit .icon_content p {
    font-size: 20px;
    line-height: 33px;
}
.button_box_cibil_score_check_border h4 {
   font-size: 20px;
}
.card-ghost p {
    font-size: 20px;
}

.salaried_applicants .cibil_icon_box .icon_content h5 {
    font-size: 22px;
}

.content_bill_card h4, h4.sub-title {
    font-size: 22px;
            min-height: 42px;
        display: flex;
        justify-content: start;
        align-items: center
}


.otp-inputs .otp-box, .otp-inputs .otp-box_h {
    width: 40px;
    height: 40px;
}
p, a, li {
    font-size: 16px;
}

.icon_content p {
    font-size: 16px;
}
.table-custom td {
    font-size: 16px;
}
.cibil_why_Choose .cibil_icon_box img {
    height: 100px;
    width: 100px;

}
 .cibil-form_right .otp-inputs {
    gap: 8px;
}
.cibile_icon_box .icon_content p {
    padding-top: 9px;
}
.table-responsive.cibil_table h4 {
    font-size: 20px;
    height: 70px;
}
.table-responsive.cibil_table td p {
    height: 70px;
  text-align: left;
}
.top_footer_section .title h2, .title h3 {
    font-size: 30px;
    line-height: 40px;
}
   .credit_scroe_matter .icon_content {
        margin-top: 24px;
    }
}

@media only screen  and (max-width : 991px) {
.h_right_content p {
    font-size: 16px;
}
.top_footer_section .title h2, .title h3 {
    font-size: 30px;
    line-height: 40px;
}
.top_footer_section p, botom_up p, .bottom_footer p {
    font-size: 14px;
}
.max-w {
    max-width: 212px;
}
h1 {
    font-size: 30px;
     line-height: 42px;
}
.title h2, .title h3 {
   font-size: 30px;
    line-height: 42px;
}
.icon_content h5 {
    font-size: 22px;
}

.table-custom th {
    font-size: 22px;
}
.cibil-form_right p {
    font-size: 16px;
}
.cibil_why_Choose .cibil_icon_box img {
    height: 100px;
    width: 100px;

}
 .cibil-form_right .otp-inputs {
    gap: 8px;
}
}
@media only screen  and (max-width : 767px) {
    .cibil_slider_section .owl-carousel-perfect-card .item-img-carasoul {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    clip-path: inset(0 round 11px);
}
.deskto_p{
display:block;
}
.cashback_cibil_box_s .d-flex {
        /* flex-direction: column !important; */
    }
    .brand {
      display: grid;
        align-items: center;
        justify-content: center;
}
img.width_hd {
    max-width: 206px;
    margin-left: 0;
    padding-top: 22px;
}
    h1 {
       font-size: 25px;
        line-height: 35px;
    }
    .btn-primary {
    font-size: 16px;
    width: 70% !important;
    padding: 10px;
    margin: 0 auto;
}
    .cibil-form_right p {
          font-size: 15px;
    }
    .title {
    text-align: center;
}
.card.card-ghost p {
    line-height: 20px;
        font-size: 15px;
}
    .cashback_cibil_box_s img {
        width: 110px;
        height: 110px;
    }
.title h2, .title h3
 {
        font-size: 27px;
        line-height: 35px;
    }
.icon_content p {
        font-size: 15px;
}
.icon_content h5 {
        font-size: 18px;
    }
    .cibil_why_Choose .icon_content p {
    margin-top: 8px;
}
.icon_content p {
        font-size: 15px;
}
input.form-control {
    font-size: 16px;
}
.input-group-text {
    font-size: 16px;
}
.hdef_icon_sec .icon_content {
    margin-bottom: 20px;
}

.content_p {
    text-align: left;
}
.content_p ul {
    padding-left: 12px;
}
   
    .cibil_icon_box img {
    padding-bottom: 3px;
}
p, a, li {
font-size: 15px;
}

    .sm_content .title h4 {
        font-size: 18px;
        text-align: left;
    }
.sm_content {
    margin-bottom: 0;
}
.card-ghost p {
    font-size: 18px;
}

.cibil_icon_box img {
    height: 60px;
    width: 60px;
}
.content_bill_card h4, h4.sub-title {
    font-size: 20px;

}

.sm_heading_sm {
    margin-bottom: 30px;
    margin-top: 10px;
}

.content_bill_card {
    margin-bottom: 10px;
    text-align: center;
}
    .table-custom th {
        font-size: 20px;
    }

.cibil_why_Choose .cibil_icon_box .icon_content h5 {
    min-height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
}
   .eligibility_eriteria  .icon_content h5 {
        font-size: 20px;
        min-height: 51px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cashback_hdfc_box_s {
    padding-left: 20px;
}
    .icon_ghost {
    width: 24px;
    margin-right: 12px;
}
    ul.list_li {
        margin-top: 16px;
        text-align: left;
        padding-left: 34px;
}

ul.list_li li {
    font-size: 15px;
    margin-bottom: 9px;
}
.content_bill_card h4{
            min-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
}
.content_bill_card h4, h4.sub-title {

    margin-bottom: 10px;
}
.cibil-form_right  .form-check {
    padding-top: 10px;
}
.table-custom td {
font-size: 15px;
}
.salaried_applicants .cibil .icon_content h5 {
    font-size: 20px;
}
.cibil .cibil img {
    height: 75px;
    width: 75px;

}
.otp-inputs .otp-box, .otp-inputs .otp-box_h  {
    width: 40px;
    height: 40px;
}
.bg_pink {
    background-color: #000;
     padding: 0px; 
}
 .cibil-form_right .otp-inputs {
    gap: 5px;
}
img.cibile_score_bg {
    position: absolute;
    width: 100%;
     display: none;
    right: 0;
    top: 0;
}
.img_bg {
    display: none;
}
.right_side_form {
    position: relative;
    z-index: 1;
    padding-top: 11px;
}
img.cibile_score_bg {
    position: absolute;
    width: 100%;
    right: 12px;
    top: 0;
}
.cibil_top_l {
    margin-top: -23px;
}
.mobile_P{
    display: none;
}
.button_box_cibil_score_check_border h4 {
    font-size: 20px;
}
.button_box_cibil_score_check h4 {
    font-size: 20px;
}
.cibile_icon_box {
    margin-top: 34px;
}
.sm_content .content_p ul li {
    margin-bottom: 5px;
    text-align: left;
}
.cibile_icon_box_s img {
    width: 132px;
}
.you_get_with_NetAmbit .icon_content p {
    font-size: 18px;
    line-height: 31px;
}
.icon_content {
    margin-top: 0;
}
.cibile_icon_box img {
    margin-bottom: 16px;
}

div#mobileFaq .accordion-body {
    padding: 0;
}
.top_header {
    position: relative;
    z-index: 11;
}
.accordion-collapse.collapse.show .accordion-body p {
    padding-top: 8px;
}
#mobileFaq .accordion-button.remove_coll.active{
    background: linear-gradient(176deg, #512A63, #EC1846);
color:#fff;
}
.incre_credit_score ul {
    padding-left: 0;
}
.table-responsive.cibil_table td p {
    height: unset;
}
.table-responsive.cibil_table h4 {
font-size: 18px;
height: unset;
}
.table-responsive.cibil_table tr th {
    color: #fff;
    border: navajowhite;
    text-align: center;
}
.list_top span {
    font-size: 16px;
    color: #fff;
}
}
@media only screen  and (max-width : 480px) {
        .btn-primary {
        width: 80% !important;

    }
        .otp-inputs .otp-box, .otp-inputs .otp-box_h {
     width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .cibil-form_right .otp-inputs {
    gap: 5px;
}
}