.pcontent {
  display: grid;
  grid-template-columns: 350px auto 350px;
  column-gap: 20px;
}
.procontent {
  display: grid;
  grid-template-columns: auto 350px;
  column-gap: 20px;
}
.profileprojectexp {
  display: inline-block;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  padding: 20px 20px 0 20px;
  margin: 10px 0 40px 0;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.probehaviourprofile {
  display: inline-block;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  padding: 20px 20px 40px 20px;;
  margin: 10px 0;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.profile {
  display: inline-block;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  padding: 20px 20px 0 20px;
  margin: 10px 0;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.profile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.profile ul li {
  display: block;
}
.profile ul li h3 {
  margin: 0;
}
.profile h4 {
  margin: 0;
}
.profileitem {
  float: right;
  width: 100%;
  margin: 0 0 20px 0;
}
.profileicon {
  width: 38px;
  height: 38px;
  float: left;
  font-size: 16px;
  text-align: center;
  color: #4D4D4D;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilecontent {
  width: calc(100% - 66px);
  float: right;
  margin: 0;
  color: #4D4D4D;
}
.profilehead {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #999999;
}
.profiledetail {
  width: calc(100% - 40px);
  font-size: 14px;
  font-weight: normal;
  float: right;
  color: #4D4D4D;
}
.profiledetail {
  font-weight: normal;
  float: right;
}
.profilelastlink {
  padding: 0 0 20px 0;
}
.blue {
  color: #266fa6;
  text-decoration: none;
}
.sidebar,
.sidebar1,
.sidebar3,
.sidebar2 {
  min-width: 300px;
}
.sidebar2 {
  width: 30%;
  text-align: right;
}
.sidebar3 {
  text-align: right;
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  padding: 20px 20px 0 20px;
}
.mainbar {
  width: 100%;
  min-width: 300px;
}
.projectbar {
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  padding: 20px 20px 0 20px;
  width: calc(100% - 40px);
  min-width: 300px;
}
.traininghours {
  float: left;
  width: 100%;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin: 0 0 20px 0;
  min-height: 30px;
}
.traininghours2 {
  float: left;
  width: 100%;
  display: block;
  font-size: 14px;
  margin: 0 0 20px 0;
  min-height: 30px;
  float: left;
}
.traininghead {
  font-weight: bold;
  padding: 7px 0 0 0;
}
.trainingerr,
.traininghead2 {
  font-weight: bold;
  padding: 7px 0 0 0;
  width: 100%;
  margin: 0 0 20px 0;
}
.trainingerr {
  font-weight: normal;
  margin: 20px 0;
}
.traininghour {
  min-width: 75px;
  height: 25px;
  margin: 0;
}
.blue2 {
  background-color: #BCD5EC;
}
.blue3 {
  background-color: #266fa6;
  color: #FFFFFF;
}
.grey {
  background-color: #D9D9D9;
}
.greylink {
  color: #6C757D;
  text-decoration: none;
}
.yellow {
  background-color: #FABE5D;
}
.red {
  background-color: #DC3545;
}
.green {
  background-color: #36CF84;
}
.profileimg {
  width: 100%;
  text-align: center;
  padding: 38px 0 0 0;
}
.skillbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5px;
  margin: 0 0 20px 0;
}
.profilebutton {
  min-width: 120px;
  background-color: #D9D9D9;
  color: #6C757D;
  margin: 0;
  padding: 5px 15px 0 15px;
}
.amendbutton {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #266fa6;
  margin: 0;
  min-width: 100px;
  color: #FFFFFF;
}
.amendbutton2 {
  background-color: #BCD5EC;
  margin: 10px 0 0 0;
  min-width: 100px;
  float: left;
  color: #FFFFFF;
}
.image-cropper {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 5px 5px 0px #CCCCCC;
    margin: 0 auto 10px auto;
}
.profile-pic {
  display: inline;
  margin: 0 auto;
  /*margin-left: -25%;*/
  height: 100%;
  width: auto;
}

.jobtitle {
  color: #999999;
  margin: 0 0 20px 0;
}
.projectlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.projectlist .projectbox {
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  padding: 20px;
  width: calc(100% - 40px);
  margin: 0 0 40px 0;
  font-size: 14px;
  float: left;
}
.projectlist .projectbox:last-child {
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  padding: 20px;
  width: calc(100% - 40px);
  margin: 0 0 20px 0;
  position: relative;
  font-size: 14px;
  float: left;
}
.projectdetail {
  width: calc(100% - 350px);
  float: left;
}
.projectbox img {
  width: 300px;
  border-radius: 10px;
  float: right;
}
.projectimagespacer {
  border: 1px solid #CCCCCC;
  width: 298px;
  height: 186px;
  border-radius: 10px;
  float: right;
  background-color: #F8F8F8;
  background-image: url(/images/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}
.projectbox h3 {
  color: #6C757D;
  font-weight: bold;
}
hr {
  border: 1px solid #CCCCCC;
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
.searchbutton { 
  float: right;
  font-size: 24px;
  margin: 5px 10px 0 0;
}
.projectexphead1 {
  margin: 0;
}
.projectexphead2 {
  margin: 0;
  font-size: 16px;
}
.otherbox {
  margin: 15px 0 0 0; 
  float: left;
}
.projectexphead3 {
  font-size: 18px; 
  font-weight: bold; 
  width: calc(100% - 125px);
}
.projectexphead4 {
  font-size: 20px; 
  font-weight: bold; 
  width: 100%;
  color: #6C757D;
}
