body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f3f3f3;
}


/* font-family: 'Open Sans', sans-serif; */


/* 	font-family: 'Montserrat', sans-serif; */

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

button[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}


/* material icon */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}


/* Sign in page  added by partha*/

.signin-wraper {
  min-height: 100vh;
  background-color: #F4F5FA;
  padding: 50px 15px;
}

.sign-in-card-block {
  box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07);
  width: 100%;
  max-width: 500px;
  margin: auto;
  background-color: #fff;
  padding: 25px 16px;
}

.login-tagline {
  font-size: 14px;
  text-align: center;
  margin: 0;
  position: relative;
}

.login-tagline:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #dadada;
  z-index: 1;
  top: 50%;
}

.login-tagline>span {
  background: #fff;
  padding: 0 10px;
  color: #6B6F82;
  position: relative;
  z-index: 2;
}

.sign-in-form-container .form-group label {
  color: #2b335e;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: initial;
  font-weight: 600;
  display: block;
}

.sign-in-card-block .form-group label {
  color: #2b335e;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: initial;
  font-weight: 600;
  display: block;
}

.sign-in-form-container .form-group label small {
  font-size: 90%;
}

.sign-in-form-container .form-group .form-control {
  border: 1px solid #cacfe7;
  color: #3b4781;
  height: 42px;
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
}

.sign-in-form-container .form-group .form-control:focus {
  box-shadow: none;
  border-color: #3b4781;
}

.sign-in-form-container .form-group {
  margin-bottom: 15px;
}

.login-btn {
  border: 1px solid #3f9e85 !important;
  background-color: #3f9e85 !important;
  color: #FFFFFF;
  display: block;
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.login-btn:focus {
  outline: none;
}

.checkbox-label {
  position: relative;
}

.checkbox-label>input {
  position: absolute;
  left: 0;
  opacity: 0;
}

.checkbox-label .check-mark {
  width: 17px;
  height: 17px;
  border: 2px solid #000;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}

.checkbox-label>input:checked~.check-mark {
  background-color: #000;
}

.checkbox-label>input:checked~.check-mark:after {
  content: "";
  width: 6px;
  height: 14px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  transform: rotate(43deg);
  left: 4px;
  top: -1px;
}

.login-alert {
  background-color: #001489;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.sign-in-card-block-header {
  padding-bottom: 35px;
}

.login-alert .close img {
  width: 14px;
}

button:focus {
  outline: none;
}

.sign-in-card-block-footer {
  padding-top: 75px;
  padding-bottom: 25px;
}

.login-tagline span a {
  color: #0c84d1;
}

.red-bg {
  background-color: #FF4961;
}


/* new header style */

.new-header {
  background-color: #232943;
}

.white-header {
  background-color: #fff;
}

.header-inner {
  padding: 10px 0;
}

.logo-link {
  /*width: 40px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border: 1px solid #fff;
*/
}

.logo-link>img {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.unstyled-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left {
  display: flex;
  align-items: center;
}

.left-menu {
  flex-grow: 1;
  padding-left: 15px;
}

.main-menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.main-menu li a {
  padding: 0 15px;
  color: #b9cded;
  font-weight: 500;
  font-size: 15px;
}

.main-menu li.menu-close-btn {
  display: none;
}

.main-menu li a:hover,
.main-menu li a.active {
  color: #fff;
  text-decoration: none;
}

.container-fluid {
  max-width: 1400px;
}

/* .user-image {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  vertical-align: middle;
  margin-left: 10px;
} */

/* added by PP on 21/06/21 */

.user-image {
  background: #1563D8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  font-size: 14px;
  vertical-align: middle;
  margin: 0 0 0 15px;
  color: #fff;
}

.user-initial-list{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #1563D8;
  font-size: 18px;
  vertical-align: middle;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* end */
.right-side-menu li a .user-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-side-menu li a .current-user-name {
  color: #b9cded;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100px;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.right-side-menu li a:hover{
  text-decoration: none !important;
}

.right-side-menu li a .current-user-name small {
  margin-right: 5px;
}

.right-side-menu li a {
  position: relative;
  padding: 0 10px;
}

.right-side-menu li:last-child a {
  padding-right: 0;
}

.right-side-menu li {
  display: inline-block;
  vertical-align: middle;
}


/* .right-side-menu li a.notification-icon:after {
content: "";
width: 6px;
height: 6px;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
background-color: #f45b9e;
position: absolute;
top: -7px;
right: calc(50% - 3px);
} */

.right-side-menu li.mobile-menu {
  display: none;
}

.mobile-menu-btn {
  background: transparent;
  border: none;
}

.mobile-menu-btn img {
  width: 30px;
}

.menu-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 98;
  display: none;
}


/* dropdown */

.dropdown-parent {
  position: relative;
}

.custom-dropdown-menu {
  background: #fff;
  padding: 15px;
  position: absolute;
  border-radius: 8px;
  box-shadow: 0 9px 15px #f1f0f0;
  min-width: 190px;
  top: 90%;
  z-index: 15;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: none;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}

.dropdown-parent:hover .custom-dropdown-menu {
  display: block;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.dropdown-menu-list li a {
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #807b7b;
}

.dropdown-menu-list li {
  margin-bottom: 10px;
  display: block;
}

.dropdown-menu-list li:last-child {
  margin-bottom: 0;
}

.dropdown-menu-list li a img {
  margin-right: 15px;
}

.dropdown-menu-list li a:hover {
  color: #001489;
}

.profile-name-section {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.profile-name-section figure {
  margin: 0;
  width: 65px;
  height: 65px;
  border-radius: 5px;
}

.profile-name-section figure img {
  width: 100%;
  height: 100%;
}

.profile-name-section span {
  width: calc(100% - 65px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  padding-left: 15px;
}

.custom-dropdown-menu.profile-dropdown {
  left: auto;
  right: 0;
  width: 250px;
}

.custom-dropdown-menu.profile-dropdown li {
  margin-bottom: 15px;
}

.custom-dropdown-menu.profile-dropdown li a {
  font-size: 14px;
  color: #807b7b;
  font-weight: 500;
}

.custom-dropdown-menu.profile-dropdown li a:hover {
  color: #001489;
  text-decoration: none
}

.custom-dropdown-menu.profile-dropdown li:last-child {
  margin-bottom: 0px;
}

.sign-out-btn {
  background: #c8d1e2;
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 15px;
  border-radius: 15px;
  color: #012f7a;
}

.upgrade-btn {
  background: transparent;
  border: none;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 15px;
  border-radius: 15px;
}

.log-out-btn-container {
  padding: 15px 15px;
  border-top: 1px solid #d0d3d6;
  margin-top: 16px;
  margin-left: -15px;
  margin-right: -15px;
}


/* 05_02_2020 */

.main-content-area {
  padding-top: 35px;
  padding-bottom: 100px;
  min-height: 100vh;
}

.white-box-container {
  box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07);
  width: 100%;
  background-color: #fff;
  padding: 20px;
}

.white-box-heading {
  color: #5a487e;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.add-question-btn {
  background-color: #3f9e85;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border: none;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 24px;
}

.white-box-content-header {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-table {
  border-collapse: separate;
  border-spacing: 0 15px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #9c9a9a;
}

.custom-table tbody tr {
  background-color: #fff;
  padding: 15px 0;
  box-shadow: 0 0 20px #efefef;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.custom-table td {
  border: none !important;
  padding: 15px 10px;
  vertical-align: middle;
}

.custom-table th {
  border: none !important;
  padding: 5px 10px;
}

.custom-table td.name-cell {
  color: #000;
  font-weight: 600;
  max-width: 150px;
}

.custom-table td.name-cell span {
  display: inline-flex;
  padding: 5px;
  background: #f5f5f8;
  min-width: 27px;
  border: 1px solid #d0d0f9;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  border-radius: 6px;
}

.custom-table td.name-cell a {
  color: #001489;
  /* text-decoration: none; */
}

.status-text {
  font-size: 12px;
  padding: 6px 14px;
  /* background: #666; */
  border-radius: 13px;
  min-width: 85px;
  display: inline-block;
  text-align: center;
}

.status-text.published {
  background-color: #e5ffe5;
  color: #2f864e;
}

.status-text.draft {
  background-color: #fbe4e6;
  color: #b5767c;
  display: inline-flex;
  align-items: center;
  height: 28px;
}

.custom-table td .date {
  color: #000;
  font-weight: 600;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.custom-table td .date:before {
  content: "";
  width: 30px;
  background-image: url(../images/calendar-icon.png);
  position: relative;
  height: 23px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  vertical-align: middle;
  margin-right: 10px;
}

.cell-view-btn {
  background: #e9ebff;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 17px;
  color: #686ca1;
  margin: 2px;
}

.cell-btn i {
  font-size: 15px;
  margin-right: 5px;
}

.cell-edit-btn {
  background: #fcead8;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 17px;
  color: #e89342;
  margin: 2px;
}

.cell-publish-btn {
  background: #e5ffe5;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 17px;
  color: #2f864e;
  margin: 2px;
}

.cell-archieve-btn {
  background: #fbe4e6;
  color: #a77c81;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 17px;
  margin: 2px;
}

.cell-publish-btn i {
  font-size: 15px;
  margin-right: 5px;
}

.custom-table td.action-cell {
  max-width: 160px;
  text-align: right;
}

footer {
  background-color: #f4f4f4;
  padding: 10px 0;
}

.inner-footer p {
  color: #7e829b;
  font-weight: 500;
  font-size: 12px;
}

.step-progress-list li .step-count>b {
  background: #ededed;
  width: 45px;
  height: 45px;
  display: flex;
  border-radius: 100%;
  padding: 5px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.step-progress-list li .step-count {
  display: inline-block;
  border-radius: 100%;
  padding: 4px;
  border: 2px solid transparent;
}

.step-progress-list li {
  position: relative;
  z-index: 2;
}

.step-progress-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.step-progress-list li.total-progress {
  position: absolute;
  height: 2px;
  left: 10px;
  /* right: 10px; */
  top: calc(50% - 1px);
  background: #3f9e85;
  max-width: calc(100% - 20px);
}

.step-progress-list:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 10px;
  right: 10px;
  top: calc(50% - 1px);
  background: #ededed;
}

.step-progress-list li.inprogress .step-count {
  border-color: #3f9e85;
  background-color: #fff;
}

.step-progress-list li.inprogress .step-count>b {
  background-color: #3f9e85;
}

.step-progress-list li.completed .step-count>b {
  background-color: #3f9e85;
}

.step-progress-counter-div {
  padding: 35px 0;
}

.step-title {
  color: #b0b2c0;
  font-weight: 100;
  font-size: 22px;
  margin-bottom: 23px;
}

.step-heading {
  font-size: 30px;
  color: #000;
  margin-bottom: 21px;
}

.question-container .form-group label {
  color: #2b335e;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: initial;
}

.question-container .form-group .form-control {
  border: 1px solid #cacfe7;
  color: #3b4781;
  height: 45px;
  padding: 10px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
}

.question-container .form-group .form-control:focus {
  box-shadow: none;
  border-color: #3b4781;
}

.half-width {
  max-width: 50%;
}

.white-box-content-footer {
  border-top: 1px solid #dadada;
  padding-top: 25px;
  margin-top: 75px;
}

.next-btn {
  border: 1px solid #3f9e85 !important;
  background-color: #3f9e85 !important;
  color: #FFFFFF;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  min-width: 206px;
  margin: 5px;
}

.next-btn:hover {
  border: 1px solid #31b995 !important;
  background-color: #31b995 !important;
}

.previous-btn {
  border: 1px solid #ededed !important;
  background-color: #ededed !important;
  color: #2e2e2e;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  min-width: 206px;
  margin: 5px;
}

.checkbox-listing li {
  width: 33.33%;
  padding: 5px;
}

.checkbox-listing li label {
  margin: 0;
}

.checkbox-listing {
  margin-left: -5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


/* #card page
================================================== */

.supplier-section {
  padding-top: 30px;
  padding-bottom: 15px;
}

.supplier-section .card {
  padding: 30px 0;
  box-shadow: rgba(204, 204, 204, 0.17) 0px 0px 20px 2px;
  margin-bottom: 20px;
}

.card-title {
  font-family: 'Poppins';
  padding: 10px 0;
  font-size: 60px;
  color: #012f7a;
  font-weight: 600;
}

.supplier-section .card-text {
  font-size: 16px;
  color: #aaafb1;
  font-weight: 500;
}

.card-body {
  padding: 0 !important;
}


/*extra*/

.rel {
  position: relative !important;
}

.notify-signal {
  background: #f75a5f;
}

.notify-signal {
  height: 6px;
  width: 6px;
  position: absolute;
  top: -3px;
  right: -3px;
  background: #18c5a9;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}


/* post-card */

.post-card {
  margin-bottom: 30px;
}

.post-card .post-card-thumbnail,
.post-card .post-card-thumbnail img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.post-card .post-card-header {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 10px;
}

.post-card .post-card-heade-text {
  padding: 0 10px;
}

.post-card .post-card-heade-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #515465;
}

.post-card-text {
  padding-top: 15px;
}

.post-card .post-card-heade-text span {
  font-size: 12px;
  font-weight: 400;
}

.post-card .post-card-body {
  padding: 15px;
  background-color: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: rgba(204, 204, 204, 0.59) 0px 0px 3px 1px;
}

.post-card .post-card-body strong {
  color: #ee3131;
  font-size: 12px;
  font-weight: 700;
}

.post-card .post-card-body .comment {
  color: #002f79;
}

.post-card .post-card-body .comment img,
.post-card .post-card-body .share img {
  padding: 0 10px;
}

.post-card .post-card-body .share {
  color: #7e829b;
}

.post-card .post-card-title {
  margin-bottom: 10px;
}

.post-card .post-card-title a {
  color: #1D2228;
}

.post-card .post-card-title a:hover {
  color: #ff6767;
}

.post-card .post-card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 15px;
}

.post-card p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 15px;
  color: #7e829b;
  font-weight: 500;
}

.post-card .post-card-meta.post-card-head {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-top: 0px;
}

.post-card .post-card-meta span {
  font-size: 13px;
  color: #848486;
}

.post-card-difficulty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-card-difficulty-inner {
  margin-right: 10px;
}

.post-card-difficulty-inner span {
  width: 3px;
  height: 7px;
  background-color: #848486;
  display: inline-block;
}

.post-card .post-card-meta span i {
  margin-right: 10px;
}

.post-card-difficulty-inner span.active {
  background-color: #85B72C;
}

.post-card-difficulty-inner span:nth-child(2) {
  height: 10px;
}

.post-card-difficulty-inner span:nth-child(3) {
  height: 13px;
}

.post-card-duration {
  display: inline-block;
}

.post {
  margin-bottom: 40px;
}

.post .post-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.post .post-thumbnail a {
  display: block;
}

.post .post-thumbnail img {
  width: 100%;
  border-radius: 8px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1) translateX(0) rotate(0deg);
  -ms-transform: scale(1) translateX(0) rotate(0deg);
  transform: scale(1) translateX(0) rotate(0deg);
}

.post .post-thumbnail:hover img {
  -webkit-transform: scale(1.1) translateX(0) rotate(2deg);
  -ms-transform: scale(1.1) translateX(0) rotate(2deg);
  transform: scale(1.1) translateX(0) rotate(2deg);
}

.post .post-thumbnail .post-meta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  pointer-events: none;
  padding: 20px;
  border-bottom: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.post .post-thumbnail .post-meta span {
  display: block;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 13px;
}

.post .post-thumbnail:hover .post-meta {
  opacity: 1;
  visibility: visible;
}

.post.post-no-thumbnail .post-meta {
  margin: 0;
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post.post-no-thumbnail .post-meta span {
  font-size: 13px;
}

.post-categories {
  margin-top: 15px;
}

.post-categories a {
  display: inline-block;
  padding: 3px 12px;
  color: #ff6767;
  background-color: #ffdbdb;
  border-radius: 8px;
  font-weight: 600;
  margin: 0 2px 5px 0;
  font-size: 13px;
}

.post-categories a:hover {
  background-color: #ff6767;
  color: #fff;
}

.post .post-title a {
  color: #1D2228;
}

.post .post-title a:hover {
  color: #ff6767;
}

.post .post-body {
  margin: 10px 0 0;
}

.post .post-body .post-title {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 30px;
}

.post .video-player-trigger,
.post-single .video-player-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.post .video-player-trigger a,
.post-single .video-player-trigger a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-player-trigger a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ff6767;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}


/* style for home page */

.landing-page-header {
  font-family: 'Open Sans', sans-serif;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.header-top-section {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}

.header-top-col {
  width: 50%;
  /* padding:0 15px; */
}

.header-social-media-listing {
  display: flex;
}

.header-social-media-listing>li {
  padding: 0 10px;
}

.header-social-media-listing>li:first-child {
  padding-left: 0;
}

.header-menu-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}

.header-menu-list li {
  padding: 0 10px;
}

.header-menu-list li:last-child {
  padding-right: 0
}

.header-menu-list li a img {
  max-width: 20px;
}

.header-menu-list li a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.landing-page-header a:hover {
  text-decoration: none;
  color: #fff !important;
}

.header-bottom-section {
  display: flex;
  display: -webkit-flex;
  padding: 15px 0;
}

.logo-section {
  width: 150px;
}

.logo-section img {
  max-width: 100%;
}

.main-menu-section {
  width: calc(100% - 150px);
}

.landing-main-menu {
  text-align: right;
}

.landing-main-menu li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

.landing-main-menu li:last-child {
  padding: 0;
}

.landing-main-menu li a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: block;
}

.landing-main-menu li a.menu-sign-in-btn {
  background-color: #001489;
  padding: 14px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.landing-main-menu li a.menu-sign-up-btn {
  background-color: #3f9e85;
  padding: 14px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.landing-main-menu li a.menu-sign-up-btn:hover {
  background-color: #309077;
}

.landing-main-menu li a.menu-sign-in-btn:hover {
  background-color: #152dbb;
}

.landing-page-header.fixedHeader {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 10px #f1f1f1;
  top: -43px;
}

.landing-page-header.fixedHeader a {
  color: #000;
}

.landing-page-header.fixedHeader a.menu-sign-in-btn,
.landing-page-header.fixedHeader a.menu-sign-up-btn {
  color: #fff;
}

.landing-page-header.fixedHeader {}

.landing-page-header.fixedHeader .fixed-header-logo {
  display: block;
}

.landing-page-header.fixedHeader .header-logo {
  display: none;
}


/* banner */

.banner-section {
  background-color: #c5c3c3;
  font-family: 'Open Sans', sans-serif;
  padding-top: 230px;
  padding-bottom: 70px;
  background-image: url(../images/banner_1.jpg);
  min-height: 80vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.baner-get-started-btn {
  background-color: #001489;
  padding: 14px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-left: 12px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.baner-clear-btn {
  background-color: transparent;
  padding: 10px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  border: 2px solid #fff;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.baner-get-started-btn:hover {
  background-color: #152dbb;
}

.baner-clear-btn:hover {
  background-color: #3f9e85;
  border-color: #3f9e85;
}

.banner-section-heading-container {
  max-width: 750px;
  min-height: 152px;
}

.banner-section-heading {
  /* transition: all 0.5s 4.25s; */
  color: #ffffff;
  font-size: 42px;
}

.banner-article {
  margin-bottom: 110px;
}

.info-block-container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.info-block-container .info-block {
  width: 25%;
  padding: 15px;
}

.info-block-container .info-heading {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}

.info-block-container .info-text {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
}

.info-icon {
  padding: 0 0 10px 15px;
}


/* feature section */

.feature-section-nav-container {
  /* border-top: 1px solid #e5e7f2; */
  border-bottom: 1px solid #e5e7f2;
  background: #f7f9fb;
  text-align: center;
  padding: 14px 0;
  margin-bottom: 45px;
  position: sticky;
  top: 80px;
  z-index: 2;
}

.feature-section-nav-text {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 15px;
}

.feature-section-nav-text a {
  transition: 0.25s;
  color: #1f1f1f;
}

.feature-section-nav-text a:hover {
  text-decoration: none;
  color: #2c46ba;
}

.market-place-container {
  font-family: 'Open Sans', sans-serif;
}

.market-place-heading {
  color: #1f1f1f;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 28px;
  position: relative;
}

.market-place-text {
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
  color: inherit;
  font-size: 18px;
  margin-bottom: 0;
  color: #828282;
}

.marketplace-feature-listing {
  margin-top: 25px;
  margin-bottom: 30px;
}

.marketplace-feature-listing li {
  line-height: 30px;
  margin-bottom: 10px;
  position: relative;
  margin: 0;
  font-weight: normal;
  padding: 0;
  color: #828282;
  font-size: 14px;
}

.marketplace-feature-listing li:before {
  content: "";
  margin-right: 16px;
  color: #2c46ba;
  position: relative;
  background-image: url(../images/tick.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.join-waitlist-btn {
  background-color: transparent;
  padding: 10px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  border: 2px solid #001489;
  font-size: 15px;
  font-weight: 600;
  color: #001489;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.join-waitlist-btn:hover {
  background-color: #001489;
  color: #fff;
  text-decoration: none;
}

.market-place-article figure {
  border: 1px solid #e5e7f2;
  border-radius: 4px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.045);
  width: 64px;
  height: 64px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.market-place-container {
  padding: 50px 0;
}

.market-place-article {
  max-width: 485px;
}

.feature-section {
  background-color: white;
}

.market-place-image img {
  max-width: 100%;
}

.who-we-are-section {
  font-family: 'Open Sans', sans-serif;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/solution_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.who-we-are-heading {
  margin-bottom: 10px;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 400;
}

.who-we-are-sub-heading {
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 18px;
}

.counter-inner .counter {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 75px;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  color: #fff;
}

.counter-inner .counter .counter-unit {
  opacity: 0.6;
}

.counter-heading {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}

.counter-text {
  line-height: 1.6;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
}

.testimonial-section {
  padding-top: 100px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 120px;
  background-color: #fff;
}

.testimonial-heading {
  margin-bottom: 10px;
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1.3;
  font-weight: 400;
  color: #1f1f1f;
  text-align: center;
}

.testimonial-sub-heading {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
  color: inherit;
  margin-bottom: 20px;
  text-align: center;
  color: #828282;
}

.slider-image-container {
  position: relative;
  padding: 0 70px;
}

.testimonial-test-container {
  position: relative;
  padding: 0 50px;
}

.testimonial-test-container img {
  width: 100%;
}

.msg-container {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 10px 90px -20px hsla(0, 0%, 15%, 0.25);
  box-shadow: 0 10px 90px -20px hsla(0, 0%, 15%, 0.25);
  padding: 60px;
  left: 0;
  top: 66px;
  max-width: 400px;
  /* bottom:35px;
  display: inline-block;
  width: auto;
  max-width: 45%; */
}

.msg-container .message {
  text-align: left;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
  color: #1f1f1f;
  line-height: 1.3;
}

.msg-container .author {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  width: 100%;
  display: block;
  line-height: 1;
  margin: 0;
}

.designation {
  line-height: 25px;
  display: block;
  width: 100%;
  color: #828282;
  font-size: 14px;
}

.testimonial-slider-container {
  padding-top: 60px;
}

.testimonial-slider .owl-dots span {
  background: #fff !important;
  border-color: #fff !important;
  opacity: 0.5;
  display: block;
  width: 9px;
  height: 9px;
  transition: 0.3s;
  border-radius: 50%;
  margin: 0 8px;
  border: 2px solid transparent;
}

.testimonial-slider .owl-dots .active span {
  opacity: 1;
}

.testimonial-slider .owl-dots {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  text-align: center;
  margin-top: -45px;
  z-index: 10;
}

.testimonial-slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}


/* news section */

.new-section-container {
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  /* padding-bottom: 100px; */
}

.news-title {
  position: relative;
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  padding-bottom: 20px;
  color: #1f1f1f;
  text-align: center;
}

.news-title:after {
  content: "";
  position: absolute;
  border-top: 3px solid;
  height: 1px;
  border-color: #253fe8;
  width: 40px;
  left: calc(50% - 20px);
  bottom: 0;
}

.news-block-row {
  display: flex;
  display: -webkit-flex;
}

.news-block {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 15px;
  min-height: 190px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.news-block-row .news-block:last-child {
  border: none;
}

.bdr-btm {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.news-block-container {
  padding: 100px 0;
}


/* footer */

.landing-footer {
  font-family: 'Open Sans', sans-serif;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 0;
}

.top-footer {
  background-color: #001389;
  padding: 60px 0;
}

.bottom-footer {
  padding: 25px 0 25px 0;
  background-color: #5a66ab;
}

.copy-right-text {
  margin: 0;
  opacity: 1;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
}

.privacy-link-list {
  text-align: right;
}

.privacy-link-list li {
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.privacy-link-list li a {
  margin: 0;
  opacity: 1;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
}

.privacy-link-list li a:hover {
  text-decoration: none;
  color: #001389;
}

.footer-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 20px;
  letter-spacing: 0;
  color: #ffffff;
}

.footer-menu li a {
  line-height: 30px;
  color: #fff;
  font-size: 14px;
}

.footer-menu li a:hover {
  text-decoration: none;
  color: #b2bdff;
}

.footer-link-img {
  width: 50px;
  border-radius: 5px;
  border: 1px solid #fff;
}

.text-widget {
  background: #5a66ab;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 10px;
  text-align: left;
}

.footer-box {
  max-width: 239px;
  margin: 0 0 0 auto;
}

.landing-page-content {
  position: relative;
  z-index: 2;
  margin-bottom: 100vh;
  background-color: #fff;
}

.additional-services-heading {
  line-height: 1.6;
  font-weight: 400;
  max-width: 530px;
  margin: auto;
  margin-bottom: 20px;
  font-size: 17px;
  text-align: center;
  margin-top: 20px;
}

.additional-services-container {
  padding: 100px 0;
}

.tab-content-container {
  display: none;
}

.aditional-service-tab-item.active .tab-content-container {
  display: block;
}

.tab-content-container .market-place-article {
  max-width: 531px;
  margin: 0 0 0 auto;
}

.before-content {
  padding-bottom: 12px;
}

.before-content:after {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: red; */
  width: 55px;
}

.green-content-bg:after {
  background-color: #3f9e85;
}

.red-content-bg:after {
  background-color: #bd0411;
}

.orange-content-bg:after {
  background-color: #d07644;
}

.mobile-view {
  display: none;
}

.additional-tab-navigation-list {
  display: flex;
  justify-content: center;
  justify-content: center;
  border-bottom: 1px solid #e5e7f2;
  margin-bottom: 70px;
  margin-top: 54px;
}

.additional-tab-navigation-list li {}

.additional-tab-navigation-list li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: #666;
  text-decoration: none;
  padding: 0 15px;
  position: relative;
  max-width: 178px;
  display: block;
  text-align: center;
  padding-bottom: 20px
}

.additional-tab-navigation-list li a.active:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #001489;
  width: 100%;
}


/* Added by Avoy ***/

.custom-table td.created-cell {
  width: 290px;
}

.cell-approve-btn {
  background: #e5ffe5;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 17px;
  color: #2f864e;
  margin: 0px 2px;
  height: 28px;
}

.cell-delete-btn {
  background: #ffeaed;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 17px;
  color: #ff6b7f;
  margin: 2px;
  height: 28px;
}

.status-text.view {
  background-color: #e9ebff;
  color: #686ca1;
  padding: 4px 16px;
  font-size: 12px;
}

.status-text.view i {
  vertical-align: -7px;
  font-size: 22px;
  margin-right: 5px;
}

.image_c {
  position: relative;
  width: max-content;
  display: inline-block;
  margin-right: 10px;
}

.image_c img {}

.image_c i {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  /* border: #FFF 3px solid; */
  border-radius: 100%;
  color: #36d870;
}

button.cell-btn:hover {
  opacity: .8
}

.status-text.acepeted {
  background-color: #e5ffe5;
  color: #2f864e;
  padding: 4px 16px;
  font-size: 12px;
}

.status-text.acepeted i {
  vertical-align: -7px;
  font-size: 22px;
  margin-right: 5px;
}

.status-text.denied {
  background-color: #ffeaed;
  color: #ff6b7f;
  padding: 4px 16px;
  font-size: 12px;
}

.status-text.denied i {
  vertical-align: -7px;
  font-size: 22px;
  margin-right: 5px;
}

.status-text.clarify {
  background-color: #fcead8;
  color: #e89342;
  padding: 4px 16px;
  font-size: 12px;
}

.status-text.clarify i {
  vertical-align: -7px;
  font-size: 22px;
  margin-right: 5px;
}

.biz_connection_table .custom-table td.action-cell {
  text-align: center;
  width: 150px;
}

.denial_popup {
  width: 864px;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background-color: #ffffff;
  padding: 40px 40px 32px 40px;
  top: 115px;
  left: 50%;
  transform: translate(-50%, 0%);
  position: absolute;
  z-index: 2;
}

.denial_popup h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.denial_popup p {
  opacity: 0.5;
  font-size: 14px;
  font-weight: normal;
}

.popup {
  display: none
}

.clarify_popup {
  display: none
}

textarea {
  width: 100%;
  min-height: 150px;
  border: solid 1px #999;
  border-radius: 5px;
}

.denial_popup textarea {
  height: 280px;
  padding: 10px;
}

.submit_button {
  background-color: #3f9e85;
  border-radius: 22px;
  color: #eee;
  border: 0;
  padding: 7px 32px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  height: 45px;
  line-height: 2em;
  align-items: center;
}

.submit_button:hover {
  color: #FFF
}

.modal_background {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
  left: 0;
  top: 0;
}

.modal_background.show {
  display: block
}

.connectiontable .custom-table td.action-cell {
  width: 220px;
}

.connectiontable .custom-table td.name_big-cell {
  width: 470px;
}

.applicationtable .custom-table td.name_big-cell {
  width: 470px;
}

.applicationtable .custom-table td.action-cell {
  max-width: 186px;
}

.pendingapplicationtable .custom-table td.name_big-cell {
  width: 300px;
}

.pendingapplicationtable .custom-table td.action-cell {
  max-width: 210px;
}

.connection_list_left {
  padding-top: 20px;
}

.connection_list_left .search_div {
  position: relative;
}

.connection_list_left .search_div .form-control {
  padding-right: 40px;
  height: 45px;
  font-size: 14px;
  overflow: hidden;
}

.connection_list_left .search_div button {
  background: transparent;
  font-weight: 600;
  font-size: 12px;
  border: 0;
  position: absolute;
  right: 10px;
  top: 9px;
  background: #fafafa;
  height: 68%;
  padding: 0px 15px;
}

.connection_list_left .search_div button i {
  vertical-align: -5px;
  color: #00297b;
  font-size: 30px;
  font-weight: 500;
}

.connection_list_left ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

.connection_list_left ul li {}

.connection_list_left ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #968da7;
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
}

.connection_list_left ul li a span {
  background: #e1e3f8;
  padding: 2px 10px;
  border-radius: 5px;
  color: #000;
}

.connection_list_left ul li a:hover {
  box-shadow: rgba(204, 204, 204, 0.23) 0px 0px 18px 6px;
  color: #000;
  text-decoration: none;
}

.connection_list_left ul li a:hover span {
  background: #002f79;
  color: #FFF;
}

.white-box-heading.small_heading {
  font-size: 13px;
  color: #515465;
  max-width: 100%;
}

.left_panel {
  padding: 20px 10px
}

.like_post {
  background: url(../images/like.svg);
  padding-left: 32px;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #000;
  height: 30px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  opacity: .8;
}

.comment_post {
  background: url(../images/comment1.svg);
  padding-left: 32px;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #000;
  height: 30px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  margin-right: 20px;
  opacity: .8;
}

.share_post {
  background: url(../images/share.svg);
  padding-left: 32px;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #000;
  height: 30px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  opacity: .8;
}

.stat_img_holder {
  background: #e5f3fe;
  width: 100px;
  height: 100px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.like_post:hover,
.comment_post:hover,
.share_post:hover {
  opacity: 1;
  text-decoration: none
}

.stat_img_holder.current_s {
  background: #f3f1ff;
}

.stat_img_holder.certified_s {
  background: #fdf8e4;
}

.post_box {
  border: #e6e6e6 1px solid;
  padding: 10px 10px 0px 10px;
  border-radius: 10px;
  background: #FFF;
}

.post_box .post_box_writter {
  position: relative;
  border-bottom: #e6e6e6 1px solid;
}

.post_box .post_box_writter textarea {
  padding: 14px 0px 0px 70px;
  border: none;
}

.post_box .post_box_writter .post_box_writter_image {
  position: absolute;
  top: 10px;
  left: 10px;
}

.post_box .post_box_writter .post_box_writter_image img {
  height: 50px;
  width: 50px;
}

.post_box .post_box_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.post_box .post_box_bottom .post_box_bottom_buttons {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.post_box .post_box_bottom .post_box_bottom_buttons .add_location {
  background: transparent url(../images/location_icon.png) no-repeat;
  padding-left: 36px;
  box-shadow: #ccc9 0px 0px 10px 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-position: 12px center;
  border-radius: 20px;
  padding-right: 20px;
  margin: 6px 9px;
  color: #000;
}

.post_box .post_box_bottom .post_box_bottom_buttons .add_location:hover {
  text-decoration: none
}

.photo_upload {
  padding: 0;
  background: transparent url(../images/upload_photo.png) no-repeat;
  /* width: 22px; */
  margin: 6px 9px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-size: 20px 16px;
  padding-left: 45px;
  box-shadow: #ccc9 0px 0px 10px 2px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-position: 15px center;
  border-radius: 20px;
  padding-right: 25px;
}

.photo_upload input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video_upload {
  padding: 0;
  background: transparent url(../images/upload_video.png) no-repeat center center / 100% auto;
  margin: 6px 9px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-size: 18px 18px;
  padding-left: 45px;
  box-shadow: #ccc9 0px 0px 10px 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-position: 15px center;
  border-radius: 20px;
  padding-right: 20px;
}

.video_upload input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.post-card .post-card-thumbnail {
  margin-bottom: 20px
}

.post-card .post-card-thumbnail a {
  display: inline-block;
  margin-right: 15px
}

.post_box .post_box_writter textarea:focus {
  outline: none
}

.add-question-btn:hover {
  opacity: .8
}

.status-text.view:hover {
  text-decoration: none
}

.certificate_table .custom-table td.action-cell {
  width: 200px;
}

.status-text.pending {
  background-color: #fcead8;
  color: #e89342;
  display: inline-flex;
  align-items: center;
  height: 28px;
}

.register-radio-label {
  position: relative;
  width: 100%;
}

.register-radio-label>input {
  position: absolute;
  opacity: 0;
}

.register-radio-label .check-mark {
  display: inline-flex;
  padding: 7px 10px;
  background: #fff;
  color: #001489;
  border: 1px solid #001489;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  justify-content: center;
  cursor: pointer;
  /*padding-right: 25px;
  */
  min-width: 100%;
  font-size: 13px;
}

.register-radio-label .check-mark i {
  /* display: none; */
  margin-right: 7px;
  opacity: 0;
  position: absolute;
  top: 7px;
  left: 20px;
}

.register-radio-label>input:checked~.check-mark {
  background-color: #001489;
  color: #fff;
}

.register-radio-label>input:checked~.check-mark i {
  /* display: inline-block; */
  opacity: 1;
}

.register-type-radio-listing li {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}

.register-type-radio-listing {
  margin: 15px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.two_field {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

.sign-in-form-container .form-group .two_field .form-control {
  width: 48%;
}

.forbusiness {
  display: none
}

.forgover {
  display: none
}

.forbusiness.show {
  display: block
}

.forgover.show {
  display: block
}

.ordiv {
  margin-bottom: 20px;
}

.ordiv span {
  border: #dadada 1px solid;
  border-radius: 100%;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-size: 20px;
  font-weight: 600;
}

.choose-btn {
  background: transparent;
  font-size: 16px;
  padding: 0;
  margin-right: 10px;
  color: #3f9e85;
  border: #3f9e85 1px solid;
  padding: 5px 30px;
}

.choose-btn:hover {
  background: #3f9e85;
  color: #FFF;
}

.profile_sec {}

.profile_page h3 {
  font-size: 16px;
  color: #515465;
  border-bottom: #eceef9 1px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: 600;
}

.profile_sec .logo_sec {
  max-width: 200px;
  margin-right: 20px;
  border-radius: 20px;
  overflow: hidden;
  height: 200px;
  display: inline-block;
  vertical-align: top;
}

.profile_sec .logo_sec img {
  max-width: 100%;
}

.profile_sec .profile_des {
  display: inline-block;
  width: calc( 100% - 230px);
  padding-top: 8px;
}

.profile_sec .profile_des h1 {
  color: #5a487e;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.profile_sec .profile_des h4 {
  color: #515465;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 13px;
}

.profile_sec .profile_des h6 {
  background-repeat: no-repeat;
  padding-left: 30px;
  color: #7e829b;
  font-size: 14px;
  min-height: 24px;
  display: flex;
  align-items: center;
}

.profile_sec .profile_des h6.address {
  background-image: url(../images/address.png);
}

.profile_sec .profile_des h6.phoneno {
  background-image: url(../images/phone_no.png);
}

.profile_sec .social_shares {
  border-top: #eceef9 1px solid;
  margin-top: 20px;
}

.profile_sec .social_shares ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  /* margin-top: 10px; */
  padding-top: 10px;
  vertical-align: top;
}

.profile_sec .social_shares ul li {}

.profile_sec .social_shares ul li a {
  background-image: url(../images/web.png);
  height: 40px;
  width: 40px;
  margin: 10px;
  padding: 10px;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 46, 121, 0.15) 0px 0px 6px 1px;
  border-radius: 100%;
  background-position: center;
  display: block;
}

.profile_sec .social_shares ul li a :hover {}

.profile_sec .social_shares ul li a.instagram {
  background-image: url(../images/instagram_2.png);
}

.profile_sec .social_shares ul li a.twitter {
  background-image: url(../images/twitter_2.png);
}

.profile_sec .social_shares ul li a.facebook {
  background-image: url(../images/facebook_2.png);
}

.profile_sec .social_shares ul li a.linkedin {
  background-image: url(../images/linkedin_2.png);
}

.profile_des {}

.profile_des p {
  color: #7e829b;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.profile_des label {
  color: #7e829b;
  font-weight: 600;
  font-size: 15px;
  width: 100%;
  margin-bottom: 12px;
}

.profile_des .tags {
  margin-bottom: 20px;
}

.profile_des .tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.profile_des .tags ul li {
  display: inline-block;
}

.profile_des .tags ul li a {
  background-image: url(../images/service.png);
  background-repeat: no-repeat;
  color: #e89342;
  background-color: #fdf2e7;
  padding: 10px 10px 10px 40px;
  background-position: 10px center;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
}

.profile_des .tags ul li a:hover {}

.profile_right {}

.profile_right .right_details_box {
  border-bottom: #eceef9 1px solid;
  margin-bottom: 15px;
}

.right_details_each {
  color: #7e829b;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
}

.right_details_each label {
  color: #7e829b;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
}

.mb20 {
  margin-bottom: 20px
}

.certification_each {
  display: flex;
  align-items: center;
  color: #7e829b;
  font-size: 15px;
  margin-bottom: 20px;
}

.certification_each span {
  background: #e5ffe5;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 5px;
}

.certification_each font {
  font-weight: 600;
  padding-right: 25px;
}

.certification_each dd {
  padding-left: 25px;
  margin: 0;
}

.past_performance_each {
  display: flex;
  align-items: center;
  color: #7e829b;
  font-size: 15px;
  margin-bottom: 10px;
}

.past_performance_each span {
  background: #ffeaed;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 5px;
}

.past_performance_each font {
  font-weight: 600;
  padding-right: 25px;
}

.past_performance_each dd {
  padding-left: 25px;
  margin: 0;
}

.maics_each {
  display: flex;
  align-items: center;
  color: #7e829b;
  font-size: 15px;
  margin-bottom: 10px;
}

.maics_each span {
  background: #e9ebff;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 5px;
}

.maics_each font {
  font-weight: 600;
  padding-right: 25px;
}

.maics_each dd {
  padding-left: 25px;
  margin: 0;
}

.view_addition {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  justify-content: flex-end;
  margin-bottom: 15px;
  opacity: .6;
}

.view_more_biz {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  margin-bottom: 15px;
  opacity: .6;
  margin-top: 15px;
}

.view_addition:hover,
.view_more_biz:hover {
  text-decoration: none;
  opacity: .8;
  color: #000
}

.justifycenter {
  justify-content: center
}

.filteraa {
  font-size: 14px;
  font-weight: 600;
}

.filteraa .form-group {
  /* width: 350px; */
  width: max-content;
  float: right;
  text-align: right;
  margin-left: 20px;
}

.filteraa .form-group label {
  margin-right: 10px;
}

.filteraa .form-group .form-control {
  /* width:auto; */
  width: 150px;
  display: inline-block;
  height: 34px;
  font-weight: 600;
  font-size: 14px;
}

.full_search {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #FFF;
  z-index: 4;
  text-align: center;
}

.full_search .overlay-search {
  font-weight: 700;
  font-size: 52px;
  height: 100px;
  letter-spacing: -1.925px;
  line-height: 100px;
  width: 100%;
  text-align: center;
  color: #656565;
  border: none;
}

.full_search .overlay-search:focus {
  outline: 0
}

.full_search .close {
  margin: 40px 40px 0px 0px;
  opacity: .8;
}

.full_search .close i {
  font-size: 32px;
  color: #000;
}

.full_search .search_button {
  background-color: #3f9e85;
  border-radius: 22px;
  color: #eee;
  border: 0;
  padding: 7px 32px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  height: 50px;
  margin-top: 40px;
  min-width: 190px;
  justify-content: center;
  font-size: 24px;
  box-shadow: rgba(28, 58, 50, 0.73) 0px 0px 2px 1px;
}

.searchAreaLogo {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.full_search .search_button:hover {
  background: #5ebda4
}

.status-text.draft {
  justify-content: center;
}


/*profile dp*/

.ac-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.ac-image-c {
  display: block;
  width: 160px;
  padding: 10px;
  background: #23294308;
}

.ac-image-c .u-photo {
  display: block;
  height: 130px;
  position: relative;
  /* background-color: #f2f2f2; */
}

.ac-image-c .u-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border: 1px solid #ced4da;
}

.ac-image-c .u-photo .no-photo {
  display: block;
  object-position: bottom center;
  background-color: #232943;
}

.ac-image-c .u-photo .change {
  display: block;
  position: absolute;
  bottom: -6px;
  right: 16px;
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 100px;
  overflow: hidden;
  cursor: pointer;
  color: #8763d6;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  transition: 400ms;
}


/* .ac-image-c .u-photo .change:hover{
background-color: #6b66ff;
} */

.ac-image-c .u-photo .change input {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 2;
}

.ac-image-c .u-photo .change i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.picture-area {
  display: flex;
}

.picture-area .picture-content {
  width: 33.33%;
}

.pl50 {
  padding-left: 50px
}

.dnone {
  display: none
}

.facebook-btn {
  background-color: #4267B2;
  color: #fff;
}

.linkedin-btn {
  background-color: #0e76a8;
  color: #fff;
}

.picture-button {
  margin: 10px 0px;
}


/*radio area*/

.radio-content {
  display: flex;
  padding-left: 10px;
}

.radio-content .radio {
  margin: 0.5rem;
}

.radio-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

.radio-label:hover input~.checkmark {
  background-color: #ccc;
}

.radio-label input:checked~.checkmark {
  background-color: #232943;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-label input:checked~.checkmark:after {
  display: block;
}

.radio-label .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.radio-label {
  margin: 0;
  padding: 0 30px;
}

.address-default-head {
  font-size: 15px;
  color: #5a487ebf;
}

.mt-30 {
  margin-top: 30px;
}


/* new style for form field */

.form-field-wraper {
  padding: 10px;
  /* background-color: #f7f7f7; */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-bottom: 0;
}

.custom-radio-btn .check-mark {
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 100%;
  position: relative;
  top: -1px;
}

.custom-radio-btn>input:checked~.check-mark:after {
  left: 7px;
  top: 2px;
}

.textarea-widget {
  padding: 8px;
  font-size: 14px;
}

.textarea-widget:focus {
  box-shadow: none;
  border-color: #3b4781;
  outline: none;
}

.upload-file-label {
  position: relative;
  margin: 0;
  min-width: 150px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  border: 1px solid #3f9e85 !important;
  background-color: #3f9e85 !important;
  color: #fff !important;
  height: 49px;
  border-radius: 5px;
  cursor: pointer;
}

.upload-file-label:hover {}

.upload-file-label>input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.upload-file-label>i {
  font-size: 17px;
  margin-right: 11px;
}

.question-container .form-group .widget-heading {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  display: block;
}

.iflexdiv {
  display: inline-flex;
  align-items: center
}

.juspacebetween {
  justify-content: space-between;
  width: 100%
}

.jcsb {
  justify-content: space-between;
}

.newsletter-section {
  font-family: 'Open Sans', sans-serif;
  background-image: url(../images/newsletter.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.newsletter_div {
  background-color: rgba(0, 0, 0, 0.68);
  padding-top: 60px;
  padding-bottom: 60px;
}

.newsletterinner_div {
  text-align: center;
}

.newsletter_div h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 26px;
  color: #FFF;
}

.newsletter_div .form-control {
  max-width: 700px;
  margin: auto;
  box-shadow: #6180b9 0px 4px 0px 1px;
  height: 60px;
  font-size: 18px;
  border-radius: 3px;
  text-align: center;
  font-weight: 900;
  color: #000;
}

.newsletter_div .baner-get-started-btn {
  margin: auto;
  margin-top: 40px;
  width: 300px;
  font-size: 22px;
  height: 70px;
}

.cancel-btn {
  border: 1px solid #828282 !important;
  background-color: #a2a2a2 !important;
  color: #FFFFFF;
  display: block;
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  max-width: 180px;
}

.buttondiv {
  display: flex;
  justify-content: center;
}

.buttondiv .login-btn {
  max-width: 180px;
  margin: 0px 10px;
}

.sign-in-form-container .graylabel .form-group label {
  color: #696969;
}

.sign-in-form-container span.formlevelspan {
  color: #2b335e;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: initial;
  font-weight: 600;
  display: block;
}

.sign-in-form-container .form-group label.checkbox-label {
  font-weight: 400;
}

.sign-in-form-container .form-group .form-control.maxwidth300 {
  max-width: 300px;
}

.sign-in-form-container .form-group .form-control.maxwidth200 {
  max-width: 200px;
}

.sign-in-form-container .form-group .form-control.maxwidth600 {
  max-width: 600px;
}

.sign-in-form-container .form-group .form-control.maxwidth70p {
  max-width: 70%;
}

.sign-in-form-container .form-group .form-control.maxwidth50p {
  max-width: 50%;
}

.sign-in-form-container .form-group .form-control.maxwidth30p {
  max-width: 30%;
}

.signupcomplete {
  padding: 20px;
}

.signupcomplete h1 {
  color: #2b335e;
  font-size: 22px;
  text-align: center;
  margin-bottom: 21px;
}

.signupcomplete p {
  font-size: 16px;
  line-height: 28px;
}

.open-tab {
  border: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  display: block;
  padding: 14px 20px;
  text-align: center;
  color: #666;
  font-size: 14px;
}

.open-tab:hover,
.open-tab:focus {
  color: #666;
  text-decoration: none;
}

.landing-mobile-menu-btn {
  display: none;
}

.landing-main-menu li.mobile-close-menu {
  display: none;
}


/*14-02-2020 sajal*/

.label-content {
  color: #2b335e;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: initial;
  font-weight: 600;
  display: block;
}

.label-content-inner {
  font-size: 14px;
  color: #696969;
}

.another_dddress_head {
  font-size: 14px;
}

.clarify_popup label {
  color: #2b335e;
  margin-bottom: 9px;
  font-size: 15px;
  font-weight: 500;
  line-height: initial;
  font-weight: 600;
  display: block;
}

.sign-in-form-container .form-group label font {
  color: #f00;
  font-size: 17px;
  position: relative;
  top: 0;
  padding-left: 5px;
}


/* comment section start */

.comment-row {
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
}

.comment-profile {
  width: 65px;
}

.comment-profile figure {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}

.comment-profile>figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment-wrap {
  width: calc(100% - 65px);
}

.comment-text {
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 8px;
}

.comment-text>h6 a {
  color: #012f7a;
  font-weight: 600;
  text-decoration: none;
}

.comment-text>p {
  font-size: 12px;
  line-height: inherit;
  margin-bottom: 0;
  color: #454750;
  font-weight: 500;
  white-space: pre-line;
}

.comment-action-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}

.comment-action-list li:first-child {
  padding-left: 0;
}

.comment-action-list li h6 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.comment-action-list li h6>span {
  color: #ee3840;
}

.comment-action-list li .comment-reply-btn {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #ee3840;
}

.reply-comment-section .comment-row {
  border: none;
}

.post-comment-btn {
  background-color: #001489;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  padding: 5px 25px;
  border-radius: 5px;
}

.load-more-comments {
  background-color: #001489;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  padding: 5px 25px;
  border-radius: 5px;
  width: 100%;
  max-width: 450px;
}


/* comment section end */


/* shared section */

.shared-section .comment-row {
  border: none;
  padding: 0 0 15px 0;
  align-items: center;
}

.shared-section .comment-row .comment-text {
  padding: 0;
  background-color: transparent;
  border-radius: 8px;
}

.shared-section .comment-row .comment-text>h6 {
  margin: 0;
}


/** Survey js styles start */

.view_form_survey .sv_main .sv_custom_header {
  background: #FFF !important
}

.view_form_survey .sv_main .sv_container .sv_body .sv_p_root .sv_q_radiogroup span.check {
  width: 22px;
  height: 22px;
  border: 2px solid #000;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 100%;
  position: relative;
  top: -1px;
  left: -5px;
}

.view_form_survey .sv_main .sv_container .sv_body .sv_p_root .sv_q_radiogroup.checked span.check {
  background-color: #000;
}

.view_form_survey .sv_main .sv_container .sv_body .sv_p_root .sv_q_radiogroup.checked span.check:after {
  content: "";
  width: 6px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  transform: rotate(43deg);
  left: 6px;
  top: 2px;
}

.view_form_survey .sv_main .sv_container .sv_body .sv_p_root .sv_q_checkbox span.check {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.view_form_survey .sv_main .sv_container .sv_body .sv_p_root .sv_q_checkbox.checked span.check {
  background-color: #000;
}

.view_form_survey .sv_main .sv_container .sv_body .sv_p_root .sv_q_checkbox.checked span.check:after {
  content: "";
  width: 6px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  transform: rotate(43deg);
  left: 5px;
  top: 1px;
}

.view_form_survey .sv_main {
  font-family: 'Montserrat', sans-serif;
}

.view_form_survey .sv_main .sv_container .sv_body .sv_p_root .sv_q input[type="radio"],
.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type="checkbox"] {
  opacity: 0;
  margin: 0 !important;
}

.view_form_survey .sv_main .sv_container .sv_body .sv_p_root .sv_q_title {
  color: #2b335e;
  font-size: 15px !important;
  margin-bottom: 15px !important;
  font-weight: 600 !important;
  display: block;
  font-family: 'Montserrat', sans-serif;
}

.view_form_survey .sv_main {
  font-family: 'Montserrat', sans-serif;
}

.view_form_survey .sv_main .sv_p_root>.sv_row:nth-child(even) {
  background-color: #FFF !important;
  border: none !important;
}

select {
  -webkit-appearance: none;
  background: url(../images/down_arrow.png) no-repeat;
  background-position: 93% center;
}

.view_form_survey .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper select {
  border: 1px solid #cacfe7;
  color: #3b4781;
  height: 45px;
  padding: 10px !important;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: normal !important;
  font-family: 'Montserrat', sans-serif;
}

.view_form_survey .sv_main .sv_container .sv_header h3 {
  color: #5a487e;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 0;
}

.view_form_survey .sv_main .sv_container .sv_body .sv_p_root fieldset.sv_qcbc {
  font-family: 'Montserrat', sans-serif;
  color: #2b335e;
  font-weight: 500;
}

.view_form_survey .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_other input,
.view_form_survey .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_text_root,
.view_form_survey .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_dropdown_control,
.view_form_survey .sv_main .sv_container .sv_body .sv_p_root .sv_q input:not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="image"]):not([type="checkbox"]):not([type="radio"]),
.view_form_survey .sv_main .sv_container .sv_body .sv_p_root .sv_q select,
.view_form_survey .sv_main .sv_container .sv_body .sv_p_root .sv_q textarea {
  border: 1px solid #cacfe7;
  color: #3b4781;
  min-height: 45px;
  padding: 10px !important;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: normal !important;
  font-family: 'Montserrat', sans-serif;
}

.view_form_survey .sv_main .sv_body {
  border-top: 1px solid #dadada !important;
}

.view_form_survey .sv_main .sv_container .sv_body .sv_p_root .sv_page_title {
  font-size: 1em;
  margin-top: 0.1em;
  font-weight: normal !important;
  font-size: 30px !important;
  color: #000;
  margin-bottom: 21px !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500 !important;
}

.view_form_survey .sv_main .sv_container .sv_body .sv_progress {
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 600 !important;
}

.view_form_survey .sv_main .sv_container .sv_body .sv_nav {
  padding: 1em 0;
  min-height: 2em;
  justify-content: center;
  display: flex;
}

.view_form_survey .sv_main .sv_container .sv_body .sv_nav .sv_prev_btn {
  border: 1px solid #ededed !important;
  background-color: #ededed !important;
  color: #2e2e2e;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  min-width: 206px;
  margin: 5px;
}

.view_form_survey .sv_main input[type="button"],
.sv_main button,
.view_form_survey .sv_main .sv_container .sv_body .sv_nav .sv_start_btn,
.view_form_survey .sv_main .sv_container .sv_body .sv_nav .sv_next_btn,
.view_form_survey .sv_main .sv_container .sv_body .sv_nav .sv_complete_btn {
  border: 1px solid #3f9e85 !important;
  background-color: #3f9e85 !important;
  color: #FFFFFF;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  min-width: 206px;
  margin: 5px;
}

.svd_commercial_container {
  display: none
}

.svd_container .svd_content {
  padding: 10px !important;
}

.svd_container .svd_toolbox .panel-info [role="tabpanel"] {
  padding-left: 0 !important;
}

.sv_main .sv_container .sv_body .sv_p_root>.sv_row {
  font-family: 'Montserrat', sans-serif;
}

.svd_container.sv_default_css label {
  font-size: 13px !important;
}

.sv_main .sv_container .sv_header h3 {
  color: #2b335e !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 21px !important;
  font-weight: 500 !important;
}


/** Survey js styles end */

.mat-snack-bar-container {
  margin-right: 50px !important;
}


/* ==================== search_result 15-04 ======================= */

.search-result-white-box {
  margin-bottom: 20px;
}

.status-text.view.search-viewInfo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.connectiontable.search-connectiontable .custom-table td.name_big-cell {
  color: #000;
  font-weight: 600;
  font-size: 13px;
}

.searchconnection_list_left .form-control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
  border-color: #3b4781;
}

.connection_list_left.searchconnection_list_left {
  max-width: 500px;
  width: 100%;
}

.search-agencies-title {
  display: inline-flex;
  align-items: center;
}

.search-agencies-title h3 {
  color: #000;
  font-weight: 600;
  font-size: 13px;
}


/* ==================== search_result 15-04 end ======================= */


/* ==================== 20-04 search page ============================= */

.search-result-selection-area {
  padding-top: 16px;
  border-top: 1px solid #dadada;
  margin-top: 20px;
}

.search-result-selection-area .row {
  margin-right: -6px;
  margin-left: -6px;
}

.search-result-selection-area .col-md-3 {
  padding-right: 6px;
  padding-left: 6px;
}

.shoing-result-list {
  display: flex;
  align-items: center;
}

.shoing-result-photo {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #f3f3f3;
  margin-right: 20px;
}

.shoing-result-photo img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 100%;
}

.white-box-content-body h2 {
  font-size: 15px;
  color: #b3b6b9;
  font-weight: 300;
  padding-bottom: 10px;
}

.shoing-result-describe {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0px;
}

.shoing-result-describe-left h3 {
  font-size: 18px;
  margin-bottom: 0px;
  color: #3b4781;
}

.shoing-result-describe-left p {
  font-size: 15px;
  color: #000;
  margin-bottom: 0px;
}

.shoing-result-describe-left span {
  font-size: 13px;
  color: #7d8286;
  display: inline-block;
  margin-bottom: 0px;
}

.shoing-result-describe-left span em {
  font-weight: bold;
  font-style: normal;
  color: #5f6368;
}

.shoing-result-describe button {
  border: 0px;
  background: #fff;
  border: 1px solid #000;
  padding: 5px 18px;
  border-radius: 3px;
  font-weight: 500;
  transition: 0.5s;
}

.shoing-result-describe button:hover {
  background: #3b4781;
  border: 1px solid #3b4781;
  color: #fff;
}

.shoing-result-describe a {
  border: 0px;
  background: #fff;
  border: 1px solid #000;
  padding: 5px 18px;
  border-radius: 3px;
  font-weight: 500;
  transition: 0.5s;
  color: #000000;
}

.shoing-result-describe a:hover {
  background: #3b4781;
  border: 1px solid #3b4781;
  color: #fff;
  text-decoration: none;
}

.shoing-result-listing:last-child .shoing-result-describe {
  border-bottom: 0px;
}


/* ====================== 22-04 reporting ====================== */

.reporting-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reporting-date h3 {
  font-size: 16px;
  margin-right: auto;
}

.reporting-date {
  margin-left: 10px;
}

.reporting-datepic-area img {
  width: 100%;
  margin-top: 70px;
}


/* ============= checkbox ================ */


/* .span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
content: "";
display: inline-block;
background: #fff;
width: 0;
height: 0.2rem;
position: absolute;
transform-origin: 0% 0%;
}

.chiller_cb {
position: relative;
height: 2rem;
display: flex;
align-items: center;
margin-bottom: 0px;
}
.chiller_cb input {
display: none;
}
.chiller_cb input:checked ~ span {
background: #012f7a;
border-color: #012f7a;
}

.chiller_cb input:disabled ~ span {
background: #ececec;
border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
cursor: default;
}
.chiller_cb label {
padding-left: 27px;
position: relative;
z-index: 2;
cursor: pointer;
margin-bottom:0;
font-weight: 300;
vertical-align: middle;
color: #777777;
font-size: 14px;
}
.chiller_cb span {
display: inline-block;
width: 13px;
height: 13px;
background-color: #f5f5ee;
border: 1px solid #777777;
position: absolute;
left: 0;
transition: all 0.2s;
z-index: 1;
box-sizing: content-box;
}
.chiller_cb span:before {
transform: rotate(-55deg);
top: 12px;
left: 0.37rem;
}
.chiller_cb span:after {
transform: rotate(35deg);
bottom: 0.35rem;
left: 0.2rem;
} */


/* ============= */

.repoting-top-left .form-group {
  margin-bottom: 60px;
}

.repoting-supplier-section {
  padding-top: 5px;
  padding-bottom: 25px;
}

.export-data-btns {
  display: inline-flex;
  flex-wrap: wrap;
}

.export-data-area h3 {
  font-size: 15px;
  padding-bottom: 10px;
}

.export-data-area .cell-approve-btn {
  background: #e9ebff;
  font-size: 14px;
  padding: 7px 62px;
  color: #2f864e;
  margin: 0px 20px 15px 0px;
  height: auto;
  text-transform: uppercase;
}

.reporting-date-field label {
  display: block;
}

.reporting-date-field {
  margin-left: 10px;
  margin-bottom: 15px;
}

.repoting-top-left {
  border-right: 1px solid #ced4da;
  padding-right: 30px;
  height: 100%;
}

.repoting-color-area ul li {
  margin-bottom: 0;
  font-weight: 500;
  vertical-align: middle;
  color: #777777;
  font-size: 11px;
  line-height: 13px;
  margin-right: 10px;
}

.repoting-color-area ul {
  list-style: none;
  padding: 0px;
  display: flex;
  margin-bottom: 3px;
}

.repoting-color-area ul li span {
  display: inline-block;
  width: 9px;
  height: 9px;
  /* border: 1px solid #777777; */
  vertical-align: top;
  margin-right: 10px;
  margin-top: 2px;
}

.repoting-color-area ul li:hover {
  color: #000;
}

.repoting-blue {
  /* background-color: #c8e1f5; */
  background-color: #dff0e0;
}

.repoting-green {
  /* background-color: #64f77d; */
  background-color: #f44336;
}

.repoting-red {
  /* background-color: #fd7e90; */
  background-color: #ff9800;
}


/* ================ comming-soon 22 04 start =================== */

.coming-soon-section {
  position: relative;
  overflow: hidden;
}

.coming-soon-section img {
  width: 100%;
  object-fit: cover;
  /* height: 100vh; */
  height: calc(100vh - 98px);
}

.coming-soon-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 96%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  overflow: hidden;
}

.coming-soon-section h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 900;
  text-transform: uppercase;
}


/* ========================== */

@-webkit-keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

.comingsoon-title {
  opacity: 0;
  -webkit-animation: fadeInUp 1.6s ease-in-out 0s forwards;
  animation: fadeInUp 1.6s ease-in-out 0s forwards;
}


/* ================ comming-soon 22 04 end =================== */


/* ================= Not found ========================= */

.not-found-section {
  position: relative;
  overflow: hidden;
}

.not-found-section img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}

.not-found-section h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  text-transform: capitalize;
  text-align: center;
}

.reporting-header {
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid gray;
  margin-bottom: 20px;
  padding-top: 0px !important;
  margin-top: -10px;
}

#print-header {
  display: none;
}

@media print {
  body * {
      visibility: hidden;
  }
  #graph-pad {
      display: none;
  }
  #print-section,
  #print-section * {
      visibility: visible;
  }
  #print-header {
      display: block;
  }
  #print-section {
      position: absolute;
      left: 0;
      top: 0;
  }
  #card-print {
      margin-top: 40px;
      border: 1px solid #23294370 !important;
  }
}

.supplier-section .supplier-section {
  padding-top: 0
}


/* pricing page css started */


/* Pricing Page CSS */

.btn-price {
  display: inline-block;
  font-size: 15px;
  height: 55px;
  padding: 0 40px;
  border-radius: 35px;
  color: #3f9e85;
  line-height: 53px;
  background-color: transparent;
  border: 2px solid #3f9e85;
  font-weight: 700;
}

.btn-price:hover {
  background-color: #3f9e85;
  color: #ffffff;
}

.btn-price.active {
  background-color: #3f9e85;
  color: #ffffff;
}

.pricingSection {
  text-align: center;
}

.pricingHead {
  width: 640px;
  max-width: 100%;
  margin: 0 auto 60px;
}

.pricingSection h2 {
  font-size: 48px;
  margin-bottom: 40px;
}

.pricingSection p {
  color: #282b30;
  font-size: 18px;
  line-height: 1.6;
}

.slick-track:after {
  display: table;
  clear: both;
  content: '';
}

.pricingHolder .slick-list {
  padding-top: 40px;
}

.pricingBlock {
  width: 33.33%;
  padding: 0;
  float: left;
}

.pricingBlock h3 {
  text-transform: uppercase;
  color: #9b9b9b;
  font-size: 16px;
  margin-bottom: 12px;
}

.pricingBlock h5 {
  margin-bottom: 0;
}

.pricingBlock .pricing {
  font-size: 36px;
  color: #333;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}

.pricingBlock .pricing small {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
  color: #232943;
}

.pricingBlock p {
  margin-bottom: 20px;
}

.pricingBlock p small {
  font-weight: 700;
}

.pricingBlock ul li {
  color: #282B30;
  margin-bottom: 15px;
  padding-left: 35px;
  background: url(../images/checkmark-open.svg) left top no-repeat;
  background-size: 20px 20px;
}

.pricingBlock:first-child .pricing {
  font-size: 20px;
}

.pricingBlock .pricing strong {
  font-size: 45px;
  font-weight: 700;
}

.pricingBlock .pricing sup {
  font-size: 16px;
  position: relative;
  top: -18px;
  margin-right: -8px;
}

.pricingBlock ul {
  list-style: none;
  text-align: left;
  /* width: 200px; */
  /* width: 230px; */
  width: 270px;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0;
}

.pricingBlock ul:last-child {
  margin-bottom: 0;
}

.pricingBox {
  border-radius: 12px;
  border-top: 8px solid #232943;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
  padding: 50px 35px 30px;
  height: 100%;
  background-color: #fff;
  /* min-height: 445px; */
  min-height: 537px;
}

.pricingBlock .btn {
  height: 45px;
  line-height: 43px;
}

.pricingBlock:nth-child(2) .pricingBox {
  width: calc(100% + 30px);
  left: -15px;
  position: relative;
  border-top: none;
  height: 100%;
  top: -20px;
  padding-top: 70px;
  min-height: 590px;
}

.compareSection {
  padding: 60px 0 0;
}

.compareSection h2 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 30px;
}

.compareHolder table {
  width: 100%;
}

.compareHolder table td,
.compareHolder table th {
  width: 200px;
  vertical-align: middle;
  padding: 28px 30px 28px 30px;
}

.compareHolder table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.compareHolder table .subject {
  width: calc(100% - 400px);
  padding: 28px 30px 28px 85px;
}

.compareHolder table td.subject {
  font-size: 20px;
  font-weight: 700;
  color: #282B30;
}

.compareSection .btnHolder {
  margin-top: 60px;
  text-align: center;
}

.compareSection .btnHolder .btn:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: 10px;
}

.slick-prev {
  z-index: 1000;
}

.slick-next {
  z-index: 1000;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.pricingSlide {
  margin: 0 20px;
}

.middleBox {
  width: calc(100% + 30px);
  left: -15px;
  position: relative;
  border-top: none;
  height: 100%;
  top: -20px;
  padding-top: 70px;
  min-height: 590px;
}


/* pricing page css end */


/* Govt Profile Section css start */

.govt_profile_sec .logo_sec {
  display: block;
  margin: 0 auto 20px;
  max-width: 100px;
  height: 100px;
  border-radius: 10px;
  text-align: center;
}

.govt_profile_sec .profile_des {
  text-align: center;
  width: 100%;
}

.govt_profile_sec .profile_des h6 {
  display: block;
  padding-left: 0;
}

.govt_profile_sec .profile_des h6 img {
  margin-right: 10px;
  width: 16px;
  filter: grayscale(1);
}

.profile_descrip {
  width: 970px;
  max-width: 100%;
  margin: 20px auto 0;
}

ul.profile_tab_items {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid #ddd;
}

ul.profile_tab_items:after {
  clear: both;
  display: table;
  content: '';
}

ul.profile_tab_items li {
  float: left;
  margin-bottom: -1px;
  position: relative;
  width: 16.6%;
  text-align: center;
}

ul.organization_profile.profile_tab_items li {
  float: left;
  margin-bottom: -1px;
  position: relative;
  width: 20%;
  text-align: center;
}

ul.profile_tab_items li a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #5a487e;
  font-weight: 600;
  font-size: 15px;
}

ul.profile_tab_items li a:hover {
  border-color: #eee #eee #ddd;
  text-decoration: none;
  background-color: #eee;
}

ul.profile_tab_items li a:hover {
  text-decoration: none;
}

ul.profile_tab_items li.active a,
ul.profile_tab_items li.active a:focus,
ul.profile_tab_items li.active a:hover {
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.profile_tab_content .register_btn {
  background-color: #3f9e85;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  border: none;
  font-weight: 500;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
}

.profile_tab_content .profile_btn_holder {
  text-align: center;
}

.profile_tab_content .register_btn:hover {
  opacity: 0.8;
}

.profile_tab_content {
  padding: 60px 20px 50px;
}

.profile_tab_details {
  display: none;
}

.profile_tab_details:first-child {
  display: block;
}

.profile_tab_content h2 {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 1.7rem;
}

.profile_certification_details {
  text-align: left;
}

.profile_tab_content h3 {
  color: #5a487e;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.white-box-container.profile_tab_container {
  padding: 20px 2px;
}

.profile_tab_content .view_addition {
  justify-content: flex-start;
}

.profile_tab_content .contact_info {
  width: calc(100% - 160px);
  max-width: 100%;
  margin-right: 40px;
}


/* .profile_tab_details .contact_info .additional_location_div {
padding-left: 25px;
} */

.profile_tab_content .contact_info.white-box-container {
  box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.15);
}

.profile_tab_details .profile_top {
  display: flex;
  align-content: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}

.profile_tab_details .social_shares {
  width: 120px;
  box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.15);
}

.profile_tab_details .social_shares ul {
  width: 60px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  padding-top: 10px;
  vertical-align: top;
}

.profile_tab_details .social_shares ul li {
  margin-bottom: 25px;
}

.profile_tab_details .certification_each a.site_link {
  color: #7e829b;
}

.profile_tab_details .certification_each .copy_link_btn {
  border: 1px solid #5a487e;
  border-radius: 6px;
  padding: 0 22px;
  height: 44px;
  color: #5a487e;
  background-color: #fff;
  font-size: 14px;
}

.profile_tab_details .certification_each .copy_link_btn:hover {
  background-color: #5a487e;
  color: #fff;
}

.profile_tab_details .social_shares ul li a {
  background-image: url(../images/web.png);
  height: 40px;
  width: 40px;
  margin: 10px;
  padding: 10px;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 46, 121, 0.15) 0px 0px 6px 1px;
  border-radius: 100%;
  background-position: center;
  display: block;
}

.profile_tab_details .social_shares ul li a :hover {}

.profile_tab_details .social_shares ul li a.intragram {
  background-image: url(../images/instagram_2.png);
}

.profile_tab_details .social_shares ul li a.twitter {
  background-image: url(../images/twitter_2.png);
}

.profile_tab_details .social_shares ul li a.facebook {
  background-image: url(../images/facebook_2.png);
}

.profile_tab_details .social_shares ul li a.linkendin {
  background-image: url(../images/linkedin_2.png);
}


/* 01-07-2020 */

.right_content p {
  margin-bottom: 0;
  color: #232943;
  font-weight: bold;
}

.right_content p img {
  height: 13px;
  margin-left: 4px;
}

.govt_profile_page h5 {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 13px;
}

.govt_profile_page .custom-table td.certification_each {
  width: 270px;
}

.learn_more-btn {
  background-color: transparent;
  color: #3f9e85;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border: none;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 24px;
  border: 1px solid #3f9e85;
  width: 120px;
  transition: 0.3s;
}

.learn_more-btn:hover {
  color: #fff !important;
  background-color: #3f9e85;
}


/*====== Business Card Block ======*/

.profile_card_holder {
  display: flex;
  margin: 40px 0 30px;
  flex-wrap: wrap;
}

.business_card_block {
  display: flex;
  max-width: 100%;
  box-shadow: 0 0 20px #efefef;
  padding: 20px;
  border-radius: 12px;
  width: calc(33.33% - 12px);
  margin-right: 18px;
  margin-bottom: 18px;
}

.business_card_block:nth-child(3n+3) {
  margin-right: 0;
}

.logo_box {
  width: 130px;
  height: 130px;
  margin-right: 20px;
  border-radius: 12px;
  overflow: hidden;
}

.logo_box img {
  width: 100%;
}

.business_card_block .card_content {
  width: calc(100% - 150px);
}

.business_card_block .card_content p {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #5a487e;
}

.business_card_block .card_content p strong {
  font-size: 16px;
  line-height: 1;
}

.business_card_block .card_content .profile_link {
  padding: 4px 8px;
  border: 1px solid #5a487e;
  border-radius: 4px;
  color: #5a487e;
  font-size: 13px;
  display: block;
  width: 100px;
  transition: 0.3s;
  margin-top: 14px;
}

.business_card_block .card_content .profile_link:hover {
  text-decoration: none;
  background-color: #5a487e;
  color: #fff;
}

.view_more_btn {
  display: block;
  width: 150px;
  text-align: center;
  padding: 8px 10px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #5a487e;
  margin: 0 auto;
  font-weight: 500;
  transition: 0.3s;
}

.view_more_btn:hover {
  background-color: #7e829b;
  border-color: #7e829b;
  color: #fff;
}

.search_div {
  display: flex;
  width: 500px;
  max-width: 100%;
}

.search_field {
  height: 40px;
  line-height: 40px;
  border: 1px solid #7e829b;
  border-radius: 0;
  background-color: #fff;
  width: calc(100% - 90px);
  outline: none;
  padding: 0 12px;
}

.search_btn {
  background-color: #7e829b;
  color: #fff;
  border-color: transparent;
  width: 90px;
  text-align: center;
  padding: 0 12px;
  transition: 0.3s;
}

.search_btn:hover {
  background-color: #5a487e;
}


/*** governemnt update profile css end ***/

.profile_public_background_cover {
  background-size: cover;
  background-repeat: no-repeat;
}


/** 03-07-2020 activity log and questionnas redesign start **/

.tracking_content {
  padding: 20px 0;
}

.tracking_content h2 {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 1.7rem;
  color: #5a487e;
  text-transform: uppercase;
}

.tracking_content .post-card .post-card-heade-text {
  padding: 0;
}

.tracking_content .post-card-heade-text p strong {
  font-size: 16px;
  color: #5a487e;
}

.tracking_content .post-card-heade-text p em {
  font-size: 16px;
  color: #232943;
  font-weight: 700;
  font-style: normal;
}

.tracking_details span {
  font-size: 14px;
  color: #bbb3b3;
}

.tracking_content .post-card p {
  padding-top: 5px;
  margin-bottom: 5px;
}

.tracking_content .post-card-text strong {
  font-size: 16px;
  color: #5a487e;
}

.tracking_content .post-card-text em {
  font-size: 16px;
  color: #232943;
  font-weight: 700;
  font-style: normal;
}

.faq_page .white-box-container {}

.faq_content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.faq_left {
  width: 25%;
}

.faq_left .faq_heading {
  padding: 16px 40px 16px 15px;
  box-shadow: 0 0 20px #efefef;
  cursor: pointer;
  margin-bottom: 10px;
}

.faq_left .faq_heading.active {
  background-color: #002a79;
  color: #fff;
}

.faq_left .faq_heading.active h3 {
  color: #fff;
}

.faq_left .faq_heading:last-child {
  border-bottom: none;
}

.faq_left .faq_heading h3 {
  margin-bottom: 0;
  font-size: 20px;
  position: relative;
  font-weight: 700;
  position: relative;
  color: #002a79;
  /*text-transform: uppercase;*/
}

.faq_left .faq_heading h3 .material-icons {
  position: absolute;
  right: -32px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.faq_right {
  width: 75%;
  padding: 0 15px;
}

.faq_details {
  /*display: none;*/
  box-shadow: 0 0 20px #efefef;
  padding: 15px;
}


/*.faq_details:first-child {
display: block;
}*/

.faq_details .social_shares ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  padding-top: 10px;
  vertical-align: top;
}

.faq_details .social_shares ul li {
  display: inline-block;
}

.faq_details .social_shares ul li a {
  background-image: url(../images/web.png);
  height: 40px;
  width: 40px;
  margin: 10px;
  padding: 10px;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 46, 121, 0.15) 0px 0px 6px 1px;
  border-radius: 100%;
  background-position: center;
  display: block;
}

.faq_details .social_shares ul li a :hover {}

.faq_details .social_shares ul li a.intragram {
  background-image: url(../images/instagram_2.png);
}

.faq_details .social_shares ul li a.twitter {
  background-image: url(../images/twitter_2.png);
}

.faq_details .social_shares ul li a.facebook {
  background-image: url(../images/facebook_2.png);
}

.faq_details .social_shares ul li a.linkendin {
  background-image: url(../images/linkedin_2.png);
}

.faq_details .label-content .material-icons {
  font-size: 15px;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -4px;
  cursor: pointer;
}


/** 03-07-2020 activity log and questionnas redesign end **/


/** 14-07-2020 govt profile updated css start **/

.govt_profile_page_top {
  position: relative;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 40px;
  height: 80vh;
}

.govt_profile_bg_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.govt_profile_bg_wrap:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.govt_profile_bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.govt_profile_page_bottom {
  background-color: #fff;
  padding-top: 40px;
}

.govt_profile_sec {
  position: relative;
  z-index: 3;
}

.govt_profile_sec h1,
.govt_profile_sec h5,
.govt_profile_sec h6,
.govt_profile_sec .profile_des p {
  color: #fff !important;
}


/** 14-07-2020 govt profile updated css end **/

.business-user-section .business-user-card {
  min-height: 276px;
  padding: 25px 15px;
}

.business-user-section .business-user-card h2 {
  font-size: 20px;
  font-weight: 600;
  color: #012f7a;
  margin-bottom: 20px;
}

.business-user-section .business-user-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.business-user-section .business-user-card h4 {
  font-size: 17px;
  line-height: 1.3;
}

.business-user-section .business-user-card .upgrade-btn {
  background-color: #3f9e85;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  display: block;
  width: 130px;
  margin: 20px auto 0;
  text-decoration: none;
  transition: 0.3s;
}

.business-user-section .business-user-card .upgrade-btn:hover {
  background-color: #232943;
}


/* ayan job  Page*/

.job-page-header {
  background-color: #fff;
  position: sticky !important;
  top: 0 !important;
  z-index: 2 !important;
}

.job-page-banner {
  background-image: url(../images/job-banner-left.png), url(../images/job-banner-right.png);
  background-repeat: no-repeat;
  background-position: bottom left, top right;
}

.banner-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 658px;
}

.banner-content h2 {
  color: #2c2f79;
  font-family: 'Poppins';
  font-size: 91px;
  font-weight: 600;
  margin: 0;
}

.banner-content p {
  color: #555555;
  font-family: 'Poppins';
  font-size: 25px;
}

.banner-content-btn {
  background-color: #2c2f79;
  padding: 14px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner-content .form-control {
  padding: 31px 65px;
  background: rgba(255, 255, 255, 0.5);
  width: 545px;
}

.banner-content .input-group-prepend {
  position: relative;
}

.banner-content .input-group-prepend .input-group-text {
  position: absolute;
  height: calc(100% - 0px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  left: 10px;
}

.banner-img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 658px;
  position: relative;
}

.banner-img img {
  width: 80%;
  position: relative;
}

.banner-img::before {
  position: absolute;
  display: block;
  background-image: url(../images/banner-img-before.png);
  background-repeat: no-repeat;
  width: 560px;
  height: 533px;
  content: "";
  z-index: 0;
  border-radius: 100%;
  bottom: -201px;
  background-size: contain;
}

.job-list-left {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  /* height: 550px; */
}

.job-list-form .form-control {
  height: 53px;
  background-color: #f9f9f9;
}

.job-list-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.job-list-btn {
  background-color: #01a082;
  padding: 14px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.job-listing-div {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 20px 40px 20px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.job-listing-left {
  padding-right: 10px;
}

.job-listing-left h3 {
  font-size: 17px;
  font-family: 'Poppins';
}

.job-listing-left ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.job-listing-left ul li {
  margin-right: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #a7a7a7;
  font-family: 'Poppins';
}

.job-listing-left ul li img {
  margin-right: 10px;
}

.job-listing-right a {
  display: flex;
  width: 50px;
  height: 50px;
  background: #767676;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.job-list-left h3 {
  font-family: 'Poppins';
  font-size: 25px;
  color: #001777;
}

.job-list-left p {
  font-family: 'Poppins';
  font-size: 15px;
  color: #b8b8b8;
}

.job-list {
  padding: 59px 0px;
}

.job-listing-right a:hover {
  background-color: #001777;
}

.sign-in-form-container .form-group label.bigger_font {
  font-size: 18px;
  padding: 20px 0px 6px 0px
}

.buttondiv .login-btn.bigger {
  max-width: 250px;
  margin-top: 20px
}

.buttondiv .login-btn:hover {
  background: #FFF !important;
  color: #3f9e85 !important
}

.banner-img img {
  width: 100%
}

.banner-img::before {
  width: 504px;
  bottom: -234px;
}

.banner-content h2 {
  font-size: 75px;
}


/* CSS 12-08-2020 */

.job_details_section {
  padding: 60px 0;
}

.job_details_inside {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}

.job_details_content {
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
}

.job_heading {
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.job_heading .comp_logo {
  margin-right: 20px;
}

.job_btn_right ul {
  flex-wrap: wrap;
}

.job_btn_right ul li {
  /* background-color: #0e3681; */
  padding: 7px 15px;
  /* color: #fff; */
  font-size: 14px;
  transition: 0.3s;
  margin-right: 10px;
  opacity: 0.8;
  font-weight: bold;
  margin-bottom: 8px;
  border-radius: 20px;
  background-color: #0e368114;
  color: #232943;
}

.job_btn_right ul li:last-child {
  margin-right: 0;
}

.job_btn_right ul li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.job_details_section h1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold;
}

.job_details_section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: bold;
}

.job_details_content>div,
.job_details_content>ul {
  margin-bottom: 40px;
}

.job_details_content p {
  margin-bottom: 0;
}

.post_type_btn {
  padding: 0;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.post_type_btn li {
  padding: 12px 15px;
  color: #000;
  background-color: #f3f3f3;
  font-size: 15px;
  border-radius: 10px;
  transition: 0.3s;
  list-style: none;
  margin-right: 10px;
  margin-bottom: 8px;
}

.post_type_btn li:last-child {
  margin-right: 0;
}

.text_link {
  font-size: 18px;
  color: #001489;
  font-weight: bold;
}

.text_link:hover {
  color: #767676;
  text-decoration: none;
}

.select_text {
  color: #212529;
  font-size: 15px;
  margin-bottom: 30px;
}

.job_details_section h3 {
  font-size: 22px;
  margin-bottom: 20px;
  padding-right: 15px;
}

.job_details_section p {
  line-height: 1.8;
  white-space: pre-line !important;
}

.job_text_details {
  margin-bottom: 40px;
}

.more_requiremets ul {
  padding-left: 30px;
}

.more_requiremets ul li {
  /* margin-bottom: 20px; */
  position: relative;
  list-style: none;
  line-height: 1.8;
}


/* .more_requiremets ul li:after {
content: '';
background-image: url(../images/share_list.png);
position: absolute;
left: -25px;
top: 5px;
width: 12px;
height: 12px;
background-repeat: no-repeat;
background-size: contain;
} */

.more_requiremets ul li:after {
  content: '';
  background-image: url(../images/checkmark-open.svg);
  position: absolute;
  left: -25px;
  top: 8px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 15px;
}

.more_requiremets li input {
  margin-left: 8px;
}

.more_requiremets li input[type="text"],
.more_requiremets li input[type="number"],
.more_requiremets li input[type="email"] {
  padding: 0 6px;
  height: 28px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 0;
  width: 160px;
}

.more_requiremets li input[type="file"] {
  font-size: 14px;
}

.certifications_box {
  margin-bottom: 30px;
}

.certifications_box ul {
  padding-left: 20px;
}

.certifications_box ul li {
  list-style: square;
  margin-bottom: 10px;
  font-size: 16px;
  /* font-weight: bold; */
  color: #000;
}

.job_details_form input,
.job_details_form select,
.job_details_form textarea {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid #ccc;
}

.job_details_form textarea {
  min-height: 100px;
  max-height: 120px;
  max-width: 100%;
  min-width: 100%;
}

.certifications_box ul li a {
  color: #3f9e85;
}

.job_details_form .form_control {
  margin-bottom: 20px;
  font-size: 14px;
}

.job_details_form .form_submit input {
  background-color: #001489;
  color: #fff;
  width: 180px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  margin: 0 auto;
  display: block;
  transition: 0.3s;
  cursor: pointer;
  height: 50px;
}

.job_details_form .form_submit input:hover {
  background-color: #3f9e85;
  color: #fff;
}

.job_details_form input[type="file"] {
  height: inherit;
  line-height: inherit;
  padding: 10px 14px;
  border: 1px solid #ccc;
  background: #FFF;
}

.contact_person {
  padding: 0;
  border-radius: 5px;
  margin-right: 25px;
}

.contact_person {
  background-image: url(../images/arrow_right.png);
  background-position: left 4.5px;
  padding-left: 15px;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

.contact_person li {
  display: inline-block;
  margin-right: 8px;
}

.contact_person:last-child {
  margin-right: 0;
}

.contact_person li {
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  list-style: none;
}

.contact_person li span.name {
  font-size: 16px;
}

.contact_person li span,
.contact_person li a {
  font-weight: bold;
  font-size: 15px;
}

.contact_person li a {
  margin-left: 5px;
  color: #3f9e85;
}

.contact_person li:last-child {
  margin-bottom: 0;
}

.location_box ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.location_box ul li {
  padding: 7px 10px;
  color: #000;
  background-color: #f3f3f3;
  font-size: 14px;
  transition: 0.3s;
  list-style: none;
  margin-right: 10px;
  margin-bottom: 8px;
}

.location_box ul li:last-child {
  margin-right: 0;
}

.doc_upload {
  margin-top: 20px;
}

.doc_upload label {
  display: block;
  margin-bottom: 10px;
}

#timer {
  display: inline-flex;
}

#timer>div {
  margin-right: 6px;
}

#timer>div:last-child {
  margin-right: 0;
}

.input_look {
  background-color: #f3f3f3;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 18px;
  font-weight: bold;
}

.ending_timer {
  width: 240px;
}

.job_details_form .form_control.half {
  width: 48%
}

.total_price {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.job_details_form {
  /* margin-left: -25px; */
  margin-top: 25px;
  padding: 25px;
  background: #fff;
  box-shadow: rgb(204 204 204 / 53%) 0px 2px 3px 1px;
  border-radius: 20px;
  position: relative;
}

.job_details_form_content {
  height: 0;
  transition: width 2s, height 4s;
  overflow: hidden;
}

.job_details_form_content.show {
  height: auto;
  padding-top: 20px
}

.accor_btn {
  background: transparent;
  position: absolute;
  right: 16px;
  padding: 0;
  margin: 0;
  top: 24px;
}

.accor_btn i {
  font-size: 30px
}

.accor_btn i:last-child {
  display: none
}

.accor_btn.open i:first-child {
  display: none
}

.accor_btn.open i:last-child {
  display: block
}

.uploaded_doc {
  margin-bottom: 40px;
}

.uploaded_doc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  max-width: 500px;
}

.uploaded_doc ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f2fff2;
  padding: 4px 25px;
  margin: 10px 0px;
  color: #1a6f1d;
  font-weight: 600;
}

.uploaded_doc ul li a.del_doc {
  color: #000;
}

.uploaded_doc ul li a.del_doc:hover {
  color: red;
}

.uploaded_doc ul li a.del_doc i {
  line-height: 32px;
}

.uploaded_doc ul li a.doc_link {
  color: #1a6f1d;
}

.uploaded_doc ul li a.doc_link:hover {
  text-decoration: none;
  color: #007ad9;
}

.govt_profile_page .govt_profile_sec .profile_des h6 {
  font-size: 18px;
}

.govt_profile_page .govt_profile_sec .logo_sec {
  max-width: 160px;
  height: 160px;
  border-radius: 100%;
  overflow: hidden;
}

.govt_profile_page .profile_sec .logo_sec img {
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.visitor-count-text {
  min-width: 85px;
  display: inline-block;
  text-align: center;
  margin-left: 15px;
}

.post-card .post-card-thumbnail-links a {
  background-color: #e8efec;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  white-space: pre-wrap;
  word-break: break-all;
}

.multi-flex-div {
  display: inline-flex;
  margin-left: auto;
  flex-wrap: wrap;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-10 i {
  font-size: 15px;
}

.margin-left-10 .btn {
  padding: 0px;
}

.post-edit-popup {
  display: none;
  transform: translate(-50%, -16%);
  left: 34%;
  z-index: 9999;
}

.post-edit-popup textarea {
  height: 160px;
  padding: 10px;
}

.post-card-thumbnail-images {}

.post-card-thumbnail-images img {
  height: 160px;
  width: 160px;
}

.post-card-thumbnail-images .sub-image {
  position: relative;
  margin-bottom: 20px;
  margin-left: 10px;
  border-radius: 10px;
  padding: 5px 5px;
  display: inline-block;
}

.post-card-thumbnail-images .sub-image:first-child {
  margin-left: 0;
}

.post-card-thumbnail-images .sub-image button {
  position: absolute;
  top: 10px;
  padding: 0;
  right: 10px;
}

.post-card-thumbnail-video .sub-image button {
  top: 40px;
}

.post-card-thumbnail-images .sub-image button i {
  font-size: 16px;
  color: red;
}

.post-edit-popup .post_box_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.archievedSpanText {
  font-size: 8px !important;
}

.popup-video i {
  top: 30%;
  position: absolute;
  left: 28%;
}

.lowercase-transform {
  text-transform: lowercase;
}

.go_link {
  margin-right: 10px;
}

.opp-icon-image {
  width: 21px;
}

.mb0 {
  margin-bottom: 0;
}

.mb07 {
  margin-bottom: 7px;
}

.additional_location_div label {
  color: #7e829b;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
}

.additional_location_div .right_details_each:last-child {
  margin-bottom: 15px;
}


/* Notification Dorpdown */

.custom-dropdown-menu.notification-container {
  width: 458px;
  padding: 0;
  height: 450px;
}

.notification-container h3 {
  text-transform: uppercase;
  font-size: 75%;
  font-weight: 700;
  color: #84929f;
  padding: 1.5rem 2rem;
}

.notification_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px;
}

.notification_header p {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150.5%;
  color: #2B2B2B;
}

.notification_header a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150.5%;
  text-align: center;
  color: #4267B2;
}

.notification_row {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 15px 19px 15px;
  border-top: 1px solid #E7E7E7;
}

.notification_profileimg {
  width: 39px;
  height: 39px;
  max-width: 39px;
  max-height: 39px;
  overflow: hidden;
}

.notification_profileimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.notification_details {
  width: calc(100% - 125px);
}

.notification_details h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150.5%;
  color: #131416;
  margin: 0;
  text-align: left;
  padding: 0;
}

.notification_details h3 span {
  font-weight: 700;
}

.notification_details p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150.5%;
  color: #131416;
  margin: 0;
  text-align: left;
  width: calc(100% - 60px);
}

.notification_date {
  max-width: 75px;
}

.notification_date p {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 150.5%;
  text-align: right;
  color: #121418;
  margin: 0;
}

.notification_date p img {
  margin-right: 7px;
}

.noty_descp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.noty_descp_img {
  width: 47px;
  height: 33px;
  max-width: 47px;
  max-height: 33px;
  border-radius: 4px;
  overflow: hidden;
}

.noty_descp_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.without_img_descp p {
  width: 100%;
}

.unread {
  background-color: #dadcf7;
}

.notification_scroll {
  overflow: auto;
  height: calc(100% - 45px);
}

.notification_dropdown_footer {
  height: 51px;
  border-top: 1px solid rgba(198, 201, 205, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dad6d6;
  border-radius: 0 0 10px 10px;
}

.notification_dropdown_footer p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 150.5%;
  margin: 0;
}

.notification_dropdown_footer p a {
  color: #232943;
  text-decoration: underline;
}

.notification_dropdown_footer p a:hover {
  color: #4267B2;
}

.notification_details a {
  padding: 0 !important;
}

.notifi_count {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #00a183;
  position: absolute;
  top: -13px;
  right: calc(50% - 18px);
  font-size: 11px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* All Notification */

.allnotification .notification_profileimg {
  width: 59px;
  height: 59px;
  max-width: 59px;
  max-height: 59px;
}

.allnotification .notification_details {
  width: calc(100% - 165px);
}

.allnotification .notification_header p {
  font-size: 22px;
}


/* Notification Settings */

.notifi_setting {
  padding: 24px 0;
}

.notifi_setting_block .nav-link {
  color: #232943;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.notifi_setting_block .nav-link span {
  margin-right: 10px;
}

.notifi_setting_block .nav-pills .nav-link.active,
.notifi_setting_block .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #6b6f85;
}

.notifi_setting_block h2 {
  font-size: 24px;
}

.notifi_setting_block .accordion {
  margin-top: 25px;
  border: 1px solid #e2dede;
  padding: 24px;
  border-radius: 20px;
  background-color: #fff;
}

.notifi_setting_block .accordion .card {
  border: none;
  background-color: transparent;
}

.notifi_setting_block .accordion .card h2 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 0 0 5px;
}

.notifi_setting_block .accordion .card h2 span {
  margin-right: 10px;
}

.notifi_setting_block .accordion .card h2.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}

.notifi_setting_block .accordion .card-body {
  padding: 24px 0 0 !important;
}

.example .btn-toggle {
  top: 50%;
  transform: translateY(-50%);
}

.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle:before {
  content: 'Off';
  left: -4rem;
}

.btn-toggle:after {
  content: 'On';
  right: -4rem;
  opacity: 0.5;
}

.btn-toggle>.handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.active {
  transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

.btn-toggle.active:before {
  opacity: 0.5;
}

.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}

.btn-toggle.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}

.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}

.btn-toggle.active {
  background-color: #29b5a8;
}

.notifi_setting_block .accordion .card-head {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.card_head_sub_left {
  width: 50px;
}

.card_head_sub_right {
  width: calc(100% - 50px);
}

.allow_notifi {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  background-color: #13151f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 0 100px;
}

.allow_notifi h3 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 0;
}

.allow_notifi h3 a {
  color: #fff;
  text-decoration: underline;
}

.allow_notifi button {
  background-color: transparent;
  border: none;
  color: #fff;
}

.allow_notifi {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

.markasread {
  margin-right: 20px;
  text-decoration: underline;
}

.markasread-inline {
  margin-right: 5px;
  text-decoration: underline;
}


/***** 080321 ******/

.govila_middle_cont_details {
  padding: 25px 20px;
}

.govila_middle_cont_details .mid_cont_heading {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 22px 0;
}

.cgvilla_row {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
  font-size: 15px;
}

.cgvilla_left {
  width: 150px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 15px 0 0;
  font-size: 15px;
}

.mc_icons {
  width: 22px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mc_icons img {
  width: 16px;
}

.cgvilla_right {
  width: 80%;
}

.cgvilla_right .sp_weight {
  font-weight: 600;
}

.tr_time {
  opacity: 0.90;
  margin-left: 10px;
}

.cgvilla__link_row {
  display: flex;
  align-items: center;
  margin: 22px 0 15px 0;
  font-size: 15px;
}

.cgvilla_link_left {
  /* width: 220px; */
  min-width: 220px;
  max-width: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 15px 0 0;
  font-size: 15px;
}

.cgvilla__link_right a {
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 4px 10px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  word-break: break-all;
}

.cgvilla__link_right a img {
  margin: 0 10px 0 0;
  width: 14px;
}

.post_card_inner_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.post_card_inner_header .postc_left_panel {
  width: 40%;
  display: flex;
}

.post_card_inner_header .postc_right_panel {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}

.post_eng_presudo_wrapper {
  width: 190px;
  font-size: 11px;
}

.post_eng_presudo_wrapper img {
  width: 150px;
  margin: 0 0 4px 0
}


/**** 30 09 21 ******/

.doc_upload_error {
  display: block;
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 14px;
  color: red;
  font-weight: 700;
}

.uploading-section button {
  color: #002a79;
  text-decoration: none;
  font-weight: 700;
}

.uploading-section button:hover,
.uploading-section button:focus {
  opacity: 0.90;
  text-decoration: none;
}

.selected-document-section em,
.selected-document-section:hover em,
.selected-document-section:focus em {
  color: #000;
  text-decoration: underline;
  width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.selected-document-section button i {
  color: #b9cded;
  font-size: 22px!important;
}

.selected-document-section button:hover i,
.selected-document-section button:focus i {
  color: #002a79;
  font-size: 22px!important;
}

.list_doc_envc {
  padding: 0;
  margin: 0 15px;
  display: flex;
  flex-wrap: wrap;
}

.list_doc_envc li {
  list-style-type: none;
  width: 25%;
  padding: 0 15px;
}

.file_box_incre {
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
  border-radius: 15px;
  overflow: hidden;
}

.bortx_footer {
  padding: 5px 15px;
}


/* The container */

.rag_container {
  display: block;
  position: relative;
  padding: 15px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.mg_file_type {
  margin: 0 0 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}


/* Hide the browser's default radio button */

.rag_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


/* Create a custom radio button */

.rag_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}


/* On mouse-over, add a grey background color */

.rag_container:hover input~.checkmark {
  background-color: rgba(0, 0, 0, 0);
}


/* When the radio button is checked, add a blue background */

.rag_container input:checked~.checkmark {
  background-color: rgba(0, 42, 120, 0.70);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.rag_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the indicator (dot/circle) when checked */

.rag_container input:checked~.checkmark:after {
  display: block;
}


/* Style the indicator (dot/circle) */

.rag_container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  display: none!important;
}

.rag_container .file_name_type {
  margin: 0 0 12px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.rag_container .file_docx_type {
  margin: 0;
}

.doc_mod_footer_wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.upc_btn {
  border: 1px solid #002a79 !important;
  background-color: #002a79 !important;
  color: #FFFFFF;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  min-width: 206px;
  margin: 5px;
}

.doc_upload_btc {
  border: 1px solid #3f9e85 !important;
  background-color: #3f9e85 !important;
  color: #FFFFFF;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  min-width: 206px;
  margin: 5px;
}

.doc_upload_btcrtc {
  border: 1px solid #3f9e85 !important;
  background-color: red;
  color: #FFFFFF;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  min-width: 206px;
  margin: 5px;
}

.file_uploading_egc {
  margin: 0 0 20px 0;
  display: block;
  height: 60px;
}

.supporting_documents {
  display: block;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  width: 100%;
}

.supporting_documents .iflexdiv.label-content {
  display: flex;
  color: #000 !important;
  background: transparent !important;
  width: 100%;
}

.supporting_documents .doc_name {
  width: 250px;
}

.supporting_documents .uploader-selection-section {
  margin-left: 20px;
  width: 150px;
}

.supporting_documents .uploading-section {
  margin-left: 8px;
}

.supporting_documents .selected-document-section {
  margin-left: 20px;
  display: flex;
}

.refresh-btn-selector {
  line-height: 1 !important;
  display: inline-block;
  border-radius: 7px;
  font-weight: 500;
  cursor: pointer;
  margin: 5px;
}

.loader-flex-div {
  display: flex;
}

.loader-flex-div label {
  margin-right: 25px;
}


/* .search-job-page-group.mat-tab-group {
padding: 0 15px 0 0;
margin-bottom: 10px;
} */

.mat-tab-label-active .mat-tab-label-content {
  color: #001777;
}

.supporting_doc_error_span {
  display: block;
  font-weight: 900;
}


/*****************************************************/


/******************** 22 April 2021 ********************/

.main-content-area.custom_acctount_wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #E5E5E5;
}

.fd_account_wrapper {
  display: flex;
  min-height: 100vh;
}

.fd_sidepanel_left {
  width: 288px;
}

.fd_fullw_right {
  /* width: 84%; */
  width: calc(100% - 288px);
  margin: 0 0 0 0px;
}

.sidebar_innerpanel {
  background-color: #fff;
  height: 100%;
}

/* .sidebar_main_logo {
  margin: 0px 15px 0px 15px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar_main_logo .sfg_left {
  width: 47.19px;
  height: 47.19px;
  left: 34.36px;
  background: #1563D8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  margin: 0 13px 0 0;
}

.sidebar_main_logo .sfg_right {
  width: 66%;
  color: #292929;
  font-size: 18px;
  line-height: 31px;
} */

/* added 18 june */

.sidebar_main_logo {
  margin: 0px 15px 0px 15px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sidebar_main_logo .sfg_left {
  width: 70px;
  height: 70px;
  left: 34.36px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  margin: 0 0px 0 0;
}
.sidebar_main_logo .sfg_left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar_main_logo .sfg_right {
  width: 70%;
  color: #292929;
  font-size: 18px;
  line-height: 31px;
  text-align: center;
  margin: 5px 0 0 0;
}

/*  end */

.sidebar_unmain_manu {
  margin: 0 0 20px 34px;
}

.sidebar_unmain_manu ul {
  display: block;
  padding: 0;
  margin: 0;
}

.sidebar_unmain_manu ul li {
  padding: 0 0 10px 0;
  display: block;
  list-style-type: none;
}

.sidebar_unmain_manu ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  border-radius: 30px 0 0 30px;
  text-decoration: none;
  padding: 0 20px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.sidebar_unmain_manu ul li a:hover,
.sidebar_unmain_manu ul li a.active {
  background-color: #2C2F79;
  text-decoration: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.sidebar_unmain_manu ul li a {
  color: #292929;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.sidebar_unmain_manu ul li a:hover,
.sidebar_unmain_manu ul li a.active {
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.sidebar_unmain_manu ul li a span {
  font-size: 22px;
  margin: 0 13px 0 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.courselisting_wtapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 36px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 20px;
}

.courselisting_wtapper ul {
  padding: 25px 0;
  margin: 0;
  list-style-type: none;
}

.courselisting_wtapper ul li {
  padding: 0 0 30px 0;
  margin: 30px 0 0 0;
  border-bottom: 1px solid #ADADAD;
}

.courselisting_wtapper ul li:last-child {
  border-bottom: 0px solid #ADADAD;
}

.ct_course_box {
  display: flex;
  justify-content: space-between;
  align-content: center;
  cursor: pointer;
}

.ct_course_ltbox {
  max-width: 600px;
  margin: 0 20px 0 0;
}

.ct_course_rtbox {
  width: 54px;
}

.goto_detail_corse,
.goto_detail_corse:hover {
  width: 54.38px;
  height: 54.38px;
  background-color: #232943;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-content: center;
  text-decoration: none;
}

.goto_detail_corse span {
  color: #fff;
  font-size: 54px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.chivarun_heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
  color: #292929;
}

.chivarun_heading a,
.chivarun_heading a:hover {
  color: #292929;
  text-decoration: none;
}

.chivarun_content_details {
  font-size: 14px;
  color: #A4A4A4;
}

.inner_engaged_ft {
  background-color: transparent;
  padding: 31px 15px;
}

.course_details_listin_wrapper {
  margin-top: 24px;
  padding: 0 20px 0 20px;
  width: 100%;
}

.school_career_progress {
  border-radius: 10px;
  padding: 24px 34px;
  background-color: #fff;
  margin: 0 0 24px 0;
}

.courser_progress_content {
  display: block;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 100% */
  color: #A4A4A4;
  margin: 0 0 17px 0;
}

.see_progress_btn {
  background: #E4E5F5;
  border-radius: 5px;
  height: 26px;
  width: 125.38px;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 100% */
  color: #2C2F79;
  margin: 0 10px 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.courser_progress_heading {
  font-size: 20px;
  line-height: 31px;
  /* identical to box height, or 155% */
  color: #292929;
  margin: 0 0 13px 0;
  font-weight: 600;
}

.courser_progress_bar .progress {
  border-radius: 10px;
}

.courser_progress_bar .progress-bar {
  background-color: #4FBEA9;
  border-radius: 10px;
}

.course_video_list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.course_video_list ul li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 11px 0;
}

.course_video_list_box {
  padding: 23px 36px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}

.crs_inner {
  display: flex;
}

.crs_inner .crs_left_video {
  width: 220px;
}

.crs_inner .crs_right_vidcontent {
  width: calc(100% - 220px);
  margin: 0 0 0 27px;
}

.vid_main_play_wrapper {
  width: 218.92px;
  height: 146.38px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: relative;
}

.vid_overlay {
  position: absolute;
  background-color: rgba(204, 204, 204, 0.10);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 80;
}

.vid_overlay span {
  color: #fff;
  font-size: 54px;
}

.vid_main_play_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crs_frtc_wrapper {
  display: flex;
  justify-content: space-between;
}

.crs_frct_left {
  width: 70%;
  margin: 0 20px 0 0;
}

.crs_frct_right {
  width: 198px;
}

.skype_rating_btn {
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 14px;
  color: #A4A4A4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42.21px;
  width: 100%;
  margin: 15px 0 10px 0;
}

.skype_rating_btn:hover {
  color: #A4A4A4;
  text-decoration: none;
}

.skype_rating_btn_understand {
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 14px;
  color: #A4A4A4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42.21px;
  width: 100%;
}

.skype_rating_btn_understand:hover {
  color: #A4A4A4;
  text-decoration: none;
}

.skype_rating_btn span {
  margin: 0 10px 0 0;
  font-size: 18px;
}

.ct_mgm_defaultlist span {
  font-weight: 600;
  font-size: 14px;
  line-height: 31px;
  /* identical to box height, or 221% */
  color: #292929;
}

.ct_mgm_defaultlist {
  margin: 10px 0 0 0;
}

.ct_mgm_defaultlist ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 20px;
}

.ct_mgm_defaultlist ul li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  color: #A4A4A4;
  padding: 0;
  margin: 0 0 2px 0;
}

.ct_mgm_defaultlist ul li:after {
  width: 7px;
  height: 7px;
  background: #2C2F79;
  content: '';
  position: absolute;
  left: -18px;
  top: 6px;
  border-radius: 50%;
}


/*********************************************************************/


/********************** 23 April 2021 **********************/

.coursevideo_details {
  padding: 46px 36px 25px;
  border-radius: 10px;
  background-color: #fff;
}

.inner_video_detailscontainer {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}

.video_rty_header {
  margin: 0 0 39px 0;
}

.video_rty_header h1 {
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  /* identical to box height, or 141% */
  color: #292929;
  text-align: center;
}

.video_rty_header p {
  font-size: 14px;
  line-height: 18px;
  /* or 129% */
  text-align: center;
  color: #A4A4A4;
  text-align: center;
}

.dtls_main_play {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  max-width: 558.83px;
  width: 100%;
  height: 333.08px;
  margin: 0 auto 18px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dtls_main_play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dtls_vid_ovwrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dtls_vid_ovwrapper span {
  cursor: pointer;
  color: #fff;
  font-size: 72px;
  z-index: 99
}

.usr_comment_heading {
  font-weight: 600;
  font-size: 14px;
  line-height: 31px;
  /* identical to box height, or 221% */
  color: #292929;
  margin: 0 0 15px 0;
}

.usr_comment_area {
  margin: 0 auto;
  max-width: 558.83px;
  width: 100%;
}

.usr_profile_details {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 10px 0;
}

.usr_profile_details .user_propic {
  width: 47.19px;
  height: 47.19px;
  background: #4FBEA9;
  overflow: hidden;
  margin: 0 10px 0 0;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 50%;
}



.comment-profile .user_rply_sname_propic {
  width: 47.19px;
  height: 47.19px;
  background: #4FBEA9;
  overflow: hidden;
  margin: 0 10px 0 0;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 50%;
}

.user_procont h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: #000000;
  margin: 0 0 3px 0;
}

.user_procont p {
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: #A4A4A4;
}

.usr_comment_panel {
  width: 100%;
}

.usr_comment_panel textarea,
.usr_comment_panel textarea:focus {
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 10px;
  height: 90px;
  min-height: 90px;
  padding: 10px 15px;
  font-size: 12px;
  outline: none;
  box-shadow: none;
  margin: 0 0 20px 0;
  width: 100%;
}

.usr_comment_panel .send_btn_comment {
  width: 196.95px;
  height: 42.21px;
  margin: 0 auto;
  background: #2C2F79;
  border-radius: 10px;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  color: #FFFFFF;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
}

.usr_profile_details .user_procont {
  width: 80%;
}

.coursevideo_details.resource_tabexact {
  padding-top: 25px;
}

.allcat_tabs {
  display: block;
  margin: 0 0 25px 0;
}

.allcat_tabs h1 {
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
  /* identical to box height, or 172% */
  color: #292929;
}

.allcats_listpros ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -17px;
  display: flex;
  flex-wrap: wrap;
}

.allcats_listpros ul li {
  padding: 0 10px;
  width: 20%;
}

.caat_gory_slipbox {
  background: #E6E6E6;
  border-radius: 10px;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.caat_gory_slipbox:hover,
.caat_gory_slipbox.active {
  background-color: #2C2F79;
  color: #fff;
}

.caat_gory_left_icon {
  width: 40px;
  margin: 0 10px 0 0;
}

.caat_gory_right_content {
  width: 70%;
}

.caat_gory_right_content h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
  /* identical to box height, or 172% */
  color: #292929;
  margin: 0 0 4px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.caat_gory_right_content h2 a,
.caat_gory_right_content h2 a:hover,
.caat_gory_right_content h2 a:focus {
  text-decoration: none;
  color: #292929;
}

.caat_gory_right_content p {
  font-size: 12px;
  line-height: 18px;
  /* identical to box height, or 150% */
  color: #292929;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.caat_gory_slipbox:hover .caat_gory_right_content h2,
.caat_gory_slipbox.active .caat_gory_right_content h2 {
  color: #fff;
}

.caat_gory_slipbox:hover .caat_gory_right_content h2 a,
.caat_gory_slipbox.active .caat_gory_right_content h2 a {
  color: #fff;
}

.caat_gory_slipbox:hover .caat_gory_right_content p,
.caat_gory_slipbox.active .caat_gory_right_content p {
  color: #fff;
}

.wimg {
  display: none;
}

.caat_gory_slipbox:hover .wimg,
.caat_gory_slipbox.active .wimg {
  display: block;
}

.caat_gory_slipbox:hover .bimg,
.caat_gory_slipbox.active .bimg {
  display: none;
}

.cat_doc_listwrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.cat_doc_listwrapper ul li:first-child {
  border-top: 1px solid #ADADAD;
}

.cat_doc_listwrapper ul li {
  border-bottom: 1px solid #ADADAD;
  padding: 30px 0;
}

.cate_emp_wrapper {
  display: flex;
}

.cat_emp_doc_icon {
  width: 40px;
  margin: 0 32px 0 0;
}

.cat_emp_doc_details {
  width: 100%;
  display: flex;
  align-items: center;
}

.max_doc_container {
  max-width: 555px;
  width: 100%;
  margin: 0 65px 0 0;
}

.max_doc_container h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
  /* identical to box height, or 172% */
  color: #292929;
  margin: 0 0 3px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.max_doc_container h3 a,
.max_doc_container h3 a:hover,
.max_doc_container h3 a:focus {
  color: #292929;
  text-decoration: none;
  outline: none;
}

.max_doc_container p {
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  color: #A4A4A4;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.emp_doc_download {
  width: 159.31px;
  height: 40.76px;
  background: #232943;
  border-radius: 60px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* identical to box height, or 129% */
  color: #FFFFFF;
  text-decoration: none;
}

.emp_doc_download:hover {
  opacity: 0.90;
  /* identical to box height, or 129% */
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
}

.loadin_btn_wrapper {
  padding: 25px 0 0 0;
  display: flex;
  justify-content: center;
}

.load_more_data {
  width: 118.93px;
  height: 31.89px;
  background: #C4C4C4;
  border-radius: 60px;
  margin: 0 auto;
  color: #2C2F79;
  border: none;
  font-size: 14px;
  line-height: 18px;
}

.caat_gory_slipbox .wimg {
  display: none!important;
}

.caat_gory_slipbox:hover .wimg,
.caat_gory_slipbox.active .wimg {
  display: block!important;
}

.caat_gory_slipbox:hover .bimg {
  display: none!important;
}

.welcome_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
  padding: 0 0 25px 0;
}

.welcome_heading h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
}

.subscribe_tobtn {
  width: 196.95px;
  height: 42.21px;
  margin: 0 auto;
  background: #2C2F79;
  border-radius: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  margin: 0;
}

.welcome_wrappermain {
  min-height: 80vh;
}


/******************************************************/


/********* 26th April 2021 ***************/

.landing_page_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 90;
}

.menu_mobile_btn {
  display: none;
}

.landing_inner_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.mobile_menu_wrapper {
  width: 100%;
}

.mobile_menu_wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mobile_menu_wrapper li a,
.mobile_menu_wrapper li a:hover,
.mobile_menu_wrapper li a:focus {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: block;
  text-decoration: none;
}

.mobile_menu_wrapper li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}

.mobile_menu_wrapper li:last-child {
  padding: 0;
}

.mobile_menu_wrapper a.menu-sign-in-btn,
.mobile_menu_wrapper a.menu-sign-up-btn {
  color: #fff;
}

.menu-sign-up-btn {
  background-color: #3f9e85;
  padding: 14px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.menu-sign-in-btn {
  background-color: #001489;
  padding: 14px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.landing_banner {
  margin: 80px 0 0 0;
  background-color: #EEEFF4;
  position: relative;
  overflow: hidden;
}

.landing_banner::after {
  width: 800px;
  height: 800px;
  background-repeat: no-repeat;
  background-image: url(../images/new_icons/ban_right.png);
  content: '';
  right: 0;
  top: -32px;
  position: absolute;
}

.landing_banner::before {
  width: 800px;
  height: 428px;
  background-repeat: no-repeat;
  background-image: url(../images/new_icons/ban_left.png);
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
}

.landing_inner_banner {
  display: block;
  padding: 80px 0 120px;
  position: relative;
  z-index: 40;
}

.landing_left_wrapper {
  width: 50%;
}

.landing_left_wrapper h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 70px;
  /* or 140% */
  color: #333333;
  margin: 0 0 20px 0;
}

.landing_left_wrapper p {
  font-size: 18px;
  line-height: 31px;
  /* or 172% */
  color: #717171;
  margin: 0 0 45px 0;
}

.landing_getstarted {
  width: 256.24px;
  height: 65px;
  background: #2C2F79;
  box-shadow: 0px 4px 20px rgba(44, 47, 121, 0.3);
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 31px;
  /* identical to box height, or 155% */
  color: #FFFFFF;
}

.landing_getstarted:hover,
.landing_getstarted:focus {
  color: #fff;
  text-decoration: none;
}

.govt_project_contract {
  background-color: #fff;
  padding: 62px 0;
}

.inner_section_heading {
  text-align: center;
  max-width: 1024px;
  font-weight: 600;
  font-size: 50px;
  line-height: 70px;
  /* or 140% */
  text-align: center;
  color: #333333;
  margin: 0 auto 40px auto;
}

.business_box_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  justify-content: center;
}

.business_box_self {
  width: 33.3%;
  padding: 0 10px;
  margin: 0 0 22px 0;
}

.bus_box_wrapper {
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.bus_box_wrapper:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.bus_box_wrapper .bus_box_header {
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  /* identical to box height, or 91% */
  text-align: center;
  color: #333;
  margin: 0 0 18px 0;
}

.bus_box_wrapper .bus_box_content {
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  text-align: center;
  color: #717171;
}

.bus_icon_circle {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  margin: 15px 0 34px 0;
}

.bgcolor1 {
  background: rgba(44, 47, 121, 0.2);
}

.bgcolor2 {
  background: rgba(79, 190, 169, 0.2);
}

.bgcolor3 {
  background: rgba(21, 99, 216, 0.2);
}

.bgcolor4 {
  background: rgba(227, 88, 75, 0.2);
}

.bgcolor5 {
  background: rgba(65, 155, 194, 0.2);
  ;
}

.how_it_works {
  background-color: #F6F9FC;
  padding: 60px 0;
}

.inner_sub_header {
  font-size: 16px;
  line-height: 31px;
  /* or 194% */
  text-align: center;
  color: #717171;
}


/******************************/

.how_it_box_wrapper {
  display: flex;
  justify-content: center;
}

.how_it_box_wrapper .how_it_box:nth-child(1),
.how_it_box_wrapper .how_it_box:nth-child(3) {
  margin: 95px 0 0 0;
}

.inner_fst_img {
  margin: 0 0 20px 0;
  position: relative;
}

.how_it_box {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 30;
  padding: 0 20px;
}

.how_it_box_wrapper .how_it_box:nth-child(1)::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  background-image: url(../images/shp1.png);
  left: 69px;
  top: 12px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.how_it_box_wrapper .how_it_box:nth-child(1)::after {
  position: absolute;
  content: '';
  width: 220px;
  height: 56px;
  background-image: url(../images/shp2.png);
  right: -96px;
  bottom: 254px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.box_work_cont h6 {
  color: #3B414F;
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 15px 0;
  font-family: 'Montserrat', sans-serif;
}

.box_no {
  font-family: 'Poppins';
  position: absolute;
  z-index: -1;
  right: -15px;
  top: -25px;
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  /* identical to box height, or 117% */
  text-align: center;
  color: #2C2F79;
  opacity: 0.2;
}

.box_work_cont p {
  color: #7D90AA;
  font-size: 16px;
  text-align: center;
  width: 72%;
  margin: 0 auto;
}

.how_it_box_wrapper .how_it_box:nth-child(2)::after {
  position: absolute;
  content: '';
  width: 276px;
  height: 112px;
  background-image: url(../images/shp3.png);
  right: -198px;
  top: 88px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.how_it_box_wrapper .how_it_box:nth-child(3)::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  background-image: url(../images/shp4.png);
  right: 58px;
  bottom: 115px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.simple_training_course {
  background-color: #fff;
  padding: 53px 0;
}

.simple_training_course.pricing_field_wrapper {
  background-color: #fff;
  padding: 53px 0 159px;
}

.right_simplecourse_list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tag_popular {
  background: #2C2F79;
  text-align: center;
  position: absolute;
  top: 55px;
  right: 0;
  color: #fff;
  width: 92.15px;
  height: 38.81px;
  border-radius: 30px 0px 0px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right_simplecourse_list ul li {
  position: relative;
  margin: 0 0 38px 25px;
  font-weight: 600;
  font-size: 18px;
  /* or 322% */
  color: #707070;
}

.right_simplecourse_list ul li::before {
  position: absolute;
  content: '';
  background-image: url(../images/check_1.png);
  width: 21px;
  height: 21px;
  background-position: center center;
  left: -38px;
  top: 3px;
}

.leftsimple_trainig {
  width: 44%;
}

.rightsimple_trainig {
  width: 56%;
}

.client_testimonial_panel {
  padding: 70px 0 150px;
  background: #F6F9FC;
}

.testimoni_innerbox {
  padding: 50px 55px 65px 55px;
  background-color: #fff;
}

.testi__profile_details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 38px 0;
}

.testi_profile_pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 15px 0 0;
}

.testi_profile_content {
  width: 80%;
}

.testi_profile_content .testi_name a {
  font-weight: 600;
  font-size: 18px;
  line-height: 153.8%;
  /* identical to box height, or 28px */
  color: #000000;
  margin: 0 0 15px 0;
}

.testi_profile_content .test_date {
  font-weight: 500;
  font-size: 14px;
  line-height: 153.8%;
  /* identical to box height, or 22px */
  color: #515151;
}

.testi_brief_content {
  font-weight: 500;
  font-size: 18px;
  line-height: 153.8%;
  /* or 28px */
  color: #515151;
}

.testimonial_wrapper_box .owl-nav {
  position: absolute;
  bottom: -45px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80.92px;
  height: 80.92px;
  border-radius: 50%;
  background: #2C2F79;
  box-shadow: 0px 4px 10px rgba(18, 215, 97, 0.15);
}

.testimonial_wrapper_box .owl-nav .owl-prev,
.testimonial_wrapper_box .owl-nav .owl-next {
  width: 40.92px;
  height: 80.92px;
}

.testimonial_wrapper_box .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.testimonial_wrapper_box .owl-nav .owl-next {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.testimonial_wrapper_box .owl-nav .owl-prev span i,
.testimonial_wrapper_box .owl-nav .owl-next span i {
  color: #fff;
}

.testimonial_wrapper_box {
  position: relative;
  z-index: 50;
}

.testimonial_wrapper_box::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 250px;
  background-image: url(../images/left_cote.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -80px;
  top: -60;
  z-index: -1;
}

.testimonial_wrapper_box::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 250px;
  background-image: url(../images/right_cote.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -80px;
  bottom: -60px;
  z-index: -1;
}

.landing-page-content.support_landing {
  margin-bottom: 53vh;
}

.packeg_pricing_wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.packeg_pricing_wrapper ul li {
  padding: 0 20px;
  width: 458.46px;
}

.packeg_pricing_box {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  border-radius: 20px;
  position: relative;
  padding: 22px;
}

.pricing_area_show {
  width: 100%;
  height: 240.15px;
  background: #F6F9FC;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0 36px 0;
}

.pricing_area_show h2 {
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  /* identical to box height, or 160% */
  color: #2C2F79;
  font-family: 'Poppins';
  font-weight: 900;
  margin: 0 0 25px 0;
}

.pricing_area_show span {
  display: block;
  text-align: center;
  margin: 0 0 15px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  /* identical to box height, or 200% */
  text-transform: uppercase;
  color: #2C2F79;
}

.select_amount_btn,
.select_amount_btn:hover,
.select_amount_btn:focus {
  max-width: 241px;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 2px solid #2C2F79;
  box-sizing: border-box;
  border-radius: 30px;
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  /* identical to box height, or 91% */
  color: #2C2F79;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.choose_plane_wrapper {
  display: flex;
  justify-content: center;
  margin: 0 0 23px 0;
}

.select_choose_btn,
.select_choose_btn:hover,
.select_choose_btn:focus {
  max-width: 241px;
  width: 100%;
  height: 50px;
  background: #2C2F79;
  border: 2px solid #2C2F79;
  box-sizing: border-box;
  border-radius: 30px;
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  /* identical to box height, or 91% */
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.facility_list {
  margin: 0 0 20px 0;
}

.facility_list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.facility_list ul li {
  position: relative;
  margin: 0 0 18px 15px;
  font-size: 20px;
  line-height: 40px;
  /* identical to box height, or 200% */
  color: #292929;
}

.facility_list ul li::before {
  position: absolute;
  content: '';
  background-image: url(../images/check_1.png);
  width: 21px;
  height: 21px;
  background-position: center center;
  left: -15px;
  top: 9px;
}

.container-fluid.chat_container {
  max-width: unset;
}

.container-fluid.chat_container_body {
  max-width: unset;
  padding-right: 0px;
  padding-left: 0px;
}

.user_dash_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 30px 0 48px 0;
}

.user_dash_wrapper .left_panel {
  width: 75%;
  margin: 0 27px 0 0;
  padding: 0;
}

.user_dash_wrapper .right_panel {
  width: 354px;
}

.common_wrapper_usr_dash {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
  border-radius: 10px;
  padding: 22px;
}

.mobi_user_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0px;
}

.mobi_user_header h3 {
  margin: 0 0 18px 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  /* identical to box height, or 136% */
  color: #292929;
}

.user_dash_wrapper .user_admin_card_row {
  display: flex;
  align-items: inherit;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}

.user_dash_wrapper .user_admin_card_col {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.user_admin_card_col {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.user_dash_wrapper .user_admin_card_col_block {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 15%);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 19px 14px;
  position: relative;
  height: 100%;
}

.user_admin_card_col_block {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 15%);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 19px 14px;
  position: relative;
  height: 100%;
}

.user_dash_wrapper .user_admin_card_col_block button {
  padding: 10px 5px;
}

.user_admin_card_col_block button.request_btn {
  background-color: #151449;
  color: #fff;
  font-weight: 600;
}

.user_admin_card_col_block button {
  height: 40px;
  border: 1px solid #001F69;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #001F69;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.user_dash_wrapper .usr_das_profile {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto 5px auto;
}

.usr_das_profile {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto 5px auto;
}

.user_dash_wrapper .user_admin_card_col_block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #131340;
  margin: 0 0 10px;
  min-height: 42px;
}

.job_search_type {
  text-align: center;
  color: #7D90AA;
  margin: 0 0 10px 0;
  font-size: 14px;
}

.user_admin_card_col_block .active {
  background: #001F69;
  border-radius: 60px;
  padding: 2px 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
}

.user_admin_card_col_block span {
  background-color: transparent;
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #7D90AA;
  display: flex;
  align-items: center;
  padding: 0 0 0;
  margin: 0 0 13px;
  margin-left: auto;
  height: 25px;
}

.user_dash_wrapper .usr_das_profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user_dash_wrapper .user_admin_card_col_block img {
  margin: 0 4px 0 0;
}

.user_admin_card_col_block span img {
  margin-left: 11px !important;
  margin-top: fpx !important;
  margin-bottom: 0px !important;
}

.toggle_box_list {
  display: none;
  justify-content: flex-end;
  align-items: center;
}

.user_admin_tab_body h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin: 0 0 15px;
}

.user_support_area h4 {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  margin: 0 0 18px 0;
  color: #001F69;
}

.supp_row {
  margin: 0 -5px;
  display: flex;
}

.supp_col {
  width: 33.3%;
  padding: 0 5px;
}

.user_dsh {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-left: 0px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 111px;
  position: relative;
  background: #F6F9FC;
  overflow: hidden;
  border: 1px solid #7D90AA;
  box-sizing: border-box;
  border-radius: 10px;
}

.user_dsh img {
  margin: 0 0 10px 0;
  z-index: 20;
}

.user_dsh .box_matter {
  position: relative;
  z-index: 20;
}

.user_dsh .check_box {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 19px;
  width: 19px;
  background-color: #2C2F79;
  border-radius: 50%;
  z-index: 10;
}

.user_dsh.act_epgpmore {
  background-color: #2C2F79;
}

.user_dsh.act_epgpmore img {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}

.user_dsh.act_epgpmore .check_box {
  background-color: #fff;
}

.user_dsh.act_epgpmore .check_box:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 11px;
  border: solid #001F69;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate( 45deg);
  -ms-transform: rotate(45deg);
  transform: rotate( 45deg);
  position: absolute;
  content: '';
}

.user_dsh.act_epgpmore .box_matter {
  color: #fff;
}

.usr_seperator {
  border-top: 1px solid #CFCFCF;
  margin: 10px 0;
}

.cat_check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 0px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #001F69;
}


/* Hide the browser's default checkbox */

.cat_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


/* Create a custom checkbox */

.cat_check .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border: 2px solid #001F69;
  border-radius: 3px;
  left: unset;
}


/* On mouse-over, add a grey background color */

.cat_check:hover input~.checkmark {
  background-color: #fff;
}


/* When the checkbox is checked, add a blue background */

.cat_check input:checked~.checkmark {
  background-color: #fff;
}


/* Create the checkmark/indicator (hidden when not checked) */

.cat_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the checkmark when checked */

.cat_check input:checked~.checkmark:after {
  display: block;
}


/* Style the checkmark/indicator */

.cat_check .checkmark:after {
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #001F69;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.req_consult {
  background-color: #001F69;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
  border-radius: 10px;
  margin: 20px 0 0 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.req_consult:hover,
.req_consult:focus {
  background-color: #7D90AA;
  color: #fff;
  outline: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.req_consult {
  background-color: #001F69;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
  border-radius: 10px;
  margin: 20px 0 0 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.req_consult:hover,
.req_consult:focus {
  background-color: #7D90AA;
  color: #fff;
  outline: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.user_support_area ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.client_testimonial_panel .container-fluid {
  max-width: 1600px;
}

.footer_inner_wrapper {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.footer_fourth_col {
  width: 25%;
  padding: 95px 45px;
}

.emt_footer {
  background-color: #fafafa;
}

.emt_inner_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ft_logo {
  margin: 0 0 55px 0;
}

.ft_logo img {
  width: 160px;
}

.ft_logo_content {
  color: #9a9a9a;
  text-align: center;
  margin: 0 0 170px 0;
}

.ft_sump_heading {
  text-align: center;
  position: relative;
  padding: 0 0 15px 0;
  margin: 0 0 35px 0;
  font-weight: 600;
}

.ft_sump_heading::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #2C2F79;
  margin: 0 auto;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
}

.ft_summenu_list {
  display: block;
}

.ft_summenu_list ul {
  display: block;
  margin: 0;
  padding: 0;
}

.ft_summenu_list ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ft_summenu_list ul li a {
  display: block;
  text-align: center;
  color: #2C2F79;
  font-size: 15px;
  margin: 0 0 15px 0;
  font-weight: 600;
}


/*CSS 11-05-2021*/

.mat-tab-label {
  background-color: #dadada;
  margin-right: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.mat-tab-label.mat-tab-label-active {
  background-color: #2c2f79;
  opacity: 1;
}

.mat-tab-label-active .mat-tab-label-content {
  color: #fff;
  border-bottom: none;
}

.post-card-thumbnail {
  padding-bottom: 15px;
}

.post-card-thumbnail a {
  margin: 0 5px;
  display: inline-block;
  max-width: 100%;
}

.post-card-thumbnail a img {
  max-width: 100%;
}


/*==== 14-05-2021 by Anumita ====*/

.faq_right {
  padding-right: 0;
}


/* new css add on 17 may 2021 */

.lock_icon_curr_video {
  color: red !important;
}

.blur_effect_cur_video {
  filter: blur(1.5px);
}

.abs-spinner {
  position: absolute !important;
}

.crs_overlay {
  position: absolute;
  width: 95%;
  top: 23px;
  height: 146.38px;
  filter: blur(2px);
  background: #d5080800;
}

.flex-div {
  display: flex;
}


/* new code added on 18th may */

.flex-container {
  display: flex;
}

.rply_txt_div {
  padding-right: 36px;
}

.rply_div {
  display: inline;
  border-radius: 7px;
  background-color: #001389;
  color: white;
  margin-top: 5px;
}

.rply_div p {
  padding: 0 5px 0 5px;
  font-size: 14px;
  line-height: 20px;
  color: white;
  margin: 10px 0;
}

.reply_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 132px;
  position: relative;
}

.rply_div_active {
  display: block;
}

.connent_section_div {
  padding: 15px;
}

.reply_box .reply_round {
  width: 40px;
  height: 40px;
  background: #4FBEA9;
  overflow: hidden;
  margin: 0 10px 0 0;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 50%;
  position: absolute;
  left: 88px;
  top: 5px;
}


/* may 19 add by Priyabrata */

.skip_btn_colour_curr_video {
  border-style: solid;
  border-color: coral;
}

.skip_btn_hide_curr_video {
  display: none;
}


/* may 20 add by Priyabrata */

.course_vdo_com_des {
  font-size: 15px;
  color: #292929;
  margin: 12px -3px -9px 0px;
  font-weight: 600;
}

.course_vdo_com_des1 {
  font-size: 15px;
  color: #292929;
  margin: 12px -4px -11px 64px;
  font-weight: 600;
  text-align: right;
}

.user_comment_area {
  padding: 18px 0px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin: 0 0 1px 0;
  color: #7e829b;
  font-size: 14px;
  white-space: pre-line;
}

.comment-text ul li {
  font-size: 14px;
  margin: 0 10px 0 0;
  font-weight: 500;
  color: #000;
  list-style: none;
}

.comment-text ul li span,
.comment-text ul li a {
  color: red;
  text-decoration: none;
}

.allcats_listpros .owl-nav.disabled {
  display: block;
}

.allcats_listpros .owl-nav {
  position: absolute;
  top: 26%;
  left: 0;
  right: 0;
}

.allcats_listpros .owl-carousel .owl-nav button.owl-next,
.allcats_listpros .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
  border-radius: 50%;
  background-color: #fff;
}

.allcats_listpros .owl-carousel .owl-nav button.owl-next {
  right: -20px;
}

.allcats_listpros .owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}

.allcats_listpros .owl-carousel .owl-nav button.owl-next span {
  width: 12px;
  height: 12px;
  border-left: 2px solid #d1d1d1;
  border-top: 2px solid #d1d1d1;
  transform: rotate(135deg);
  display: block;
  margin: 0 auto;
}

.allcats_listpros .owl-carousel .owl-nav button.owl-prev span {
  width: 12px;
  height: 12px;
  border-left: 2px solid #d1d1d1;
  border-top: 2px solid #d1d1d1;
  transform: rotate(-45deg);
  display: block;
  margin: 0 auto;
}

.comment-text ul {
  margin: 12px 0 0 0;
  padding: 0;
}

.card-detail-upgrade .strip_card_form {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
}

.traine_video_comment_rply{
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #ee3840;
  cursor: pointer;
  padding: 10px 0px
}

.trainee_comment_padd{
  padding-bottom: 30px;
  padding-top: 50px;
}


.rply_div_active{
  display: block !important;
}

.trainee_usr_reply_panel{
  display: none;
}

.trainee_reply_textbox{
  min-height: 60px !important;
}

.traine_video_reply_div_hide{
  display: none;
}

/*  new css add 18 june  */

.course_details_listin_wrapper.new_element_add .courser_progress_heading{
  font-size: 26px;
  border-bottom: 2px solid #dedede;
  padding: 10px 0 23px 0;
  margin: 0 0 23px 0;
}
.nvideo_box_main{
  border: 2px solid #dedede;
  border-radius: 10px;
  padding: 18px;
  height: 100%;
  cursor: pointer;
}
.nvideo_box_main .nvid_playpaus{
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 26px 0;
}
.nvideo_box_main .nvid_playpaus a{
  height: 154px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.nvideo_box_main .nvid_playpaus img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nvideo_box_main .nvid_nheading{
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  height: 50px;
  overflow: hidden;
  color: #292929;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nvideo_box_main .nvid_nheading a,
.nvideo_box_main .nvid_nheading a:hover,
.nvideo_box_main .nvid_nheading a:focus{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  color: #292929;
}
.nvideo_box_main .nvid_ncontent{
  color: #A4A4A4;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 15px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nvid_nfooter{
  display: flex;
  justify-content: center;
}
.nvid_send_btn {
  width: 196.95px;
height: 40px;
  background: #2C2F79;;
  border-radius: 10px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
  opacity: 1;
}
.nvid_send_btn:hover,
.nvid_send_btn:focus{
  opacity: 0.90;
  text-decoration: none;
  color: #fff;
}
.nelement_video_listing [class^="col-"]{
  margin:0 0 20px 0;
}
.unstyled-list li a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* new code added on 21/06/21 */

.new_chatexp_wrapper h2{
  text-align: center;
  font-style: normal;
font-weight: 600;
font-size: 34px;
line-height: 28px;
/* identical to box height, or 82% */

text-align: center;

color: #292929;
padding: 41px 0 18px 0;
}
.course_details_listin_wrapper.new_chatexp_element .courser_progress_heading{
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  margin: 20px 0 40px 0;
}
.business_box_row.nw_cchat_element_pro .business_box_self .bus_box_wrapper{
  border: 2px solid #D6DCE3!important;
  box-shadow: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}


.business_box_row.nw_cchat_element_pro .business_box_self .bus_box_wrapper:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.course_details_listin_wrapper.new_chatexp_element .school_career_progress {
  border-radius: 10px;
  padding: 24px 14px;
  background-color: #fff;
  margin: 0 0 24px 0;
}
.notification_row.nmg_wrapper .notification_details{
  width:calc(100% - 170px);
  margin: 0 0 0 10px;
}
.notification_row.nmg_wrapper .notification_details a{
  flex-direction: column;
}
.notification_row.nmg_wrapper .notification_date {
  max-width: 180px;
  width: 35%;
}

.notification_row.nmg_wrapper .notification_details h3{
  width:100%;
  text-align: left;
}

/* end */

/* css added by Rakesh on 25-06-21 */
.position-relative {
  position: relative;
}
  .back_btn {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #232943;
    text-decoration: none;
    transition: 0.5s;
  }
  .back_btn i {
    display: inline-block;
    margin-right:6px;
  }
  .back_btn:hover {
    color: #4FBEA9;
    text-decoration: none;
  }

/* css added by Rakesh on 25-06-21 */


/* css added on 20/08/21  */


.mt_support{margin: 20px 0 0 0;}



/* new code added on 30 sep 2021 */

.menu-sign-up-btn.new_login {
  width: 153.89px;
  height: 41.74px;
  background: #00A182;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_wrapper{
  height: 100vh;
  background-color: #F2F2F2;
  display: flex;
}
.login_inner_wrapper{
  margin: 70px 0 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.login_inner_wrapper .right_form_content{
  width: 652.95px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 57px 67px;
}
.login_inner_wrapper .left_login_formwrapper{
  width: calc(100% - 652.95px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing_page_header.for_loagin{
  box-shadow:0px 4px 10px rgba(248, 129, 129, 0.1);
}
.log-in_form_panel{
  max-width: 510px;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
border-radius: 20px;
padding: 40px 57px;
}
.log-in_form_panel h1{
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 30px 0;
  text-align: center;
}
.log-in_form_panel label{
  font-size: 16px;
}
.log-in_form_panel input[type="email"],
.log-in_form_panel input[type="password"],
.log-in_form_panel input[type="text"]{
  border: 1px solid #BCBCBC;
border-radius: 5px;
height: 40px;
}
.log-in_form_panel [class^="col-"]{
  margin: 0 0 10px 0;
}

.govlia_login_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.forgot_pass,
.forgot_pass:hover,
.forgot_pass:focus{
    color:#2C2F79;
    display: block;
    text-align: right;
    text-decoration: none;
}
/* Hide the browser's default checkbox */
.govlia_login_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.govlia_login_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 6px!important;
  border: 2px solid #2C2F79;
}

/* On mouse-over, add a grey background color */
.govlia_login_check:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.govlia_login_check input:checked ~ .checkmark {
  background-color: #2C2F79;
}

/* Create the checkmark/indicator (hidden when not checked) */
.govlia_login_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.govlia_login_check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.govlia_login_check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.login_govlia_btn{
    display: flex;
    justify-content: center;
    margin: 30px 0 30px 0;
}
.login_govlia_btn input[type="submit"]{
  height: 47.37px;
  text-align: center;
  color: #fff;
  border: none;
  width: 100%;
  background: #2C2F79;
  border-radius: 5px;
  cursor: pointer;
}
.login_notification{
  color: #333;
  font-size: 16px;
  text-align: center;
}
.login_notification a,
.login_notification a:hover,
.login_notification a:focus{
  color: #2C2F79;
  text-decoration: none;
}
.log_content_inner_main{
    width: 100%;
}
.log_content_inner_main h2{
    font-size: 46px;
    line-height: 70px;
}
.log_content_inner_main h6{
  font-size: 16px;
  color: #717171;
}
.strip_devider{
  display: block;
  max-width: 145.45px;
  height: 1px;
  margin: 25px 0 30px 0;
  background-color: #333;
}
.login_sponcer_bay h5{
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px;
text-align: left;
margin: 0 0 24px 0;
}
.login_sponcer_bay ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
.login_sponcer_bay ul li{
  width: 33.3%;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 200px;
  margin: 0 0 40px 0;
}

/*21 Oct 21 Avijit*/

.log-in_form_panel.signup_wrapper{
  max-width: 520px;
  height: 570px;
  padding: 35px;
  width: 100%;
  }
  .sign-up-step-count {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-items: center;
      max-width: 991px;
      margin: auto;
      position: relative;
  }
  .sign-up-step-count:before {
      content: "";
      height: 2px;
      position: absolute;
      top: calc(50% - 1px);
      background: #d7d5d8;
      left: 4px;
      right: 4px;
      z-index: 0;
  }
  .__progress {
      position: absolute !important;
      height: 2px !important;
      top: calc(50% - 1px) !important;
      background: #001489 !important;
      left: 4px !important;
      border-radius: 0 !important;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      -o-border-radius: 0 !important;
      padding: 0 !important;
      max-width: 100%;
  }
  .sign-up-step-count li.active {
      box-shadow: 0 0 8px #001489;
  }
  .sign-up-step-count li {
      border-radius: 100%;
      padding: 4px;
      background: #fafafa;
      position: relative;
      z-index: 3;
  }
  .sign-up-step-count li.active span {
      background: #001489;
      color: #fff;
  }
  .sign-up-step-count li span {
      background: #d7d5d8;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .steper_header{
    padding: 0 33px;
  }
  .steper_header .sign-up-step-count li span {
      background: #d7d5d8;
      width: 60px;
      height: 60px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
       font-family: 'Poppins';
       color:#838383;
      font-size: 30px;
  }
  .steper_header .sign-up-step-count li.active {
      box-shadow: 0 0 0px #001489;
  }
  .steper_header .sign-up-step-count li.active span {
      background: #001489;
      color: #fff;
  }
  .steper_header .sign-up-step-count li {
      border-radius: 100%;
      padding: 0px;
      background: #fafafa;
      position: relative;
      z-index: 3;
  }
  .next_btn_main{
    margin: 0 0 20px 0;
  }
  .next_btn_main button{
    width: 100%;
    height: 48px;
    background: #2C2F79;
  border-radius: 5px;
  border: none;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  }
  .signin_btn{
    text-align: center;
    margin: 0 0 13px 0;
  }
  .signin_btn a,
  .signin_btn a:hover,
  .signin_btn a:focus{
    color: #838383;
    font-size: 17px;
    text-decoration: none;
  }
  .signin_btn a span{
    color: #2C2F79;
  }
  .next_btn_main.login_academic button{
    color: #2C2F79;
    border: 1px solid #2C2F79;
    background-color: transparent;
    font-size: 16px;
  }
  .steper_header{
    margin: 0 0 20px 0;
  }
  .steper_body{
    min-height: 170px;
      max-height: 175px;
      margin: 0 0 20px 0;
      overflow-x: hidden;
      overflow-y: scroll;
  }
  
  .steper_body::-webkit-scrollbar {
      width: 3px;
  }
  .steper_body::-webkit-scrollbar-track {
      background: #ffff;
  }
  .steper_body::-webkit-scrollbar-thumb {
      background: #888;
  }
  .steper_body::-webkit-scrollbar-thumb:hover {
      background: #555;
  }
  .button_select_bay ul{
    display: block;
  margin: 0;
  padding: 0;
  }
  .button_select_bay ul li{
    display: block;
  }
  .button_select_bay .register-radio-label .check-mark {
      display: inline-flex;
      padding: 7px 10px;
      background: #fff;
      color: #717171;
      border: 1px solid #BCBCBC;
      border-radius: 5px!important;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      justify-content: center;
      cursor: pointer;
      /* padding-right: 25px; */
      min-width: 100%;
      font-size: 16px;
      height: 45px;
      display: flex;
      align-items: center;
  }
  .button_select_bay .register-radio-label .check-mark i {
      /* display: none; */
      margin-right: 7px;
      opacity: 0;
      position: absolute;
      top: 10px;
      left: 20px;
  }
  .button_select_bay .register-radio-label>input:checked~.check-mark {
      background-color:  #00A182;
      color: #fff;
      border: 1px solid #00A182;
  }
  
  .steper_body .signupcomplete h3 {
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 30px 0;
      text-align: center;
  }
  
  .steper_body .signupcomplete .form-group label {
      color: #2b335e;
      margin-bottom: 9px;
      font-size: 14px;
      font-weight: 500;
      line-height: initial;
      font-weight: 600;
      display: block;
  }
  
  .steper_body .signupcomplete input {
      width: 50px;
      height: 40px;
      border: none;
      line-height: 34px;
      text-align: center;
      font-size: 24px;
      font-family: 'Raleway', sans-serif;
      font-weight: 200;
      margin: 0 5px;
      border-radius: 0;
      border-bottom: 1px solid #001489;
  }
  
  .steper_body .form-group .form-control:focus {
      box-shadow: none;
      border-color: #3b4781;
  }
  .steper_body .form-group .form-control {
      border: 1px solid #cacfe7;
      color: #3b4781;
      height: 42px;
      padding: 8px;
      border-radius: 5px;
      font-size: 14px;
  }
  .error-message {
      margin-top: 5px;
      padding-left: 3px;
      color: #ff0000b8;
      font-size: small;
      font-weight: 550;
  }