
.lH-2{
    line-height: 2 !important;
}
 
.-mt-3{
    margin-left: -1rem;
}

.mt-6{
    margin-top: 2rem;
}

.mt-7{
    margin-top: 3rem;
}

.px-Five{
    padding-inline: 5rem;
}
.mt-9{
    margin-top: 9rem;
}

.mt-9Half{
    margin-top: 9.5rem;
}

.mt-10{
    margin-top: 10rem;
}

.mt-10Half{
    margin-top: 10.5rem;
}


.mt-11{
    margin-top: 11rem;
}

.mt-11Half{
    margin-top: 11.5rem;
}

.mt-12{
    margin-top: 12rem;
}

.mt-12Half{
    margin-top: 12.5rem;
}

.mt-13{
    margin-top: 13rem;
}

.mt-13Half{
    margin-top: 13.5rem;
}

.mt-14{
    margin-top: 14rem;
}
.mt-14Half{
    margin-top: 14.5rem;
}

.mt-15{
    margin-top: 15rem;
}

.gap-5{
    gap: 5rem !important;
}
.gap-5Half{
    gap: 5.5rem !important;
}
.gap-6{
    gap: 6rem !important;
}
.gap-6Half{
    gap: 6.5rem !important;
}
.gap-7{
    gap: 7rem !important;
}
/* .first_section {
    margin
} */

/* .first_section{
} */

.text_dark_shade{
    font-family: 'Campton Medium', sans-serif;
    color: #3C3C3C;
    font-weight: 500;
    opacity: var(--reducedOpacityTwo); 
    font-size: clamp(0.5rem, 0.7rem + 1.130625vw, 1.0275rem); 
}

.medium_font{
    font-family: 'Campton Medium', sans-serif;
    color: #3C3C3C;
    font-size: clamp(0.5rem, 0.7rem + 1.130625vw, 1.0375rem);
    opacity: var(--reducedOpacityOne);
}

.medium_header{
    color: var(--commonlyUsedBlue);
    opacity: var(--reducedOpacityTwo);
    font-family: 'Campton Book', sans-serif;
    font-weight: 600;
    font-size: clamp(0.7rem, 0.95rem + 1.130625vw, 1.2rem);
}

.unorderedLists_with_dots li{
    list-style-type: disc;
    margin-left: 1.6rem;
    font-family: 'Campton Book', sans-serif;
    padding-block: .2rem;
}

/* .unorderedLists_with_dots li:nth-child(2){
    list-style-type: none;
} */

.no_disc{
    list-style-type: none !important;
}

.darker_bold{
    opacity: var(--reducedOpacityThree);
    font-family: 'Campton Book', sans-serif;
    font-weight: bold;
}

.reducedFont{
    font-size: clamp(0.4rem, 0.7rem + 1.390625vw, 1.06rem);
}

.lesserFont{
    opacity: var(--reducedOpacityOne);
    font-size: clamp(0.37rem, 0.7rem + 1.390625vw, 1.0275rem);
}

.links{
    color: #FF0033;
    font-family: 'Campton Book', sans-serif;
    text-decoration: underline;
}

.signature_holder{
    width: 100%;
    height: 3.5rem;
}

.signature_holder img{
    max-height: 85%;
}

.images_for_mobile_play_stores img{
    max-height: 75%;
    cursor: pointer;
}

.images_for_mobile_play_stores{
    width: 100%;
    height: 4rem;
    display: flex;
    gap: 1rem;
}

.ceo_name{
    width: 14rem;
    word-break: break-word;
    font-family: 'Campton Book', sans-serif;
    font-size: 1rem;
}

.terms_condition .unorderedLists_with_dots li{
    list-style-type: decimal;
    line-height: 2;
}

.table-bordered, .table-bordered th, .table-bordered td{
    border: 1px solid #707070 !important;
    border-radius: 3px;
    border-collapse: separate;
    border-spacing: 0px;
}

table thead tr th{
    font-family: 'Campton Book', sans-serif;
    color: #3C3C3C;
    font-weight: bold;
    opacity: var(--reducedOpacityThree);
    font-size: clamp(0.4rem, 0.7rem + 1.390625vw, 1.0675rem);
    border-radius: 0 !important;
}

table tbody tr th, table tbody tr td{
    font-family: 'Campton Light';
    color: #3C3C3C;
    opacity: var(--reducedOpacityTwo);
    font-size: clamp(0.37rem, 0.7rem + 1.090625vw, 1.03rem);
    border-radius: 0 !important;
}

table tbody tr td{
    font-weight: bold !important;
}

table thead tr th{
    border-top: 2px !important;
}



.card_selection{
    margin: 15rem 0 5rem 0;
    width: 100%;
    font-family: 'Campton Book', sans-serif;
}

.card_selection .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card_selection .question{
    font-size: 2rem;
    font-weight: bold;
    line-height: 4rem !important;
}

.card_selection .form-group{
    position: relative;
    padding-inline: 2rem;
    width: 50%;
}

.card_selection .form-group select{
    width: 100%;
    height: 5rem !important;
    border: 2px solid rgba(151, 151, 151, 0.375);
    border-radius: 4px;
    padding-inline: .5rem;
    padding-top: .65rem;
    font-size: .775rem;
    font-family: 'Campton Light', sans-serif !important;
    color: #3C3C3C;
}

.card_selection .form-group label{
    position: absolute;
    font-size: .899rem;
    left: 2.75rem;
    top: .78rem
}

.card_selection .button_container{
    margin-block: 1.7rem;
}

.card_selection .button_container .button{
    padding-block: 1.2rem;
    background-color: #FF0033;
    color: white;
    font-family: 'Campton Light', sans-serif;
    cursor: pointer;
    font-size: 0.875rem;
    width: 100%;
    border-radius: .35rem;
    border: 1px solid transparent;

}

.heading_for_mobiles{
    font-family: 'Campton Bold', sans-serif;
    margin-bottom: .425rem;
    font-size: 1rem;
    color: #003366;

}

.table_heading{
    text-transform: uppercase;
    color: #3C3C3C;
    font-size: 1.075rem;
    font-weight: bold;
    font-family: 'Campton Book',sans-serif;
    margin-bottom: .5rem;
    /* margin-inline: auto; */
}

.go_back_button{
    display: flex;
    align-items: center;
    height: 2rem;
    gap: .375rem;
    margin-block: .9rem;
    padding-inline: .7rem;
    font-family: 'Campton Light', sans-serif;
    font-size: .875rem;
    cursor: pointer;
    text-decoration: underline !important;
    color: #3C3C3C;
}

.no_liststyle{
    list-style-type: none !important;
    font-weight: bold !important;
}

.link{
    color: #FF0033 !important;
    text-decoration:  underline !important;
}

.afterthought{
    margin-left: 5rem;
}

.premier-packages{
    display: none;
}

.scrolling_down_arrow_container{
    display: none;
}

@media (max-width: 770px){

    

    .premier-packages{
        display: flex;
    }
    .card_selection{
        /* background-color: red; */
        margin: 12rem 0 7rem 0;
    }

    .card_selection .question{
        font-size: 1.53rem;
    }

    .card_selection .form-group{
        padding-inline: .3rem;
        width: 99%;
    }

    .card_selection .form-group label{
        left: 1.21rem;
    }

    .first_section{
        padding-left: unset !important;
        margin-top: 7rem !important;
    }

    .credit_bureau_notification{
        padding-left: 1.5rem !important;
    }

    .first_section .type_of_letter{
        font-size: 1.8rem ;
        font-weight: bold;
        font-family: 'Campton Bold', sans-serif;
    }

    .first_section .container-fluid{
        padding-left: unset !important;
        padding-right: unset !important;
    }

    .first_section .medium_header, .important_notice .medium_header{
        font-family: 'Campton Medium', sans-serif;
        font-weight: bold;
        line-height: 1.75rem !important;
    }

    .table_holder .px-Five{
        padding-inline: unset;
    }

    table{
        display: none;
    }

    .limit_notification, .images_and_signature, .important_notice, .terms_condition_container{
        padding-left: unset !important;
    }

    .limit_notification > .medium_font {
        padding-left: unset !important;
    }


    .important_notice .container{
        padding-left: unset !important;
    }

    .important_notice .container-fluid{
        padding-left: 1rem !important;
        padding-right: .3rem !important;
    }

    .other-info-img{
        width: 1.2rem;
        height: 1.2rem;
        transition: all .25s ease-in-out;
    }

    .other-info-img.rotate{
        transform: rotate(180deg);
    }

    .other-info-text{
        padding-right: .4rem;
    }

    .cards_specific_text{
        color: #3C3C3C !important;
        font-family: 'Campton Light', sans-serif;
        font-weight: 600;
        font-size: 1.3rem;
        opacity: .85;
    }

  .sme-packages-text.last {
        border-bottom: 0.09rem solid #707070 !important;
        margin-bottom: 2rem;
    }

    .unorderedLists_with_dots li.inside_accordion{
        margin-left: 0rem;
    }

    .unorderedLists_with_dots li:first-child{
        list-style-type:none
    }

    .table_content{
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-gap: .5rem;
    }

    .table_content_heading{
        font-weight: bold;
        color: #3C3C3C;
        font-family: 'Campton Book', sans-serif;
    }

    .modified_list_parent .unorderedLists_with_dots li{
        margin-left: 0rem !important;
    }

    .terms_condition .unorderedLists_with_dots li:first-child{
        list-style-type: decimal;
    }

   .terms_condition  .parent_container{
    padding-left: unset !important;
    padding-right: unset !important;
   }

   .modified-m-show{
    display: flex !important;
    gap: 1.8rem !important;
   }

   .scrolling_down_arrow_container{
    display: inline-flex;
    justify-content: center;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    position: fixed;
    align-items: center;
    height: fit-content;
    bottom: 3.3rem;
    border-radius: 50%;
    z-index: 1000;
    margin: 0px;
    background: transparent;
    padding: 2px;
    right: 1.4rem;
    transition: all .25s ease-in-out;
    animation: bounce 950ms infinite alternate;
}

.scrolling_down_arrow_container img{
    transform: rotate(0deg);
    transition: transform .25s ease-in-out;
    max-width: 90%;
}

.scrolling_down_arrow_container img.rotate_up{
    transform: rotate(180deg);
}
    
}

@keyframes bounce { 0% { transform: translateY(0); } 100% { transform: translateY(-15px); } }
/* #demo {  } */

@media (min-width: 800px){
    .first_section{
            margin-top: 12.5rem !important;
    }
}
