#inquiry-details #question-list-detail{
    padding: 15px;
    border: 2px solid #eef0f8;
}
.font-numeric {
    font-family: 'Poppins', sans-serif;
}
/*==========================
     Lenders Page Start
==========================*/
.lenders-table-div table.lenders-table{
    margin-top: 0 !important;
}
.lenders-table-div table.lenders-table thead th {
    border-bottom: 2px solid #e9ecef;
}
.lenders-table-div .dataTables_wrapper .row:last-child {
    border-top: 2px solid #e9ecef;
    padding-top: 10px;
}
.lenders-table-div table.lenders-table tbody td {
    border-bottom: 1px solid #e9ecef;
}
.dclenders-boxes{
    margin-bottom: 30px;
}
.dclenders-box {
    width: 100%;
    padding: 37px 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.dclenders-box.dclenders-good {
    /*background: rgba(26,175,186,0.15);*/
    background-image: linear-gradient(to right, #d1ecef, #d1ebee, #d0e9ed, #d0e8eb, #d0e6ea);
}
.dclenders-box.dclenders-average{
    background: rgba(109,210,159,0.15);
}
.dclenders-box.dclenders-excellent{
    background: rgba(232,80,91,0.15);
}
.dclenders-rate{
    width: 100%;
    /*max-width: 28%;*/
    max-width: 30%;
    padding: 0 15px;
    order: 1;
}
.dclenders-rate .dclenders-rate-col{
    width: 100%;
    margin-top: 30px;
}
.dclenders-rate .dclenders-rate-col:first-child{
    margin-top: 0px;
}
.dclenders-rate-col h3{
    color: #3E3E3E;
    font-size: 30px;
    margin: 0px;
    font-weight: bold;
}
.dclenders-rate-col p {
    color: #696969;
    /*font-size: 16px;*/
    margin: 10px 0px 0;
    font-size: 18px;
}
.dclenders-rate-col p.amount-text{
	margin-left:0px;
}
.dclenders-rate-col ul {
    padding-left: 15px;
    list-style-type: square;
}
.dclenders-rate-col ul li{
    font-size: 16px;
    color: #696969;
}
.dclenders-img{
    text-align: center;
    width: 100%;
    max-width: 40%;
    padding: 0 15px;
    order: 2;
}
.dclenders-img img{
    max-width: 100%;
}
.dclenders-text {
    width: 100%;
    /*max-width: 32%;*/
    max-width: 30%;
    padding: 0 15px;
    order: 3;
    display: flex;
    flex-wrap: wrap;
}
.dclenders-text.dclenders-rate-text{
	text-align:right;
	justify-content: flex-end;
}
.dclenders-text.dclenders-rate-text .dclenders-rate-col {
	display:inline-block;
	width:auto;
	max-width:100%
}
.dclenders-text p {
    color: #696969;
    font-size: 18px;
    width: 100%;
    margin-left: 10px;
	margin-bottom: 20px;
}
.dclenders-text .dclenders-rate-col:last-child p{
	margin-bottom:0px;
}
.dclenders-text p strong{
    display: block;
    width: 100%;
    font-weight: bold;
}
@media (max-width:1580px){
	.dclenders-text p,
    .dclenders-rate-col p{
        font-size: 16px;
    }
    .dclenders-rate-col h3{
        font-size: 30px;
    }
}
@media (max-width:1300px){
	.get-lenders-details .content  h1{
		font-size: 2.5rem;
	}
	.get-lenders-details .content  h2, .get-lenders-details .h2 {
		font-size: 1.25rem !important;
	}
	.dclenders-rate-col h3 {
		font-size: 22px;
	}
	.dclenders-rate .dclenders-rate-col{
		margin-top: 20px;
	}
	.dclenders-rate-col p{
		margin-top:5px;
	}
	.dclenders-text p,
    .dclenders-rate-col p{
        font-size: 15px;
    }
}
@media (max-width:1024px){
    .dclenders-box{
        padding: 30px 20px;
    }
    .dclenders-text p,
    .dclenders-rate-col p{
        font-size: 14px;
    }
    .dclenders-rate-col h3{
        font-size: 30px;
    }
}
@media (max-width:768px){
    .dclenders-img{
        order: 1;
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .dclenders-img img{
        max-height: 160px;
    }
    .dclenders-rate{
        max-width: 100%;
        display: flex;
        align-items: center;
    }
    .dclenders-rate .dclenders-rate-col{
        margin: 0px 0px 30px;
        text-align: center;
        width: 50%;
    }
    .dclenders-text{
        max-width: 100%;
    }
    .dclenders-box{
        padding-bottom: 20px;
    }
}
@media (max-width:580px){
    .dclenders-rate .dclenders-rate-col{
        padding: 0px 10px;
    }
    .dclenders-rate,
    .dclenders-text{
        padding: 0px;
		flex-wrap: wrap;
    }
    .dclenders-rate-col h3{
        font-size: 20px;
    }
}
@media (max-width:580px){
    .dclenders-text p, .dclenders-rate-col p {
        font-size: 12px;
    }
    .dclenders-rate-col h3 {
        font-size: 18px;
    }
}
/*==========================
     Lenders Page End
==========================*/
/*Manage Lenders Table css start*/
.manage-lenders-tab thead th{
    border-bottom: 2px solid #e9ecef !important;
}
.manage-lenders-tab tr td .lender-logo {
    max-width: 150px;
    max-height: 65px;
}
.manage-lenders-tab th {
    text-transform: uppercase;
    letter-spacing: 0.5;
}
.manage-lenders-tab th, 
.manage-lenders-tab td {
    text-align: center;
    vertical-align: middle !important;
    letter-spacing: 0.5px;
}
.manage-lenders-tab .value {
    font-size: 30px;
    font-weight: 500;
}
.manage-lenders-tab .value sub {
    font-weight: 300;
    font-size: 14px;
    color: #696969;
    bottom: 0;
}
/*Manage Lenders Table css end*/
/*----------------- view-customer-portfolio-chat-css-start-----------------*/
.view-customer-portfolio-chat .form-control::-webkit-input-placeholder {
    color: #343434;
    opacity: 1; }
  .view-customer-portfolio-chat .form-control::-moz-placeholder {
    color: #343434;
    opacity: 1; }
  .view-customer-portfolio-chat .form-control:-ms-input-placeholder {
    color: #343434;
    opacity: 1; }
  .view-customer-portfolio-chat .form-control::-ms-input-placeholder {
    color: #343434;
    opacity: 1; }
  .view-customer-portfolio-chat .form-control::placeholder {
    color: #343434;
    opacity: 1; }
   .bg-notes {
   	background-color: #FFFF88;
   } 
   .request-cust-port .label.label-lg.label-inline {
    width: 80px;
}
.view-customer-portfolio-chat .scroll{
    height: 300px;
    overflow: auto;
}
.view-customer-portfolio-chat .scroll::-webkit-scrollbar {
    width: 5px;
}
 
.view-customer-portfolio-chat .scroll::-webkit-scrollbar-track {
    border-radius: 0px;
}
 
.view-customer-portfolio-chat .scroll::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); 
}
* .view-customer-portfolio-chat .scroll{
  scrollbar-width: thin;
  scrollbar-color: transparent;
  scrollbar-background:transparent;
  scrollbar-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}
/*----------------- view-customer-portfolio-chat-css-end -----------------*/
/*--------------------------------------------------------------
# Chat - Start
--------------------------------------------------------------*/
.chat-list-sec .chat-item {
    padding: 5px;
    border-radius: 5px;
	text-transform: capitalize;
}
.chat-list-sec .chat-item.active {
	background-color: #f2f2f2;
}
#customer-chat-box{
    height: 300px;
    overflow: auto;
}
#customer-chat-box::-webkit-scrollbar {
    width: 10px;
}
 
#customer-chat-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3); 
    border-radius: 0px;
}
 
#customer-chat-box::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5); 
}
/*--------------------------------------------------------------
# Chat - End
--------------------------------------------------------------*/
.anchor-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
#crop-modal {
	margin-left: -120px;
	overflow: hidden;
}
#add-user-from label#contact_no-error,
#add-user-from label#email-error {
	position: absolute;
	bottom: -26px;
}
label#offer_logo-error {
	position: absolute;
	top: 60px;
	width: 180px;
	left: 20px;
}
label#offer_image-error {
	position: absolute;
	top: 60px;
	width: 180px;
	left: 20px;
}
.symbol-badge{
	display: none;
}
/*Assign Member - Start*/
#kt_datatable .bg-purpal-custom td:first-child {
	border-left: 5px solid #800080;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#kt_datatable .bg-danger-custom td:first-child {
	border-left: 5px solid #ff5d5d;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#kt_datatable .bg-success-custom td:first-child {
	border-left: 5px solid #f4b74c;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
kt_datatable .bg-warning-custom td:first-child {
	border-left: 5px solid #f7b84b;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#eac-container-keyword ul {
    list-style: none;
    padding-left: 0px;
    padding: 15px 10px;
	margin-bottom: 0px;
}
#eac-container-keyword ul li {
    padding-bottom: 10px;
    cursor: pointer;
}
#eac-container-keyword ul li:last-child {
	padding-bottom: 0px;
}
#assign_member .easy-autocomplete {
	width: 100% !important;
}
#assign_member .eac-item .eac-icon {
    width: 30px !important;
    height: 30px !important;
    margin-right: 15px;
    border-radius: 3px;
}
/*Assign Member - End*/
/*Common - Start*/
.offcanvas.offcanvas-right {
    right: -400px;
}
.main-logo img {
	max-width: 160px;
}
#yellow-indicator .navi-icon span {
    background-color: #f7b84b;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
	border-radius: 3px;
}
#red-indicator .navi-icon span {
    background-color: #ff5d5d;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
	width: 16px;
    height: 16px;
	border-radius: 3px;
}
#purple-indicator .navi-icon span {
    background-color: #800080;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
	width: 16px;
    height: 16px;
	border-radius: 3px;
}
#purple-indicator .navi-icon span {
    background-color: #800080;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
	width: 16px;
    height: 16px;
	border-radius: 3px;
}
.customer_inquiry_page .card.card-custom > .card-header {
	min-height: 40px;
}
/*property-report-details css start*/
	.property-report-details  {
		position: relative;
		text-align: center;
		overflow: hidden;
	}
	.property-report-details ul li {
		list-style: none;
		margin: 0 !important;
    	padding: 0 !important;
    	
	}
	.overlaop-on-image ul li {
		border: 1px solid #f3f3f3;
	}
	.property-report-details ul li .btn.btn-default {
		border-radius: 0;
		background-color: #fff;
		border-color: transparent;
	}
	.property-report-details ul li .btn i {
		margin: 0;
		padding: 0;
		color: #696969;
	}
	.property-report-details .image-area ul li {
		background: #fff;
	    border: 0;
	    padding: 3px !important;
	    margin-bottom: 7px !important;
	}
	.property-report-details .image-area ul {
		 max-width: 30%;
		 height: 248px;
    	 overflow-y: scroll;
	}
	.main-property-img .image-of-property img {
		width: 100%;
	}
	
	.property-report-details .overlaop-on-image {
    position: absolute;
    top: 20px;
    left: 20px;
}
.property-report-details .overlaop-on-image ul li .btn i:after, 
.property-report-details .overlaop-on-image ul li .btn i:before {
	 line-height: 24px;
}
.property-report-details .btn .badge.badge-up {
    position: absolute;
    top: -19px;
    left: 9px;
    border-radius: 50%;
    font-size: 13px;
    width: 30px;
    height: 25px;
    text-align: center;
    padding: 0;
    line-height: 23px;
    background-color: #54a6f1;
    color: #fff;
    border: 1px solid #696969;
}
.property-report-details .address-area {
	background: rgba(0,0,0,0.8); 
	padding: 20px;
} 
.address-area ul li {
	margin-right: 10px !important;
}
.address-area .icon-list-prop {
	color: #fff;
}
.address-area .icon-list-prop img{
	filter: brightness(0) invert(1);
}
.get-property-repo-quest-page ul li {
	    font-size: 14px !important;
}
.get-property-details-box table th, td {
	padding: 10px 15px;
}
.get-property-repo-quest-page .footer ul li {
	padding: 0;
	margin: 0;
	font-size: 1.2rem !important;
}
.get-property-repo-quest-page .footer {
	font-size: 1.2rem !important;
}
/*property-report-details css end*/
/*staff-portfolio-page-some-css-start*/
#staff-port #employee-list .icon-img-area img {
    width: 26px;
    filter: grayscale(100%);
    opacity: 0.6;
    height: 26px;
}
 #staff-port #employee-list .finance .icon-img-area img {
    opacity: 0.5;
 }
/*staff-portfolio-page-some-css-end*/
/*view-staff-user page some css start*/
#view-staff-user #employee-list .icon-img-area.finance img {
    width: 26px;
    filter: grayscale(100%);
    opacity: 0.6;
    height: 26px;
}
#view-staff-user #employee-list .icon-img-area img {
    width: 26px;
    filter: grayscale(100%);
    opacity: 0.7;
    height: 26px;
}
#view-staff-user #employee-list .icon-img-area img {
    width: 26px;
    filter: grayscale(100%);
    opacity: 0.6;
    height: 26px;
}
#view-staff-user #employee-list .finance .icon-img-area img {
    opacity: 0.5;
 }
#view-staff-user #word_load_chart .apexcharts-legend{
    bottom:-20px !important;
}
#view-staff-user #word_load_chart .apexcharts-zoomin-icon{
    display: none !important;
}
#view-staff-user #word_load_chart .apexcharts-zoomout-icon{
    display: none !important;
}
#view-staff-user #word_load_chart .apexcharts-zoom-icon{
    display: none !important;
}
#view-staff-user #word_load_chart .apexcharts-pan-icon{
    display: none !important;
}
#view-staff-user #word_load_chart .apexcharts-reset-icon{
    display: none !important;
}
/*#inquiry_chart .apexcharts-legend .apexcharts-legend-series{
    width: auto;
	position:relative;
}*/
#view-staff-user #inquiry_chart .apexcharts-legend {
	margin-bottom: -5px;
}
#view-staff-user #kt_datatable_wrapper .row:first-child{
    display: none;
}
/*view-staff-user page some css end*/
/*view-referral-user page some css start*/
  #referral-view #current_earning .apexcharts-legend{
        bottom: -20px !important;
    }
   #referral-view #current_earning .apexcharts-toolbar{
        display: none !important;
    }
   #referral-view td.details-control {
    	background: url('https://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
    	cursor: pointer;
	}
	#referral-view tr.shown td.details-control {
    	background: url('https://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
	}
	
	#referral-view #kt_datatable_wrapper .row:first-child{
	    display: none;
	}
/*view-referral-user page some css end*/
/*referral-commissions page some css start*/
#referral-commis .customDropDown select{
	height: 33px;
	padding: 5px 10px;
}
#referral-commis #DataTables_Table_0_filter{
	width: 100%;
}
#referral-commis .referral-commissions .table.table-separate th:last-child, .referral-commissions .table.table-separate td:last-child {
    padding-right: 20px !important;
}
/*referral-commissions page some css end*/
/*referral-inquiry page some css start*/
#referral-inqui .customDropDown select{
	height: 33px;
	padding: 5px 10px;
}
#referral-inqui #DataTables_Table_0_filter{
	width: 100%;
}
/*referral-inquiry page some css end*/
/*manage-email-indents page some css start*/
#manage-email-indents .customDropDown select{
	height: 33px;
	padding: 5px 10px;
}
#manage-email-indents #DataTables_Table_0_filter{
	width: 100%;
}
/*manage-email-indents page some css end*/
/*inquiry-details-page some css start*/
#inquiry-details-page .datepicker table tr td.today, #inquiry-details-page .datepicker table tr td.today:hover{
  background-color: green !important;
  color: white  !important;
}
/*inquiry-details-page some css end*/
/*new lead property page css start*/
#newleadproperty-page .break{
    flex-basis: 100%;
    height: 0;
}
#newleadproperty-page label.question-title {
    font-size: 28px !important;
}
#newleadproperty-page .text-dark-75 {
    color: #696969 !important;
}
#newleadproperty-page .stepwizard {
    background: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 18px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 0 25px;
    height: 100%;
    border-left: 1px solid #EFF0F5;
}
#newleadproperty-page .stepwizard .setup-panel .stepwizard-step {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
#newleadproperty-page .stepwizard .setup-panel .stepwizard-step a:after {
	bottom: -75px;
}
#newleadproperty-page .stepwizard .setup-panel .stepwizard-step:last-child a:after {
	bottom: 0px;
}
#newleadproperty-page .stepwizard .setup-panel {
    padding-top: 100px;
	height:70%;
	top: 15%;
    right: 15px;
}
#newleadproperty-page .get-property-repo-quest h5 {
	font-weight:600;
}
#newleadproperty-page .get-property-report form input {
	height: 45px;
	font-size: 16px;
}
#newleadproperty-page .get-property-report form input[type=radio],
#newleadproperty-page .get-property-report form input[type=checkbox] {
	height: 20px;
}
#newleadproperty-page .dashboard-dark-bg {
	height: 100%;
}
#newleadproperty-page .radio-standard label. {
	font-size: 18px;
}
#newleadproperty-page .question label {
	font-size: 20px;
}
#newleadproperty-page .radio-standard {
	justify-content: space-around;
	display: flex;
	margin-top: 18px;
	border: 1px solid #6993ff;
	padding: 20px;
	border-radius: 10px;
	flex-wrap: wrap;
}
#newleadproperty-page .radio-standard label. {
	font-size: 19px;
}
#newleadproperty-page .terms-condition {
	display: inline-flex;
	padding-top: 10px;
}
#newleadproperty-page .terms-condition .checkbox {
	width: 30px;
	padding: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
#newleadproperty-page #property-form .error {
	color: #5ab3ff !important;
	font-size: 16px !important;
}
#newleadproperty-page .wizard-card .choice label {
	font-size: 12px;
	cursor: pointer;
	
	margin: 7px 0;
	
	line-height: 14px;
}
#newleadproperty-page .wizard-card .choice {
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
}
#newleadproperty-page .wizard-card .choice input[type="radio"],
#newleadproperty-page .wizard-card .choice input[type="checkbox"] {
	position: absolute;
	left: -10000px;
	z-index: -1;
}
#newleadproperty-page .wizard-card .choice .icon {
	text-align: center;
    vertical-align: middle;
    height: 116px;
    width: 116px;
    margin: 0 auto 10px;
    border: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background-color: transparent;
    padding: 20px;
	border-bottom: 2px solid #dad8e4;
}
#newleadproperty-page .wizard-card .choice .best_time .icon {
	height: 65px;
	padding: 10px;
}
#newleadproperty-page .best_time .icon {
	/*font-size: 16px;*/
	/*padding: 15px;*/
	/*width: 116px;*/
	font-size: 14px;
    width: auto !important;
}
#newleadproperty-page .wizard-card .choice i {
	font-size: 40px;
	line-height: 111px;
	color: #fff;
}
#newleadproperty-page .wizard-card .best_time:hover, .wizard-card .best_time:focus {
	color: #f58e18;
}
#newleadproperty-page .wizard-card .choice:hover .icon,
#newleadproperty-page .wizard-card .choice.active .icon {
	    background: transparent;
    border-bottom: 2px solid #f58e18;
	
}
#newleadproperty-page .wizard-card .choice:hover .icon .time-text, 
#newleadproperty-page .wizard-card .choice.active .icon .time-text{
	color: #f58e18;
}
#newleadproperty-page .wizard-card .choice:hover .icon .time-text, .wizard-card .choice.active .icon .time-text {
	color:#f58e18;
}
#newleadproperty-page .wizard-card .choice:hover label, 
#newleadproperty-page .wizard-card .choice.active label{
	color:#f58e18;	
}
#newleadproperty-page .wizard-card .choice:hover .icon img,
#newleadproperty-page .wizard-card .choice.active .icon img {
	filter: brightness(1) invert(0);
    opacity: 1;
}
#newleadproperty-page .wizard-card .choice:hover .icon i,
#newleadproperty-page .wizard-card .choice.active .icon i {
	color: #f58e18;
}
#newleadproperty-page .wizard-card .choice:hover label {
    color: #f58e18;
}
#newleadproperty-page .swal-button {
	background-color: #3b99d1;
	border-color: #238CCB;
}
#newleadproperty-page label.question-title {
	font-size: 18px;
}
#newleadproperty-page .best_time.active .time-text {
    color: #f58e18;
}
@media (max-width: 1200px) {
	#newleadproperty-page h2,
	#newleadproperty-page .h2 {
		font-size: 2rem;
	}
}
@media(min-width:992px){
   .contact-us-sec form {
    width: 80%;
    margin: 0 auto;
}
    .contact-us-sec .action-button .btn {
    width: 250px !important;
}
	#newleadproperty-page .wizard-card .choice label {
		font-size:14px;
}
    #newleadproperty-page .wizard-card .choice .icon {
    text-align: center;
    vertical-align: middle;
    height: 116px;
    width: auto;
    border-radius: 0;
    margin: 0 auto 10px;
    border: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background-color: transparent;
    padding: 20px 10px;
    border-bottom: 2px solid #dad8e4;
    }
    
   #newleadproperty-page  .best_time .icon {
    	width: auto !important;
    }
}
#newleadproperty-page .time-text{
        color: #1B293F;
		font-weight: 500;
    font-size: 15px;
	
}
#newleadproperty-page .select2-container{
    width: 375px !important;
}
#newleadproperty-page .select2-selection--single{
    height: 50px !important;
}
#newleadproperty-page .select2-selection__arrow {
    display: none !important;
}
#newleadproperty-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #B7B7B7;
    font-size: 15px;
}
#newleadproperty-page .icon img {
    width: 50px;
    filter: brightness(0) invert(0);
    opacity: 0.6;
    height: 50px;
}
#newleadproperty-page .sel-error{
    color: #5ab3ff !important;
    font-size: 16px !important;
    position: absolute;
    bottom: -11px;
    margin-bottom: 10px;
}
#newleadproperty-page .select2-selection{
    border: none !important;
    border-bottom: 1px solid #dad8e4;
    border-radius: 0px;
}
#newleadproperty-page .select2-container{
    border-bottom: 1px solid #dad8e4 !important;
}
#newleadproperty-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}
#newleadproperty-page .get-property-report form input[type=text],
#newleadproperty-page .get-property-report form input[type=email]{
    border: none;
    border-bottom: 1px solid #dad8e4;
    border-radius: 0px;   
    padding-left: 0px;
    width: 100%;
    max-width: calc(100% - 30px);
}
#newleadproperty-page .t-message{
    font-size: 20px;
}
#newleadproperty-page .stepwizard .setup-panel .stepwizard-step .btn.btn-default:not(:disabled):not(.disabled).active {
background-color: #f58e18;
}
#newleadproperty-page .stepwizard .setup-panel .stepwizard-step a.active:after {
background: #f58e18;
}
#newleadproperty-page .footer-text {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	background: #EFF0F5;
	padding: 20px;
	font-size: 14px;
	font-weight: 500;
	border-top: 1px solid #e5e8ed;
}
#newleadproperty-page .question-row{
    padding: 5% 0% 20% 0%;
}
#newleadproperty-page .property-address-auto .easy-autocomplete ul {
    padding-left: 0;
}
#newleadproperty-page .property-address-auto .easy-autocomplete ul li {
    color: #000;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    width: 100% !important;
    margin-left: 0;
    background-color: #f2f2f2;
}
#newleadproperty-page .property-address-auto .easy-autocomplete ul li:after {
    display:none;
}
#newleadproperty-page .property-address-auto .easy-autocomplete input[type="text"] {
    padding: 0px 15px;
    height: 50px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 0px;
    font-style: normal !important;
}
#newleadproperty-page .property-address-auto .easy-autocomplete.eac-square ul li.selected,
#newleadproperty-page .property-address-auto .easy-autocomplete.eac-square ul .eac-category.selected {
    background-color: #f58e18 !important;
    color: #fff !important;
}
#newleadproperty-page .property-address-auto .easy-autocomplete{
    width: 100% !important;
}
#newleadproperty-page .stepwizard-step a{
    cursor: auto !important;
}
#newleadproperty-page .otp-title{
    font-size: 18px !important;
}
#newleadproperty-page .group-question .input-group-prepend .input-group-text {
	border-bottom: 1px solid #dad8e4 !important;
	border-radius: 0;
}
/*new lead property page css end*/
/*property details page start*/
#property-details-page .border-bottom {
	border-color: #E2E2E2;
}
#property-details-page .get-property-details-box{
        color : #1B293F;
    }
#property-details-page .get-property-details-box {
		font-size: 15px;
		}
    
#property-details-page .get-property-details-box .card {
        padding: 2rem !important;
    }
    
#property-details-page .get-property-details-box h2 {
        font-weight: 700;
        font-size: 28px;
        border-left: 3px solid #f58e18 !important;
    }
    
#property-details-page .icon-list-prop ul {
list-style: none;
}
#property-details-page .icon-list-prop ul li {
display: inline-block;
margin-left: 0;
padding: 5px 10px;
border-radius: 5px;
margin-right: 5px;
}
#property-details-page .icon-list-prop ul li img {
width: 38px;
margin-right: 5px;
}
#property-details-page .icon-list-prop ul li span {
font-size: 20px;
color: #80808F;
vertical-align: middle;
}
#property-details-page .estimated-value-box {
	background:rgba(47,145,206,0.2);
	margin:15px 0;
    padding: 20px 0;
	border-radius: 5px;
	    -webkit-box-shadow: 2px 2px 5px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 2px 2px 5px 0px rgba(82, 63, 105, 0.05);
}
#property-details-page .estimated-value-box h2 {
	border-left:none !important;
	font-size: 40px !important;
	font-weight: bold;
}
#property-details-page .get-property-repo-quest-page ul li {
    font-weight: 200;
}
#property-details-page .get-property-details-box .card{
    border-radius: 0px;
}
#property-details-page .get-property-repo-quest-page .left-panel {
	    color: #696969;
}
/*property details page end*/
/*property report page start*/
	#property_report-page .border-bottom {
   border-color: #E2E2E2;
   }
   #property_report-page .get-property-details-box{
   color : #696969;
   }
   #property_report-page .get-property-details-box {
   font-size: 15px;
   }
   #property_report-page .get-property-details-box h2 {
   font-weight: 700;
   font-size: 28px;
   border-left: 3px solid #20A2D3 !important;
   }
   #property_report-page .icon-list-prop ul {
   list-style: none;
   }
   #property_report-page .icon-list-prop ul li {
   display: inline-block;
   margin-left: 0;
   padding: 5px 10px;
   border-radius: 5px;
   margin-right: 5px;
   }
   #property_report-page .icon-list-prop ul li img {
   width: 38px;
   margin-right: 5px;
   }
   #property_report-page .icon-list-prop ul li span {
   font-size: 20px;
   vertical-align: middle;
   
   margin-right: 10px;
   
   font-weight: bold;
   
   }
   #property_report-page .estimated-value-box {
   background:rgba(47,145,206,0.2);
   margin:15px 0;
   padding: 20px 0;
   border-radius: 5px;
   -webkit-box-shadow: 2px 2px 5px 0px rgba(82, 63, 105, 0.05);
   box-shadow: 2px 2px 5px 0px rgba(82, 63, 105, 0.05);
   }
   #property_report-page .estimated-value-box h2 {
   border-left:none !important;
   font-size: 40px !important;
   font-weight: bold;
   }
   #property_report-page .get-property-repo-quest-page ul li {
   font-weight: 200;
   }
   #property_report-page .get-property-details-box .card{
   border-radius: 0px !important;
   }
   #property_report-page .get-property-repo-quest-page .left-panel, #relationship-with-bank ul li {
   color: #696969;
   }
   #property_report-page .get-property-details-box .hline-bottom {
        padding-bottom: 10px;
        border-bottom: 2px solid #ECF0F3; /* whichever color you prefer */
    }
    
    #property_report-page .get-property-details-box .card-title{
        text-transform: capitalize;    
    }
    
    #property_report-page .get-property-repo-quest-page .left-panel{
        position: sticky;
        top: 35px;
        padding: 10px;
        font-size: 20px;    
    }
    #property_report-page .get-property-details-box table tr td{
        text-align: start;
		padding: 1rem 1rem;
		font-size: 1rem;
    }
    
    #property_report-page .download-icon-pdf{
        color: #1da5f0;
    font-size: 35px;
    margin-right: 20px;
    }
    
    #property_report-page .download-report{
        font-size: 10px;
    }
/*property report page end*/
/*loan score page start*/
#loanscore-page .break{
    flex-basis: 100%;
    height: 0;
}
#loanscore-page label.question-title {
    font-size: 28px !important;
}
#loanscore-page .text-dark-75 {
    color: #696969 !important;
}
#loanscore-page .stepwizard {
    background: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 18px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 0 25px;
    height: 100%;
    border-left: 1px solid #EFF0F5;
}
#loanscore-page .stepwizard .setup-panel .stepwizard-step {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
#loanscore-page .stepwizard .setup-panel .stepwizard-step a:after {
	bottom: -75px;
}
#loanscore-page .stepwizard .setup-panel .stepwizard-step:last-child a:after {
    bottom: 0px;
}
#loanscore-page .stepwizard .setup-panel {
    padding-top: 100px;
	height:70%;
	top: 15%;
    right: 15px;
}
#loanscore-page .get-property-repo-quest h5 {
	font-weight:600;
}
#loanscore-page .get-property-report form input {
	height: 45px;
	font-size: 16px;
}
#loanscore-page .get-property-report form input[type=radio],
#loanscore-page .get-property-report form input[type=checkbox] {
	height: 20px;
}
#loanscore-page .dashboard-dark-bg {
	height: 100%;
}
.radio-standard label. {
	font-size: 18px;
}
#loanscore-page .question label {
	font-size: 20px;
}
#loanscore-page .radio-standard {
	justify-content: space-around;
	display: flex;
	margin-top: 18px;
	border: 1px solid #6993ff;
	padding: 20px;
	border-radius: 10px;
	flex-wrap: wrap;
}
#loanscore-page .radio-standard label. {
	font-size: 19px;
}
#loanscore-page .terms-condition {
	display: inline-flex;
	padding-top: 10px;
}
#loanscore-page .terms-condition .checkbox {
	width: 30px;
	padding: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
#loanscore-page #property-form .error {
	color: #5ab3ff !important;
	font-size: 16px !important;
}
#loanscore-page .wizard-card .choice label {
	font-size: 12px;
	cursor: pointer;
	
	margin: 7px 0;
	
	line-height: 14px;
}
#loanscore-page .wizard-card .choice {
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
}
#loanscore-page .wizard-card .choice input[type="radio"],
#loanscore-page .wizard-card .choice input[type="checkbox"] {
	position: absolute;
	left: -10000px;
	z-index: -1;
}
#loanscore-page .wizard-card .choice .icon {
	text-align: center;
    vertical-align: middle;
    height: 116px;
    width: 116px;
    margin: 0 auto 10px;
    border: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background-color: transparent;
    padding: 20px;
	border-bottom: 2px solid #dad8e4;
}
#loanscore-page .wizard-card .choice .best_time .icon {
	height: 65px;
	padding: 10px;
}
#loanscore-page .best_time .icon {
	/*font-size: 16px;*/
	/*padding: 15px;*/
	/*width: 116px;*/
	font-size: 14px;
    width: auto !important;
}
#loanscore-page .wizard-card .choice i {
	font-size: 40px;
	line-height: 111px;
	color: #fff;
}
#loanscore-page .wizard-card .best_time:hover, 
#loanscore-page .wizard-card .best_time:focus {
	color: #f58e18;
}
#loanscore-page .wizard-card .choice:hover .icon,
#loanscore-page .wizard-card .choice.active .icon {
	    background: transparent;
    border-bottom: 2px solid #f58e18;
	
}
#loanscore-page .wizard-card .choice:hover .icon .time-text, 
#loanscore-page .wizard-card .choice.active .icon .time-text{
	color: #f58e18;
}
#loanscore-page .wizard-card .choice:hover .icon .time-text, 
#loanscore-page .wizard-card .choice.active .icon .time-text {
	color:#f58e18;
}
#loanscore-page .wizard-card .choice:hover label, 
#loanscore-page .wizard-card .choice.active label{
	color:#f58e18;	
}
#loanscore-page .wizard-card .choice:hover .icon img,
#loanscore-page .wizard-card .choice.active .icon img {
	filter: brightness(1) invert(0);
    opacity: 1;
}
#loanscore-page .wizard-card .choice:hover .icon i,
#loanscore-page .wizard-card .choice.active .icon i {
	color: #f58e18;
}
#loanscore-page .wizard-card .choice:hover label {
    color: #f58e18;
}
#loanscore-page .swal-button {
	background-color: #3b99d1;
	border-color: #238CCB;
}
#loanscore-page label.question-title {
	font-size: 18px;
}
#loanscore-page .best_time.active .time-text {
    color: #f58e18;
}
@media (max-width: 1200px) {
	#loanscore-page h2,
	#loanscore-page .h2 {
		font-size: 2rem;
	}
}
@media(min-width:992px){
	#loanscore-page .wizard-card .choice label {
		font-size:14px;
}
    #loanscore-page .wizard-card .choice .icon {
    text-align: center;
    vertical-align: middle;
    height: 116px;
    width: auto;
    border-radius: 0;
    margin: 0 auto 10px;
    border: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background-color: transparent;
    padding: 20px 10px;
    border-bottom: 2px solid #dad8e4;
    }
    
    #loanscore-page .best_time .icon {
    	width: auto !important;
    }
}
#loanscore-page .time-text{
        color: #1B293F;
		font-weight: 500;
    font-size: 15px;
	
}
#loanscore-page .select2-container{
    width: 375px !important;
}
#loanscore-page .select2-selection--single{
    height: 50px !important;
}
#loanscore-page .select2-selection__arrow {
    display: none !important;
}
#loanscore-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #B7B7B7;
    font-size: 15px;
}
#loanscore-page .icon img {
    width: 50px;
    filter: brightness(0) invert(0);
    opacity: 0.6;
    height: 50px;
}
#loanscore-page .sel-error{
    color: #5ab3ff !important;
    font-size: 16px !important;
}
#loanscore-page .select2-selection{
    border: none !important;
    border-bottom: 1px solid #dad8e4;
    border-radius: 0px;
}
#loanscore-page .select2-container{
    border-bottom: 1px solid #dad8e4 !important;
}
#loanscore-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}
#loanscore-page .get-property-report form input {
    border: none;
    border-bottom: 1px solid #dad8e4;
    border-radius: 0px;   
    padding-left: 0px;
}
#loanscore-page .get-property-report form input[type=text],
#loanscore-page .get-property-report form input[type=email] {
	width: 100%;
    max-width: calc(100% - 30px);
}
#loanscore-page .t-message{
    font-size: 20px;
}
#loanscore-page .stepwizard .setup-panel .stepwizard-step .btn.btn-default:not(:disabled):not(.disabled).active {
background-color: #f58e18;
}
#loanscore-page .stepwizard .setup-panel .stepwizard-step a.active:after {
background: #f58e18;
}
#loanscore-page .footer-text {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	background: #EFF0F5;
	padding: 20px;
	font-size: 14px;
	font-weight: 500;
	border-top: 1px solid #e5e8ed;
}
#loanscore-page .question-row{
    padding: 5% 0% 20% 0%;
}
#loanscore-page .property-address-auto .easy-autocomplete ul {
    padding-left: 0;
}
#loanscore-page .property-address-auto .easy-autocomplete ul li {
    color: #000;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    width: 100% !important;
    margin-left: 0;
    background-color: #f2f2f2;
}
#loanscore-page .property-address-auto .easy-autocomplete ul li:after {
    display:none;
}
#loanscore-page .property-address-auto .easy-autocomplete input[type="text"] {
    padding: 0px 15px;
    height: 50px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 0px;
    font-style: normal !important;
}
#loanscore-page .property-address-auto .easy-autocomplete.eac-square ul li.selected,
#loanscore-page .property-address-auto .easy-autocomplete.eac-square ul .eac-category.selected {
    background-color: #f58e18 !important;
    color: #fff !important;
}
#loanscore-page .property-address-auto .easy-autocomplete{
    width: 100% !important;
}
#loanscore-page .stepwizard-step a{
    cursor: auto !important;
}
#loanscore-page #Comparison_Rate_Calculator {
    min-height: 700px !important;
}
#loanscore-page .VisiCalcClass {
    min-width: 100%;
    min-height: 900px;
    margin: 0;
    padding: 0;
}
#loanscore-page .input-group-prepend .input-group-text {
    border-bottom: 1px solid #dad8e4 !important;
    border-radius: 0;
}
#loanscore-page .input-group-prepend .input-group-text i.fas.fa-percent {
	font-size: 12px;
}
/*loan score page end*/
/*homeloan page css start*/
#homeloan-page .home-loans-que .estimated-value-box {
	background:rgba(47,145,206,0.2);
	margin:15px 0;
    padding: 20px 0;
	border-radius: 5px;
	    -webkit-box-shadow: 2px 2px 5px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 2px 2px 5px 0px rgba(82, 63, 105, 0.05);
}
#homeloan-page .home-loans-que .estimated-value-box h2 {
	border-left:none !important;
	font-size: 40px !important;
	font-weight: bold;
}
#homeloan-page #Borrowing_Power_Calculator {
    min-height: 800px !important;
}
#homeloan-page .VisiCalcClass {
    min-width: 100%;
    min-height: 900px;
    margin: 0;
    padding: 0;
}
#homeloan-page .break{
    flex-basis: 100%;
    height: 0;
}
#homeloan-page label.question-title {
    font-size: 28px !important;
}
#homeloan-page label.question-title-sub{
    font-size: 24px !important;
}
#homeloan-page .text-dark-75 {
    color: #696969 !important;
}
#homeloan-page .stepwizard {
    background: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 18px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 0 25px;
    height: 100%;
    border-left: 1px solid #EFF0F5;
}
#homeloan-page .stepwizard .setup-panel .stepwizard-step {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
#homeloan-page .stepwizard .setup-panel .stepwizard-step a:after {
	bottom: -75px;
}
#homeloan-page .stepwizard .setup-panel .stepwizard-step:last-child a:after {
	bottom: 0px;
}
#homeloan-page .stepwizard .setup-panel {
    padding-top: 100px;
	height:70%;
	top: 15%;
    right: 15px;
}
#homeloan-page .get-property-repo-quest h5 {
	font-weight:600;
}
#homeloan-page .get-property-report form input {
	height: 45px;
	font-size: 16px;
}
#homeloan-page .get-property-report form input[type=text],
#homeloan-page .get-property-report form input[type=email] {
	width: 100%;
    max-width: calc(100% - 30px);
}
#homeloan-page .input-group-prepend .input-group-text {
	border-bottom: 1px solid #dad8e4 !important;
    border-radius: 0;
}
#homeloan-page .get-property-report form input[type=radio],
#homeloan-page .get-property-report form input[type=checkbox] {
	height: 20px;
}
#homeloan-page .dashboard-dark-bg {
	height: 100%;
}
#homeloan-page .radio-standard label. {
	font-size: 18px;
}
#homeloan-page .question label {
	font-size: 20px;
}
#homeloan-page .radio-standard {
	justify-content: space-around;
	display: flex;
	margin-top: 18px;
	border: 1px solid #6993ff;
	padding: 20px;
	border-radius: 10px;
	flex-wrap: wrap;
}
#homeloan-page .radio-standard label. {
	font-size: 19px;
}
#homeloan-page .terms-condition {
	display: inline-flex;
	padding-top: 10px;
}
#homeloan-page .terms-condition .checkbox {
	width: 30px;
	padding: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
#homeloan-page #property-form .error {
	color: #5ab3ff !important;
	font-size: 16px !important;
}
#homeloan-page .wizard-card .choice label {
	font-size: 12px;
	cursor: pointer;
	
	margin: 7px 0;
	
	line-height: 14px;
}
#homeloan-page .wizard-card .choice {
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
}
#homeloan-page .wizard-card .choice input[type="radio"],
#homeloan-page .wizard-card .choice input[type="checkbox"] {
	position: absolute;
	left: -10000px;
	z-index: -1;
}
#homeloan-page .wizard-card .choice .icon {
	text-align: center;
    vertical-align: middle;
    height: 116px;
    width: 116px;
    margin: 0 auto 10px;
    border: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background-color: transparent;
    padding: 20px;
	border-bottom: 2px solid #dad8e4;
}
#homeloan-page .wizard-card .choice .best_time .icon {
	height: 65px;
	padding: 10px;
}
#homeloan-page .best_time .icon {
	/*font-size: 16px;*/
	/*padding: 15px;*/
	/*width: 116px;*/
	font-size: 14px;
    width: auto !important;
}
#homeloan-page .wizard-card .choice i {
	font-size: 40px;
	line-height: 111px;
	color: #fff;
}
#homeloan-page .wizard-card .best_time:hover, 
#homeloan-page .wizard-card .best_time:focus {
	color: #f58e18;
}
#homeloan-page .wizard-card .choice:hover .icon,
#homeloan-page .wizard-card .choice.active .icon {
	    background: transparent;
    border-bottom: 2px solid #f58e18;
	
}
#homeloan-page .wizard-card .choice:hover .icon .time-text, 
#homeloan-page .wizard-card .choice.active .icon .time-text{
	color: #f58e18;
}
#homeloan-page .wizard-card .choice:hover .icon .time-text, 
#homeloan-page .wizard-card .choice.active .icon .time-text {
	color:#f58e18;
}
#homeloan-page .wizard-card .choice:hover label, 
#homeloan-page .wizard-card .choice.active label{
	color:#f58e18;	
}
#homeloan-page .wizard-card .choice:hover .icon img,
#homeloan-page .wizard-card .choice.active .icon img {
	filter: brightness(1) invert(0);
    opacity: 1;
}
#homeloan-page .wizard-card .choice:hover .icon i,
#homeloan-page .wizard-card .choice.active .icon i {
	color: #f58e18;
}
#homeloan-page .wizard-card .choice:hover label {
    color: #f58e18;
}
#homeloan-page .swal-button {
	background-color: #3b99d1;
	border-color: #238CCB;
}
#homeloan-page label.question-title {
	font-size: 18px;
}
#homeloan-page .best_time.active .time-text {
    color: #f58e18;
}
@media (max-width: 1200px) {
	#homeloan-page h2,
	#homeloan-page .h2 {
		font-size: 2rem;
	}
}
@media(min-width:992px){
	#homeloan-page .wizard-card .choice label {
		font-size:14px;
}
    #homeloan-page .wizard-card .choice .icon {
    text-align: center;
    vertical-align: middle;
    height: 116px;
    width: auto;
    border-radius: 0;
    margin: 0 auto 10px;
    border: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background-color: transparent;
    padding: 20px 10px;
    border-bottom: 2px solid #dad8e4;
    }
    
    #homeloan-page .best_time .icon {
    	width: auto !important;
    }
}
#homeloan-page .time-text{
        color: #1B293F;
		font-weight: 500;
    font-size: 15px;
	
}
#homeloan-page .select2-container{
    width: 375px !important;
}
#homeloan-page .select2-selection--single{
    height: 50px !important;
}
#homeloan-page .select2-selection__arrow {
    display: none !important;
}
#homeloan-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #B7B7B7;
    font-size: 15px;
}
#homeloan-page .icon img {
    width: 50px;
    filter: brightness(0) invert(0);
    opacity: 0.6;
    height: 50px;
}
#homeloan-page .sel-error{
    color: #5ab3ff !important;
    font-size: 16px !important;
    margin-bottom: 10px;
}
#homeloan-page .select2-selection{
    border: none !important;
    border-bottom: 1px solid #dad8e4;
    border-radius: 0px;
}
#homeloan-page .select2-container{
    border-bottom: 1px solid #dad8e4 !important;
}
#homeloan-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}
#homeloan-page .get-property-report form input {
    border: none;
    border-bottom: 1px solid #dad8e4;
    border-radius: 0px;   
    padding-left: 0px;
}
#homeloan-page .t-message{
    font-size: 20px;
}
#homeloan-page .stepwizard .setup-panel .stepwizard-step .btn.btn-default:not(:disabled):not(.disabled).active {
background-color: #f58e18;
}
#homeloan-page .stepwizard .setup-panel .stepwizard-step a.active:after {
background: #f58e18;
}
#homeloan-page .footer-text {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	background: #EFF0F5;
	padding: 20px;
	font-size: 14px;
	font-weight: 500;
	border-top: 1px solid #e5e8ed;
}
#homeloan-page .question-row{
    padding: 5% 0% 20% 0%;
}
#homeloan-page .property-address-auto .easy-autocomplete ul {
    padding-left: 0;
}
#homeloan-page .property-address-auto .easy-autocomplete ul li {
    color: #000;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    width: 100% !important;
    margin-left: 0;
    background-color: #f2f2f2;
}
#homeloan-page .property-address-auto .easy-autocomplete ul li:after {
    display:none;
}
#homeloan-page .property-address-auto .easy-autocomplete input[type="text"] {
    padding: 0px 15px;
    height: 50px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 0px;
    font-style: normal !important;
}
#homeloan-page .property-address-auto .easy-autocomplete.eac-square ul li.selected,
#homeloan-page .property-address-auto .easy-autocomplete.eac-square ul .eac-category.selected {
    background-color: #f58e18 !important;
    color: #fff !important;
}
#homeloan-page .property-address-auto .easy-autocomplete{
    width: 100% !important;
}
#homeloan-page .stepwizard-step a{
    cursor: auto !important;
}
/*homeloan page css end*/
/*carloan page css start*/
#carloan-page .break{
    flex-basis: 100%;
    height: 0;
}
#carloan-page label.question-title {
    font-size: 28px !important;
}
#carloan-page label.question-title-sub{
    font-size: 24px !important;
}
#carloan-page .text-dark-75 {
    color: #696969 !important;
}
#carloan-page .stepwizard {
    background: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 18px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 0 25px;
    height: 100%;
    border-left: 1px solid #EFF0F5;
}
#carloan-page .stepwizard .setup-panel .stepwizard-step {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
#carloan-page .stepwizard .setup-panel .stepwizard-step a:after {
	bottom: -75px;
}
#carloan-page .stepwizard .setup-panel .stepwizard-step:last-child a:after {
    bottom: 0px;
}
#carloan-page .stepwizard .setup-panel {
    padding-top: 100px;
	height:70%;
	top: 15%;
    right: 15px;
}
#carloan-page .get-property-repo-quest h5 {
	font-weight:600;
}
#carloan-page .get-property-report form input {
	height: 45px;
	font-size: 16px;
}
#carloan-page .get-property-report form input[type=radio],
#carloan-page .get-property-report form input[type=checkbox] {
	height: 20px;
}
#carloan-page .dashboard-dark-bg {
	height: 100%;
}
#carloan-page .radio-standard label. {
	font-size: 18px;
}
#carloan-page .question label {
	font-size: 20px;
}
#carloan-page .radio-standard {
	justify-content: space-around;
	display: flex;
	margin-top: 18px;
	border: 1px solid #6993ff;
	padding: 20px;
	border-radius: 10px;
	flex-wrap: wrap;
}
#carloan-page .radio-standard label. {
	font-size: 19px;
}
#carloan-page .terms-condition {
	display: inline-flex;
	padding-top: 10px;
}
#carloan-page .terms-condition .checkbox {
	width: 30px;
	padding: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
#carloan-page #property-form .error {
	color: #5ab3ff !important;
	font-size: 16px !important;
}
#carloan-page .wizard-card .choice label {
	font-size: 12px;
	cursor: pointer;
	
	margin: 7px 0;
	
	line-height: 14px;
}
#carloan-page .wizard-card .choice {
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
}
#carloan-page .wizard-card .choice input[type="radio"],
#carloan-page .wizard-card .choice input[type="checkbox"] {
	position: absolute;
	left: -10000px;
	z-index: -1;
}
#carloan-page .wizard-card .choice .icon {
	text-align: center;
    vertical-align: middle;
    height: 116px;
    width: 116px;
    margin: 0 auto 10px;
    border: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background-color: transparent;
    padding: 20px;
	border-bottom: 2px solid #dad8e4;
}
#carloan-page .wizard-card .choice .best_time .icon {
	height: 65px;
	padding: 10px;
}
#carloan-page .best_time .icon {
	/*font-size: 16px;*/
	/*padding: 15px;*/
	/*width: 116px;*/
	font-size: 14px;
    width: auto !important;
}
#carloan-page .wizard-card .choice i {
	font-size: 40px;
	line-height: 111px;
	color: #fff;
}
#carloan-page .wizard-card .best_time:hover, 
#carloan-page .wizard-card .best_time:focus {
	color: #f58e18;
}
#carloan-page .wizard-card .choice:hover .icon,
#carloan-page .wizard-card .choice.active .icon {
	    background: transparent;
    border-bottom: 2px solid #f58e18;
	
}
#carloan-page .wizard-card .choice:hover .icon .time-text, 
#carloan-page .wizard-card .choice.active .icon .time-text{
	color: #f58e18;
}
#carloan-page .wizard-card .choice:hover .icon .time-text, 
#carloan-page .wizard-card .choice.active .icon .time-text {
	color:#f58e18;
}
#carloan-page .wizard-card .choice:hover label, 
#carloan-page .wizard-card .choice.active label{
	color:#f58e18;	
}
#carloan-page .wizard-card .choice:hover .icon img,
#carloan-page .wizard-card .choice.active .icon img {
	filter: brightness(1) invert(0);
    opacity: 1;
}
#carloan-page .wizard-card .choice:hover .icon i,
#carloan-page .wizard-card .choice.active .icon i {
	color: #f58e18;
}
#carloan-page .wizard-card .choice:hover label {
    color: #f58e18;
}
#carloan-page .swal-button {
	background-color: #3b99d1;
	border-color: #238CCB;
}
#carloan-page label.question-title {
	font-size: 18px;
}
#carloan-page .best_time.active .time-text {
    color: #f58e18;
}
@media (max-width: 1200px) {
	#carloan-page h2,
	#carloan-page .h2 {
		font-size: 2rem;
	}
}
@media(min-width:992px){
#carloan-page .wizard-card .choice label {
		font-size:14px;
}
#carloan-page .wizard-card .choice .icon {
    text-align: center;
    vertical-align: middle;
    height: 116px;
    width: auto;
    border-radius: 0;
    margin: 0 auto 10px;
    border: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background-color: transparent;
    padding: 20px 10px;
    border-bottom: 2px solid #dad8e4;
    }
    
#carloan-page .best_time .icon {
    	width: auto !important;
    }
}
#carloan-page .time-text{
        color: #1B293F;
		font-weight: 500;
    font-size: 15px;
	
}
#carloan-page .select2-container{
    width: 375px !important;
}
#carloan-page .select2-selection--single{
    height: 50px !important;
}
#carloan-page .select2-selection__arrow {
    display: none !important;
}
#carloan-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #B7B7B7;
    font-size: 15px;
}
#carloan-page .icon img {
    width: 50px;
    filter: brightness(0) invert(0);
    opacity: 0.6;
    height: 50px;
}
#carloan-page .sel-error{
    color: #5ab3ff !important;
    font-size: 16px !important;
}
#carloan-page .select2-selection{
    border: none !important;
    border-bottom: 1px solid #dad8e4;
    border-radius: 0px;
}
#carloan-page .select2-container{
    border-bottom: 1px solid #dad8e4 !important;
}
#carloan-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}
#carloan-page .get-property-report form input {
    border: none;
    border-bottom: 1px solid #dad8e4;
    border-radius: 0px;   
    padding-left: 0px;
}
#carloan-page .t-message{
    font-size: 20px;
}
#carloan-page .stepwizard .setup-panel .stepwizard-step .btn.btn-default:not(:disabled):not(.disabled).active {
background-color: #f58e18;
}
#carloan-page .stepwizard .setup-panel .stepwizard-step a.active:after {
background: #f58e18;
}
#carloan-page .footer-text {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	background: #EFF0F5;
	padding: 20px;
	font-size: 14px;
	font-weight: 500;
	border-top: 1px solid #e5e8ed;
}
#carloan-page .question-row{
    padding: 5% 0% 20% 0%;
}
#carloan-page .property-address-auto .easy-autocomplete ul {
    padding-left: 0;
}
#carloan-page .property-address-auto .easy-autocomplete ul li {
    color: #000;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    width: 100% !important;
    margin-left: 0;
    background-color: #f2f2f2;
}
#carloan-page .property-address-auto .easy-autocomplete ul li:after {
    display:none;
}
#carloan-page .property-address-auto .easy-autocomplete input[type="text"] {
    padding: 0px 15px;
    height: 50px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 0px;
    font-style: normal !important;
}
#carloan-page .property-address-auto .easy-autocomplete.eac-square ul li.selected,
#carloan-page .property-address-auto .easy-autocomplete.eac-square ul .eac-category.selected {
    background-color: #f58e18 !important;
    color: #fff !important;
}
#carloan-page .property-address-auto .easy-autocomplete{
    width: 100% !important;
}
#carloan-page .stepwizard-step a{
    cursor: auto !important;
}
#carloan-page .get-property-report form input[type=text], 
#carloan-page .get-property-report form input[type=email] {
    width: 100%;
    max-width: calc(100% - 30px);
}
#carloan-page .input-group-prepend .input-group-text {
    border-bottom: 1px solid #dad8e4 !important;
    border-radius: 0;
}
/*carloan page css end*/
 
/*lender page css start*/ 
.get-lenders-details #Comparison_Rate_Calculator {
    min-height: 700px !important;
}
.get-lenders-details #Loan_Comparison_Calculator {
    min-height: 800px !important;
}
.refinance-home-value-box-bg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6dd29f+0,6dd29f+30,51d1b3+100 */
background: rgb(109,210,159); /* Old browsers */
background: -moz-linear-gradient(center, ellipse cover,  rgba(109,210,159,1) 0%, rgba(109,210,159,1) 30%, rgba(81,209,179,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(center, ellipse cover,  rgba(109,210,159,1) 0%,rgba(109,210,159,1) 30%,rgba(81,209,179,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(ellipse at center,  rgba(109,210,159,1) 0%,rgba(109,210,159,1) 30%,rgba(81,209,179,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dd29f', endColorstr='#51d1b3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.get-lenders-details .savedamount-text {
	font-size: 2.5rem !important;
}
.get-lenders-details .savedamountmonths-text {
	font-size: 2.5rem !important;	
}
.get-lenders-details .estimated-value-box {
	background:rgba(47,145,206,0.2);
	margin:15px 0;
    padding: 20px 0;
	border-radius: 5px;
	    -webkit-box-shadow: 2px 2px 5px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 2px 2px 5px 0px rgba(82, 63, 105, 0.05);
}
.get-lenders-details .refinance-home-value-box-bg .estimated-value-box {
	background: transparent;
	padding: 70px 0px 10px; 
}
.get-lenders-details .refinance-home-value-box-bg .estimated-value-box img{
	max-width: 80%;
}
.get-lenders-details .estimated-value-box h2 {
	border-left:none !important;
	font-size: 40px !important;
	font-weight: bold;
}
.get-lenders-details #Borrowing_Power_Calculator {
    min-height: 800px !important;
}
.get-lenders-details .VisiCalcClass {
    min-width: 100%;
    min-height: 900px;
    margin: 0;
    padding: 0;
}
.get-lenders-details h2 {
    border-left: 4px solid #20A2D3 !important;
}
.get-lenders-details h2 {
    font-weight: 500;
    font-size: 28px;
}
.get-lenders-details .t-message{
    font-size: 20px;
}
.get-lenders-details h1 {
	font-size: 3.2rem;
	font-weight: bold;
	color: #343434;
}
.get-lenders-details h2,
	.get-lenders-details .h2 {
		font-size: 1.75rem !important;
		color: #343434;
	}
@media (max-width: 1200px) {
	.get-lenders-details h2,
	.get-lenders-details .h2 {
		font-size: 2.2rem;
	}
}
.get-lenders-details .lenders-table-div .row:first-child{
    display: none;
}
.get-lenders-details #sub-header-custom{
    border-left: none !important; font-size:18px;
}
.get-lenders-details  .text-decoration-underline{
    text-decoration: underline;
}
.get-lenders-details  .border-blue-custom{
    border: 1px solid #c7ddef;
    height: 125px;
}
/*lender page css end*/
/*get business loan page css start*/
#businessloan-page .break{
    flex-basis: 100%;
    height: 0;
}
#businessloan-page label.question-title {
    font-size: 28px !important;
}
#businessloan-page .text-dark-75 {
    color: #696969 !important;
}
#businessloan-page .stepwizard {
    background: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 18px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 0 25px;
    height: 100%;
    border-left: 1px solid #EFF0F5;
}
#businessloan-page .stepwizard .setup-panel .stepwizard-step {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
#businessloan-page .stepwizard .setup-panel .stepwizard-step a:after {
	bottom: -75px;
}
#businessloan-page .stepwizard .setup-panel .stepwizard-step:last-child a:after {
    bottom: 0px;
}
#businessloan-page .stepwizard .setup-panel {
    padding-top: 100px;
	height:70%;
	top: 15%;
    right: 15px;
}
#businessloan-page .get-property-repo-quest h5 {
	font-weight:600;
}
#businessloan-page .get-property-report form input {
	height: 45px;
	font-size: 16px;
}
#businessloan-page .get-property-report form input[type=radio],
#businessloan-page .get-property-report form input[type=checkbox] {
	height: 20px;
}
#businessloan-page .dashboard-dark-bg {
	height: 100%;
}
#businessloan-page .radio-standard label. {
	font-size: 18px;
}
#businessloan-page .question label {
	font-size: 20px;
}
#businessloan-page .radio-standard {
	justify-content: space-around;
	display: flex;
	margin-top: 18px;
	border: 1px solid #6993ff;
	padding: 20px;
	border-radius: 10px;
	flex-wrap: wrap;
}
#businessloan-page .radio-standard label. {
	font-size: 19px;
}
#businessloan-page .terms-condition {
	display: inline-flex;
	padding-top: 10px;
}
#businessloan-page .terms-condition .checkbox {
	width: 30px;
	padding: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
#businessloan-page #property-form .error {
	color: #5ab3ff !important;
	font-size: 16px !important;
}
#businessloan-page .wizard-card .choice label {
	font-size: 12px;
	cursor: pointer;
	
	margin: 7px 0;
	
	line-height: 14px;
}
#businessloan-page .wizard-card .choice {
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
}
#businessloan-page .wizard-card .choice input[type="radio"],
#businessloan-page .wizard-card .choice input[type="checkbox"] {
	position: absolute;
	left: -10000px;
	z-index: -1;
}
#businessloan-page .wizard-card .choice .icon {
	text-align: center;
    vertical-align: middle;
    height: 116px;
    width: 116px;
    margin: 0 auto 10px;
    border: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background-color: transparent;
    padding: 20px;
	border-bottom: 2px solid #dad8e4;
}
#businessloan-page .wizard-card .choice .best_time .icon {
	height: 65px;
	padding: 10px;
}
#businessloan-page .best_time .icon {
	/*font-size: 16px;*/
	/*padding: 15px;*/
	/*width: 116px;*/
	font-size: 14px;
    width: auto !important;
}
#businessloan-page .wizard-card .choice i {
	font-size: 40px;
	line-height: 111px;
	color: #fff;
}
#businessloan-page .wizard-card .best_time:hover, .wizard-card .best_time:focus {
	color: #f58e18;
}
#businessloan-page .wizard-card .choice:hover .icon,
#businessloan-page .wizard-card .choice.active .icon {
	    background: transparent;
    border-bottom: 2px solid #f58e18;
	
}
#businessloan-page .wizard-card .choice:hover .icon .time-text, 
#businessloan-page .wizard-card .choice.active .icon .time-text{
	color: #f58e18;
}
#businessloan-page .wizard-card .choice:hover .icon .time-text, .wizard-card .choice.active .icon .time-text {
	color:#f58e18;
}
#businessloan-page .wizard-card .choice:hover label, 
#businessloan-page .wizard-card .choice.active label{
	color:#f58e18;	
}
#businessloan-page .wizard-card .choice:hover .icon img,
#businessloan-page .wizard-card .choice.active .icon img {
	filter: brightness(1) invert(0);
    opacity: 1;
}
#businessloan-page .wizard-card .choice:hover .icon i,
#businessloan-page .wizard-card .choice.active .icon i {
	color: #f58e18;
}
#businessloan-page .wizard-card .choice:hover label {
    color: #f58e18;
}
#businessloan-page .swal-button {
	background-color: #3b99d1;
	border-color: #238CCB;
}
#businessloan-page label.question-title {
	font-size: 18px;
}
#businessloan-page .best_time.active .time-text {
    color: #f58e18;
}
@media (max-width: 1200px) {
	#businessloan-page h2,
	#businessloan-page .h2 {
		font-size: 2rem;
	}
}
@media(min-width:992px){
	#businessloan-page .wizard-card .choice label {
		font-size:14px;
}
    #businessloan-page .wizard-card .choice .icon {
    text-align: center;
    vertical-align: middle;
    height: 116px;
    width: auto;
    border-radius: 0;
    margin: 0 auto 10px;
    border: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background-color: transparent;
    padding: 20px 10px;
    border-bottom: 2px solid #dad8e4;
    }
    
    #businessloan-page .best_time .icon {
    	width: auto !important;
    }
}
#businessloan-page .time-text{
        color: #1B293F;
		font-weight: 500;
    font-size: 15px;
	
}
#businessloan-page .select2-container{
    width: 375px !important;
}
#businessloan-page .select2-selection--single{
    height: 50px !important;
}
#businessloan-page .select2-selection__arrow {
    display: none !important;
}
#businessloan-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #B7B7B7;
    font-size: 15px;
}
#businessloan-page .icon img {
    width: 50px;
    filter: brightness(0) invert(0);
    opacity: 0.6;
    height: 50px;
}
#businessloan-page .sel-error{
    color: #5ab3ff !important;
    font-size: 16px !important;
    position: absolute;
    bottom: -11px;
    margin-bottom: 10px;
}
#businessloan-page .select2-selection{
    border: none !important;
    border-bottom: 1px solid #dad8e4;
    border-radius: 0px;
}
#businessloan-page .select2-container{
    border-bottom: 1px solid #dad8e4 !important;
}
#businessloan-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}
#businessloan-page .get-property-report form input[type=text],
#businessloan-page .get-property-report form input[type=email] {
    border: none;
    border-bottom: 1px solid #dad8e4;
    border-radius: 0px;   
    padding-left: 0px;
    width: 100%;
    max-width: calc(100% - 30px);
}
#businessloan-page .t-message{
    font-size: 20px;
}
#businessloan-page .stepwizard .setup-panel .stepwizard-step .btn.btn-default:not(:disabled):not(.disabled).active {
background-color: #f58e18;
}
#businessloan-page .stepwizard .setup-panel .stepwizard-step a.active:after {
background: #f58e18;
}
#businessloan-page .footer-text {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	background: #EFF0F5;
	padding: 20px;
	font-size: 14px;
	font-weight: 500;
	border-top: 1px solid #e5e8ed;
}
#businessloan-page .question-row{
    padding: 5% 0% 20% 0%;
}
#businessloan-page .property-address-auto .easy-autocomplete ul {
    padding-left: 0;
}
#businessloan-page .property-address-auto .easy-autocomplete ul li {
    color: #000;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    width: 100% !important;
    margin-left: 0;
    background-color: #f2f2f2;
}
#businessloan-page .property-address-auto .easy-autocomplete ul li:after {
    display:none;
}
#businessloan-page .property-address-auto .easy-autocomplete input[type="text"] {
    padding: 0px 15px;
    height: 50px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 0px;
    font-style: normal !important;
}
#businessloan-page .property-address-auto .easy-autocomplete.eac-square ul li.selected,
.property-address-auto .easy-autocomplete.eac-square ul .eac-category.selected {
    background-color: #f58e18 !important;
    color: #fff !important;
}
#businessloan-page .property-address-auto .easy-autocomplete{
    width: 100% !important;
}
#businessloan-page .stepwizard-step a{
    cursor: auto !important;
}
#businessloan-page .input-group-prepend .input-group-text {
	border-bottom: 1px solid #dad8e4 !important;
    border-radius: 0;
}
/*get business loan page css end*/
/*staff-portfolio-view-page css start*/
#staff-portfolio-view-page #employee-list .icon-img-area.finance img {
    width: 26px;
    filter: grayscale(100%);
    opacity: 0.6;
    height: 26px;
}
#staff-portfolio-view-page #employee-list .icon-img-area img {
    width: 26px;
    filter: grayscale(100%);
    opacity: 0.7;
    height: 26px;
}
#staff-portfolio-view-page #employee-list .icon-img-area img {
    width: 26px;
    filter: grayscale(100%);
    opacity: 0.6;
    height: 26px;
}
 #staff-portfolio-view-page #employee-list .finance .icon-img-area img {
    opacity: 0.5;
 }
#staff-portfolio-view-page #word_load_chart .apexcharts-legend{
    bottom:-20px !important;
}
#staff-portfolio-view-page #word_load_chart .apexcharts-zoomin-icon{
    display: none !important;
}
#staff-portfolio-view-page #word_load_chart .apexcharts-zoomout-icon{
    display: none !important;
}
#staff-portfolio-view-page #word_load_chart .apexcharts-zoom-icon{
    display: none !important;
}
#staff-portfolio-view-page #word_load_chart .apexcharts-pan-icon{
    display: none !important;
}
#staff-portfolio-view-page #word_load_chart .apexcharts-reset-icon{
    display: none !important;
}
#staff-portfolio-view-page #inquiry_chart .apexcharts-legend {
	margin-bottom: -5px;
}
/*staff-portfolio-view-page css end*/
@media (min-width: 1600px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1540px;
	}
}
@media (min-width: 1920px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1860px;
	}
}
.error {
	color: #fd397a !important;
}
.navi .navi-item .navi-link {
	cursor: pointer;
}
.separator.separator-dashed {
    border-bottom: 1px solid #ECF0F3;
}
.dataTables_wrapper .pull-left {
	float: left;
}
.dataTables_wrapper .pull-right{
	float: right;
}
.dataTables_wrapper .dataTables_info {
	float: left;
}
.dataTables_wrapper .dataTables_paginate {
	float: right;
}
.form-control {
    display: inline-block !important;
}
/*Loader - Start*/
.gocover {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
}
/*Loader - End*/
/*Left Sidebar - Start*/
@media (min-width: 992px) and (max-width: 1400px){
	.aside {
		width: 250px;
		transition: all 0.3s;
	}
	.aside-fixed .wrapper {
		padding-left: 250px;
        transition: all 0.3s;
	}
	
	.aside-fixed .wrapper.full-width-page {
        padding-left: 0;
        transition: all 0.3s;
    }
    .aside-enabled.subheader-fixed .subheader.full-width-page, .aside-enabled .header.header-fixed.full-width-page {
        left: 50px;
    }
	.aside-enabled.subheader-fixed .subheader,
	.aside-enabled .header.header-fixed {
		left: 250px;
	}
	.aside-fixed.aside-minimize-hover .aside {
		width: 200px;
	}
	.header-fixed.aside-minimize-hover .header, .header-fixed.aside-minimize .header {
		left: 70px;
	}
	.subheader-fixed.aside-minimize-hover .subheader, .subheader-fixed.aside-minimize .subheader {
		left: 70px;
	}
	.aside-menu .menu-nav > .menu-section .menu-text {
		font-size: 10px;
	}
	.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
		font-size: 14px;
	}
	.aside-menu .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-link {
		padding-left: 30px;
	}
	.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-text {
		font-size: 13px;
	}
}
/*@media (min-width: 992px) {
	.brand {
		background-color: #F3F6F9;
	}
}*/
.aside-menu .menu-nav > .menu-item > .menu-link .menu-icon img {
	max-width: 22px;
}
/*Left Sidebar - End*/
/*Common - End*/
/*Login Page - Start*/
.login-page .login.login-1 .login-aside {
	max-width: 1200px !important;
	background-color: #f2f2f2;
}
.login-page .login-text {
	background-color: rgba(255,255,255,0.8);
    padding: 15px;
    border-radius: 10px;
}
@media only screen and (max-width: 1600px) {
	.login-page .login.login-1 .login-aside {
		max-width: 1100px !important;
	}
}
@media only screen and (max-width: 1400px) {
	.login-page .login.login-1 .login-aside {
		max-width: 750px !important;
	}
}
@media only screen and (max-width: 1200px) {
	.login-page .login.login-1 .login-aside {
		max-width: 50% !important;
	}
}
@media only screen and (max-width: 991px) {
	.login-page .login.login-1 .login-aside {
		max-width: unset !important;
	}
}
/*Login Page - End*/
/*Right Sidebat - Start*/
.right-sidebar .card.card-custom {
	border: 1px solid #f2f2f2;
} 
.right-sidebar .card.card-custom > .card-header {
	min-height: unset;
}
.right-sidebar .card.card-custom > .card-header .card-toolbar svg {
	vertical-align: middle;
}
.right-sidebar .card.card-custom > .card-header .card-title .card-icon i {
	color: #2f91ce;
}
.right-sidebar #edit-profile-section .edit .fa-user-edit {
	color: #1BC5BD;
}
.right-sidebar #profile-top .navi-item i {
	color: #6993FF;
}
.right-sidebar #profile-view-block .la-bank{
	font-size: 24px;
	color: #464E5F;
}
#profile-controls .edit .fa-user-edit {
	color: #1BC5BD;
}
#profile-controls .change-password .fa-user-lock {
	color: #6993FF;
}
#profile-controls .logout .flaticon-logout {
	color: #FFA800;
}
#profile-controls .notification .flaticon2-notification {
	color: #F64E60;
}
#profile-controls .navi .navi-item {
	cursor: pointer;
}
.right-sidebar .profile-img {
	border: 1px solid #f2f2f2;
}
.right-sidebar.offcanvas {
    width: 400px;
}
.qualification-block .navi .navi-item {
	display: inline-block;
    border: 1px solid #f2f2f2 !important;
    border-radius: 10px;
    padding: 5px;
}
.qualification-block .navi .navi-item .navi-link {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0px 4px;
}
.right-sidebar .navi .navi-item .navi-link .navi-text {
	text-transform: capitalize;
}
#notification-block .switch {
	margin-bottom: 10px;
}
#notification-block .switch strong {
	display: inline-block;
	width: calc(100% - 60px);
}
#notification-block .switch input:empty ~ span {
	float: right;
}
/*Right Sidebat - End*/
/*Main Box - Start*/
#kt_main_card .card-body a.col {
	transition: transform .2s;
}
#kt_main_card .card-body a.col.active,
#kt_main_card .card-body a.col:hover {
	transform: scale(1.05);
}
#kt_main_card .card-body a.bg-info.active {
	background-color: #671efb !important;
}
#kt_main_card .card-body a.bg-primary.active {
	background-color: #366eff !important;
}
#kt_main_card .card-body a.bg-warning.active {
	background-color: #cc8600 !important;
}
#kt_main_card .card-body a.bg-success.active {
	background-color: #159892 !important;
}
.main_box .kt-portlet {
	-webkit-box-shadow: unset;
    box-shadow: unset;
    background-color: transparent;
    margin-bottom: 0px;
    border-radius: 0px;
}
.main_box .kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item .kt-widget17__desc {
	font-weight: 600;
}
.main_box .kt-widget17 .kt-widget17__stats .kt-widget17__items {
	margin-left: -0.3rem;
	margin-right: -0.3rem;
}
.main_box .kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item {
	border-radius: 5px;
}
.main_box .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__body {
	margin-top: 0px;
}
.main_box .kt-widget17 .kt-widget17__stats {
    margin-top: 0px;
    width: 100%;
}
.main-deskboard-tab .dataTables_wrapper .dataTables_paginate .pagination .page-item {
	padding: 0px;
}
/*Main Box - End*/
/*Ref Main Deshboard -Start*/
.kt-subheader .kt-subheader__btn-daterange .kt-subheader__btn-daterange-date svg {
	vertical-align: middle;
}
.ref-main-deshboard .img-sec {
	text-align: center;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.ref-main-deshboard .img-sec img {
	max-width: 300px;
}
/*Ref Main Deshboard - End*/
/*Ref Deshboard - Start*/
.ref-main-table td[colspan="8"] {
	padding: 0px;
}
.ref-main-table td.action .label {
	padding: 3px 10px;
    margin: 2px 2px;
	cursor: pointer !important;
}
.ref-main-table td.action .label-light-primary i {
	color: #6993FF;
    margin-right: 3px;
    font-size: 13px;
}
.ref-main-table td.action .label-light-info i {
	color: #8950FC;
    margin-right: 3px;
    font-size: 13px;
}
.ref-main-table td.action .label-light-danger i {
	color: #F64E60;
    margin-right: 3px;
    font-size: 13px;
}
.ref-main-table table.ref-inner-table {
	margin-bottom: 0px;
}
.ref-main-table table.ref-inner-table th {
	background-color: #c1d2fc;	
}
.ref-main-table table.ref-inner-table td {
	background-color: #E1E9FF;	
}
.dashboard-tab #kt_datatable {
	
}
/*Ref Deshboard - End*/
/*Send Referral - Start*/
.referral-send-box .img-sec {
	text-align: center;
}
.referral-send-box .img-sec img {
	max-width: 400px;
}
/*.referral-send-box .form-group.inq-type {
	margin-bottom: 0px;
}*/
.referral-send-box .form-group .error {
	margin-bottom: 0px;
}
.referral-send-box .button-group-pills .btn {
	border-radius: 10px;
	line-height: 1.5;
	margin-right: 5px;
	border: 1px solid #48465b;
	background-color: #fff;
	color: #48465b;
	cursor: pointer;
	padding: 5px 18px;
	position: relative;
	min-width: 170px;
	font-weight: bold;
	text-align: center !important;
}
.referral-send-box .button-group-pills .btn span {
	display: block;
	font-weight: 500;
}
.referral-send-box .button-group-pills .btn.active {
	border-color: #6993FF !important;
	color: #6993FF;
	box-shadow: none;
}
.referral-send-box .button-group-pills .btn.active:after {
	content: "\f058";
	font-size: 22px;
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
    top: 0px;
    right: 5px;
}
.referral-send-box .button-group-pills .btn:hover {
	border-color: #6993FF !important;
	color: #6993FF;
}
.referral-send-box .button-group-pills .btn.inlineCheckbox0:before {
	content: "\f19c";
	font-size: 22px;
	font-family: 'Font Awesome 5 Pro';
}
.referral-send-box .button-group-pills .btn.inlineCheckbox1:before {
	content: "\f4c4";
	font-size: 22px;
	font-family: 'Font Awesome 5 Pro';
}
.referral-send-box .button-group-pills .btn.inlineCheckbox2:before {
	content: "\f6f1";
	font-size: 22px;
	font-family: 'Font Awesome 5 Pro';
}
.referral-send-box .button-group-pills .btn.inlineCheckbox3:before {
	content: "\f562";
	font-size: 22px;
	font-family: 'Font Awesome 5 Pro';
}
.referral-send-box .button-group-pills .btn input[type=checkbox] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none;
}
.referral-send-box .form-control input[type="text"] {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(20, 11, 91, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(20, 11, 91, 0.1);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.referral-send-box .form-group label {
    font-weight: 500;
    margin-bottom: 3px;
}
.referral-send-box input[type="text"],
.referral-send-box input[type="tel"],
.referral-send-box input[type="email"],
.referral-send-box input[type="number"],
.referral-send-box textarea {
    padding: 8px 15px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 45px;
    height: auto;
	border: 1px solid #48465b;
}
.referral-send-box input[name="first_name"],
.referral-send-box input[name="last_name"]{
	background-image: url(../media/sendref/user.png);	
}
.referral-send-box input[name="contact_no"] {
	background-image: url(../media/sendref/phone.png);
}
.referral-send-box input[name="email"]{
	background-image: url(../media/sendref/mail.png);	
}
.referral-send-box textarea[name="referral_notes"]{
	background-image: url(../media/sendref/notes.png);	
}
/*.external-ref.referral-model .form-group label span.vtext {
	color: #2F91CE;
}*/
.external-ref.referral-model .card-box {
	padding: 0px;
}
.external-ref.referral-model .card-box .card-body {
	padding: 25px 15px 0px 15px;
}
.external-ref.referral-model .card-box .card-body .card-title {
	margin-top: -38px;
    display: inline-block;
    position: absolute;
    float: left;
    padding: 5px 10px;
    margin-left: -10px;
    background-color: #fff;
}
.referral-send-box .card-footer {
    padding: 15px 25px;
}
/*Send Referral - End*/
/*Staff - Start*/
#kt_datatable td.action a:hover i,
#kt_datatable td.action a:hover svg,
#kt_datatable td.action a:focus i,
#kt_datatable td.action a:focus svg{
	color: #fff !important;
}
@media only screen and (min-width: 992px) { 
	
	#kt_datatable_wrapper .dataTables_length {
		float: left;
	}
	
	.aside-fixed .wrapper.full-width-page {
        padding-left: 0;
        transition: all 0.3s;
    }
    
    .aside-enabled.subheader-fixed .subheader.full-width-page, .aside-enabled .header.header-fixed.full-width-page {
        left: 50px;
    }
    
    .aside-enabled.subheader-fixed .subheader, .aside-enabled .header.header-fixed {
        transition: all 0.3s;
    }
    .aside-fixed .wrapper {
        transition: all 0.3s;
    }
    .aside {
        transition: all 0.3s;
    }
}
/*Staff - End*/
/*My Profile - Start*/
#add-user .img-thumbnail {
	max-width: 80px;
	max-height: 80px;
}
/*My Profile - End*/
/*Main Dashborad - Start*/
.dashboard-tab .nav.nav-pills.nav-success .nav-link.active .nav-icon img {
    filter: brightness(0) invert(1);
}
.dashboard-tab #kt_datatable th,
.dashboard-tab #kt_datatable td {
	padding: 8px 5px;
}
.dashboard-tab #kt_datatable th, .dashboard-tab #kt_datatable td:first-child {
	padding-left: 5px !important;
}
.dashboard-tab #kt_datatable td.applicant_data .text-muted {
	font-size: 11px;
}
.dashboard-tab #kt_datatable td.created_by {
	text-transform: capitalize;
}
.dashboard-tab #kt_datatable td.applicant_data span i {
	vertical-align: middle;
}
.dashboard-tab #kt_datatable th.action {
	min-width: 75px;
}
.dashboard-tab #kt_datatable td.action .label-light-primary i {
	color: #6993FF;
    margin-right: 3px;
    font-size: 13px;
}
.dashboard-tab #kt_datatable td.action .label-light-info i {
	color: #8950FC;
    margin-right: 3px;
    font-size: 13px;
}
.dashboard-tab #kt_datatable td.action .label-light-danger i {
	color: #F64E60;
    margin-right: 3px;
    font-size: 13px;
}
.dashboard-tab .search-option-card {
	border-radius: 0px;
}
.dashboard-tab .search-option-card .card-header {
	border-color: #6993FF;
}
.search-option-card.card.card-custom > .card-header {
	border-bottom: 1px solid #4A7DFF;
}
.dashboard-tab .search-option-card label {
	width: 100%;
}
#advance-search-tab label {
	width: 100%;
}
.dashboard-tab .search-option-card span.select2 {
	width: 100% !important;
}
#kt_datatable .symbol.symbol-40.symbol-light-info .symbol-label {
	overflow: hidden;
	text-align: center;
	border: 1px solid #EEE5FF;
}
/*Main Dashborad - End*/
/*Create Inquiry - Start*/
.create-inquiry-sec {
	
}
.create-inquiry-sec .refer-sec.card.card-custom > .card-header {
	min-height: auto;
	padding: 8px 15px;
}
.create-inquiry-sec .refer-sec table {
	margin-bottom: 0px;
}
.create-inquiry-sec .refer-sec table td {
    padding: 10px 15px;
    line-height: unset;
}
.why-credithub .card-body ul {
	margin-top: 10px;
	list-style: none;
	padding-left: 0px;
}
.why-credithub .card-body ul li {
	font-weight: 500;
	margin-bottom: 10px;
}
.why-credithub .card-body ul li:before {
	content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
}
.why-credithub .contact-part .email i,
.why-credithub .contact-part .phone i {
	vertical-align: middle;
}
.create-inquiry-sec #createInquiry #referTable .checkbox-list .checkbox > span {
	height: 32px;
    width: 32px;
}
.create-inquiry-sec #createInquiry #referTable .checkbox-list  .checkbox > input {
	position: relative;
}
/*Create Inquiry - End*/
/*------------------------
Edit Inquiry Page - Start
-------------------------*/
/*Edit Inquiry Left Part*/
.edit-inquiry-main .inquiry-left {
	
}
.edit-inquiry-main .inquiry-left .user-details .form-group {
    margin-bottom: 1rem;
}
.edit-inquiry-main .inquiry-left #inquiry-form .card {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.1);
	margin-bottom: 20px;
	border-radius: 0px;
}
.edit-inquiry-main .inquiry-left #inquiry-form .card.card-custom > .card-header {
	min-height: unset;
	padding: 10px 10px;
}
.edit-inquiry-main .inquiry-left #inquiry-form .card.card-custom > .card-header .card-title {
	margin: 0px;
}
.edit-inquiry-main .inquiry-left #inquiry-form .card.card-custom > .card-header .card-title h3 {
	font-size: 14px;
}
.edit-inquiry-main .inquiry-left #inquiry-form .card.card-custom .card-body table {
	margin-bottom: 0px;
}
.edit-inquiry-main .inquiry-left #inquiry-form .card.card-custom .card-body table td {
	padding: 8px 10px;
}
.edit-inquiry-main .inquiry-left #inquiry-form .card.card-custom > .card-footer {
	min-height: unset;
	padding: 8px 10px;
}
.edit-inquiry-main .inquiry-left #inquiry-form .card.card-custom .card-body .checkbox.checkbox-lg > span {
    height: 32px;
    width: 32px;
}
.edit-inquiry-main .inquiry-left .asso_inq_list_inner .card.card-custom {
	border: 1px solid #ECF0F3;
	width: 100%;
}
.edit-inquiry-main .inquiry-left .asso_inq_list_inner .card.card-custom > .card-header {
	min-height: unset;
	padding: 10px 10px;
}
.edit-inquiry-main .inquiry-left .asso_inq_list_inner .card.card-custom > .card-header .card-title {
	padding: 0px;
	margin: 0px;
}
.edit-inquiry-main .inquiry-left .asso_inq_list_inner .card.card-custom > .card-header .card-title h3 {
	font-size: 14px;
}
.edit-inquiry-main .inquiry-left .asso_inq_list_inner .card.card-custom > .card-header .card-title:after {
	display: none;
}
/*Edit Inquiry Right Part*/
.edit-inquiry-main .inquiry-right {
	
}
.edit-inquiry-main .inquiry-right svg {
    font-size: 16px;
    vertical-align: middle;
}
.edit-inquiry-main .inquiry-right .broker-info {
	position: relative;
}
.edit-inquiry-main .inquiry-right .broker-info button.cu-reassign {
	position: absolute;
    left: -125px;
    top: 0;
}
.edit-inquiry-main .inquiry-right .card.card-custom > .card-header.card-header-tabs-line .sidebar-line-tab .nav-link {
	margin-right: 0px;
}
.edit-inquiry-main .inquiry-right #document .nav.nav-pills .nav-link {
	padding: 8px 8px;
}
.edit-inquiry-main .inquiry-right #document .nav.nav-pills .nav-link span {
	font-size: 12px;
}
/*------------------------
Edit Inquiry Page - End
-------------------------*/
/*External Inquiry - Start*/
#external_inquiry_data_show_view {
	
}
#external_inquiry_data_show_view .card.card-custom {
	border: 1px solid #ECF0F3;
	width: 100%;
}
#external_inquiry_data_show_view .card.card-custom > .card-header {
	min-height: unset;
	padding: 10px 10px;
}
#external_inquiry_data_show_view .card.card-custom > .card-header .card-title {
	margin: 0px;
}
#external_inquiry_data_show_view .card.card-custom > .card-header .card-title h3 {
	font-size: 14px;
}
#external_inquiry_data_show_view .card.card-custom > .card-body .form-group {
	margin-bottom: 10px;
}
#external_inquiry_data_show {
	
}
#external_inquiry_data_show .card.card-custom {
	border: 1px solid #ECF0F3;
	width: 100%;
}
#external_inquiry_data_show .card.card-custom > .card-header {
	min-height: unset;
	padding: 10px 10px;
}
#external_inquiry_data_show .card.card-custom > .card-header .card-title {
	margin: 0px;
}
#external_inquiry_data_show .card.card-custom > .card-header .card-title h3 {
	font-size: 14px;
}
#external_inquiry_data_show .card.card-custom > .card-body .form-group {
	margin-bottom: 10px;
}
#external_inquiry_data_show .button-group-pills .btn {
	border-radius: 0;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-right: 5px;
    border: 0;
    border-bottom: 1px solid #dad8e4;
    background-color: #fff;
    color: #48465b;
    cursor: pointer;
    padding: 5px 18px;
    font-weight: bold;
    position: relative;
}
#external_inquiry_data_show .button-group-pills .btn span {
	display: block;
	font-weight: 500;
}
#external_inquiry_data_show .button-group-pills .btn.active {
	border-color: #6993FF !important;
	color: #6993FF;
	box-shadow: none;
}
#external_inquiry_data_show  .button-group-pills .btn.active:after {
	content: "\f058";
	font-size: 22px;
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
    top: 0px;
    right: 5px;
}
#external_inquiry_data_show .button-group-pills .btn:hover {
	border-color: #6993FF !important;
	color: #6993FF;
}
#external_inquiry_data_show .button-group-pills .btn.inlineCheckbox0:before {
	content: "\f19c";
	font-size: 22px;
	font-family: 'Font Awesome 5 Pro';
}
#external_inquiry_data_show .button-group-pills .btn.inlineCheckbox1:before {
	content: "\f4c4";
	font-size: 22px;
	font-family: 'Font Awesome 5 Pro';
}
#external_inquiry_data_show .button-group-pills .btn.inlineCheckbox2:before {
	content: "\f6f1";
	font-size: 22px;
	font-family: 'Font Awesome 5 Pro';
}
#external_inquiry_data_show .button-group-pills .btn.inlineCheckbox3:before {
	content: "\f562";
	font-size: 22px;
	font-family: 'Font Awesome 5 Pro';
}
#external_inquiry_data_show .button-group-pills .btn input[type=checkbox] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none;
}
#external_inquiry_data_show .form-control input[type="text"] {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(20, 11, 91, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(20, 11, 91, 0.1);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
#external_inquiry_data_show .form-group label {
    font-weight: 600;
    margin-bottom: 3px;
}
#external_inquiry_data_show .form-group label span {
    font-weight: normal;
}
#external_inquiry_data_show input[type="text"],
#external_inquiry_data_show input[type="tel"],
#external_inquiry_data_show input[type="email"],
#external_inquiry_data_show input[type="number"],
#external_inquiry_data_show textarea {
    padding: 8px 15px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 45px;
    height: auto;
	border: 1px solid #48465b;
}
#external_inquiry_data_show select {
	border: 1px solid #48465b;
}
#external_inquiry_data_show input[name="first_name"],
#external_inquiry_data_show input[name="last_name"]{
	background-image: url(../media/sendref/user.png);	
}
#external_inquiry_data_show input[name="contact_no"] {
	background-image: url(../media/sendref/phone.png);
}
#external_inquiry_data_show input[name="email"]{
	background-image: url(../media/sendref/mail.png);	
}
#external_inquiry_data_show textarea[name="referral_notes"],
#external_inquiry_data_show textarea[name="lead_notes"] {
	background-image: url(../media/sendref/notes.png);	
}
/*External Inquiry - End*/
/*Personal Notes - Start*/
.personal-notes {
	display: inline-block;
	width: 100%;
}
.personal-notes #accordion {
    position: relative;
    border-top: 1px solid #a6c7f8;
}
.personal-notes #accordion .lines {
	border-left: 1px solid #6993FF;
	border-right: 1px solid #6993FF;
	width: 6px;
	float: left;
	height: 100%;
	margin-left: 40px;
	position: absolute;
	z-index: 1;
}
.personal-notes #accordion #result-notes-div {
	display: inline-block;
    width: 100%;
}
.personal-notes #accordion .card {
	border: 0px;
}
.personal-notes #accordion .card-header {
	cursor: pointer;
	background-color: #f8f9fc;
    border-bottom: 1px dashed #b7bac4 !important;
	padding: 10px 15px;
}
.personal-notes #accordion .card-header.main-header {
	padding: 10px 10px 10px 55px;
}
.personal-notes #accordion .card-header.main-header .page-title {
	display: inline-block;
    width: 100%;
	text-align: center;
}
.personal-notes #accordion .card-header.main-header .page-title > strong {
	font-size: 16px;
    border-bottom: 1px solid; 
    vertical-align: middle;
    float: left;
    line-height: 32px;
}
.personal-notes #accordion .card-header.main-header .page-title .add-new-btn {
    display: inline-block;
    float: right;
}
.personal-notes #accordion .card-header.main-header form.search-form {
	display: inline-block;
    position: relative;
    vertical-align: middle;
    max-width: 300px;
    width: 100%;
}
.personal-notes #accordion .card-header.main-header form.search-form input[type=text] {
    border: 1px solid #4A7DFF;
    background-color: transparent;
    border-radius: 10px;
    line-height: 21px;
    padding: 5px 10px;
    width: 100%;
	outline: 0px;
}
.personal-notes #accordion .card-header.main-header form.search-form button {
    height: 32px;
    color: #2d67be;
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 5px;
}
.personal-notes #accordion .card-header:first-child {
	border-radius: 0px;
}
.personal-notes #accordion .card-body {
	background-color: #f8f9fc;
	padding-left: 60px;
	margin-bottom: 5px;
	color: #000;
	border-bottom: 1px dashed #b7bac4;
}
.personal-notes #accordion .card-body:before {
	pointer-events: none;
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    bottom: 5px;
    right: 0;
    background: white;
    background: linear-gradient(315deg, white 45%, #aaa 50%, #f8f9fc 10%, #f8f9fc 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.personal-notes #accordion .card-body {
	padding: 0px;
}
.personal-notes #accordion .card-body .stickynot-text-area {
	padding: 10px 10px 10px 55px;
    border: 0;
    height: 80px;
    outline: 0;
}
.personal-notes #accordion .card-body .stickynot-text-area #re-edit-sticky-note {
	width: 100%;
	height: 100%;
	outline: 0px;
}
.personal-notes #accordion .card-header .title {
    font-weight: 600;
	text-transform: capitalize;
}
.personal-notes #accordion .card-header .title span {
	padding-left: 20px;
}
.personal-notes #accordion .card-header .title .fa-sticky-note {
	margin-right: 25px;
	color: #6993FF;
}
.personal-notes #accordion .card-header .delete-icon {
	padding: 0px 10px;
	position: absolute;
	right: 0px;
	color: #2f91ce;
}
.personal-notes #accordion .card-header.collapsed .delete-icon {
	display: none;
}
.personal-notes #accordion .card-header:hover .delete-icon {
	display: inline-block;
}
.personal-notes #accordion .card-header .time_date {
	padding-right: 20px;
    color: #999;
    font-size: 10px;
    line-height: 20px;
}
/*Personal Notes - End*/
/*Document List - Start*/
	
.document-view .box .folder {
	color:#F8D775 !important;
}
.document-view .folder_name{
	color:#000 !important;
}
.document-view .box {
    display: inline-block;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(20, 11, 91, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(20, 11, 91, 0.1);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	position: relative;
	padding: 10px;
	height: 120px;
}
.document-view .box .folder {
	display: inline-block;
	width: 100%;
}
.document-view .box .file {
	display: inline-block;
	width: 100%;
}
.document-view .box i,
.document-view .box svg {
	color: #F8D775;
}
.document-view.files .box i,
.document-view.files .box svg {
	color: #6993FF;
}
.document-view .box strong {
	/*color: #F8D775;*/
	text-transform: capitalize;
	font-size: 14px;
    display: inline-block;
    padding-top: 10px;
	font-weight: 500;
}
.document-view .box .file strong {
    font-size: 12px;
    font-weight: normal;
}
.document-view .box .deletefolder,
.document-view .box .deletefile {
	display: none;
	position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    background-color: #e4dfdf;
}
.document-view .box .deletefolder i,
.document-view .box .deletefolder svg,
.document-view .box .deletefile i,
.document-view .box .deletefile svg {
	color:#000 !important;
}
.document-view .box:hover .deletefolder,
.document-view .box:hover .deletefile {
	display: block;
}
.document-view .box .editfolder {
	display: none;
	position: absolute;
    top: 0px;
    right: 32px;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    background-color: #e4dfdf;
    
}
.document-view .box .editfolder i,
.document-view .box .editfolder svg {
	color:#000 !important;
}
.document-view .box:hover .editfolder {
	display: block;
}
.block-sort .img-delete, .block-sort .img-undo {
    position: absolute;
    top: 2px;
    z-index: 9;
    right: 2px;
    background-color: rgba(255,255,255,1);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
#add-folder .form-group {
	display: inline-block;
	max-width: 320px;
	width: 100%;
	margin: 0px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(20, 11, 91, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(20, 11, 91, 0.1);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
#add-folder .form-group i,
#add-folder .form-group svg {
    position: absolute;
	color: #6993FF;
    padding: 5px;
    height: 40px;
}
#add-folder .form-group input[type="text"] {
	display: inline-block;
	float: left;
	border:0px;
	width: calc(100% - 80px);
	padding-left: 40px;
	height: 40px;
}
#add-folder .form-group button[type="submit"] {
	display: inline-block;
	float: left;
	border-radius: 0;
    width: 80px;
	height: 40px;
}
#add-folder .form-group #title-error {
	position: absolute;
    bottom: -25px;
    left: 15px;
}
.document-view .box input[type="text"] {
	position: absolute;
	bottom: 12px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #999;
    outline: 0;
}
#create-folder,
#upload-file {
	margin-bottom: 10px;	
}
#add-folder,
#upload-file-sec {
	display: none;
}
.document-view .card-box {
	padding-top: 40px;
}
.edit-folder h3.folder-title {
	display: inline-block;
    float: right;
    text-transform: capitalize;
    font-size: 20px;
}
.page-title-box .breadcrumb li {
	text-transform: capitalize;
}
/*Document List - End*/
/*Email SMS Flow - Start*/
#form-email-template .switch label strong,
#form-sms-template .switch label strong {
	line-height: 28px;
}
.vertical-line{
	border-left: 1px solid #dee2e6;
}
#sms_body {
	width: 100%;
	padding: 15px;
	outline: none;
	border: 1px solid #ced4da;
	border-radius: 5px;
}
.extra-mail-sms td a{
	color: green;
	font-size: 18px;
}
.email-sms-flow .table td, .table th {
	padding: 5px 5px;
}
.email-sms-flow .sub-header td svg {
	color: #5877ec;
}
.email-sms-flow .table .thead-light th.inq_type {
	width: 200px;
}
.email-sms-flow .table .thead-light th {
	background-color: transparent;
	color: #212121 !important;
    text-align: left !important;
	width: 200px;
}
.email-sms-flow .table .thead-light .w-hound{
	width: 10%;
}
.email-sms-flow .table .text-center-custom {
	text-align: center;
}
.email-sms-flow .table .text-center-custom svg {
	font-size: 18px;
}
.email-sms-flow .table .text-center-custom svg.disable {
	color: #d3d3d3;
}
.email-sms-flow .table .text-center-custom svg.active {
	color: #6993FF;
}
.email-sms-flow .table .text-center-custom .fa-minus {
	font-size: 15px;
}
.email-sms-flow .table td.role_caption {
	text-align: center;
	padding: 5px 15px;	
	font-size: 16px;
}
.email-sms-flow .table td.role_caption:first-child {
	background-color: #E1E9FF;
    color: #6993FF;
}
.fixed_headers {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.fixed_headers th,
.fixed_headers td {
  padding: 5px;
  text-align: left;
}
.fixed_headers td:nth-child(1),
.fixed_headers th:nth-child(1) {
  min-width: 200px;
}
.email-sms-flow .sub-header td {
	width: 100px;
}
.fixed_headers thead tr {
  display: block;
  position: relative;
}
.fixed_headers tbody {
  display: block;
  overflow: auto;
  width: 100%;
  height: 360px;
}
.fixed_headers tbody::-webkit-scrollbar {
  	width: 10px;
}
.fixed_headers tbody::-webkit-scrollbar-track {
  	background: #E1E9FF;
}
.fixed_headers tbody::-webkit-scrollbar-thumb {
  	background: #6993FF;
}
.fixed_headers tbody::-webkit-scrollbar-thumb:hover {
	background: #6993FF;
}
.old_ie_wrapper {
  height: 300px;
  width: 750px;
  overflow-x: hidden;
  overflow-y: auto;
}
.old_ie_wrapper tbody {
  height: auto;
}
table td.bg-danger {
	background-color: #f1556c;
    color: #fff !important;
}
.apexcharts-legend {
	width: 300px;
    margin: 20px auto;
} 
.apexcharts-legend .apexcharts-legend-series {
	width: 100%;
}
.apexcharts-legend.position-right {
	z-index: 1;
}
/*.apexcharts-canvas,
.apexcharts-canvas svg,
.apexcharts-canvas svg foreignObject{
	width: 100% !important;
}*/
.apexcharts-legend-text {
	vertical-align: top;
}
@media only screen and (min-width: 1400px) {
	.fixed_headers tbody {
	  display: block;
	  overflow: auto;
	  width: 100%;
	  height: 500px;
	}
}
@media only screen and (min-width: 1600px) {
	.fixed_headers tbody {
	  height: 650px;
	}
	 .customer-inquiry .symbol.symbol-lg-75 .symbol-label {
	    width: 110px;
	    height: 110px;
}
}
@media only screen and (min-width: 1800px) {
	.fixed_headers tbody {
	  height: 720px;
	}
}
/*Email SMS Flow - End*/
/*Admin dashboard changes Start*/
/*Admin Boxes - Start*/
.admin-boxes .card-body a {
	cursor: pointer;
}
.admin-boxes .svg-icon img {
	max-width: 40px;
	filter: brightness(0) invert(1);
}
.subheader a .fa-home:hover {
	color: #6993FF !important;
}
/*Admin Boxes - End*/
.inqtabs-1 img {
	filter: brightness(0) invert(1);
}
.underline-input .form-control {
    background: transparent !important;
    font-weight: normal;
    border: none !important;
    border-bottom: 1px solid #dad8e4 !important;
    border-radius: 0;
    padding: 6px 0 !important;
    box-shadow: none;
}
.underline-input .input-group.input-group-solid .form-control {
	border: none !important;
}
.underline-input .input-group.input-group-solid {
	background: transparent !important;
	border-bottom: 1px solid #dad8e4 !important;
	border-radius: 0;
}
.tile-title:after {
    content: '';
    background-color: #f58e18;
    height: 1px;
    width: 28%;
    display: block;
    bottom: 0;
    position: relative;
}
.aside-menu .menu-nav span {
    font-size: 22px;
    margin-right: 10px;
}
.aside-menu .menu-nav span.text-warning,
.aside-menu .menu-nav i.text-warning {
	color: #fff !important;
}
.dashboard-titles-design a.inq-type-btn.titles-design-box .bg-icon {
	font-size: 100px;
    position: absolute;
    right: 12px;
    color: #f58e18;
    opacity: 0.1;
    top: 0;
}
.dashboard-titles-design a.inq-type-btn.titles-design-box .bg-icon img {
    width: 100px;
    height: 100px;
}
.dashboard-titles-design a.inq-type-btn.titles-design-box .front-icon {
    font-size: 59px;
    color: #f58e18;
    margin-top: 5px;
    display: inline-block;
}
.dashboard-titles-design a.inq-type-btn.titles-design-box .front-icon img {
    width: 50px;
    height: 50px;
}
#profile-top .svg-icon svg {
    border: 1px solid;
    border-radius: 50px;
    padding: 4px;
    width: 22px !important;
    height: 22px !important;
}
.subheader {
	text-transform: uppercase;
}
.subheader h5 {
	font-size: 1.1rem;
}
.subheader .breadcrumb-item a, .subheader .breadcrumb-item span {
	color: #343434 !important;
}
.card.card-custom > .card-header .card-title, .card.card-custom > .card-header .card-title .card-label {
	text-transform: uppercase;
	font-weight: bold;
}
.main-form .form-group label {
    font-weight: 500 !important;
    font-size: 14px;
}
.why-credithub .contact-part .email svg, .why-credithub .contact-part .phone svg{
	border: 1px solid;
    border-radius: 50px;
    padding: 4px;
    width: 22px !important;
    height: 22px !important;
    margin-right: 5px;
    color: #696969 !important;
}
.why-credithub .contact-part .email, .why-credithub .contact-part .phone {
	color: #696969 !important;
}
.admin-boxes .icon-conveyancing {
    border: 2px solid;
}
.icon-conveyancing {
    border: 1px solid;
    border-radius: 100%;
    font-size: 24px;
} 
.nav .nav-link .nav-icon .custom-icon {
    font-size: 26px;
    padding: 1px;
        -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.nav .nav-link .nav-icon .icon-conveyancing {
    border: 1px solid;
}
.nav .nav-link .nav-icon .custom-icon.icon-finance {
    color: #f58e18;
}
.nav.nav-pills .nav-link.active .nav-icon .custom-icon{
    color: #fff !important;
}
#v-pills-new-inquiry-tab .nav-icon .custom-icon {
    font-size: 18px;
}
.amount-th-width {
    min-width: 80px;
}
.search-option-card.card.card-custom > .card-header {
        min-height: 55px;
}
.search-option-card.card.card-custom > .card-header > .card-toolbar {
    margin: 0;
}
.admin-common-tile-design .bg-icon{
	font-size: 100px;
    position: absolute;
    right: 12px;
    color: #f58e18;
    opacity: 0.1;
    bottom: 30px;
}
.admin-common-tile-design .front-icon {
	font-size: 59px;
    color: #f58e18;
    margin-top: 5px;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 30px;
}
.admin-common-tile-design .tile-title {
	line-height: 24px;
}
.admin-common-tile-design .tile-title::after {
	top: 4px;
}
.admin-common-tile-design .card {
	min-height: 150px;
}
.broker-info .svg-icon svg {
    border: 1px solid;
    border-radius: 50px;
    padding: 4px;
    width: 24px !important;
    height: 24px !important;
}
@media (max-width: 1366px) and (min-width: 1200px) {
	.broker-info .svg-icon svg {
	    width: 20px !important;
	    height: 20px !important;
	}
}
/*Admin dashboard changes End*/
/*D CSS*/
.user-box .card.card-custom .card-header .card-title .card-label {
	text-transform: capitalize;
}
.inquiry-details-pages .datepicker {
	width: auto;
}
#employee-inq .nav.nav-tabs.nav-tabs-line .nav-link:hover:not(.disabled), 
#employee-inq .nav.nav-tabs.nav-tabs-line .nav-link.active, 
#employee-inq .nav.nav-tabs.nav-tabs-line .show > .nav-link {
	border-bottom: 2px solid #6993FF;
}
.referral-portfolio .card.card-custom.card-stretch.gutter-b {
	height: 100%;
}
.referral-portfolio .card.card-custom .btn {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	width: 94%;
	margin: 0 auto;
}
.staff-name .fa-circle {
	width: 14px;
	height: 14px;
}
 
.btn.btn-primary:hover:not(.btn-text), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary.focus:not(.btn-text) {
    background-color: #036eb1;
    border-color: #036eb1;
}
.img-preview {
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: block;
    max-width: 306px;
    width: 100%;
}
.busines-promotion-preview .preview-link img{
	box-shadow: 0px 6px 7px 0px rgba(82, 63, 105, 0.2);
	border-radius: 20px;
}
.busines-promotion-preview .img-preview {
	background: transparent;
	box-shadow: none;
}
.busines-promotion-preview .blog-cat {
	font-size: 17px;
	min-height: 32px;
	font-weight: 600;
	line-height: 16px; 
}
.busines-promotion-preview  h3 {
margin-bottom: 5px;
min-height: auto;
font-weight: normal;
font-size: 15px;
}
.vscroll-news a.img-part {
    position: relative;
    overflow: hidden;
}
.vscroll-news .item a {
    display: inline-block;
    width: 100%;
    position: relative;
}
.vscroll-news a.img-part:before, .vscroll-news a.img-part:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    background-color: #fff;
    padding-bottom: 5%;
}
.vscroll-news a.img-part:before {
    right: 50%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -ms-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
}
.vscroll-news a.img-part:after {
    left: 50%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -ms-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
.promotion-preview .news-item {
    position: relative;
}
.promotion-preview {
	max-width: 218px;
	min-height: 132px;
}
.vscroll-news-main .news-item .text-part p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
    position: absolute;
    top: 20px;
    padding-right: 10px;
    font-weight: 500;
}
.vscroll-news-main .news-item .text-part h3 {
    font-size: 20px;
    margin-bottom: 0px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    text-align: left;
    line-height: 25px;
    text-transform: uppercase;
    padding-right: 10px;
}
.vscroll-news-main .news-item .text-part {
    padding: 0px 10px;
    text-align: left;
    vertical-align: top;
}
.four-d-design .navi.navi-active .navi-item .navi-link.active, .four-d-design .navi.navi-hover .navi-item .navi-link:hover {
	background-color: #E1F0FF;
}
/*Box CSS START*/
.admin-boxes .count-text {
    display: inline-block;
    font-size: 16px !important;
    font-weight: bold;
    color: #343434;
}
.admin-boxes .inq-type-btn {
    display: inline-block;
    margin: 10px 0;
}
 
/*
 .dashboard-titles-design .titles-design-box .icon-img-area {
    position: absolute;
    padding: 20px;
    top: -23px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(82, 63, 105, 0.3);
    box-shadow: 2px 2px 10px 0px rgba(82, 63, 105, 0.3);
}*/
.titles-design-box .finance-icon-bg {
	background: #53b5e2; /* Old browsers */
	background: -moz-linear-gradient(left,  #53b5e2 0%, #1f8abb  99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #53b5e2 0%,#1f8abb  99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #53b5e2 0%,#1f8abb  99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53b5e2', endColorstr='#1f8abb',GradientType=1 ); /* IE6-9 */
}
.titles-design-box .conveyancing-icon-bg {
	background: #fb7b7b; /* Old browsers */
	background: -moz-linear-gradient(left,  #fb7b7b 0%, #de3c3c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #fb7b7b 0%,#de3c3c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #fb7b7b 0%,#de3c3c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb7b7b', endColorstr='#de3c3c',GradientType=1 ); /* IE6-9 */
}
.titles-design-box .insurance-icon-bg {
	background: #ffa400; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffa400 0%, #db8200 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffa400 0%,#db8200 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ffa400 0%,#db8200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa400', endColorstr='#db8200',GradientType=1 ); /* IE6-9 */
}
.titles-design-box .service-icon-bg {
	background: #00c8c0; /* Old browsers */
	background: -moz-linear-gradient(left,  #00c8c0 0%, #009a95 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #00c8c0 0%,#009a95 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #00c8c0 0%,#009a95 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c8c0', endColorstr='#009a95',GradientType=1 ); /* IE6-9 */
}
 .dashboard-titles-design .titles-design-box .icon-img-area img {
 	width: 40px;
 	/*filter: brightness(0) invert(1);*/	
 }
#kt_main_card .dashboard-titles-design a.inq-type-btn.titles-design-box.active, 
#kt_main_card .dashboard-titles-design a.inq-type-btn.titles-design-box:hover {
	background-color: #fff !important;
}
 .titles-design-box {
 	position: relative; background: #fff !important;    
 	-webkit-box-shadow: 2px 2px 5px 0px rgba(82, 63, 105, 0.05);
 	box-shadow: 2px 2px 5px 0px rgba(82, 63, 105, 0.05);
 	border: 1px solid #e9e9ea;
 }   
 .dashboard-titles-design .titles-design-box .design-box-title {
    margin-top: 30px !important;
    display: block;
    clear: both;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    border-top: 1px solid #e8e8e8;
 }
 
 .admin-boxes .count-text .font-weight-bold, .admin-boxes .count-text.font-weight-bold  {
     font-weight: 600 !important;
 }
/*Box CSS END*/
.admin-boxes .count-text {
    display: inline-block;
    color: #343434;
	font-size: 16px !important;
}
.admin-boxes .inq-type-btn {
    display: inline-block;
    min-height: 150px;
}
 
    
.ref-main-table table.ref-inner-table th:first-child, .ref-main-table table.ref-inner-table td:first-child {
    padding-left: 10px !important;
}
.ref-main-table table.ref-inner-table th {
    background-color: #c1d2fc;
}
.ref-main-table table.ref-inner-table td {
    background-color: #f7f9ff;
}
table.ref-main-table td[colspan="6"] {
    padding: 0px;
}
/*D CSS*/
/*Media Query - Start*/
@media only screen and (max-width: 1280px) {
	#kt_datatable_wrapper {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 20px !important;
		text-align: center;
	}
	#kt_datatable_wrapper table#kt_datatable {
		text-align: left;
	}
}
@media only screen and (max-width: 991px) { 
	#kt_datatable_wrapper #kt_datatable_length,
	#kt_datatable_wrapper #kt_datatable_info,
	#kt_datatable_wrapper #dataTables_paginate {
		display: inline-block;
		float: none;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.dashboard-tab #kt_datatable {
    width: 868px !important;
}
	.ribbon.ribbon-clip.ribbon-left .ribbon-target {
    top: 5px !important;
}
	.dashboard-tab .card-header .indicator-div {
	margin-bottom: 10px !important;
}
.property-report-details .address-area h2, .property-report-details .address-area .h2 {
    font-size: 15px;
    line-height: 18px;
}	
.property-report-details .address-area .font-size-h3 {
	font-size: 1.2rem !important;
}
.property-report-details .address-area .icon-list-prop ul li span {
	 font-size: 16px;
}
.property-report-details .address-area .icon-list-prop ul li img {
	 width: 24px;
}
	.apexcharts-legend-text {
		font-size: 8px !important;
		line-height: 12px !important;
		vertical-align: top;
	}
}
@media only screen and (max-width: 768px) { 
	.customer-inquiry .symbol.symbol-lg-75 .symbol-label {
		    width: 75px;
    		height: 75px;
	}
}
@media only screen and (max-width: 367px) {
    .admin-boxes .count-text {
        font-size: 20px !important;
    }
}
/*Media Query - End*/
/*left sidebar changes and top header changes css start*/
.aside {
	background: #999;
}
.profile-element .name, .profile-element .designation {
    color: #fff !important;
    cursor: pointer;
}
.profile-element {
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #ECF0F3;
    margin-bottom: 20px;
/*    height: 120px;*/
}
.left-profile-img {
    width: 50px;
    /*height: 50px;*/
    text-align: center;
    margin: 0 auto;
    background-color: #f3f6f9;
    border-radius: 50px;
   /* padding: 2px;*/
    transition: all 0.3s;
}
.left-profile-img img {
    max-width: 100%;
    margin: 0 auto;
    
    max-height: 100%;
}
#sidebar.active .profile-element .left-profile-img {
	width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 auto;
    background-color: #f3f6f9;
    border-radius: 50px;
    /* padding: 2px; */
    line-height: 40px;
}
#sidebar.active .profile-element .left-profile-img img {
    margin-bottom: 10px;
    transition: all 0.3s;
}
.profile-element .dropdown-item:hover, .profile-element .dropdown-item:focus {
	color: #6993FF;
	background-color: transparent;
}
.aside-menu {
    background-color: transparent;
}
@media (min-width: 992px){
.property-report-details ul li .btn i {
	font-size: 24px;
}
}
.brand {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ECF0F3;
    background: #f2f2f2;
}
}
@media (max-width: 991.98px){
.header-mobile {
    background-color: #4ea0bd;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
}
}
@media only screen and (max-width: 768px){
.search-bar input {
    width: auto !important;
}
}
@media(max-width: 567px) {
	#current-inquiry-label, .card-title h3.card-label {
	font-size: 1.1rem !important;
}
	.search-bar input {
    width: 150px !important;
}
.dashboard-tab .card-header {
	padding: 2rem 1rem;
}
}
.header-mobile .burger-icon span {
    background-color: #f58e18;
}
.header-mobile .burger-icon span::before, .header-mobile .burger-icon span::after {
    background-color: #f58e18;
}
.header-mobile .btn .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #f58e18;
}
#sidebar.active .aside {
    width: 50px;
}
.brand .navbar-brand-xs {
    display: none;
}
#sidebar.active .brand .navbar-brand-md {
    display: none;
}
#sidebar.active .brand .navbar-brand-xs {
    display: block;
}
#sidebar.active .brand {
    padding: 0 10px;
}
.brand {
    transition: all 0.3s;
}
.search-bar {
    position: relative;
}
.search-bar input {
    border: 1px solid #ced4da;
    font-size: 12px;
    width: 330px;
    border-radius: 0.25rem;
    height: 30px;
    padding: .375rem 2.0rem .375rem .75rem;
}
.search-bar.search-bar-referral-portfolio input {
	width: 100% !important;
} 
.help-no {
    font-size: 14px;
}
.search-bar a .fa-search {
    position: absolute;
    top: 9px;
    right: 12px;
    color: #000;
}
.search-bar button {
    position: absolute;
    top: 0;
    right: 5px;
    color: #696969;
    height: 30px;
    border: none;
    background: transparent;
}
.search-bar.search-bar-referral-portfolio button {
	right: 15px;
}
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
	background-color: transparent;
}
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text {
	color: #fff;
}
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-icon {
	color: #fff;
}
.aside-menu .menu-nav > .menu-item .menu-icon img {
    opacity: 0.5;
}
.aside-menu .menu-nav > .menu-item.menu-item-active img {
    opacity: 1 !important;
}
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: transparent;
    border-left: 2px solid #fff;
}
.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading, .aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link {
	background-color: transparent;
	color: #f58e18;
}
.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
	color: #fff;
}
.aside-menu .menu-nav > .menu-item a {
    border-left: 2px solid transparent;
}
.aside-menu .menu-nav > .menu-item:hover a {
    border-left: 2px solid #fff;
}
.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-text {
	color: #fff;
}
.aside-menu .menu-nav > .menu-item:hover .menu-icon img {
	opacity: 1;
}
.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-arrow, .aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-arrow {
    color: #f58e18;
}
.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link {
    background-color: transparent;
    border-left: 2px solid #fff;
}
.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link .menu-text {
    color: #fff;
}
.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-arrow, .aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link .menu-arrow {
	color: #fff;
}
.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-arrow, .aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-arrow {
	color: #fff;
}
.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-text {
	color: #fff;
}
.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link .menu-icon img {
	opacity: 1;
}
.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-bullet.menu-bullet-dot > span, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-bullet.menu-bullet-dot > span {
	background-color: #fff;
}
.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-bullet.menu-bullet-dot > span, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-bullet.menu-bullet-dot > span {
	background-color: #f58e18 !important;
}
.profile-element .dropdown-toggle .name::after {
    display: none;
}
#sidebar.active .profile-element .dropdown-toggle,
#sidebar.active .profile-element a {
    display: none;
}
#sidebar.active .aside-menu .menu-nav > .menu-item > .menu-link {
    padding: 9px;
}
#sidebar.active .menu-link .menu-text, #sidebar.active .menu-submenu {
    display: none;
}
.header .btn.btn-clean i, .header .btn.btn-clean svg {
    color: #f58e18;
    font-size: 20px;
}
.btn .badge.badge-up {
    position: absolute;
    top: -3px;
    right: 3px;
    border-radius: 50%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0;
    line-height: 20px;
    background-color: #e85253;
}
.header .btn.btn-clean {
    position: relative;
}
.custm-messages-top-list-show .symbol-label img {
    max-width: 100%;
}
/*left sidebar changes and top header changes css end*/
/*Property Report Page - Start*/
.proprty-report {
	padding-top: 180px;
    padding-bottom: 150px;
    background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../media/welcome/property_bg.jpg?id=8713);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
	margin-top: 74px;
}
.proprty-report h1 {
	font-size: 40px;
	color: #fff;
    font-weight: 600;
}
#home-page .proprty-report p {
	font-size: 15px;
	color: #fff;
    font-weight: 300;
}
.proprty-report form.property-report {
	display: inline-block;
	max-width: 600px;
	width: 100%;
}
.proprty-report form.property-report .left-part {
	display: inline-block;
	float: left;
    width: 60%;
    position: relative;
    overflow: visible;
	vertical-align: top;
}
.proprty-report form.property-report .left-part .error {
	color: #fff;
    text-align: left;
    padding: 5px 18px;
    display: inline-block;
    width: 100%;
    font-weight: 400;
}
.proprty-report form.property-report .right-part {
	padding: 0px 15px;
	display: inline-block;
	float: left;
	width: 40%;
	vertical-align: top;
	text-align: center;
}
.proprty-report ul.typeahead.dropdown-menu {
    list-style: none;
    width: 100%;
}
.proprty-report form.property-report  ul > li {
	padding-left: 0px;
	margin-bottom: 0px !important;
	font-size: 14px;
}
.proprty-report form.property-report  ul.typeahead > li::before {
	display: none !important;
}
.proprty-report form.property-report input[name="your_property_address"] {
	display: inline-block;
    float: left;
    width: 100%;
    border-radius: 5px;
    padding: 0px 20px;
	height: 50px;
    font-size: 16px;
}
.proprty-report form.property-report input::-webkit-input-placeholder {
    font-size: 16px;  
}
.proprty-report form.property-report input::-moz-placeholder {
    font-size: 16px;  
}
.proprty-report form.property-report input::-ms-input-placeholder {
    font-size: 16px;  
}
.proprty-report form.property-report input::placeholder {
    font-size: 16px;  
}
.proprty-report form.property-report .right-part button[name="get_started_btn"] {
	width: 100%;
	display: inline-block;
	height: 50px;
	border-radius: 5px;
	border: 0;
	background-color: #f58e18;
	color: #fff;
	max-width: unset;
	outline: 0px;
    font-weight: 500;
    font-size: 16px;
}
.proprty-report form.property-report .right-part button[name="get_started_btn"]:hover {
	background-color: #e27002;
}
/*Property Report Page - End*/
/*home page stat*/
#home-page h2.title {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    line-height: 40px;
}
#home-page h2.title:after {
   position: absolute;
    content: "";
    height: 3px;
    width: 20%;
    background-color: #f58e18;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.grey-bg {
    background-color: #f1f1f1 ;
}
#home-page h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}
p {
    font-size: 15px;
    font-weight: 300;
    color: #696969;
}
.property-value-estimate h2 {
    color: #343434;
}
.property-value-estimate ul {
    padding: 0;
}
.property-value-estimate ul li {
    font-size: 15px;
    margin-bottom: 20px!important;
    list-style: none;
    padding-left: 15px;
    position: relative;
}
.property-value-estimate ul li:before {
    content: "";
    top: 9px!important;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.action-button .btn {
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
    background-color: #f58e18;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px!important;
    padding: 13px 15px;
}
.action-button .btn:hover  {
    background-color: #e27002!important;
    border-color: #e27002!important;
 } 
 .image-area img {
    height: 76px;
 } 
 .footer {
    font-weight: 300;
}
 .footer ul li a {
    font-size: 16px;
 }
 .footer ul li a:hover {
    color: #f58e18 !important;
}
 /*home page end*/
 /*about us page start*/ 
 .breadcrumbs-area .page-title h1 {
    position: relative;
 }
  .breadcrumbs-area .page-title h1:before {
   position: absolute;
    content: "";
    height: 2px;
    width: 11%;
    background-color: #f58e18;
    bottom: -5px;
    left: 0;
    right: 0;
}
 .breadcrumbs-area .page-title h1.h2 {
    font-size: 30px !important;
    font-weight: 600;
}
.breadcrumbs-area.grey-bg {
    background-color: #F2F2F2!important;
}
.who-we-are .title {
}
.title {
    position: relative;
}
.title:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 20%;
    background-color: #f58e18;
    bottom: -15px;
    left: 0;
    right: 0;
}
h2, .h2 {
    font-size: 30px;
}
.h2, .h3, h2, h3 {
   font-weight: 700;
   color: #343434!important;
}
.breadcrumb-item + .breadcrumb-item:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.mission-vision-block {
    -webkit-box-shadow: 0 2px 10px 2px rgba(194,194,194,1);
    -moz-box-shadow: 0 2px 10px 2px rgba(194,194,194,1);
    box-shadow: 0 2px 10px 2px rgba(194,194,194,1);
    height: 100%;
    padding: 30px;
    border-radius: 10px;
}   
/*about us page end*/  
.swal2-styled.swal2-confirm {
    background-color: #f58e18 !important;
    border-color: #f58e18 !important;
}
.swal2-styled.swal2-confirm:hover {
    background-color: #e27002;
    border-color: #e27002 !important;
}
/*contac us page start*/
#contact-us {
    background-image: url(../media/bg/contact-bg.png);
    background-position: top center;
    background-size: cover;
}
.contact-icon-area img {
    max-width: 100px;
}
.contact-us-sec .action-button .btn {
    width: 215px;
}
.contact-us-sec p {
    font-size: 14px;
}
.contact-us-sec .contact-details-text {
    min-height: 65px;
}
.contact-us-sec form input, .contact-us-sec form textarea {
    border-radius: 20px;
}
.contact-us-sec .form-control {
    padding: 1.7rem 1rem;
}
.contact-us-sec form a.btn{
    background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
    border: none;
    border-radius: 20px;
    font-size: 16px;
     border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.contact-us-sec form a.btn:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}  
.contact-us-sec .form-control:focus {
    border-color: rgba(245, 142, 24, 0.8);
}  
/*contac us page end*/
.h4, h4 {
	line-height: 34px;
	padding: 23px 0 0;
	font-weight: 600;
	font-size: 22px;
	color: #343434;
}
.privacy-policy  ul{
	margin: 0;
	padding: 0;
}
.terms-conditions ol {
	margin: 0;
	padding-left: 10px;
}
.privacy-policy  ul li {
	list-style: none;
	position: relative;
	font-size: 15px;
	padding-left: 15px;
}
.terms-conditions ol li {
	font-size: 15px;
	padding-left: 5px;
}
.terms-conditions ol li::marker {
    font-weight: bold;
}
.privacy-policy  ul li:before {
    content: ""!important;
    top: 7px!important;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.bootstrap-autocomplete.dropdown-menu.show {
	overflow-y: scroll;
    height: 200px;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #fff !important;
}
.contact-us-sec .envelope-img {
   max-width: 250px;
}
/** Home **/
#home-page .dropdown-menu > li > a, #home-page .dropdown-menu > .dropdown-item{
    display: inherit;
}
#home-page .proprty-report .second-line{
    color: #FFF !important;
}
#home-page .proprty-report .third-line{
    width: 74%;
    margin: auto;
    font-size: 16px;
}
#home-page .proprty-report .third-line span{
   font-weight: bold;
   color: #f58e18;
}
.property-value-estimate .report-img img {
max-width: 380px;
margin: 0px auto;
}
.property-value-estimate ul li > strong {
font-size: 18px;
}
.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-text {
	color: #f58e18;
}
.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-bullet.menu-bullet-dot > span, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-bullet.menu-bullet-dot > span {
	color: #f58e18 !important;
}
.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-link .menu-text {
	color: #f58e18 !important;
}
.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-heading .menu-bullet.menu-bullet-dot > span, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #f58e18;
}
