body{
	font-family: 'SF Pro Display', sans-serif;
}
.section-wrapper{
	padding:50px 0;
}
.customer-details .table-responsive{
	border-radius:3px 3px 0 0;
}
.customer-details .table thead th{
	font-size: 18px;
    background-color: #070B2E;
    border-color: #070B2E;
    color: #fff;
    font-weight: normal;
    padding: 10px 19px;
    height: 48px;
}
.customer-details .table tbody td{
	font-size: 16px;
    color: #000;
    padding: 10px 19px;
}
.customer-details .nav-pills .nav-link{
	padding: 12px;
    font-size: 16px;
    color: #000;
    height: 50px;
    background-color: #DCDCDC;
    min-width: 205px;
    border: 1px solid #e5e5e5;
    border-radius: 3px 3px 0 0;
}
.customer-details .nav-pills .nav-link.active{
	background-color:#070B2E;
	color:#fff;
	border-color: #070B2E;
}
.customer-details .tab-content{
	border:1px solid #DCDCDC;
	min-height:500px;
	padding:50px;
}
.customer-details .tab-content .iframe-box iframe{
	width:100%;
	height:800px;
}
.customer-documents figure{
    border-radius: 5px;
	margin-top:25px;
}
.customer-documents figure .flip{
	font-size: 18px;
    background-color: #070B2E;
    border-color: #070B2E;
    color: #fff;
    font-weight: normal;
    padding: 10px 19px;
    height: 48px;
    border-radius:5px;
	cursor:pointer;
	transition: all 0.5s linear;
}
.customer-documents figure .flip.open{
	border-radius:5px 5px 0 0;
}
.customer-documents figure .flip span img{
	-moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.customer-documents figure .flip span img.down{
	-ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.customer-documents figure .panel{
	padding: 14px 18px;
	border: 1px solid #dee2e6;
    border-top: 0;
	display:none;
}
.customer-documents figure table tr td{
	font-size: 16px;
    padding-bottom: 15px;
    color: #000;
}
.customer-documents figure table tr td:first-child{
	padding-right:35px;
}
.customer-documents figure .sub-iframe{
	margin-top:10px;
	display:inline-block;
    position:relative;
	cursor:pointer;
	border:1px solid #DCDCDC;
}

.customer-documents figure .sub-iframe .img-fluid{
	max-height:150px;
}

.details-table{
	margin-top:50px;
}
.details-table .table-responsive{
	border-radius: 5px 5px 0 0;
}
.details-table .table tbody td a{
	margin-right: 15px;
}
.details-table .table thead th{
	font-size: 18px;
    background-color: #070B2E;
    border-color: #070B2E;
    color: #fff;
    font-weight: normal;
    padding: 12px 19px;
    height: 52px;
	border-radius: 5px 5px 0 0;
}
.details-table .table tbody tr:first-child td {
    font-size: 16px;
	font-weight:bold;
    color: #000;
    padding: 10px 19px;
}
.details-table .table tbody tr td {
    font-size: 16px;
    color: #000;
    padding: 10px 19px;
}



@media only screen and (max-width:767px){
	.section-wrapper{
		padding:25px 0;
	}
	.section-wrapper .customer-details .nav-pills{
		margin-top:20px;
	}
	.customer-documents figure .flip{
		font-size:15px;
		padding:12px 18px;
	}
	.customer-details .nav-pills li{
		width:50%;
	}
	.customer-details .nav-pills .nav-link{
		min-width:auto;
		width:100%;
	}
	.customer-details .tab-content {
		min-height: 400px;
		padding: 30px;
	}
	.customer-details .tab-content .iframe-box iframe{
		height:400px;
	}
}

