


h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
ul,
ol,
input,
select {
  margin: 0px;
  padding: 0px;
}

body {
  width: 100%;
  height: 100vh;
  margin: 0px;
  padding: 0px;
  font-family: 'Segoe UI Symbol', sans-serif;
  font-size: 14px;
  background-color: #f1f2f2;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px!important;
    width: 1240px!important;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.f-wrap {
  flex-flow: wrap;
}
.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: flex-end;
}
input:focus {
  outline: none;
}
button:focus {
  outline: none;
}
.loginWrap {
  position: absolute;
  width: 970px;
  height: auto;
  display: flex;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 13px 3px #cfcfcf;
}

.loginLeft {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2d76a1;
}

.loginRight {
  width: 50%;
  padding: 35px;
  background-color: #ffffff;
}

.loginRight h1 {
  font-size: 35px;
  color: #292929;
  font-weight: normal;
}

.loginRight p {
  font-size: 17px;
  color: #5a5a5a;
  margin-top: 10px;
}

.loginForm {
  margin-top: 20px;
}

.form-group {
  margin-bottom: 0px;
}

.loginForm label {
  font-size: 16px;
  color: #5d5d5d;
  font-weight: 500;
  margin-bottom: 6px;
}

.loginForm input {
  width: 100%;
  height: 44px;
  border: 1px solid #cacaca;
  border-radius: 6px;
  margin-bottom: 10px;
}

.loginForm input:focus {
  box-shadow: none;
  border-color: #707070;
}

.loginbtm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkboxCont {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px !important;
  cursor: pointer;
  line-height: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkboxCont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #cacaca;
}

.checkboxCont:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkboxCont input:checked ~ .checkmark {
  background-color: #707070;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.checkboxCont input:checked ~ .checkmark:after {
  display: block;
}

.checkboxCont .checkmark:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.remember label {
  font-size: 14px;
  font-weight: 400;
  color: #646464;
}

.forget a {
  font-size: 14px;
  color: #646464;
  text-decoration: underline;
}

.forget a:hover {
  color: #2d76a1;
}

.btn-default {
  width: 100%;
  height: 53px !important;
  background-color: #2d76a1;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #2d76a1;
  margin-top: 20px;
  margin-bottom: 0px !important;
}

.btn-default:hover {
  background-color: #21668f;
  color: #ffffff;
}

.form-group p {
  font-size: 15px;
  color: #454545;
  text-align: center;
  margin-top: 10px;
}

.form-group p a {
  font-weight: normal;
  color: #2d76a1;
  text-transform: uppercase;
}

/*---------Left panel top style starts----------*/

.leftPanel-top {
  width: 100%;
  height: auto;
  margin-top: 16px;
  padding: 6px 0px;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 1px #d5d5d5;
  border-radius: 3px;
}
.leftPanel-top h4 {
  /* background: #dc3135; */
  /* color: #fff; */
  padding: 9px 15px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #2d76a1;
}

.leftPanel-top ul li {
  display: block;
  font-size: 16px;
  position: relative;
}

.leftPanel-top ul li.active a {
  font-weight: normal;
  color: #3b3b3b;
}

.leftPanel-top ul li.active a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 23px;
  background-color: #2d76a1;
  left: 0;
  top: 6px;
}

.leftPanel-top ul li a {
  padding: 6px 20px;
  color: #999999;
  font-weight: 400;
  display: block;
}

.leftPanel-top ul li a:hover {
  text-decoration: none;
  color: #3b3b3b;
}

/*----------Left Panel top style ends------------*/

/***********************************************************
signup style
************************************************************/

.signupWrap {
  position: absolute;
  width: 970px;
  height: auto;
  display: flex;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 13px 3px #cfcfcf;
}

.signupLeft {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2d76a1;
}

.signupRight {
  width: 50%;
  padding: 35px;
  background-color: #ffffff;
  display: none;
}

.signupRight h1 {
  font-size: 35px;
  color: #292929;
  font-weight: normal;
}

.signupRight p {
  font-size: 17px;
  color: #5a5a5a;
  margin-top: 10px;
}

.signupForm {
  margin-top: 20px;
}

.signupForm h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.signupForm label {
  font-size: 16px;
  color: #5d5d5d;
  font-weight: 500;
  margin-bottom: 6px;
}

.signupForm input {
  width: 100%;
  height: 44px;
  border: 1px solid #cacaca;
  border-radius: 6px;
  margin-bottom: 10px;
}

.signupForm input:focus {
  box-shadow: none;
  border-color: #707070;
}

.custom-file input {
  height: 44px;
  box-shadow: none;
  border-color: #707070;
}

.signupForm select {
  width: 100%;
  height: 44px;
  border: 1px solid #cacaca;
  border-radius: 6px;
  margin-bottom: 10px;
}

.signupForm select:focus {
  box-shadow: none;
  border-color: #707070;
}

.steps {
  display: none;
}

.btn-wrap {
  display: flex;
  justify-content: space-between;
}

#nextBtn,
.nextBtn,
.finishBtn {
  padding: 10px 25px;
  background-color: #2d76a1;
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
  text-transform: uppercase;
  border: 1px solid #2d76a1;
  border-radius: 5px;
}

#prevBtn,
.prevBtn {
  padding: 10px 25px;
  background-color: #bbbbbb;
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
  text-transform: uppercase;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
}

#nextBtn:focus,
#prevBtn:focus {
  border: none;
  outline: none;
}

.custom-file {
  margin-bottom: 20px !important;
}

.step {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #2d76a1;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.3;
}

.step.active {
  opacity: 1;
}

.step-count {
  text-align: center;
  margin-top: 15px;
}

label.custom-file-label {
  height: 44px;
  margin-bottom: 0px;
  line-height: 2;
  font-weight: 400;
}

.custom-file-label::after {
  height: 42px;
  line-height: 2;
}

/***********************************************************
Index style
************************************************************/

.siteHeader {
  position: fixed;
  width: 100%;
  height: auto;
  /*padding: 8px 0px;*/
  background-color: #ffffff;
  box-shadow: 1px 1px 4px 1px #d5d5d5;
  z-index: 25;
}

.search input {
  width: 420px;
  height: 40px;
  border-color: #cfcfcf;
  border-radius: 5px;
  border-left: transparent;
  padding: 5px 8px;
}

.logo img {
  padding-left: 8px;
}

.search .input-group {
  width: auto;
}

.search {
  display: flex;
  justify-content: flex-end;
}

.search .input-group > .form-control {
  flex: initial;
}

.search input::-webkit-input-placeholder {
  font-size: 16px;
  color: #8b8b8b;
}

.search input:-ms-input-placeholder {
  font-size: 16px;
  color: #8b8b8b;
}

.search input::placeholder {
  font-size: 16px;
  color: #8b8b8b;
}

.search input:focus {
  box-shadow: none;
  border-color: #cfcfcf;
}

.search .input-group-text {
  background-color: transparent;
  border-right: none;
  padding: 5px 7px 5px 15px;
  color: #939393;
}

.accountSetting {
  position: relative;
  width: 60%;
}

.profilePic {
  display: flex;
  justify-content: flex-end;
}

.profilePic img {
  width: 35px;
  height: 35px;
  border: 2px solid #a4a4a4;
  border-radius: 50%;
}

.profileSetting {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  top: 45px;
  left: 43%;
  padding: 8px 0px;
  border: 1px solid #e1e1e1;
  display: none;
}

.profileSetting::after {
  position: absolute;
  content: '';
  top: -6px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: auto;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.profileSetting ul li {
  display: block;
  font-size: 15px;
}

.profileSetting ul li a {
  color: #292929;
  display: block;
  padding: 5px 20px;
}

.profileSetting ul li a:hover {
  text-decoration: none;
  background-color: #e9e9e9;
}

.profileSetting ul li span {
  display: inline-block;
  font-size: 14px;
  width: 22px;
}
.profileLink {
  padding: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.profileLink img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #a4a4a4;
}

.profileLink h4 {
  font-size: 16px;
  margin-top: 10px;
  display: block;
}

.profileLink h4 span {
  float: right;
}

.profileLink h4 a {
  display: block;
  color: #292929;
  text-decoration: none;
}

.addQuestion a {
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  background-color: #2d75a1;
  padding: 8px 24px;
  border-radius: 5px;
  float: right;
}

.addQuestion a:hover {
  text-decoration: none;
  background-color: #21668f;
}
.topRight ul {
  float: right;
  display: flex;
  align-items: center;
  padding-right: 8px;
}
.topRight ul li {
  margin: 0px 5px;
  display: inline-block;
  position: relative;
}
.topRight ul li:nth-of-type(2) a span {
  background-color: red;
  color: #ffffff;
  position: absolute;
  top: -24px;
  right: -15px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  -moz-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.topRight ul li:last-child {
  margin-right: 0px;
}
.topRight .dropdown-toggle::after {
  display: none;
}
.topRight .dropdown-item {
  padding: 4px 15px;
}
.topRight .dropdown-item span {
  display: inline-block;
  margin-right: 8px;
}
/*.topRight .dropdown-menu{
   top: 80% !important;
}*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .topRight .dropdown-menu {
    top: -28px !important;
  }
}

@-moz-document url-prefix() {
  .topRight .dropdown-menu {
    top: 0 !important;
  }
}

.topRight .dropdown-menu::after {
  position: absolute;
  content: '';
  top: -18px;
  left: 10px;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.15);
  border-left: 8px solid transparent;
}
.topRight .dropdown-menu a {
}
.topRight .dropdown-menu a:first-child {
  font-size: 18px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  color: #3b3b3b;
  white-space: break-spaces;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff !important;
  background-color: #2d75a1;
}
/*.profile-picture{
    width: 50px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0px 1px 2px 0px #b5b5b5;
}*/
.profile-picture {
  width: 40px;
  /* border-radius: 50%; */
  border-radius: 6px;
  border: 2px solid #ffffff;
  box-shadow: 0px 1px 2px 0px #b5b5b5;
  display: block;
  background: #ccc;
  height: 40px;
  overflow: hidden;
  vertical-align: middle;
  line-height: 40px;
}
/* .bodyCont {
    padding-top: 90px;
    padding-bottom: 100px;
} */
.bodyCont {
  padding-top: 120px;
  /* padding-bottom: 100px; */
}
.postCard {
  margin-top: 16px;
}

.postWrap {
  width: 100%;
  padding: 12px 22px;
  background-color: #ffffff;
  box-shadow: 0px 1px 1px 1px #d5d5d5;
  border-radius: 3px;
  position: relative;
  z-index: 10;
}

.postTop {
  display: flex;
  justify-content: space-between;
}

.postTopLeft ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.postTopLeft ul li:nth-child(n) {
  margin-right: 10px;
}

.postTopMiddle {
  margin-left: 100px;
}

/* .postTopLeft ul li:nth-child(n) {
    margin-left: 10px;
} */

.postTopLeft ul li:not(:first-child) {
  margin-left: 10px;
}

.postTopLeft ul li:not(:first-child)::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #a6a6a6;
  top: 10px;
  left: -14px;
}

.postTopLeft ul li a {
  color: #a6a6a6;
}

.postTopLeft ul li a:hover {
  text-decoration: none;
  color: #444444;
}

.closeBtn {
  font-size: 14px;
  color: #8e8e8e;
  cursor: pointer;
}

.postUser {
  margin-top: 10px;
  display: flex;
}

.chatUser {
  margin-top: 10px;
}

.userImg img {
  width: 75px;
  /* border-radius: 50%; */
}

.userInfo {
  padding-left: 15px;
}

.userInfo h3 {
  font-size: 16px;
  font-weight: 500;
}
.userInfo h3 a {
  color: #1b1a1a;
  font-size: 18px;
}

.userInfo h3 a:hover {
  text-decoration: none;
  font-weight: normal;
}

.userInfo h3 span {
  font-weight: 400;
  color: #717171;
  display: inline-block;
  margin-left: 25px;
  position: relative;
}

.userInfo h3 span:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #717171;
  top: 7px;
  left: -14px;
  border-radius: 50%;
}

.userInfo h4 {
  font-size: 16px;
  color: #717171;
  margin-top: 8px;
}

.userInfo h4 a {
  color: #717171;
}

.userInfo h4 a:hover {
  text-decoration: none;
  color: #3b3b3b;
}

.postTitle h2 {
  font-size: 20px;
  color: #1b1a1a;
  font-weight: normal;
  margin-top: 20px;
}

.postDetails p {
  font-size: 16px;
  color: #3a3a3a;
  margin-top: 6px;
  font-weight: 300;
}

.postDetails img {
  width: 100%;
  display: block;
}

.more {
  display: none;
}

.more p {
  font-size: 16px;
  color: #3a3a3a;
}

.postDetails p a {
  font-size: 14px;
  font-weight: 500;
  color: #1b1a1a;
  cursor: pointer;
}

.postDetails p a:hover {
  text-decoration: none;
}

.postFooter ul li {
  display: inline-block;
  font-size: 15px;
}

.postFooter {
  padding-top: 10px;
}

.postFooter ul li:first-child {
  margin-right: 10px;
}

.postFooter ul li a {
  color: #696969;
}

.postFooter ul li a:hover {
  text-decoration: none;
  color: #444444;
}

.postComment {
  width: 100%;
  padding: 10px 27px;
  background-color: #f7f7f7;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0px 1px 3px 1px #d5d5d5;
}
.post-comment-area {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
.commentWrap {
    position: absolute;
    width: calc(100% - 30px);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 2;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}*/

.postComment img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.postComment input {
  width: 100%;
  height: 38px;
  border: 1px solid #b9b9b9;
  border-radius: 20px;
  margin: 0px 10px;
}

.btn-comment {
  width: auto !important;
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
  background-color: #2d75a1;
  padding: 7px 24px;
  height: auto !important;
  margin: 0px !important;
}

.previousComment {
  width: 100%;
  padding: 10px 27px;
  background-color: #f7f7f7;
  box-shadow: 0px 1px 3px 1px #d5d5d5;
}

/*******************************
 code for popup
*******************************/

.modal-dialog {
  width: 600px;
  max-width: 100%;
}

.modal-body {
  padding: 25px;
}

.questionTips {
  padding: 20px;
  background-color: #d7f0ff;
}

.questionTips strong {
  font-size: 16px;
}

.questionTips p {
  font-size: 15px;
  margin-top: 4px;
}

.questionAsked {
  margin: 15px 0px;
  display: flex;
  align-items: center;
}

.questionAsked img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.questionAsked a {
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
}

.questionAsked a:hover {
  text-decoration: none;
  color: #444444;
}

.questionBox input {
  width: 100%;
  height: 40px;
  /*border: 1px solid transparent;
    border-radius: 0px;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0px;
    font-size: 14px;*/
  margin-bottom: 15px;
}

.incatdd label {
  font-size: 14px;
  color: #999999;
  margin-bottom: 5px;
}

#addPostType {
  margin: 15px 0px;
  font-size: 14px;
  padding: 5px;
  height: 35px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: inherit;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 3px 8px;
}

.search-desktop ul.dropdown-menu {
  width: 100% !important;
  left: 0 !important;
}

#addPostType:focus {
  box-shadow: none;
}

.select2-container {
  margin: 0px;
}

.select2-container .select2-selection--single {
  height: 35px !important;
}

.questionBox input:focus {
  box-shadow: none;
  border-color: transparent;
  border-bottom: 1px solid #2d76a1;
}

.questionBox textarea {
  border: none;
  min-height: 100px;
  padding: 0px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 0px;
}

.questionBox textarea:focus {
  box-shadow: none;
  border-color: transparent;
}

.modal-footer .btn {
  border-radius: 30px;
}

.btn-secondary {
  background-color: #dedede;
  border-color: #dedede;
  color: #333333;
}

.btn-secondary:hover {
  background-color: #dcdcdc;
}

.btn-primary {
  background-color: #2d75a1;
  border-color: #2d75a1;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #21668f;
}

/*********************************************************
 style for comment area starts
**********************************************************/

.commentOuter {
  display: none;
}

.commentList {
  width: 100%;
}

.numComment {
  padding: 10px 0px;
  border-top: 1px solid #dddddd;
}

.numComment h4 {
  font-size: 20px;
  color: #464646;
}

.numComment h4 span {
  float: right;
  padding: 2px 10px;
  cursor: pointer;
}

.commentList ul {
  margin: 0px;
  padding: 0px;
}

.postCommentWrap {
  width: 100%;
  background-color: #f7f7f7;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0px 1px 3px 1px #d5d5d5;
}

.postComment {
  width: 100%;
  background-color: #f7f7f7;
  border-top: 1px solid #e0e0e0;
  /*border-bottom: 1px solid #e0e0e0;
    box-shadow: 0px 1px 3px 1px #d5d5d5;*/
  padding: 15px 27px;
}

.postComment img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #ccc;
}

/*
.postComment input {
    width: 100%;
    height: 38px;
    border: 1px solid #b9b9b9;
    border-radius: 20px;
    margin: 0px 10px;
}*/

.postComment textarea {
  width: 100%;
  height: 38px;
  border: 1px solid #b9b9b9;
  border-radius: 20px;
  margin: 0px 10px;
  transition: width 0.25s;
  resize: none;
  overflow: hidden;
}

.btn-comment {
  width: auto !important;
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
  background-color: #2d75a1;
  padding: 7px 24px;
  height: auto !important;
  margin: 0px !important;
}

/*
.commentList ul li ul {
    margin: 0px;
    padding: 0px;
    display: none;
}
*/

.replyList {
  display: none;
}

ul.active {
  display: block;
}

.commentList > ul > li {
  display: block;
  margin-top: 0px;
  cursor: pointer;
}

.commentWrapOuter {
  padding: 10px 27px;
}

.commentWrap {
  display: flex;
}

.userImg img {
  width: 75px;
  height: 75px;
  /* border-radius: 50%; */
  border: 2px solid #ccc;
}

.userCommemt {
  width: 100%;
  padding-left: 10px;
}

.userCommemt h4 {
  font-size: 16px;
  color: #3c8dbc;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
.userCommemt h4 a {
  color: #1b1b1b;
}

.userCommemt h4 span {
  float: right;
  font-weight: 400;
  color: #464646;
  color: #a29f9f;
  font-size: 12px;
}

.userCommemt h4 small {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  color: #464646;
  font-weight: 400;
}

.userCommemt p {
  font-size: 14px;
  line-height: 18px;
  margin: 12px 0px;
  word-break: break-all;
}

.userCommemt > ul > li {
  display: inline-block !important;
  font-size: 10px;
  font-weight: 800;
  margin: 0px 10px 0px 0px !important;
  padding: 0px !important;
}

.userCommemt > ul > li a {
  color: #8e8e8e;
}

.userCommemt > ul > li a:hover {
  text-decoration: none;
  color: #757575;
}
.postTopRight a {
  color: #a6a6a6;
}
.commentList ul li ul li {
  display: block;
  margin-left: 50px;
}

.addCommentWrap {
  display: none;
}

.addComment {
  width: 100%;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  padding-left: 46px;
}

.addComment img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ccc;
}

.addComment input {
  width: 100%;
  height: 38px;
  border: 1px solid #b9b9b9;
  border-radius: 20px;
  margin: 0px 10px;
}

.add-comment {
  width: auto !important;
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
  background-color: #2d75a1;
  padding: 7px 24px;
  height: auto !important;
  margin: 0px !important;
}
.comment-attachment {
  width: 100%;
  background-color: #f7f7f7;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 10px 27px 15px 52px;
}
.comment-attachment label {
  cursor: pointer;
  margin-right: 10px;
  font-weight: 600;
  color: #8e8e8e;
  min-width: 80px;
}
.input-url {
  width: 56% !important;
  margin: 0px !important;
  border-radius: 20px;
}
.attached-video-wrap {
  margin-top: 15px;
}
.attached-video-wrap label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #8e8e91;
}
.add-img,
.add-video {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.attached-img-wrap {
  display: block;
  margin-top: 15px;
}
.attached-img-wrap label {
  font-size: 12px;
  font-weight: 600;
  color: #8e8e91;
  margin-bottom: 6px;
}

.attached-img {
  display: flex;
}
.attached-img img {
  width: 70px;
  height: 70px;
  border-radius: 0px;
  border: 3px solid #d8d8d8;
  margin-right: 10px;
}
.attached-img video {
  border: 3px solid #d8d8d8;
}
.err-msg {
  color: red;
  position: absolute;
  top: 43px;
  left: 53px;
}
.add-comment-attachment {
  display: flex;
  padding-left: 73px;
}
.add-comment-attachment label {
  cursor: pointer;
  margin: 0px 10px;
  font-weight: 600;
  color: #8e8e8e;
}
.addCommentLink a {
  font-size: 12px;
  margin-top: 10px;
  margin-right: 0px;
}
.preview-wrap {
  margin-left: 55px;
  display: flex;
  margin-top: 6px;
}
.img-preview img {
  width: 40px;
  height: 40px;
  border-radius: 0px;
  border: none;
  margin: 0px 5px;
}
.video-preview {
  display: none;
}

/*********************************************************
 style for comment area ends
**********************************************************/

/***********************************************************
    About us style
************************************************************/

.innerpageCont {
  padding-top: 90px;
  padding-bottom: 90px;
}

.innerpageHeading {
  padding: 50px 0px;
  display: flex;
  justify-content: center;
}

.innerpageHeading h1 {
  font-size: 40px;
  color: #2d76a1;
  font-weight: 500;
  letter-spacing: 1px;
}

.pageCont {
  padding: 0px 50px;
}

.pageCont p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #5a5a5a;
  margin: 15px 0px;
}

.pageCont img {
  display: table;
  margin: 0 auto;
}

.pageCont ul li {
  display: block;
  font-size: 16px;
  margin: 10px 0px;
  color: #5a5a5a;
  font-weight: 600;
  background: url('../images/check-mark.png') no-repeat top left;
  padding-left: 20px;
}

.pageCont ul li span {
  color: #2d76a1;
}

.pageCont h3 {
  font-size: 20px;
  text-align: center;
  margin: 30px 0px;
  color: #2d76a1;
  font-weight: 500;
}

.pageCont strong {
  font-size: 18px;
  color: #383737;
  font-weight: 600;
  font-style: italic;
}

/*------style for members page starts--------------*/

.member-wrap {
  width: 100%;
  padding: 16px;
  margin-top: 16px;
  -moz-display: flex;
  display: flex;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 1px #d5d5d5;
  border-radius: 3px;
  position: relative;
  z-index: 10;
}

.member-img {
  width: 20%;
}
.member-img-custom img {
  width: 100% !important;
}
.member-img img {
  width: 150px;

  border-radius: 0px;
  background-color: #fff;
  border: 4px solid #eaeaea;
}

.member-info {
  width: 80%;
  padding-left: 16px;
}

.member-info h1 {
  font-size: 28px;
  color: #3b3b3b;
}
.member-info h4 {
  font-size: 14px;
  color: #3b3b3b;
  margin-top: 10px;
  -moz-display: flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.member-info h4 span {
  display: inline-block;
  background-color: #2d76a1;
  color: #ffffff;
  margin: 0px 5px;
  border-radius: 4px;
  width: 30px;
  height: 20px;
  -moz-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.member-info ul {
  margin-top: 10px;
}

.member-info ul li {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #3b3b3b;
}

.member-info ul li i.fas,
i.fab {
  width: 15px;
  margin-right: 5px;
  color: #2d75a1;
}

.member-info ul li strong {
  width: 200px;
  display: inline-block;
}

.member-info ul li span {
  display: inline-block;
  color: #8b8b8b;
  font-weight: 400;
 
}
.member-info  ul li.dbl-info span {
  width: 200px;
}
.member-info ul li a {
  color: #999999;
  font-weight: 400;
}

.member-info ul li a:hover {
  text-decoration: none;
  color: #3b3b3b;
}

.member-info p {
  font-size: 16px;
  color: #8b8b8b;
  margin-top: 10px;
  font-weight: 400;
  text-align: justify;
}

.member-info p i.fas {
  width: 15px;
  margin-right: 5px;
  color: #2d75a1;
  float: left;
  height: 30px;
  margin-top: 3px;
}

.member-info p strong {
  width: 120px;
  font-size: 14px;
  font-weight: 600;
  color: #3b3b3b;
  float: left;
  min-height: 40px;
}

.member-about {
  width: 100%;
  padding: 16px;
  margin-top: 16px;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 1px #d5d5d5;
  border-radius: 3px;
  border-top: 4px solid #2d75a1;
}

.member-about h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #3b3b3b;
  font-weight: 400;
}

.member-about p {
  font-size: 14px;
  color: #3a3a3a;
  margin-top: 15px;
  font-weight: 400;
}

.member-about a {
  font-size: 14px;
  color: #3b3b3b;
  font-weight: 600;
}

.member-post {
  width: 100%;
  padding: 16px;
  margin-top: 16px;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 1px #d5d5d5;
  border-radius: 3px;
  position: relative;
  z-index: 10;
}

/*------style for members page ends--------------*/

/*------style for founder page starts--------------*/

.founder-cont {
  width: 100%;
  margin-top: 16px;
  background-color: #ffffff;
  box-shadow: 0px 1px 1px 1px #d5d5d5;
  position: relative;
  z-index: 10;
}
.founder-wrap {
  padding: 16px;
  -moz-display: flex;
  display: flex;
}
.founder-head {
  padding:12px;
  background-color: #eee;
  color: #21668f;
}

.product-cont {
  width: 100%;
  margin-top: 16px;
  background-color: #ffffff;
  box-shadow: 0px 1px 1px 1px #d5d5d5;
  position: relative;
  z-index: 10;
}
.product-wrap {
  padding: 0px 8px;
}
.product-head {
  padding: 12px;
  background-color: #eee;
  color: #21668f;
}
.product-head h6, .founder-head h6 {font-size: 16px!important; font-weight: bold!important;}
.product-info label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #3b3b3b;
}
.product-info p {
  font-size: 16px;
  color: #8b8b8b;
  margin: 15px 0px;
  font-weight: 400;
  padding: 0px 8px;
  text-align: justify;
}
.product-img figure {
  margin-bottom: 0px;
}
.product-img figcaption {
  margin: 5px 0px;
  color: #8b8b8b;
}
.product-label {
  font-size: 14px;
  margin-bottom: 6px;
}
.product-img img {
  width: 100%;
  border: 4px solid #dddddd;
}
.product-link {
  padding: 10px 8px;
}
.product-link p {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #3b3b3b;
}
.product-link p a {
  color: #999999;
  font-weight: 400;
}
.product-link p a:hover {
  color: #3b3b3b;
  text-decoration: none;
}
.company-video {
  padding: 10px 0px;
}
.company-video label {
  font-size: 14px;
  margin-bottom: 6px;
}

/*------style for founder page ends--------------*/

/*------style for edit profile page starts--------------*/
.founder-header {
  margin-top: 10px;
}

.founder-header label {
  padding: 5px;
  display: block;
  background-color: #2d75a1;
  color: #fff;
  font-weight: 400;
}
.manage-wrap label {
  font-size: 16px;
  margin-bottom: 6px;
}
.manage-wrap .form-control {
  padding: 5px;
  font-size: 14px;
}
.manage-wrap .form-control:focus {
  box-shadow: none;
  border-color: #cccccc;
  background-color: #ffffff;
}
.manage-wrap .form-group {
  margin-bottom: 15px;
}
.manage-wrap input[type='text'],
input[type='email'],
input[type='file'] {
  padding: 5px 8px;
  font-size: 14px;
  height: 40px;
  border: 1px solid #ebebeb;
  background-color: #f1f1f1;
  border-radius: 0px;
}
.manage-wrap select {
  padding: 5px 8px;
  font-size: 14px;
  height: 40px;
  border: 1px solid #ebebeb;
  background-color: #f1f1f1;
  border-radius: 0px;
}
.manage-wrap textarea {
  padding: 5px 8px;
  font-size: 14px;
  min-height: 90px;
  height: 40px;
  border: 1px solid #ebebeb;
  background-color: #f1f1f1;
  border-radius: 0px;
}
.btn-add {
  padding: 2px 4px;
  font-size: 12px;
  color: #ffffff !important;
}
.btn-remove {
  padding: 2px 4px;
  font-size: 12px;
  color: #ffffff !important;
}
.add-services {
  margin-bottom: 10px;
}
/* .pwdbox h3 {
  margin-bottom: 25px;
} */

.pwdbox h3 {
  margin-bottom: 25px;
  font-size: 24px;
  padding: 10px 0 0 0;
  color: #666;
}
#is_raised_invest {
  margin: 0px 10px;
}
.browse-img {
  width: 50px;
  height: 50px;
  border-radius: 0px;
  margin-top: 10px;
  border: 2px solid #ccc;
  margin-bottom: 20px;
  display: inline-block;
}
.manage-wrap .custom-file {
  margin-bottom: 0px;
}
.manage-wrap .custom-file-label {
  padding: 5px 8px;
  height: 40px;
  font-size: 14px !important;
}
.manage-wrap .custom-file-label::after {
  height: 38px;
}

/*------style for edit profile page ends--------------*/

.preview-wrap img {
  width: 45px;
  height: 45px;
  margin-right: 5px;
  border-radius: 0px !important;
  border: 2px solid #ccc;
}

/*-----------Style for dashboard start-----------------*/
.d-card .d-items {
  width: 14%;
}
.card {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin-top: 16px;
  position: relative;
  box-shadow: 1px 1px 50px 1px rgba(0, 0, 0, 0.1);
}
a:hover {
  text-decoration: none;
}
.card-img {
  width: 80px;
  height: 80px;
  background-color: rgba(45, 117, 161, 0.1);
  border-radius: 50%;
  padding: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-img img {
  max-width: 40px;
  height: auto;
}
.card h3 {
  margin-top: 20px;
  color: #2d75a1;
  font-size: 16px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .card span{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ffffff;
    color: #d43037;
    font-size: 25px;
    font-weight: normal;
    border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.card span {
  position: absolute;
  bottom: 26px;
  left: 21px;
  background-color: #ffffff;
  color: #d43037;
  font-size: 14px;
  font-weight: normal;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest-post-wrap {
  width: 100%;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 1px 1px 50px 1px rgba(0, 0, 0, 0.1);
}
.latest {
  box-shadow: none;
  border-bottom: 1px solid #d4d4d4;
}
#dashboardTab {
  margin-top: 30px;
}
.tab-content {
  width: 100%;
  height: auto;
  padding: 16px;
  background-color: #ffffff;
  float: left;
}
.btn-view {
  float: right;
}

/*.startup-post .postUser{ width: 60%; display: inherit; }
.startup-post .postCount{ width: 40%; display: inherit; }*/
.postWrap.search-alpha a {
  padding: 3px 3px 3px 5px;
  display: inline-block;
  border: 1px solid #ccc;
  line-height: 1;
  margin: 2px auto;
  width: 26px;
  text-align: center;
}
.startup-post .postUser .userImg {
  /*width:55px;*/
  width: 120px;
}
.startup-post .postUser .userInfo {
  width: calc(100% - 135px);
}
.startup-post .postUser .userImg img {
  width: inherit;
  border-radius: inherit;
  padding: 5px;
}
.startup-post .postUser .userInfo h3 {
  font-size: 19px;
}
.startup-post .postUser .userInfo p i {
  color: #a6a6a6;
}
.startup-post .postUser .userInfo .userReply {
  column-gap: 10px;
}

.text-primary {
  color: #2d75a1 !important;
}

/*
.tab-content ul li{
    display: block;
    font-size: 18px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
    background: url('../images/icon-1.png') no-repeat;
    padding-left: 40px;
}*/
.tab-content ul li a {
  color: #505050;
}
.nav-tabs .nav-item .nav-link {
  font-size: 16px;
  color: #484848;
}

.nav-tabs .nav-item .nav-link.active {
  color: #2d75a1;
}
.btn-view {
  float: right;
  margin-top: 20px;
}
.userReply {
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 100%;
}
.userReply ul {
  margin-top: 15px;
  text-align: center;
}
.userReply ul li {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}

.userReply ul li:not(:last-child) {
  margin-right: 5px;
}
.send-message {
  display: inline-block;
  padding: 6px 10px;
  background-color: #2d75a1;
  color: #fff !important;
  border-radius: 4px;
}
.send-message:hover {
  text-decoration: none;
  background-color: #21668f;
}
.alluserImg {
  border: 5px solid #ecebeb;
  margin: 10px 0px;
  box-shadow: 0px 0px 2px 1px #cacaca;
}
.alluserInfo {
  margin-top: 10px;
}
.alluserInfo h3 {
  font-size: 22px;
  font-weight: 500;
}
.alluserInfo h4 {
  font-size: 15px;
  color: #6f6e6e;
  font-weight: 400;
  margin: 10px 0px;
}
.alluserInfo h4 a {
  color: #6f6e6e;
}
.alluserInfo h4 a:hover {
  color: #222222;
  text-decoration: none;
}
.member-info table tr td:first-child {
  min-width: 150px;
}
img.pitch {
  width: 100px;
}
.modal-header .close {
  position: absolute;
  right: 25px;
  font-size: 33px;
}
ul.incat li::before {
  display: none;
}

ul.incat li::after {
  content: '/';
  position: absolute;
  right: 6px;
}

ul.incat li {
  margin: 0 !important;
  padding: 0 20px 0 0;
}

ul.incat li:last-child::after {
  content: none;
}
.pitch_two {
  width: 100px;
  margin-top: 12px;
  margin-bottom: 10px;
}

a {
  cursor: pointer;
  color: #2d75a1;
}
.proheading {
  font-size: 16px;
  padding: 0 0 7px;
}
.topheading {
  padding-top: 15px;
}

img {
  max-width: 100%;
}
.pitch3 {
  margin: 0 0 10px 0;
}
.clear {
  clear: both;
}
.videoinner {
  padding: 15px 8px;
}
.videoinner a {
  float: left;
  margin: 0 10px 7px 0;
}
.width-inheherit {
  max-width: inherit;
}

/*-------------style for user info modal------------------*/

.user-info-head {
  min-height: 200px;
}
.user-info-head {
  padding: 0px;
}
.alluserImg img {
  width: 100%;
}
.user-info-head {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.user-info-img {
  position: relative;
  margin-top: -100px;
  min-height: 160px;
}
.user-info-img img {
  width: 160px;
  min-height: 140px;
  height: auto;
  position: relative;
  margin: 0 auto;
  display: table;
  border: 8px solid #fff;
}
.user-info-details h2 {
  font-size: 22px;
  text-align: center;
  margin-top: 15px;
  font-weight: 600;
}
.user-info-details h4 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
}
.user-info-details p {
  margin: 25px 0px;
  font-size: 15px;
}
.user-messege {
  text-align: center;
  display: table;
  padding: 5px 20px;
  border: 2px solid #2d75a1;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 20px;
  font-size: 16px;
  color: #2d75a1;
}
.user-messege:hover {
  background-color: #2d75a1;
  color: #ffffff;
}
.modal-header.user-info-head .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 4px 10px 0px 10px;
  font-size: 18px;
  color: #000;
}
.modal-header.user-info-head .btn-close:hover {
  color: #fb0000;
}
.txt-mesg {
  min-height: 140px;
}
.txt-mesg:focus {
  box-shadow: none;
  border-color: #2d75a1;
}
#frm_pfupd {
  width: 100%;
}
#myModalmail .modal-header {
  background-color: #2d75a1;
  color: #ffffff;
}
#myModalmail .modal-footer {
  border-top: none;
  padding-top: 0px;
}
.modal-footer .btn-secondary:hover {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.new_user_img {
  width: 80px;
  height: 80px;
}
.profile_img {
  max-width: 180px;
}

@media (max-width: 991px) {
  .nav-tabs .nav-link.active {
    border-color: #2d75a1;
    border-radius: 0px;
  }
}

@media (max-width: 767px) {
  .userInfo {
    padding-left: 0;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .postWrap,
  .postDetails {
    overflow-x: auto;
  }
}

@media (max-width: 480px) {
  .nav-tabs .nav-item .nav-link {
    padding: 5px 8px;
    font-size: 18px;
    font-weight: 400;
  }
}

.message-box .col-sm-12:nth-child(odd) .postWrap {
  background-color: #edf4ff;
}

/*-----------Style for dashboard ends----------------------*/

.holder {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.holder .field-box:nth-child(2) {
  margin: 0 5px;
}
.inv-info-box {
  margin-bottom: 25px;
}

/*-----------Style for Incubation ends----------------------*/
.dashboard-block {
  background-color: #f4f5f6;
  /* border-radius: 4px;
  padding: 1.5%;
  width: 23%;
  margin-right: 2.5%;
  float: left; */
}
.dashboard-titel {

  color: #000;
  font-size: 22px;
  font-weight: normal;
}
.dashboard-icon {
  /* width: 50%;
  float: left; */
  text-align: right;
  margin-bottom: 10px;
}

.dashboard-details {
  width: 100%;
  float: left;
  text-align: right;
  font-size: 18px;
}
.dashboard-count {
  color: #666;
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 700;
  font-family: Arial;
}
.dashboard-count a {
  color: #666; 
  font-weight: 700;
  
}
.terget {
  width: 50%;
  float: left;
  color: #2c3440;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: normal;
}
.listing-block {border: 1px solid #eee!important;}
.listing-block .listing-block-heading h3 {
  color: #666!important;
}
.listing-block .form-control {
  padding: .375rem .25rem!important;
  font-size: 13px!important;
}
.listing-block label {
 width:100%!important;
}
.listing-block td, .listing-block th {font-size: 14px!important;}
.listing-block table.dataTable {
  margin-top: 26px !important;
}
.listing-block thead {background-color: #f4f5f6!important;}
.listing-block table img {width: 20px!important;}
.percentage {
  width: 50%;
  float: left;
  text-align: right;
  color: #2c3440;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: normal;
}
.progress {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 8px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 6px;
}

.bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: #2892fc;
}
.bar1 {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: #5ad092;
}
.bar2 {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: #fdc45e;
}
.bar3 {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: #4fc6e1;
}
.percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: white;
}

@media (max-width: 767px) {
  .dashboard-block {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dashboard-block {
    width: 47%;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px;
  }
}

/*-----------Style for Incubation listing ends----------------------*/

body {
  padding: 0;
  margin: 0;
  font-family: "Segoe UI Symbol";
  font-size: 14px;
  color: #898690;
  background: #f2f3f6;
}
.container {
  width: 1130px;
  margin: auto;
}
.clearfix {
  clear: both;
}
.left-block {
  float: left;
}
.right-block {
  float: right;
}

.listing-block {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  margin: 40px 0;
}
.listing-block .listing-block-heading {
  float: left;
}
.listing-block .listing-block-heading h3 {
  color: #000;
  padding: 0;
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700 !important;
}
.listing-block .listing-block-heading h4 {
  color: #999;
  padding: 0;
  margin: 0;
  font-size: 12px;
  margin-bottom: 20px;
}
.listing-block .listing-block-member {
  float: right;
  padding-top: 14px;
}
.listing-block .listing-block-member a {
  background-color: #f4f8fb;
  padding: 10px 20px;
  border-radius: 8px;
  color: #999;
  font-size: 13px;
  text-decoration: none;
}
.listing-block .listing-block-member a:hover {
  background-color: #2d74a0;
  color: #fff;
}
.listing-block .listing-block-from {
  padding: 15px 0;
  color: #999;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ccc;
}
.listing-block .block1 {
  width: 20%;
}
.listing-block .block2 {
  width: 14%;
}
.listing-block .block3 {
  width: 20%;
}
.listing-block .block4 {
  width: 11%;
}
.listing-block .block5 {
  width: 11%;
}
.listing-block .block6 {
  width: 9%;
}
.listing-block .block7 {
  width: 15%;
  /* text-align: right; */
}
.listing-block .listing-block-inner-from {
  padding: 12px 0;
  color: #666;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px dashed #ccc;
}
.listing-block .block-inner1 {
  width: 20%;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: 45px;
}
.listing-block .block-inner1 img {
  margin-right: 20px;
}
.listing-block .block-inner2 {
  width: 14%;
  font-size: 13px;
  padding-top: 8px;
}
.listing-block .block-inner2 span {
  color: #000;
  font-weight: normal;
  font-size: 14px;
}
.listing-block .block-inner3 {
  width: 20%;
  line-height: 45px;
}
.listing-block .block-inner4 {
  width: 11%;
  line-height: 45px;
}
.listing-block .block-inner5 {
  width: 11%;
  line-height: 45px;
}
.listing-block .block-inner6 {
  width: 9%;
  line-height: 45px;
}
.listing-block .block-inner7 {
  width: 15%;
  text-align: right;
  padding-top: 12px;
}
.listing-block .block-inner7 a {
  background-color: #f4f8fb;
  border-radius: 4px;
  padding: 10px 12px;
  margin-left: 10px;
  color: #b9bdc9;
}
/* .listing-block .block-inner7 a:hover {
  background-color: #2d74a0;
  color: #fff;
} */

.fin-report table thead {
  background-color: #eee;
  color: #2d75a1;
  font-weight: 400;
}

.table td, .table th {
  padding: .50rem!important;
}
.fin-report table {
  background-color: #fff;
}
.fin-report h3 {
  margin: 20px 0 10px;
  color: #2d75a1;
}
table.todo-table tbody tr td:nth-child(4),
table.todo-table tbody tr td:last-child {
  white-space: nowrap;
}

table.todo-table thead {
  background-color: #2d75a1;
  color: #fff;
}
table.todo-table {
  background-color: #fff;
  text-align: center;
}
.welcome-note-sect{
  margin-bottom: 15px;
}
.error{
  color:red;
}

.mg-b label{
  margin-bottom: 0px;
}
.form-group.mg-b {
  margin-top: 15px;
}


/************************SAYANTAN CSS 19.01.2024**********************/
.member-info li {padding:10px 0; border-bottom:1px solid #eee;}
.manage-wrap input[type="text"], input[type="email"], input[type="file"] {border:none!important;}
.postCard.manage-wrap .g-3 {padding: 20px!important;}
.openMonthlyRevenue {margin-left: 20px!important;}
.fin-report .btn-primary, .fin-report .btn-danger {background: #fff!important; border:none;}
.fa-edit {color: #0062cc!important;}
.fa-trash {color: #c82333!important;}
.fa-floppy-o {color: #0062cc!important;}
.btn-primary.openMonthlyRevenue {background: #21668f!important; border:#21668f!important;}
.fin-report h3 {color:#666!important; font-size: 26px!important;}
.table-bordered td {
  border: none;
  border-bottom: 1px dashed #ccc!important;
  text-align: center!important;
  vertical-align: middle!important;
}
.table thead th {text-align: center!important;}
.sd {
  color: #0062cc !important;
}