label.is-invalid{
	color:red;
}

/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Profile container */
.profile {
  margin: 20px 0; 
}
 


/* Profile sidebar */
.profile-sidebar {
  padding:20px;
    background: #fff;
     box-shadow: 5px 0px 10px rgba(0,0,0,.1);
}

.profile-userpic img {
      float: none;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    object-fit: contain;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #db3a31;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 20px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
  padding: 10px 0px;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}
.profile-usermenu .nav-link.active {
  background: none;
  color: #db3a31;
}
.profile-usermenu .nav-link {
  background: none;
  color: #666;
      font-size: 14px;
      padding: 0;
    line-height: 40px;
}
.profile-usermenu .nav-link:hover {
  color: #db3a31;
}
/* Profile Content */
.profile-content { 
  background: #fff;
  min-height: 460px;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

.select2-container{
	margin-bottom: 10px !important;
}




.course-lst.profle-page-lst img {
    border-radius: 15px; 
}
.course-lst.profle-page-lst:hover img {
    border-radius: 15px;
    object-fit: unset;
    position: relative;
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
    opacity: 1;
    transform: none;
}

.course-lst.profle-page-lst:hover .course-lst-cnt {
    padding: 0px;
}
.course-lst.profle-page-lst h3 {
    font-size: 18px;
    color: #DB3A31; 
    margin-top: 0px;
}
.course-lst.profle-page-lst:hover h3 {
    color: #DB3A31;
    margin-top: 0px;
    font-size: 18px;
}
.course-lst.profle-page-lst p {
    font-size: 14px;
    color: #3d3d3d; 
    margin-top: 0px;
    line-height: 18px;
    margin-bottom: 10px !important;
}
.course-lst.profle-page-lst:hover {
    background: none;
}
.course-lst.profle-page-lst:hover p {
    color: #3d3d3d;
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
}
.course-lst.profle-page-lst:hover .icon-list-1 {
    width: 25%;
    text-align: center;
    float: left;
    padding: 0;
}
.course-lst.profle-page-lst:hover .icon-list-1 svg {
    fill: #565656;
}
.course-lst.profle-page-lst:hover .icon-list-1 span {
    color: #db3a31;
}
.course-lst.profle-page-lst .icon-list-1 svg {
    fill: #59595C;
    width: 30px;
    height: 20px;
}
.course-lst.profle-page-lst .icon-list-1 span { 
    margin-top: 2px;
    font-size: 12px; 
}
.course-lst.profle-page-lst .btn-sec { 
    font-size: 14px;
}
.course-lst.profle-page-lst .btn-prm { 
    font-size: 14px;
}
/* Hover Effects on Card */








@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}


 


 



