input[type="file"] {
    border: 1px solid red;
    white-space: normal;
    word-wrap: break-word;
    width: 100%;
    overflow: auto;
}

.circle{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	position: relative;
	border:1px solid #ccc;
}
.circle img{ 
	width: 100%; 
	height: 100%; 
	border-radius: 50%;
}
.circle .change-img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	line-height: 95px;
	color: #fff;
	transition: all 0.3s;
	text-align: center;
	transform: scale(0);
}
.circle:hover .change-img{ 
	transform: scale(1); 
}
.p-image{ 
	display: none;
}
.profile_view{
	height: 110px;
	width: 110px;
	overflow: hidden;
	position: relative;
}
.profile_view img{
	width: 100%;
		border-radius: 50%;
	border: 1px solid #c1c1c1;
}
/*.file_upload{
	position: absolute;
	z-index: 1;
	top: 38px;
	right: -316px;
}*/
.profile_view input[type=file]
{
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 100px;
	display: inline-block;
	z-index: 100;
	cursor: pointer;
}
.upload-tag
{
	position: absolute;
	right: 0;
	bottom: 50%;
	z-index: 1;
	color: #000
}
#imageUpload_input{
	opacity: 1;
}
.hide {
	display: none;
}
.p_t_10 {
  padding-top: 10px;
}

.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.error_duplication {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.successfully_upload {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}

.right_border {
	border-right-style:solid;
	border-width:1px;
	color: #e3e8eb;
}

.bbox {
  border: 1px solid #d2d6de !important; 
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0772f8 !important;
    
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}


.select2-dropdown {
    background-color: #ffffff !important;
}


.select2-container--default .select2-results__option[aria-selected=true] {
    color: #1d1e26 !important;
}


.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    color: #1d1e26 !important;
}

.box_fee {
    margin-top: 24px;
	width: 100%; 
	display: inline-flex; 
	justify-content: space-between; 
	align-items: flex-start;
	flex-wrap: wrap;
}

.box_fee h5{
    color: rgba(34, 31, 31, .6);
	display: inline-block; 
	min-width: 50%; margin: 0 0 5px; 
	font-size: 15px; 
	font-family: Avenir-Roman, Arial, Helvetica, sans-serif; 
	font-weight: 700;
}

.features h6 {
	font-size: .875rem;
    font-family: Avenir-Roman, Arial, Helvetica, sans-serif;
    line-height: 1.5rem;
    color: rgba(34, 31, 31, .6);
    list-style-position: inside;
    white-space: nowrap;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottom_box {
	padding: 12px 32px; 
	background: linear-gradient(90deg, #3080cf, #356bb5 35.94%, #263a73); 
	color: #fff; 
	font-family: Avenir-Heavy, Arial, Helvetica, sans-serif;
	text-align: center;
}

.products-section {
	margin-bottom: 50px;
    clear: both;
}
.mb16 {
    margin-bottom: 16px;
}
.pb-product.inactive {
	box-shadow: 0 2px 4px 0 rgba(5, 47, 95, .04), 0 12px 16px 0 rgba(52, 105, 203, .12);
	transition: .3s !important;
}
.pb-product {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 250px;
    padding: 16px 14px 0;
    background-color: #ccc;
    border-radius: 8px;
    border: 1px solid rgba(235, 239, 247, .8);
    box-shadow: 0 2px 4px 0 rgba(5, 47, 95, .04), 0 12px 16px 0 rgba(52, 105, 203, .12);
    margin-bottom: 32px;
    cursor: pointer;
    transition: .3s;
    position: relative;
}
.pb-product .product-name {
    font-size: 14px;
    color: #052f5f;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    transition: all .3s;
    width: 65%;
}
.pb-product .product-desc {
    font-size: 12px;
    font-weight: 600;
    color: #69829f;
    margin-bottom: 12px;
    width: 81%;
}
.pb-product.inactive .bestTag {
    filter: grayscale(0);
}
.bestTag {
    position: absolute;
    bottom: 15px;
    font-size: 12px;
    color: #1b1dc7;
    font-weight: 600;
}
.pb-product .product-icon {
    text-align: right;
    height: 60px;
    margin-top: auto;
    transition: all .3s;
    position: absolute;
    right: 5px;
    top: 14px;
}
.bestTag i {
    transition: .2s;
    margin: 0;
}

.bestTag e img {
    margin: 0 0 -1px 3px;
}
@media (max-width: 767px) {
    .pb-product {
      background-color: #eeeeee;
        flex-direction: column-reverse;
        justify-content: flex-end;
        padding: 0 0 24px;
        height: auto;
        min-height: 98px;
        text-align: center;
        border: 0;
        box-shadow: none;
        margin-bottom: 0;
    }
    .pb-product .product-desc {
        display: none;
    }
	.m-hidden {
        display: none !important;
    }
	.pb-product .product-icon {
        text-align: center;
        height: 50px;
        margin-top: 0;
        position: inherit;
        right: 0;
        top: 0;
    }
	.pb-product .product-name {
        font-size: 12px;
        text-transform: capitalize;
        font-weight: 400;
        line-height: 16px;
        width: 100%;
    }
}
.how-section1{
	margin-top:-15%;
	padding: 10%;
}
.how-section1 h4{
	color: #ffa500;
	font-weight: bold;
	font-size: 30px;
}
.how-section1 .subheading{
	color: #3931af;
	font-size: 20px;
}
.how-section1 .row
{
	margin-top: 10%;
}
.how-img 
{
	text-align: center;
}
.how-img img{
	width: 40%;
}
.custom-form {

	font-family: 'Open Sans', sans-serif;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	max-width: 360px;
	margin: 40px auto 40px;
	background: #fff;
	padding: 5px;
	border-radius: 4px;
	.btn-primary {
		background-color: #003C71;
		border-color: #003C71;
		font-size: 16px;
		border-radius: 0;
		box-shadow: none;
	}
	.form-group {
		position: relative;
		padding-top: 16px;
		margin-bottom: 16px;
		.animated-label {
		position: absolute;
		top: 20px;
		left: 0;
		bottom: 0;
		z-index: 2;
		max-width: 100%;
		width: 100%;
		font-weight: 300;
		opacity: 0.5;
		cursor: text;
		transition: 0.2s ease all;
		margin: 0;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		&:after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 45%;
			height: 2px;
			visibility: hidden;
			background-color:#0051A5;
			transition: 0.2s ease all;
		}
		}
		.form-control:not(:placeholder-shown) {
		+ .animated-label {
			top: 0;
			font-size: 12px;
		}
		}
		.form-control {
		position: relative;
		z-index: 1;
		border-radius: 0;
		border-width: 0 0 1px;
		border-bottom-color: #6C6C6C;
		height: auto;
		padding: 3px 0 5px;
		box-shadow: none;
		&:focus {
			box-shadow: none;
			border-bottom-color: rgba(0,0,0,0.12);
			~ .animated-label {
			top: 0;
			opacity: 1;
			color: #0051A5;
			font-size: 12px;
			&:after {
				visibility: visible;
				width: 100%;
				left: 0;
			}
			}
		}
		}
	}
}
.right-part {
    float: right;
    width: 49%;
}
.right-part h1 {
    color: hsl(209, 94%, 31%);
    font-size: 28px;
    letter-spacing: 0;
    font-weight: 700;
}
.right-part p {
    opacity: .6;
    color: #333333;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
}
.right-part span.btn {
    border-radius: 8px;
    background: hsl(209, 94%, 31%);
    padding: 18px 50px 18px 32px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    float: left;
    position: relative;
}
.right-part span.btn:after {
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 24px;
    right: 32px;
    position: absolute;
}
.left-part {
    float: left;
    width: 50%;
}
.slide-box {
    width: 100vw;
    display: inline-table;
}
a.hp-banner .home-page-banner-mobile {
    border-top: 2px solid #e6e9ef;
    border-bottom: 2px solid #e6e9ef;
    margin-bottom: 10px;
    padding: 12px 12px;
    overflow: hidden;
}
#myChart {
	height: 100%;
	width: 100%;
	min-height: 150px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: flex-start;
}
.report {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.report span {
    font-size: 18px;
    font-weight: 600;
    color: #2c2b5d;
}
#myChart-trigger-c{
	display: none;
}
.report-mid p:before {
    content: "";
    width: 198px;
    height: 2px;
    background-color: rgba(5, 47, 95, .1);
    margin: 6px 0;
}
.report-mid p {
    font-size: 14px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(5, 47, 95, .6);
    display: flex;
    align-items: center;
    flex-direction: column;
}
#report h7 {
    font-size: 14px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(5, 47, 95, .6);
    display: flex;
    align-items: center;
    flex-direction: column;
}
.customer {
	z-index: 2;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    background: #fff;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
}
.customer .customerData {
    text-align: center;
    margin: 0px;
    font-size: .875rem;
    line-height: 1.375rem;
    color: #2c2b5d;
    font-weight: 600;
}
.customer .customerData b {
    font-weight: 600;
    text-transform: capitalize;
}
.customer .customerData span {
    font-weight: normal;
}
#myChart .next {
    padding-bottom: 20px;
    text-align: center;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.375rem;
    color: #2c2b5d;
    margin: 0px;
}
@media (max-width: 767px) {
    .customer .customerData span {
        font-size: 12px;
        line-height: 18px;
        display: block;
    }
	.customer .customerData span {
        font-size: 12px;
        line-height: 18px;
        display: block;
        color: rgba(5, 47, 95, 0.7);
    }
	.customerData .next span {
        font-size: 10px;
        line-height: 16px;
        display: block;
        color: rgba(5, 47, 95, 0.7);
	}
	#myChart .next b {
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
    }
	.creditScoreSection.ScoreBand .creditScoreSectionContent {
        padding: 16px 0px 0px;
    }
}
.creditScoreSection {
    box-shadow: 0 2px 19px 0 #ededed;
    min-height: 200px;
    background: #fff;
    margin-bottom: 40px;
    border-radius: 12px;
}
.navtabs {
	display: flex;
    /* margin-top: 20px; */
    background: white;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    /* padding: 10px 20px; */
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .navtab {
	margin: 0 10px;
	padding: 10px 20px;
	cursor: pointer;
	color: #333;
	transition: color 0.3s;
  }
  .navtab:hover {
	color: #007BFF;
  }
  .navtab.active {
	color: #007BFF;
	font-weight: 600;
  }
  .underline {
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #007BFF;
	transition: left 0.3s ease, width 0.3s ease;
  }
  .content {
	display: none;
	padding: 20px 20px 20px;
  }
  .content.active {
	display: block;
  }
.row::after, .clear:after, .clear:before {
    content: "";
    display: table;
    clear: both;
}
.table{ 
	display:table;
}
.table-head{
 	display:table-header-group;
}
.table-row{
	display:table-row;
}
.column{
	display:table-cell;
}

.table{
	display:table;			/* Defines a Table */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom:2px solid #dddddd;
	color:#8d8d8d;
	margin:10px 0;
}
.table-head{
	 display: table-header-group; /* Defines a table header group */
}
.table-head .column{			/* Column inside the table-head */
	background:#333333;
	color:#7d7d7d;
	border-right:1px solid #5d5d5d;
	border-bottom:none;
}
.table-head .column:hover{		/* Column hover inside the table-head */
	background:#222222;
}
.table-row{
	display:table-row;		/* Defines a table row */
}
.table-row .column:nth-child(1){		/* First column in a row */
	border-left:1px solid #eeeeee;
}
.table-row:last-child .column{		/* column in a last row */
	border-bottom:none;
}
.column{
	display:table-cell;		/* Defines a table cell */
	padding:10px 20px;
	border-bottom:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	line-height:1.8em;
}
.column:hover{
	background:#f9f9f9;
}

/* Responsive table */
@media all and (max-width: 640px){
	.table,
	.column,
	.column:before{
		display:block;	/* Converts a table, table row, table column and table column:before into a block element */
	}
	.table,
	.table-row .column:last-child{
		border-bottom:none;
	}
	.table-head{
		position:absolute;	/* Hides table head but not using display none */
		top:-1000em;
		left:-1000em;
	}
	.table-row{
		border:1px solid #eeeeee;
		border-top:2px solid #dddddd;
		border-bottom:2px solid #dddddd;
		margin:20px 0;
	}
	.table-row .column:nth-child(1){ /* first column of the row */
		border-left:none;
	}
	.table-row .column:last-child{ /* last column of the row */
		border-right:none;
	}
	.table-row:last-child .column,
	.column{ /* Column in the last row and column */
		border-bottom:1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
	}
	.column:before{ /* prints the value of data-label attribute before the column data */
		font-weight:bold;
		padding-right:20px;
		font-size:12px;
		content:" "attr(data-label)":";	/* call the attribute value of data-label and adds a string // */
	}
}
.cardViewContainer .cardViewWrappr {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cardViewContainer .cardViewWrappr .cardView {
    transition: background-color 1s linear;
    background-color: #fff;
    width: calc(32% - 16px);
    margin: 12px 0px;
    margin-right: 24px;
    padding: 16px;
    border-radius: 8px;
    overflow: auto;
    border: 1px solid ;
}
.cardViewContainer .cardViewWrappr .cardView .item.accountName {
    padding-left: 0px;
    border-bottom: 1px solid #E2E2F9;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.cardViewContainer .cardViewWrappr .cardView .item {
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 24px;
  font-size: 12px;
  color: #052f5f;
  text-transform: capitalize;
}
.cardViewContainer .cardViewWrappr .cardView .item.name:before {
    content: url(https://img.icons8.com/windows/15/user.png);
	margin-top: 3px;
}
.cardViewContainer .cardViewWrappr .cardView .item.mobile:before {
    content: url(https://img.icons8.com/android/15/smartphone.png);
	margin-top: 3px;
}
.cardViewContainer .cardViewWrappr .cardView .item.email:before {
    content: url(https://img.icons8.com/plasticine/15/new-post.png);
	margin-top: 3px;
}
.cardViewContainer .cardViewWrappr .cardView .item.pan:before {
    content: url(https://img.icons8.com/cotton/15/bank-card-back-side--v2.png);
	margin-top: 3px;
}
.cardViewContainer .cardViewWrappr .cardView .item.date:before {
    content: url(https://img.icons8.com/material-outlined/15/calendar--v1.png);
	margin-top: 3px;
}
.cardViewContainer .cardViewWrappr .cardView .item.amount:before {
    content: url(https://img.icons8.com/pastel-glyph/15/exchange-rupee.png);
	margin-top: 3px;
}
.cardViewContainer .cardViewWrappr .cardView .item:before {
    color: rgba(5, 47, 95, 0.5);
    position: absolute;
    left: 0px;
    content: "";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.cardViewContainer .cardViewWrappr .cardView .item.address:before {
    content: url(https://img.icons8.com/ios/15/address--v1.png);
	margin-top: 3px;
}
.accountName {
	display: flex;
    justify-content: space-between;
}
.cardViewContainer .cardViewWrappr .cardView .item.accountName span {
  padding-left: 8px;
}
@media (max-width: 767px) {
    .cardViewContainer .cardViewWrappr .cardView {
        width: 100%;
    }
	.cardViewContainer .cardViewWrappr .cardView:first-child, .cardViewContainer .cardViewWrappr .cardView:nth-child(4n) {
        margin: 0px 0px 16px;
    }
}
.impact {
    position: relative;
    top: -15px;
    margin-top: 0px;
    right: 24px;
    padding: 6px 8px;
    height: 28px;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #d90368;
}
.main_container .main_sidebar_section {
    top: 102px;
    padding: 0px;
    margin: 0px !important;
    position: fixed;
    transition: all 0.5s ease-in-out;
}
.fullCon {
    position: relative;
    width: 100%;
}
.leftMenu.v2 ._menuList {
    padding: 12px;
    box-sizing: border-box;
    height: auto;
    width: 262px;
    border-radius: 12px;
    background-color: #FFFFFF;
    overflow: auto;
    box-shadow: 0 2px 19px 0 #ededed;
}
.leftMenu.v2 ._menuList ._itemList {
    margin-bottom: 4px;
    border-bottom: 0px solid rgba(5, 47, 95, 0.1);
}
.leftMenu.v2 ._menuList ._itemList ._inerListItem {
    border-radius: 8px;
    font-size: 14px;
    position: relative;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.leftMenu ._menuList ._itemList ._inerListItem {
    width: 100%;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.leftMenu.v2 ._menuList ._itemList ._inerListItem a {
    padding: 0px;
    color: #052f5f;
    font-size: 14px;
}
._subMenu:after {
  content: url(https://img.icons8.com/office/30/minus-math.png);
  right: 13px;
  top: 11px;
  position: absolute;
}
._menuList ._itemList ._subMenuList {
  display: block;
    border-left: 1px solid rgba(5, 47, 95, 0.1);
    padding: 0px 0px 0px 20px;
    margin: 8px 0px 8px 27px;
    list-style-type: none;
}
._subMenuListItem {
  font-size: 12px;
  line-height: 36px;
}

.dB {
    display: block;
}
.clr-p {
    color: #052F5F;
}
.leftMenu.v2 ._menuList ._itemList ._inerListItem .nvConq.score {
    background-image: url(https://img.icons8.com/external-vitaliy-gorbachev-lineal-color-vitaly-gorbachev/25/external-gauge-infographic-elements-vitaliy-gorbachev-lineal-color-vitaly-gorbachev.png);
}
.leftMenu.v2 ._menuList ._itemList ._inerListItem .nvConq.insight {
    background-image: url(https://img.icons8.com/officel/25/credit-control.png);
}
.leftMenu.v2 ._menuList ._itemList ._inerListItem .nvConq.profile {
    background-image: url(https://img.icons8.com/stickers/15/gender-neutral-user-skin-type-1.png);
}
.leftMenu.v2 ._menuList ._itemList ._inerListItem .nvConq.offer {
    background-image: url(https://img.icons8.com/stickers/15/discount.png);
}
.leftMenu.v2 ._menuList ._itemList ._inerListItem .nvConq.enquiry {
    background-image: url(https://img.icons8.com/external-smashingstocks-outline-color-smashing-stocks/15/external-file-case-finance-smashingstocks-outline-color-smashing-stocks.png);
}

.bureauTabSection {
  box-shadow: 0 2px 19px 0 #ededed;
  min-height: 200px;
  background: #fff;
  margin-bottom: 40px;
  border-radius: 12px;
}


.leftMenu.v2 ._menuList ._itemList ._inerListItem .nvConq {
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
input:focus~._line:before, input:focus~._line:after, .error ._line:before, .error ._line:after {
    width: 50%;
}
span:after {
    background: #d72716;
}
.error span.eror {
    opacity: 1;
    transition-delay: 0s;
}
.error span.eror, .form_group input.custom_input {
    display: block;
}
@media (min-width: 768px) {
    .wrapper .main_content_section.g-9 {
        width: calc(100% - 292px);
    }
}
@media screen and (max-width:640px) {
    .section-space {
        padding-top: 0px;
        padding-bottom: 80px;
    }
    #sidebar{
        display: none;
    }
}
.hero {
    width:41.6666%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    background-color: #2c2b5d;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    padding: calc(8% + 20px);
  }
  
  .hero-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 900px;
    margin: auto;
  }
  
  @media (min-width: 800px) {
    .hero-inner {
      display: grid;
      align-items: center;
      gap: 2rem;
    }
  }
    
  
  .hero-inner p,
  .hero h3 {
    color: #fff;
  }
  
  .hero-button {
    background: #fff;
    color: #444;
    border: 0;
    padding: 1rem 2rem;
    display: inline-block;
    margin-top: 1rem;
  }
  
  @media (min-width: 700px) {
    .hero-button {
      margin-top: 2rem;
    }
  }
  
  .hero-image {
    order: -1;
    justify-items: center;
  }
  
  @media (min-width: 800px) {
    .hero-image {
      order: initial;
    }
  }
  
  .hero-image img {
    width: 100%;
  }
  
  .hero-form {
    margin-top: 1rem;
  }
  
  @media (min-width: 700px) {
    .hero-form {
      margin-top: 2rem;
    }
  }
  
  .hero-form-input {
    display: grid;
    grid-template-columns: 1fr;
  }
  
  @media (min-width: 400px) {
    .hero-form-input {
      display: grid;
      grid-template-columns: 1fr auto;
    }
  }
  
  .hero-email-input {
    padding: 1rem;
    box-sizing: border-box;
  }
  
  .hero-form-submit {
    background-color: #F50057;
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    margin-top: .5rem;
  }
  
  @media (min-width: 400px) {
    .hero-form-submit {
      margin-top: 0;
    }
  }
  .commonHeading {
      margin-bottom: 0;
      color: #1B1DC7;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 26px;
  }
  .commonHeading .heading {
      margin-bottom: 0;
      display: flex;
      align-items: center;
      position: relative;
  }
  ._credit_score_banner {
      display: none;
  }
  ._credit_score_banner ._left_part ._features {
      padding: 0;
      color: #052F5F;
      font-size: 12px;
      letter-spacing: 0;
      line-height: 18px;
      margin-top: 18px;
  }
  ._credit_score_banner ._left_part ._features ._feature_list {
      display: flex;
      align-items: center;
      margin-bottom: 6px;
  }
  ._credit_score_banner ._left_part ._features ._feature_list ._icon {
      width: 12px;
      margin-right: 6px;
      opacity: 0.6;
  }
  ._credit_score_banner ._right_part._img_parent {
      margin-top: -120px;
      height: 118px;
      position: absolute;
      right: -43px;
  }
  ._credit_score_banner ._right_part._img_parent ._main_supporting_icon {
      height: 100%;
  }
  /* Slideshow container */
  .slideshow-container {
    position: relative;
    color: #fff;
  }
  
  /* Slides */
  .mySlides {
    display: none;
    padding: 5px;
    text-align: left;
  }
  .right-form {
      width: 58.33333333%;
      background: #fff;
      min-height: 100vh;
      padding-bottom: 30px;
  }
  .apply-now {
    width: 208px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2c2b5d;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-top: 24px;
}
  
  @media screen and (max-width:640px) {
    .hero {
      display: none;
    }
    ._credit_score_banner{
      display: block;
    }
    .right-form {
      width: 100%;
    }
    #profile_report {
        padding-left: 0px;
        padding-right: 0px;
    }
    .apply-now {
        width: 109px;
        height: 30px;
        font-size: 12px;
        margin-top: 0;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

  }
  
  
  /* Add an italic font style to all quotes */
    q {font-style: italic;}

    

    small{
        color: #e74c3c;
        position: absolute;
        bottom: 0;
        left: 0;
        visibility: hidden;
    }

    .sectionHeading {
        margin-bottom: 16px;
        display: flex;
        flex-direction: column;
    }
    .myProfileWrapper .sectionHeading .heading {
        text-transform: capitalize;
    }
    .myProfileWrapper .myProfileContainer .personalDetails .sectionHeading .heading, .myProfileWrapper .myProfileContainer .employerDetails .sectionHeading .heading {
        font-size: 16px;
        font-weight: 600;
        color: #052f5f;
    }
    .sectionHeading .heading {
        margin: 0px 0px 0px;
        font-weight: bold;
        color: #052f5f;
        font-size: 20px;
        line-height: 1.5;
    }
    .myProfileWrapper .myProfileContainer .personalDetails, .myProfileWrapper .myProfileContainer .employerDetails {
        background-color: #fff;
        margin-bottom: 40px;
        padding: 32px;
        box-shadow: 0 2px 19px 0 #ededed;
        border-radius: 12px;
        padding: 24px;
        box-shadow: 0 2px 19px 0 #ededed;
        background-color: #fff;
        border-radius: 12px;
        margin: 0px 0px 40px;
    }
    .myProfileWrapper .myProfileContainer .inputWrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer.disabled {
        cursor: default;
        pointer-events: none;
    }
    .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer {
        position: relative;
        width: calc(40% - 50px);
        margin: 0px 50px 24px 0px;
        display: flex;
        flex-direction: column;
    }
    .inputContainer {
        min-height: 50px;
        margin-bottom: 24px;
        position: relative;
    }
    
    .myProfileWrapper .myProfileContainer .inputWrapper .radioContainer {
      position: relative;
      width: calc(40% - 50px);
      margin: 0px 50px 24px 0px;
  }
    .radioContainer {
      min-height: 50px;
      margin-bottom: 24px;
      position: relative;
  }
    .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer.fullName:before {
        content: url(https://img.icons8.com/ios/20/user--v1.png);
    }
    .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer.birthDate:before {
        content: url(https://img.icons8.com/ios/20/birth-date.png);
    }
    .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer.email:before {
        content: url(https://img.icons8.com/ios/20/new-post--v1.png);
    }
    .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer.mobile:before {
        content: url(https://img.icons8.com/material-rounded/20/smartphone.png);
    }
    .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer.pan:before {
        content: url(https://img.icons8.com/carbon-copy/20/bank-card-back-side.png);
    }
    .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer.gender:before {
        content: url(https://img.icons8.com/ios/20/gender.png);
    }
    .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer:before {
        content: "";
        z-index: 9;
        height: 16px;
        width: 16px;
        position: absolute;
        left: 0px;
        bottom: 11px;
    }
    .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer .labelText, .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer .labelControl {
        color: rgba(5, 47, 95, 0.6);
        font-weight: 500;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        max-width: calc(100% - 40px);
    }
    .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer label {
        color: rgba(5, 47, 95, 0.6);
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 600;
    }
    .inputContainer .labelControl {
        font-size: 14px;
        line-height: 16px;
        color: #052f5f;
    }
    .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer.disabled .inputControls {
        padding: 0 20px 0px 24px;
        color: rgba(5, 47, 95, 0.7);
        font-weight: 600;
    }
    .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer #paisaDOB.bg-Lgry, .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer .Select.is-disabled>.Select-control, .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer .disabled, .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer .is-disabled, .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer .custom_form-control:disabled, .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer .textDefault, .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer input:disabled {
        background: transparent;
        cursor: no-drop;
        font-weight: 500;
        text-transform: capitalize;
    }
    .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer .inputControls {
        color: #052f5f;
        padding: 0 0px 0px 24px;
        margin: 0px;
        width: auto;
        font-size: 14px;
        font-weight: 600;
    }
    .inputContainer .inputControls:disabled {
        color: rgba(5, 47, 95, 0.6);
        background: transparent;
    }
    .inputContainer .inputControls {
        border: 0px;
        font-weight: 600;
        width: 100%;
        border-bottom: 1px solid rgba(5, 47, 95, 0.1);
        padding-right: 90px;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 4px;
    }
    .pb-input {
        border: 0;
        border-bottom: 1px solid #052f5f;
        font-size: 15px;
        width: 100%;
        height: 32px;
        padding-right: 30px;
    }
    input:disabled {
        border-color: rgba(118, 118, 118, 0.3);
    }
    
    .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer.disabled:after {
        content: url(https://img.icons8.com/ios/20/lock-2.png);
        z-index: 9;
        height: 16px;
        width: 16px;
        position: absolute;
        color: rgba(5, 47, 95, 0.2);
        right: 0px;
        bottom: 11px;
    }
    .myProfileWrapper .myProfileContainer .personalDetails, .myProfileWrapper .myProfileContainer .addressDetails {
        background-color: #fff;
        margin-bottom: 40px;
        padding: 32px;
        box-shadow: 0 2px 19px 0 #ededed;
        border-radius: 12px;
        padding: 24px;
        box-shadow: 0 2px 19px 0 #ededed;
        background-color: #fff;
        border-radius: 12px;
        margin: 0px 0px 40px;
    }.myProfileWrapper .myProfileContainer .personalDetails, .myProfileWrapper .myProfileContainer .employerDetails {
        background-color: #fff;
        margin-bottom: 40px;
        padding: 32px;
        box-shadow: 0 2px 19px 0 #ededed;
        border-radius: 12px;
        padding: 24px;
        box-shadow: 0 2px 19px 0 #ededed;
        background-color: #fff;
        border-radius: 12px;
        margin: 0px 0px 40px;
    }
    .myProfileWrapper .myProfileContainer .buttonContainer {
        margin: 0 auto 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .myProfileWrapper .myProfileContainer .buttonContainer .btn.saveProfileBtn[disabled] {
        background: rgba(5, 47, 95, 0.2) !important;
        border: 1px solid rgba(5, 47, 95, 0.1) !important;
        color: #052f5f !important;
    }
    .myProfileWrapper .myProfileContainer .buttonContainer .btn.saveProfileBtn {
        font-size: 16px;
        width: 200px;
        background: #1B1DC7;
        color: #fff;
        border: 1px solid #1B1DC7;
    }
    ._button[disabled] {
        background: #f5f5f5;
        cursor: not-allowed;
        border-color: #d9d9d9;
        color: rgba(5, 47, 95, 0.6);
        opacity: 0.6;
    }
    ._button {
        transition: all .3s ease-in-out;
        font-family: "Open Sans";
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1B1DC7;
        height: 38px;
        min-width: 100px;
        font-size: 14px;
        line-height: 12px;
        font-weight: 600;
        cursor: pointer;
        border-radius: 6px;
        outline: none;
        border: none;
        padding: 0 12px;
    }
    ._itemList._active {
        border-radius: 8px;
        color: #1B1DC7;
        background-color: #f2f2fc;
    }
    .mainSidebarSection ._menuList .list .inner._active, .mainSidebarSection ._menuList .list .inner._selected {
        font-weight: 600;
    }
    ._itemList ._inerListItem {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 13px 16px 13px 32px;
        position: relative;
        margin-bottom: 8px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        color: #052f5f;
        text-transform: capitalize;
    }
    @media (max-width: 767px) {
        .wrapperLayout .mainContainerLayout .mainContentSection {
            margin-left: 0px;
            width: 100%;
            padding: 76px 0px 0px 0px;
        }
        .myProfileWrapper {
            padding: 0px 16px 16px;
        }
        .myProfileWrapper .myProfileContainer .personalDetails, .myProfileWrapper .myProfileContainer .employerDetails {
            background-color: #fff;
            padding: 16px;
            margin-bottom: 16px;
            box-shadow: none;
            border-radius: 0px;
            border-radius: 12px;
        }
        .myProfileWrapper .myProfileContainer .inputWrapper .inputContainer {
            width: 100%;
            max-width: 100%;
            margin-bottom: 24px;
            margin-right: 0px;
        }
        .myProfileWrapper .myProfileContainer .buttonContainer .btn.saveProfileBtn {
          width: 100%;
          margin-bottom: 0px;
      }
    }
    input::after,
input::before,
select::after,
select::before,
textarea::after,
textarea::before,
body *::after,
body *::before {
  box-sizing: border-box;
}

body {
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(top, #f2f2f2, #e6e6e6);
}
.button-container {
  text-align: center;
}

fieldset {
  margin: 0 0 3rem;
  padding: 0;
  border: none;
}

.form-radio,
.form-group {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.form-inline > .form-group,
.form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

.form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8rem;
}
.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
  position: absolute;
  width: 100%;
}
.checkbox .form-help {
  position: relative;
  margin-bottom: 1rem;
}
.form-radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}

.form-group input {
  height: 1.9rem;
}
.form-group textarea {
  resize: none;
}
.form-group select {
  width: 100%;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}
.form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}
.form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #337ab7;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.form-group input,
.form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.form-group input[type="file"] {
  line-height: 1;
}
.form-group input[type="file"] ~ .bar {
  display: none;
}
.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
  color: #333;
}
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0;
}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
  color: #337ab7;
}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}
.checkbox input,
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.radio {
  margin-bottom: 1rem;
}
.radio .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #999;
}
.radio .helper::before, .radio .helper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.radio .helper::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #337ab7;
  border-color: #337ab7;
}
.radio label:hover .helper {
  color: #337ab7;
}
.radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.radio input:checked ~ .helper::before {
  color: #337ab7;
}

.checkbox {
  margin-bottom: 1rem;
}
.checkbox .helper {
  margin-top: 5px;
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.checkbox .helper::before, .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #337ab7;
  display: block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0.25rem;
  content: '';
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.checkbox .helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}
.checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.checkbox label:hover .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
.checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}
.checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 1rem;
}

.has-error .legend.legend, .has-error.form-group .control-label.control-label {
  color: #d9534f;
}
.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
  color: #d9534f;
}
.has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}

.button {
  position: relative;
  background: currentColor;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  color: #4f93ce;
  margin: 3rem 0;
  padding: 0.75rem 3rem;
  cursor: pointer;
  -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.button span {
  color: #fff;
  position: relative;
  z-index: 1;
}
.button::before {
  content: '';
  position: absolute;
  background: #071017;
  border: 50vh solid #1d4567;
  width: 30vh;
  height: 30vh;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.button:hover {
  color: #337ab7;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.button:active::before, .button:focus::before {
  -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
.button:focus {
  outline: none;
}
.lds-dual-ring.hidden { 
    display: none;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}
.home-page-banner-mobile .left-part {
  float: left;
  width: 40%;
  text-align: center;
}
 .home-page-banner-mobile .right-part {
  float: left;
  width: 60%;
}
.home-page-banner-mobile .right-part p {
  color: hsl(209, 94%, 31%);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0 0 4px 0;
}
.home-page-banner-mobile .right-part ul {
  float: left;
  width: 100%;
  margin: 0 0 4px 0;
}
.home-page-banner-mobile .right-part ul li {
  width: 100%;
  display: block;
  color: #052f5f;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  margin: 0 0 2px 0;
}
.home-page-banner-mobile .right-part ul li span {
  height: 1px;
  width: 12px;
  background-color: #9ece5c;
  float: left;
  margin: 8px 8px 0 0;
}
.home-page-banner-mobile .right-part span.btn_mobile {
  border-radius: 6px;
  background: linear-gradient(90deg, #2c2b7e 0, #1b1dc7ad 100%);
  padding: 7px 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  .home-page-banner-mobile {
      border-top: none;
  }
  .home-page-banner-mobile {
      border-bottom: 0;
  }
  .home-page-banner {
    display: none;
  }
  .our-products .ord-6 {
    order: 6;
  }
  .our-products .col-3 {
    padding: 0 4px;
  }
  .work-process-one {
    display: none;
  }
  .download-app-one {
    display: none;
  }
  .page-footer {
    display: block;
    color: white;
    padding: 1em 0 2em;
  }
  .footer {
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #2b2b5e;
  }
  .deskView {
      display: none;
  }
}
@media screen and (min-width:640px) {
  .home-page-banner-mobile {
      display: none;
  }
  .page-footer {
    display: none;
  }
  .mobileView {
      display: none;
  }
}
h3.title {
  font-size: 28px;
  font-weight: 700;
  color: #093030;
  margin-bottom: 25px;
}

p.sub-title {
  color: #B5BAB8;
  font-size: 14px;
  margin-bottom: 25px;
}

p span.phone-number {
  display: block;
  color: #093030;
  font-weight: 600;
}

.wrapper {
  width: 100%;
    display: flex;
    /* grid-template-columns: repeat(4, 1fr); */
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
}

.wrapper input.field {
  width: 50px;
  line-height: 75px;
  font-size: 32px;
  border: none;
  background-color: #EAF5F6;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #093030;
  margin-bottom: 25px;
}

.wrapper input.field:focus {
  outline: none;
}

button.resend {
  background-color: transparent;
  border: none;
  font-weight: 600;
  color: #3DAFE1;
  cursor: pointer;
}

button.resend i {
  margin-left: 5px;
}
#timer {
  font-size: 18px;
}
.tab-content .tab-pane {
	margin: 0;
	color: rgba(40,44,42,0.05);
	font-weight: 900;
	line-height: 1;
}
#model_3 .tabs-container {
	background: #fff;
}
#model_3 .nav-tabs {
	border: 0;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
}
#model_3 .nav .nav-item {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
#model_3 .nav .nav-link {
	border: 0;
	border-radius: 0;
	padding: 0.5em 0;
	border-left: 1px solid #e1e1e1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
	background-color: transparent;
	color: #343a40;
	outline: none;
}
#model_3 .nav .nav-link::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
    bottom: 6px;
	height: 6px;
    left: 0;
    width: 100%;    
    background: #fff;    
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}
#model_3 .nav .nav-item:last-child a {
    border-right: 1px solid #e1e1e1;
}
#model_3 .nav .nav-link:hover {
	background-color: transparent;
	color: #888;
}
#model_3 .nav .nav-link.active, 
#model_3 .nav .nav-link.active:hover {
	background: transparent;
	color: #75C3D8;
}
#model_3 .nav .nav-link.active::before {
    background: #75C3D8;
}
#model_3 .nav i {
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.3em;
	line-height: 1;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  #model_3 .nav .nav-link {
      padding: 10px;
  }
}
.yourAccounts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 24px;
  color: #032f5f;
}
.yourAccounts .yourAccountsHeading {
  font-weight: 700;
}
.bank_detail_parent {
  border-right: 1px solid #E1E7F2;
  border-left: 1px solid #E1E7F2;
  border-bottom: 1px solid #E1E7F2;
  box-shadow: none;
  background: #fff;
  border-radius: 5px;
  color: #032f5f;
}

.bank_detail_parent .bank_detail {
  padding: 16px;
  display: flex;
}
.f-L {
  float: left;
}
.dIF {
  display: inline-flex;
}
.bank_detail_parent .bank_detail .bank_name_parent .data {
  margin-left: 16px;
}
.bank_detail_parent .bank_detail .bank_name_parent .data dl dt.bank_name {
  font-size: 13px;
  line-height: 22px;
}
.bank_detail_parent .bank_detail .bank_name_parent .data dl dd.card_type {
  font-size: 12px;
  line-height: 16px;
}
.bank_detail_parent .bank_detail dl dt {
  font-size: 12px;
  line-height: 16px;
}
.fw-7, .credit_factors_container ._factors_parent .factor.health .renew-btn {
  font-weight: 700;
}
.m-B-16 {
  margin-bottom: 16px;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
.op6 {
  opacity: 0.6;
}

.g-8-s {
  width: 64.66667%;
}
.g-2 {
  width: 98%;
}
.g-4-s {
  width: 31.33333%;
}

.fw-6 {
  font-weight: 600;
}
._R {
  text-align: right;
}
.clr-green-txt {
  color: #6AC373;
}
.clr-red-txt {
  color: #F13D46;
}
.clr-blue-txt {
  color: #00afff;
}
.g-1, .g-2, .g-3, .g-4, .g-5, .g-6, .g-7, .g-8, .g-9, .g-10, .g-11, .g-12 {
  width: 98%;
}
.br_8 {
  border-radius: 8px;
}
html body .hide-s {
  display: none;
}
.clr-blue1 {
  color: #052F5F;
}
.bank_detail_parent ._details_wrapper {
  position: relative;
}
.bank_detail_parent hr.custom_hr {
  opacity: 0.1;
  border-radius: 4px;
  background-color: #052F5F;
}
.custom_hr {
  background: #D8D8D8 none repeat scroll 0 0;
  border: 0 none;
  height: 1px;
  margin: 5px 0;
}
.bank_detail_parent ._account_details_action.fullWidthCol {
  width: 100%;
}
.bank_detail_parent ._account_details_action {
  padding: 16px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  border-radius: 0 0 8px 8px;
  background-color: #F4F8FF;
  display: inline-block;
  width: 50%;
  float: left;
}
._C, .pl_details ul li {
  text-align: center;
}
._oB {
  bottom: 0;
}
.dB {
  display: block;
}
html body .vMid>._vitems {
  display: inline-block;
}
.bank_detail_parent ._account_details_action ~ ._account_details_content {
  display: none;
}
.bank_detail_parent ._account_details_content {
  padding: 16px;
}
.bank_detail_parent ._account_details_action:before {
  content: "View Details";
  width: 100%;
  display: inline;
  margin-right: 10px;
}
.factorTabContent {
  padding: 0;
}
.factorTabContent .factorInfoWrapper {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 32px;
  box-shadow: 0 2px 19px 0 #ededed;
  border-radius: 12px;
  border: 1px solid #E6EBEF;
  box-shadow: none;
  padding: 24px;
  border-radius: 8px;
  margin-top: 40px;
  position: relative;
}
.factorTabContent .factorInfoWrapper .impact {
  position: absolute;
  top: -15px;
  margin-top: 0px;
  right: 24px;
  min-width: 87px;
  padding: 6px 8px;
  height: 28px;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.factorTabContent .factorInfoWrapper .infoContentWrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.factorTabContent .factorInfoWrapper .infoContentWrapper .imageContainer {
  width: 32px;
  height: 45px;
  background: none;
  display: flex;
  align-items: flex-end;
  margin-right: 8px;
}
.factorTabContent .factorInfoWrapper .infoContentWrapper .infoContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.factorTabContent .factorInfoWrapper .infoContentWrapper .infoContainer .heading {
  font-weight: 400;
  font-size: 22px;
}
.factorTabContent .factorInfoWrapper .infoContentWrapper .infoContainer .factor_intro_parent {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 24px 0px 0px;
  justify-content: space-between;
}
.factorTabContent .factorInfoWrapper .infoContentWrapper .infoContainer .factor_intro_parent .status {
  margin-left: 0px;
  margin-top: 0px;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 0px;
}
.factor_intro_parent {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 24px 0px 0px;
  justify-content: space-between;
  }
  .factor_intro_parent .status {
  margin-left: 0px;
  margin-top: 0px;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 0px;
  }
  .factor_intro_parent .status .common {
  padding-right: 32px;
  border: none;
  }
  .factor_intro_parent .status .separator {
  width: 1px;
  height: auto;
  background-color: rgba(150, 167, 188, 0.2);
  }
  .factor_intro_parent .status .common dl dd {
  font-weight: 400;
  font-size: 14px;
  color: rgba(5, 47, 95, 0.7);
  margin-top: 8px;
  }
  .factor_intro_parent .status .common:nth-child(2), .factor_intro_parent .status .common:nth-child(3) {
  border-left: 1px solid rgba(150, 167, 188, 0.2);
  padding-left: 35px;
  }
  .factor_intro_parent .lastThreeMonthsReview.good {
  background-color: rgba(239, 250, 245, 0.8);
  }
.factorTabContent .factorInfoWrapper .infoContentWrapper .infoContainer .factor_intro_parent .status .common {
  padding-right: 32px;
  border: none;
}
.factorTabContent .factorInfoWrapper .infoContentWrapper .infoContainer .factor_intro_parent .status .separator {
  width: 1px;
  height: auto;
  background-color: rgba(150, 167, 188, 0.2);
}
.factorTabContent .factorInfoWrapper .infoContentWrapper .infoContainer .factor_intro_parent .status .common dl dd {
  font-weight: 400;
  font-size: 14px;
  color: rgba(5, 47, 95, 0.7);
  margin-top: 8px;
}
.factor_intro_parent .status .common:nth-child(2), .factor_intro_parent .status .common:nth-child(3) {
  border-left: 1px solid rgba(150, 167, 188, 0.2);
  padding-left: 35px;
}
.infoContentWrapper .infoContainer .factor_intro_parent .lastThreeMonthsReview.good {
  background-color: rgba(239, 250, 245, 0.8);
}
.factorTabContent .factorInfoWrapper .infoContentWrapper .infoContainer .factor_intro_parent .lastThreeMonthsReview {
  display: flex;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  min-height: 68px;
  min-width: 300px;
  width: 100%;
}
.factorTabContent .factorInfoWrapper .infoContentWrapper .infoContainer .factor_intro_parent .lastThreeMonthsReview .iconContainer {
  width: 24px;
  height: 24px;
}
.factorTabContent .factorInfoWrapper .infoContentWrapper .infoContainer .factor_intro_parent .lastThreeMonthsReview .infoTxt {
  color : #3992df;
  font-size: 16px;
  margin-left: 8px;
}

@media only screen and (min-width: 45em) {
  html body .hide-s {
      display: block;
  }
  html body .hide-m {
    display: none;
  }
  .g-2 {
    width: 18.66667%;
  }
  .g-4 {
    width: 31.33333%;
  }
}
@media (max-width: 640px) {
  .bank_name_parent {
    width: 64.66667%;
  }
  .loan_amt {
    width: 31.3333%;
  }
  .bank_detail_parent .bank_detail {
      padding: 16px 8px 16px;
      display: block;
  }
  
  .bank_detail_parent .bank_detail .bank_name_parent .data dl dt.bank_name {
    font-size: 11px;
    line-height: 22px;
  }
  .data {
    margin-left: 8px;
  }
  .bank_detail_parent .bank_detail .bank_name_parent .data dl dd.card_type {
    font-size: 10px;
    line-height: 16px;
  }
  .bank_detail_parent .xs_details {
    padding-left: 26px;
  }
}
@media (max-width: 767px) {
  .factorTabContent {
    padding: 0px;
  }
  .factorTabContent .factorInfoWrapper {
    margin: 0px;
  }
  .factorTabContent .factorInfoWrapper .impact {
    right: 16px;
    font-size: 10px;
  }
  .factorTabContent .factorInfoWrapper .infoContentWrapper {
    position: relative;
  } 
  .factorTabContent .factorInfoWrapper .infoContentWrapper .imageContainer {
    position: absolute;
    margin-right: 0px;
    width: 29px;
    height: 36px;
  }
  .factorTabContent .factorInfoWrapper .infoContentWrapper .infoContainer .heading {
      font-size: 14px;
      padding-left: 40px;
  }
  .factorTabContent .factorInfoWrapper .infoContentWrapper .infoContainer .heading {
    font-size: 14px;
    padding-left: 40px;
  }
  .factorTabContent .factorInfoWrapper .infoContentWrapper .infoContainer .factor_intro_parent {
    flex-wrap: wrap;
    margin-left: 0px;
  }
  .factorTabContent .factorInfoWrapper .infoContentWrapper .infoContainer .factor_intro_parent .status {
    margin-left: 0px;
    width: 100%;
  }
  .factorTabContent .factorInfoWrapper .infoContentWrapper .infoContainer .factor_intro_parent .status .common {
    padding-right: 0px;
    text-align: center;
    width: 50%;
  }
  .factorTabContent .factorInfoWrapper .infoContentWrapper .infoContainer .factor_intro_parent .lastThreeMonthsReview {
    min-width: 296px;
    min-height: 60px;
    margin-top: 24px;
    width: 100%;
  }
  .factorTabContent .factorInfoWrapper .infoContentWrapper .infoContainer .factor_intro_parent .lastThreeMonthsReview .infoTxt {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .gutter-y-60 .main_section.g-9 {
      width: calc(100% - 292px);
  }
}
.TabContainer {
  padding: 16px 0 0px;
}
.TabContainer .tabHeading {
  display: flex;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.factors {
  background: #f7f8f9;
}
.TabContainer .tabHeading .tabLink {
  min-width: 90px;
  font-weight: 600;
  color: #052f5f;
  font-size: 16px;
  line-height: 22px;
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.TabContainer .tabHeading .tabLink.active {
  color: #1B1DC7;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
}
.TabContainer .tabHeading .tabLink img {
  margin-right: 8px;
  height: 24px;
}
.cardViewContainer .cardViewWrappr .cardView .item.accountName:before {
  content: "";
}
.cardViewContainer .cardViewWrappr .cardView .item:before {
  color: rgba(5, 47, 95, 0.5);
  position: absolute;
  left: 0px;
  content: "";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.cardViewContainer .cardViewWrappr .cardView.cardViewBg::after {
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.3;
}
.TabContainer .tabHeading .tabLink.active::before {
  content: "";
  width: 0px;
  height: 0px;
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  bottom: -10px;
  z-index: 1;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #1B1DC7;
}
.TabContainer .tabHeading .tabLink.active::after {
  content: "";
  width: calc(100% - 0px);
  height: 2px;
  display: block;
  background: #1B1DC7;
  position: absolute;
  bottom: -2px;
}
.CreditFactors .factorWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.CreditFactors .factorWrapper .factorContainer {
  width: 100%;
  box-shadow: 0 2px 19px 0 #ededed;
  background: #fff;
  border-radius: 12px;
}
.CreditFactors .factorWrapper .factorContainer .factorList {
  padding: 0px;
  margin: 0px;
}
.CreditFactors .factorWrapper .factorContainer .factorList .list:first-child {
  border-top-left-radius: 12px;
}
.CreditFactors .factorWrapper .factorContainer .factorList .list .infoContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.CreditFactors .factorWrapper .factorContainer .factorList .list {
  cursor: pointer;
  position: relative;
  border-left: 2px solid #fff;
  padding: 16px 65px 16px 24px;
  border-bottom: 1px solid rgba(5, 47, 95, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.CreditFactors .factorWrapper .factorContainer .factorList .list .img {
  margin-right: .75rem;
}
.CreditFactors .factorWrapper .factorContainer .factorList .list .factorName {
  color: #052f5f;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
}
.CreditFactors .factorWrapper .factorContainer .factorList .list ._info {
  margin: 0px 0px 4px;
  text-transform: capitalize;
  font-weight: 600;
}
.CreditFactors .factorWrapper .factorContainer .factorList .list ._info.impact {
  text-transform: lowercase;
}
.CreditFactors .factorWrapper .factorContainer .factorList .list .impact {
  color: #052f5f;
  font-size: .875rem;
  line-height: 1.125rem;
  font-weight: normal;
}
.CreditFactors .factorWrapper .factorContainer .factorList .list .valueContainer {
  text-align: right;
}
.CreditFactors .factorWrapper .factorContainer .factorList .list .paramValue {
  color: #052f5f;
  font-size: 1.125rem;
  line-height: 1rem;
  margin-bottom: .75rem;
}
.CreditFactors .factorWrapper .factorContainer .factorList .list .average {
  color: #D78700;
}
.CreditFactors .factorWrapper .factorContainer .factorList .list .good {
  color: #00BA7A;
}
.CreditFactors .factorWrapper .factorContainer .factorList .list .excellent {
  color: #008758;
}
.CreditFactors .factorWrapper .factorContainer .factorList .list .impactValue {
  color: rgba(5, 47, 95, 0.7);
  font-size: .875rem;
  line-height: 1rem;
}
.credit_factors_details_container {
  padding: 0px !important;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  margin-bottom: 24px;
  margin-top: 24px;
}
.credit_factors_details_container:before {
  content: "";
  height: 224px;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  width: calc(100%);
  border-radius: 8px;
}
.credit_factors_details_container .action_link {
  margin: 16px;
}
.credit_factors_details_container .action_link ._common_action_link {
  margin: 0px;
  top: -2px;
  left: 16px;
  color: #052f5f;
}
.credit_factors_details_container ._common_action_link {
  position: absolute;
  top: -25px;
  z-index: 1;
  font-weight: bold;
  left: 3%;
}
.credit_factors_details_container .action_link .lastUpdated {
  display: flex;
  color: #14304E;
  position: absolute;
  top: -2px;
  right: 20px;
}
.credit_factors_details_container .action_link .lastUpdated .lastUpdatedTitle {
  font-size: 14px;
  color: rgba(5, 47, 95, 0.6);
  font-weight: 600;
}
.credit_factors_details_container .action_link .lastUpdated .lastUpdatedDate {
  margin-left: 5px;
  font-weight: 600;
  color: #052f5f;
  position: relative;
  bottom: 1px;
  font-size: 14px;
  line-height: 22px;
}
.hand {
  cursor: pointer;
}
.tab_links_parent {
  padding: 0px 16px;
}
.tab_links_parent.common {
  display: flex;
  grid-auto-flow: column;
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.tab_links_parent.common label.active {
  font-weight: 700;
  opacity: 1;
  padding-bottom: 10px;
  position: relative;
  color: #1B1DC7;
}
.tab_links_parent.common label {
  color: #052F5F;
  font-size: 16px;
  line-height: 22px;
  opacity: 0.7;
  font-weight: 600;
  margin-right: 32px;
}
.tab_links_parent.common label.active:after {
  content: "";
  width: calc(100%);
  height: 2px;
  display: block;
  background: #1B1DC7;
  position: absolute;
  bottom: -1px;
}
.bank_detail_parent ._account_details_action.showPanel ~ ._account_details_content, .bank_detail_parent ._account_details_action.active ~ ._account_details_content {
  display: block;
  -webkit-animation: fade-in-bottom 0.09s 0.09s cubic-bezier(0.645, 0.045, 0.355, 1) both;
  animation: fade-in-bottom 0.09s 0.09s cubic-bezier(0.645, 0.045, 0.355, 1) both;
  min-height: 140px;
}
.fs-14, .credit_factors_container ._factors_parent .factor.health .renew-btn {
  font-size: .875rem;
}
.bank_detail_parent ._account_details_content .payment_history {
  background-color: rgba(5, 47, 95, 0.06);
  padding: 4px 16px;
  max-width: 520px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bank_detail_parent ._account_details_content .payment_history .legendItem {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.bank_detail_parent ._account_details_content .payment_history span {
  font-size: 12px;
  opacity: 0.8;
}
.bank_detail_parent ._account_details_content .yearly_report_container {
  margin-top: 24px;
  margin-bottom: 24px;
}
.year_parent {
  width: 40px;
}
.year {
  font-size: 18px;
  letter-spacing: 0;
}
.year_parent .ver_line {
  height: 40px;
  width: 1px;
  background-color: rgba(216, 216, 216, 0.4);
}
.months_parent {
  width: calc(100% - 72px);
  margin-left: 32px;
  padding-top: 2px;
  padding-bottom: 40px;
}
.month {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  margin-right: 32px;
}
html body .dIB, html body .vMid>._vitems {
  display: inline-block;
}
.vMid>._vitems {
  vertical-align: middle;
}
.bank_details {
  padding-bottom: 50px;
}
.bank_details .left_part {
  font-size: 14px;
  line-height: 19px;
  width: 50%;
}
.bank_details .right_part {
  font-size: 14px;
  line-height: 19px;
}
.g-5-s {
  width: 39.66667%;
}
@media (max-width: 640px) {
  .bank_detail_parent ._account_details_content .payment_history {
      gap: 10px 0px;
      flex-wrap: wrap;
      max-width: 100%;
      padding: 4px 12px 4px 12px;
  }
  .bank_detail_parent ._account_details_content .payment_history .legendItem {
    width: 50%;
    justify-content: flex-start;
    padding-left: 30px;
  } 
  .bank_detail_parent ._account_details_content .yearly_report_container {
    margin-top: 24px;
  }
  .months_parent {
    padding-bottom: 20px;
    margin-left: 16px;
    width: calc(100% - 60px);
    padding-top: 4px;
  }
  .months_parent .month {
    width: 11.6%;
    font-size: 12px;
    min-height: 34px;
    line-height: 17px;
    margin-bottom: 24px;
    margin-right: 14px;
  }
}
.bank_detail_parent ._account_details_action.showPanel, .bank_detail_parent ._account_details_action.active {
  border-top: 1px solid #ddd;
  position: absolute;
}
.bank_detail_parent ._account_details_action.showPanel:before, .bank_detail_parent ._account_details_action.active:before {
  content: "Hide Details";
}
.factor_inner_page_container .factorSection {
  padding: 0px;
}
.bureauTabSection {
  box-shadow: 0 2px 19px 0 #ededed;
  min-height: 200px;
  background: #fff;
  margin-bottom: 40px;
  border-radius: 12px;
}
.bureauTabSection .bureauTabHeading {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: rgba(5, 47, 95, 0.1);
  min-height: 52px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.bureauTabSection .bureauTabHeading .bureauList {
  padding: 20px;
  position: relative;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  cursor: pointer;
  width: 300px;
  text-align: center;
  text-transform: capitalize;
  -webkit-tap-highlight-color: transparent;
}
.bureauTabSection .bureauTabHeading .bureauList.active {
  width: 300px;
  min-height: 52px;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: relative;
}
.bureauTabSection .bureauTabHeading .bureauList.active::before {
  content: '';
  background-image: url(https://creditreport.paisabazaar.com/images/icons/bureau/tabBgAfter.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -0px;
  left: -15px;
  height: 20px;
  width: 20px;
  transform: rotate(270deg);
}
.bureauTabSection .bureauTabHeading .bureauList.active::after {
  content: '';
  background-image: url(https://creditreport.paisabazaar.com/images/icons/bureau/tabBgAfter.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  right: -20px;
  height: 20px;
  width: 20px;
}
.bureauTabContent {
  padding: 24px;
}
svg > g[class^='raphael-group-'] g {
  fill: none !important;
}
.userInfo {
  padding-bottom: 16px;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.userInfo .user {
  margin: 0px;
  font-size: .875rem;
  line-height: 1.375rem;
  color: #052f5f;
  font-weight: 600;
}
.userInfo .user b {
  font-weight: 600;
  text-transform: capitalize;
}
.userInfo .user span {
  font-weight: normal;
}
.userInfo .nextReport {
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.375rem;
  color: #052f5f;
  margin: 0px;
}
.css-gaelfb {
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  margin-top: -8px;
  width: calc(100% + 24px);
  margin-left: -24px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.scoreContainer {
  position: relative;
}
.css-gaelfb > .MuiGrid-item {
  padding-left: 24px;
}
.css-19egsyp {
  flex-basis: 33.3333%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 33.3333%;
}
.scoreContainer .score .downloadReport {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scoreContainer .score .downloadReport .downloadReportBtn {
  border-radius: 8px;
  height: 2.75rem;
  min-width: 11.0625rem;
  border: 1px solid #1B1DC7;
  background: transparent;
  color: #1B1DC7;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.375rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.scoreContainer .score .downloadReport .downloadReportBtn::before {
  content: "\e6a7";
  font-weight: 600;
  margin-right: 4px;
  font-family: "themify";
  display: flex;
  align-items: center;
  justify-content: center;
}
.scoreInfoContainer .buttonContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.scoreInfoContainer .buttonContainer .btn.creditReportBtn {
  margin-left: 0px;
  height: 38px;
  width: 133px;
  background: rgba(44, 58, 217, 0.1);
  border-radius: 6px;
}
.scoreContainer .scoreInfo {
  padding-top: 0px !important;
}
.css-1ak9ift {
    flex-basis: 58.3333%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 58.3333%;
}
.scoreInfoContainer .scoreBandDescription {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 200px;
}
.scoreInfoContainer .scoreBandDescription .question {
  margin: 32px 0px 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #052f5f;
}
.scoreInfoContainer .scoreBandDescription .description {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(5, 47, 95, 0.7);
  margin: 0px;
}
@media (max-width: 767px) {
  .css-1ak9ift {
      flex-basis: 100%;
      -webkit-box-flex: 0;
      flex-grow: 0;
      max-width: 100%;
  }
  .css-19egsyp {
    flex-basis: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
  }
  .userInfo .user b {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 4px;
  }
  .userInfo .user span {
    font-size: 12px;
    line-height: 18px;
    display: block;
  }
  .userInfo .nextReport {
    text-align: right;
  }
  .userInfo .nextReport span {
    font-size: 10px;
    line-height: 16px;
    display: block;
    color: rgba(5, 47, 95, 0.7);
  }
  .userInfo .nextReport b {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
  }
}