.profile-form form{
    box-shadow: none;
}

.login{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0px;
    
}

.row.login form {
    
    border-radius: 5px;
    padding: 50px;
    box-shadow: 0px 2px 2px #ccc;
}
.contact-form.profile-form{
    z-index: 99;
}
.row.login button {
    color: white;
    background-color: #556495;
    padding: 10px 30px;
    border: 0px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #ccc;
    transition: 200ms;
}

.row.login button:hover{
    box-shadow: 0px 2px 10px #ccc;
    background-color: black;
    
}

.row.login textarea {
    border: 1px solid #ccc;
}

.form-heading h1{
    font-weight: 400;
    font-size: 30px;
    
    margin-bottom: 5px;
}

.form-heading{
    margin-bottom: 30px;
    text-align: center;
}
.form-heading p{
    font-size: 16px;
    color: grey;
    
}

.linkss{
    display: flex;
}

.linkss .text-right{
    text-align: right;
}
.linkss .text-right {
    font-size: 14px;
    color: grey;
}
.linkss .text-right a{
    font-size: 14px;
    color: #e73e13 !important;
}

.cont-sec-cont ul {
    width: 50%;
    height: auto;
    overflow: auto;
}


.user-name ul {
    padding: 0px;
    margin: 0px;
}

.user-name ul li{
    font-size: 14px;
    line-height: 30px;
    color: grey;
}

.user-name ul li span{
    font-weight: 600;
    color: #333;
}

.user-name .dp{
    border-radius: 50%;
    display: inline-block;
}
.dp img {
    width: 80px !important;
    height: 80px !important;
}
.user-name .name{
   margin-left: 15px;
    display: inline-block;
}
.user-name .name h5{
  font-size: 20px;
    color: black;
}

.user-name .name p{
  font-size: 14px;
    font-weight: 400;
    color: grey;
}

.user-name .dp img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.user-name{
    padding: 15px;
    background-color: #f1f3f6;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #ccc;
    margin-bottom: 30px;
    overflow: auto;
}

.profile{
    position: relative;
    z-index: 99;
    margin: 60px auto;
    
}
.breadcrumb {
    position: relative;
    z-index: 99;
}

.sub-heading{
    margin-bottom: 20px;
        color: black;
    font-weight: bold;
}

.p-0{
    padding: 0px;
}

.update-profile button{
     color: white;
    background-color: #e73e13;
    padding: 5px 10px;
    border: 0px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #ccc;
    transition: 200ms;
    font-size: 12px;
    margin-bottom: 10px;
}



.profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
}

.file-upload {
    display: none;
}
.circle {

}
.circle img {
    max-width: 100%;
    height: auto;
}

.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
  font-size: 1.2em;
}

.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}
/*
.small-12.medium-2.large-2.columns{
    width: 130px;
    height: auto;
    margin: auto;
}
*/
.p-image img {
    width: 230px !important;
}
.small-12.medium-2.large-2.columns p {
    font-size: 14px;
    color: grey;
    margin-top: 5px;
}

.p-image {
    position: absolute;
    cursor: pointer;
}
.p-image i {
 font-size: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    width: 41px;
    height: 40px;
    color: #000;
    padding: 5px;
    background-color: white;
    border: 1px solid #000;
    position: absolute;
    bottom: -20px;
    left: 40%;
}

/*input[type=file]{
    display: none;
    cursor: pointer;
}*/

.circle {
    width: 100%;
    height: auto;
    position: relative;
    border: 5px solid #eaeaea;
    overflow: hidden;
    padding: 5px;
}

.or-log {
    text-align: center;
    position: relative;
    padding: 30px 0px;
    text-align: center;
}

.or-log p {
    background-color: none;
    width: 30px;
    height: 21px;
    margin: auto;
    position: relative;
    text-align: center;
}

.or-log::before{
    position: absolute;
    left: 50%;
    top: 47%;
    width: 70%;
    height: 1px;
    background-color: #999;
    content: "";
    transform: translate(-50%,-50%);
}




.cont-sec-cont span{
    display: inline-block;    
}

.cont-sec-cont span a i{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0px 2px 2px #ccc;
}
  
.cont-sec-cont span.facebook a i{
    background-color: #6c85da;
    color: white;
    
}
.cont-sec-cont span.google a i{
    background-color: #e65757;
    color: white;
}

.cont-sec-cont p{
    margin-top: 5px;
    color: grey;
}

.edit-details{
    background-color: #f1f3f6;
    box-shadow: 0px 2px 2px #ccc;
    margin-bottom: 20px;
    overflow: auto;
}

.heading p{
    padding: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px !important;
}
.mtb-5{
    margin: 50px auto;
}

.main{
    width: 960px;
    margin: auto;
}

.edit-details .form{
    padding: 30px;
}
.edit-details .form .form-group label{
    width: 40%;
    vertical-align: middle;
    font-weight: 400;
    font-size: 15px;
    color: #333;
}
.edit-details .form .form-group input{
    width: 58%;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #ccc;
}

.save-btn{
    color: white;
    background-color: #556495;
    padding: 10px 30px;
    border: 0px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #ccc;
    transition: 200ms;
    margin-right: 8px;
}

.tabs ul li{
    padding: 15px;
    background-color: #f1f3f6;
    box-shadow: 0px 2px 2px #ccc;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    color: black;
    margin-bottom: 10px;
    transition: 200ms;
    font-weight: 500;
}
.tabs ul li:hover{
     padding: 15px;
    background-color: #556495;
    box-shadow: 0px 2px 5px #ccc;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.tabs ul li.active{
    padding: 15px;
    background-color: #556495;
    box-shadow: 0px 2px 5px #ccc;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.nautification{
    display: flex;
    padding: 15px;
    background-color: #f1f3f6;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #ccc;
}


.nautification label{
    display: block;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0px;
}

.nautification label input{
        margin-top: 2px;
    margin-right: 10px;
}

.nautification td:nth-child(1) {
    display: inline-flex;
}


.nautification  table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.nautification  td, th {
  border-bottom: 1px solid #dddddd;
  text-align: left;
  padding: 15px;
}

.nautification tr{
    position: relative;
}

.nautification td:nth-child("last"){
    text-align: right;
}

.delete-box ul li {
    display: inline-block;
    /* padding: 10px; */
    font-size: 14px;
    color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.delete-box ul li:hover {
    background-color: #fff;
}

.modal-backdrop.in {
    opacity: 0 !important;
    display: none;
}
.delete-box ul li a i{
    color: black;
}
.delete-box {
    position: absolute;
    top: 0;
    width: auto;
    background-color: rgb(236 236 236);
    padding: 6px;
    border-radius: 5px;
    right: 0;
    display: none;
    box-shadow: 0px 2px 2px #ccc;
}

.nautification tr:hover .delete-box{
    display: block;
}

.reply{
    padding: 30px;
}

.reply textarea{
    width: 100%;
    height: 200px;
}


.blog-box{
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.blog-box img {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    height: 265px;
    object-fit: contain;
}
ul#lightgallery a {
    width: 100%;
}
.blog-text {
    padding: 15px;
}

.blog-text h4 {
    font-size: 12px;
    color: #909090;
    margin-bottom: 15px;
}
.blog-text h4 i{
    vertical-align: middle;
}
.blog-text h4 span:nth-child(1){
    border-right: 1px solid #eaeaea;
}
.blog-text h4 span{
    margin-right: 10px;
    padding-right: 10px;
}
.blog-text h5 a{
   font-size: 20px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
    text-decoration: none;
}

.blog-text p{
   font-size: 14px;
    color: #a0a0a0;
    margin-bottom: 20px;
    line-height: 25px;
}
.blog-text h6 a{
   color: #556495;
    font-weight: 500;
    font-size: 13px;
}
.blog-text h6 a i{
   transition: 200ms;
}

.blog-text h6 a:hover i{
   margin-left: 10px;
}

.blog p{
    margin-bottom: 50px;
    color: grey;
    font-size: 14px;
}
.cretificate {
    margin: 10px;
    border: 5px solid #000;
    overflow: hidden;
    box-shadow: 0px 5px 10px #9e9e9e;
    height: 486px;
    width: 275px;
    object-fit: cover;
    cursor: pointer;
}

@media only screen and (max-width:768px){
    .profile{
        width: 100%;
        padding: 15px;
    }
}