/* == Comfortaa Font == */
@font-face {
    font-family: 'Comfortaa-Bold';
    src: url('../../assets/fonts/Comfortaa-Bold.ttf');
}
@font-face {
    font-family: 'Comfortaa-Light';
    src: url('../../assets/fonts/Comfortaa-Light.ttf');
}
@font-face {
    font-family: 'Comfortaa-Regular';
    src: url('../../assets/fonts/Comfortaa-Regular.ttf');
}

/* == Noto Font == */
@font-face {
    font-family: 'NotoSansDevanagari-Regular';
    src: url('../../assets/fonts/NotoSansDevanagari-Regular.ttf');
}
@font-face {
    font-family: 'NotoSans-SemiBold';
    src: url('../../assets/fonts/NotoSans-SemiBold.ttf');
}
@font-face {
    font-family: 'Nunito-Black';
    src: url('../../assets/fonts/Nunito-Black.ttf');
}
@font-face {
    font-family: 'Nunito-Bold';
    src: url('../../assets/fonts/Nunito-Bold.ttf');
}
@font-face {
    font-family: 'Nunito-ExtraBold';
    src: url('../../assets/fonts/Nunito-ExtraBold.ttf');
}
@font-face {
    font-family: 'Nunito-Light';
    src: url('../../assets/fonts/Nunito-Light.ttf');
}
@font-face {
    font-family: 'Nunito-Regular';
    src: url('../../assets/fonts/Nunito-Regular.ttf');
}
@font-face {
    font-family: 'Nunito-SemiBold';
    src: url('../../assets/fonts/Nunito-SemiBold.ttf');
}

body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'NotoSansDevanagari-Regular';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito-Black';
}

#credigo_wrapper .full_height {
    min-height: 100vh;
    overflow:auto; 
}

.btn {
    font-family: 'Nunito-SemiBold';
    font-size: 19px;
    transition: all .5s ease;
    position: relative;
}

.btn-danger {
    background-color: #F83E3F !important;
    border-color: #F83E3F !important;
    color: #fff;
}
.btn-warning {
    color: #000;
    background-color: #FFB300;
    border-color: #FFB300;
}
.border-topright-radius {
    border-radius: 0 28px 0 0;
}
.credigo_bg_danger {
    background: #F93E3F;
}
.bg-danger {
    background-color: #F83E3F !important;
}
.btn-secondary {
    background: #A7A9AC !important;
    border-color: #A7A9AC !important;
}
.border_right_bottom_radius {
    border: 2px solid #000;
    border-bottom-right-radius: 50%;
}
.left_radius {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.notbottom_radius {
    border: 2px solid #000;
    border-radius: 50%;
    border-bottom-right-radius: 0;
}
.top_radius {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.table thead>tr>th {
    font-family: 'Nunito-Light';
    font-size: 15px;
}
.table tr>td {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Nunito-SemiBold';
}
.table-borderless tr,
.table-borderless tr>td, 
.table-borderless tr>th {
    border: 0;
    box-shadow: none;
}
.owl-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 1000;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #1D1D1B;
    border-radius: 50px;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: #1D1D1B;
}

/* == Custom checkbox == */
#credigo_wrapper .form-check{
    position: relative;
    font-family: 'Nunito-Regular';
    font-size: 13px;
}
#credigo_wrapper .custom_checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}
#credigo_wrapper .custom_checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 3px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#credigo_wrapper .custom_checkbox input[type="checkbox"]:checked + label::before {
    background-color: #1D1D1B;
    border-color: #1D1D1B;
}
#credigo_wrapper .custom_checkbox input[type="checkbox"]:checked + label::after {
    color: #fff;
    font-family: 'FontAwesome';
    content: "\f00c";
}
#credigo_wrapper .custom_checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 1px;
    top: 3px;
    font-size: 11px;
    color: #555555;
}
#credigo_wrapper .custom_checkbox.checkbox_danger label::before {
    border: 1px solid #f83e3f;
    top:0;
}
#credigo_wrapper .custom_checkbox.checkbox_danger input[type="checkbox"]:checked + label::before {
    background:#f83e3f;
    border-color:#f83e3f;
}
#credigo_wrapper .custom_checkbox.checkbox_danger label::after{
    top:0;
}

/* == Header menu css code start here == */
#header_topmenu {
    padding: 12px 20px 0;
}
#header_topmenu .bellicon {
    position: relative;
}
#header_topmenu .bellicon .belldot {
    background: #FA4C4B;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    top: -3px;
    right: 2px;
}
#header_topmenu .menu_bar {
    display: grid;
    cursor: pointer;
    gap:5px;
}
#header_topmenu .menu_bar .bar1, 
#header_topmenu .menu_bar .bar2, 
#header_topmenu .menu_bar .bar3 {
    width: 28px;
    height: 2px;
    background-color: #F83E3F;
    transition: 0.4s;
}
#header_topmenu .menu_bar.change .bar1 {
  transform: translate(0, 10px) rotate(-45deg);
}
#header_topmenu .menu_bar.change .bar2 {opacity: 0;}

#header_topmenu .menu_bar.change .bar3 {
  transform: translate(0, -4px) rotate(45deg);
}
#header_topmenu .current_menubar div {
    background: #F4A400;
    height: 4px;
    width: 25px;
    margin: 2px 0;
}
#header_topmenu .menuright {
    display: flex;
    align-items: center;
    justify-content: end;
    gap:12px;
}
#header_topmenu .menuright li {
    margin:0;
}
#header_topmenu #currency {
    position: relative;
    right: 0px;
    bottom: 2px;
    cursor: pointer;
}
#header_topmenu #currency .gold_coin{
    max-width: 38px;
}
#header_topmenu #currency .currency_icon {
    background: #F4A400;
    border-radius: 50px;
    overflow: hidden;
    height: 28px;
    width: 28px;
    border: 4px solid #FFB300;
    text-align: center;
     position: absolute;
    left: auto;
    bottom: auto;
    top: -8px;
    right: -14px;
}
#header_topmenu #currency .currency_icon span{
    color: #894D12;
    font-size: 18px;
}
#header_topmenu .headphones img {
    max-width: 22px;
}
#header_topmenu .bellicon img {
    max-width: 25px;
}

/* == Wecome Page css start here == */
#credigo_wrapper #credigo_button .btn:active {
    box-shadow: none;
    top:4px;
}

#credigo_wrapper .angleicons {
    margin-left: 5px;
    display: inherit;
}
#credigo_wrapper .btn .angleicons .credigo_arrows {
    max-width: 20px;
}
#credigo_wrapper .btn .angleicons i{
    margin-right: -4px;
}
#credigo_wrapper .btn .angleicons i:nth-child(2) {
    opacity: 0.6;
}
#credigo_wrapper .btn .angleicons i:nth-child(3) {
    opacity: 0.4;
}
#credigowelcome {
    padding: 35px 15px 60px;
    text-align: center;
    background: #F93E3F;
    position: relative;
}
#credigowelcome .welcometop_box {
    background: transparent;
    border: 0;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    padding: 0 30px;
    position: absolute;
    top: auto;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 65px;
}
#credigowelcome .welcometop_box img {
    max-width: 250px;
}
#credigowelcome .welcometop_box .welcometitle {
    font-size: 22px;
}
#credigowelcome .selectlang_title {
    font-family: 'Nunito-Regular';
    color: #fff;
    font-size: 20px;
    margin: 0 0 15px;
}
#credigo_language {
    margin: 0;
    background: #fff;
    border-radius: 25px;
    text-align: left;
    padding: 10px 25px;
    display: flex;
    gap: 8px;
    overflow: hidden;
    align-items: baseline;
    font-family: 'Nunito-SemiBold';
    -webkit-transition:  1s;
    -moz-transition:  1s;
    -ms-transition:  1s;
    -o-transition: 1s;
    transition:  1s;
    max-height: 45px;
}
#credigo_language ul {
    margin: 0;
    width: 100%;
}
#credigo_language ul li {
    line-height: 28px;
    font-size: 15px;
}
#credigo_language #langtoggle i{
    font-size: 20px;
    -webkit-transition:  1s;
    -moz-transition:  1s;
    -ms-transition:  1s;
    -o-transition: 1s;
    transition:  1s;
}
#credigo_language #langtoggle {
    cursor: pointer;
}
.credigo_language_wrap.active #credigo_language{
    max-height: 100px;
}
.credigo_language_wrap.active #credigo_language ul li+li {
    border-top: 1px solid #3E393A;
}

/* == Against Page css start here == */
#credigo_against {
    padding: 10px 20px 82px;
}
#credigo_against h2{
    text-align: center; 
    font-size: 30px;
    margin: 0 0 35px;
}
#credigo_against .title{
    font-size: 25px;
    text-align: center; 
    max-width: 85px;
    margin: 0;
    font-family: 'Nunito-ExtraBold';
}
#credigo_against .hasslefree {
    background: #F83E3F;
    color: #fff;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    padding: 15px 15px;
}
#credigo_against .clearcredit {
    background: #FFB300;
    border-top-left-radius: 50%;
    padding: 15px 15px;
}
#credigo_against .clearcreditimg {
    background: #000;
    border-top-right-radius: 50%;
    padding: 35px 25px;
}
#credigo_against .instantloan {
    background: #FFB300;
    border-top-left-radius: 50%;
    padding: 15px 15px;
}
#credigo_against .hasslefreeimg {
    border: 2px solid #000;
    border-bottom-right-radius: 50%;
    padding: 25px;
}
#credigo_against .instantloanimg {
    border: 2px solid #000;
    border-radius: 50%;
    border-bottom-right-radius: 0;
    padding: 30px 18px;
}

/* == Peregrine Page css start here == */
#credigo_peregrine .credigo_peregrine_top {
    background: #fff;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    text-align: center;
    padding: 20px 55px 50px;
	min-height: 200px;
    display: flex;
    align-items: center;
	overflow: hidden;
}
#credigo_peregrine .credigo_peregrine_top .peregrine_logo {
    max-width: 175px;
    margin: 20px 0 0;
}
#credigo_peregrine .credigo_peregrine_top .peregrine_toptitle {
    margin: 15px 0 0;
    color: #7C2672;
    font-family: 'Nunito-Black';
    font-size: 35px;
}
#credigo_peregrine .credigo_peregrine_content {
    padding: 50px 40px 100px;
    background: #F93E3F;
}
#credigo_peregrine .credigo_peregrine_content h2 {
    color: #fff;
    font-size: 32px;
    text-align: center;
    margin: 0 0 30px;
}
#credigo_peregrine .credigo_form .form-control {
    border-radius: 50px;
    color: #2A2350;
    min-height: 45px;
    padding: 5px 20px;
} 
#credigo_peregrine .credigo_form .form-control::placeholder {
    color: #2A2350;
}
#credigo_peregrine .credigo_form .form-check {
    color: #fff;
    font-family: 'Nunito-Regular';
    font-size: 12px;
}
#credigo_peregrine .credigo_form #button-madeindia {
    background: #1D1D1B;
    color: #fff;
    font-size: 17px;
    border-radius: 50px 50px 50px 0;
    padding: 6px 45px 6px 20px;
    font-family: 'Nunito-SemiBold';
}
#credigo_peregrine .credigo_form #button-madeindia .icon {
    position: absolute;
    background: #fff;
    right: -2px;
    top: -2px;
    color: #F83E3F;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 42px;
}
#button-madeindia-gif{
    border:0;
    outline: 0;
    padding: 0;
}
#button-madeindia-gif img {
    max-width: 215px;
}
/* == OTP == */
#credigo_otp {
    text-align: center;
    padding: 40px 30px 100px;
}
#otpinputfield {
    display: flex;
    gap: 20px;
}
#credigo_otp #otpinputfield input {
    text-align: center;
    color: #F6281D;
    outline: none;
    border-radius: 0;
    font-size: 23px;
    border: 0;
    font-family: 'Nunito-SemiBold';
    border-bottom: 1px solid #4B4A4C;
    padding: 0;
    box-shadow: none;
    background: #fff;
}
#credigo_otp #otpinputfield input:focus {
    border-color: #F6281D;
}
#credigo_otp .resent {
    font-family: 'Nunito-Bold';
    font-size: 16px;
    color: #868E97;
    margin:0;
}
#credigo_otp .resent .resent_otp {
	font-family: 'Nunito-Bold';
}
#credigo_otp #countdowntimer {
    color: #F6281D;
    font-family: 'Nunito-SemiBold';
}
#credigo_otp .numberoutput,
#credigo_otp p {
    font-family: 'Nunito-Regular';
    font-size: 15px;
    color: #000;
}
#credigo_otp .numberoutput .pencil_icon {
    border: 1px solid #494949;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 8px;
    right: 5px;
}
#credigo_otp .numberoutput .pencil_icon img {
    max-width: 14px;
    position: relative;
    left: 0px;
    top: -1px;
}

#guarding_wrapper {
    padding: 40px 20px 75px;
}
#guarding_wrapper .guarding_content {
    background: #F7E8E3;
    text-align: center;
    padding: 25px 40px 50px;
    border-radius: 20px;
}
#transfer_content #button_clickhere, .credigo_list #button_clickhere,
#guarding_wrapper .guarding_content #button_clickhere {
    font-size: 16px;
    border-radius: 20px 0 20px 0;
    color: #fff;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.credigo_list #button_clickhere, .angleicons i,
#transfer_content #button_clickhere .angleicons i,
#guarding_wrapper .guarding_content #button_clickhere .angleicons i{
    font-size: 20px;
    top: 2px;
    position: relative;
}
#guarding_wrapper .guarding_items .credigologo {
    max-width: 68%;
    margin: 0px auto;
}
#guarding_wrapper .guarding_details .info {
    text-align: center;
    padding: 30px 0 0;
}
#guarding_wrapper .guarding_details table tr th {
    font-size: 14px;
}
#guarding_wrapper .guarding_details .info h3 {
    color: #F83E3F;
    font-size: 25px;
}
#guarding_wrapper .guarding_details .info p {
    font-family: 'Nunito-Regular';
    font-size: 16px;
}
#guarding_wrapper .guarding_details .kyccontent {
    margin: 28px 0 0;
}
#guarding_wrapper .guarding_details .guarding_kyc {
    border: 2px solid #000;
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Nunito-SemiBold';
    margin:0 8px 15px;
}
#guarding_wrapper .guarding_details .guarding_kyc.verified {
    border-color: #009E6E;
}
#guarding_wrapper .guarding_details .guarding_kyc .signicon {
    background: #000;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: relative;
    top: 1px;
}
#guarding_wrapper .guarding_details .guarding_kyc.verified .signicon{
    background: #009E6E;
}
#guarding_wrapper .guarding_details .guarding_kyc.expired {
    border-color: #F83E3F;
    justify-content: center;
}
#guarding_wrapper .guarding_details .guarding_kyc.expired .signicon {
    background: #F83E3F;
}
#guarding_wrapper .guarding_details .guarding_kyc.kycrequired {
    border-color: #FFB300;
    justify-content: center;
}
#guarding_wrapper .guarding_details .guarding_kyc.kycrequired .signicon {
    background: #FFB300;
}

#guarding_wrapper .guarding_details .guarding_kyc.blocked {
    border-color: #F83E3F;
    justify-content: center;
}
#guarding_wrapper .guarding_details .guarding_kyc.blocked .signicon {
    background: #F83E3F;
}

#guarding_wrapper .guarding_details .table thead>tr>th:first-child{
    width: 28%;
}
#guarding_wrapper .guarding_content .owl-carousel .owl-dots {
    bottom:-30px;
}

#guarding_wrapper .guarding_items h3{
    font-size: 24px;
}



.form_kyc_details .form_kyc {
    border: 2px solid #000;
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Nunito-SemiBold';
    margin:0 8px 15px;
}
.form_kyc_details .form_kyc.verified {
    border-color: #009E6E;
    background: #009E6E;
	color: #fff;
}
.form_kyc_details .form_kyc .signicon {
    background: #000;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: relative;
    top: 1px;
}
.form_kyc_details .form_kyc.verified .signicon{
    background: #009E6E;
    border-color: #009E6E;
}
.form_kyc_details .form_kyc.expired {
    border-color: #F83E3F;
    background: #F83E3F;
}
.form_kyc_details .form_kyc.expired .signicon {
    background: #F83E3F;
    border-color: #F83E3F;
}
.form_kyc_details .form_kyc.kycrequired {
    border-color: #F7E8E3;
    background: #F7E8E3;
}
.form_kyc_details .form_kyc.kycrequired .signicon {
    background: #FFB300;
    border-color: #FFB300;
}
.form_kyc_details a {
    text-decoration: none;
    color: #000;
}

/* == Page 6 css start here == */
#credigo_against .hassle_items {
    padding: 52px 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#credigo_against .hassle_items .title {
    max-width: initial;
    font-family: 'Nunito-ExtraBold';
    font-weight: 700;
    font-size:  20px;
}
#credigo_against .hassle_title {
    font-size: 18px;
    font-family: 'Nunito-Regular';
}
.loan_amount {
    margin: 30px 20px 20px;
    background: #F7E8E3;
    padding: 20px 20px;
    border-radius: 40px 0 40px 0;
}
.loan_amount .loan_item {
    display: flex;
    justify-content: space-between;
    font-family: 'Nunito-SemiBold';
    font-size: 15px;
}
.loan_amount .loanprice {
    font-family: 'Nunito-Black';
    font-size: 30px;
    margin: 8px 0 0;
    display: block;
}

/* == Page 7 css start here == */
.credigo_padding {
    padding: 30px 20px 60px;
}
.heading_title {
    text-align: center;
    font-size: 30px;
    margin: 0 0 30px;
}
.sub_title {
    text-align: center;
    font-size: 16px;
    font-family: 'Nunito-Regular';
}
#credigo_form_details .form-control {
    border-radius: 50px;
    background: #F7E8E3;
    border-color: #F7E8E3;
    padding: 10px 20px;
    line-height: initial;
    color: #241F20;
}
#credigo_form_details .form-control::placeholder {
    color: #241F20;
}
#credigo_wrapper input[type=number]::-webkit-inner-spin-button, 
#credigo_wrapper input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

/* == Selfi page css start here == */
#credigo_selfie{
    padding: 40px 30px 40px;
}
#credigo_selfie .selfie_container {
    text-align: center;
    margin: 25px 0 0;
}
.selfie_camera {
    border-radius: 50px;
    height: 54px;
    width: 54px;
    line-height: 45px;
}
.selfie_camera i {
    font-size: 24px;
}
#credigo_selfieModal .selfie_modal_body .selfie_camera {
    margin: 0 auto 40px;
    display: block;
    text-align: center;
}
#credigo_modalpopup .modal-dialog,
#credigo_selfieModal .modal-dialog {
    margin: 0px auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
}
#credigo_modalpopup .modal-dialog .modal-content,
#credigo_selfieModal .modal-dialog .modal-content {
    border-radius: 60px 0px 60px 60px;
}
#credigo_selfieModal .selfie_modal_body #button-access {
    border-radius: 20px 0;
    font-size: 16px;
    font-family: 'Nunito-SemiBold';
    padding: 5px 15px;
}
#credigo_selfieModal .selfie_modal_body .title_camera {
    font-family: 'Nunito-Regular';
    font-size: 18px;
    margin: 0 0 20px;
}

#credigo_selfieModal #selfiecameraModal .modal-body {
    padding-bottom: 15px;
}
#credigo_selfieModal .credigo_frontcamera {
    border: 2px solid #f83e3f;
    width: 100%;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 20px;
    object-fit: cover;
}
#credigo_selfieModal .modal-body {
    text-align: center;
    padding: 25px 25px 60px;
}

#credigo_wrapper .credigo_credit .credigo_credit_img{
    margin: 0 0 60px;
}

#bank_details form .form-control {
    font-family: 'Nunito-Light';
    font-size: 13px;
    padding: 8px 20px;
}
#bank_details form .form-control.bg-secondary {
    background-color: #A7A9AC !important;
}
#bank_details form .form-control.text-white::placeholder{
    color: #fff;
}
#bank_details form .form-label {
    font-family: 'Nunito-Bold';
    margin: 0;
    padding: 0 20px;
    font-size: 14px;
}
#credigo_wrapper .px-6 {
    padding: 0 20px;
}
#credigo_wrapper .verified_success {
    border: 2px solid #009E6E;
    text-align: center;
    border-radius: 50px;
    font-family: 'Nunito-SemiBold';
    font-size: 18px;
    padding: 6px 10px;
}

#bank_details .custom_radiobox label,
#bank_details .custom_checkbox label {
    font-family: 'Nunito-SemiBold';
    font-size: 14px;
    margin-top: -2px;
}
#credigo_wrapper .select-date {
    display: inline-flex;
    gap: 10px;
}
#credigo_wrapper .select_custom {
    position: relative;
    border-radius: 50px;
    padding-right: 12px;
    display: flex;
    align-items: center;
}
#credigo_wrapper .select-date .select_custom select {
    font-size: 18px;
    color: #fff;
    border: 0;
    border-radius: 50px;
    padding: 8px 10px 8px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 45px;
    width: 68px;
    line-height: 30px;
    font-family: 'Nunito-Regular';
    outline: 0;
}
#credigo_wrapper .select_custom .select_arrow {
    color: #fff;
    display: grid;
}

#salary_wrapper {
    padding: 30px 0 55px;
}
#salary_wrapper .salary_details {
    text-align: center;
    padding: 0 40px;
} 
#salary_wrapper .salary_details .salaryimg {
    padding: 30px 20px 0;
    max-width: 230px;
}
#salary_wrapper .salary_amount ul li {
    padding: 6px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
#salary_wrapper .salary_amount ul .bg-dangerlight {
    background: #F7E8E3;
    font-family: 'Nunito-Black';
    font-size: 16px;
}
#salary_wrapper .salary_amount {
    margin: 40px 0 0;
}
#salary_wrapper .salary_details .info h3 {
    color: #F83E3F;
    font-size: 25px;
}
#salary_wrapper .salary_details .info p {
    margin: 0;
    font-family: 'Nunito-SemiBold';
    font-size: 15px;
}
#guarding_smartip {
    padding: 40px 30px 100px;
}
#guarding_smartip .guarding_content {
    background: #F7E8E3;
    text-align: center;
    padding: 45px 40px;
    border-radius: 50px;
    position: relative;
    margin: 15px 0;
}
#guarding_smartip .guarding_content .tip_price {
    display: flex;
    gap: 8px;
    align-items: center;
    font-family: 'Nunito-Black';
    font-size: 15px;
}
#guarding_smartip .smartip_item h3 {
    font-size: 15px;
    margin: 0 0 20px;
    font-weight: 700;
}
#smartip_slider .owl-dots {
    bottom: 30px;
}
#guarding_smartip .smartip_item {
    margin: 0 0 30px;
}
#guarding_smartip .smartip_item p {
    font-family: 'Nunito-SemiBold';
    font-size: 15px;
    margin: 0;
}
#guarding_smartip .guarding_content .tip_price .tip_bg1 {
    background-image: url('../../assets/images/tip_img1.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 90%;
    background-position: center;
    padding: 16px 0;
}
#guarding_smartip .guarding_content .tip_price .tip_bg2 {
    background-image: url('../../assets/images/tip_img2.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center;
    padding: 18px 10px;
    font-size:18px;
}
#guarding_smartip .guarding_content .tip_price .tip_arrow {
    font-size: 24px;
}
#guarding_smartip .tip_graph1 {
    position: relative;
    display: inherit;
    text-align: right;
    right: 70px;
    left: auto;
    overflow: hidden;
}
#guarding_smartip .tip_graph1 img{
    max-width: 50px;
}
#guarding_smartip .tip_graph2 img {
    max-width: 80px;
}
#guarding_smartip .guarding_content .item_hindi p {
    font-size: 14px;
}
#transfer_content {
    padding: 30px 25px 75px;
}
#transfer_content .sub_title {
    margin: 0;
}
#transfer_content .heading_title {
    font-family: 'Nunito-SemiBold';
    font-size: 58px;
}
#transfer_content .transferimg {
    position: relative;
    padding: 0;
    margin: 80px 0 0;
}
#transfer_content .transferimg .transfer_amount {
    font-family: 'Nunito-Bold';
    font-size: 30px;
    position: absolute;
    top: 33px;
    left: 44px;
}
#transfer_content #credigo_form_details .form-control{
    font-size: 14px;
}

#custom_table table .bg-dangerlight {
    background: #F7E8E3;
}
#custom_table .table-bordered {
    border-color: #000;
}
#custom_table table tr th {
    font-family: 'Nunito-Regular';
    font-size: 14px;
}
#custom_table table tr td {
    font-size: 85%;
}
#custom_table table tr td strong {
    font-family: 'Nunito-bold';
    font-size: 13px;
}
#credigostatement small {
    font-size: 11px;
    font-family: 'Nunito-SemiBold';
}
#credigostatement .form-check  label {
    font-family: 'Nunito-SemiBold';
    font-size:12px;
}

#credigo_wrapper .form_check_items {
    background: #F7E8E3;
    margin: 0 0 15px;
    padding: 12px;
}
#credigo_wrapper .form_check_items .custom_checkbox label::before {
    background-color: transparent;
}
#credigo_wrapper .form_check_items label strong {
    font-family: 'Nunito-Bold';
    display: block;
    margin: 0 0 5px;
}
#credigo_wrapper .form_check_items label span {
    color: #6C6D6F;
    font-size: 11px;
    line-height: 14px;
    display: inline-block;
}
#credigo_wrapper .form_check_items label .readhere {
    text-decoration: underline;
    cursor: pointer;
}
#credigostatement #credigo_form_details p {
    font-family: 'Nunito-SemiBold';
    font-size: 13px;
}
#credigostatement #credigo_form_details label strong {
    font-family: 'Nunito-Bold';
    font-size: 13px;
}
#credigo_form_details .sub_title small {
    font-family: 'Nunito-SemiBold';
    line-height: 16px;
    display: inline-block;
    font-size: 13px;
}
#credigo_received {
    text-align: center;
    padding: 36px 0 105px;
}
#credigo_received .received_icon {
    background: #009E6F;
    color: #fff;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 50px;
    margin: 0 auto 15px;
}
#credigo_received .received_gif img {
    max-width: 85px;
}
#credigo_received .received_icon .material-symbols-outlined{
    font-size: 55px;
}
#transfer_content #credigo_received .heading_title {
    font-size: 45px;
}
#credigo_received .text-received {
    font-size: 17px;
    margin: 15px 0;
}
#credigo_received .sub_title{
    font-family: 'Nunito-SemiBold';
    line-height: 20px;
}
#credigo_wrapper .note {
    color: #808185;
    margin: 0;
    font-size: 13px;
}
#credigo_wrapper .note span {
    font-family: 'Nunito-Bold';
    color: #000;
}
.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}
#credigo_wrapper .table-striped>tbody>tr:nth-of-type(even) {
    background: #F7E8E3;
}
#credigo_wrapper .table-striped>tbody>tr:nth-of-type(odd) td{
    padding: 12px .5rem;
}
#custom_table td .badge {
    border-radius: 50px;
    font-size: 10px;
    padding: 4px 10px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.pending {
    background: #E1402F;
}
.disbursed {
    background: #009E6E;
}
.closed {
    background: #000;
}
#credigo_detail_list ul li {
    padding: 8px 12px;
}
#credigo_detail_list ul li:nth-of-type(odd) {
    background: #F7E8E3;
}
#credigo_wrapper .credigo_download {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#credigo_wrapper .credigo_download .download {
    color: #E1402F;
    font-family: 'Nunito-Bold';
    display: flex;
    gap: 8px;
    align-items: end;
}
#credigo_wrapper .credigo_download .download a{
    color: #E1402F;
}
#credigo_wrapper .credigo_download .download .download_icon {
    background: #E1402F;
    color: #fff;
    border-radius: 50px;
    font-size: 17px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
#credigo_dialog {
    text-align: center;
    padding: 40px 0 100px;
}
#credigo_dialog .main_title {
    color: #f83e3f;
    font-size: 30px;
    margin: 30px 0 0;
}
#credigo_dialog .main_subtitle {
    font-family: 'Nunito-SemiBold';
    font-size: 17px;
}
/* == Contact css start here == */
#contact_form .form_items {
    background: #F7E8E3;
    padding: 15px 20px;
    border-radius: 20px;
}
#contact_form .form_items .form-control{
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    color:#3B3B3B;
}
#contact_form .form_items .form-control::placeholder {
    color:#3B3B3B;
}
#contact_form .form_items .form-label{
    color: #f83e3f;
    font-family: 'Nunito-Bold';
    font-size: 18px;
    margin: 0;
}

#credigo_wrapper #credigo_button {
    position: fixed;
    bottom: 0;
    left: auto;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 380px;
    padding: 0 0 0px;
    background: transparent;
}
#credigo_wrapper #credigo_button .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

/* == Faq css start here == */
#credigo_faq #accordion .card {
    border: 0;
    box-shadow: none;
    font-size: 15px;
    font-family: 'Nunito-SemiBold';
}
#credigo_faq #accordion .card .card-header {
    background: #F7E8E3;
    border: 0;
    text-align: left;
    border-radius: 50px;
    padding: 8px 12px;
}
#credigo_faq #accordion .card .card-header .btn {
    font-family: 'Nunito-SemiBold';
    padding: 0;
    text-align: left;
    font-size: 15px;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 12px;
}
#credigo_faq #accordion .card .card-header .btn[aria-expanded="true"] .faq_arrow{
    transform: rotateZ(87deg);
}
#credigo_faq #accordion .card .card-header .btn .faq_arrow{
    transition: .1s ease;
}
#credigo_faq #accordion .card .card-header .btn .faq_arrow  img{
    max-width: 12px;
}
/* == Faq css end here == */
#credigo_wrapper .credigo_list ul {
    text-align: left;
    margin: 0 0 30px;
}
#credigo_wrapper .credigo_list ul li .list_arrow {
    float: right;
}
#credigo_wrapper .credigo_list ul li .list_arrow img {
    max-width: 12px;
}
#credigo_wrapper .credigo_list li {
    margin: 0 0 12px;
}
#credigo_wrapper .credigo_list li a {
    background: #F7E8E3;
    display: block;
    padding: 12px 18px;
    border-radius: 10px;
    font-family: 'Nunito-Bold';
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
#credigo_wrapper .credigo_list .btn-logout{
    font-family: 'Nunito-Bold';
    padding: 4px 25px;
}
#credigo_wrapper .rupee_icon {
    max-width: 118px;
}

/* == Loading effect css start here == */

#credigo-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
#credigo-loader .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    z-index: 1000;
    background: #fff;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#credigo-loader .loader-section.section-left {
    left: 0;
}
#credigo-loader .loader-section.section-right {
    right: 0;
}
#credigo-loader #loader-gif{
    height: 80px;
    width: 80px;
    margin: 0px auto;
    z-index: 1001;
    position: relative;
}
#credigo-loader #loader-circle {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0px auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #F83E3F;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
#credigo-loader #loader-circle:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FFB300;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#credigo-loader #loader-circle:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loaded #credigo-loader .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #credigo-loader .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-logo,
.loaded #loader-circle,
.loaded #loader-gif {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.loaded #credigo-loader {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}
/* == Loading effect css end here == */

.credigo_hide_bcm #header_topmenu .menu_bar,
.credigo_hide_bcm #header_topmenu .menuright li:first-child,
.credigo_hide_bcm #header_topmenu .menuright li:last-child,
.credigo_logo_hide #logo_img {
    display: none !important;
}
#credigo_wrapper .credigo_inputcenter .form-control,
#credigo_wrapper .credigo_inputcenter .form-control::placeholder {
    text-align: center;
}

#credigo_wrapper .check_center label{
    position: relative;
    display: initial;
}
#credigo_wrapper .credigo_credit .check_center {
    padding: 0;
}
#credigo_wrapper .credigo_credit .check_center label {
	font-size: 14px;
}
#credigo_wrapper .credigo_credit .check_center label::before{
    position: inherit;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    top: 2px;
}
#credigo_wrapper .credigo_credit .check_center label::after {
    left: 0px;
    top: 0px !important;
    width: 16px;
    height: 16px;
}

#credigo_otp .resent .resent_enable {
    cursor: pointer;
    color: #000;
}

#credigo_wrapper .credigo_linkboxs ul li {
    margin:0 0 15px;
}
#credigo_wrapper .credigo_linkboxs ul li a{
    background: #F7E8E3;
    padding: 15px 20px;
    border-radius: 20px;
    display: block;
    text-decoration: none;
    text-decoration: none;
    color:#3B3B3B;
    font-size:16px;
}
#credigo_wrapper .credigo_linkboxs ul li a h4 {
    color: #f83e3f;
    font-family: 'Nunito-Bold';
    font-size: 18px;
    margin: 0 0 2px;
}

/* Radio css code start here == */
#credigo_wrapper .custom_radiobox {
    position: relative;
    padding: 0;
    margin: 4px 10px 0 0;
}

#credigo_wrapper .custom_radiobox input[type=radio] {
    opacity: 0;
}
#credigo_wrapper .custom_radiobox label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 7px !important;
}
#credigo_wrapper .custom_radiobox label:before {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 1px;
    left: 0;
    content: "";
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #f83e3f;
    background: #fff;
}
#credigo_wrapper .custom_radiobox input[type=radio] {
    margin: 0px;
}
#credigo_wrapper .custom_radiobox input[type=radio]:disabled + label {
    color: #999;
}
#credigo_wrapper .custom_radiobox input[type=radio]:disabled + label:before {
    background-color: #f83e3f;
}
#credigo_wrapper .custom_radiobox input[type=radio]:checked + label::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #f83e3f;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
#credigo_wrapper .custom_radiobox-default input[type=radio]:checked + label:before {
    border-color: #f83e3f;
}
#credigo_wrapper .custom_radiobox-primary input[type=radio]:checked + label:before {
    border-color: #f83e3f;
}
#credigo_wrapper .custom_radiobox-primary input[type=radio]:checked + label::after {
    background-color: #f83e3f;
}
#credigo_wrapper #credigostatement .agreement_gif {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}
/* Radio css code end here == */

/* == Credigo Popup css start here == */
#credigo_modalpopup .modal-body {
    padding: 55px 40px;
}
#credigo_modalpopup .credigo_modal_body .modal-sub-title {
    font-family: 'Nunito-ExtraBold';
    text-align: center;
    font-size: 16px;
}
#credigo_modalpopup .rewards_popup .btn-close,
#credigo_modalpopup .language_popup .btn-close{
    position: absolute;
    top: -25px;
    right: 0;
    left: auto;
    bottom: auto;
    opacity:1;
    font-size: 19px;
    box-shadow: none;
}
#advanceModal .btn-close-black, #repayModal .btn-close-black{
    opacity:1;
    font-size: 25px;
    height: 2px;
    width: 2px;
}

.credigo_select_langlist{
    margin: 20px 0 0;
}
.credigo_select_langlist .langlist {
    background: #f83e3f;
    padding: 8px 15px;
    border-radius: 20px;
    height: 40px;
    line-height: 15px;
}
.credigo_select_langlist .langlist li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 6px 8px;
}
.credigo_select_langlist .show_lang_list {
    line-height: 28px;
    height: auto;
}
.credigo_select_langlist .show_lang_list li+li a {
    border-top: 1px solid #fff;
}
.advance-history-clickable-row {
	cursor: pointer;
}

@media(min-width:450px){
    #credigo_wrapper .container {
        max-width: 380px;
        box-shadow: 1px -3px 8px #ddd;
    }
}
@media(max-width: 850px){ 
    #credigo_wrapper .full_height {
        min-height: 89.85vh;
    }
}
@media(max-width: 450px){
    #credigo_wrapper .full_height {
        min-height: 100vh;
    }
    #credigo_wrapper #credigo_button {
        min-width: 100%;
    }
    #credigostatement .form-check label,
    #guarding_wrapper .guarding_details table tr td .text-danger {
        font-size: 11px;
    }
    #credigo_peregrine .credigo_peregrine_content h2{
        font-size:30px; 
    }
    
    #credigo_received{
        padding: 36px 0 165px;
    }
    #transfer_content {
        padding: 30px 18px 75px;
    }
}

#credigo_wrapper .error_phone {
    color: #e7ff00;
}

#credigo_wrapper .error_terms {
    color: #e7ff00;
}

#credigo_wrapper .bank-info {
            display: flex;
            align-items: center;
            background-color: #f3f3f3;
            padding: 10px;
            border-radius: 5px;
            font-family: Arial, sans-serif;
        }

        .bank-info img {
            width: 40px;
            height: 40px;
            margin-right: 15px;
        }

        .bank-details {
            font-weight: bold;
            text-align: left;
            display: flex;
            flex-direction: column;
            font-size: 16px;
        }

        .bank-name {
            text-align: left;
            font-size: 13px;
        }

        .account-number {
            text-align: left;
            font-size: 13px;
            color: #555;
        }