@import url('https://use.fontawesome.com/releases/v5.7.2/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html, body {
    min-height: 100%;
}

html {
  scroll-behavior: smooth;
}
body {
	 font-family: 'Poppins', sans-serif !important;
    background: #f8f9fb !important;
    font-size: 13px !important;
    color: var(--text-color) !important;
    letter-spacing: 0.2px !important;
}
*{
	padding:0px;
	margin:0px;
	letter-spacing: 0.2px;
}
:root {
  --primary-color: #4384da;
  --secondary-color: #ee6121;
  --text-color: #2e3135;
   --red-color:#eb1b23;
   --yellow-color:#fcb01c;
   --yellow-green:#c3b060;
   --montFamily:  'Montserrat', sans-serif !important;
         /* 
	--brand-color:#2c7be5;
	 --brand-forecolor:white;
    --btn-color: #808080; */
   
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    opacity: 0.4;
}
/*--------Global Css ------*/

a{
	cursor:pointer;
}
.gap_15{
	margin-left:-7.5px;
	margin-right:-7.5px;
}
.gap_15>div{
	padding-left:7.5px;
	padding-right:7.5px;
}
.padd_15{
	padding:15px;
}
.mb_20{
	margin-bottom:20px;
}
a {
    text-decoration: none;
}
a.blue_txt{
	color:var(--primary-color)
}
a.blue_txt:hover{
	text-decoration:underline;
}
img {
    max-width: 100%;
}
button, .btn{
	box-shadow: none !important;
    outline: none !important;
}
.clr_blue{
	color: var(--primary-color) !important;
}
.wht_bx {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}
li#accountmenu ul.dropdown-menu.submenu li a {
    text-align: left !important;
}
.fnt_20 {
    font-size: 20px;
    font-weight: 600;
}
.mt_15 {
    margin-top:15px;
}
.mt_20 {
    margin-top: 20px;
}
.mt_25 {
    margin-top: 25px !important;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
 
::-webkit-scrollbar-track {
  background: #c7c7c7;
}
 
::-webkit-scrollbar-thumb {
  background-color: #acabab;
}
ol#pbar::-webkit-scrollbar {
    width: 4px;
  height: 4px;
}
.bootbox.modal {
    padding: 15px !important;
}
/*button Css*/
.cstm_btn {
    border: none;
    padding: 10px 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #e6e6e6;
    border-radius: 14px;
    font-weight: 600;
    color: #34465d;
    font-size: 13px;
    transition: ease-in-out 0.5s;
    min-width: 120px;
    text-align: center;
    height: 42px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
	box-shadow: 0 1px 6px #0000000d !important;
	font-family:var(--montFamily);
}
.redbtn.brdr_btn {
    background: #F4F6F8;
    color: #4B5563;
    border: 1px solid #D7DCE2;
}
.redbtn.brdr_btn:hover, .redbtn.brdr_btn:focus{
	background: #E9EEF3;
	color: #4B5563;
    border: 1px solid #D7DCE2;	
}
.cstm_btn:hover{
	background:#d5d5d5;
	color: #34465d;
}
.cstm_btn:active{
	transform: scale(0.97);
	transform-origin: center;
	transition: ease-in-out .1s;
}
.cstm_btn.w-100:active {
    transform: scale(0.99);
    transform-origin: center;
    transition: ease-in-out .1s;
}

.brndclr_btn {
    background:var(--btn-color);
    color: var(--btn-forecolor);
}
.brndclr_btn:hover, .brndclr_btn:focus{
	background:var(--btn-color);
	color: var(--btn-forecolor);
}
.redbtn, .redbtn:hover, .redbtn:focus{
    background: var(--red-color);
    color: #fff;
}
.sm_btn {
    font-size: 13px;
    padding: 7px 15px;
    min-width: auto;
    height: 34px;
}

.req_field:after {
    content: '*';
    color: #eb1b23;
    margin-left: 2px;
}


/*button Css closed here */

/*-------------*/

.eqfx {
	color: #a31e39 !important;
}
.exp {
	color: #25488f !important;
}
.trn {
    color: #06a6cb !important;
}

.gren_bg {
    background: #31bc4b !important;
}
.blue_bg {
    background: var(--primary-color) !important;
}
.red_bg {
    background: var(--red-color) !important;
}
.orng_bg {
    background: #d9632f !important;
}
.blue_color{
	color:  var(--brand-color) !important;
}
.gren_color{
	color: #31bc4b !important;
}
.white_color{
	color: #fff !important;
}

.grey_bg {
    background: #8b8b8b !important;
}
.yellow_bg{
	background:  var(--yellow-color) !important;
}
.yellow_green_bg{
	background:  var(--yellow-green) !important;
}
.sub_heading {
    font-size: 19px;
    font-weight: 600;
	color:#33455c;
}

.form-control {
    outline: none !important;
    padding: 6px 12px;
    height: 42px;
    border: 1px solid #e0e2e4;
    box-shadow: none !important;
    border-radius: 10px !important;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #5e6e82;
	margin-left:0 !important;
}
select.form-control {
    appearance: auto;
}
.control-label {
    font-size: 13px;
    color: #34465d;
    font-weight: 600;
    margin-bottom: 5px;
	line-height: 15px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f0f2f5;
    opacity: 1;
}
.form-control:focus {
    border-color: rgb(208 208 208 / 49%);
    box-shadow: 0 0 2px rgb(181 181 181 / 59%) !important;
}

.form-group {
    margin-bottom: 15px;
}

.modal {
    z-index: 9999999;
}
.modal-backdrop.show {
    z-index: 99999;
}

.modal .modal-dialog {
    max-width: 807px !IMPORTANT;
    margin: 0 auto;
    left: 0;
    right: 0;
	width: 100%;
}
.modal-header button.close {
    background: none;
    color: #fff;
    opacity: 1;
    box-shadow: none;
    border: none;
    text-shadow: none !important;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 32px;
    font-weight: 400;
    line-height: 21px;
}

.modal-header {
    height: 60px;
    justify-content: center;
	 background:var(--brand-color);
	 color:var(--brand-forecolor);
}
.modal-title, .modal-header button.close{
	 color:var(--brand-forecolor);
}
.modal-body p{
	text-align: center !important;
}
.bootbox .modal-header h4.modal-title, .bootbox .modal-header h4.modal-title h2 {
    font-size: 20px;
	font-family: var(--montFamily);
}
.modal-header h4.modal-title, .modal-header h4.modal-title h2 {
    font-size: 18px;
    font-weight: 600;
	text-align:center;
	margin:0;
	font-family: var(--montFamily);
}
textarea.form-control {
    border-radius: 12px !important;
}
.bootbox.modal .modal-footer button.btn {
    font-size: 12px;
    padding: 5px 15px;
    text-transform: uppercase;
    height: 32px;
    display: inline-block !important;
    min-width: 70px;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 0.5px;
	box-shadow: 0 1px 3px #00000021 !important;
	font-family: var(--montFamily);
}
.bootbox.modal .modal-footer button.btn:active{
	transform: scale(0.97);
	transform-origin: center;
	transition: ease-in-out .1s;
}
.bootbox.modal .modal-footer button.btn[data-bb-handler="ok"], .bootbox.modal .modal-footer button.btn[data-bb-handler="confirm"], .bootbox.modal .modal-footer button.btn[data-bb-handler="success"] {
   color: var(--btn-forecolor) !important;
	background: var(--btn-color);
    border-color: var(--btn-color);
}
.bootbox.modal .modal-footer button.btn[data-bb-handler="cancel"]{
    background: #F4F6F8;
    color: #4B5563 !important;
    border: 1px solid #D7DCE2;
}
.bootbox-body, .bootbox-body p {
    color: #171717;
    font-size: 14px;
    font-weight: 400 !important;    
}
.bootbox-body b {
    font-weight: 400 !important;
}
.bootbox-body p {
	margin: 0 0 10px;
}
.bootbox-body p b {
    font-weight: 400;
}
.bootbox-body p:last-child {
    margin: 0 0 7px;
}
.bootbox-body p b:not(:last-child) {
    display: inline-block;
    padding-bottom: 10px;
}
.modal-body .bootbox-body {
    padding:15px 0;
    text-align: center;
}

.red_color {
    color: var(--red-color) !important;
}

.text-danger{
	color:var(--red-color);
}
.input-validation-error {
    border-color: rgb(217 71 71 / 28%);
    box-shadow: 0 0 3px rgb(217 71 71 / 43%) !important;
}
.field-validation-error {
    font-size: 12px;
    font-weight: 500;
}
body.modal-open, body.modal-open2{
    padding-right: 0px !important;
    overflow-y: auto !important;
}
.bootbox.modal .modal-dialog {
    width: 570px;
}
.modal {
    opacity: 1 !important;
}
.modal-backdrop.fade {
    opacity: .5;
}
.modal.fade .modal-dialog {
    transform: none;
}
.smibld {
    font-weight: 600;
}
.regulr_txt {
    font-weight: 500;
}
.table-responsive {
    border: 1px solid #c8ced7;
}

.mailVerify{
	position:relative;
}
.mailVerify .form-control {
    padding-right: 80px !important;
}
#veryfied {
    position: absolute;
    right: 8px;
    top: 24px;
    height: 42px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #222;
    font-weight: 500;
}
#veryfied > b > i {
	display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    line-height: 10px;
    font-size: 11px;
}
#veryfied > b > i:before {
	display: inline-block;
    margin: 0 0 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
}
#veryfied ul {
    margin: 0;
}
#veryfied ul > li {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    color: #222;
    font-weight: 500;
    line-height: 14px;
}
#veryfied ul > li > i {
    display: inline-block;
    text-align: center;
    position: static;
    width: auto;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 5px;
}
/*--------------------*/
[title="Download"], i.fas.fa-download {
    color: #4384da !important;
}

.round_boxes.red_bg {
    background: rgb(217 71 71 / 15%) !important;
    color: #eb1b23 !important;
}
.round_boxes.gren_bg {
    background: rgb(49 188 75 / 15%) !important;
    color: #16ab32 !important;
}

.round_boxes.grey_bg {
    background: rgb(139 139 139 / 15%) !important;
    color: var(--text-color) !important;
}
.Charge_off.blue_bg, .round_boxes.blue_bg {
    background: rgb(45 123 231 / 15%) !important;
    color: #4384da;
}
.round_boxes.orng_bg {
    background: rgb(206 109 9 / 23%) !important;
    color: #d9632f !IMPORTANT;
}
.round_boxes.yellow_bg {
    background: rgb(255 191 0 / 16%) !important;
    color: #bd9418 !important;
}
.round_boxes.yellow_green_bg {
    background: rgb(51 0 255 / 16%) !important;
    color: rgb(89 52 239) !important;
}

div#loader, .tdLoadingOverlay {
    left: 50% !important;
    transform: translate(-50%, 0px);
    width: 100%;
    height: 100vh;
    display: block;
    background: transparent;
    color: var(--brand-color);
    position: fixed;
    top: 0;
    z-index: 9999;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
div#loader >div, .tdLoadingOverlay >div {
    letter-spacing: 2.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    max-width: 400px;
    min-width: 275px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--brand-color);
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}
div#loader i, .tdLoadingOverlay i{
	display: block;
    text-align: center;
    margin: 0 auto 10px;
    font-size: 27px;
}

.validation-summary-errors ul {
    list-style: none;
    color: var(--red-color);
    padding: 0;
    border-radius: 3px;
    margin-bottom: 8px;
}

/* Error Page CSS */
.error_page_sec {
    display: flex;
    align-items: center;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    justify-content: center;
}
.error_page_sec .wht_bx {
    padding: 40px 25px;
    max-width: 700px;
    margin: 15px auto;
    text-align: center;
}
.error_page_sec h2 {
    font-size: 66px;
    line-height: 60px;
    margin: 0 0 25px;
}
.error_page_sec .fa-frown {
    margin: 0 0 20px;
}
.error_page_sec h3 {
    font-size: 26px;
    margin: 0 0 15px;
}
.error_page_sec p {
    font-size: 16px;
    margin: 0;
}
.error_page_sec p br {
    display: none;
}
.error_page_sec p span {
    text-align: center;
    margin: 25px 0 0;
}

/*------------main layout css start --------------*/

.Chart .anychart-credits{
	display:none;	
}
main.main_cntnt {
    width: 100%;
	padding:30px 20px;
	margin-left: 270px;
	transition: ease-in-out .5s;
}
button.navbar-toggler {
    padding: 0;
    margin-right: 10px;
	vertical-align:middle;
}
.navbar-brand {
	font-weight: 600;
    color:var(--brand-color);
    font-size: 22px;
    padding: 0 !important;
    margin: 0;
	vertical-align: middle;

}
.navbar-brand:hover {
    color:var(--brand-color);

}

.btn:focus{
	outline:none;
	box-shadow:none;
}
a.username_text {
    color: var(--text-color);
    font-size: 15px;
    padding-left: 10px;
    min-width: 130px;
    display: inline-block;
    text-align: left;
    text-transform: capitalize;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    padding-right: 5px;
}

.main_heading {
    font-size: 24px;
    font-weight: 600;
}
.logo_bx img {
    max-width: 150px;
    padding: 10px;
}
header.header {
    position: fixed;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 9999;
    box-shadow: 0 0 7px rgb(0 0 0 / 12%);
}

main.main_cntnt {
    padding-top: 85px;
}

/*--------- CSS start here -----------*/

.signup_header {
    z-index: 9999;
    box-shadow: 0 0 7px rgb(0 0 0 / 12%);
    padding: 18px 25px;
	background: var(--brand-color);
    color: var(--brand-forecolor);
	border-radius: 12px 12px 0 0;
}
.signup_header h2 {
    font-weight: 700;
    color: var(--brand-forecolor);
    font-size: 20px;
    padding: 0 !important;
    margin: 0;
    vertical-align: middle;
	font-family:var(--montFamily);
	line-height: normal;
}
.signup_header h2 a {
    color: inherit !important;
	outline: none;
}
.signup_header h2 a:focus{
	outline: none;
}
.top_agrment_txt {
    margin-bottom: 25px;
}
.top_agrment_txt p {
    font-size: 13px;
	color: var(--text-color);
    margin: 5px 0 0;
    line-height: normal;
}
.wlcm_txtrow {
    background: #fff;
    padding: 20px 20px 20px 145px;
    border-radius:12px;
    margin: 0px 0 15px;
    position: relative;
    box-shadow: 0 2px 4px rgb(0 0 0 / 08%);
	margin-left: 75px;
}
body .wlcm_txtrow h3 {
    margin: 0 0 6px;
    color: var(--text-color);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
	font-family:var(--montFamily);
}
body .wlcm_txtrow p {
    font-size: 13px;
    color: var(--text-color);
    line-height: normal;
    margin-bottom: 0;
}
.wlcm_txtrow h3 i {
    font-size: 42px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 125px;
    min-width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-color);
    color:var(--brand-forecolor);
	border-radius: 12px;
}
.wlcm_txtrow h3 i:before {
    text-shadow: 0 5px 5px rgb(0 0 0 / 12%);
}
section#Welcome .top_agrment_txt {
    padding-left: 130px;
    position: relative;
}
section#Welcome .top_agrment_txt:before {content:'';height: 110px;width: 110px;position:absolute;left:0;top:0;background: #f9f9f9;border-radius: 150px;}
section#Welcome .top_agrment_txt:after{
       content: "\e05d";
       font-family: "Font Awesome 5 Free";
       font-size: 40px;
       font-family: "Font Awesome 5 Pro";
       font-weight: 300;
       -webkit-font-smoothing: antialiased;
       display: inline-block;
       font-style: normal;
       font-variant: normal;
       text-rendering: auto;
       line-height: 1;
       position: absolute;
       left: 29px;
       top: 39px;
       color: var(--brand-color);
}

section#Welcome .wlcm_txtrow.first_txtrow {
    margin-top: 45px !important;
}
section#Welcome .wlcm_txtrow.first_txtrow {
    margin-top: 45px !important;
}
section#Welcome .wlcm_txtrow:before{
    content:'1';
    height: 36px;
    width: 36px;
    position:absolute;
	left: -56px;
    background: var(--brand-color);
    color: var(--brand-forecolor);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: var(--montFamily);
    font-size: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}
section#Welcome .wlcm_txtrow:nth-child(3):before{content:'2';}
section#Welcome .wlcm_txtrow:nth-child(4):before{content:'3';}
section#Welcome .wlcm_txtrow:nth-child(5):before{content:'4';}
section#Welcome .wlcm_txtrow:nth-child(6):before{content:'5';}
section#Welcome .wlcm_txtrow:last-child:before{content:'6';}

section#Welcome .wlcm_txtrow:after{
    content:'';
    height: calc(100% + 15px);
    width: 3px;
    background:#eee;
    display: block;
    position: absolute;
	left: -38px;
    top: 50px;
    border-radius: 4px;
}
section#Welcome .wlcm_txtrow:last-child::after{
    display:none;
}
/*--- Agreement page css start here ---- */
.agreemnt_ifno {
    font-size: 14px;
	color:#686c70;
	font-weight:400;
	margin-bottom: 13px;
	font-family: var(--montFamily);
}
.agreemnt_ifno  .bld_title{
	color:var(--text-color);
	font-weight:bold;	
}
.agreemnt_ifno .last_spn{
	padding-left:80px;
}
.agrrement_sec iframe {
    width: -webkit-fill-available;
    height: calC(100vh - 324px);
    margin-left: -7px;
    margin-right: -7px;
	min-width: 100%;
}
.agrrement_sec h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 !important;
	font-family:var(--montFamily);
}
.agrrement_sec h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
	font-family:var(--montFamily);
}
.btm_agrmnt label span {
    margin-right: 8px;
    min-width: 15px;
}
.btm_agrmnt label span:last-child{
	margin-right: 0px;
}
.btm_agrmnt label input {
    height: 15px;
    width: 15px;
    margin-right: 0;
	min-width: 15px;
	position: relative;
    bottom: -3.4px;
}
.btm_agrmnt label {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: start;
}
.btm_agrmnt label span p {
    color: #7d7d7d;
}
.welcome_page .agrrement_sec {
    padding-top: 0;
}



.thre_bx>div {
    width: 100%;
    padding: 0 3px;
}
.thre_bx {
    display: flex;
	margin-left: -3px;
    margin-right: -3px
}
.thre_bx>.date_bx, .thre_bx>.yer_bx {
    max-width: 130px;
}
.frm_infotxt {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 600;
    display: block;
    line-height: 19.2px;
    padding: 0 15px;
	font-family: var(--montFamily);
}
.cust_sec .form_header {
    justify-content: space-between;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
	padding: 15px 0 15px;
    margin-bottom: 25px;
}
.form_header span {
    min-width: 120px;
}
.cards_div {
    height: 50px;
    display: flex;
    align-items: center;
    margin: 20px 0 15px;
}
.cards_div img {
    max-height: 44px;
}
.rest_div {
    position: relative;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 12px !important;
    margin: 0 0 15px;
    overflow: hidden;
    display: inline-flex;
    width: auto;
    border: 1px solid #F3F3F3;
    align-items: center;
}
.reset_sec {
    position: absolute;
    right: 6px;
    top: 6px;
}
.clearButton {
    width: 37px;
    min-width: 37px;
    height: 37px;
    border-radius: 100%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--red-color) !important;
    font-size: 14px;
    background: #fff;
}
.welcome_page .top_agrment_txt p {
    margin: 10px 0 0;
}
.checkbox_terms .check_label {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    color: var(--text-color);
    word-break: break-word;
    line-height: normal;
}
.checkbox_terms .check_label input {
    height: 15px;
    width: 15px;
    margin: 4px 10px 0 0;
    min-width: 15px;
}
.submitbtn.mt-4 {
    margin-top: 25px !important;
}
.form-control-static {
    font-size: 12px;
    margin: 3px 0 0;
}
.form-control-static b {
    font-weight: 500;
}

.container.bodycntnr, section#Welcome {
    max-width: 1200px;
	margin: 0 auto;
}
.bodycntnr {
    padding-top: 15px;
    padding-bottom: 15px;
}
.agrrement_sec {
    padding: 15px;
}
.bodycntnr .agrrement_sec{
	padding: 0px;
}

/* ============================= */

.discloser-wrapper, section#SigningRequest {
	max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.discloser-wrapper .score_box {
    border-radius: 12px;
}
.contract_details  figure.table {
    overflow: auto;
	width: auto !important;
}
.discloser-wrapper h4 {
    font-size:19px;
}
.discloser-wrapper h2 {
	margin-bottom: 20px !important;
}
.user_info_txt {
    margin: 5px 0 15px;
}
.user_info_txt p{
    color: #5e6e82;
    font-size: 12px;
    margin: 0;
}
.semi-bold {
    font-weight:600;
}
.disable-click {
	pointer-events: none;
}
.discloser-wrapper h2 {
    margin-bottom: 15px !important;
}
.digital_sign .rest_div {
    margin: 0 0 10px;
}
.digital_sign .control-label {
    display: block;
}

.info_box .wht_bx a {
    color: inherit;
}
.company_info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 -8px;
}
.cmpny_img {
    width: 300px;
    min-width: 300px;
    height: 300px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    border: 1px solid #eee;
}
.company_info > .info_box {
    margin: 0 8px 10px;
    width: calc(60% - 16px);
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.info_txt .info_label {
    font-size: 16px;
    color: #363d46;
    font-weight: 500;
    display: block;
    margin: 6px 0 0;
    line-height: 18px;
}
.company_address  .info_txt .info_label{
	margin:0px;
	font-size: 14px;
	line-height: normal;
}
.info_txt .info_label a{
	color: #363d46;
	word-break: break-word;
}
.company_address .flex-shrink-0 {
    width: 70px;
    height: 59px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 25px;
	background: #f9f9f9;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border: 1px solid #eee;
}
.company_address .flex-shrink-0 a{
	color:var(--brand-color);
}
.company_address >.d-flex {
    margin-bottom: 6px;
}

.agreement-down .sbmt_sign {
    margin-right: 15px;
}
.agreement-down .sbmt_sign.crdt_sbmt.sngle_btn {
    margin-left: 20px;
    margin-right: 0 !important;
}
.agreement-down {
    display: flex;
    margin-top: 25px;
}
.company_address .info_txt {
    background: #fff;
    color: var(--brand-forecolor);
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    position: relative;
    margin-left: 4px;
    border-radius: 12px;
    padding: 10px 12px;
    width: 100%;
    border: 1px solid #eee;
    height: 59px;
    display: flex;
    align-items: center;
	word-break: break-word;
}
.company_address {
    margin-left: 20px;
	padding-right: 5px;
}
.cmpny_info {
    margin-top: 20px;
}
.info_box .wht_bx a {
    color: inherit;
}
.thank_you_padd {
    padding: 25px 20px;
}
.agrr_msg {
    max-width: 700px;
    margin: 50px auto;
    padding: 30px 30px;
	text-align: center;
	font-size: 28px;
    font-weight: 600;
}
.agrr_msg h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
	text-align: center;
}
.agrr_msg h2 label {
    font-weight: inherit;
}
.ach_from {
    padding-bottom: 50px;
}
/* azhar css start */
.alert {
    padding: 0.5rem 1rem;
    font-size: 13px;
}
.alert-secondary {
    color: #41464b;
    background-color: #efefef;
    border-color: #efefef;
}
.grey-box {
    background: #f8f9fb;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #d8e2ef;
}
.white-box {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #d8e2ef;
    margin-bottom: 1em;
    height: calc(100% - 1em);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	overflow: hidden;
}
.white-box h4 {
    color: #34465d;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 1.15em;
    border-bottom: 1px solid #d8e2ef;
	background: #eee;
	display: flex;
    justify-content: center;
    align-items: center;
}
.proof_id {
    font-size: 16px;
    color: #eb1b23;
}
.id-box {
    border-right: 1px solid #d8e2ef;
    border-bottom: 1px solid #d8e2ef;
	padding: 15px 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.proof_div .proof_id {
    min-height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 14px;
    font-weight: 500;
}
.id-box br {
    display: none;
}
.id-box img {
    margin-bottom: 0.5em;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.id-box img:hover {
    -moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.id-box small {
    line-height: 16px;
	font-weight: 500;
}
.id-box-wrapper .row > div:nth-child(2) .id-box, .id-box-wrapper .row > div:nth-child(4) .id-box {
    border-right: none;
}
.id-box-wrapper .row > div:nth-child(3) .id-box, .id-box-wrapper .row > div:nth-child(4) .id-box {
    border-bottom: none;
}
.file-upload-wrapper {
    position: relative;
}
.file-upload-input {
    width: 100%;    
    outline: none !important;
    padding: 6px 12px;
    height: 42px;
    border: 1px solid #e0e2e4;
    box-shadow: none !important;
    border-radius: 10px !important;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #5e6e82;
    margin-left: 0 !important;
    text-indent: 120px;
}
.file-upload-input:focus {
    border-color: rgb(208 208 208 / 49%);
    box-shadow: 0 0 2px rgb(181 181 181 / 59%) !important;
}
.file-upload-button {
    background: #e6e6e6;
    border: none;
    padding: 5px 13px;
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 10px;
}

/*azhar css end*/

.form-group .checkbx_txt {
    margin: 6px 0 0;
}

 .agrrement_sec table td {
	width: 50%;
/*	display: block;
	float: left;*/
	padding: 1.5em;
	border-right: 1px solid #d8e2ef;
	border-bottom: 1px solid #d8e2ef;
	
}
/*sandeep css start*/
.contract_table table td {
    width: 50% !IMPORTANT;
    padding: 1.5em 1em 3em;
  
}
.bootbox-confirm .modal-footer button.btn.btn-default.btn---red.bts.btnNo {
    order: 2;
}
.bootbox-confirm .modal-footer button.btn.btn.btn---green.pull-left {
    order: 1;
}
/*sandeep css end*/
.proof_div table {
	width: 100% !important;
}

.proof_div .proof_id {
	padding: 17px 10px;
	flex-direction: column;
}
.proof_div .proof_id i {
    display: block;
    width: 100%;
    font-size: 26px;
    margin-bottom: 10px;
    color: #888;
}
.proof_div table tr:after {
	content: '';
	display: block;
	text-align: center;
	clear: both;
	width: 100%;
	background: #f7fbff !important;
}

.sbmt_sign.crdt_sbmt input#Savebtn {
    box-shadow: none !important;
}
.credit_brnd {
    display: flex;
    justify-content: space-between;
	align-items:center;
    border: 1px solid #d8e2ef;
    border-radius: 12px;
    margin-bottom: 15px;
}
.credit_brnd h1, .credit_brnd h3 {
    margin-bottom: 0;
	text-align: left;
}

.document_form {
    border: 1px solid #c8ced7;
    border-radius: 5px;
    padding: 15px 15px;
    background: #f8f9fb;
}
.credit_brnd h1 {
    font-size: 26px !important;
    font-family: 'Montserrat', sans-serif !important;
}
.credit_brnd h1 input {
    display: none;
}
.check_wth_btn {
    display: flex;
    align-items: center;
}
.check_wth_btn input {
    margin-right: 3px;
}
.proof_div .id-box-wrapper, .proof_div .id-box-wrapper>.row {
    height: 100%;
}


body.fade_page {
    height: calc(100vh - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}
.fade_page h2.text-center {
    font-size: 19px;
}
.fade_page .wht_bx {
    padding: 30px 80px 60px;
    border-radius: 12px;
    max-width: 460px;
	box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    width: 100%;
}
.checkbox_terms .check_label .check_input {
    display: inline-block;
    min-width: 15px;
    margin: 4px 8px 0 0;
}
.checkbox_terms .check_label .check_input input {
    margin: 0;
}
.modal .modal-content {
    border: 1px solid #00000000 !important;
}


.sign_agremnt_box {
   
}
.sign_agremnt_box .col {
    text-align: left;
}


.sign_agremnt_box {
     padding: 10px 0;
    text-align: left;
    max-width: 550px;
    margin:30px auto;
}
.sign_agremnt_box .row .col:first-child {
    width: 230px;
    max-width: 230px;
	min-width: 230px;
	max-height: 230px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.sign_agremnt_box .row {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.sign_agremnt_box .row .col:first-child img {
	max-height: 150px !important;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}
.sign_agremnt_box .col h4 {
    font-size: 14px;
    margin: 0;
	word-break: break-word;
	    text-align: left;
}
div#ShowAgreeementUser > .clearfix {
    font-size: 0;
}

div#ViewAgreementModal {
    padding: 10px !important;
}

.sign_agremnt_box .row .col:last-child >div {
    padding: 5px 0;
}

.crdt_motrg .credit_brnd img {
	max-width: 200px;
}



div#documentproof .cstmrform.crdt_motrg2.grey-box, .creditM_body .document_form {
    padding: 0;
    border: none;
    background: none;
}
.brdr_head {
    border-left: 5px solid #808080;
    padding: 5px 10px;
}
.doc_upload .alert {
    padding: 7px 8px;
    font-size: 12px;
}
.company_address .d-flex {
    margin-bottom: 12px;
}

.cmpny_img span {
    display: flex;
    height: 140px;
    align-items: center;
    justify-content: center;
}
.cmpny_img img#imglogo {
	max-height: 70%;
}



.brdr_head span.steps {
    position: absolute;
    left: 0;
    background: #55555514 !important;
    padding: 15px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    min-width: 100px;
	font-family: var(--montFamily);
	font-weight: 800;
}
.creditM_body h3.brdr_head {
    padding: 12px 10px;
	font-family: var(--montFamily);
}

.creditM_body .credit_brnd, .shadw_2 {
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}
.creditM_body .wht_bx {
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}
.creditM_body .credit_brnd {
    height: 70px;
    padding: 10px 15px;
	margin-bottom: 6px;
}

.lft_txt p, .lft_txt h3 {
    margin: 0 !important;
}




.master_link .info_section .cmpny_img {
    width: 300px;
    min-width: 300px;
	height: 179px;
    margin-bottom: 0;
}
.master_link .media_box svg {
    width: 94px;
    height: 90px;
    min-width: 94px;
}
.master_link .media_box h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 12px 0 6px !important;
}
.master_link .media_box .media-body {
    margin: 8px auto 0;
	max-width: 800px;
}
.master_link .info_txt .info_label {
	font-size: 16px;
}
.master_link .info_txt span {
	font-size: 13px;
}
.master_link .company_info > .info_box{
	margin:9px 10px;
    width: calc(50% - 20px);
}
.master_link .info_section .cmpny_img img {
    max-height: 70% !important;
}
.home_sec.master_link{
	max-width: 1320px;
	padding:0 15px;
	margin: 0 auto;
}
.home_sec.master_link .media_box {
    display: block;
    text-align: center;
}
.home_sec.master_link .form-group span {
    font-size: 12px;
}
.home_sec.master_link .form-group {
    margin-bottom: 30px;
}
select.form-control {
    background: #fff url(/Content/Images/NewImages/select_arrow.png) no-repeat;
    background-position: center right 9px;
    background-size: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 22px;
}
.thank_you_padd .cmpny_img {
    height: 140px;
    margin: 0 auto;
    max-width: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    border-radius: 500px !important;
}
.thank_you_padd .company_address .d-flex {
    margin-bottom: 6px;
    margin-top: 6px;
}
.thank_you_padd .company_address {
    margin-left: 0;
    margin-top: 15px;
}
.checkbox_terms span {
    font-size: 12px;
    text-align: left !important;
}
.cstmrform a#SaveBtn {
    min-width: 200px;
}
div#smoothed {
    min-width: 362px;
	width:inherit;
    margin-right: 22px;
}
.cstmrform .submitbtn.mt-4 {
    padding-left: 25px;
    margin-top: 15px !important;
}
.padd_25{
	padding:25px;
}
.thank_you_padd .cmpny_info {
    margin: 0 auto;
}
.thank_you_padd h3.brdr_head {
	max-width: 950px;
    margin: 0 auto 15px;
    text-align: center;
    border-left: 0;
    font-size: 20px;
    font-weight: 700;
	position: relative;
}
.thank_you_padd h3.brdr_head:before{
	content:'';
}
.sccf_sgnbx lable.control-label {
    margin-top: -24px;
    display: block;
    margin-bottom: 10px !important;
}
.sccf_sgnbx label.control-label {
    margin-top: -24px;
    margin-bottom: 12px;
    display: block;
}
#Welcome .agrrement_sec {
    padding: 0;
	margin-top: -26px;
}
.brrd_tnn {
    border-radius: 0 0 12px 12px;
}
#Welcome .welcome_btn {
    position: relative;
    z-index: 99;
}
.security-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 10px;
    background: #f8fbff;
    border: 1px solid #d8e6fb;
    border-radius: 12px;
	max-width: 368px;
    min-width: 368px;
}
.security-note__icon {
    width: 34px;
    height: 34px;
    min-width: 34px !important;
    max-width: 34px !important;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
	color: var(--brand-color);
	border: 1px solid #eee;
}
.cust_sec span.security-note__icon {
    margin-right: 12px;
}
.security-note__content h4 {
	margin: 0 0 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #1f2937;
}
.security-note__content p {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: normal;
    color: #344054;
    letter-spacing: -0.2px;
}
.lfttxt {
    padding-right: 15px;
}
.top_agrment_txt .security-note {
    margin-top: 30px;
}
.sbmt_sec .security-note {
    min-width: 100%;
}
.creditM_body .document_form textarea#txtnotes {
    height: 160px;
}
.sbmt_sec label.control-label {
    margin-bottom: 9px;
}
.note_label .d-inline-block {
    font-size: 12px;
}

.thnku_rw {
    max-width: 610px;
    margin: 0 auto;
}
.thank_you_padd .top_agrment_txt {
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 0;
}
.thank_you_padd h3.brdr_head:before {
    content: '';
    background: linear-gradient(45deg, transparent, black, transparent);
    height: 1px;
    width: 250px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.thnku_rw .security-note__icon {
    width: 80px;
    height: 80px;
    min-width: 80px !important;
    margin-right: 20px;
    font-size: 40px;
}

.thank_you_padd h3.brdr_head span {
    background: #fff;
	position:relative;
	z-index:8;
	padding: 0 10px;
}
.white-box h4 i {
    font-size: 16px;
    color: var(--brand-color);
}
.agrrement_sec.discloser-wrapper {
    padding:15px;
}

.discloser-wrapper .score_box div#smoothed {
    min-width: inherit;
    width: 100%;
}
.fnt_12 {
    font-size: 12px !important;
}
.user_info_txt span.security-note__icon {
    font-size: 14px !important;
}
.user_info_txt span.security-note__icon {
    font-size: 14px !important;
    width: 30px;
    height: 30px;
    min-width: 30px !important;
    max-width: 30px !important;
}
.legal-consent-section {
	background: #ffffff;
    padding: 0 8px;
}

.key-points-card {
	top: 0px;
    background: #f8fbff;
    border-radius: 12px;
    padding: 20px;
}

.key-title {
  color: var(--brand-color);
  margin-bottom: 22px;
}

.key-title i {
  font-size: 28px;
}

.key-title h5 {
  font-weight: 700;
  font-family: var(--montFamily);
}
.key-point-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  color: #5f636c;
  text-decoration: none;
  border-top: 1px solid #e4ebf5;
  font-size: 15px;
  line-height: 1.45;
  transition: all .25s ease;
}
.key-point-item i {
  color: var(--brand-color);
  font-size: 24px;
  min-width: 28px;
  margin-top: 2px;
}
.key-point-item:hover {
	color: #292e33;
	transform: translateX(4px);
}

.consent-content {
  padding-left: 10px;
}

.shadowtxt_row {
  scroll-margin-top: 35px;
  margin-bottom: 34px;
}
.shadowtxt_row h4 {
	font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 12px !important;
    font-family: var(--montFamily);
}

.shadowtxt_row p {
	font-size: 13px;
    color: var(--text-color);
    margin: 5px 0 10px;
    line-height: normal;
}

.shadowtxt_row a {
  color: #0867c7;
  font-weight: 600;
}

.cnsmr_dsclsr .security-note {
    min-width: 410px !important;
    max-width: 410px !important;
}
.discloser-wrapper .score_box.dsclsr_detls .security-note {
	min-width: 150px;
    max-width: 100%;
}
.discloser-wrapper .score_box.dsclsr_detls .security-note p {
    padding-right: 5px;
}
.disclosure-row {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 25px;
  align-items: flex-start;
  margin-bottom: 15px;
}
.disclosure-heading-row {
  margin-bottom:40px;
}
.disclosure-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f5f5f5;
	color: var(--brand-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
	margin: 0 auto;
}
.disclosure-main-icon {
  width: 86px;
  height: 86px;
  border-radius: 18px;
  font-size: 44px;
}
.disclosure-text h2 {
    margin-bottom: 10px !important;
}
.disclosure-text h4 {
    margin-bottom: 0;
    padding-bottom: 16px;
    font-family: var(--montFamily);
    font-size: 16px;
    position: relative;
    max-width: 540px;
}
.disclosure-text h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 3px;
  background: #d4d4d4;
  border-radius: 10px;
}
.disclosure-text strong {
  font-weight:700;
}
.user_info_txt span#lblName {
    color: #333 !important;
}
.disclosure-text p {
    margin: 0 !important;
}
.discloser-wrapper .score_box .sign_box .security-note {
    min-width: 150px;
    max-width: 100%;
}
.security-note__content p.text-start {
    text-align: left !important;
}
#ViewAgreementModal .security-note {
    min-width: 150px;
    max-width: 560px;
    margin: 0 auto;
	align-items: center;
	text-align: left;
}
#ViewAgreementModal .security-note__icon {
    width: 54px;
    height: 54px;
    min-width: 54px !important;
    max-width: 54px !important;
    font-size: 26px !important;
}
#ViewAgreementModal .sign_agremnt_box span.security-note__icon {
    font-size: 14px !important;
    width: 34px;
    height: 34px;
    min-width: 34px !important;
    max-width: 34px !important;
    margin-right: 10px !important;
	color: #303030;
}
#ShowAgreeementUser .lgo_img {
    height: 180px;
    width: 180px;
    border-radius: 500px;
    padding: 15px;
    box-shadow: 0 2px 4px #22222226;
    border: 1px solid #Eee;
	overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ShowAgreeementUser .sign_agremnt_box {
    margin: 15px auto;
	max-width: 600px;
}
#ShowAgreeementUser h2.main_heading {
    font-weight: 700;
	font-family: var(--montFamily);
}
#ViewAgreementModal .thanku_sec i.fa-regular.fa-badge-check {
    font-size: 50px;
	color: var(--brand-color);
}
#ViewAgreementModal .thanku_sec h2 {
    font-weight: 800;
    text-transform: uppercase;
    margin: 10px 0 0;
    font-family: var(--montFamily);
}
#ViewAgreementModal .thanku_sec h4 {
    font-size: 16px;
    margin-top: 6px;
    color: #666;
    font-weight: 400;
}
#ViewAgreementModal .modal-dialog {
    max-width: 700px !important;
	padding-top: 0;
    padding-bottom: 0;
}
#ViewAgreementModal .thanku_sec {
    padding: 15px 0 25px;
    border-bottom: 1px solid #cdcdcd;
    max-width: 600px;
    margin: 0 auto;
}
.wlcm_txtrow.lstrw {
    display: flex;
    flex-wrap: wrap;
	align-items: start;
}
.wlcm_txtrow.lstrw .security-note {
    max-width: 258px;
    min-width: 258px;
    background: #eaffeb;
    border: 1px solid #d1ebd2;
	margin-top: 0 !important;
}
.wlcm_txtrow.lstrw .security-note h4, .wlcm_txtrow.lstrw  .security-note__icon {
    color: #30b836;
}
.wlcm_txtrow.lstrw > p {
    width: calc(100% - 258px);
    padding-right: 15px;
}
.wlcm_txtrow.lstrw h3 {
    width: 100%;
}



@media (min-width: 1200px) {
    .creditM_body a#SaveBtn {
        width: 100%;
    }
}

@media (max-width:1750px){	
	.digital_sign .rest_div {
		width:100%;
	}
   
}

@media (max-width:1365px){	
	.rest_div {
		width: 100%;
	}   
}

@media (min-width:992px) and (max-width:1240px) {
	.proof_div table td {
		height: 60px;
	}

		.proof_div table td br {
			display: none;
		}

	.proof_div table small {
		display: block;
		min-height: 25px;
	}

	.proof_div .proof_id {
		padding: 20px 10px;
	}
}

@media (min-width:992px){	
	.discloser-wrapper .score_box {
        position: sticky;
        top:15px;
        overflow: auto;
		height: calc(100vh - 30px);
    }
	.key-points-card{
		min-height: 380px;
	}
	.discloser-wrapper .score_box.dsclsr_detls {
		height: 100%;
		max-height: calc(100vh - 30px);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
        .proof_div .proof_id {
            padding: 20px 5px;
        }
		
	.master_link .info_txt .info_label {
        font-size: 14px;
    }	
		
		
		
    }


@media (max-width:1199px){
	.agrrement_sec iframe {
		height: calC(100vh - 358px);
	}
	.discloser-wrapper h2 {
		margin-bottom:10px !important;
	}
	.company_address .info_txt{width: auto !important;}
	div#documentproof {
		margin-top: 25px;
	}
	
}

@@media (min-width:768px) and (max-width:1100px) {
	.sign_box canvas#myCanvas {
		max-width: 100%;
	}
	.company_address .info_txt {
		width: auto;
	}
}

@media (max-width:991px){
	.agree_btns {
		margin-top: 8px;
	}
	.cards_div {
		margin: 00px 0 15px;
	}
	.discloser-wrapper .score_box {
		height: auto;
		margin-top: 15px;
	}
	.digital_sign .rest_div {
		width: auto;
	}
	.proof_div .proof_id {
		padding: 19.5px 10px;
	}
	.cstmrform.crdt_motrg {
		margin-bottom: 10px !important;
		min-height: auto;
	}
	.cmpny_img {
		width: 100%;
	}
	.company_address {
		margin-left: 0;
		padding-right: 0px;
	}
	.master_link  .company_info > .info_box {
        margin: 0 9px 10px;
    }
	.master_link .info_section .cmpny_info {
        display: block !important;
        margin: 0;
    }
	.master_link .info_txt .info_label {
        font-size: 14px;
    }
	
	.master_link .info_section .cmpny_img {
		width: 100%;
		margin-bottom: 15px;
	}
	.master_link .info_section .cmpny_info > .flex-grow-1 {
		margin-left: 0;
	}
	.home_sec.master_link .company_info {
		margin-right: -16px;
	}
	.padd_25{
		padding:20px;
	}
	.agreement-down{
		margin-top:20px;
	}
	.cust_sec .form_header{
		padding-bottom:20px;
	}
	.signup_header{
		padding:18px 20px;
	}
	section#Welcome .wlcm_txtrow:after{
		top: 64px;
	}
	.security-note {
		max-width: 308px;
		min-width: 308px;
	}
	.frm_infotxt {
		font-size: 14px;
	}
	
	.agrrement_sec h2 {
		font-size: 16px;
	}
	.sbmt_sec {
		display: flex;
		flex-direction: column-reverse;
	}
	.sbmt_sec .security-note {
		margin-top: 10px;
	}
	.shadowtxt_row.contract_details.contract_table {
		max-height: calc(100vh - 210px);
		overflow-y: auto;
	}
	
	.consent-content {
		padding-left: 0;
	}
	
	#SigningRequest h2 {
		font-size: 18px;
	}
	.shadowtxt_row h4 {
		font-size: 16px;
	}
	
	.agrrement_sec iframe {
		height: calC(100vh - 348px);
	}
	.wlcm_txtrow.lstrw > p {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
	
	
}

@media (max-width: 767px){  	
	.modal-header h4.modal-title, .modal-header h4.modal-title h2, .bootbox .modal-header h4.modal-title, .bootbox .modal-header h4.modal-title h2 {
		font-size: 16px;
		line-height: normal;
	}
	.bootbox-body, .bootbox-body p {
		font-size: 14px;
	}
	.modal-body .bootbox-body {
		padding: 0;
	}
	.sub_heading {
		font-size: 18px;
	}
	table.table tr th {
		font-size: 13px;
	}
	table.table tr td {
		font-size: 12px;
	}
	.cstm_btn {
		padding: 8px 10px;
		letter-spacing: .3px;
		min-width: 112px;
		height: 42px;
	}
	.sm_btn {
		padding: 7px 12px;
		min-width: 85px;
		height: 33px;
		white-space: nowrap;
	}
	
	.agreemnt_ifno >span {
		display: block;
		padding-left: 0 !important;
		margin-bottom: 5px;
	}
	.agrrement_sec h3 {
		font-size: 15px;
		margin: 5px 0 15px;
	}
	.btm_agrmnt label {
		font-size: 14px;
	}
	.agree_btns>a {
		margin-top: 8px;
	}
	.agrrement_sec iframe {
		height: calC(100vh - 270px);
	}

	span.frm_infotxt {
		order: -1;
		text-align: left;
		margin: 0 0 12px;
		font-size: 16px;
		padding: 0;
		width: 100%;
	}
	.cust_sec .form_header {
		display: flex;
		text-align: left !important;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sign_box {
		margin: 12px 0 5px;
	}
	.rest_div {
		margin: 0 0 20px;
	}
	.checkbox_terms .check_label input {
		height: 15px;
		width: 15px;
		margin: 4px 7px 0 0;
		min-width: 15px;
	}
	.submitbtn.mt-4 {
		margin-top: 25px !important;
	}
	.form_header span {
		min-width: 0;
	}
	.rest_div {
		width: auto;
	}
	
	div#loader, .tdLoadingOverlay {
		left: 50% !important;
		font-size: 14px;
	}
	div#loader div, .tdLoadingOverlay div {
		letter-spacing: 2px;
	}
	#documentproof {
        margin-top: 1em;
    }
	.crdt_motrg2 h3 {
		margin: 0 0 10px;
	}
	.alert {
		padding: 0.5rem 10px;
		font-size: 12px;
	}
	.credit_brnd h1 {
		font-size: 18px !important;
	}
	.credit_brnd, .document_form {
		padding: 13px 10px;
	}
	
	/* Error Page CSS */
	.error_page_sec {
		padding: 15px;
	}
	.error_page_sec .wht_bx {
		padding: 30px 15px;
	}
	.error_page_sec .fa-frown {
		margin: 0 0 20px;
		font-size: 4em;
	}
	.error_page_sec h2 {
		font-size: 56px;
		line-height: 56px;
	}
	.error_page_sec h3 {
		font-size: 20px;
		margin: 0 0 15px;
	}
	.error_page_sec p {
		font-size: 14px;
	}
	.error_page_sec p span {
		text-align: center;
		margin: 20px 0 0;
	}
	.cmpny_img {
    width: 100%;
    min-width: 100%;
    height: auto;
}
.cmpny_info {
    display: block !important;
}
.company_address {
    margin-left: 0;
}
.company_address .info_txt {
    width: auto;
}
.agreement-down {
   margin: 40px 0px;
}
.btm_agrmnt label span {
    margin-right: 6px;
    min-width: 15px;
}
.btm_agrmnt label {
    font-size: 13px;
    line-height: 15px;
}
.agreemnt_ifno {
    font-size: 14px;
    margin-bottom: 11px;
}



.sign_agremnt_box .row {
    display: block;
    text-align: center;
}

.sign_agremnt_box .row .col:first-child{
	margin: 0 auto 25px;
}

.sign_agremnt_box .col {
    text-align: center;
}
.proof_div .proof_id {
	min-height: 85px;
}

	.creditM_body h3.brdr_head {
        text-align: left !important;
        display: block !important;
        padding: 6px 15px !important;
        padding-left: 35px !important;
    }
	.creditM_body h3.brdr_head span.steps {
        position: relative;
        padding: 0 !important;
        background: none !important;
        display: block;
        margin-bottom: 3px;
        margin-right: 0;
        font-weight: 500;
        font-size: 15px;
    }
	.creditM_body h3.brdr_head i {
        font-size: 18px;
        margin-right: 0;
        width: 25px;
        text-align: center;
        margin-left: -30px;
    }
	.creditM_body .credit_brnd a.btn.cstm_btn.brndclr_btn {
		margin-left: 10px;
	}
	.company_address .info_txt .info_label{
		font-size: 13px;
		}
	.company_address .info_txt{
		padding:5px 10px;
	}	
	.thank_you_padd {
		padding: 25px 15px;
	}
	.company_address .agreement-down {
		margin-bottom: 0;
		margin-top: 5px;
	}
    .master_link .cmpny_img {
        width: 290px;
        min-width: 290px;
        height: 250px;
		margin: 0 auto 15px !important;
    }
	.master_link .cmpny_info {
         display: flex !important;
    }
	.master_link .referral_form button#btnSubmit {
		height: 50px;
	}

	.sheet.digital_sign {
		padding: 15px;
	}
	.sheet.digital_sign .company-title {
		font-size: 24px;
		line-height: normal;
		letter-spacing: 0;
	}
	.master_link .company_info > .info_box {
		width: 100%;
	}
	.home_sec.master_link .company_info {
		margin: 0;
	}
	.master_link .company_info > .info_box {
        margin: 0 0px 10px;
    }
	.padd_25{
		padding:15px;
	}
	.agreement-down{
		margin-top:15px;
	}
	.cust_sec .form_header{
		padding-bottom:15px;
	}
	ol.progtrckr{
		padding-bottom: 25px;
	}
	div#smoothed {
		min-width: 262px;
		margin-right: 0;
		max-width: 100%;
	}

	.sccf_sgnbx lable.control-label {
		margin-top: 0;
	}
	.signup_header{
		padding:18px 15px;
	}
	.wlcm_txtrow{
		margin-left: 30px;
	}
	section#Welcome .wlcm_txtrow:before {
		height: 30px;
		width: 30px;
		font-size: 16px;
		left:-36px;
		bottom: auto;
        top: 0;
	}
	section#Welcome .wlcm_txtrow:after{
		left: -22px;
		top: 6px;
	}
	.signup_header h2{
		font-size: 16px;
	}
		
	.security-note {
		max-width: 100%;
		margin-top: 15px !important;
		min-width: 200px;
	}	
	.top_agrment_txt .security-note {
		margin-top: 15px;
	}
	.cnsmr_dsclsr .security-note{
		margin-top:0px !important;
	}
	
	.disclosure-row {
		grid-template-columns: 54px 1fr;
		gap: 12px;
		margin-bottom: 26px;
	}
	.disclosure-icon {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	.disclosure-main-icon {
		width: 50px;
		height: 50px;
		font-size: 30px;
		border-radius: 14px;
	}
	.disclosure-text h2 {
		font-size: 25px;
	}
	#ViewAgreementModal .modal-dialog {
		max-width: 440px !important;
	}
	
}



@media (max-width:639px){ /* -- CSS for layout inside iframe */
	.legal-consent-section > .row {
		flex-direction: column;
	}
	.legal-consent-section > .row> div {
		width: 100%;
	}
	.key-points-card.sticky-sm-top {
		display: none;
	}
	.cnsmr_dsclsr .security-note {
		min-width: 100% !important;
		max-width: 100% !important;
	}
	
	
}

@media (max-width:698px){
	#SigningRequest .wht_bx.padd_25 >.d-flex.align-items-start.justify-content-between.mb-3 {
		flex-direction: column;
	}
}


@media (max-width:575px){	
	.main_heading {
		font-size: 20px;
	}
	.bootbox.modal .modal-dialog {
		width: 100%;
	}	
	.wlcm_txtrow {
		padding:135px 15px 15px 15px;
	}
	.wlcm_txtrow h3 i {
		height: 120px;
		width: 100%;
		min-width: 125px;
	}
	.agrrement_sec h2 {
		font-size: 18px;
	}
	.top_agrment_txt p {
		margin: 12px 0 0;
	}
	body .wlcm_txtrow h3 {
		font-size: 14.8px;
	}
	.signup_header {
		padding:15px;
	}
	.welcome_page .agrrement_sec {
		padding-top: 5px;
	}
	
	
	.mnth {
		margin-bottom: 5px;
	}
	.thre_bx {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.thre_bx>.date_bx, .thre_bx>.yer_bx {
		max-width: 50%;
	}
	.cmpny_info {
		display: block !important;
	}
	.company_address {
		margin-left: 0;
	}
	.cmpny_img {
		width: 100%;
			min-width: 100%;
	 }
	 .agreement-down .sbmt_sign {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.company_address .info_txt {
		width: auto;
		word-break: break-word;
	}
	.agreement-down {
		justify-content: center;
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
		display: block;
		text-align: center;
	}
	.agrr_msg {
		margin: 30px auto;
		padding: 25px 25px;
		max-width: 92%;
	}
	.agrr_msg h2 {
		font-size: 22px;
	}
	.proof_div table tr {
		border-bottom: 1px solid #ddd;
		display: table-row;
		margin-bottom: .35em;
	}

	.proof_div table td a {
		display: block;
		text-align: center;
	}

	.proof_div table td:before {
		content: attr(data-label);
		float: none;
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		min-height: 30px;
		text-align: center;
	}

	.proof_div table td {
		min-height: 70px;
		padding: 5px !important;
	}

	.proof_div table td br {
		display: none;
	}
	.agrrement_sec iframe {
		height:calC(100vh - 325px);
	}
	
	.company_address .agreement-down a.cstm_btn {
        width: 100%;
    }
	.company_address .agreement-down a.cstm_btn:last-child {
        margin: 4px 0 0 0 !important;
		line-height: normal;
    }
	.cmpny_img {
		width: 100%;
		min-width: 100%;
		max-width: 350px;
		margin: 0 auto 20px !important;
	}
	.agrrement_sec h2.doc-title{
		font-size: 16px;
	}
	#ViewAgreementModal .thanku_sec h4 {
		font-size: 14px;
	}
}


@media (max-width:480px){
	.rest_div, .digital_sign .rest_div{
		width: 100%;
	}
	.agree_btns>a {
		display: flex;
	}
	.discloser-wrapper .top_agrment_txt table {
		width: 100% !important;
	}
	.cards_div {
		max-width: 220px;
		height: auto;
	}
	
	
	.fade_page .wht_bx{
		max-width: 360px;
		padding: 30px 20px 60px;
	}
	
	
	.creditM_body .crdt_motrg .credit_brnd img {
        max-width: 150px;
    }
	.master_link .media_box .media-body {
		margin: 0;
	}	
	.master_link .media_box {
		display: block;
		text-align: center;
	}
	.master_link .media_box h3 {
		margin-top: 15px;
		margin-bottom: 10px !important;
	}
	.master_link .media_box h3 {
		font-size: 24px;
		line-height: normal;
	}
	.master_link .media_box p {
		font-size: 14px;
		line-height: normal;
	}
	.thnku_rw .security-note__icon {
		margin: 0 auto 15px;
	}
	.thnku_rw {
		text-align: center;
		display: block !important;
	}
	#ViewAgreementModal .modal-footer >a {
		width: 100%;
	}
	
}




/* iphone media css start */

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
	.wht_bx {
		box-shadow: 0 5px 12px #0000001f;
	}
	.form-control:focus {
		border-color: #d0d0d07d;
		box-shadow: 0 0 2px #b5b5b596 !important;
	}
	.input-validation-error {
		border-color: #eb1b2347;
		box-shadow: 0 0 3px #eb1b236e !important;
	}
	.round_boxes.red_bg {
		background: #eb1b2326 !important;
	}
	.round_boxes.gren_bg {
		background: #31bc4b26 !important;
	}
	.round_boxes.grey_bg {
		background: #8b8b8b26 !important;
	}
	.Charge_off.blue_bg, .round_boxes.blue_bg {
		background: #2d7be726 !important;
	}
	.round_boxes.orng_bg {
		background: #ce6d093b !important;
	}
	.round_boxes.yellow_bg {
		background: #fcb01c29 !important;
	}
	.round_boxes.yellow_green_bg {
		background: #3300ff29 !important;
		color: #5934ef !important;
	}

	header.header {
		box-shadow: 0 0 7px #0000001f;
	}

	.signup_header { 
		box-shadow: 0 0 7px #0000001f;
	}

	.wlcm_txtrow {
		box-shadow: 0 7px 12px #00000021;
	}
	.wlcm_txtrow h3 i:before {
		text-shadow: 0 5px 5px #0000001f;
	}
	.rest_div {
		box-shadow: 2px 4px 6px #00000029;
	}

	.clearButton {
		box-shadow: 0 7px 12px #00000021;
	}
	.cmpny_img {
		box-shadow: 0 15px 20px #0000001a;
	}

	.company_address .info_txt {
		box-shadow: 0 15px 20px #0000001a;
	}

	.file-upload-input:focus {
		border-color: #d0d0d07d;
		box-shadow: 0 0 2px #b5b5b596 !important;
	}
}

@media only screen and (min-device-width: 390px) and (max-device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
	.wht_bx {
		box-shadow: 0 5px 12px #0000001f;
	}
	.form-control:focus {
		border-color: #d0d0d07d;
		box-shadow: 0 0 2px #b5b5b596 !important;
	}
	.input-validation-error {
		border-color: #eb1b2347;
		box-shadow: 0 0 3px #eb1b236e !important;
	}


	.round_boxes.red_bg {
		background: #eb1b2326 !important;
	}
	.round_boxes.gren_bg {
		background: #31bc4b26 !important;
	}

	.round_boxes.grey_bg {
		background: #8b8b8b26 !important;
	}
	.Charge_off.blue_bg, .round_boxes.blue_bg {
		background: #2d7be726 !important;
	}
	.round_boxes.orng_bg {
		background: #ce6d093b !important;
	}
	.round_boxes.yellow_bg {
		background: #fcb01c29 !important;
	}
	.round_boxes.yellow_green_bg {
		background: #3300ff29 !important;
		color: #5934ef !important;
	}

	header.header {
		box-shadow: 0 0 7px #0000001f;
	}

	.signup_header { 
		box-shadow: 0 0 7px #0000001f;
	}

	.wlcm_txtrow {
		box-shadow: 0 7px 12px #00000021;
	}
	.wlcm_txtrow h3 i:before {
		text-shadow: 0 5px 5px #0000001f;
	}
	.rest_div {
		box-shadow: 2px 4px 6px #00000029;
	}

	.clearButton {
		box-shadow: 0 7px 12px #00000021;
	}
	.cmpny_img {
		box-shadow: 0 15px 20px #0000001a;
	}

	.company_address .info_txt {
		box-shadow: 0 15px 20px #0000001a;
	}

	.file-upload-input:focus {
		border-color: #d0d0d07d;
		box-shadow: 0 0 2px #b5b5b596 !important;
	}
}

/* Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
	.wht_bx {
		box-shadow: 0 5px 12px #0000001f;
	}
	.form-control:focus {
		border-color: #d0d0d07d;
		box-shadow: 0 0 2px #b5b5b596 !important;
	}
	.input-validation-error {
		border-color: #eb1b2347;
		box-shadow: 0 0 3px #eb1b236e !important;
	}
	.round_boxes.red_bg {
		background: #eb1b2326 !important;
	}
	.round_boxes.gren_bg {
		background: #31bc4b26 !important;
	}
	.round_boxes.grey_bg {
		background: #8b8b8b26 !important;
	}
	.Charge_off.blue_bg, .round_boxes.blue_bg {
		background: #2d7be726 !important;
	}
	.round_boxes.orng_bg {
		background: #ce6d093b !important;
	}
	.round_boxes.yellow_bg {
		background: #fcb01c29 !important;
	}
	.round_boxes.yellow_green_bg {
		background: #3300ff29 !important;
		color: #5934ef !important;
	}

	header.header {
		box-shadow: 0 0 7px #0000001f;
	}

	.signup_header { 
		box-shadow: 0 0 7px #0000001f;
	}

	.wlcm_txtrow {
		box-shadow: 0 7px 12px #00000021;
	}
	.wlcm_txtrow h3 i:before {
		text-shadow: 0 5px 5px #0000001f;
	}
	.rest_div {
		box-shadow: 2px 4px 6px #00000029;
	}

	.clearButton {
		box-shadow: 0 7px 12px #00000021;
	}
	.cmpny_img {
		box-shadow: 0 15px 20px #0000001a;
	}

	.company_address .info_txt {
		box-shadow: 0 15px 20px #0000001a;
	}

	.file-upload-input:focus {
		border-color: #d0d0d07d;
		box-shadow: 0 0 2px #b5b5b596 !important;
	}
}}

/* Safari 10.1 */
@media not all and (min-resolution:.001dpcm){ 
@supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
	.wht_bx {
		box-shadow: 0 5px 12px #0000001f;
	}
	.form-control:focus {
		border-color: #d0d0d07d;
		box-shadow: 0 0 2px #b5b5b596 !important;
	}
	.input-validation-error {
		border-color: #eb1b2347;
		box-shadow: 0 0 3px #eb1b236e !important;
	}
	.round_boxes.red_bg {
		background: #eb1b2326 !important;
	}
	.round_boxes.gren_bg {
		background: #31bc4b26 !important;
	}
	.round_boxes.grey_bg {
		background: #8b8b8b26 !important;
	}
	.Charge_off.blue_bg, .round_boxes.blue_bg {
		background: #2d7be726 !important;
	}
	.round_boxes.orng_bg {
		background: #ce6d093b !important;
	}
	.round_boxes.yellow_bg {
		background: #fcb01c29 !important;
	}
	.round_boxes.yellow_green_bg {
		background: #3300ff29 !important;
		color: #5934ef !important;
	}

	header.header {
		box-shadow: 0 0 7px #0000001f;
	}

	.signup_header { 
		box-shadow: 0 0 7px #0000001f;
	}

	.wlcm_txtrow {
		box-shadow: 0 7px 12px #00000021;
	}
	.wlcm_txtrow h3 i:before {
		text-shadow: 0 5px 5px #0000001f;
	}
	.rest_div {
		box-shadow: 2px 4px 6px #00000029;
	}

	.clearButton {
		box-shadow: 0 7px 12px #00000021;
	}
	.cmpny_img {
		box-shadow: 0 15px 20px #0000001a;
	}

	.company_address .info_txt {
		box-shadow: 0 15px 20px #0000001a;
	}

	.file-upload-input:focus {
		border-color: #d0d0d07d;
		box-shadow: 0 0 2px #b5b5b596 !important;
	}
}}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){ 
@media {
	.wht_bx {
		box-shadow: 0 5px 12px #0000001f;
	}
	.form-control:focus {
		border-color: #d0d0d07d;
		box-shadow: 0 0 2px #b5b5b596 !important;
	}
	.input-validation-error {
		border-color: #eb1b2347;
		box-shadow: 0 0 3px #eb1b236e !important;
	}
	.round_boxes.red_bg {
		background: #eb1b2326 !important;
	}
	.round_boxes.gren_bg {
		background: #31bc4b26 !important;
	}
	.round_boxes.grey_bg {
		background: #8b8b8b26 !important;
	}
	.Charge_off.blue_bg, .round_boxes.blue_bg {
		background: #2d7be726 !important;
	}
	.round_boxes.orng_bg {
		background: #ce6d093b !important;
	}
	.round_boxes.yellow_bg {
		background: #fcb01c29 !important;
	}
	.round_boxes.yellow_green_bg {
		background: #3300ff29 !important;
		color: #5934ef !important;
	}

	header.header {
		box-shadow: 0 0 7px #0000001f;
	}

	.signup_header { 
		box-shadow: 0 0 7px #0000001f;
	}

	.wlcm_txtrow {
		box-shadow: 0 7px 12px #00000021;
	}
	.wlcm_txtrow h3 i:before {
		text-shadow: 0 5px 5px #0000001f;
	}
	.rest_div {
		box-shadow: 2px 4px 6px #00000029;
	}

	.clearButton {
		box-shadow: 0 7px 12px #00000021;
	}
	.cmpny_img {
		box-shadow: 0 15px 20px #0000001a;
	}

	.company_address .info_txt {
		box-shadow: 0 15px 20px #0000001a;
	}

	.file-upload-input:focus {
		border-color: #d0d0d07d;
		box-shadow: 0 0 2px #b5b5b596 !important;
	}
}}

/* iphone media css End */


@media (max-width: 675px) {
	.info_section .cmpny_info {
		align-items: flex-start !important;
		flex-wrap: wrap;
		justify-content: center;
	}

		.info_section .cmpny_info > .flex-grow-1 {
			margin: 20px 0 0;
		}
		
	.master_link .info_section .cmpny_img{
		min-width: 100%;
		margin-bottom: 0;
	}	
	.master_link .company_info > .info_box {
		margin: 0 0 10px;
	}	
}


@media (max-width: 575px) {
	.cmpny_info {
		display: block !important;
	}

		.cmpny_info > .flex-grow-1 {
			margin-left: 0;
			margin-top: 10px;
		}

		.cmpny_info > .flex-shrink-0 {
			width: 100%;
		}

	 

	.cmpny_img {
		width: 290px;
		min-width: 290px;
		height: 250px;
		margin: 0 auto 20px;
	}

	.info_section .sub_heading {
		margin: 0 0 13px;
		font-size: 18px;
	}

	.info_box .wht_bx {
		width: 70px;
		min-width: 70px;
		height: 70px;
		font-size: 24px;
	}

	.info_box .info_txt {
		margin-left: 5px;
		padding: 10px 13px;
	}

	.info_txt .info_label {
		font-size: 14px;
		margin: 5px 0 0;
		line-height: 16px;
	}

	.cmpny_img {
		width: 100%;
		min-width: 290px;
	}

	.media_box {
		padding: 20px 13px;
		margin: 0 0 18px;
		flex-wrap: wrap;
	}

		.media_box .media-body {
			margin: 12px 0 0 0;
			text-align: center;
		}

		.media_box h3 {
			font-size: 22px;
			margin: 0 0 8px;
			line-height: 24px;
		}

		.media_box p {
			font-size: 14px;
		}

	 

	.head_main {
		flex-wrap: wrap;
		flex-flow: column;
		justify-content: flex-start !important;
		text-align: left;
		align-items: flex-start !important;
	}
	.head_main .date_txt {
		margin-top: 5px;
	}
	.grey_back_color {
		height: auto;
		max-height: 300px;
		min-height: 100px;
	}
	.info_body .media-body {
		text-align: center;
	}
	#Welcome .agrrement_sec {
		padding: 0;
		margin-top: -40px;
	}
	section#Welcome .top_agrment_txt {
		padding-left: 0;
		position: relative;
		padding-top: 99px;
	}
	section#Welcome .top_agrment_txt:after{
		font-size: 30px;
		left: 26px;
		top: 34px;
	}
	#Welcome .welcome_btn {
		bottom: -28px;
	}
	section#Welcome .top_agrment_txt:before {
		content: '';
		height: 90px;
		width: 90px;
	}	
 
}


.info_section .sub_heading {
	margin: 0 0 20px;
	font-size: 20px;
}

.info_section {
	margin: 35px 0 10px;
}

	.info_section .cmony_info {
		margin: 0;
	}

.cmpny_img {
	width: 350px;
	min-width: 350px;
	height: 263px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px;
}

.info_box .wht_bx {
	width: 80px;
	min-width: 80px;
	height: 80px;
	justify-content: center;
	display: flex;
	align-items: center;
	font-size: 28px;
	border-radius: 12px;
	background: var(--brand-color);
	color: var(--brand-forecolor);
	box-shadow: 0 15px 20px rgb(0 0 0 / 6%);
}

	.info_box .wht_bx a {
		color: inherit;
	}

.company_info {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 0 -8px;
}

	.company_info > .info_box {
		margin: 0 8px 10px;
		width: calc(50% - 16px);
		display: -webkit-flex;
		display: flex;
		position: relative;
	}

.info_box .info_txt {
	background: #fff;
	color: var(--text-color) !important;
	box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
	position: relative;
	margin-left: 8px;
	border-radius: 12px;
	padding: 12px 15px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-flow: column;
	justify-content: center;
}

.info_txt span {
	font-size: 14px;
	color: #6f747b;
	display: block;
	line-height: 14px;
	font-weight: 500;
}

.info_txt .info_label {
	font-size: 17px;
	color: #363d46;
	font-weight: 600;
	display: block;
	margin: 6px 0 0;
	line-height: 18px;
}

	.info_txt .info_label a {
		color: inherit;
		word-break: break-word;
	}

.info_section .cmpny_info > .flex-grow-1 {
	margin-left: 12px;
}

.info_box .fas.fa-phone {
	transform: rotate(90deg);
}

/* affiliateportal2 css start */

.media_box {
	box-shadow: 0 3px 12px rgb(0 0 0 / 12%);
	border-radius: 7px;
	background: var(--brand-color);
	color: var(--brand-forecolor);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px 25px;
	margin: 0 0 25px;
}

	.media_box .media-body {
		margin: 0 0 0 35px;
		max-width: 600px;
	}

	.media_box svg {
		width: 145px;
		height: 100px;
		min-width: 145px;
	}

		.media_box svg path {
			fill: var(--brand-forecolor);
		}

	.media_box h3 {
		font-size: 36px;
		font-weight: 600;
		margin: 0 0 14px;
	}

	.media_box p {
		font-size: 16px;
		font-weight: 500;
		margin: 0;
	}
