.datepicker.dropdown-menu {
    background: #fff;
	z-index: 99999 !important;
}
.upload_img figure{
	display: inline-block;
    float: left;
    margin: 0 25px 0 0;
    border-radius: 15px;
    overflow: hidden;
}
.upload_img figure img{
	height: 73px;
	width: 73px;
}
.upload_img input[type="file"]{
	max-width:400px;
}
.astrik{
	color:red;
}
.text_bottom{
	margin-bottom:12px;
	margin-top:-10px;
}
input[type="file"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
.name_label{
	background: #ececec;
	padding: 6px 20px;
	color:#333;
	font-size:16px !important;
}

.contactUs_phone .intl-tel-input {
  width: calc(100% + 7px) !important;
}

.sent_receive {
	padding:5px 15px 15px;
}
.sent_receive h4 {
	color:#888;
}
.sent_receive em, .payment_status .ex_large_text em {
	font-style:normal;
	font-size:0.8em;
	font-weight:normal;
	color:#888;
	margin:0 0 0 4px;
}
.sent_receive bdi {
	border-radius: 2px;
	display: block;
}
@media (max-width:576px) {
	.sent_receive bdi {
	 border: solid 1px #ccc;
	 padding: 7px 12px 0;
	 margin: 0 0 10px 0;
	}
}

.payment_status .bg-light {
	padding:20px;
	color:#000;
	background-color: #f2f2f2 !important;
}
.payment_status .bg-light article {
	background:#fff;
	border-radius:10px;
	border:solid 1px #e3e3e3;
	padding:15px;
	height:100%;
}
@media (max-width:576px) {
	.payment_status .bg-light article {
	 margin:0 -10px;
	}
}
.payment_status .left_block aside {
	position: relative;
	padding: 0 0 20px 35px;
	z-index: 1;
}
.payment_status .left_block aside::before {
	position: absolute;
	content: '';
	height: 83%;
	width: 2px;
	background: #c7c7c7;
	left: 7px;
	top: 18px;
	z-index: -1;
}
.payment_status .left_block aside:last-child::before {
	display:none;
}
.payment_status .left_block aside i {
	position:absolute;
	left:0;
	top:2px;
}
.payment_status .fa-check-circle {
	color:#06B56D !important;
}
.payment_status .fa-clock {
	color:#F25944 !important;
}
.payment_status .left_block aside h4 {
	margin-bottom: 3px;
	font-size:17px;
}
.payment_status .left_block aside p span {
	color:#888;
}
.payment_status .bg-light article dt {
	color:#999;
	font-weight:500;
	font-size:17.5px;
	margin-bottom:1px;
}
.payment_status .ex_large_text {
	font-size: 1.5em;
	margin: 0;
	padding:15px 15px 0;
}
.payment_status .ex_large_text .tag1 {
	position:relative;
	top:-4px;
}