
.cpd-section{
	background-image: url('../img/cpd-cpe-img.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 80px;
	padding: 250px 0px;
	color: #ffffff;
	background-position: top;
}

.cpd-row{
	padding-top: 105px;
	padding-bottom: 105px;
}
.cpd-bg-content-box{
	background-color: #0000006e;
    padding-bottom: 20px;
    padding-top: 15px;
    border-radius: 10px;
}
.cpd-row img{
	width: 80%;
}
.cpd-underline{
	position: relative;
  	font-family: helveticaneue;
      font-weight: unset;
      font-size: 1rem;
}
.cpd-underline:after{
	position: absolute;
	content: "";
	width: 20%;
	height: 2px;
	background-color: #ffffff;
	bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 15px;
}
.header-p-text{
	/*font-weight: bold;*/
	color: #fff;
}
.cpd-btn{
	background-color: unset;
    border: 1px solid white;
    color: #fff;
    font-weight: unset;
    padding: 5px 23px;
    border-radius: 5px;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.cpd-btn:hover{
	background-color: #f8991f;
	border: 1px solid #f8991f;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.44);
}
.cpd-btn:focus{
	box-shadow: none;
	outline: none;
}

.table-cpd {
    font-family: proxima-regular;
}
.table-cpd tr td:first-of-type {
    font-family: proxima-semibold;
}

.table-cpd td, .table-cpd th {
    border: none;
}
.table-cpd tr {
    user-select: none;
    transition: 0.2s all ease-in-out;
}
.table-cpd tr:hover {
    border-radius: 8px;
    box-shadow: 0px 0px 4px 1px rgb(134 134 134 / 15%);
}
ul.cpd-cert-bodies {
    padding: 5px 15px;
    margin: 0;
}
ul.cpd-cert-bodies li {
    color: #404040;
    line-height: 1.1;
    font-family: proxima-semibold;
    margin-top: 1rem !important;
}
/**********************MEDIA QUERY START********************/

@media (min-width:768px) and (max-width:991px){
	.cpd-section{
		padding: 120px 0px;
		margin-top: 67px;
	}
}

@media only screen and (max-width:480px){
	.cpd-section{
		padding: 50px 0px;
		margin-top: 67px;
	}
	.cpd-section h3{
		font-size: 18px;
    }
}