
#preview.image-preview {
    margin-top: 15px;
    padding: 7px;
}

img{
   width: 100%;
}
.pic{
    height:60px;
    width:60px;
    border-radius: 50%;

}

#social-links ul{
    list-style: none;
    display: flex;
    padding: 0;
}
#social-links ul li{
    /* margin-right: 1em; */
    padding: .5em ;
}
#social-links ul li a{
    font-size: 18px;
}

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }
  body{
    font-family: "Poppins";
  }
  .top-container{
    margin: 73px 0px 0px 62px;


  }
  .main-container{

    background-color: rgb(255,193,7);

  }
  .image-container img{
    height: 260px;
    width: 260px;
    border: 10px solid #007800
;

    }
    .right-side-text{
      margin-top: 9px;
    }
    .name-content{
      height: 121px;
      width: 383px;
      line-height: 60px;


    }
  #name{
    color:#007800;
    font-size: 36px;
    font-weight: 800;

  }
  #profession{
    font-weight: 500;
    font-size: 36px;
    color: #FF4800;
  }

  .name-date2{
    height: 155px;
    width: 708px;
    margin-left: 3px;
  }
  #expertise-title{
    color: #1F1F2E;
    font-size: 20px;
    font-weight: 800;
    margin-top: 5px;
  }
  .bottom-container{
    width: 100%;
    margin-bottom: 38px;
    margin-left: 5px;
    margin-top: 52px;
    font-weight: 500;
    line-height: 1.5;
  }
  .box1,.box2,.box3,.box4,.box5,.box6,.box7,.box8{
    font-size: 20px;
  }
  .bottom-container2{

    width: 100%;
    margin-bottom: 38px;
    margin-left: 5px;
    margin-top: 52px;
    font-weight: 500;
    line-height: 1.5;

  }
  span{
    font-size:16px;
    font-weight: 400;
  }
  .content-data6{
    margin-left: 60px;
  }
#cross{
    text-align: right;
    margin-right: 3px
    ;}

    #close{
        float: right;
    }


.icons{
  float: right;
}

.paginate p.small.text-muted{
  margin-right: 1em;
}

#loginModal.show{
  display: block;
  padding: 100px 149px;
}
#regModal.show{
  display: block;
  padding: 20px;
}
#loginModal.show::after, #regModal.show::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.modal-close{
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 40px;
}

.expert-box{
  display: flex;
  flex-direction: column;
  padding: 5px 16px;
}

.expert-view{
  width: 80px; 
  height: 80px; 
  object-fit: cover;
}

.tabs{
  list-style: none;
  border: 1px solid #dedee7;
}
.tabs .tab-list{
  padding: 5px 10px;
  cursor: pointer;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #757575;
  transition: all, .3s ease-in-out;
}
.tabs .tab-list:hover, .tabs .tab-list.active{
  background-color: #757575;
}
.tabs .tab-list:hover a, .tabs .tab-list.active a{
  color: #fff;
}


.tabs .tab-list a{
  font-size: 14px;
  color:#1F1F2E;
  transition: all, .3s ease-in-out;
}
.tabs .tab-list a:hover{
  text-decoration: none;
}
.tabs .tab-list a i{
  margin-right: .3em;
}

.profile-card p{
    font-size: 14px;
}

img.class-name{
  width: 45px;
  aspect-ratio: 1/1;
  margin: 4px 16px 0 0;
}

.publication-box .bd{
  border-right: 1px solid #757575;
}
