/*
    DEMO STYLE
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

:root {--gradient-orange-header: linear-gradient(0deg, #be2a2a -86.4%, #ef7f1a 94.15%); --rgba-transparent: hsla(0, 0%, 100%, .01);}
.header-fluid {background: var(--gradient-orange-header), var(--rgba-transparent);}
/* Loader */

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/loader.gif") center no-repeat #000000b0;
    pointer-events: all;
}

.se-pre-con {
    display: none;
}


/* UI COMPONENT CSS */

/* Buttons */

.primary-btn {
    background: linear-gradient(94.04deg, #F2672D 12.78%, #ED453F 83.85%);
    color: #FFF !important;
}

.btn:active,
.btn:focus {
    box-shadow: none;
}

.btn.primary-btn {
    font-family: 'mulish-bold';
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px 20px;
}

.btn.primary-btn.timesheet-primary-cta {
    margin-left: 0px;
}

.btn.primary-btn.timesheet-primary-cta,
.btn.primary-btn.timesheet-secondary-cta {
    font-family: 'mulish-semibold';
}

.btn.primary-btn.timesheet-secondary-cta {
    padding: 10px 24px;
    background: #FFF;
    color: #F2672D !important;
    border: 1px solid #F2672D;

}

.box-border {
    border: 1px solid #0a2c35;
    border-radius: 16px;
    padding: 20px;
    margin: 20px 0px;
}

.compliance-subtitle  {
    color: #004A7F;
    font-family: 'mulish-semibold';
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0px;

}

.compliance-accept-btn {
    width: unset;
    color: #FFF;
    text-align: center;
    font-family: 'mulish-bold';
    font-size: 18px;
    line-height: normal;
    background: #E77817;
    padding: 12px 40px;
    text-decoration: none;
    border-radius: 28px;
}

/* color section  */

.sub-title {
    color: #0A2C35;
    font-family: 'mulish-regular';
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 61.6px;
    padding-bottom: 50px;
    margin-top: 60px;
}

/* .color-sec .brand-color {
    display: grid;
    grid-template-columns: 200px auto;
    grid-gap: 65px 96px;
} */

.color-sec .brand-color .color-text h3 {
    color: #000000;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 35.2px;
    padding: 32px 0px;
}

.color-sec .brand-color .b-color-code {
    display: flex;
    gap: 48px;
}

.color-sec .brand-color .b-color-code .color-box .brand-c-box {
    text-align: center;
    height: 120px;
    width: 120px;
    border-radius: 4px;
    box-shadow: 0px 2.5365853309631348px 2.5365853309631348px 0px rgba(0, 0, 0, 0.25);

}

.secondary-grey {
    background-color: #D5DCE3;
}

.green-blue {
    background-color: #1CB2C6;
}

.white {
    background-color: #F9F6EF;
}

.dark-green {
    background-color: #0A2C35;
}

.black-2 {
    background-color: #303030;
}


.border-grey {
    background-color: #DDDDDD;
}

.dark-orange {
    background-image: linear-gradient(#F3682E, #ED453F);
}

.t-color-code {
    display: grid;
    grid-template-columns: 100px 100px 100px 100px;
    grid-gap: 36px;
}

.color-sec .brand-color .t-color-code .color-box div {
    text-align: center;
    width: 100px;
    height: 100px;
    box-shadow: 0px 2.5365853309631348px 2.5365853309631348px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}




.sec-color-code {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.color-sec .brand-color .sec-color-code .color-box div {
    width: 100px;
    height: 100px;
    box-shadow: 0px 2.5365853309631348px 2.5365853309631348px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}



.white-smoke {
    background-color: #F8F7F7;
}

.light-silver-1 {
    background-color: #D1CFBB;
}

.light-pink {
    background-color: #FFE4CC;
}

.white {
    background-color: #FFFFFF;
}

.light-grayish {
    background-color: #F3F4F8;
}

.light-smoke {
    background-color: #F6F5F5;
}

.color-box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.color-box p {
    margin-bottom: 0;
    color: #828282;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    margin-top: 4px;
}

.color-sec .brand-color .color-box div {
    margin-bottom: 12px;
}

.color-box p:first-of-type {
    color: #092C4C;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
}

.color-box p span {
    font-family: 'mulish-bold';
}

.color-sec .brand-color .sec-color-code .color-box p:last-of-type,
.color-sec .brand-color .t-color-code .color-box p:last-of-type,
.color-sec .brand-color .illus-color-code .color-box p {
    color: #828282;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    margin-top: 4px;
}

.illus-color-code {
    display: grid;
    grid-template-columns: 108px 108px 108px 108px 108px;
    grid-gap: 60px;
}

.color-sec .brand-color .illus-color-code .color-box div {
    width: 108px;
    height: 108px;
    box-shadow: 0px 2.5365853309631348px 2.5365853309631348px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

/* .blue {
    background-color: #5393A4;
} */

.soft-blue {
    background-color: #496CBD;
}

.dark-pink {
    background-color: #F8A491;
}

.bright-Grey {
    background-color: #504E60;
}

.soft-orange {
    background-color: #F2672D;
}

.sky-blue {
    background-color: #89ACE0;
}

.soft-pink {
    background-color: #FFEAE9;
}

.soft-grey {
    background-color: #E0E0E0;
}

.btn-try {
    background: linear-gradient(94.04deg, #F2672D 12.78%, #ED453F 83.85%);
    color: white;
}

/* ULP */

.orange {
    background-color: #F0792E;
}

.blue {
    background-color: #004A7F;
}

.light-black {
    color: #333333;
}

.dark-grey {
    color: #666666;
}

.dark-grey-1 {
    color: #999999;
}

.red {
    color: #E7645C;
}

.green {
    color: #2AA50D;
}

.light-black-bg {
    background-color: #333333;
}

.dark-grey-bg {
    background-color: #666666;
}

.dark-grey-1-bg {
    background-color: #999999;
}

.red-bg {
    background-color: #E7645C;
}

.green-bg {
    background-color: #2AA50D;
}

.light-silver {
    background-color: #d8d8d8;
}

.light-pink {
    background-color: #FFDAC2;
}

.pink-gradient {
    background-image: linear-gradient(to right, #FFE4CC, #FFEFE5);
}

.orange-light {
    background-color: #F3824D;
}

.blue-light {
    background-color: #336E99;
}

/* multicolour border */

.multicolour-border {
    display: flex;
    justify-content: space-between;
    gap: 7px;
}

.new-border-main .color-box>div {
    height: 14px !important;
    border-radius: 0px !important;
}

.border-yellow {
    background-color: #DF9E35;
}

.border-green-1 {
    background-color: #6DD400;
}

.border-green-2 {
    background-color: #7A8833;
}

.border-blue {
    background-color: #024483;
}

.border-red {
    background-color: #FF0000;
}

.border-yellow-1 {
    background-color: #FFFF00;
}

.border-voilet {
    background-color: #63056A;
}

.border-green {
    background-color: #006F14;
}

.border-yellow-2 {
    background-color: #F7B500;
}



/* typo section style here  */

.typo-sec .typeface {
    color: #818181;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
}

.typo-sec .typeface span {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
    color: #0A2C35;
}

.g-fonts {
    margin-bottom: 43px;
}

.g-fonts h2 {
    color: #0A2C35;
    font-size: 56px;
    font-family: 'mulish-regular';
    line-height: 61.6px;
}

.g-fonts p {
    color: #828282;
    font-size: 16px;
    font-family: 'mulish-semibold';
    line-height: 22.4px;
}

.typo-sec .font-type {
    display: grid;
    grid-template-columns: 302px auto;
    grid-gap: 0 54px;
}

.typo-sec .font-type .font-size {
    display: flex;
    grid-template-columns: 89px 117px 146px;
    grid-gap: 0;
}

.typo-sec .font-type .font-size .typo-name {
    margin-right: 268px;
}

.typo-sec .font-type .font-size .typo-font {
    margin-right: 68px;
}

.headings,
.heading-size,
.line-height {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.bold-f-size,
.bold-lineH {
    margin-bottom: 72px;
}

.font-title {
    color: #828282;
    font-size: 24px;
    font-family: 'mulish-semibold';
    line-height: 32px;
    padding-bottom: 45px;
}

.copy-color{
    cursor: pointer;
}

/* .h1,
.h2,
.h3,
.h4,
.h5 {
    color: #434B53;
    font-family: 'mulish-bold';
    line-height: 40px;
} */

/* .h1 {
    font-size: 40px;
}

.h2 {
    font-size: 32px;
}

.h3 {
    font-size: 28px;
}

.h4 {
    font-size: 24px;
}

.h5 {
    font-size: 20px;
} */


/* .bold {
    font-weight: 700;
}

.regular {
    font-weight: 400;
}

.semibold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.italic {
    font-style: italic;
} */

.bold-format p,
.line-height p,
.heading-size p {
    color: #434B53;
    font-size: 18px;
    font-family: 'mulish-regular';
    font-style: normal;
    line-height: 24px;
}

.line-height p,
.heading-size p {
    font-weight: 500;
}


/*------- font family new css---------*/

.mulish-regular {
    font-family: 'mulish-regular';
    font-weight: 400;
}

.mulish-semibold {
    font-family: 'mulish-semibold';
    font-weight: 600;
}

.mulish-bold {
    font-family: 'mulish-bold';
    font-weight: 700;
}


/*------- font size new css---------*/

/* h1, .h1 {
    font-size: 40px;
} */

h1, .h1 {
    font-size: 32px;
}

/* 
h3, .h3 {
    font-size: 28px;
} */

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 20px;
}



.ft-size-10 {
    font-size: 10px;
}

.ft-size-12 {
    font-size: 12px;
}

.ft-size-14 {
    font-size: 14px;
}

.ft-size-16 {
    font-size: 16px;
}

.ft-size-18 {
    font-size: 18px;
}

.ft-size-20 {
    font-size: 20px;
}

.ft-size-22 {
    font-size: 22px;
}

.ft-size-24 {
    font-size: 24px;
}

.ft-size-26 {
    font-size: 26px;
}

.ft-size-28 {
    font-size: 28px;
}

.ft-size-30 {
    font-size: 30px;
}

.ft-size-32 {
    font-size: 32px;
}

.ft-size-34 {
    font-size: 34px;
}

.ft-size-36 {
    font-size: 36px;
}

.ft-size-38 {
    font-size: 38px;
}

.ft-size-40 {
    font-size: 40px;
}


.li-height-16 {
    line-height: 16px;
}

.li-height-18 {
    line-height: 18px;
}

.li-height-20 {
    line-height: 20px;
}

.li-height-24 {
    line-height: 24px;
}

.li-height-28 {
    line-height: 28px;
}

.li-height-32 {
    line-height: 32px;
}

.li-height-34 {
    line-height: 34px;
}

.li-height-36 {
    line-height: 36px;
}

.li-height-40 {
    line-height: 40px;
}

.li-height-42 {
    line-height: 42px;
}

.li-height-44 {
    line-height: 44px;
}

.li-height-48 {
    line-height: 48px;
}

.li-height-52 {
    line-height: 52px;
}

.li-height-56 {
    line-height: 56px;
}

.li-height-60 {
    line-height: 60px;
}


/* padding */

.pd-0 {
    padding: 0px;
}

.pd-r-0 {
    padding-right: 0px;
}

.pd-l-0 {
    padding-left: 0px;
}

.pd-t-0 {
    padding-top: 0px;
}

.pd-b-0 {
    padding-bottom: 0px;
}


.pd-4 {
    padding: 4px;
}

.pd-r-4 {
    padding-right: 4px;
}

.pd-l-4 {
    padding-left: 4px;
}

.pd-t-4 {
    padding-top: 4px;
}

.pd-b-4 {
    padding-bottom: 4px;
}

.pd-8 {
    padding: 8px;
}

.pd-r-8 {
    padding-right: 8px;
}

.pd-l-8 {
    padding-left: 8px;
}

.pd-t-8 {
    padding-top: 8px;
}

.pd-b-8 {
    padding-bottom: 8px;
}


.pd-16 {
    padding: 16px;
}

.pd-r-16 {
    padding-right: 16px;
}

.pd-l-16 {
    padding-left: 16px;
}

.pd-t-16 {
    padding-top: 16px;
}

.pd-b-16 {
    padding-bottom: 16px;
}


.pd-20 {
    padding: 20px;
}

.pd-r-20 {
    padding-right: 20px;
}

.pd-l-20 {
    padding-left: 20px;
}

.pd-t-20 {
    padding-top: 20px;
}

.pd-b-20 {
    padding-bottom: 20px;
}


.pd-24 {
    padding: 24px;
}

.pd-r-24 {
    padding-right: 24px;
}

.pd-l-24 {
    padding-left: 24px;
}

.pd-t-24 {
    padding-top: 24px;
}

.pd-b-24 {
    padding-bottom: 24px;
}


.pd-28 {
    padding: 28px;
}

.pd-r-28 {
    padding-right: 28px;
}

.pd-l-28 {
    padding-left: 28px;
}

.pd-t-28 {
    padding-top: 28px;
}

.pd-b-28 {
    padding-bottom: 28px;
}

.pd-32 {
    padding: 32px;
}

.pd-r-32 {
    padding-right: 32px;
}

.pd-l-32 {
    padding-left: 32px;
}

.pd-t-32 {
    padding-top: 32px;
}

.pd-b-32 {
    padding-bottom: 32px;
}


.pd-40 {
    padding: 40px;
}

.pd-r-40 {
    padding-right: 40px;
}

.pd-l-40 {
    padding-left: 40px;
}

.pd-t-40 {
    padding-top: 40px;
}

.pd-b-40 {
    padding-bottom: 40px;
}


.pd-56 {
    padding: 56px;
}

.pd-r-56 {
    padding-right: 56px;
}

.pd-l-56 {
    padding-left: 56px;
}

.pd-t-56 {
    padding-top: 56px;
}

.pd-b-56 {
    padding-bottom: 56px;
}



.pd-72 {
    padding: 72px;
}

.pd-r-72 {
    padding-right: 72px;
}

.pd-l-72 {
    padding-left: 72px;
}

.pd-t-72 {
    padding-top: 72px;
}

.pd-b-72 {
    padding-bottom: 72px;
}


.pd-80 {
    padding: 80px;
}

.pd-r-80 {
    padding-right: 80px;
}

.pd-l-80 {
    padding-left: 80px;
}

.pd-t-80 {
    padding-top: 80px;
}

.pd-b-80 {
    padding-bottom: 80px;
}


.pd-96 {
    padding: 96px;
}

.pd-r-96 {
    padding-right: 96px;
}

.pd-l-96 {
    padding-left: 96px;
}

.pd-t-96 {
    padding-top: 96px;
}

.pd-b-96 {
    padding-bottom: 96px;
}


.pd-120 {
    padding: 120px;
}

.pd-r-120 {
    padding-right: 120px;
}

.pd-l-120 {
    padding-left: 120px;
}

.pd-t-120 {
    padding-top: 120px;
}

.pd-b-120 {
    padding-bottom: 120px;
}

/* margin */


.mr-0 {
    margin: 0px;
}

.mr-r-0 {
    margin-right: 0px;
}

.mr-l-0 {
    margin-left: 0px;
}

.mr-t-0 {
    margin-top: 0px;
}

.mr-b-0 {
    margin-bottom: 0px;
}


.mr-4 {
    margin: 4px;
}

.mr-r-4 {
    margin-right: 4px;
}

.mr-l-4 {
    margin-left: 4px;
}

.mr-t-4 {
    margin-top: 4px;
}

.mr-b-4 {
    margin-bottom: 4px;
}

.mr-8 {
    margin: 8px;
}

.mr-r-8 {
    margin-right: 8px;
}

.mr-l-8 {
    margin-left: 8px;
}

.mr-t-8 {
    margin-top: 8px;
}

.mr-b-8 {
    margin-bottom: 8px;
}


.mr-16 {
    margin: 16px;
}

.mr-r-16 {
    margin-right: 16px;
}

.mr-l-16 {
    margin-left: 16px;
}

.mr-t-16 {
    margin-top: 16px;
}

.mr-b-16 {
    margin-bottom: 16px;
}


.mr-20 {
    margin: 20px;
}

.mr-r-20 {
    margin-right: 20px;
}

.mr-l-20 {
    margin-left: 20px;
}

.mr-t-20 {
    margin-top: 20px;
}

.mr-b-20 {
    margin-bottom: 20px;
}


.mr-24 {
    margin: 24px;
}

.mr-r-24 {
    margin-right: 24px;
}

.mr-l-24 {
    margin-left: 24px;
}

.mr-t-24 {
    margin-top: 24px;
}

.mr-b-24 {
    margin-bottom: 24px;
}


.mr-28 {
    margin: 28px;
}

.mr-r-28 {
    margin-right: 28px;
}

.mr-l-28 {
    margin-left: 28px;
}

.mr-t-28 {
    margin-top: 28px;
}

.mr-b-28 {
    margin-bottom: 28px;
}

.mr-32 {
    margin: 32px;
}

.mr-r-32 {
    margin-right: 32px;
}

.mr-l-32 {
    margin-left: 32px;
}

.mr-t-32 {
    margin-top: 32px;
}

.mr-b-32 {
    margin-bottom: 32px;
}


.mr-40 {
    margin: 40px;
}

.mr-r-40 {
    margin-right: 40px;
}

.mr-l-40 {
    margin-left: 40px;
}

.mr-t-40 {
    margin-top: 40px;
}

.mr-b-40 {
    margin-bottom: 40px;
}


.mr-56 {
    margin: 56px;
}

.mr-r-56 {
    margin-right: 56px;
}

.mr-l-56 {
    margin-left: 56px;
}

.mr-t-56 {
    margin-top: 56px;
}

.mr-b-56 {
    margin-bottom: 56px;
}



.mr-72 {
    margin: 72px;
}

.mr-r-72 {
    margin-right: 72px;
}

.mr-l-72 {
    margin-left: 72px;
}

.mr-t-72 {
    margin-top: 72px;
}

.mr-b-72 {
    margin-bottom: 72px;
}


.mr-80 {
    margin: 80px;
}

.mr-r-80 {
    margin-right: 80px;
}

.mr-l-80 {
    margin-left: 80px;
}

.mr-t-80 {
    margin-top: 80px;
}

.mr-b-80 {
    margin-bottom: 80px;
}


.mr-96 {
    margin: 96px;
}

.mr-r-96 {
    margin-right: 96px;
}

.mr-l-96 {
    margin-left: 96px;
}

.mr-t-96 {
    margin-top: 96px;
}

.mr-b-96 {
    margin-bottom: 96px;
}


.mr-120 {
    margin: 120px;
}

.mr-r-120 {
    margin-right: 120px;
}

.mr-l-120 {
    margin-left: 120px;
}

.mr-t-120 {
    margin-top: 120px;
}

.mr-b-120 {
    margin-bottom: 120px;
}



/* 03. Iconography section */


.icon-sec .color-text h3 {
    color: #828282;
    font-family: 'mulish-Medium';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.icon-sec .rules-area .area-text ul {
    list-style-type: none;
}

.icon-sec .rules-area .area-text ul li {
    display: flex;
    margin-bottom: 14px;
}

.icon-sec .rules-area .area-text ul li span {
    color: #828282;
    font-family: 'mulish-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.6px;
}

.icon-sec .rules-area .area-text ul li .area-list {
    width: 100px;
    display: flex;
}

.icon-sec .icon-sets {
    margin-top: 32px;
}

.icon-sec .icon-sets .icon-in-sets {
    margin-bottom: 11px;
}

.icon-sec .icon-sets .icon-in-sets p {
    color: #434B53;
    font-family: 'mulish-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 6px;
}

/* 04. Spacing section */

.space-sec .main-space {
    max-width: 1026px;
    margin: 0 auto;
    padding-bottom: 98px;
}


.space-sec .main-space .space-title {
    color: #828282;
    font-family: 'mulish-regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
}

.space-sec .main-space .space-all {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
}


.space-sec .main-space .space-all .space-8px p {
    color: #828282;
    font-family: 'mulish-regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.2px;
}


.space-sec .main-space .space-all .space-8px .rect-8px {
    background: #BDBDBD;
    width: 8px;
    height: 8px;
}

.space-sec .main-space .space-all .space-16px .rect-16px {
    background: #BDBDBD;
    width: 16px;
    height: 16px;
}

.space-sec .main-space .space-all .space-24px .rect-24px {
    background: #BDBDBD;
    width: 24px;
    height: 24px;
}

.space-sec .main-space .space-all .space-32px .rect-32px {
    background: #BDBDBD;
    width: 32px;
    height: 32px;
}

.space-sec .main-space .space-all .space-40px .rect-40px {
    background: #BDBDBD;
    width: 40px;
    height: 40px;
}

.space-sec .main-space .space-all .space-56px .rect-56px {
    background: #BDBDBD;
    width: 56px;
    height: 56px;
}

.space-sec .main-space .space-all .space-72px .rect-72px {
    background: #BDBDBD;
    width: 72px;
    height: 72px;
}

.space-sec .main-space .space-all .space-80px .rect-80px {
    background: #BDBDBD;
    width: 80px;
    height: 80px;
}

.space-sec .main-space .space-all .space-96px .rect-96px {
    background: #BDBDBD;
    width: 96px;
    height: 96px;
}

.space-sec .main-space .space-all .space-120px .rect-120px {
    background: #BDBDBD;
    width: 120px;
    height: 120px;
}

/* 05 Textfields and  08. Shadows */

/*-- shadow ---*/

.drop-sdw-rect {
    height: 230px;
    width: 232px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(5, 28, 37, 0.16);

}


/*--- new textfields--- */

.br-l-orange {
    border-left: 3px solid #0A2C35;
}

.email-text-field {
    padding-bottom: 20px;
}

.email-text-field p {
    color: #434B53;
    font-family: 'mulish-Medium';
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.126px;
}

.label-ip-style {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    /* padding-top: 74px; */
    padding-bottom: 84px;
}

.label-ip-style p {
    color: var(--text-color-primary, #434B53);
    font-family: 'mulish-Medium';
    font-size: 16px;
    font-weight: 700;
}


.dropsdw-label-style {
    margin-top: 50px;
}

.dropsdw-label-style h5 {
    color: #434B53;
    font-family: 'mulish-Medium';
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 30px;
}

.dropsdw-label-style p {
    color: #434B53;
    font-family: 'mulish-Medium';
    font-size: 18px;
    font-weight: 500;
}

/* copy code css */


.label-style {
    position: relative;
    background: #f1f1f1 !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.label-style .copy-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 15px;
    display: none;
    border-radius: 0px 0px 0px 9px;
    -webkit-border-radius: 0px 0px 0px 9px;
    -moz-border-radius: 0px 0px 0px 9px;
    -ms-border-radius: 0px 0px 0px 9px;
    -o-border-radius: 0px 0px 0px 9px;
}

.label-style:hover .copy-btn {
    display: block;
}

pre {
    margin-bottom: 0px !important;
}


/* dropdown text field section */
.dropdown.dropdown-select {
    max-width: 375px;
}

.dropdown.dropdown-select .btn {
    color: #000000;
}

#motor-select {
    width: 100%;
}


/* 07. Buttons section */

.button-sec .btn-rw {
    margin-bottom: 163px;
}

.button-sec .btn-rw p {
    color: #4A4A4A;
    font-family: 'mulish-regular';
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.126px;
    padding-bottom: 30px;
}

.btn.new-btn-pri {
    font-family: 'mulish-Medium';
    font-weight: 500;
    padding: 10px 34px;
}

.btn.new-btn-sec {
    font-family: 'mulish-Medium';
    font-weight: 500;
    padding: 10px 44px !important;
}

.newtimesheet-btn-group {
    padding: 5px 10px;
    max-width: 210px;
    width: 100%;
    display: flex;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

.newtimesheet-btn-group img {
    margin-right: 13px;
}

/* 08. Selectors section */
.selector-sec .btn-rw p {

    color: #4A4A4A;
    font-family: 'mulish-semibold';
    font-size: 30px;
    line-height: normal;
    letter-spacing: -0.126px;
}

.selector-sec .btn-rw p.ft-size24 {
    font-size: 24px;
}

.selector-sec .btn-rw .pt-tabs {
    padding-bottom: 41px;
    padding-top: 36px;
}

.mb-45 {
    margin-bottom: 45px;
}

.selector-sec .btn-rw .toggle-style {
    padding-top: 36px;
}

.selector-sec .btn-rw .toggle-style p {
    color: #434B53;
    font-family: 'mulish-semibold';
    font-size: 16px;
    line-height: normal;
}



.radio-catg {
    padding-top: 17px;
}

.radio-catg input[type=radio] {
    position: absolute;
    opacity: 0;
}

.radio-catg label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    line-height: 17px;
    color: #757575;
    margin: 0;
}

.radio-catg label::before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border: 2.5px solid #b7b7b7;
    border-radius: 50%;
}

.radio-catg input[type=radio]+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: end;
}

.radio-catg input[type=radio]:checked+label::before {
    background: linear-gradient(94.04deg, #F2672D 12.78%, #ED453F 83.85%);
    ;
    border: none;
}

.radio-catg input[type=radio]:checked+label::after {

    content: "";
    position: absolute;
    transform: rotate(42deg);
    height: 12px;
    width: 7px;
    left: 7px;
    top: 4px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;

}

.radio-style p {
    font-family: 'mulish-bold' !important;
}

.selector-sec .btn-rw .dropdown-main {
    display: flex;
    justify-content: flex-start;
    gap: 46px;
}

.selector-sec .btn-rw .dropdown-style p {
    color: #646463;
    font-family: 'mulish-semibold';
    font-size: 16px;
    line-height: normal;
}

.selector-sec .btn-rw .drop-select {
    padding-top: 36px;
    padding-bottom: 21px;
}

.drop-pt {
    padding-top: 70px;
}

.active-pl {
    padding-left: 164px;
}

.btn-inactive, .btn-active {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    color: #8D8D8D;
    font-family: 'mulish-regular';
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
    width: 302px;
    padding: 11px 20px;
    text-align: start;
}


.btn-active.btn-active-sm {
    width: 170px;
}

.active-menu {
    width: 302px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);

}

.dropdown-item {
    color: #B9B9B9;
    font-family: 'mulish-regular';
    font-size: 14px;
    line-height: normal;
    padding: 6px 20px;
}

.btn.focus, .btn:focus {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

/* New Code Here */
.dropdown-item:hover, .dropdown-item:focus {
    background: #F55F44 !important;
    cursor: pointer;
    color: #FFF !important;
}

/* UI COMPONENT CSS */



body {
    padding: 0 !important;
    font-family: 'mulish-regular';
    /* -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: thin;
    /* Firefox/  *  */
    transition: opacity 0.5s;
    /* background-image: url(../images/entity-detail/background.png); */
    background-image: url(../images/entity-detail/new-ill.png);
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 100vh;
}

body.overlay{
    pointer-events: none;
}

/* focus circle */

.fill-focus {
    position: absolute;
    top: 210px;
    right: 170px;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.4);
    z-index: 100;
    border: 1px solid #F0792E;
}

.fill-contetnt {
    position: absolute;
    z-index: 120;
    top: 200px;
    right: 80px;
    text-align: center;
}

.fill-contetnt p {
    color: #FFF;
    font-family: 'mulish-semibold';
    font-size: 28px;
    line-height: normal;
}

.fill-contetnt img {
    margin-left: 130px;
    margin-top: 65px;

}

.title-gotit {
    margin-top: -30px;
}


.refreshing body {
    opacity: 0;
}


ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

input:focus-visible {
    outline: none;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

/* Mulish Font  */
@font-face {
    font-family: 'mulish-light';
    src: url('../fonts/Mulish-Light.eot');
    src: url('../fonts/Mulish-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-Light.svg') format('svg'),
        url('../fonts/Mulish-Light.ttf') format('truetype'),
        url('../fonts/Mulish-Light.woff') format('woff'),
        url('../fonts/Mulish-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mulish-regular';
    src: url('../fonts/Mulish-Regular.eot');
    src: url('../fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-Regular.svg') format('svg'),
        url('../fonts/Mulish-Regular.ttf') format('truetype'),
        url('../fonts/Mulish-Regular.woff') format('woff'),
        url('../fonts/Mulish-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mulish-medium';
    src: url('../fonts/Mulish-Medium.eot');
    src: url('../fonts/Mulish-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-Medium.svg') format('svg'),
        url('../fonts/Mulish-Medium.ttf') format('truetype'),
        url('../fonts/Mulish-Medium.woff') format('woff'),
        url('../fonts/Mulish-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mulish-semibold';
    src: url('../fonts/Mulish-SemiBold.eot');
    src: url('../fonts/Mulish-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-SemiBold.svg') format('svg'),
        url('../fonts/Mulish-SemiBold.ttf') format('truetype'),
        url('../fonts/Mulish-SemiBold.woff') format('woff'),
        url('../fonts/Mulish-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mulish-bold';
    src: url('../fonts/Mulish-Bold.eot');
    src: url('../fonts/Mulish-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-Bold.svg') format('svg'),
        url('../fonts/Mulish-Bold.ttf') format('truetype'),
        url('../fonts/Mulish-Bold.woff') format('woff'),
        url('../fonts/Mulish-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/* Container */
.container {
    position: relative;
    /* max-width: 1294px !important; */
    max-width: 1248px !important;
    width: 100%;
    margin: 0 auto;
}

/* all colors */

.pinklight-bg {
    background: linear-gradient(90deg, #92140C 0%, #F0792E 100%);
    min-height: calc(100vh - 58px);
}


/* sucess login popup */

.succesfull-login {
    display: flex;
    align-items: center;
    border-radius: 18px;
    border: 1px solid #C1C1C1;
    background: #FFF;
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.08);
    padding: 11px 18px;
    max-width: 222px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    top: 40px;
}

.succesfull-login img {
    width: 32px;
}

.succesfull-login p {
    color: #4CAF50;
    font-family: 'mulish-semibold';
    font-size: 18px;
    line-height: 23px;
}

/*----------------- Header css start here-------------------- */

/*.header-fluid {
    background: #FFF;
}*/

.header-main {
    /* padding: 11px 36px; */
    /* padding: 11px 45px; */
    padding: 8px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-icic-logo {
    display: flex;
    align-items: center;
}

.header-logo {
    display: flex;
    align-items: center;
}

.new-header-logo {
    /*    border-right: 1px solid #D9D9D9;
        padding-right: 16px;*/
}
.header-list{position:absolute; right:10px;}

.header-list img:not(:last-child) {
    /* margin-right: 32px; */
    margin-right: 16px;
}

.header-list img {
    cursor: pointer;
    width: 30px;
}

.credit-erase-logo {
    position: absolute;
    display:flex;
    justify-content:center;
    width:100%;
    align-item:center;

}

.credit-erase-logo img {
    width: 120px;
    margin-top:8px;
}

/*----------------- Header css ends here-------------------- */


/********************************************************* main section start here*************************************************/


/* .account-type-row {
    padding-top: 32px;
    padding-bottom: 24px;
} */

.account-type-row {
    padding-top: 22px;
    padding-bottom: 22px;
}

/*----- left side section-buisness loan start here----- */

.b-loan-portal {
    margin-top: 10px;
    background: url(../images/landing-page/backgrd.png);
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-position: center;

}

.b-loan-title {
    padding: 0 8px;
    text-align: center;
}

.b-loan-title p {
    color: #FFF;
    font-family: 'mulish-medium';
    font-size: 24px;
    line-height: 31px;
}

.b-loan-title h2 {
    color: #FFF;
    font-family: 'mulish-bold';
    font-size: 32px;
    line-height: 41px;
}

/* banner section */

.b-loan-banner {
    position: relative;
    text-align: center;
    padding-top: 53px;
    padding-bottom: 57px;
}

.b-loan-banner .animation-home {
    position: absolute;
    right: 10px;
    top: 6px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
/* 
.b-loan-banner .animate-new {
    position: absolute;
    right: 16px;
    top: 12px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
} */

/* New Code Here */
.b-loan-banner .animation-graph {
    position: absolute;
    left: 50px;
    top: 6px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.lock-img{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}


@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* slider section */

.b-loan-journey {
    max-width: 512px;
    width: 100%;
    margin: 0 auto;

    position: absolute;
    /* bottom: 24px; */
    bottom: 24px;
    left: 0;
    right: 50%;
}

.web-features {
    display: flex !important;
    align-items: center !important;
    padding: 3px 16px;
}

.web-features img {
    margin-right: 24px;
}

.web-features p {
    color: #FFF;
    font-family: 'mulish-semibold';
    font-size: 16px;
    line-height: 24px;
}

.b-loan-slider {
    border-radius: 16px;
    border: 1px dashed #E77817;

}

/*----- left side section-buisness loan ends here----- */

/* FOR ACCOUNT TYPE */
/*----- right side section Secured loan journey start here----- */

.secured-loan-wrapper {
    /* padding: 24px; */
    padding: 14px 24px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.10);
    height: 100%;

}

.last-loan-wrapper {
    /* min-height: 560px; */
    min-height: 534px;
}

.all-loan-wrapper {
    /* min-height: 560px; */
    min-height: 450px;
}

.back-btn {
    padding: 0px;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-goback {
    color: #F0792E;
    text-align: center;
    font-family: 'mulish-medium';
    font-size: 16px;
    line-height: normal;
    min-height: 24px;
}

.visible-show {
    visibility: show;
}

.visible-hide {
    visibility: hidden;
}

.secured-loan-title h3 {
    color: #004A7F;
    text-align: center;
    font-family: 'mulish-bold';
    font-size: 32px;
    line-height: normal;
    text-transform: none;
    /* margin-bottom: 16px;
    margin-top: 16px; */
    margin-bottom: 0px;
    margin-top: 0px;
}

.secured-loan-title p {
    color: #303030;
    text-align: center;
    font-family: 'mulish-regular';
    font-size: 20px;
    line-height: normal;
    padding-top: 8px;
}


.secured-loan-register {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding-top: 18px;
}

.regist-btn {
    border-radius: 8px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 22px 45px;
}

.regist-btn img {
    margin-bottom: 12px;
}

.regist-btn p {
    color: #818181;
    text-align: center;
    font-family: 'mulish-medium';
    font-size: 14px;
    line-height: normal;
}

.regist-btn.active {
    border: 1px solid #FB9403;
}

.regist-btn.active img {
    /* filter: invert(327%) sepia(17%) saturate(7463%) hue-rotate(0deg) brightness(100%) contrast(126%); */
    filter: invert(74%) sepia(16%) saturate(7492%) hue-rotate(0deg) brightness(112%) contrast(106%);
}

.regist-btn.active p {
    color: #FB9403;
    font-family: 'mulish-bold';
}

.disclaimer-main {
    padding-top: 114px;
}

.disclaimer-main span {
    color: #E77817;
    font-family: 'mulish-medium';
    font-size: 12px;
    line-height: normal;
}

.disclaimer-main p {
    color: #666;
    font-family: 'mulish-light';
    font-size: 12px;
    font-style: italic;
    line-height: normal;
}

/*----- right side section Secured loan journey ends here----- */




/* FOR EXISTING USER TYPE */
/*----- right side section Secured loan journey start here----- */

.customer-group {
    max-width: 337px;
    width: 100%;
    margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 7px;
}

.customer-field {
    position: relative;
}

.customer-field .error-msg {
    content: '';
    position: absolute;
    display: none;
}

.customer-field.error .error-msg {
    display: block;
}

.customer-field.error .error-msg.adjust{
    top: 40px;
    left: 50px;
    /* top: 26px;
    left: 36px; */
}

/* New Code Here */
.tooltip-inner {
    max-width: 100%;
    width: 100%;
}

.customer-field.error .detail-dropdown button{
    border: 1px solid #E7645C;
}

.customer-field.datepicker .date-icon {
    position: absolute;
    bottom: 15px;
    right: 12px;
    cursor: pointer;
    pointer-events: none;
}

/* ALL datepicker css */

.datepicker td, .datepicker th{
    width: 32px;
    height: 24px;
    font-size: 12px;
    vertical-align: middle;
}

/* .datepicker .datepicker-switch{
    padding-bottom: 10px;
} */

.datepicker table tr td.active.active , .datepicker table tr td span.active.active{
    background: #F0792E;
}

.datepicker table tr td.active:hover.active, .datepicker table tr td span.active:hover.active{
    background: #F0792E;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect{
    border-radius: 6px;
    border: 1px solid #D8D8D8;
}

.pd-b-24 {
    padding-bottom: 24px;
}

.pd-b-12 {
    padding-bottom: 12px;
}

.pd-b-27 {
    padding-bottom: 27px;
}

.pd-b-16 {
    padding-bottom: 16px;
}

.customer-field label, .sharholder-field label {
    position: relative;
    color: #434B53;
    font-family: 'mulish-bold';
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.126px;
    margin-bottom: 8px;
}

.customer-field label::after, .sharholder-field label::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #F55F44;
    border-radius: 50%;
    right: -10px;
}

.customer-field .more-text::after {
    top: 0;
}
/* New Code Here */
.customer-field input, .sharholder-field input,
.customer-field input, .sharholder-field select#typeOfPropertyID {
    display: block;
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 9px 12px;
    /* max-width: 320px; */
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-family: 'mulish-semibold';
    /* color: #323232; */
    color: #666;
    /* cursor: pointer; */
}

.customer-field .datepicker-field, .customer-field #datepicker {
    background-image: url(../images/date-picker-icon.svg);
    background-position: calc(100% - 12px);
    background-repeat: no-repeat;
}

.customer-field input::placeholder, .sharholder-field input::placeholder {
    color: #A1A5A9;
    font-family: 'mulish-medium';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.126px;
}


.customer-field.error input, .sharholder-field.error input {
    border: 1px solid #E7645C;
}

.customer-field.error p, .sharholder-field.error p {
    color: #E7645C;
    font-family: 'mulish-medium';
    font-size: 12px;
    line-height: normal;
}

.customer-field .note-txt {
    color: #999;
    font-family: 'mulish-medium';
    font-size: 12px;
    line-height: normal;
    font-style: italic;
    font-weight: 400;
}

.customer-field.active input {
    background-image: url(../images/entity-detail/complete.svg);
    background-repeat: no-repeat;
    /* background-position: 95% 50%; */
    background-position: calc(100% - 15px) 50%;
    padding-right: 45px;
}

.customer-field.active .company-title {
    display: block;
}

.company-title {
    display: none;
    color: #004A7F;
    font-family: 'mulish-regular';
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 4px;
}

.rupee-in-word {
    color: #999999;
    font-family: 'mulish-regular';
    font-size: 12px;
    line-height: normal;
    padding-top: 4px;
    font-style: italic;
    text-transform: capitalize;
}

/* captcha css */

.captcha-valid {
    margin-top: 24px;
}

.captcha-text {
    color: #434B53;
    font-family: 'mulish-bold';
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
}

.captchaBackground {
    display: flex;
    gap: 16px;
}

.closer-terms {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.closer-terms input {
    position: relative;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
}

.checkbox-v1::before {
    content: '';
    border-radius: 4px;
    height: 20px;
    width: 20px;
    border: 1px solid #D1D1D1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;

}

.checkbox-v1:checked::after {
    content: '';
    top: Calc(100% - 18px);
    left: 6px;
    width: 7px;
    height: 12px;
    position: absolute;
    border: 2px solid #E77817;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    transform: rotate(45deg);
    border-radius: 2px;
}

.checkbox-v1:checked::before {
    background: #fff;
    border: 1px solid #E77817;
}

.closer-terms p {
    color: #666;
    font-family: 'mulish-light';
    font-size: 12px;
    font-style: italic;
    line-height: normal;
    margin-left: 16px;
}

.continue-btn {
    border-radius: 40px;
    background: #20446C;
    color: #FFF;
    text-align: center;
    font-family: 'mulish-bold';
    font-size: 18px;
    line-height: normal;
    padding: 12px;
    width: 100%;
}

.continue-btn:disabled {
    background-color: #4b79a1;
    color: #FFF;
    cursor: not-allowed;
}

/*.verify-btn{
     border-radius: 40px;
    background: #20446C;
    color: #FFF;
    text-align: center;
    font-family: 'mulish-bold';
    font-size: 18px;
    line-height: normal;
    padding: 12px;
    width: 100%;*/
/* disclaimer */

.disclaimer-main-wrap{
    border-radius: 16px;
    border: 1px dashed  #E77817;
    padding: 3px 15px;
    margin-top: 12px;
    margin-bottom: 4px;
}

.disclaimer-list li{
    position: relative;
}

.disclaimer-list li::before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
    top: 40%;
    left: 8px;
}

.disclaimer-list li p{
    color: #666;
    font-family: 'mulish-regular';
    font-size: 12px;
    line-height: 20px;
    padding-left: 24px;
}

/*----- right side section Secured loan journey ends here----- */


/*------ Common modal design start-----*/

.common-modal .modal-dialog .modal-content {
    border-radius: 20px;
    background: #FFF;
    padding: 16px 24px;
}

.common-modal .modal-dialog .modal-content .modal-header {
    padding: 0px;
    justify-content: flex-end;
    border-bottom: 0px;
}

.common-modal .modal-dialog .modal-content .modal-header button {
    padding: 0px;
    margin: 0px;
    background: transparent;
    position: relative;
    z-index: 1;
}

.common-modal .modal-dialog .modal-content .modal-body {
    padding: 0px;
}

/*----- Common modal design ends------*/


/*----------------- OTP MODAL CSS START HERE------------------- */

.common-modal.otp-modal .modal-dialog {
    max-width: 404px;
}
/*Nitish krrr changesss*/
.common-modal.pan-modal .modal-dialog {
    max-width: 300px;
}
.otp-main h4 {
    color: #20446C;
    text-align: center;
    font-family: 'mulish-bold';
    font-size: 18px;
    line-height: normal;
}

.otp-main p {
    color: #434B53;
    text-align: center;
    font-family: 'mulish-regular';
    font-size: 14px;
    line-height: normal;
    padding: 16px 0px;
}

.otp-main p span {
    font-family: 'mulish-medium';
}

/* Container for OTP elements */
.otp-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 327px;
    width: 100%;
    margin: 0 auto;
}

/* OTP input fields */

.otp-main {
    max-width: 327px;
    width: 100%;
    margin: -20px auto 0px;
    padding: 0 15px;
}

.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.otp-field, .otp-field1, .otp-field2, .otp-field3, .otp-field4 {
    border-radius: 10px;
    border: 1px solid rgba(159, 162, 166, 0.5);
    background: #FFF;
    width: 41px;
    height: 41px;
    text-align: center;
}

/* Resend OTP link */
.resend-otp a {
    color: #F0792E;
    font-family: 'mulish-bold';
    font-size: 12px;
    text-align: center;
    margin-right: 0px;
    text-decoration: none;
}

/* Progress bar */

.progress-bar-main {
    width: 100%;
}

.progress-bar-main .progress-timer {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 9px;
    margin-top: 12px;
}

.progress-bar-main .progress-bar {
    max-width: 197px;
    width: 100%;
    background: #FFDEB7;
    border-radius: 24px;
    height: 6px;
    position: relative;
}

.progress-bar-main .progress-fill, .progress-bar-main .progress-fill1, .progress-bar-main .progress-fill2, .progress-bar-main .progress-fill3, .progress-bar-main .progress-fill4 {
    background: #F27B1A;
    border-radius: 24px;
    height: 100%;
    transition: width 1s linear;
}


/* Timer */
.timer, .timer1, .timer2, .timer3, .timer4 {
    color: #004A7F;
    text-align: right;
    font-family: 'mulish-regular';
    font-size: 12px;
    font-style: italic;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.resend-otp {
    align-self: flex-end;
    margin-bottom: 8px;
}

/* submit cta arrow */

.ctn-exist-arrow {
    position: relative;
}

.ctn-exist-arrow::after {
    content: '';
    position: absolute;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 18px;
    right: 20px;
}

.ctn-exist-arrow.dark::after{
    border: 1px solid #004A7F;
    border-width: 0px 3px 3px 0;
    border-radius: 3px;    
    top: 14px;
    padding: 4px;
}

.border-btn.dark{
    /* padding: 7px 39px; */
    padding: 7px 39px 7px 20px;
    font-size: 16px;
}

.border-btn:disabled{
    background-color: #4b79a1;
    color: #FFF;
    cursor: not-allowed;
    border: 1px solid #4b79a1;
}

.border-btn:disabled::after{
    border: 1px solid #FFF;
    border-width: 0px 3px 3px 0;
    border-radius: 3px;
    top: 14px;
    padding: 4px;
}


/*----------------- OTP MODAL CSS ENDS HERE------------------- */







/******************************* NEW Page Entity-Detail *************************/

/*---- Header css start here---- */

.entity-header-list {
    display: flex !important;
    align-items: center;
    /* padding-right: 20px; */
    position: absolute;
    right:40px;
}

.user-detail-box {
    display: flex;
    position: relative;
    /*margin-left: 12px;*/
    gap: 8px;
}

.user-detail-box::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 36px;
    background: #D8D8D8;
    right: 0;
    margin: 7px 10px;
}

/* New Code Here only user*/
.only-user .user-name{
    justify-content: center;
    min-height: 43px;
    text-align: right;
}
.only-user::before{
    top: -3px;
}

.user-name {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* gap: 8px; */
    right:25px;
    position: relative;
}

.log-off{
    /* width: 32px !important;
     margin-left: 20px !important;*/
}

.user-name p {
    color: #333;
    text-align: center;
    font-family: 'mulish-semibold';
    font-size: 14px;
    line-height: normal;
    /*    max-width: 97px;*/
    white-space:  nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.entity-user-btn {
    background: transparent;
    color: #999;
    text-align: center;
    font-family: 'mulish-regular';
    font-size: 12px;
    line-height: normal;
    padding: 0px;
    position: relative;
}

.entity-user-btn::after {
    position: absolute;
    border: solid #C2C2C2;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 3px;
    right: -16px;
}

.user-dropdown-menu.show {
    padding: 4px 6px;
    min-width: unset;
}

.user-dropdown-menu.show li a {
    padding: 2px 0px;
    color: #999;
    font-family: 'mulish-regular';
    font-size: 12px;
    line-height: normal;
}

.user-dropdown-menu .dropdown-item:active {
    background-color: transparent;
}

/*---- Header css ends here---- */


/* sub header start here */


.sub-header {
    /*background: linear-gradient(91deg, #EF8B24 0.58%, #F06837 117.87%);*/
}
/*.back-sec{position:absolute;}*/
.back-sec a {
    text-decoration: none;
    z-index: 9999;
    position: relative;
}

.back-sec span {
    color: rgb(240, 121, 46);
    font-family: 'mulish-bold';
    font-size: 16px;
    line-height: normal;
    display: flex;
    align-items: center;
}

.application-detail p {
    color: #f0792e;
    font-family: 'mulish-regular';
    font-size: 14px;
    line-height: normal;
}

.application-detail span {
    color: #888;
    text-align: right;
    font-family: 'mulish-semibold';
    font-size: 14px;
    line-height: normal;
}

.main-sub-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:40px;
}

.application-detail {
    /*    padding-right: 50px;*/
}

.pan-animation {
    display: flex;
    /* margin-top: 8px; */
}

.pan-animation img {
    width: 24px;
    margin-right: 6px;
}

.pan-animation p {
    color: #2AA50D;
    font-family: 'mulish-medium';
    font-size: 14px;
    font-style: italic;
    line-height: normal;
}

/* New code Here */
/* illustration image */

.entity-illust img{
    width: 100%;
    height: 260px;
    margin-bottom: -8px;
}


/* GSTIN cards */

.gstin-main {
    display: flex;
    gap: 24px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    max-width: 927px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.gstin-btn {
    border-radius: 12px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 11px 16px;
}


.gstin-card {
    display: flex;
    gap: 11px;
}

.gstin-circle {
    width: 16px;
    height: 16px;
    background: transparent;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 0px 2px #D8D8D8, 0px 2px 0px #D8D8D8, 0px 2px 0px #D8D8D8, 0px 0px 1px #D8D8D8;
    border-radius: 50%;
    margin-top: 4px;
}

.gstin-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gstin-number {
    color: #333;
    font-family: 'mulish-bold';
    font-size: 14px;
    line-height: normal;
}

.gstin-number.lg-gr{
    color:#999;
}

.gstin-state {
    color: #999;
    font-family: 'mulish-medium';
    font-size: 12px;
    line-height: 16px;
    padding-top: 4px;
}

.gstin-btn.active {
    border: 1px solid #E77817;
}

.gstin-btn.active .gstin-circle {
    background: #E77817;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 2px #E77817, 0px 2px 0px #E77817, 0px 2px 0px #E77817, 0px 0px 1px #E77817;
}

.gstin-btn.active .gstin-number {
    color: #E77817;
}

.gstin-btn.active .gstin-state {
    color: #303030;
}

.view-more-main {
    text-align: center;
}

.view-gstin {
    background: transparent;
    color: #F0792E;
    font-family: 'mulish-semibold';
    font-size: 16px;
    line-height: normal;
    text-transform: capitalize;
}

.profile-top-pd {
    padding-top: 56px;
    padding-bottom: 137px;
}

.height-vh {
    height: 440px
}

/******************************* NEW Page Entity-Detail Ends *************************/


/****************************** NEW Page Directors-Detail Start **********************/

.title-with-btn {
    display: flex;
    justify-content: end;
}

.add-cta-cmn {
    background: transparent;
    border-radius: 48px;
    border: 1px solid #F0792E;
    color: #F0792E;
    font-family: 'mulish-bold';
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
}

.gap-140 {
    gap: 140px;
}

.gap-190 {
    gap: 190px;
}

.gap-276 {
    gap: 276px;
}

.gap-260 {
    gap: 260px;
}
.gap-220 {
    gap: 220px;
}
.gap-212 {
    gap: 212px;
}

.gap-300 {
    gap: 300px;
}

.gap-363 {
    gap: 363px;
}

.gap-48 {
    gap: 9px;
}
.gap-300 {
    gap: 300px;
}
.name-detail {
    max-width: 200px;
    width: 100%;
}


.name-detail p {
    color: #333;
    font-family: 'mulish-semibold';
    font-size: 18px;
    line-height: normal;
}

.fill-detail-btn {
    background: transparent;
    color: #F0792E;
    font-family: 'mulish-semibold';
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}

.fill-detail-btn:disabled{
    opacity: 0.7;
}

.update-btn {
    background: transparent;
    color: #00A464;
    font-family: 'mulish-semibold';
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.detail-main-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.usermanage-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 440px);
}

.usermanage-detail.accent {
    width: calc(100% - 400px);
}

.usermanage-detail.accent .personal-detail {
    gap: 12px;
}

.usermanage-detail.accent .manager-field input {
    max-width: 120px;
}

.delete-detail-drop {
    display: flex;
    align-items: center;
    gap: 32px;
}

.delete-detail-drop .delete-box {
    cursor: pointer;
}

.delete-append-box-trade, .delete-append-box-sanct, .delete-append-box-loc , .delete-append-box-trans{
    background: transparent;
    margin-right: -36px;
    margin-bottom: 3px;
}

.add-append-more{
    background: transparent;
}

.delete-detail-drop .drop-arrow {
    cursor: pointer;
    pointer-events: none;
}

.droparrow-button{
    height: 24px;
    width: 24px;
}

.droparrow-button::after{
    transform: rotate(180deg) !important;
    height: 24px;
    width: 24px;
}

.droparrow-button.collapsed::after{
    transform: rotate(0deg) !important;
}

.droparrow-button.non-update{
    pointer-events: none !important;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(165%) contrast(100%);
}

.detail-selction {
    padding: 16px 0px;
    border-bottom: 1px solid #D8D8D8;
}

.detail-selction:last-child {
    border-bottom: none;
}

.inside-manager-detail {
    margin-top: 20px;
}


.manager-field {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.manager-field input {
    position: relative;
    max-width: 126px;
}

.manager-field label {
    margin-right: 20px;
    margin-bottom: 0px;
    font-family: 'mulish-regular';
}


.detail-selction .manager-field.active input {
    border: none !important;
    background: transparent !important;
    font-family: 'mulish-medium' !important;
    padding: 0px 0px 0px 10px;
    /* margin-right: 16px; */
}

.detail-selction .manager-field.active label {
    margin-right: 0px;
    font-family: 'mulish-regular';
    color: #999;
}

.detail-selction .manager-field.active label::after {
    content: ':';
    position: absolute;
    width: 8px;
    right: -10px;
    top: -1px;
    height: unset;
    background: none;
}

.detail-selction.completed .personal-detail {
    justify-content: flex-end;
}

.detail-selction.completed .personal-detail .m-detsil {
    padding-left: 0px;
}

.detail-selction .personal-detail .manager-field.active {
    border-right: 1px solid #D8D8D8;
    pointer-events: none;
}

.br-r-0 {
    border-right: 0px !important;
}

.detail-selction .delete-detail-drop.active .drop-arrow {
    filter: invert(50%) sepia(16%) saturate(7492%) hue-rotate(0deg) brightness(112%) contrast(106%);
    pointer-events: initial;
}

.detail-selction .delete-detail-drop.active .drop-arrow.rotate {
    transform: rotate(180deg);
}


.customer-field.rupees input {
    background-image: url(../images/director-detail/ruppes-field.svg);
    background-repeat: no-repeat;
    background-position: 13px 50%;
    padding-left: 40px;
}

.manager-w-28 {
    width: 28% !important;
}

.manager-w-30 {
    width: 30% !important;
}


.sharholder-field {
    display: flex;
    align-items: center;
}

.sharholder-field label {
    margin-bottom: 0px;
    margin-right: 20px;
    font-family: 'mulish-Regular';
}

.sharholder-field .share-label {
    border-left: 1px solid #D8D8D8;
    margin-left: -20px;
    padding-left: 12px;
}

.sharholder-field.w-max input {
    max-width: 65px;
}

.detail-selction.completed .sharholder-field label {
    margin-right: 20px;
    font-family: 'mulish-regular';
}

/* .share-relative.absolute {
    position: absolute;
    top: 85px;
    right: 345px;
    width: 18%;
}

.share-relative.absolute .sharholder-field {
    display: flex;
    align-items: baseline;
}

.share-relative.absolute .sharholder-field label {
    margin-right: 20px;
}

.share-relative.absolute.active {
    top: 77px;
    right: 405px;
}

.share-relative.absolute.active .sharholder-field {
    align-items: center;
}

.share-relative.absolute.active .sharholder-field label {
    margin-bottom: 0px;
} */

.personal-detail {
    display: flex;
    gap: 19px;
    align-items: center;
}

/* popup add director */

.common-modal.addnew-director-modal .modal-dialog {
    max-width: 1176px;
}


/* minimun ownership 51% css */

.minimun-ownership {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    padding-bottom: 16px;
}

.minimun-ownership p {
    color: #2AA50D;
    font-family: 'mulish-medium';
    font-size: 14px;
    font-style: italic;
    line-height: normal;

}

.minimun-ownership .hand-arrow {
    width: 24px;
    transform: rotate(270deg);
}

.mr-l-negavtive{
    width: calc(100% - 400px);
}

/****************************** NEW Page Directors-Detail Ends ************************/


/******************************* NEW Page GST-Detail Start *************************/

.auth-gstin-btn {
    min-width: 213px;
}

.auth-gstin-btn .gstin-tick {
    display: none;
}

.auth-gstin-btn .gstin-card {
    justify-content: space-between;
    gap: 4px;
}

.auth-gstin-btn.active {
    border: 1px solid #F0792E;
}

.auth-gstin-btn.complete {
    border: 1px solid #00A464 !important;
    background: #F7FFFC;
}

.auth-gstin-btn.complete .gstin-tick {
    display: block;
}


.gstin-customer-group {
    max-width: unset;
    padding: 0px;
}

.full-otp-section {
    max-width: 327px;
}

.gstin-customer-group .otp-container {
    max-width: unset;
    align-items: flex-start;
}

.gstin-customer-group .progress-bar-main .progress-timer {
    justify-content: flex-start;
    gap: 16px;
}

.gstin-customer-group .progress-bar-main .progress-bar {
    max-width: 206px;
}

.verify-otp {
    max-width: unset;
    width: unset;
    margin: 0;
    padding: 0;
}

.verify-otp h4 {
    text-align: left;
    color: #333;
}

.verify-otp p {
    text-align: left;
    color: #434B53;
    max-width: 304px;
}

.border-btn {
    background: transparent;
    border-radius: 28px;
    border: 1px solid #20446C;
    color: #004A7F;
    text-align: center;
    font-family: 'mulish-bold';
    font-size: 18px;
    line-height: 24px;
    padding: 11px 39px;
}

.closer-terms .condi-mr {
    color: #666;
    font-family: 'mulish-bold';
    font-size: 14px;
    font-style: italic;
    line-height: normal;
}

.new-cond-mr{
    margin-left: 8px !important;
}

.new-continue {
    padding-top: 24px;
}


.enable-api {
    background-image: url(../images/gst-detail/apibg.png);
    min-height: 219px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.enable-api p {
    color: #666;
    text-align: center;
    font-family: 'mulish-regular';
    font-size: 14px;
    line-height: normal;
    margin: 12px 0px;
}

.enable-api a {
    color: #F0792E;
    text-align: center;
    font-family: 'mulish-semibold';
    font-size: 18px;
    line-height: 23px;
    text-decoration-line: underline;
}

.enable-api img {
    width: 100px;
}

.gstin-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: transparent;
    background-color: transparent;
}

.gstin-pills .nav-link {
    border-radius: 12px
}

.api-detail-title {

    margin: -30px 0px 20px 0 !important;
}

.api-info {
    color: #666;
    text-align: center;
    font-family: 'mulish-regular';
    font-size: 14px;
    line-height: normal;
}

/* ITR */

.mrgl-minus {
    margin-left: -40px !important;
}

.popup-wrapper {
    padding-top: 16px;
    padding-bottom: 40px;
    position: relative;
}

.popup-wrapper p {
    color: #666;
    text-align: center;
    font-family: 'mulish-semibold';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}

.popup-wrapper h3 {
    color: #004A7F;
    font-family: 'mulish-bold';
    font-size: 24px;
    line-height: 28px;
}

/******************************* NEW Page GST-Detail Ends *************************/


/******************************* NEW Page Thank You Start *************************/

.thank1 {
    transform: rotate(20deg);
}

.thank2 {
    transform: rotate(330deg);
}

.final-info{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 14px 24px;
    border-radius: 16px;
    border: 1px solid #CCE6FF;
    background: #F2F4F6;
    margin-top: 20px;
    margin-bottom: 20px;
}

.final-info span {
    color: #666;
    font-family: 'mulish-medium';
    font-size: 16px;
    line-height: normal;
}

.final-info p {
    color: #333;
    font-family: 'mulish-semibold';
    font-size: 18px;
    line-height: normal;
    margin-left: 15px;
}

.downld-app {
    display: flex;
    justify-content: end;
}

.downld-app span {
    color: #F0792E;
    font-family: 'mulish-bold';
    font-size: 16px;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.thank-info {
    padding-top: 24px;
    padding-bottom: 32px;
}

.thank-row {
    justify-content: center;
    align-items: center;
    margin: 0 -40px;
}

.thank-anim{
    display: flex;
    justify-content: center;
}

.thank-anim img{
    width: 116px;
}

/* application tracker */

.application-tracker{
    border-radius: 16px;
    border: 1px dashed #E77817;
}

.app-track{
    max-width: 251px;
    width: 100%;
    margin: 0 auto;
    padding: 11px 0px;
}

.app-step{
    display: flex;
    align-items: center;
    position: relative;
    gap: 12px;
}

.app-step p{
    color:  #999;
    font-family: 'mulish-semibold';
    font-size: 16px;
    line-height: normal;
}

.app-step:not(:last-child){
    margin-bottom: 12px;
}

.app-step div{
    width: 10.5px;
    height: 10.5px;
    border-radius: 50%;
    background: #D8D8D8;
    position: relative;
    z-index: 2;
}

.app-step::before{
    content: '';
    position: absolute;
    height: 28px;
    width: 2px;
    background: #D8D8D8;
    bottom: 10px;
    right: 0;
    left: 4px;
    z-index: 1;
}

.app-step:first-child::before{
    height: 22px;
}


.app-step:last-child::after{
    content: '';
    position: absolute;
    height: 28px;
    width: 2px;
    background: #D8D8D8;
    bottom: 0px;
    top: 10px;
    right: 0;
    left: 4px;
    z-index: 1;
}

.app-step:last-child::after{
    height: 22px;
}


.app-step.active div{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2AA50D;
    margin-left: -1px;
}

.app-step.active::before{
    background: #2AA50D;
}

.app-step.active p{
    color: #333;
}

.app-step.active:last-child::after{
    background: #2AA50D;
}

.application-data thead th{
    padding: 0px 0px 8px 0 !important;
}

.application-data tbody td{
    padding: 10px 0 !important;
}

.application-data tbody tr td span{
    display: none;
}


/******************************* NEW Page Thank You Ends *************************/


/******************************* NEW Page Upload Document Start *************************/

.upload-doc-tabs {
    text-align: center;
}

.docs-pills {
    justify-content: center !important;

}

.docs-pills .docs-link {
    border-bottom: 2px solid #D8D8D8;
    border-radius: 0px;
    color: #666666;
    padding: 0px 20px 8px;
}

.docs-pills .docs-link.active {
    background-color: transparent;
    color: #F0792E;
    font-family: 'mulish-semibold';
    font-size: 16px;
    line-height: normal;
    border-bottom: 2px solid #F0792E;
}

.cus-drag-drop-file-upload.upload-new-docs {
    width: 100%;
    background: #FAFCFF;
    margin-top: 8px;
    margin-bottom: 24px;
    height: 130px;
}

.upload-new-docs.nonupload{
    pointer-events: none;
}

.upload-new-docs.nonupload img{
    filter: grayscale(1);
    mix-blend-mode: multiply;
}

.upload-new-docs.nonupload .cus-drag-drop>strong{
    color: rgba(153, 153, 153, 1);
}

.upload-docs-title{
    color: #333;
    font-family: 'mulish-bold';
    font-size: 16px;
    line-height: normal;
}

.text-left{
    text-align: left;
}


/******************************* NEW Page Upload Document Ends *************************/


/******************************* NEW Page Updated Upload Document Start *************************/



.new-update-gstin h3{
    font-family: 'mulish-bold';
    font-size: 18px;
    line-height: 27px;
    /* margin-bottom: 10px; */
}

.section-uploader{
    margin-bottom: 24px;
}

.section-uploader .fileList-data{
    position: relative;
}

.section-uploader .fileList-data>li>span{
    font-size: 12px;
    /* max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.section-uploader .fileList-data>li>p{
    font-size: 12px;
}

.gstin-pills .toplabel-link{
    position: relative;
    margin-top: 20px;
}

.gstin-pills .toplabel-link .toplabel-title{
    font-size: 12px;
    line-height: 16px;
    font-family: 'mulish-regular';
    color: rgba(0, 74, 127, 1);
    background: #fff;
    padding: 0px 10px;
    position: absolute;
    display: block;
    top: -8px;
}

.gstin-wrapper-scroll{
    height: 308px;
    overflow: auto;
}

/* vertically scroll */
.gstin-wrapper-scroll::-webkit-scrollbar {
    width: 4px;
}

.gstin-wrapper-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.gstin-wrapper-scroll::-webkit-scrollbar-thumb {
    background: #E77817;
    border-radius: 3px;
}

.gstin-wrapper-scroll::-webkit-scrollbar-thumb:hover {
    background: #E77817;
}



/******************************* NEW Page Updated Upload Document Ends *************************/



/******************************* S-NEW Page profile-detail Start**********************/


/* profile-detail-page start */

/* profile-detail-body start */

.profile-detail-body {
    width: 100%;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.10);
    padding: 16px 24px 16px 24px;
    margin-top: 20px;
}

.profile-detail-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pangst-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-detail-head {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 7px;
}

.profile-heading {
    color: #333;
    font-family: 'mulish-medium';
    font-size: 14px;
    line-height: normal;
}

.profile-heading span {
    color: #999;
    font-family: 'mulish-regular';
    font-size: 12px;
    line-height: normal;
    margin: 0 4px;
}

.profile-detail-head .row .profile-heading ~ p {
    margin: 2px 5px;
    font-size: 12px;
}

.profile-detail-head .row .profile-heading ~ p span {
    color: #999999;
}

.profile-detail-head .row + .row .profile-heading {
    display: block;
    width: 100%;
}

.pandetail-container {
    margin: 0 24px;
    display: flex;
    justify-content: space-between;
}

.pangst-container .pan-heading {
    color: #999;
    font-family: 'mulish-regular';
    font-size: 12px;
    line-height: normal;
    margin: 0 8px;
}

.pangst-container.option-b {
    width: 85%;
}

.pangst-container.option-b .pan-heading {
    margin: 0 auto 0 8px;
    width: calc(50% - 8px);
}

.pangst-container .pan-heading span {
    color: #666;
    font-family: 'mulish-medium';
    font-size: 12px;
    line-height: normal;
    text-transform: capitalize;
    vertical-align: text-bottom;
    margin-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    max-width: 230px;
}

.editprofile-icon {
    width: 56px;
    height: 24px;
    display: flex;
    /* width: 100%; */
    gap: 10px;
}

.review-detail-title {
    margin: 20px 0;
}

.review-detail-title h3 {
    color: #004A7F;
    font-family: 'mulish-semibold';
    font-size: 24px;
    line-height: normal;
    margin-bottom: 0px;

}

.review-detail-title p {
    color: #999;
    font-family: 'mulish-regular';
    font-size: 16px;
    line-height: normal;
    padding-top: 8px;
}

.review-detail-container {
    border-radius: 16px;
    border: 1px solid #CCE6FF;
    background: #F2F4F6;
    padding: 8px 16px;
}

/* New Code Here without-fetch*/

.without-fetch{
    border-radius: 0px;
    border: none;
    background: transparent;
    padding: 0px;
}

.without-fetch .review-entity-detail::after{
    display: none;
}

.review-entity-detail {
    padding: 8px 0;
    position: relative;
}

.review-entity-detail::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 37px;
    background: #D8D8D8;
    right: -5px;
    top: 8px;
}

.review-personal-detail .review-col:last-child .review-entity-detail::after,
.review-address .review-col:last-child .review-entity-detail::after {
    display: none;
}

.review-entity-detail p {
    color: #999;
    font-family: 'mulish-semibold';
    font-size: 12px;
    line-height: normal;
    padding-bottom: 4px;
}

.review-entity-detail h3 {
    color: #666;
    font-family: 'mulish-semibold';
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
}

.profile-detail-inputs {
    padding: 20px 0 0 0;
}

.customer-field.profile-detail label {
    color: #434B53;
    font-family: 'mulish-bold';
    line-height: normal;
}

.customer-field.fetch-data input, .customer-field.fetch-data .detail-dropdown button {
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    background: #F8FAFD;
    color: #666;
    pointer-events: none;
}

.customer-field.fetch-data .detail-dropdown button:after{
    display: none;
}

.customer-field .detail-dropdown button {
    display: block;
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 9px 12px;
    /* max-width: 320px; */
    width: 100%;
    font-size: 14px;
    line-height: normal;
    font-family: 'mulish-semibold';
    color: #A1A5A9;
    text-align: left;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
    height: 38px;
}

.customer-field .detail-dropdown button.active {
    color: #333;
}

.customer-field .detail-dropdown button:after {
    position: absolute;
    border: solid #666666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 10px;
    right: 12px;
}
/* New Code Here */
.customer-field .detail-dropdown ul {
    /* width: 100%; */
    min-width: unset;
    width: 100%;
    max-height: 210px;
    overflow-y: auto;
}


/* New Code Here Fetch Data css new */

.with-fetch .customer-field.f-data input{
    border: none;
    background: #F2F4F6;
    padding: 0px;
    color: #666;
    pointer-events: none;

}
/* New Code Here Fetch Data css new */
.with-fetch .customer-field.f-data label{
    color: #999;
    font-family: 'mulish-semibold';
    font-size: 12px;
    margin-bottom: 4px;
}
.with-fetch .customer-field.f-data label::after{
    display: none;
}
/* New Code Here Fetch Data css dropdown */
.with-fetch .customer-field .detail-dropdown .f-data{
    border: none;
    background: transparent;
    padding: 0px;
    pointer-events: none;
}
.with-fetch .customer-field .detail-dropdown .f-data::after{
    display: none;
}


/* New Code Here Fetch Data css new */

.without-fetch .customer-field.f-data input{
    border: 1px solid #D8D8D8;
    background: transparent;
    padding: 9px 12px;
    color: #666;

}
/* New Code Here Fetch Data css new */
.without-fetch .customer-field.f-data label{
    color: #434B53;
    font-family: 'mulish-bold';
    font-size: 14px;
    margin-bottom: 8px;
}
.without-fetch .customer-field.f-data label::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #F55F44;
    border-radius: 50%;
    right: -10px;
}
/* New Code Here Fetch Data css dropdown */
.without-fetch .customer-field .detail-dropdown .f-data{
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 9px 12px;
}
.without-fetch .customer-field .detail-dropdown .f-data::after{
    display: block;
}


.customer-field .detail-dropdown ul li a {
    font-size: 14px;
    line-height: normal;
    font-family: 'mulish-medium';
    color: #323232;
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}

.customer-field .form-select:focus {
    box-shadow: none;
}

.detail-continue {
    display: flex;
    justify-content: center;
    align-items: center;
}

.continue-btn {
    width: unset;
    color: #FFF;
    text-align: center;
    font-family: 'mulish-bold';
    font-size: 18px;
    line-height: normal;
    background: #20446C;
    padding: 12px 40px;
    text-decoration: none;
    border-radius: 28px;
}

.outline-blue-btn {
    width: unset;
    color: #004A7F;
    text-align: center;
    font-family: 'mulish-bold';
    font-size: 18px;
    line-height: normal;
    background: #fff;
    padding: 12px 40px;
    text-decoration: none;
    border-radius: 28px;
    border: 1px solid #004A7F;
}

.got-it-btn{
    pointer-events:initial;
}

.manager-submit-btn {
    width: unset;
    color: #FFF;
    text-align: center;
    font-family: 'mulish-bold';
    font-size: 18px;
    line-height: normal;
    background: #20446C;
    padding: 12px 40px;
    text-decoration: none;
    border-radius: 28px;
}

.manager-submit-btn:disabled {
    background-color: #4b79a1;
    color: #FFF;
    cursor: not-allowed;
}

.gap-24 {
    gap: 24px 0;
}

.gap-20 {
    gap: 20px 0;
}

.office-address-container {
    display: none;
}

.office-address-container.active {
    display: block;
}

.office-address-container .customer-field.fetch-data input {
    background: #FFFFFF;
}

.office-heading {
    font-family: 'mulish-semibold';
    font-size: 18px;
    line-height: normal;
    text-align: left;
    color: #333333;
    width: 156px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
}

/* yes no button */

.gstin-main {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    max-width: 927px;
    margin: 0 auto;
    margin-top: 24px;
}

.gstin-btn {
    border-radius: 12px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 10px 16px;
}


.gstin-card {
    display: flex;
    gap: 11px;
    justify-content: center;
    align-items: center;
}

.gstin-circle {
    width: 16px;
    height: 16px;
    background: transparent;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 0px 2px #D8D8D8, 0px 2px 0px #D8D8D8, 0px 2px 0px #D8D8D8, 0px 0px 1px #D8D8D8;
    border-radius: 50%;
    margin-top: 1px;
}

.gstin-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gstin-number {
    color: #333;
    font-family: 'mulish-bold';
    font-size: 14px;
    line-height: normal;
}

.gstin-state {
    color: #999;
    font-family: 'mulish-medium';
    font-size: 12px;
    line-height: normal;
    padding-top: 4px;
}

.gstin-btn.active {
    border: 1px solid #E77817;
}

.gstin-btn.active .gstin-circle {
    background: #E77817;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 2px #E77817, 0px 2px 0px #E77817, 0px 2px 0px #E77817, 0px 0px 1px #E77817;
}

.gstin-btn.active .gstin-number {
    color: #E77817;
}

.gstin-btn.active .gstin-state {
    color: #303030;
}


/* profile-detail-body end */

/* office address OTP start */
.office-title {
    margin-top: -24px !important;
}

.security-p-title {
    margin-top: -32px !important;
}

.common-modal.off-add-modal .modal-dialog {
    max-width: 624px;
}

.common-modal.off-add-modal .modal-dialog .modal-content {
    border-radius: 20px;
    background: #FFF;
    padding: 16px 24px 24px;
}

/* office address OTP start */

/* profile-detail-page end */




/* existing-loan start */

.exsiting-loan-moment {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.loan-label.active {
    color: #999 !important;
}

.loan-label::after {
    display: none;
}

.exsiting-business-loan {
    display: none;
    padding-top: 16px;
}

.exsiting-business-loan.active {
    display: block;
}

.business-loan-container {
    max-width: unset;
}

/* .business-loan {
    width: 630px;
} */

.loan-head {
    display: flex;
}

.loan-final-detail {
    display: none;
}

.loan-final-detail.active {
    display: block;
    padding-top: 24px;
}

.common-modal.existing-business-modal .modal-dialog {
    max-width: 924px;
}

.pb-b-41 {
    padding-bottom: 41px;
}

/* .business-detail-save {
    display: none;
} */


/* .business-detail-save.active {
    display: block;
} */

.business-detail-continue {
    margin-top: 27px;
}

/* existing-loan end */

/* Group company information */

.security-cont, .new-cont-gst ,.b-pangst-container{
    max-width: 90%;
    overflow: hidden;
    flex-wrap: wrap;
}

/******************************* S-NEW Page profile-detail Ends**********************/



/* Stepper code css start here */

.stepper-main {
    width: 100%;
    position: relative;
    padding: 0 152px;
    display: flex;
    justify-content: space-between;
}

.stepper-wrapper {
    position: relative;
    margin-top: 10px; 
}

.stepper-wrapper .progress {
    height: 6px;
    background: #F7D7C4;
    padding: 1px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    overflow: inherit;
}

.stepper-wrapper .progress-bar {
    background: linear-gradient(84deg, #92140C -6.65%, #E36C2A 100%);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: relative;
    overflow: inherit;
}

.stepper-wrapper .progress-bar::before {
    content: '';
    width: 2px;
    height: 9px;
    background: #F0792E;
    position: absolute;
    right: 0;
    top: calc(50% - 4.5px);
}

.stepper-wrapper .progress-bar::after {
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    right: -30px;
    top: calc(50% - 14px);
    background: url('../images/stepper-icon.svg') no-repeat;
    background-size: 100%;
    z-index: 1;
}

.stepper-wrapper::after {
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    right: 10px;
    top: calc(50% - 35px);
    background: url(../images/entity-detail/step-home.svg) no-repeat;
    background-size: 100%;
    z-index: 1;
}

.step-box {
    text-align: center;
    position: relative;
    padding-top: 14px;
}

.step-box p {
    color: #999;
    font-family: 'mulish-medium';
    font-size: 14px;
    line-height: normal;
}

.step-box.active p {
    color: #333;
}

.step-box::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #F7D7C4;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -11px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.step-box p {
    margin: 0;
}

.step-box.active::before {
    box-shadow: 0px 0px 0px 2px #FFD575;
    background: linear-gradient(84deg, #92140C -6.65%, #E36C2A 100%);
    animation: 1.5s 0s stepper-active-animation infinite;
    -webkit-animation: 1.5s 0s stepper-active-animation infinite;
}

.step-box.completed::before {
    background: #00A464 url('../images/stepper-complete.svg') no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    top: -15px;
}

@keyframes stepper-active-animation {
    0% {
        box-shadow: 0 0 rgba(249, 194, 160, .52);
        opacity: 1;
    }

    100% {
        box-shadow: 0 0 0 10px transparent;
        opacity: 1;
    }
}

/* stepper code css ends here */


/********* Loan Inforamtion code start *********/

.loan-info-progress-main {
    background: rgba(240, 121, 46, 0.05);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 16px;
    position: relative;
}

.loan-info-progress-main svg {
    height: 250px;
    margin: auto;
    display: block;
}

.loan-info-progress-main path {
    stroke-linecap: round;
    stroke-width: 5;
}

.loan-info-progress-main path.grey {
    stroke: #FFD3A6;
}

.loan-info-progress-main path.blue {
    stroke: #F0792E;
    stroke-dasharray: 198;
    stroke-dashoffset: 198;
    animation: dash 3s ease-out forwards;
}

.loan-info-progress-main path.dash-line {
    stroke: #F0792E;
    stroke-width: 0.5;
    stroke-dasharray: 3;
}

.loan-info-progress-main .value-main {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    background: url('../images/loan-information/loan-info-line.svg') no-repeat;
    background-position: 50% 45%;
}

.loan-info-progress-main .value-main svg {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: auto;
}

.loan-info-progress-main .value-main p, .loan-info-progress-main .value-main h5 {
    position: relative;
}

.loan-info-progress-main .value-main p {
    font-size: 12px;
    color: #999999;
    text-transform: capitalize;
    width: 130px;
    margin: 0 auto;
}

.loan-info-progress-main .value-main h5 {
    margin: 16px auto;
    font-size: 18px;
    font-weight: 600;
    width: 165px;
}

.loan-info-progress-legend {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    max-width: 220px;
    margin: -45px auto 0 auto;
    color: #C2C2C2;
}

.loan-info-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
    padding: 0;
}

.loan-info-row .row {
    flex: 1;
}

.sub-limit-main {
    width: 100%;
    flex: 1;
}

.loan-info-row:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid #D8D8D8;
}

.fill-detail {
    display: flex;
}

.delete-sublimit {
    margin-left: 12px;
}

/********* Loan Inforamtion code end *********/


/********* Bank Statement code Start *********/
.bank-statement-body {
    width: 100%;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.10);
    padding: 24px;
    margin-top: 24px;
}

.bank-statement-main {
    display: flex;
    justify-content: center;
    margin: 10px 0 8px 0;
}

.bank-statement-main>label {
    border-radius: 12px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 10px 16px;
    width: 376px;
    height: 114px;
    margin: 0 12px;
}

.bank-statement-main>label:after {
    content: none;
}

.bank-statement-main>label>input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 0px 2px #D8D8D8, 0px 2px 0px #D8D8D8, 0px 2px 0px #D8D8D8, 0px 0px 1px #D8D8D8;
    border-radius: 50%;
    padding: 0;
    float: left;
    margin-top: 4px;
}

.bank-statement-main>label>input[type="radio"]:checked {
    background: #E77817;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 2px #E77817, 0px 2px 0px #E77817, 0px 2px 0px #E77817, 0px 0px 1px #E77817;
}

.bank-statement-main>label.selected-radio-label {
    border: 1px solid #E77817;
}

.bank-statement-main>label>input[type="radio"]:checked + .radio-content>strong {
    color: #E77817;
}


.bank-statement-main>label>.radio-content {
    float: right;
    width: calc(100% - 27px);
}

.bank-statement-main>label>.radio-content>strong {
    color: #333;
    font-family: 'mulish-semibold';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bank-statement-main>label>.radio-content>p {
    color: #999;
    font-family: 'mulish-medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: 8px;
}

.bank-statement-main-form .closer-terms {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.bank-statement-main-form .closer-terms>input#termsCondi-mob {
    padding: 0;
    border: none;
}

.bank-statement-main-form .closer-terms>span {
    color: #666;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    font-family: 'mulish-light';
    margin-left: 8px;
}

.mom-modal .modal-dialog{
    max-width: 808px;
}



.auto-fetch-modal .modal-dialog {
    max-width: 759px;
}

.auto-fetch-modal .secured-loan-title {
    text-align: center;
}

.auto-fetch-modal .secured-loan-title>img {
    width: 100px;
    margin: 0 auto;
}

.auto-fetch-list>.col-sm-4 {
    margin-bottom: 24px;
}

.auto-fetch-modal .fetch-body{
    margin-top: -34px;
}

.auto-fetch-modal .secured-loan-title>h3 {
    color: var(--Blue, #004A7F);
    text-align: center;
    font-family: 'mulish-semibold';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 24px 0;
}

.auto-fetch-list>.col-sm-4 {
    position: relative;
}

.auto-fetch-list .auto-fetch-wrap {
    width: 205px;
}

.auto-fetch-list>.col-sm-4:first-child>.auto-fetch-wrap:after,
.auto-fetch-list>.col-sm-4:nth-child(2)>.auto-fetch-wrap:after,
.auto-fetch-list>.col-sm-4:nth-child(4)>.auto-fetch-wrap:after,
.auto-fetch-list>.col-sm-4:nth-child(5)>.auto-fetch-wrap:after {
    content: "";
    background: url('../images/bank-statement/Arc-2.png') no-repeat center center / 60%;
    width: 49px;
    height: 12px;
    position: absolute;
    right: -19px;
    top: 50%;
}

.auto-fetch-list>.col-sm-4:nth-child(5)>.auto-fetch-wrap:after {
    right: -11px;
    top: 60%;
}

.auto-fetch-list>.col-sm-4:nth-child(2)>.auto-fetch-wrap:after,
.auto-fetch-list>.col-sm-4:nth-child(4)>.auto-fetch-wrap:after {
    background: url('../images/bank-statement/Arc-6.png') no-repeat center center / 60%;
    right: -10px;
}

.auto-fetch-list>.col-sm-4:nth-child(2)>.auto-fetch-wrap:after {
    right: -10px;

}

.auto-fetch-list .auto-fetch-count {
    width: 32px;
    height: 32px;
    text-align: center;
    font-family: 'mulish-bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    box-shadow: 4px 4px 30px 0px #D1D9E6 inset, -4px 4px 30px 0px rgba(255, 255, 255, 0.50) inset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: #EF8B24;
}

.auto-fetch-list p {
    color: #333;
    font-family: 'mulish-semibold';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}

.auto-fetch-list p>strong {
    font-family: 'mulish-bold';
}

#autoFetchModalID .modal-content {
    padding: 24px;
}

#autoFetchModalID .modal-header {
    position: absolute;
    right: 24px;
    top: 24px;
}

#autoFetchModalID .secured-loan-title>h3 {
    color: #004A7F;
    font-family: 'mulish-semibold';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.upload-bank-statement-nav {
    margin: 24px 0;
}

.upload-bank-statement-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto;
    max-width: 700px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.upload-bank-statement-inner>.nav-tabs {
    border: none;
}

#addTabButton {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #F0792E;
    font-family: 'mulish-regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 11px;
}

.upload-bank-statement-inner>.nav.nav-tabs>button.nav-link {
    color: #999 !important;
    font-family: 'mulish-semibold' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
    margin-right: 52px;
    padding-top: 0;
    padding-bottom: 14px;
    position: relative;
}

.upload-bank-statement-inner>.nav.nav-tabs>button.nav-link.active {
    color: #F0792E !important;
    font-family: 'mulish-bold' !important;
}

.upload-bank-statement-inner>.nav.nav-tabs>button.nav-link.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #F0792E;
    left: 0;
    right: 0;
}

.cus-drag-drop-file-upload {
    border-radius: 16px;
    border: 2px dashed #CCC;
    margin-top: 20px;
    position: relative;
    width: 276px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cus-drag-drop-file-upload>input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 0;
    background: #CCC;
    border: none;
    visibility: visible;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

.file-upload-inner {
    text-align: center;
}

.file-upload-inner>.cus-drag-drop {
    color: #535658;
    text-align: center;
    font-family: 'mulish-semibold';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 10px 0 8px;
}

.file-upload-inner>.cus-drag-drop>strong {
    color: #F0792E;
    font-family: 'mulish-bold';
    font-weight: 700;
}

.file-upload-inner>.cus-file-format {
    color: #999;
    text-align: center;
    font-family: 'mulish-regular';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fileList-data {
    margin-top: 20px;
}

.fileList-data>li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* padding-top: 4px; */
    margin-bottom: 4px;
}

.fileList-data>li>span {
    color: #333;
    font-family: 'mulish-semibold';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    display: inline-block;
    width: calc(100% - 120px);
    position: relative;
    margin-left: 4px
}

.fileList-data>li>span:first-child:after {
    content: "";
    background: url(../images/bank-statement/file-up-sine.png) no-repeat center center / 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    margin-left: 10px;
    margin-top: 3px;
}

.fileList-data>li>span+span {
    color: #999;
    font-family: 'mulish-regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    width: 40px;
    display: inline-block;
    overflow: hidden;
    flex: 1;
    text-align: right;
    margin-right: 15px;
}

.fileList-data>li>button {
    background: url('../images/bank-statement/trash.png') no-repeat center center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0;
    margin-right: 7px;
}

.upload-bank-statement-btn {
    margin-top: 24px;
}

#allFileListData {
    display: flex;
    width: 376px;
    flex-direction: column-reverse;
    position: relative;
    margin-left: 15px;
}

#allFileListData.files-list-wrapper {
    flex-direction: row;
}

#allFileListData.files-list-wrapper .fileList-data {
    flex: 1;
}

#allFileListData.files-list-wrapper .fileList-data li span:nth-child(1) {
    padding-right: 35px;
    width: auto;
}

#allFileListData.files-list-wrapper .fileList-data li span:nth-child(2) {
    display: block;
    text-align: left;
}

#allFileListData>span>p {
    color: #999;
    font-family: 'mulish-regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

#allFileListData>span>#editFileListData {
    background: transparent;
    cursor: pointer;
    padding: 0;
}

#allFileListData {
    /* height: 27px; */
    overflow: hidden;
}

#allFileListData>ul.fileList-data {
    margin-top: 0px;
}

#allFileListData>ul.fileList-data>li>span:nth-child(2),
#allFileListData>ul.fileList-data>li>button {
    display: none;
}

.newfileList-vh{
    max-height: 200px;
    overflow: auto;
}

/* vertically scroll */
.newfileList-vh::-webkit-scrollbar {
    width: 4px;
}

.newfileList-vh::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.newfileList-vh::-webkit-scrollbar-thumb {
    background: #E77817;
    border-radius: 3px;
}

.newfileList-vh::-webkit-scrollbar-thumb:hover {
    background: #E77817;
}


/********* Bank Statement code end *********/


/******************************* D-NEW Page Add Guarantor Start**********************/
/* common classes */
.border-bottom-one {
    border-bottom: 1px solid #D8D8D8;
}

.not-required::after {
    content: none !important;
}

.mb-32 {
    margin-bottom: 32px;
}

.mt-n32 {
    margin-top: -32px;
}

.mt-n48 {
    margin-top: -48px;
}

.add-more-button {
    margin-top: -48px;
    padding-right: 46px;
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: end;
}

.mt-n20 {
    margin-top: -20px;
}

.max-width-100 {
    max-width: 100% !important;
}

.cursor-pt {
    cursor: pointer;
}

.short-text {
    display: inline-block;
    width: 202px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

/* vertically scroll */
.vertically-scroll::-webkit-scrollbar {
    width: 4px;
}

.vertically-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.vertically-scroll::-webkit-scrollbar-thumb {
    background: #E77817;
    border-radius: 3px;
}

.vertically-scroll::-webkit-scrollbar-thumb:hover {
    background: #E77817;
}

/* pages css*/

.lower-case{
    text-transform: lowercase;
}

.add-guarantor-page.focus-circle {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
}

.add-guarantor-page.focus-circle .fill-contetnt {
    position: absolute;
    z-index: 120;
    top: 215px;
    right: auto;
    left: 20;
    text-align: center;
}

.add-guarantor-page.focus-circle .fill-contetnt img {
    margin-left: -230px;
    margin-top: 100px;
}

.add-guarantor-page.focus-circle .fill-focus {
    right: auto;
    left: 5px;
    top: 274px;
    right: 192px;
    height: 80px;
    width: 80px;
    ;
}

.new-add-guarantor.focus-circle .fill-focus{
    top: 112px;
    right: 29px;
    height: 160px;
    width: 160px;
}

.new-add-guarantor.focus-circle .fill-contetnt img{
    margin-left: 156px;
    margin-top: 15px;
}


.guarantor-details-table {
    width: 100%;
}

.guarantor-details-table thead th {
    color: #333;
    font-family: 'mulish-bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 8px 0;
}

.guarantor-details-table tbody td {
    color: #666;
    font-family: 'mulish-semibold';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px 0;
}

.l-guarantor{
    border-top: 1px solid #d8d8d8;
}

.declaration-form .form-title,
.common-form .form-title {
    color: #333;
    font-family: 'mulish-semibold';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.declaration-form .form-question-txt,
.common-form .form-question-txt {
    color: #434B53;
    font-family: 'mulish-medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.policy-txt {
    color: #666;
    font-family: 'mulish-light';
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}

.termscondition-txt{
    color: #666;
    font-family: 'mulish-light';
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}

.termscondition-txt a{
    color: #E77817 !important;
    cursor: pointer;
}

.ofac-declaration-modal .modal-dialog {
    max-width: 1224px;
}

.ofac-declaration-modal .customer-field label {
    position: relative;
    color: #434B53;
    font-family: 'mulish-bold';
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.126px;
    margin-bottom: 8px;
}

.ofac-declaration-modal .ofac-declaration-form {
    height: 380px;
    overflow-y: auto;
    overflow-x: clip;
    padding-right: 8px;
}

.terms-condt-modal .terms-condt-main p{
    /* font-size: 16px;
    line-height: 20px;
    font-family: 'mulish-medium';
    color: rgba(153, 153, 153, 1); */
    font-size: 14px;
    line-height: 24px;
    font-family: 'mulish-medium';
    color: rgba(153, 153, 153, 1);
    margin-bottom: 12px;
}

.review-detail-title h4{
    color: rgba(51, 51, 51, 1);
    font-family: 'mulish-bold';
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    text-align: center;
}

.terms-declaration.vertically-scroll{
    height: 480px;
    overflow-y: auto;
    overflow-x: clip;
    padding-right: 8px;
}

#questionOne, #questionTwo, #questionThree , #questionFour{
    position: relative;
}

.add-append-more{
    position: absolute;
    /* right: 30px; */
    bottom: 18px;
}

.success-modal .modal-dialog {
    max-width: 600px;
}

.success-modal .heading {
    color: #333;
    font-family: 'mulish-bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.success-modal .sub-heading {
    color: #999;
    text-align: center;
    font-family: 'mulish-medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.common-form .form-group {
    /* max-width: 274px;
    width: 100%;
    margin-right: 24px; */
    margin-bottom: 24px;
}

.common-form .form-group:nth-child(4n+4) {
    margin-right: 0px;
}

.ownership-checkbox-wrp {
    border-radius: 12px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 12px 16px;
    display: flex;
}

.ownership-form-group{
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0px 26px;
}

.append-ownership-checkbox-wrap{
    width: calc(100% / 4 - 20px);
    margin-bottom: 24px;
}

.ownership-checkbox-wrp .ownership-title {
    color: #333;
    font-family: 'mulish-semibold';
    font-size: 16px;
    /* font-style: normal;
    font-weight: 600; */
    line-height: normal;
}

.ownership-checkbox-wrp .ownership-txt {
    color: #999;
    font-family: 'mulish-medium';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}


/* .common-form .form-group {
    max-width: 274px;
    width: 100%;
    margin-right: 24px;
    margin-bottom: 24px;
} */

.common-form .form-group:nth-child(4n+4) {
    margin-right: 0px;
}

.ownership-checkbox-wrp {
    border-radius: 12px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 12px 16px;
    display: flex;
}

/* .ownership-checkbox-wrp .ownership-title {
    color: #333;
    font-family: 'mulish-semibold';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
} */

.ownwship-sub-detail{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ownership-checkbox-wrp .ownership-txt {
    color: #999;
    font-family: 'mulish-medium';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.ownership-checkbox-wrp .ownership-pan{
    color: #999;
    font-family: 'mulish-medium';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    position: relative;
}

.ownership-checkbox-wrp .ownership-pan::before{
    content: '';
    position: absolute;
    height: 12px;
    width: 1px;
    background: #999;
    left: -6px;
    top: 1px;
}

.viewall-ownership{
    text-align: right;
}
.viewall-ownership .view-owners{
    background: transparent;
    color: #333;
    font-family: 'mulish-bold';
    font-size: 16px;
    line-height: normal;
    text-decoration: underline;
}

.viewall-ownership p{
    color: #004A7F;
    font-family: 'mulish-semibold';
    font-size: 16px;
    line-height: normal;
    cursor: pointer;
    display: inline-block;
}

select#typeOfPropertyID {
    display: block;
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 9px 12px;
    max-width: 320px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-family: 'mulish-semibold';
    color: #323232;
}

#dataTable>tbody>tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#dataTable>tbody>tr>td:nth-child(8) {
    order: -1;
}

#dataTable>tbody>tr>td {
    color: #666;
    font-size: 12px;
    font-family: 'mulish-semibold';
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    position: relative;

    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#dataTable>tbody>tr>td span{
    color: #999;
    font-family: 'mulish-regular';
    margin-right: 5px;
}
#dataTable>tbody>tr>td:nth-child(1), 
#dataTable>tbody>tr>td:nth-child(6),
#dataTable>tbody>tr>td:nth-child(7) {
    display: flex;
    flex-direction: row-reverse;
}
#dataTable>tbody>tr>td:nth-child(2),
#dataTable>tbody>tr>td:nth-child(3),
#dataTable>tbody>tr>td:nth-child(4),
#dataTable>tbody>tr>td:nth-child(5) {
    display: none;
}

#dataTable>tbody>tr>td:last-child>button {
    font-size: 0;
    background: url('../images/profile-detail/edit-profileicon.svg') no-repeat center center /24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

select#popuptypeOfPropertyID,
select#popupPropertyStatusID,
select#editPopuptypeOfPropertyID,
select#editPopupPropertyStatusID {
    display: block;
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 9px 12px;
    max-width: 320px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-family: 'mulish-semibold';
    color: #323232;
}

.securityProviderModal:after {
    position: fixed;
    background: #000;
    opacity: 0.6;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.securityProviderModal .modal-dialog {
    position: relative;
    z-index: 2;
    max-width: 1244px !important;
}

.cust-accordion .accordion-button {
    color: #333;
    font-family: 'mulish-semibold';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 32px 0;

}

.cust-accordion .accordion-item:first-child .accordion-button {
    padding-top: 0px !important;
}

.cust-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.cust-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    padding: 20px 0;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url(../images/guarantor-page/down-orange-24-arrow.svg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/guarantor-page/down-orange-24-arrow.svg);
}

.accordion-button img{
    margin-left: 8px;
}

.accordion-flush .accordion-item{
    border-bottom: 1px solid #D8D8D8;
}

.review-detail-modal .modal-dialog .modal-content .modal-header button{
    top: -25px;
    right: -10px;
}

.cust-accordion .accordion-body {
    padding: 0px;
}

.cust-accordion .accordian-title {
    color: #999;
    font-family: 'mulish-regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cust-accordion .accordian-txt {
    color: #666;
    font-family: 'mulish-semibold';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cust-accordion .review-details-data {
    margin-bottom: 24px;
    word-wrap: break-word;
}

.udyam-form-group{
    position: relative;
}

.udyam-form-group span {
    position: absolute;
    top: 70.5%;
    left: 13px;
    transform: translateY(-50%);
    font-family: 'Mulish-Medium';
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.udyam-form-group input{
    padding-left: 77px;
}

.LEI-input input{
    padding-left: 27px;
}

#addMoreFour{
    left: calc(50% - 80px);
}

.mom-title{
    font-size: 24px !important;
    line-height: normal !important;
    color: #004A7F !important;
    font-family: 'mulish-semibold' !important;
}
/* #addMoreFour.delete-append-box-trans{
    margin-right: 60px !important;
} */
/******************************* D-NEW Page Add Guarantor Ends**********************/


/**********************V-New Page Explore Our Exclusive Offers Code Start (07/11/2023)********************/
.exclusive-offers-card{
    border-radius: 16px;
    border: 1px solid  #D8D8D8;
    padding: 16px;
}
.exclusive-offers-card h4{
    color:  #333;
    font-family: 'mulish-semibold';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: normal;
}
.exclusive-offers-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.exclusive-offers-wrapper>img{
    width: 100px;
    margin-right: 16px;
}
.offer-tag{
    display: inline-block;
    color: #004A7F;
    text-align: center;
    font-family: 'mulish-medium';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 25px;
    background: rgba(0, 74, 127, 0.05);
    padding: 8px;
}
.offer-dis{
    color: #333;
    font-family: 'mulish-semibold';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 8px 0;
}
.offer-rate{
    color: #666;
    font-family: 'mulish-regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.exclusive-offers-card .continue-up {
    border-top: 1px solid #D8D8D8;
    margin-top: 16px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.exclusive-offers-card .continue-btn {
    margin-top: 16px;
}
.exclusive-offers-card .toggle-btn{
    color: #F0792E;
    font-family: 'mulish-bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    margin-right: 36px;
    cursor: pointer;
    background: transparent;
}
.exclusive-offers-card .toggle-btn:after{
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    background: url('../images/exclusive-offers/toggle-arrow.png') no-repeat center center / 100%;
    cursor: pointer;
    right: -16px;
    transition: all 0.5s ease;
}
.offers-card-btn-group.active .toggle-btn:after{
    transform: rotate(180deg);
}
.offer-collapse{
    color: #666;
    font-family: 'mulish-regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px ;
    margin-top: 16px;
    display: none;
}
.offers-card-btn-group.active .offer-collapse{
    display: block;
}

.common-modal.security-modal .modal-dialog {
    max-width: 1176px;
}
.mx-w{
    max-width: 205px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.point-none{
    pointer-events: none;
}
.point-none.active{
    pointer-events: unset;
}
/**********************V-New Page Explore Our Exclusive Offers Code Ends (07/11/2023)********************/

/********************** auto-fetch-itr-section page start  ********************/

.auto-fetch-itr-section .auth-gstin-btn {
    width: 100%;
}

.itr-eligible-modal .modal-dialog {
    max-width: 600px;
}

.itr-eligible-modal .modal-dialog .modal-content .modal-header {
    position: relative;
}

.itr-eligible-modal .modal-dialog .modal-content .modal-header button {
    position: absolute;
    right: 0;
    top: 0;
}

.itr-eligible-modal .modal-dialog .modal-content .modal-body {
    padding: 8px 47px;
}

.itr-eligible-modal .popup-wrapper {
    padding-top: 24px;
    padding-bottom: 0;
}

.itr-eligible-modal .popup-wrapper h3 {
    padding: 0 10px;
    color: #333333;
    margin-bottom: 16px;
}

.itr-eligible-modal .popup-wrapper p {
    margin-bottom: 24px;
}

/********************** auto-fetch-itr-section page end  ********************/


/* new dropdown search bar css start */

.filter-oprator{
    display: flex;
    padding: 0px 10px 10px;
    border-bottom: 1px solid #D8D8D8;
}

.filter-oprator img{
    width: 18px;
}

.filter-oprator input{
    border: none;
    padding: 0 0px 0px 6px;
}

.no-data-found{
    font-size: 14px;
    line-height: normal;
    font-family: 'mulish-medium';
    color: #323232;
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    padding-left: 16px;
    padding-top: 8px;
}

.itr-main-popup {margin-top: 20px;margin-bottom: 40px;font-family: 'mulish-bold';font-size: larger;}

.invert-btn {
    border-radius: 40px;
    background:  #fff;
    color: #20446c;
    text-align: center;
    font-family: 'mulish-bold';
    font-size: 18px;
    line-height: normal;
    padding: 12px;
    width: 100%;
    border: 3px solid;
    border-width: thin;	
}



/***************************************************** media query start here ******************************************************/


/* LG Devices Start */
@media (max-width: 1199px) and (min-width: 992px) {


    body {
        background-size: 330% 30%;
    }


    .b-loan-journey {
        max-width: 486px;
    }

    /* ----------------------------------------------------------s start------------------------------------------------------- */

    .pandetail-container {
        max-width: 604px;
    }

    /* ----------------------------------------------------------s end------------------------------------------------------- */

    /* --------------- D Start  ----------------- */
    .common-form .form-group:nth-child(3n+3) {
        margin-right: 0px;
    }

    .common-form .form-group:nth-child(4n+4) {
        margin-right: 24px;
    }

    /* --------------- D End  ----------------- */

    .exclusive-offers-card {
        margin-bottom: 16px;
    }

    .mx-w{
        max-width: 129px;
    }

}

/* MD Devices Start */
@media (max-width: 991.2px) and (min-width: 768px) {
    .b-loan-journey {
        position: absolute;
        bottom: 0px;
        left: 0;
        padding-bottom: 26px;
        width: 100%;
        margin: 0px;
        max-width: unset;
    }

    .account-type-row {
        padding-top: 0px;
        padding-bottom: 100px;
    }

    .b-loan-slider {
        margin: 0 12px;
    }
    .mx-w{
        max-width: 129px;
    }
    .last-loan-wrapper {
        /* min-height: 560px; */
        height: auto;
    }

    /******************* NEW ENTITY DETAIL PAGE START **************/

    body {
        background-size: 330% 30%;
    }

    /* pan card section css start here */

    .profile-top-pd {
        padding-top: 0px;
    }

    /******************* NEW ENTITY DETAIL PAGE ENDS**************/

    /****************************** NEW Page Directors-Detail Start **********************/

    /* ui component */

    .gap-sm-12 {
        gap: 12px 0px;
    }

    /* ui component */

    .title-with-btn {
        gap: 0px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .new-add-title-with-btn{
        justify-content: flex-end;
        gap: 90px;
    }

    .add-cta-cmn {
        padding: 7px 8px;
    }

    .detail-main-all {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: space-around;
    }

    .detail-selction {
        padding-top: 16px !important;
    }

    .usermanage-detail {
        flex-direction: column;
        width: 100%;
        order: 2;
        gap: 12px;
    }

    .manager-field {
        flex-wrap: wrap;
    }

    .delete-detail-drop {
        gap: 8px;
    }

    /* .name-detail{
        max-width: unset;
        width: 100%;
    } */

    .name-detail p {
        font-size: 16px;
    }

    .delete-detail-drop img {
        width: 16px;
    }

    .manager-field label {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .fill-detail-btn img {
        width: 20px;
    }

    .fill-detail-btn {
        font-size: 14px;
    }

    .minimun-ownership {
        padding-top: 16px;
    }

    .usermanage-detail.accent {
        width: 100%;
        gap: 0px;
        align-items: center;
    }

    .detail-selction.completed .personal-detail {
        justify-content: center;
        flex-wrap: wrap;
    }

    /* focus circle */

    .fill-contetnt p {
        font-size: 22px;
    }

    .fill-focus {
        top: 325px;
        right: 326px;
        height: 110px;
        width: 110px;
    }

    /* .got-it-btn {
        font-size: 14px !important;
        padding: 5px 14px !important;
    } */

    .fill-contetnt {
        top: 380px;
        right: 240px;
    }

    .fill-contetnt img {
        width: 105px;
        margin-left: 75px;
        margin-top: -20px;
        position: relative;
        right: -21px;
    }

    .sharholder-field .share-label {
        border-left: none;
        margin-left: 0px;
        padding-left: 0px;
    }

    .new-add-guarantor.focus-circle .fill-focus{
        top: 125px;
        right: 13px;
        height: 160px;
        width: 160px;
    }

    .new-add-guarantor.focus-circle .fill-contetnt{
        top: 220px;
        right: 120px;
    }


    /****************************** NEW Page Directors-Detail Ends **********************/



    /******************************* NEW Page GST-Detail Start *************************/

    .auth-gstin-btn {
        width: 100%;
    }

    /* ITR */

    .mrgl-minus {
        margin-left: 0px !important;
    }

    /******************************* NEW Page GST-Detail Ends *************************/


    /******************************* NEW Page Thank You Start *************************/

    .popup-wrapper h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .popup-wrapper p {
        font-size: 12px;
        line-height: 20px;
    }

    .thank-row {
        margin: 0px;
        gap: 14px;
    }

    .final-info {
        text-align: center;
    }

    .downld-app {
        justify-content: center;
    }

    .thank-info {
        padding-bottom: 0px;
    }

    .thank1, .thank2 {
        width: 101px;
    }

    .form-comp-img {
        width: 84px;
    }


    /******************************* NEW Page Thank You Ends *************************/




    /* --------------------------------------------s start--------------------------------------- */


    .profile-detail-body {
        padding: 16px 12px;
    }

    .profile-container-head {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 8px;
    }

    .review-detail-title {
        margin: 0px;
        padding: 8px 0px;
    }

    .review-detail-title h3,
    .review-detail-title p {
        text-align: center;
        margin-bottom: 0px;
    }

    .review-detail-title h3 {
        font-size: 18px;
    }

    .review-detail-title p {
        color: #999;
        font-size: 12px;
    }

    .review-entity-detail p {
        padding-bottom: 0px;
    }

    .profile-detail-head {
        padding: 8px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-heading {
        margin-bottom: 12px;
    }

    .review-detail-container {
        margin: 8px 0;
        padding: 0px 12px;
    }

    .review-entity-detail::after {
        display: none;
    }

    .review-detail-head {
        color: #004A7F;
        font-family: 'mulish-semibold';
        font-size: 12px;
        text-transform: capitalize;
        position: relative;
    }

    .review-arrow {
        position: absolute;
        content: url(../images/profile-detail/entity-arrow.svg);
        top: 4px;
        right: 0px;
    }

    .review-arrow.rotate {
        transform: rotate(180deg);
    }

    .review-name {
        margin-top: 12px;
    }

    .review-detail-mob {
        display: flex;
        gap: 0 4px;
        margin-top: 4px;
    }

    .review-entity-detail h3 {
        font-size: 12px;
    }

    .profile-detail-inputs {
        padding: 8px 0;
    }

    .customer-field input,
    .customer-field .detail-dropdown button {
        max-width: unset;
    }

    .gap-24 {
        gap: 12px 0;
    }

    .continue-btn {
        padding: 8px 24px;
        font-size: 16px;
        line-height: 24px;
    }

    .gstin-custm {
        padding: 8px;
        width: 84px;
    }

    .gstin-card {
        justify-content: flex-start;
    }

    .collapse.show {
        display: block;
    }

    .collapse:not(.show) {
        display: none;
    }

    .common-modal.off-add-modal .modal-dialog .modal-content {
        padding: 16px 12px;
    }

    .office-title {
        margin-top: -48px !important;
    }

    .pd-b-24 {
        padding-bottom: 12px;
    }

    .pb-b-12 {
        padding-bottom: 12px;
    }

    .gap-12 {
        gap: 12px 0;
    }

    .office-heading {
        padding-bottom: 4px;
    }

    .detail-continue {
        padding-top: 4px;
    }

    /* --------------------------------------------s end--------------------------------------- */

    /* --------------- D Start  ----------------- */
    .mt-n20 {
        margin-top: -40px;
    }


    .common-form .form-group:nth-child(3n+3) {
        margin-right: 24px;
    }


    .common-form .form-group:nth-child(4n+4) {
        margin-right: 24px;
    }

    .add-more-button.mob-view {
        margin-top: 0px;
        padding-right: 0px;
        text-align: start;
    }

    .delete-append-box-trade, .delete-append-box-sanct,.delete-append-box-loc, .delete-append-box-trans{
        background: transparent;
        margin-right: 32px;
        margin-bottom: -12px;
    }

    #addMoreFour{
        bottom: 0px;
    }

    .delete-append-box-trans{
        margin-bottom: 0px;
    }

    /* --------------- D End  ----------------- */

    .exclusive-offers-card {
        margin-bottom: 16px;
    }
}

/* SM & XS Devices Start */
@media (max-device-width: 768px) and (min-width: 320px) {
    .offer{max-width:100% !important;}
    body {
        background-size: 330% 30%;
    }

    .user-name{
        /*gap: 8px;*/
        width:100%;
        right:0
    }

    .user-name p {
        /*max-width: 65px;*/
    }

    /*------- Common modal css start -----------*/

    .common-modal .modal-dialog .modal-content{
        padding: 16px 12px;

    }

    .customer-field label, .sharholder-field label {
        font-size: 12px;
    }

    /*------- Common modal css ends -----------*/

    /*----------------- Header css start here-------------------- */

    .header-fluid {
        /*background: #FFF;*/
        padding: 6px 12px;
    }

    .header-main {
        padding: 1px 0px;
    }

    .header-logo {
        padding-right: 6px;
    }

    .new-header-logo {
        border-right: 0px;
    }

    .header-logo a img {
        /* width: 156px; */
        width: unset;
    }

    .mb-logo {
        width: 140px !important;
    }

    .credit-erase-logo {
        width: auto;
        /*        height: 24px;*/
        padding-left: 4px;
        position:relative;
        margin: 0 auto;
    }

    .credit-erase-logo img {
        /*        width: 120px;*/
        bottom: 0px;
    }

    .header-list img {
        width: 32px;
        height: 32px;
    }

    .log-off{
        margin-left: 0px !important;
        width: 28px !important;
    }

    .header-icic-logo {
        flex-direction: column;
    }

    .header-list img:not(:last-child) {
        margin-right: 8px;
    }
    .user-detail-box::after{position:relative;}
    .user-detail-box::before {
        display: none;
    }

    .entity-header-list {
        padding-right: 0px;
        align-items: center;
        position: relative;
        right: 0;
        flex-wrap:wrap;
        /*        top: 10px;*/
    }

    .user-detail-box {
        /*        margin-left: 0px;
                align-items: center;
                gap: 8px;*/
    }

    .user-icon {
        display: flex;
    }

    /* sub header css start */

    .main-sub-header {
        padding: 4px 0px;
        /*flex-direction: column;*/
        flex-wrap:wrap;
        height:auto;
    }

    .application-detail p {
        font-size: 10px;
    }

    .application-detail span {
        font-size: 10px;
    }

    .application-detail {
        padding-right: 0px;
    }

    .back-sec span {
        font-size: 12px;
    }

    .back-sec span img {
        width: 16px;
    }

    .height-vh {
        height: auto;
    }

    /* pan animation */
    .pan-animation p {
        font-size: 12px;
    }

    .pan-animation img {
        height: 24px;
    }

    /* New code Here */
    /* illustration image */
    .entity-illust img{
        height: unset;
        margin-bottom: -16px;
    }


    /*----------------- Header css ends here-------------------- */


    /*----- left side section-buisness loan starts here----- */

    .account-type-row {
        padding-top: 0px;
        padding-bottom: 106px;
    }

    .b-loan-banner img {
        width: 152px;
    }

    .animation-home {
        width: 38px !important;
    }

    .b-loan-banner .animation-home {
        right: -6px;
        top: -6px;
    }

    .b-loan-banner .animate-new {
        right: -10px !important;
    }

    .portal-head {
        padding: 0px;
    }

    .b-loan-portal {
        margin-top: 16px;
    }

    .b-loan-portal div {
        align-items: center;
    }

    .b-loan-journey {
        position: absolute;
        bottom: 0px;
        left: 0;
        padding-bottom: 26px;
    }

    .b-loan-title {
        text-align: left;
    }

    .b-loan-title p {
        font-size: 14px;
        line-height: 15px;
    }

    .b-loan-title h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .b-loan-banner {
        padding: 0px;
    }

    .b-loan-title {
        padding: 0px;
    }

    /* slider section */

    .web-features img {
        width: 40px;
    }

    .web-features p {
        font-size: 12px;
        line-height: 18px;
    }

    .lock-img{
        position: absolute;
        left: 0;
        right: -15px;
        margin: 0 auto;
        width: 65px !important;
        height: 50px;
    }

    .b-loan-banner .animation-graph {
        position: absolute;
        left: 2px;
        top: -4px;
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
        width: 36px;
    }



    /*----- left side section-buisness loan ends here----- */


    /*----- right side section Secured loan journey start here----- */

    .secured-loan-wrapper {
        padding: 16px 15px 8px;
        margin-top: 12px;
        min-height: auto;
        border-radius: 18px;
    }

    .secured-loan-title h3 {
        font-size: 18px;
        line-height: normal;
        /* margin-bottom: 16px; */
        margin-bottom: 0px;
        margin-top: 0px;
        text-align: left;
    }

    .visible-show, .visible-hide {
        display: none;
    }

    .secured-loan-title p {
        font-size: 12px;
        text-align: left;
    }

    .secured-loan-register {
        padding-top: 16px;
    }

    .regist-btn {
        padding: 21px 34px;
    }

    .regist-btn img {
        width: 32px;
        margin-bottom: 8px;
    }

    .disclaimer-main {
        padding-top: 57px;
    }

    .fluid-wrap {
        height: 100vh;
    }

    .closer-terms {
        margin-bottom: 0;
        margin-top: 4px;
    }

    .closer-terms input::before {
        height: 24px;
        width: 24px;
    }

    .closer-terms p {
        font-size: 11px !important;
        margin-left: 16px !important;
    }

    .closer-terms input {
        /* top: 3px; */
    }

    .closer-terms input:checked:after {
        top: Calc(100% - 19px);
        left: 8px;
        width: 9px;
        height: 14px;
    }

    .checkbox-v1:checked:after {
        position: absolute;
        content: '';
        border: 3px solid #E77817;
        border-left: 1px solid transparent;
        border-top: 0px solid transparent;
        transform: rotate(45deg);
        border-radius: 2px;
    }

    .existing-user-row {
        padding-bottom: 24px;
    }

    /* .mob-full-height {
        height: 100vh;
    } */

    .customer-field label {
        color: #323232;
    }

    .last-loan-wrapper {
        /* min-height: 560px; */
        height: auto;
    }

    .disclaimer-main-wrap{
        padding: 3px 3px;
    }

    .disclaimer-list li p{
        line-height: 17px;
    }

    /*----- right side section Secured loan journey ends here----- */


    /* OTP section start here */

    .otp-main {
        padding: 0px;
        margin: -10px auto 0px;
    }

    .ctn-exist-arrow::after {
        top: 15px;
        right: 10px;
        padding: 4px;
    }



    /******************************* NEW Page Entity-Detail Start *************************/

    /* pan card section css start here */

    .profile-top-pd {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .review-detail-title {
        margin: 0px 0px 16px 0px;
    }

    /* GSTIN cards */

    .gstin-main {
        margin-top: 16px;
        justify-content: space-between;
        gap: 12px 24px;
    }

    .gstin-card {
        /* flex-direction: column; */
        align-items: flex-start;
        gap: 8px;
    }

    .gstin-number {
        font-size: 12px;
        letter-spacing: -0.30px;
    }

    .gstin-btn {
        padding: 8px;
        border-radius: 8px;
    }

    .gstin-circle {
        width: 12px;
        height: 12px;
    }

    /* Stepper code css start here */

    .stepper-sec {
        width: 100%;
        overflow-x: auto;
        margin-top: -10px;
    }

    .stepper-sec::-webkit-scrollbar {
        width: 0 !important;
        display: none;
    }

    .stepper-sec {
        overflow: -webkit-scrollbars-none;
        overflow: -moz-scrollbars-none;
        overflow: -o-scrollbars-none;
        overflow: scrollbars-none;
        scroll-behavior: smooth;
    }

    .stepper-sec {
        -ms-overflow-style: none;
    }

    .stepper-main {
        padding: 0px 15px;
    }

    .stepper-wrapper {
        position: relative;
        /*width: max-content;*/
        padding-top: 10px;
    }

    .stepper-wrapper::after {
        width: 14px;
        height: 14px;
        right: 20px;
        top: 2px;
    }

    .stepper-wrapper .progress {
        height: 3px;
        padding: 0px;
    }

    .step-box {
        padding-top: 7px;
        margin: 0 16px;
    }

    .step-box:first-child {
        margin-left: 0;
    }

    .step-box:last-child {
        margin-right: 0;
    }

    .step-box::before {
        width: 8px;
        height: 8px;
        top: -5px;
    }

    .step-box.completed::before {
        width: 12px;
        height: 12px;
        top: -8px;
    }

    .stepper-wrapper .progress-bar::after {
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
        right: -18px;
    }

    .step-box p {
        font-size: 12px
    }

    .step-box.active p {
        font-family: 'mulish-bold';
    }

    /* Stepper code css ends here */


    /****************************** NEW Page Entity-Detail Ends **********************/


    /****************************** NEW Page Directors-Detail Start **********************/

    /* ui component */

    .gap-sm-12 {
        gap: 12px 0px;
    }

    /* ui component */

    .title-with-btn {
        gap: 0px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .add-cta-cmn {
        padding: 7px 8px;
    }

    .detail-main-all {
        flex-wrap: wrap;
        gap: 12px;
    }

    .detail-selction {
        padding-top: 16px !important;
    }

    .usermanage-detail {
        flex-direction: column;
        width: 100%;
        order: 2;
        gap: 12px;
    }

    .manager-field {
        flex-wrap: wrap;
    }

    .manager-field.nowrap {
        flex-wrap: nowrap;
    }

    .delete-detail-drop {
        gap: 8px;
    }

    .personal-detail{
        flex-wrap: wrap;
    }

    /* .name-detail{
        max-width: unset;
        width: 100%;
    } */

    .name-detail p {
        font-size: 16px;
    }

    .delete-detail-drop img {
        width: 20px;
        height: 20px;
    }

    .manager-field label {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .fill-detail-btn img {
        width: 20px;
    }

    .fill-detail-btn {
        font-size: 14px;
    }

    .minimun-ownership {
        padding-top: 16px;
    }

    .min-owner{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .usermanage-detail.accent {
        width: 100%;
        gap: 12px;
        align-items: center;
    }

    .detail-selction.completed .personal-detail {
        justify-content: flex-start;
        flex-wrap: wrap;
        /* padding-bottom: 12px; */
    }

    /* focus circle */

    .fill-contetnt p {
        font-size: 22px;
    }

    .fill-focus {
        /* top: 335px;
        right: 125px; */
        top: 340px;
        right: 132px;
        height: 110px;
        width: 110px;
    }

    /* .got-it-btn {
        font-size: 14px !important;
        padding: 5px 14px !important;
    } */

    .fill-contetnt {
        top: 410px;
        right: 50px;
    }

    .fill-contetnt img {
        width: 105px;
        margin-left: 75px;
        margin-top: -16px;
        position: relative;
        right: -21px;
    }

    .scroll-popup {
        max-height: 400px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .common-modal.addnew-director-modal .modal-dialog {
        align-items: end;
    }

    .sharholder-field .share-label {
        border-left: none;
        margin-left: 0px;
        padding-left: 0px;
    }

    .new-add-guarantor.focus-circle .fill-focus {
        top: 160px;
        right: 100px;
        height: 160px;
        width: 160px;

    }
    .new-add-guarantor.focus-circle .fill-contetnt img{
        margin-left: -50px;
        margin-top: 16px;
    }

    .new-add-guarantor.focus-circle .fill-contetnt{
        top: 265px;
    }

    .update-btn img {
        width: 20px;
        height: 20px;
    }

    .usermanage-detail.accent .manager-field input{
        max-width: 108px;
        margin-right: 16px;
    }

    .manager-field input {
        position: relative;
        /* max-width: 104px !important; */
        padding: 8px 8px;
    }
    .personal-detail{
        gap: 12px;
    }

    .customer-field.error p, .sharholder-field.error p{
        font-size: 10px;
    }

    .field-w-adjust{
        max-width: 150px !important;
    }
    .field-w-adjust.l-width{
        max-width: 108px !important;
    }

    .sharholder-field.w-max.active{
        display: none;
    }

    .minimun-ownership p{
        font-size: 12px;
    }

    .flex-get.wrap{
        flex-direction: column;
    }

    .droparrow-button{
        background-size: 16px 16px;
        background-position: center;
        width: 20px;
        height: 20px;
    }

    .droparrow-button::after{
        background-size: 16px 16px;
        background-position: center;
        width: 20px;
        height: 20px;
    }

    /****************************** NEW Page Directors-Detail Ends **********************/


    /******************************* NEW Page GST-Detail Start *************************/

    .gstin-pills {
        padding: 0 !important;
    }

    .auth-gstin-btn {
        width: 100%;
    }

    .auth-gstin-btn .gstin-card {
        justify-content: space-between;
    }

    .new-auth-gstin {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 24px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .new-auth-gstin::-webkit-scrollbar {
        width: 0 !important;
        display: none;
    }

    .new-auth-gstin {
        overflow: -webkit-scrollbars-none;
        overflow: -moz-scrollbars-none;
        overflow: -o-scrollbars-none;
        overflow: scrollbars-none;
        scroll-behavior: smooth;
    }

    .new-auth-gstin {
        -ms-overflow-style: none;
    }

    .border-btn {
        font-size: 16px;
        padding: 7px 23px;
    }
    .border-btn.dark{
        padding: 7px 34px 7px 20px;
    }

    .gst-continue-up {
        text-align: center;
    }

    .enable-api p, .enable-api a {
        font-size: 12px;
    }

    .enable-api img {
        width: 45px;
    }

    .enable-api {
        min-height: 135px;
        background-size: 45%;
        margin-top: 16px;
    }

    .new-continue {
        padding-top: 0px;
    }

    .new-continue .detail-continue {
        padding-top: 0px;
    }

    /* OTP section */

    .otp-field, .otp-field1, .otp-field2,.otp-field3,.otp-field4 {
        width: 38px;
        height: 38px;
    }

    .progress-bar-main .progress-bar {
        max-width: 185px;
    }

    .gstin-customer-group .progress-bar-main .progress-bar {
        max-width: 185px;
        justify-content: center;
    }

    .gstin-customer-group .otp-container {
        align-items: center;
    }

    .gstin-customer-group .progress-bar-main .progress-timer {
        justify-content: center;
    }

    .new-otp-main {
        margin: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .new-otp-main p {
        padding: 12px 0px;
        text-align: center;
    }

    .auth-gstin-btn {
        width: 100%;
    }

    /* ITR */

    .mrgl-minus {
        margin-left: 0px !important;
    }



    /******************************* NEW Page GST-Detail Ends *************************/


    /******************************* NEW Page Thank You Start *************************/

    .popup-wrapper h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .popup-wrapper p {
        font-size: 12px;
        line-height: 20px;
    }

    .thank-row {
        margin: 0px;
        gap: 14px;
    }

    .final-info {
        text-align: center;
        padding: 8px 12px;
        border-radius: 8px;
        justify-content: space-between;
        margin-top: 18px;
        margin-bottom: 18px;
    }


    .final-info p{
        font-size: 16px;
    }

    .downld-app {
        justify-content: center;
    }

    .thank-info {
        padding-bottom: 0px;
    }

    .thank1, .thank2 {
        width: 101px;
    }

    .form-comp-img {
        width: 84px;
    }

    .application-data thead{
        display: none;
    }

    .application-data tbody tr{
        border-radius: 8px !important;
        border: 1px solid #D8D8D8;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 16px;
    }

    .application-data tbody tr td{
        width: 100%;
        display: flex;
        gap: 24px;
        padding-left: 12px !important;
        padding-right: 12px !important;
        justify-content: space-between;
    }

    .application-data tbody tr td span{
        display: block;
        color: #080808;
        font-family: 'mulish-semibold';
        font-size: 14px;
        line-height: normal;
    }

    .application-data tbody tr td p{
        max-width: 146px;
        width: 100%;
    }


    /******************************* NEW Page Thank You Ends *************************/


    /******************************* NEW Page Upload Document Start *************************/

    .docs-pills{
        justify-content: space-between !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 -12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .docs-pills::-webkit-scrollbar {
        width: 0 !important;
        display: none;
    }

    .docs-pills {
        overflow: -webkit-scrollbars-none;
        overflow: -moz-scrollbars-none;
        overflow: -o-scrollbars-none;
        overflow: scrollbars-none;
        scroll-behavior: smooth;
    }

    .docs-pills .docs-link{
        padding: 0px 12px 8px;
    }

    /******************************* NEW Page Upload Document Ends *************************/

    /******************************* NEW Page Updated Upload Document Start *****************/

    .new-update-gstin{
        display: flex;
        gap: 24px;
    }

    .gstin-wrapper-scroll{
        height: unset;
        overflow:auto;
    }

    .new-update-gstin h3{
        display: none;
    }

    .fileList-data>li>span{
        width: calc(100% - 85px);
    }

    .newfileList-vh>li>span{
        width: calc(100% - 120px) !important;
        font-size: 12px !important;
    }

    .newfileList-vh>li>span+span{
        font-size: 12px !important;
    }

    /******************************* NEW Page Updated Upload Document Ends *****************/


    /* ------------------------------------------------S start---------------------------------------------------- */


    /* profile-detail-page start */

    .profile-detail-body {
        padding: 16px 12px;
    }

    .profile-container-head {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 8px;
    }

    .review-detail-title {
        margin: 0px;
        padding: 0px 0px 16px 0px;
    }

    .review-detail-title h3,
    .review-detail-title p {
        text-align: center;
        margin-bottom: 0px;
    }

    .review-detail-title h3 {
        font-size: 18px;
    }

    .review-detail-title p {
        color: #999;
        font-size: 12px;
    }

    .review-entity-detail p {
        padding-bottom: 0px;
    }

    .profile-detail-head {
        padding: 8px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-heading {
        margin-bottom: 12px;
    }

    .review-detail-container {
        margin: 8px 0;
        padding: 0px 12px;
    }

    .mob-pd{
        padding: 0px;
    }
    .with-fetch.mob-pd{
        padding: 0px 12px;
    }

    .review-entity-detail::after {
        display: none;
    }

    .review-detail-head {
        color: #004A7F;
        font-family: 'mulish-semibold';
        font-size: 12px;
        text-transform: capitalize;
        position: relative;
    }

    .review-arrow {
        position: absolute;
        content: url(../images/profile-detail/entity-arrow.svg);
        top: 4px;
        right: 0px;
    }

    .review-arrow.rotate {
        transform: rotate(180deg);
    }

    .review-name {
        margin-top: 12px;
    }

    .review-detail-mob {
        display: flex;
        gap: 0 4px;
        margin-top: 4px;
    }

    .review-entity-detail h3 {
        font-size: 12px;
    }

    .profile-detail-inputs {
        padding: 8px 0;
    }

    .customer-field input,
    .customer-field .detail-dropdown button {
        max-width: unset;
    }

    .gap-24 {
        gap: 12px 0;
    }

    .continue-btn {
        padding: 8px 24px;
        font-size: 16px;
        line-height: 24px;
    }

    .gstin-custm {
        padding: 8px;
        width: 84px;
    }

    .gstin-card {
        justify-content: flex-start;
    }

    .collapse.show {
        display: block;
    }

    .collapse:not(.show) {
        display: none;
    }

    .common-modal.off-add-modal .modal-dialog .modal-content {
        padding: 16px 12px;
    }

    .prof-modal-close {
        margin-top: -8px;
        margin-right: 0px;
    }

    .termscondition-txt{
        line-height: 24px;
    }

    .terms-condt-modal .terms-condt-main p{
        font-size: 12px;
        line-height: 17px;
    }

    .review-detail-title h4{
        font-size: 16px;
        line-height: 20px;
    }

    /* .office-title {
        margin-top: -48px !important;
    } */

    .pd-b-24 {
        padding-bottom: 12px;
    }

    .pb-b-12 {
        padding-bottom: 12px;
    }

    .gap-12 {
        gap: 12px 0;
    }

    .office-heading {
        padding-bottom: 4px;
    }

    .detail-continue {
        padding-top: 12px;
    }


    /* new collpase*/

    .new-collpase{
        display: none;
    }

    .new-review-collpase{
        padding-top: 0px;
        display: flex;
        gap: 8px;
    }

    .b-pangst-container .pan-heading span{
        max-width: 170px;
    }

    .pangst-container .pan-heading span{
        max-width: 170px;
    }

    .b-pangst-container .pan-heading{
        margin: 2px 0px !important;
    }

    /* profile-detail-page end */

    /* existing-loan start */

    .exsiting-loan-moment {
        justify-content: flex-start;
        margin-bottom: 0px;
        padding-top: 16px;
    }

    .existing-loan-label label {
        font-size: 12px;
        line-height: 18px;
    }

    .business-loan {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .loan-final-detail {
        padding-bottom: 12px;
    }

    .loan-final-detail.active {
        /* padding: 16px 0 8px 0; */
        padding: 0px 0 8px 0 !important;
        margin-bottom: 12px;
    }

    .pb-b-41 {
        padding-bottom: 12px;
    }

    .business-detail-continue {
        margin-top: 16px;
    }

    .gap-16 {
        gap: 16px 0;
    }

    .add-more-btn {
        margin-bottom: 16px;
    }

    .pandetail-container {
        margin: 0px;
    }

    .editprofile-icon {
        width: 20px;
        height: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .editprofile-icon a {
        width: 20px;
        height: 20px;
    }

    .editprofile-icon a img {
        width: 20px;
        height: 20px;
    }

    .swap-container-head .profile-detail-head {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }

    .swap-container-head .profile-detail-head div:first-child {
        width: 100%;
    }

    .swap-container-head .profile-detail-head .pandetail-container {
        width: 85%;
    }

    .swap-container-head .secured-loan-title {
        padding-top: 8px;
    }

    .swap-container-head .pangst-container {
        width: 100%;
        max-width: 100% !important;
        flex-direction: column;
        align-items: flex-start;
    }

    .pangst-container .pan-heading {
        margin: 2px 6px;
    }

    .new-cont-gst{
        flex-direction: column;
        align-items: flex-start;

    }
    .new-cont-gst .pan-heading{
        margin: 2px 0px;
    }

    .custom-order-1 {
        order: 1;
    }

    .custom-order-2 {
        order: 2;
    }

    .custom-order-3 {
        order: 3;
        padding-top: 8px;
    }

    .custom-order-4 {
        order: 4;
    }

    .custom-order-5 {
        order: 5;
    }

    .custom-order-6 {
        order: 6;
        margin-top: 12px;
    }

    .custom-order-7 {
        order: 7;
    }

    /* existing-loan end */

    .pangst-container.option-b .pan-heading {
        margin: 4px auto 4px 8px;
        width: 100%;
    }

    /* ------------------------------------------------S end---------------------------------------------------- */

    /* ------------------ Dinesh Start ----------------- */
    .guarantor-details-table thead th {
        font-size: 12px;
        padding: 12px 0px;
    }

    .guarantor-details-table tbody td {
        font-size: 12px;
        /* padding: 12px 12px 12px 0px; */
        padding: 12px 0px 12px 6px;
        vertical-align: middle;
    }

    .guarantor-details-table tbody td:first-child {
        padding-left: 0px;
    }

    .guarantor-details-table tbody td:last-child {
        padding-right: 0px;
    }

    .guarantor-details-table .closer-terms input {
        /* top: 7px; */
    }

    .guarantor-details-table .closer-terms input::before {
        height: 16px;
        width: 16px;
    }

    .guarantor-details-table .closer-terms input:checked:after {
        top: Calc(100% - 16px);
        left: 5px;
        width: 6px;
        height: 10px;
        border: 2px solid #E77817;
        border-left: 1px solid transparent;
        border-top: 0px solid transparent;
    }

    .guarantor-details-table .delete-data {
        width: 20px;
        height: 20px;
        margin: auto;
        display: table;
    }

    .guarantor-details-table .delete-data img {
        width: 100%;
    }

    .declaration-guarantor-section .mb-32 {
        margin-bottom: 16px;
    }

    .declaration-form .form-title,
    .common-form .form-title {
        font-size: 16px;
    }

    .declaration-form .form-question-txt,
    .common-form .form-question-txt {
        font-size: 12px;
    }

    .ofac-declaration-modal .customer-field label {
        font-family: 'mulish-medium';
        font-size: 14px;
        line-height: normal;
        font-weight: 500;
    }

    .customer-field.profile-detail label {
        /* font-size: 12px; */
        font-size: 14px;
        color: #333333;
    }

    .common-form .form-group {
        max-width: 100%;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 12px;
    }

    .ownership-form-group{
        display: block;
    }

    .append-ownership-checkbox-wrap{
        width: 100%;
        margin-bottom: 16px;
    }

    .ownership-checkbox-wrp .closer-terms input::before {
        height: 20px;
        width: 20px;
    }

    .ownership-checkbox-wrp .closer-terms input:checked:after {
        top: Calc(100% - 16px);
        left: 7px;
        width: 7px;
        height: 11px;
    }

    .outline-blue-btn {
        padding: 8px 20px;
        font-size: 16px;
    }

    .cust-accordion .accordion-button {
        padding: 24px 0;
    }

    .add-more-button.mob-view {
        margin-top: 18px;
        padding-right: 0px;
        text-align: start;
        justify-content: flex-start;
    }

    .focus-m-top{
        top: 26px !important;
    }

    .add-guarantor-page.focus-circle .fill-focus {
        right: auto;
        left: 7px;
        top: 302px;
        right: 192px;
        height: 50px;
        width: 50px;
    }

    .delete-append-box-trade, .delete-append-box-sanct,.delete-append-box-loc, .delete-append-box-trans{
        background: transparent;
        margin-right: 0px;
        margin-bottom: 4px;
        padding-left: 40px;
    }

    #addMoreFour{
        bottom: 0px;
    }

    #addMoreThree{
        bottom: 0px;
    }

    #addMoreFour{
        left: 0px;
        /* top: 70px; */
    }

    /* ------------------ D End Start ----------------- */

    /* ------------------ Bank Statement code Start ----------------- */
    .bank-statement-body {
        padding: 16px;
        border-radius: 12px;
    }

    .bank-statement-body .add-gtr-main {
        display: none;
    }

    .bank-statement-main {
        margin: 0;
        flex-wrap: wrap;
    }

    .bank-statement-main>label {
        padding: 8px 12px;
        width: 100%;
        height: auto;
        margin: 0 0 16px 0;
    }

    #autoFetchModal .modal-content,
    #autoFetchModalID .modal-content {
        padding: 16px;
    }

    .auto-fetch-modal .secured-loan-title>h3 {
        color: var(--Blue, #004A7F);
        text-align: center;
        font-family: 'mulish-semibold';
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 12px 0;
    }

    .auto-fetch-modal .secured-loan-title>img {
        width: 68px;
    }

    .auto-fetch-list>.col-sm-4 {
        width: 50%;
        max-width: 50%;
        margin-bottom: 12px;
    }

    .auto-fetch-list .auto-fetch-wrap {
        width: 129px;
    }

    .auto-fetch-list p {
        font-size: 10px;
    }

    .auto-fetch-list>.col-sm-4:first-child>.auto-fetch-wrap:after,
    .auto-fetch-list>.col-sm-4:nth-child(2)>.auto-fetch-wrap:after,
    .auto-fetch-list>.col-sm-4:nth-child(4)>.auto-fetch-wrap:after,
    .auto-fetch-list>.col-sm-4:nth-child(5)>.auto-fetch-wrap:after {
        background-size: 24px;
    }

    .auto-fetch-list>.col-sm-4:nth-child(3)>.auto-fetch-wrap:after {
        content: "";
        background: url(../images/bank-statement/Arc-6.png) no-repeat center center / 60%;
        width: 49px;
        height: 12px;
        position: absolute;
        right: -19px;
        top: 50%;
    }

    .auto-fetch-list>.col-sm-4:nth-child(2)>.auto-fetch-wrap:after,
    .auto-fetch-list>.col-sm-4:nth-child(4)>.auto-fetch-wrap:after {
        content: none;
    }

    #autoFetchModalID .secured-loan-title>h3 {
        font-size: 18px;
    }

    #autoFetchModalID .modal-header {
        right: 16px;
        top: 16px;
    }

    .upload-bank-statement-inner>.nav.nav-tabs>button.nav-link {
        margin-right: 10px;
    }

    #contentContainer .customer-field {
        margin-bottom: 24px;
    }

    .cus-drag-drop-file-upload {
        margin-top: 0;
        width: 100%;
        height: 130px;
    }

    #allFileListData {
        width: 100%;
        margin-left: 0;
    }

    .mom-title {
        font-size: 20px !important;
        line-height: normal !important;
    }

    /* #allFileListData>span {
        width: 67px;
    } */

    /* ------------------ Bank Statement code End ----------------- */

    /* ------------------ Loan information code start ----------------- */
    .loan-info-row .fill-detail {
        justify-content: center;
    }

    .add-loan-type {
        margin: auto;
    }

    .loan-info-progress-main {
        margin-bottom: 16px;
    }

    /* ------------------ Loan information code End ----------------- */


    /*----------------------------------- V New Page Explore Our Exclusive Offers Code Start (07/11/2023)----------------------------- */
    .exclusive-offers-wrapper {
        flex-wrap: wrap;
    }
    .exclusive-offers-card {
        margin-bottom: 16px;
        padding: 12px;
    }
    .exclusive-offers-card h4 {
        font-size: 16px;
    }
    .exclusive-offers-wrapper>img {
        width: 100px;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .offer-rate {
        font-size: 14px;
    }
    .exclusive-offers-card .continue-up {
        border-top: none;
        margin-top: 12px;
        display: block;
    }
    .exclusive-offers-card button.continue-btn.ctn-exist.upload-bank-statement-btn {
        margin-top: 0;
        display: block;
    }
    .exclusive-offers-card .continue-btn {
        margin-top: 0;
    }
    .exclusive-offers-card .toggle-btn {
        margin: 24px auto 0;
        width: 100%;
        display: block;
        border-top: 1px solid #D8D8D8;
        padding-top: 8px;
    }
    .exclusive-offers-card .toggle-btn:after{
        right: 75px;
    }
    .offer-collapse {
        margin-top: 8px;
    }

    .security-cont{
        flex-wrap: wrap;
    }
    .security-cont h3 {
        width: 100%;
    }
    .mx-w{
        max-width: 215px;
    }


    .bank-statement-main-form .closer-terms>span {
        margin-left: 16px;
    }
    .bank-statement-main-form .closer-terms{
        margin-top: 4px;
    }

    .daterangepicker{
        height: 230px;
        overflow: auto;
    }
    /*----------------------------------- V New Page Explore Our Exclusive Offers Code End (07/11/2023)----------------------------- */
}

/* SM Devices(mobile landscape device) */
@media (max-width: 767px) and (min-width: 576px) {}

li{
    font-size: 14px;
    line-height: 24px;
    font-family: 'mulish-medium';
    color: rgba(153, 153, 153, 1);
    margin-bottom: 12px;
}
.cardd1{
    max-width: 470px;
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.heading1{
    text-align: center;
    font-size: 24px;
    color: #337ab7; 
    line-height: 3;
}

.sub-heading{
    font-size: 18px;
    color: #212529;
    margin-bottom: 10px;
}

.input-field1{
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #E3EDF8;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 3px;
}

.button1{
    width: 100%;
    padding: 10px;
    margin: 20px 0 10px;
    background-color: #20446c;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.joined{
    display: flex;
}
.eye-icon{
    /*transform: translateY(-50%);*/
    cursor:pointer;
    font-size: 20px;
}
.main-sub-header1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 59px;
}
.offer{
    margin:auto;
    width:40%;
    padding:10px; 
}

.copy-link{
    display: flex;
    align-items: center;
}


.popYes-btn {
    border-radius: 40px;
    background:  #fff;
    color: #20446c;
    text-align: center;
    font-family: 'mulish-bold';
    font-size: 18px;
    line-height: normal;
    padding: 12px;
    width: 50%;
    border: 3px solid;
    border-width: thin;	
}


.text-warning-icon{
    color: #E77817;
}

.review-detail-title p.greenText{
    color:#2AA50D;
}
/***************nitish changes***************/
.query-box{
    padding-left: 15px;
    max-width: 300PX;
    height:176px;
}
.upload-box{
    /* background:#fff; */
    padding:0px;
    max-width: 300PX;
    height:176px;
}
.btn-submit{
    /* background:#fff; */
    padding: 36px;
    max-width: 300PX;
    height: auto;
    align-items: center;
    justify-content: center;
}
.submit-query-btn {
    width: 172%;
    color: #FFF;
    text-align: center;
    font-family: 'mulish-bold';
    font-size: 19px;
    line-height: normal;
    background: #20446C;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 28px;
}
.submit-query-btn:disabled {
    background-color: #4b79a1;
    color: #FFF;
    cursor: not-allowed;
}
.query-para{
    max-width:200px;
    white-space: normal;
}
.query-header{
    font-weight: 600;
    font-size: 17px;
    color: #F0792E;
}

.query-header img{
    width:20px;
    height:20px;
}

.query-title{
    font-weight:600;
    font-size:16px;
    color:#333;
}

.query-id{
    font-size:15px;
    color:#000;
    margin-left:30px;
    margin-bottom:12px;
}

.query-message{
    display:flex;
    gap:12px;
    font-size:14px;
    color:#333;
    line-height:1.5;
    /* height: 118px; */
    white-space: normal;
}

.left-bar{
    width: 100%;
    background: #ef7f1a;
    height: 5px;
}
.query-textbox{
    width: 100%;
    border: 1.5px dashed;
    border-color:#CCC;
    border-radius:10px;
    padding:5px;
    font-size:14px;
    color: e0e2e652;
    outline:none;
    resize:none;
    height: 133px;
    background: #FAFCFF;
}
.query-textbox:focus{
    border-color:#f39c12;
}
.query-number{
    color: #535658;
    /* text-align: right; */
    font-family: 'mulish-semibold';
    font-size: 15px;
    line-height: normal;
}
.scroll-text{
    height: 69px;
    overflow-y: auto;
    overflow-x:hidden;
    width: 100%;
}
.rotate-img{
    transform:rotate(270deg);
}


.terms-condition-black {
    font-size: 14px;
    line-height: 24px;
    font-family: 'mulish-medium';
    color: #111110;
    margin-bottom: 12px;
}

.verify-loan-wrapper {
    min-height: 360px;
}
.text_colour{
 color: #11b906;
 font-size: 13px;
 font-family: 'mulish-bold';
}
.container-pd {
    position: relative;
    max-width: 542px !important;
    width: 100%;
    margin: 0 auto;
}

.OD-card { border-radius: 17px; border: 1.5px solid #97979736; box-shadow: 0px 6px 33px 0px #BBBBBB1F; overflow: hidden; } 
.OD-card_header { background: linear-gradient(91.92deg, #EF8925 6.82%, #F06E34 98.41%); padding: 20px 0; } 
.OD-card_header h3 { font-size: 22px; line-height: 29px; color: #FFF; font-family: 'Mulish-bold'; } 
.OD-card_body { padding: 20px; } 

.OD-card,.OD-limit_controls .card-v2 { border: 1.5px solid #EEE; box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1); } 

.OD-card_header { padding: 10px 0; } 
.OD-card_header h3 { font-size: 16px; line-height: 17px; } 




.OD-limit_amount { max-width: 195px; width: 100%; padding: 20px 20px; background: #FFF; border-radius: 14px; } 


.custom-form-control-v3 { font-size: 22px; line-height: 27px; color: #20446C; height: auto; padding: 0; outline: none; border:none; font-family: 'Mulish-Bold'; border-radius: 1; } 



.slider-wrapper{
    width : 100%;
    padding : 10px 0;
}
#slider{
    width : 100%;
    height : 8px !important;
    background : #d9d9d9 !important;
    border : none !important;
    border-radius : 10px;
    position : relative;
    
}

#slider .ui-slider-range  {
    background : #2e7d32 !important;
    height : 8px !important;
    border : none !important;
    border-radius: 10px;
    
    
}

#slider .ui-slider-handle{
    width : 18px !important;
    height : 18px !important;
    background : #2e7d32;
    border : none !important;
    border-radius : 50% !important;
    top : -7px !important;
    cursor : pointer;
    box-shadow : none !important;
    outline : none !important;
 
}
#slider .ui-slider-handle:focus{
    outline : none !important;
    box-shadow : none !important;
    
    
}
.margin-Top{
    margin-top: 85px;
}

.pan-tab-width{
    width: 100%;
}


.declTerm8{
    display: inline-block;
    word-spacing: normal;
    text-align: left;
    white-space: normal;
}

.term-list li{
display : flex !important;
align-item : flex-start;
margin-bottom: 12px;

}

