@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.otf');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.otf');
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat-Medium.otf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf');
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('../fonts/Montserrat-ExtraBold.otf');
}
@font-face {
  font-family: 'Montserrat-Black';
  src: url('../fonts/Montserrat-Black.otf');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.otf');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.otf');
}
* {
  padding: 0;
  margin: 0;
}
body {
  color: #8d8d8d;
  background: #ffffff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  overflow: hidden;
  overflow-y: scroll;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
button {
  background-color: transparent;
  border: none;
  text-decoration: none;
  outline: none;
}
button:hover,
button:focus,
input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #303030;
  overflow-wrap: break-word;
}
p {
  margin: 0;
}
*:not(body) {
  scrollbar-width: thin;
  scrollbar-color: #ffffff;
}
*:not(body)::-webkit-scrollbar {
  width: 6px;
}
*:not(body)::-webkit-scrollbar-track {
  background: #ffffff;
}
*:not(body)::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../images/select-icon.png') no-repeat;
  background-position: right 15px center;
}
select::-ms-expand {
  display: none;
}
.dateInput {
  background: url('../images/date-icon.png') no-repeat;
  background-position: left 10px center;
  padding: 10px 20px 10px 35px !important;
}
img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.form-group {
  margin-bottom: 30px;
}
.gx-lg-5 {
  --bs-gutter-x: 5rem;
}

/* ########## Business List Screen ########## */
.header2 {
  padding: 60px 90px;
  background: #ffebff url('../images/free-account.png') 99% no-repeat;
  background-size: 50%;
}
.header2 h3 {
  color: #303030;
  font-size: 25px;
  font-family: 'Montserrat-Bold';
}
.header2 p span {
  color: #303030;
  font-family: 'Montserrat-Medium';
}
.header3 {
  padding: 30px 90px;
  background: #ffebff url('../images/free-account.png') 99% no-repeat;
  background-size: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header3 h3 {
  color: #303030;
  font-size: 25px;
  font-family: 'Montserrat-Bold';
  overflow-wrap: break-word;
}
.header3 button {
  background-color: #1f2131;
  border: 1px solid #1f2131;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 5px;
}
.breadcrumbs {
  font-size: 13px;
  padding: 15px 90px;
  background-color: #fefefe;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs i {
  margin: 0 10px;
  color: #333333;
}
.breadcrumbs li.active {
  color: #ff6634;
}
.results-container {
  padding: 60px 90px;
  overflow: hidden;
}
.result-box:first-of-type {
  margin-top: 45px;
}
.result-box {
  display: flex;
  align-items: center;
  height: 230px;
  padding: 15px;
  border: 1px solid #f4f4f4;
  margin-bottom: 35px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.result-box:hover {
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.result-img {
  width: 220px;
  height: 200px;
}
.result-info {
  width: calc(100% - 225px);
  padding-left: 35px;
}
.result-info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f4f4f4;
}
.result-info h3,
.business-info h3 {
  font-family: 'Montserrat-SemiBold';
  margin-bottom: 5px;
  overflow: hidden;
  /*max-width: 20ch;
  text-overflow: ellipsis;
  white-space: nowrap;*/
}
.rating {
  font-family: 'Montserrat-SemiBold';
  font-weight: 600;
}
.rating img {
  display: inline-block;
  width: 20px !important;
  margin-right: 5px;
}
.result-info-header button {
  border: 1px solid #ff6634;
  color: #ff6634;
  padding: 10px 15px;
  min-width: 146px;
  border-radius: 5px;
}
.result-info-header button:hover {
  background-color: #ff6634;
  color: #ffffff;
}
.result-info p {
  width: 80%;
  font-size: 16px;
  margin-bottom: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.location {
  color: #ff6634;
  text-transform: uppercase;
  font-family: 'Montserrat-Medium';
  font-size: 15px;
}
.location i {
  margin-right: 10px;
}
.pagination {
    margin-top: 15px;
}
.margintop {
    margin-top: 15px;
}
.margintopzero {
    margin-top: 0px;
}
.marginbottom {
    margin-bottom: 15px;
}
.page-item.disabled .page-link {
  color: #c1c1c1;
}
.pagination .page-link {
  padding: 10px 20px;
  color: #000000;
  font-family: 'Montserrat-SemiBold';
}
@media screen and (max-width: 991px) {
  .header2,
  .header3 {
    padding: 40px 15px;
    display: block;
  }
  .breadcrumbs {
    padding: 15px;
  }
  .results-container {
    padding: 30px 15px;
  }
  .result-box:first-of-type {
    margin-top: 30px;
  }
  .result-box {
    flex-direction: column;
    height: auto;
    margin-bottom: 25px;
  }
  .result-info-header {
    display: block;
  }
  .result-info-header button {
    margin-top: 15px;
  }
  .result-info {
    width: 100%;
    padding: 15px 0 0;
  }
  .result-info p {
    width: 100%;
  }
}
/* ########## Business List Screen End ########## */

/* ########## Signup Screen ########## */
.signup-bg,
.signup-bg2 {
  background: #ffebff url('../images/signup-bg.png') center;
  background-size: cover;
  width: 100vw;
  padding: 40px 150px;
}
.signup-bg2 {
  padding: 40px 90px;
}
.signup-content-wrapper {
  min-height: 95vh;
  display: flex;
  align-items: center;
}
.signup-caption {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.signup-caption.w50 {
  width: 50vw;
}
.signup-caption h3 {
  font-family: 'Montserrat-Black';
  font-size: calc(28px + (42 - 28) * ((100vw - 300px) / 1300));
  margin-bottom: 15px;
}
.signup-caption p {
  color: #747474;
  font-size: 16px;
  width: 80%;
}
.signup-box {
  background-color: #ffffff;
  padding: 40px 60px;
  text-align: center;
  color: #828282;
}
.signup-box > p {
  margin-bottom: 30px;
}
.signup-logo {
  width: 120px;
  margin: 0 auto 10px;
}
.signup-options > button {
  width: 100%;
}
.signup-options li {
  padding: 10px;
  border-radius: 5px;
  color: #ffffff;
  font-family: 'Montserrat-SemiBold';
  margin-bottom: 15px;
}
.signup-options li img {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.signup-options .linkedin {
  background-color: #0077b5;
}
.signup-options .facebook {
  background-color: #1877f2;
}
.signup-options .google {
  border: 1px solid #e7e7e7;
  color: #000000 !important;
}
.signup-box h6,
.review-login h6 {
  color: #595959;
  font-size: 16px;
  margin: 25px 0;
  text-align: center;
  position: relative;
}
.signup-box h6::before,
.signup-box h6::after,
.review-login h6::before,
.review-login h6::after {
  background-color: #d9d9d9;
  position: absolute;
  content: '';
  width: 45%;
  left: 0%;
  top: 50%;
  height: 1.5px;
}
.signup-box h6::after,
.review-login h6::after {
  left: 55%;
}
.signup-box a,
.review-login label a {
  color: #ff6634;
}
.signup-form input,
.signup-form select,
.contact-form input,
.contact-form select,
.contact-form textarea,
.submitReviewTab textarea,
.submitReviewTab input,
.review-login input,
.modal-form input,
.modal-form textarea,
.modal-form select,
.filter-search select,
.filter-search input,
.cv-upload-form input,
.cv-upload-form textarea,
.cv-upload-form select,
.profile-form input,
.profile-form select,
.profile-form textarea {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
  padding: 15px 20px;
}
.profile-form input,
.profile-form select,
.profile-form textarea {
  color: #8d8d8d;
}
.filter-search select {
  padding: 10px 15px;
  border-radius: 5px;
  color: #aaaaaa;
}
.signup-btn {
  width: 100%;
  background-color: #ff6634;
  padding: 15px;
  border-radius: 5px;
  color: #ffffff;
  margin: 5px 0 15px;
}
.fg-pwd {
  display: flex;
  justify-content: space-between;
}
.onboarding-btns {
  text-align: left;
}
.skip-btn,
.submit-btn {
  padding: 10px 25px;
  background-color: #232323;
  border: 1px solid #232323;
  color: #ffffff;
  border-radius: 5px;
  margin-right: 10px;
}
.submit-btn {
  background-color: #ff6634;
  border-color: #ff6634;
}
.skip-btn:hover {
  background-color: transparent;
  color: #232323;
}
.submit-btn:hover {
  background-color: transparent;
  color: #ff6634;
}
.onboarding-tags {
  text-align: left;
  position: relative;
}
.tag-info {
  display: none;
  position: absolute;
  bottom: 103%;
  font-size: 10px;
  left: 0;
  background-color: #ffffff;
  padding: 7px;
  border-radius: 5px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.onboarding-tags:hover .tag-info {
  display: block;
}
@media screen and (max-width: 991px) {
  .signup-bg,
  .signup-bg2 {
    padding: 20px 15px;
  }
  .signup-caption {
    width: 100%;
    text-align: center;
    margin-bottom: 55px;
  }
  .signup-caption p {
    width: 100%;
  }
  .signup-box {
    padding: 30px 15px;
    margin-bottom: 25px;
  }
  .signup-options {
    margin-top: 30px;
  }
  .signup-caption.w50 {
    width: 100%;
  }
}
/* ########## Signup Screen End ########## */
/* ########## Cookie Alert Modal ########## */
.cookies-alert {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 30px 60px;
  z-index: 99;
  background-color: #fcd9fc;
  color: #747474;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.cookies-alert p {
  margin: 0;
}
.cookies-alert p a {
  color: #ff6634;
}
.cookies-alert .col-lg-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.allow-cookies-btn {
  border: 2px solid #ff6634;
  color: #ff6634;
  border-radius: 5px;
  padding: 5px 25px;
  margin-right: 15px;
}
.allow-cookies-btn:hover {
  background-color: #ff6634;
  color: #ffffff;
}
.refuse-cookies-btn {
  background-color: #404040;
  border: 2px solid #404040;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px 25px;
}
.refuse-cookies-btn:hover {
  background-color: transparent;
  color: #404040;
}
.cookies-close {
  cursor: pointer;
  font-size: 32px;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .cookies-alert {
    padding: 20px 15px;
  }
}
/* ########## Cookie Alert Modal End ########## */
/* ########## About Us, Terms of Use, Privacy policy, Contact Us Page ########## */
.about-hero {
  background: url('../images/about-hero.png') center;
  background-size: cover;
}
.about-hero-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 280px 15px 20px;
}
.about-hero h4 {
  font-family: 'Montserrat-SemiBold';
  color: #ffffff;
  width: 55%;
  margin: 0 auto;
  text-align: center;
}
.about-tab {
  padding: 0 90px;
  overflow: auto;
  white-space: nowrap;
}
.about-tab li {
  display: inline-block;
  padding: 15px;
  color: #555555;
}
.about-tab li:hover {
  color: #ff6634;
}
.about-tab .active {
  color: #ff6634;
  border-bottom: 2px solid #ff6634;
}
.about {
  padding: 60px 90px;
  overflow: hidden;
}
.about h3,
.terms h3,
.contact-form h5 {
  font-family: 'Montserrat-ExtraBold';
  margin: 0;
}
.terms h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.terms {
  margin-bottom: 40px;
}
.terms p {
  margin-bottom: 10px;
  text-align: justify;
}
.terms p span {
  font-family: 'Montserrat-SemiBold';
  color: #303030;
}
.about-us {
  display: flex;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #ececec;
}
.blab-icon {
  padding: 0 90px 0 30px;
}
.mission {
  padding: 90px 0;
}
.mission h5 {
  font-family: 'Montserrat-ExtraBold';
}
.about .free-account-box {
  margin: 0;
}
.contact-form form {
  margin-top: 35px;
}
.contact-sidebar-header {
  font-family: 'Montserrat-Bold';
  padding: 10px 20px;
  border-bottom: 1px solid #f4f4f4;
  background-color: #fcfcfc;
  color: #303030;
}
.contact-sidebar,
.claim-my-business {
  border: 1px solid #f4f4f4;
  margin-bottom: 45px;
}
.contact-sidebar ul {
  padding: 15px 20px;
}
.contact-sidebar ul li {
  margin-bottom: 15px;
}
.contact-sidebar ul li span {
  color: #303030;
  font-family: 'Montserrat-Medium';
}
.contact-sidebar ul li i {
  color: #333333;
  font-size: 24px;
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  .about-hero {
    padding: 60px 15px;
  }
  .about-hero h3 {
    width: 100%;
  }
  .about-tab {
    padding: 0 10px;
  }
  .about-tab li {
    display: inline-block;
    padding: 15px 5px;
  }
  .about {
    padding: 40px 15px;
  }
  .about-us {
    flex-direction: column;
    padding: 30px 0;
  }
  .blab-icon {
    width: 180px;
    padding: 0 30px 30px;
  }
  .mission {
    padding: 30px 0;
  }
  .contact-form form {
    margin-top: 35px;
  }
}
/* ########## About Us, Terms of Use, Privacy policy, Contact Us Page End ########## */
/* ########## Business Details Screen ########## */
.business-details-header {
  display: flex;
  margin-bottom: 10px;
}
.business-img {
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.business-info {
  width: calc(100% - 150px);
  padding-left: 20px;
}
.business-info h3 {
  display: inline-block;
}
.business-info .claimed {
  display: inline-block;
  color: #4bd37b;
}
.business-info .location {
  margin: 15px 0;
  text-align: right;
}
.business-info .address {
  font-family: 'Montserrat-Medium';
  border-top: 1px solid #f4f4f4;
  padding: 10px 0;
  color: #303030;
}
.business-tab {
  margin-top: 30px;
  width: 100%;
}
.business-tab .tab-nav {
  border-bottom: 1px solid #f4f4f4;
  padding: 0;
  margin: 0;
}
.business-tab .tab-nav li {
  font-family: 'Montserrat-SemiBold';
  display: inline-block;
  font-size: 13px;
}
.business-tab .tab-nav li a {
  display: block;
  padding: 10px 15px;
  background-color: #f4f4f4;
  text-transform: capitalize;
  color: #303030;
}
.business-tab .tab-nav li.active a {
  background-color: #ff6634;
  color: #ffffff;
  border-bottom: none;
}
.business-tab .tab-nav li:hover {
  color: #ff6634;
}
.tab-content {
  padding: 50px;
}
.input-rating p {
  color: #aaaaaa;
  font-family: 'Montserrat-Medium';
  margin-bottom: 10px;
}
.input-rating ul li {
  display: inline-block;
  width: 70px;
  font-size: 11px;
  text-align: center;
  color: #a5a5a5;
  cursor: pointer;
  position: relative;
  vertical-align: top;
}
.input-rating .icon {
  height: 35px;
  width: 35px;
  margin: 0 auto 5px;
}
.input-rating input[type='radio'],
.blab-ratings input[type='radio'] {
  display: none;
}
.star1 .icon {
  background: url('../images/furious-black.png') no-repeat center;
}
.star1:hover .icon,
.star1 .icon.show {
  background: url('../images/furious.png') no-repeat center;
}
.star2 .icon {
  background: url('../images/irate-black.png') no-repeat center;
}
.star2:hover .icon,
.star2 .icon.show {
  background: url('../images/irate.png') no-repeat center;
}
.star3 .icon {
    background: url('../images/indifferent-black.png') no-repeat center;
}
.star3:hover .icon,
.star3 .icon.show {
  background: url('../images/indifferent.png') no-repeat center;
}
.star4 .icon {
  background: url('../images/satisfied-black.png') no-repeat center;
}
.star4:hover .icon,
.star4 .icon.show {
  background: url('../images/satisfied.png') no-repeat center;
}
.star5 .icon {
  background: url('../images/verysatisfied-black.png') no-repeat center;
}
.star5:hover .icon,
.star5 .icon.show {
    background: url('../images/verysatisfied.png') no-repeat center;
}
.input-rating #rating {
  font-family: 'Poppins-SemiBold';
  color: #8d8d8d;
  font-size: 2.5rem;
  margin-top: -20px;
}
.review-tags-container {
  margin: 25px 0 45px;
  /*max-height: 450px;
  overflow-x: hidden;
  overflow-y: scroll;*/
}
.review-tag {
  padding: 15px;
  border: 1px solid #f5f5f5;
  color: #b8b8b8;
  font-size: 12px;
  margin-bottom: 25px;
  border-radius: 3px;
}
.review-login {
  background-color: #fefefe;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 30px 20%;
  margin: 30px 0;
  text-align: center;
}
.recentReviewsTab {
  max-height: 500px;
  overflow-y: scroll;
}
.recent-review {
  display: flex;
  margin-bottom: 35px;
}
.recent-review-img,
.blab-img {
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.recent-review-info,
.blab-info {
  margin-left: 10px;
  width: calc(100% - 70px);
}
.recent-review-info h5 {
  color: #6c6c6c;
  font-size: 15px;
  font-family: 'Montserrat-Medium';
  margin-bottom: 5px;
}
.recent-review-info .rating {
  display: inline-block;
}
.recent-review-info .tag {
  color: #ff6634;
  font-size: 12px;
  padding: 5px;
  text-transform: lowercase;
  float: right;
  background: rgba(255, 102, 52, 0.05);
  border-radius: 6px;
}
.recent-review-info p {
  margin: 10px 0 0;
  font-size: 13px;
}
.claim-my-business {
  text-align: center;
}
.claim-my-business .header {
  font-family: 'Montserrat-Light';
  background-color: #fcfcfc;
  font-size: 13px;
  border-bottom: 1px solid #f4f4f4;
  color: #303030;
  padding: 50px 40px;
}
.claim-my-business button {
  background-color: #27c278;
  border: 1px solid #27c278;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  margin: 15px auto;
}
.claim-my-business button:hover {
  background-color: #ffffff;
  border: 1px solid #27c278;
  color: #27c278;
}
@media screen and (max-width: 991px) {
  .business-img {
    width: 80px;
    height: 80px;
  }
  .business-info {
    width: calc(100% - 80px);
    padding-left: 10px;
  }
  .business-info .location {
    margin: 5px 0;
  }
  .tab-content {
    padding: 30px 0;
  }
  .review-tags-container {
    margin: 25px 0;
    /*max-height: 350px;*/
  }
  .review-tag {
    margin-bottom: 15px;
  }
  .review-login {
    padding: 0;
    margin: 20px 0;
  }
  .recentReviewsTab {
    max-height: 800px;
  }
  .recent-review {
    margin-bottom: 20px;
  }
  .recent-review-img,
  .blab-img {
    width: 35px !important;
    height: 35px;
  }
}
/* ########## Business Details Screen End ########## */

/* ########## Claim Business Modal ########## */
.modal {
  z-index: 9999;
}
.modal-content {
  padding: 60px 20px 30px;
}
.modal-content .btn-close {
  background-color: #f4f4f4;
  color: #333333;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-content .header {
  font-family: 'Montserrat-ExtraBold';
  border-bottom: 1px solid #8d8d8d;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.modal-form {
  margin-top: 25px;
}
.payment-option h6 {
  font-size: 14px;
  color: #aaaaaa;
}
.payment-option label {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 25px;
}
.payment-option .checkbox {
  color: #aaaaaa !important;
}
/* ########## Claim Business Modal End ########## */

/* ########## Timeline Screen ########## */
.navbar-account {
  float: right;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.navbar-account > img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 5px;
}
.account-dropdown {
  display: none;
  position: absolute;
  background-color: #ffffff;
  right: 0;
  top: 100%;
  margin-top: 10px;
  width: 180px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.account-dropdown.show {
  display: block;
}
.account-dropdown a {
  display: block;
  border-bottom: 1px solid #f4f4f4;
}
.account-dropdown a:last-of-type {
  border: none;
}
.account-dropdown a li {
  padding: 10px;
  margin: 0;
}
.account-dropdown li {
  color: #555555;
  padding: 5px 10px;
  margin: 0 10px;
}
.account-dropdown li:hover,
.account-dropdown li.active {
  color: #ff6634;
}
.lg-hidden {
  display: none !important;
}
.sm-hidden {
  display: block !important;
}
.page-content {
  padding: 60px 90px 0px;
}
.timeline-left-sidebar,
.timeline-left-sidebar2 {
  border: 1px solid #f4f4f4;
  transition: all 5s;
  padding-bottom: 20px;
}
.timeline-right-sidebar {
  padding-bottom: 15px;
}
.timeline-profile {
  padding: 20px 15px 5px;
  text-align: center;
}
.timeline-profile .profile-img {
  width: 100px;
  height: 100px;
  margin: 0 auto 5px;
  position: relative;
  cursor: pointer;
}
.profile-img img,
.blab-img img,
.recent-review-img img {
  border-radius: 50%;
}
.blab-img img {
  width: 100% !important;
}
.edit-pix {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #ff6634;
  border: 1px solid#fff;
  color: #ffffff;
  position: absolute;
  bottom: 2px;
  right: 2px;
  cursor: pointer;
}
.timeline-profile h6 {
  color: #ff6634;
  font-size: 13px;
  margin-bottom: 5px;
}
.timeline-profile h5 {
  color: #555555;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Montserrat-SemiBold';
}
.timeline-stats {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.timeline-stats .stat h3 {
  font-family: 'Montserrat-Bold';
  font-size: 24px;
  margin: 0;
}
.timeline-stats .stat p {
  font-size: 9px;
  font-family: 'Montserrat-SemiBold';
  margin: 0;
}
.timeline-followers {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  padding: 10px 0;
}
.timeline-followers li {
  text-align: center;
  width: 50%;
}
.timeline-followers li:first-of-type {
  border-right: 1px solid #f4f4f4;
}
.timeline-followers li span {
  color: #ff6634;
  font-family: 'Montserrat-Bold';
}
.profile-stat {
  padding: 30px;
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
}
.profile-stat p {
  color: #555555;
  margin: 10px 0 0;
}
.profile-stat .progress {
  height: 6px;
}
.profile-stat .progress-bar {
  background-color: #ff6634;
}
.timeline-tags {
  padding: 20px 15px 5px;
}
.timeline-tags h5 {
  font-family: 'Montserrat-SemiBold';
  color: #000000;
  font-size: 15px;
}
.timeline-tags ul {
  margin-bottom: 15px;
}
.timeline-tags ul li,
.blab-tags li,
.blab-groups li {
  display: inline-block;
}
.timeline-tag li,
.blab-tags li,
.handle-info li,
.dash-review-header > span {
  color: #ff6634;
  font-size: 12px;
  padding: 5px;
  text-transform: lowercase;
  background: rgba(255, 102, 52, 0.05);
  border-radius: 6px;
  margin: 0 2px 5px 0;
}
.timeline-group li {
  color: #ff6634;
  font-size: 13px;
  font-family: 'Montserrat-Medium';
  margin: 0px;
}
.timeline-group li:last-of-type {
  border: none;
}
.post-blab {
  border: 1px solid #f4f4f4;
  padding: 30px;
  display: flex;
}
.post-blab .profile-img {
  width: 60px;
  height: 60px;
}
.post-blab .profile-img img {
  height: auto;
}
.blab-message {
  padding-left: 15px;
  width: 100%;
  position: relative;
}
.blab-message-input {
  position: relative;
}
.hashTagResults,
.mentionResults {
  display: none;
  position: absolute;
  background-color: #ffffff;
  padding: 5px;
  width: 100%;
  margin-top: -10px;
  z-index: 99;
  border: 1px solid #e9e9e9;
  max-height: 230px;
  overflow-y: auto;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.04);
}
.hashTagResults li,
.mentionResults li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  font-size: 13px;
  cursor: pointer;
}
.hashTagResults li p {
  color: #2e3b46;
}
.mentionResults li {
  justify-content: start;
}
.mentionedBrandLogo {
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
.mentionedBrandLogo img {
  border-radius: 50%;
}
.mentionedBrandName {
  font-size: 14px;
  font-family: 'Montserrat-Bold';
  color: #303030;
  margin: 0;
}
.hashTagResults .fa-spinner,
.mentionResults .fa-spinner {
  margin: 0 auto;
  color: #ff6634;
}
.blab-message textarea {
  width: 100%;
  background-color: #fafafa;
  border: none;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  min-height: 100px;
  max-height: 100px;
}
.blab-message textarea::placeholder,
.comment-msg textarea::placeholder {
  color: #d6d6d6;
}
.blab-message-footer {
  display: flex;
}
.picker > span {
  font-size: 16px;
  padding: 0 5px;
}
.blab-ratings {
  background-color: #fbfbfb;
  padding: 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.blab-ratings svg {
  fill: #d9d9d9;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}
.blab-ratings svg:hover {
  fill: #ff6634;
}
.blabs,
.handles {
  margin: 40px 0 30px;
  width: 100%;
}
.blab-content,
.handle {
  position: relative;
  display: flex;
  border-top: 1px solid #f4f4f4;
  padding: 20px 0;
}
.blab-comments {
  border-top: 1px solid #f4f4f4;
  padding: 10px 0;
  margin-top: 20px;
}
.blab-info {
  margin-left: 20px;
}
.blab-info-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.blab-info-top h5 {
  color: #555555;
  font-size: 15px;
  font-family: 'Montserrat-Bold';
  margin-bottom: 0;
  display: flex;
  align-items: center;
  max-width: calc(100% - 80px);
}
.blab-info-top h5 .rating,
.dash-review-header .rating {
  display: inline-flex;
  margin-left: 15px;
  color: #000000;
  font-size: 13px;
  align-items: flex-end;
}
.blab-info-top h5 .rating {
  display: flex;
  align-items: center;
}
.blab-info-top h5 .rating span,
.dash-review-header .rating span {
  margin-top: -15px;
}
.blab-info-top h5 .rating span {
  font-size: 11px;
  margin: 0;
  margin-top: 5px;
}
.blab-info-top > span {
  color: #d4d4d4;
  font-size: 12px;
  width: 80px;
  text-align: right;
}
.blab-info p {
  font-size: 13px;
  position: relative;
  cursor: pointer;
}
.blab-tags,
.year-of-occurence {
  display: inline-block;
}
.blab-info .year-of-occurence {
  font-family: 'Montserrat-Medium';
  float: right;
  color: #787878;
  display: flex;
  align-items: center;
}
.year-of-occurence img {
  height: 14px;
  width: auto;
  margin-right: 5px;
}
.blab-icons {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  color: #a3a3a3;
}
.blab-icons ul li {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
.blab-icons svg,
.blab-icons ul li svg {
  cursor: pointer;
  fill: #a3a3a3;
}
.blab-icons svg:hover,
.blab-icons ul li.active svg,
.blab-icons ul li:hover svg {
  fill: #ff6634;
}
.share-options {
  display: none;
  position: absolute;
  right: 20px;
  bottom: -40px;
  z-index: 99;
  background-color: #ffffff;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.04);
}
.share-options a {
  background-color: #ff6634;
  color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin: 5px;
}
.share-options.show {
  display: block;
}
.verified-badge {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url('../images/badge.svg') no-repeat;
  vertical-align: middle;
}
.blab-groups li {
  color: #ff6634;
  font-size: 12px;
  margin-right: 10px;
}
.blab-comment {
  margin-top: 15px;
  display: flex;
}
.blab-comment .blab-img {
  width: 35px !important;
  height: 35px;
}
.blab-comment .blab-info-top h5 {
  font-size: 13px;
}
.blab-comment .blab-info p {
  font-size: 11px;
}
.comment {
  position: relative;
  display: none;
  width: 100%;
  margin-bottom: 10px;
}
.comment.show,
.blab-comments .comment {
  display: flex;
}
.comment-count {
  font-size: 12px;
  margin-top: 5px;
}
.comment-btn {
  padding: 10px;
  border-left: 1px solid #d4d4d4;
}
.comment-img {
  width: 40px;
  height: 40px;
  margin: 0 20px;
}
.comment-img img {
  border-radius: 50%;
}
.comment-msg {
  background-color: #fafafa;
  width: 100%;
  display: flex;
  align-items: center;
}
.comment-msg textarea {
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  color: #797979;
  border: none;
  border-radius: 5px;
  padding: 10px 10px 20px;
  margin-bottom: 5px;
  min-height: 60px;
  max-height: 60px;
}
.comment-msg-container {
  width: calc(100% - 80px);
}
.sidebar-search {
  background: #f9f9f9 url('../images/search-icon.svg') no-repeat 10px center;
  border: none;
  width: 100%;
  border-radius: 5px;
  padding: 10px 10px 10px 35px;
}
.sidebar-search::placeholder {
  color: #aaaaaa;
}
.follow-people,
.trending {
  margin-top: 35px;
  border: 1px solid #f4f4f4;
}
.follow-people > h5,
.trending > h5 {
  font-family: 'Montserrat-SemiBold';
  color: #555555;
  font-size: 14px;
  padding: 15px 20px;
  margin: 0;
}
.follow-people .link,
.trending .link {
  font-family: 'Montserrat-SemiBold';
  color: #ff6634;
  padding: 15px 20px;
}
.follow-people .link button,
.trending .link button {
  color: #ff6634;
}
.follow-people ul,
.trending ul {
  padding: 0 20px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.follow {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.follow img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 20px;
}
.follow-info {
  width: 100%;
  margin-left: 15px;
}
.follow-info-details {
  width: calc(100% - 75px);
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
}
.follow-info h5 {
  font-family: 'Montserrat-Medium';
  color: #6c6c6c;
  font-size: 14px;
  margin: 0;
}
.follow-info-details span {
    font-family: 'Montserrat-Medium';
    color: #ff6634;
    /*margin-left: 10px;*/
    font-size: 12px;
}
.follow-info p {
  margin: 0;
  font-size: 11px;
}
.follow-info button {
  color: #ff6634;
  border: 1px solid #ff6634;
  border-radius: 5px;
  padding: 5px 10px;
  margin-left: auto;
  display: inline-block;
}
.follow-info button:hover {
  background-color: #ff6634;
  color: #ffffff;
}
.trend {
  padding: 20px 0;
  font-size: 12px;
}
.trend h6 {
  font-family: 'Montserrat-SemiBold';
  color: #555555;
  margin: 0;
}
.trend span {
  color: #ff6634;
  font-family: 'Montserrat-SemiBold';
  font-size: 10px;
}
.trends .trend,
.follows .follow {
  border-bottom: 2px solid #f9f9f9;
}
.follows .follow {
  margin: 0;
  padding: 20px 0;
}
.trends .trend span {
  font-size: 12px;
}
.sidebar-copyright {
  font-size: 12px;
}
.sidebar-copyright a:hover {
  color: #ff6634;
}
.sidebar-copyright p {
  margin: 5px 0 0;
}
.timeline-tab {
  padding: 0 15px;
}
.timeline-tab .tab-nav {
  border-bottom: 1px solid #f4f4f4;
  padding: 0;
  margin: 0;
}
.timeline-tab .tab-nav li {
  font-family: 'Montserrat-SemiBold';
  display: inline-block;
  font-size: 13px;
}
.timeline-tab .tab-nav li a {
  display: block;
  padding: 10px 20px;
  color: #555555;
}
.timeline-tab .tab-nav li.active a {
  color: #ff6634;
  border-bottom: 2px solid #ff6634;
}
.timeline-tab .tab-nav li:hover {
  color: #ff6634;
}
.timeline-tab .tab-content {
  padding: 0;
}
.timeline-tab .blabs {
  margin: 0 0 30px;
}
.handle {
  padding: 15px;
}
.handle img {
  width: 35px;
  height: 35px;
  border-radius: 20px;
  object-fit: cover;
}
.handle-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 15px;
}
.handle-info {
  width: calc(100% - 170px);
}
.handle-info h6 {
  font-family: 'Montserrat-Bold';
  color: #555555;
  font-size: 14px;
  margin: 0;
}
.handle-info h6 span {
  font-family: 'Montserrat-Medium';
  color: #ff6634;
  margin-left: 10px;
  font-size: 12px;
}
.handle-info ul li {
  display: inline-block;
}
.block-btn {
  border: 1px solid #303030;
  color: #303030;
  width: 80px;
  padding: 5px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 13px;
}
.follow-btn {
  border: 1px solid #ff6634;
  color: #ff6634;
  padding: 5px;
  border-radius: 5px;
  width: 80px;
  font-size: 13px;
}
.block-btn.active {
  border: 1px solid #303030;
  color: #ffffff;
  background-color: #303030;
}
.follow-btn.active {
  border: 1px solid #ff6634;
  color: #ffffff;
  background-color: #ff6634;
}
input[type='file'] {
  display: none;
}
.croppie-container {
  width: auto;
  height: auto;
}
.toolbox {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.toolbox li {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  background: #f4f4f4;
  margin: 5px;
  min-height: 30px;
  min-width: 30px;
  border-radius: 5px;
  font-size: 1rem;
  color: #515151;
  border: none;
  cursor: pointer;
}
.toolbox li:last-of-type {
  font-size: 0.85rem;
}
.toolbox li:hover {
  background: #ff6634;
  color: #fff;
}
.profile-switch {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-switch button {
  color: #ffffff;
  height: 40px;
  padding: 0 15px;
  border-radius: 5px;
}
.profile-switch .switch {
  background-color: #1f1f1f;
  border: 2px solid #1f1f1f;
  margin-right: 20px;
}
.profile-switch .save {
  background-color: #ff6634;
  border: 2px solid #ff6634;
}
.profile-switch .switch:hover {
  background-color: transparent;
  color: #1f1f1f;
}
.profile-switch .save:hover {
  background-color: transparent;
  color: #ff6634;
}
.avatar-container {
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 5px;
  max-height: 450px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
}
.avatar-container li {
  width: 16%;
  padding: 5px;
  margin: 1px;
  display: inline-block;
}
.avatar-container li:hover,
.avatar-container li.active {
  border: 2px solid #ff6634;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .page-content {
    padding: 45px 15px;
  }
  .post-blab {
    padding: 15px;
  }
  .post-blab .profile-img {
    width: 45px;
    height: 45px;
  }
  .blab-message {
    padding-left: 10px;
  }
  .blabs {
    margin: 30px 0;
  }
  .recent-review-info,
  .blab-info {
    margin-left: 10px;
    width: calc(100% - 35px);
  }
  .timeline-tab {
    padding: 0;
  }
  .handle {
    padding: 15px 0;
  }
  .handle-details {
    padding-left: 10px;
  }
  .modal-content {
    padding: 60px 5px 20px;
  }
    .timeline-left-sidebar,
    .timeline-left-sidebar2,
    .timeline-right-sidebar,
    .peer-review-left-sidebar {
        display: none;
        position: absolute;
        background-color: #ffffff;
        border-top: 5px solid #f4f4f4;
        top: 65px;
        z-index: 999;
        left: 0;
        width: 100vw;
        max-width: 414px;
    }
  .timeline-right-sidebar {
    padding: 20px 15px;
  }
    .timeline-left-sidebar.show,
    .timeline-left-sidebar2.show,
    .timeline-left-sidebar.show,
    .timeline-right-sidebar.show,
    .peer-review-left-sidebar.show {
        display: block;
    }
}
@media screen and (max-width: 540px) {
  .avatar-container {
    padding: 10px;
  }
  .handle-info {
    width: calc(100% - 80px);
  }
  .handle-btns {
    width: 80px;
  }
  .business-info .claimed span {
    display: none;
  }
  .business-info .location {
    margin: 5px 0;
    text-align: left;
  }
  .blab-message-footer button {
    padding: 10px 15px;
  }
}
/* ########## Timeline Screen End ########## */

/* ########## Peer Review List Screen ########## */
.blab-alert,
.dash-blab-alert {
  background-color: #ffebff;
  color: #ff6634;
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 9999;
}
.blab-alert button,
.dash-blab-alert button {
  color: #ff6634;
  position: absolute;
  top: 3px;
  right: 110px;
  font-size: 24px;
}
.dash-blab-alert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
}
.dash-blab-alert button {
  top: -2px;
}
.peer-review-search {
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin-bottom: 30px;
}
.lg-hidden .close {
  float: right;
  background-color: #e7e7e7;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.review-lists {
  margin: 30px 0;
  max-height: 320px;
  overflow-y: auto;
}
.review-lists li {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 5px;
  color: #ff6634;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.review-lists li span {
  color: #8d8d8d;
}
.review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review-header h5 {
  font-family: 'Montserrat-Bold';
}
.pull-right {
  display: flex;
  align-items: center;
}
.pull-right #showReviewSearch {
  border: 1px solid #e7e7e7;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.filters-btn {
  margin-left: 10px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  align-items: center;
  color: #000000;
  font-family: 'Montserrat-Medium';
  font-size: 12px;
}
.filters-btn img {
  margin-right: 5px;
}
.submit-cv {
  background-color: #f4f3fb;
  padding: 20px 50px;
  margin: 25px 0;
  border-radius: 5px;
  color: #6857c6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.submit-cv p {
  width: 55%;
}
.submit-cv a {
  background-color: #6857c6;
  border: 1px solid #6857c6;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 5px;
}
.submit-cv a:hover {
  background-color: #ffffff;
  color: #6857c6;
}
.applied-filters {
  text-align: center;
  padding: 15px;
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
}
.applied-filters h5 {
  color: #000000;
  font-size: 14px;
  font-family: 'Montserrat-Medium';
  margin-bottom: 10px;
}
.applied-filters ul {
  width: 60%;
  margin: 0 auto;
}
.applied-filters ul li {
  display: inline-block;
  background-color: #fafafa;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 15px 10px;
}
.applied-filters ul li span {
  cursor: pointer;
  margin-left: 15px;
  font-size: 24px;
  line-height: 0;
  vertical-align: middle;
}
.filter-search {
  display: none;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  padding: 15px;
  padding-bottom: 0;
}
.recent-reviews .filter-search {
  display: block;
  margin: 20px 0;
}
.filter-search p {
  font-family: 'Montserrat-Medium';
  color: #000000;
  margin-bottom: 10px;
}
.filter-search input {
  padding: 10px 15px;
}
.filter-search .search {
  width: 100%;
  padding: 10px 15px 10px 35px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  color: #aaaaaa;
  background: url('../images/search-icon.svg') no-repeat 7px center;
}
.filter-btn {
  background-color: #ff6634;
  border: 1px solid #ff6634;
  width: 100%;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 5px;
}
.filter-btn:hover {
  color: #ff6634;
  background-color: #ffffff;
}
.filter-search .badge {
  background-color: #fafafa;
  border-radius: 5px;
  color: #8c8c8c;
  margin: 0;
  font-size: 14px;
}
.bootstrap-tagsinput .badge [data-role='remove']:after {
  background-color: #fafafa;
}
.peer-reviews {
  margin: 30px 0 50px;
  border-top: 1px solid #f4f4f4;
}
.peer-review-container {
  padding: 15px 0;
  border-bottom: 1px solid #f4f4f4;
}
.peer-review {
  display: flex;
  align-items: center;
}
.peer-review .review-img,
.single-review .review-img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  overflow: hidden;
}
.peer-review .review-info,
.single-review .review-info {
  width: calc(100% - 90px);
  padding: 0;
  padding-left: 15px;
}
.peer-review .review-info h5,
.single-review .review-info h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6c6c6c;
  font-family: 'Montserrat-Medium';
  font-size: 16px;
  margin-bottom: 2px;
}
.peer-review .review-info h5 span,
.single-review .review-info h5 span {
  font-size: 14px;
  color: #8d8d8d;
}
.peer-review .review-info h5 span .fa-user {
  color: #303030;
}
.single-review .review-info h5 span .fa-user {
  color: #ff6634;
}
.peer-review .review-info span,
.single-review .review-info span {
  color: #ff6634;
  font-size: 12px;
  font-family: 'Montserrat-Medium';
  margin-bottom: 5px;
}
.peer-review .review-info p {
  margin: 0;
}
.review-cv {
  display: flex;
  height: 100%;
  border-left: 1px solid #f6f6f6;
  align-items: center;
  justify-content: center;
}
.review-cv button {
  border: 1px solid #ff6634;
  color: #ff6634;
  padding: 10px 20px;
  border-radius: 5px;
}
.review-cv button:hover {
  background-color: #ff6634;
  color: #ffffff;
}
.single-review {
  padding: 30px;
  border: 1px solid #f4f4f4;
  display: flex;
}
.single-review .review-info p {
  font-size: 13px;
  margin-bottom: 25px;
  width: 80%;
}
.single-review .review-info ul li {
  font-size: 12px;
  color: #636363;
  font-family: 'Montserrat-Medium';
  margin-bottom: 10px;
}
.single-review .review-info ul li span {
  color: #8d8d8d;
  font-family: 'Montserrat';
}
.review-file {
  display: flex;
  justify-content: space-between;
}
.review-file img {
  width: 30px;
}
.subcription-page {
  padding: 20px 15px;
  text-align: center;
}
.subcription-page h3 {
  font-family: 'Montserrat-Bold';
}
.sub-plan {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  margin-bottom: 25px;
}
.plan-name {
  color: #555555;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.plan-name::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 30px;
  height: 3px;
  background-color: #ff6634;
  content: '';
}
.plan-price {
  padding: 30px;
  padding-bottom: 10px;
}
.plan-price .price h2 {
  color: #000000;
  font-family: 'Montserrat-Medium';
  font-size: 52px;
  margin: 0;
}
.plan-price .price p {
  color: #ff6634;
  font-family: 'Montserrat-Medium';
}
.sub-plan ul {
  padding: 0 10px 10px;
  text-align: left;
  font-size: 12px;
}
.sub-plan ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sub-plan ul li .fa-check,
.sub-plan ul li .fa-xmark {
  border: 1px solid #75c879;
  color: #75c879;
  border-radius: 50%;
  padding: 2px;
  font-size: 8px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7px;
  width: 7px;
}
.sub-plan ul li .fa-xmark {
  border-color: #e00e0e;
  color: #e00e0e;
}
.plan-btn {
  background-color: #fafafa;
  padding: 20px 35px;
  border-top: 1px solid #ebebeb;
}
.plan-btn button {
  background-color: #ff6634;
  border: 1px solid #ff6634;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}
.plan-btn button:hover {
  background-color: #fff;
  color: #ff6634;
}
@media screen and (max-width: 991px) {
  .blab-alert,
  .dash-blab-alert {
    padding: 10px 30px;
  }
  .blab-alert button,
  .dash-blab-alert button {
    top: 0;
    right: 10px;
  }
  .submit-cv {
    padding: 20px;
    flex-direction: column;
  }
  .submit-cv p {
    width: 100%;
    text-align: center;
  }
  .submit-cv a {
    margin-top: 15px;
  }
  .applied-filters ul {
    width: 100%;
  }
  .applied-filters ul li {
    padding: 5px 10px;
    margin: 0 5px 5px;
  }
  .applied-filters ul li span {
    margin-left: 10px;
    font-size: 18px;
  }
  .filter-search input {
    margin-bottom: 20px;
  }
  .peer-review .review-img {
    height: 40px;
    width: 40px;
  }
  .peer-review .review-info {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
  .peer-review .review-info h5 {
    font-size: 14px;
  }
  .peer-review .review-info h5 span {
    font-size: 12px;
  }
  .peer-review .review-info span {
    font-size: 11px;
  }
  .review-cv button {
    padding: 5px 10px;
  }
  .single-review {
    padding: 15px;
    flex-direction: column;
    align-items: center;
  }
  .single-review .review-info {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  .single-review .review-info p {
    width: 100%;
    margin-bottom: 15px;
  }
  .review-file {
    flex-direction: column;
  }
  .review-file img {
    margin-bottom: 15px;
  }
}
/* ########## Peer Review List Screen End ########## */

/* ########## Upload CV Screen ########## */
.upload-cv-container {
  margin-top: 20px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 30px;
}
.upload-status {
  display: flex;
  align-items: center;
}
.upload-status img {
  width: 70px;
}
.upload-process {
  width: calc(100% - 150px);
  margin: 0 auto;
}
.upload-status .progress {
  height: 6px;
  margin: 7px 0;
}
.upload-status .progress-bar {
  background-color: #3bc8e7;
  border-radius: 5px;
}
.upload-process p {
  display: inline-block;
  color: #555555;
  font-family: 'Montserrat-SemiBold';
}
.upload-name span {
  display: inline-block;
  color: #8d8d8d;
  margin-left: 30px;
}
.upload-cv {
  margin-top: 20px;
}
.upload-cv label {
  border: 1px solid #e7e7e7;
  padding: 10px 20px;
  border-radius: 5px;
  width: calc(100% - 115px);
  cursor: pointer;
}
.upload-cv label h6 {
  display: inline-block;
  background-color: #f9f9f9;
  font-size: 14px;
  color: #6d6d6d;
  margin: 0;
  padding: 5px 15px;
}
.upload-cv label p {
  display: inline-block;
  padding: 0 15px;
}
.upload-cv button {
  color: #ff6634;
  border: 2px solid #ff6634;
  padding: 12px 10px;
  width: 95px;
  border-radius: 5px;
  margin-left: 15px;
}
.cv-upload-form {
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .upload-cv-container {
    padding: 15px 0;
  }
  .upload-status img {
    width: 50px;
  }
  .upload-process {
    width: calc(100% - 55px);
  }
  .upload-name span {
    margin-left: 20px;
  }
  .upload-cv label {
    padding: 8px;
    width: calc(100% - 75px);
  }
  .upload-cv label h6 {
    font-size: 12px;
    padding: 5px;
  }
  .upload-cv label p {
    font-size: 11px;
  }
  .upload-cv button {
    padding: 10px 5px;
    width: 65px;
    font-size: 12px;
    border: 1px solid #ff6634;
    margin-left: 5px;
  }
}
/* ########## Upload CV Screen End ########## */

/* ########## Profile Screen End ########## */
.profile-tab {
  border-bottom: 1px solid #f4f4f4;
  overflow: auto;
  white-space: nowrap;
}
.profile-tab li {
  display: inline-block;
  font-family: 'Montserrat-SemiBold';
}
.profile-tab li a {
  display: block;
  padding: 15px;
  color: #303030;
  border: 1px solid #f4f4f4;
}
.profile-tab li:hover {
  color: #ff6634;
}
.profile-tab li.active a {
  color: #ff6634;
  background-color: #fcfcfc;
  border-bottom: 2px solid #ff6634;
}
.profile-page .tab-content {
  padding: 20px 10px;
}
.profile-table tr {
  border-bottom: 1px solid #f4f4f4;
}
.profile-table tr td {
  font-family: 'Montserrat-Medium';
  padding: 15px 0;
}
.profile-table tr td:first-of-type {
  color: #000000;
  font-family: 'Montserrat-SemiBold';
}
.profile-form .table {
  margin-bottom: 50px;
}
.profile-form .table th {
  font-family: 'Montserrat-SemiBold';
  color: #000000;
  border-bottom-color: #ebebeb !important;
}
.profile-form .table th:last-of-type {
  text-align: right;
}
.profile-form .table td {
  color: #8d8d8d;
  font-family: 'Montserrat-Medium';
  border-bottom-color: #ebebeb !important;
}
.profile-form .table td:last-of-type {
  color: #ff6634;
  text-align: right;
}
.profile-form .delete {
  cursor: pointer;
}
.profile-form .m--s-ipt {
  height: 199px;
}
.profile-form .m--s-list {
  max-height: 155px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: #fbfbfb !important;
}
.blab-verification h5 {
  font-family: 'Montserrat-Bold';
}
.blab-verification p {
  font-size: 12px;
}
.blab-verification ul {
  margin: 10px 0 30px;
}
.blab-verification ul li {
  border-top: 1px solid #ebebeb;
  padding: 10px;
}
.select-all,
.deselect-all {
  padding: 30px 10px 10px;
  color: #000000;
}
.deselect-all {
  display: none;
}
/* ########## Profile Screen End ########## */

/* ########## Error Page ########## */
.error-page {
  padding: 30px 15px;
  text-align: center;
}
.error-text {
  font-family: 'Montserrat-ExtraBold';
  font-size: calc(108px + (250 - 108) * ((100vw - 300px) / 1300));
  color: #ff6634;
}
.error-page p {
  font-size: 24px;
}
.error-page button {
  background-color: #ff6634;
  border: 1px solid #ff6634;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 5px;
  margin: 25px 0;
}
.error-page button:hover {
  background-color: #ffffff;
  color: #ff6634;
}
/* ########## Error Page End ########## */

.home-header {
  top: 0;
  background: #ffffff;
  width: 100vw;
  color: #fff;
  /* overflow: hidden; */
}
.nav-header {
  position: relative;
  width: 100%;
  z-index: 9999;
  height: 65px;
  padding: 15px 90px;
  -webkit-transition: 0.5 ease;
  -o-transition: 0.5 ease;
  transition: 0.5 ease;
}
.sticky {
  top: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  position: fixed;
}
.fixed {
  position: fixed;
  bottom: 0;
  width: 20.5%;
  transition: all 5s;
}
.fixedTop {
  position: fixed;
  top: 125px;
  width: 20.5%;
  transition: all 5s;
}
.middleDiv {
  overflow-y: auto;
}
.logo {
  display: inline-block;
  line-height: 57px;
  width: auto;
  height: 35px;
}
.navigation,
.navigation2 {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation li,
.navigation2 li {
  display: inline-block;
  color: #555555;
  padding: 5px 10px;
  margin: 0 10px;
  cursor: pointer;
}
.navigation li:hover,
.navigation li.active,
.navigation2 li:hover,
.navigation2 li.active {
  color: #ff6634;
}
.signup {
  text-align: center;
  width: 100px;
  border: 1px solid #ff6634;
  border-radius: 4px;
  color: #ff6634 !important;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
.signup:hover {
  background: #ff6634;
  color: #ffffff !important;
}
.hero {
  width: 100%;
  padding: 0 90px;
  background: #ffebff url('../images/lines.svg') 95% no-repeat;
  color: #000000;
}
.hero .b1 {
  min-height: calc(100vh - 85px);
  height: 550px;
  position: relative;
  display: flex;
  align-items: center;
}
.caption {
  padding-left: 50px;
  margin-top: -50px;
  position: relative;
}
.caption h2 {
  font-family: 'Montserrat-Black';
  font-weight: 900;
  font-size: calc(24px + (48 - 24) * ((100vw - 300px) / 1300));
  line-height: 1.18;
}
.caption p {
  color: #747474;
}
.caption p a,
.quote i {
  color: #ff6634;
}
.quote {
  position: absolute;
  bottom: 40px;
  left: 40px;
  max-width: 55%;
  width: fit-content;
  color: #8d8d8d;
}
.quote::before {
  position: absolute;
  top: -10px;
  left: -40px;
  content: url('../images/top-quote.svg');
}
.quote::after {
  position: absolute;
  bottom: -15px;
  right: -35px;
  content: url('../images/bottom-quote.svg');
}
.hero-search {
  position: relative;
  margin: 35px 0;
  height: 72px;
  padding: 7px;
  background: #ffffff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero-search input {
  width: calc(100% - 135px);
  padding-left: 15px;
  border: none;
}
.hero-search input::-webkit-input-placeholder {
  color: #dedede;
}
.hero-search input::-moz-placeholder {
  color: #dedede;
}
.hero-search input:-ms-input-placeholder {
  color: #dedede;
}
.hero-search input::-ms-input-placeholder {
  color: #dedede;
}
.hero-search input::placeholder {
  color: #dedede;
}
.hero-search-btn {
  background-color: #ff6634;
  border-radius: 4px;
  color: #ffffff;
  height: 58px;
  width: 133px;
  z-index: 9;
}
.hero-search-btn:hover {
  background-color: transparent;
  border: 2px solid #ff6634;
  color: #ff6634;
}
.hero-search-result {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 5px;
  background-color: #ffffff;
  padding: 10px 5px;
  z-index: 99;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
.hero-search-result li {
  padding: 5px 10px;
  cursor: pointer;
}
.hero-search-result li:hover {
  color: #ff6634;
}
.hero-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  width: 100%;
}
.hero-img img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 95px);
  object-position: top;
  -o-object-fit: cover;
  object-fit: cover;
}
.b1 .review {
  position: absolute;
  bottom: 10%;
  left: -10%;
  background-color: rgba(255, 255, 255, 0.55);
  width: 280px;
  margin: 0;
}
.b1 .employee-reviews {
  width: 8vw;
  height: 8vw;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  right: 8%;
  top: 25%;
  background-color: rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  padding: 10px 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.b1 .hero-chart {
  position: absolute;
  top: 20%;
  left: 20%;
  background-color: rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  padding: 10px;
}
/* ########## Progress Circle ########## */
.progress-circle {
  font-family: 'Montserrat-Bold';
  position: relative;
  width: 46px;
  height: 46px;
  background-color: #f7f7f7;
  color: #000000;
  border-radius: 50%;
}
.progress-circle:after {
  border: none;
  position: absolute;
  top: 4px;
  left: 4px;
  text-align: center;
  display: block;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background-color: #f7f7f7;
  content: ' ';
}
.progress-circle span {
  position: absolute;
  line-height: 46px;
  width: 46px;
  text-align: center;
  display: block;
  z-index: 2;
}
.left-half-clipper {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  position: absolute;
  clip: rect(0, 46px, 46px, 23px);
}
.progress-circle.over50 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.value-bar {
  position: absolute;
  clip: rect(0, 23px, 46px, 0);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 4px solid #ff6634;
  box-sizing: border-box;
}
.progress-circle.over50 .first50-bar {
  position: absolute;
  clip: rect(0, 46px, 46px, 23px);
  border-radius: 50%;
  background-color: #ff6634;
  width: 46px;
  height: 46px;
}
.progress-circle:not(.over50) .first50-bar {
  display: none;
}
/* Progress bar rotation position */
.progress-circle.p0 .value-bar {
  display: none;
}
.progress-circle.p1 .value-bar {
  transform: rotate(4deg);
}
.progress-circle.p2 .value-bar {
  transform: rotate(7deg);
}
.progress-circle.p3 .value-bar {
  transform: rotate(11deg);
}
.progress-circle.p4 .value-bar {
  transform: rotate(14deg);
}
.progress-circle.p5 .value-bar {
  transform: rotate(18deg);
}
.progress-circle.p6 .value-bar {
  transform: rotate(22deg);
}
.progress-circle.p7 .value-bar {
  transform: rotate(25deg);
}
.progress-circle.p8 .value-bar {
  transform: rotate(29deg);
}
.progress-circle.p9 .value-bar {
  transform: rotate(32deg);
}
.progress-circle.p10 .value-bar {
  transform: rotate(36deg);
}
.progress-circle.p11 .value-bar {
  transform: rotate(40deg);
}
.progress-circle.p12 .value-bar {
  transform: rotate(43deg);
}
.progress-circle.p13 .value-bar {
  transform: rotate(47deg);
}
.progress-circle.p14 .value-bar {
  transform: rotate(50deg);
}
.progress-circle.p15 .value-bar {
  transform: rotate(54deg);
}
.progress-circle.p16 .value-bar {
  transform: rotate(58deg);
}
.progress-circle.p17 .value-bar {
  transform: rotate(61deg);
}
.progress-circle.p18 .value-bar {
  transform: rotate(65deg);
}
.progress-circle.p19 .value-bar {
  transform: rotate(68deg);
}
.progress-circle.p20 .value-bar {
  transform: rotate(72deg);
}
.progress-circle.p21 .value-bar {
  transform: rotate(76deg);
}
.progress-circle.p22 .value-bar {
  transform: rotate(79deg);
}
.progress-circle.p23 .value-bar {
  transform: rotate(83deg);
}
.progress-circle.p24 .value-bar {
  transform: rotate(86deg);
}
.progress-circle.p25 .value-bar {
  transform: rotate(90deg);
}
.progress-circle.p26 .value-bar {
  transform: rotate(94deg);
}
.progress-circle.p27 .value-bar {
  transform: rotate(97deg);
}
.progress-circle.p28 .value-bar {
  transform: rotate(101deg);
}
.progress-circle.p29 .value-bar {
  transform: rotate(104deg);
}
.progress-circle.p30 .value-bar {
  transform: rotate(108deg);
}
.progress-circle.p31 .value-bar {
  transform: rotate(112deg);
}
.progress-circle.p32 .value-bar {
  transform: rotate(115deg);
}
.progress-circle.p33 .value-bar {
  transform: rotate(119deg);
}
.progress-circle.p34 .value-bar {
  transform: rotate(122deg);
}
.progress-circle.p35 .value-bar {
  transform: rotate(126deg);
}
.progress-circle.p36 .value-bar {
  transform: rotate(130deg);
}
.progress-circle.p37 .value-bar {
  transform: rotate(133deg);
}
.progress-circle.p38 .value-bar {
  transform: rotate(137deg);
}
.progress-circle.p39 .value-bar {
  transform: rotate(140deg);
}
.progress-circle.p40 .value-bar {
  transform: rotate(144deg);
}
.progress-circle.p41 .value-bar {
  transform: rotate(148deg);
}
.progress-circle.p42 .value-bar {
  transform: rotate(151deg);
}
.progress-circle.p43 .value-bar {
  transform: rotate(155deg);
}
.progress-circle.p44 .value-bar {
  transform: rotate(158deg);
}
.progress-circle.p45 .value-bar {
  transform: rotate(162deg);
}
.progress-circle.p46 .value-bar {
  transform: rotate(166deg);
}
.progress-circle.p47 .value-bar {
  transform: rotate(169deg);
}
.progress-circle.p48 .value-bar {
  transform: rotate(173deg);
}
.progress-circle.p49 .value-bar {
  transform: rotate(176deg);
}
.progress-circle.p50 .value-bar {
  transform: rotate(180deg);
}
.progress-circle.p51 .value-bar {
  transform: rotate(184deg);
}
.progress-circle.p52 .value-bar {
  transform: rotate(187deg);
}
.progress-circle.p53 .value-bar {
  transform: rotate(191deg);
}
.progress-circle.p54 .value-bar {
  transform: rotate(194deg);
}
.progress-circle.p55 .value-bar {
  transform: rotate(198deg);
}
.progress-circle.p56 .value-bar {
  transform: rotate(202deg);
}
.progress-circle.p57 .value-bar {
  transform: rotate(205deg);
}
.progress-circle.p58 .value-bar {
  transform: rotate(209deg);
}
.progress-circle.p59 .value-bar {
  transform: rotate(212deg);
}
.progress-circle.p60 .value-bar {
  transform: rotate(216deg);
}
.progress-circle.p61 .value-bar {
  transform: rotate(220deg);
}
.progress-circle.p62 .value-bar {
  transform: rotate(223deg);
}
.progress-circle.p63 .value-bar {
  transform: rotate(227deg);
}
.progress-circle.p64 .value-bar {
  transform: rotate(230deg);
}
.progress-circle.p65 .value-bar {
  transform: rotate(234deg);
}
.progress-circle.p66 .value-bar {
  transform: rotate(238deg);
}
.progress-circle.p67 .value-bar {
  transform: rotate(241deg);
}
.progress-circle.p68 .value-bar {
  transform: rotate(245deg);
}
.progress-circle.p69 .value-bar {
  transform: rotate(248deg);
}
.progress-circle.p70 .value-bar {
  transform: rotate(252deg);
}
.progress-circle.p71 .value-bar {
  transform: rotate(256deg);
}
.progress-circle.p72 .value-bar {
  transform: rotate(259deg);
}
.progress-circle.p73 .value-bar {
  transform: rotate(263deg);
}
.progress-circle.p74 .value-bar {
  transform: rotate(266deg);
}
.progress-circle.p75 .value-bar {
  transform: rotate(270deg);
}
.progress-circle.p76 .value-bar {
  transform: rotate(274deg);
}
.progress-circle.p77 .value-bar {
  transform: rotate(277deg);
}
.progress-circle.p78 .value-bar {
  transform: rotate(281deg);
}
.progress-circle.p79 .value-bar {
  transform: rotate(284deg);
}
.progress-circle.p80 .value-bar {
  transform: rotate(288deg);
}
.progress-circle.p81 .value-bar {
  transform: rotate(292deg);
}
.progress-circle.p82 .value-bar {
  transform: rotate(295deg);
}
.progress-circle.p83 .value-bar {
  transform: rotate(299deg);
}
.progress-circle.p84 .value-bar {
  transform: rotate(302deg);
}
.progress-circle.p85 .value-bar {
  transform: rotate(306deg);
}
.progress-circle.p86 .value-bar {
  transform: rotate(310deg);
}
.progress-circle.p87 .value-bar {
  transform: rotate(313deg);
}
.progress-circle.p88 .value-bar {
  transform: rotate(317deg);
}
.progress-circle.p89 .value-bar {
  transform: rotate(320deg);
}
.progress-circle.p90 .value-bar {
  transform: rotate(324deg);
}
.progress-circle.p91 .value-bar {
  transform: rotate(328deg);
}
.progress-circle.p92 .value-bar {
  transform: rotate(331deg);
}
.progress-circle.p93 .value-bar {
  transform: rotate(335deg);
}
.progress-circle.p94 .value-bar {
  transform: rotate(338deg);
}
.progress-circle.p95 .value-bar {
  transform: rotate(342deg);
}
.progress-circle.p96 .value-bar {
  transform: rotate(346deg);
}
.progress-circle.p97 .value-bar {
  transform: rotate(349deg);
}
.progress-circle.p98 .value-bar {
  transform: rotate(353deg);
}
.progress-circle.p99 .value-bar {
  transform: rotate(356deg);
}
.progress-circle.p100 .value-bar {
  transform: rotate(360deg);
}
/* ########## Progress Circle End ########## */

.b1 .employee-reviews h5 {
  font-family: 'Montserrat-Black';
  font-weight: 900;
  font-size: calc(18px + (42 - 18) * ((100vw - 300px) / 1300));
  color: #ff6634;
  margin: 0;
}
.b1 .employee-reviews p {
  color: #6c6c6c;
  font-size: calc(9px + (14 - 9) * ((100vw - 300px) / 1300));
}
.b1 .review-info {
  padding: 15px 20px 0px;
}
.b1 .review-text {
  font-size: 12px;
  margin: 10px 0 0;
  width: 100%;
}
.b1 .reviewer {
  padding: 5px 20px 15px;
}
.featured-reviews {
  padding: 90px;
  text-align: center;
  overflow: hidden;
}
.featured-reviews .title h3 {
  font-family: 'Montserrat-ExtraBold';
  font-size: calc(18px + (32 - 18) * ((100vw - 300px) / 1300));
}
.featured-reviews .title p {
  font-size: calc(12px + (14 - 12) * ((100vw - 300px) / 1300));
  margin-bottom: 35px;
}
.reviews {
  margin-top: 30px;
}
.reviews .row .col-md-4 {
  padding-left: 30px;
  padding-right: 30px;
}
.review {
  text-align: left;
  border: 1px solid #fbfbfb;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  margin-bottom: 40px;
}
.review-info {
  padding: 30px 30px 15px;
}
.review-info .rating {
  text-align: right;
  color: #555555;
  font-family: 'Montserrat-Bold';
}
.review-text {
  font-size: 12px;
}
.review-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.review-tags h5 {
  color: #ff6634;
  font-size: 12px;
  padding: 5px;
  background: rgba(255, 102, 52, 0.05);
  border-radius: 6px;
}
.review-tags span img {
  width: 15px;
  margin-right: 5px;
}
.review-tags span {
  color: #000000;
  font-weight: 600;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviewer {
  padding: 15px 30px;
  background: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviewer-img {
  width: 46px;
  height: 46px;
  margin-right: 10px;
}
.reviewer-img img {
  border-radius: 50%;
}
.reviewer-info h5 {
  color: #6c6c6c;
  font-size: 14px;
  margin: 0;
}
.reviewer-info p {
  color: #bfbfbf;
  font-size: 11px;
}
.slick-dots li button {
  background: #ffffff;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #8a8a8a;
  border: 2px solid #8a8a8a;
}
.newsletter {
  padding: 90px;
  background: #f8f8f8 url('../images/mail.svg') no-repeat 90%;
  overflow: hidden;
}
.newsletter h1 {
  font-family: 'Montserrat-ExtraBold';
  font-size: calc(18px + (32 - 18) * ((100vw - 300px) / 1300));
}
.newsletter p {
  font-size: 0.85rem;
}
.newsletter form {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newsletter form input {
  background: #ffffff;
  border-radius: 6px;
  padding: 0 15px;
  border: none;
  width: calc(100% - 110px);
}
.newsletter form input::-webkit-input-placeholder {
  color: #dedede;
}
.newsletter form input::-moz-placeholder {
  color: #dedede;
}
.newsletter form input:-ms-input-placeholder {
  color: #dedede;
}
.newsletter form input::-ms-input-placeholder {
  color: #dedede;
}
.newsletter form input::placeholder {
  color: #dedede;
}
.newsletter form button {
  background: #ff6634;
  color: #ffffff;
  height: 45px;
  width: 100px;
  border-radius: 4px;
}
.newsletter form button:hover {
  background-color: transparent;
  border: 2px solid #ff6634;
  color: #ff6634;
}
.clients {
  padding: 30px 90px;
  background: #fefefe;
  border-bottom: 1px solid #f4f4f4;
}
.client {
  width: calc(100% / 5);
}
.client img {
  height: 50px;
  width: auto;
  margin: 0 auto;
}
.advertisement {
  padding: 90px;
  overflow: hidden;
}
.advert {
  height: 300px;
  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;
  background: #fbfbfb;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  color: #c2c2c2;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.free-account {
  overflow: hidden;
}
.free-account-box {
  padding: 60px;
  background: #ffebff url('../images/free-account.png') 99% no-repeat;
  background-size: 50%;
  border: 1px solid #ffebff;
  border-radius: 8px;
  margin-bottom: 90px;
}
.free-account-box h5 {
  color: #303030;
  margin: 0;
}
.free-account-box button {
  background-color: #ff6634;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 4px;
}

footer {
  background: #1f2131;
  padding: 90px 90px 50px;
}
.footer-logo {
  width: 120px;
  margin-bottom: 15px;
}
footer h4 {
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
}
footer ul li {
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 15px;
}
footer p {
  color: #ffffff;
  opacity: 0.75;
  margin-bottom: 35px;
}
.follow-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.follow-us 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;
  width: 48px;
  height: 48px;
  border: 1px solid #393c4d;
  border-radius: 50%;
}
.follow-us-hail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.follow-us-hail 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;
    width: 35px;
    height: 35px;
    border: 1px solid #ff6634;
    border-radius: 50%;
    margin-right:3px;
}
.follow-us a:hover {
  border: 1px solid #ff6634;
}
.follow-us a img {
  width: auto;
  height: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}
.follow-us a {
  margin-left: 10px;
}
.follow-us a:first-of-type {
  margin-left: 0;
}
.copyright {
  margin: 70px 0 0;
  text-align: left;
}

.menu-icon,
.dash-menu-icon {
  display: none;
  float: right;
  position: relative;
  margin: 5px;
  width: 24px;
  height: 22px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.dash-menu-icon {
  display: block;
}
.menu-icon span,
.dash-menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000000;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-icon span:nth-child(1) {
  top: 2px;
}
.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
  top: 10px;
  width: 60%;
}
.menu-icon span:nth-child(4) {
  top: 18px;
}
.menu-icon.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
.menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-icon.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}

.dash-menu-icon span:nth-child(1) {
  top: 2px;
}
.dash-menu-icon span:nth-child(2),
.dash-menu-icon span:nth-child(3) {
  top: 10px;
  width: 60%;
}
.dash-menu-icon span:nth-child(4) {
  top: 18px;
}
.dash-menu-icon.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
.dash-menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dash-menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dash-menu-icon.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}

.sidebar-icons {
  top: 65px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 999;
  width: 100vw;
  padding: 10px 20px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-icons i {
  cursor: pointer;
}

/* ########## DASHBOARD SECTION ########## */
.dash-header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 20px;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  height: 65px;
  width: 280px;
  line-height: 65px;
  text-align: center;
  z-index: 999;
}
.dashboard-content {
  border-top: 1px solid #f3f3f3;
}
.dashboard-sidebar {
  border-right: 1px solid #f3f3f3;
  position: fixed;
  top: 65px;
  width: 280px;
  height: 100vh;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.dashboard-sidebar.close {
  display: none;
}
.brand-logo {
  padding: 40px 20px 20px;
  text-align: center;
}
.brand-logo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.brand-logo h3 {
  font-family: 'Montserrat-SemiBold';
  margin-top: 15px;
  font-size: 20px;
}
.sidebar-nav li {
  font-family: 'Montserrat-Medium';
  padding: 12px 25px;
  border-bottom: 1px solid #f3f3f3;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.sidebar-nav li:hover,
.sidebar-nav li.active {
  border-left: 5px solid #ff6634;
  color: #ff6634;
}
.sidebar-nav .heading {
  background-color: #fbfbfb;
  color: #6c6c6c;
  font-family: 'Montserrat-SemiBold';
}
.sidebar-nav .heading:hover {
  border-left: none;
  color: #6c6c6c;
}
.dashboard-main {
  background-color: #ffffff;
  margin-left: 280px;
  width: calc(100% - 280px);
  padding: 50px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.dashboard-main.open {
  margin-left: 0;
  width: 100%;
}
.dashboard-alert {
  position: relative;
  background: #ffebff url('../images/alert-bg.png') no-repeat bottom;
  background-size: cover;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.alert-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  color: #ff6634;
  font-size: 28px;
}
.dash-info {
  position: relative;
  margin-bottom: 35px;
}
.dash-info-close {
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
  font-size: 18px;
}
.dash-info:hover .dash-info-close {
  display: flex;
}
.alert-details {
  padding: 0 20px;
}
.alert-icon {
  width: 40%;
}
.alert-details h5 {
  font-family: 'Montserrat-SemiBold';
  color: #ff6634;
  font-size: 16px;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.info-box,
.info-box2 {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.info-box2 {
  padding: 10px 20px;
  align-items: center;
}
.info-box-3 {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  height: 100%;
}
.info-box .icon {
  padding: 10px;
  border-radius: 5px;
}
.info-box .icon img {
  width: 24px;
  height: 24px;
}
.info-details {
  padding-left: 15px;
}
.info-details h3 {
  color: #000000;
  font-family: 'Montserrat-SemiBold';
  font-size: 16px;
}
.info-details li {
  font-family: 'Montserrat-Medium';
  margin-bottom: 5px;
  font-size: 13px;
}
.info-box2 h3 {
  margin: 0;
}
.info-box2 .info-details {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.stat {
  margin-top: 45px;
}
.info-details span {
  background-color: #fff7f5;
  color: #ff6634;
  padding: 8px 15px;
  border-radius: 5px;
}
.recent-reviews h3,
.dashboard-main h3 {
  font-family: 'Montserrat-Bold';
}
.dash-review {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0;
}
.dash-review-header {
  display: flex;
  align-items: center;
  color: #6c6c6c;
  font-size: 18px;
  margin-bottom: 15px;
}
.dash-review-img {
  height: 35px;
  margin-right: 15px;
}
.dash-review-header .rating {
  color: #8d8d8d;
}
.dash-review-header > span {
  margin-left: auto;
}
.dash-profile-info h3 {
  font-family: 'Montserrat-SemiBold';
}
.dash-profile-info h5 {
  margin-top: 35px;
  font-family: 'Montserrat-SemiBold';
  font-size: 16px;
}
.dash-profile-info ul {
  margin-bottom: 35px;
}
.dash-profile-info ul li {
  margin-bottom: 5px;
}
.dash-profile-info ul li span {
  color: #303030;
  font-family: 'Montserrat-SemiBold';
}
.package {
  padding: 15px 30px;
}
.package-name {
  font-family: 'Montserrat-SemiBold';
  margin-bottom: 5px;
}
.package.standard {
  background-color: #eaeef5;
  color: #295699;
}
.info-box-3 h6 {
  color: #000000;
  font-family: 'Montserrat-SemiBold';
  margin-bottom: 20px;
  font-size: 14px;
}
.total-review .progress {
  background-color: #ffe5dd;
  font-family: 'Montserrat-SemiBold';
  height: 45px;
  color: #6c1b1b;
  line-height: 45px;
}
.total-review .progress-bar {
  background-color: #ff9573;
}
.total-review .progress span {
  padding-left: 15px;
}
.average-rating {
  display: flex;
  align-items: flex-end;
}
.average-rating img {
  height: 50px;
  width: 50px;
}
.average-rating h2 {
  color: #000000;
  font-family: 'Montserrat-Bold';
  margin: 0;
  font-size: 42px;
  margin-left: 15px;
}
.average-rating h2 span {
  color: #c4c4c4;
}
.average-rating p {
  margin-left: 20px;
  color: #e0e0e0;
}
.by-emojis li {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  padding: 5px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-family: 'Montserrat-SemiBold';
}
.by-emojis img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.by-emojis .score {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #000000;
}
.score span {
  color: #8d8d8d;
}
/* ########## DASHBOARD SECTION END ########## */
.animation-element {
  opacity: 0;
}
.animation-element {
  opacity: 0;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.animation-element.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-up.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-right {
  opacity: 0;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -webkit-transform: translate3d(100px, 0px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}
.animation-element.slide-up {
  opacity: 0;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -webkit-transform: translate3d(0, 100px, 0px);
  -ms-transform: translate(0, 100px);
  transform: translate3d(0, 100px, 0px);
}
/* ########## CUSTOMIZED CHECKBOX ########## */
.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px;
  text-align: left;
}
.blab-verification .checkbox {
  margin: 0;
  padding-left: 50px;
  font-family: 'Montserrat-SemiBold';
}
.blab-verification .select-all.checkbox,
.blab-verification .deselect-all.checkbox {
  padding-left: 20px;
}
.review-tag .checkbox,
.payment-option .checkbox {
  font-size: 14px;
  color: #000000;
  font-family: 'Montserrat-Medium';
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
}
.review-tag .checkmark,
.payment-option .checkmark {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  border: 2px solid #c4c4c4;
}
.checkbox:hover input ~ .checkmark {
  background-color: #d8d8d8;
}
.checkbox input:checked ~ .checkmark {
  background-color: #ff6634;
  border: 1px solid #ff6634;
}
.review-tag .checkbox input:checked ~ .checkmark,
.payment-option .checkbox input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid #ff6634;
}
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 4px;
  top: 0;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.review-tag .checkbox .checkmark:after,
.payment-option .checkbox .checkmark:after {
  width: 12px;
  height: 12px;
  left: 2px;
  top: 2px;
  border-radius: 10px;
  border: none;
  background-color: #ff6634;
}
/* ########## CUSTOMIZED CHECKBOX END ########## */
#myBtn {
  position: fixed;
  bottom: 40px;
  right: 20px;
  background-color: #ff6634;
  color: #ffffff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 36px;
  align-items: center;
  justify-content: center;
}
.apexcharts-legend-series {
  display: flex;
  flex-direction: column;
}
.apexcharts-legend-marker {
  margin-bottom: 5px;
}
#breakdownByCat {
  width: 100%;
}
.compare-form {
  border: 1px solid #f8f8f8;
  padding: 15px 20px;
  border-radius: 5px;
}
.compare-form input {
  width: 40%;
  padding: 10px 15px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin-right: 10px;
}
.compare-form button {
  background-color: #ff6634;
  border: 1px solid #ff6634;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 5px;
}
.compare-result {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}
.compare-result h5 {
  padding: 15px 20px;
  font-family: 'Montserrat-SemiBold';
  color: #000000;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
}
.result-body {
  padding: 20px;
}
.dashboard-main > h5 {
  font-family: 'Montserrat-SemiBold';
  margin-top: 20px;
}
.average-reactions li {
  display: flex;
  padding: 10px 15px;
  border-bottom: 1px solid #fafafa;
}
.average-reactions li img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.reaction,
.reaction-2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.reaction p,
.reaction-2 p {
  font-family: 'Montserrat-SemiBold';
  margin: 0;
}
.reaction-2 p {
  color: #ff6634;
}
.reaction p span {
  display: block;
  color: #303030;
}
.reaction-2 p span {
  display: block;
  color: #000000;
}
.h100 {
  height: 100%;
}
.interactions .progress {
  height: 6px;
}
.interactions .progress-bar {
  background-color: #ff6634;
  border-radius: 5px;
}
.interactions li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.interactions li .progress {
  display: inline-flex;
  width: calc(100% - 150px);
}
.interactions li p {
  width: 80px;
  color: #000000;
  font-family: 'Montserrat-SemiBold';
}
.interactions li span {
  font-family: 'Montserrat-SemiBold';
  color: #ff6634;
}
.minority-group > h5 {
  font-family: 'Montserrat-SemiBold';
  margin-top: 20px;
}
.group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.group-filter {
  display: flex;
  align-items: center;
}
.group-filter p {
  font-family: 'Montserrat-SemiBold';
  color: #000000;
  margin-right: 15px;
}
.group-filter input,
.group-filter select {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 10px 20px;
  width: 180px;
  margin-left: 10px;
}
.cat-interaction li p {
  color: #000000;
  font-family: 'Montserrat-SemiBold';
}
.cat-interaction li .blab-icons {
  margin-top: 0;
}
.cat-interaction li {
  padding: 5px 10px;
}
.cat-interaction li .blab-icons li span {
  color: #ff6634;
  font-family: 'Montserrat-SemiBold';
}
@media screen and (max-width: 1024px) {
  .hero {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .picker {
    padding: 0 !important;
  }
  .b1 {
    min-height: auto !important;
    flex-direction: column;
  }
  .dash-header {
    padding: 0 10px;
    height: 65px;
    width: 100%;
    text-align: left;
  }
  .dashboard-sidebar {
    display: none;
    border: none;
    position: fixed;
    background-color: #ffffff;
    top: 65px;
    width: 100%;
    height: auto;
    z-index: 999;
  }
  .dashboard-sidebar.close {
    display: block;
  }
  .alert-icon {
    display: none;
  }
  .alert-details {
    padding: 0;
  }
  .brand-logo {
    padding: 20px 10px 10px;
  }
  .brand-logo img {
    width: 80px;
    height: 80px;
  }
  .dashboard-main {
    margin-left: 0;
    width: 100%;
    padding: 30px 15px;
  }
  .compare-form input {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .compare-form button {
    width: 100%;
  }
  .result-body {
    padding: 0px;
  }
  .review-progress {
    padding: 10px;
  }
  .info-box-3 {
    padding: 10px;
  }
  .total-review span {
    padding: 10px;
  }
  .fixed {
    position: relative;
    bottom: 0;
    width: auto;
  }
  .nav-header {
    padding: 15px;
    width: 100vw;
  }
  .signup {
    background-color: #ff6634;
    text-align: left;
    width: 100%;
    border: none;
    border-radius: 0;
    color: #ffffff !important;
  }
  .signup:hover {
    background-color: #ff6634 !important;
    color: #ffffff;
  }
  .hero {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 0 15px;
    position: relative;
  }
  .caption {
    padding: 50px 0;
    margin-top: 0;
  }
  .quote {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 80%;
    margin: 30px 10%;
  }
  .quote i {
    top: -5px;
    left: -15px;
    font-size: 18px;
  }
  .hero-search {
    margin: 25px 0;
  }
  .hero-search input {
    width: calc(100% - 105px);
  }
  .hero-search-btn {
    width: 103px;
  }
  .hero-img {
    position: relative;
  }
  .b1 .review {
    bottom: 5%;
    left: -10px;
    width: 180px;
    max-width: 90vw;
  }
  .b1 .employee-reviews {
    right: 5%;
    padding: 5px;
  }
  .b1 .review-info {
    padding: 5px 10px 0px;
  }
  .b1 .review-text {
    font-size: 7px;
    margin: 5px 0 0;
  }
  .b1 .reviewer {
    padding: 5px;
  }
  .b1 .reviewer-img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  .b1 .reviewer-info h5 {
    font-size: 9px;
  }
  .b1 .reviewer-info p {
    font-size: 7px;
  }
  .b1 .hero-chart {
    top: 5%;
    left: 5%;
  }
  .b1 .review-tags h5,
  .b1 .review-tags span {
    font-size: 8px;
  }
  .b1 .review-tags span img {
    width: 9px;
  }
  .hero-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .featured-reviews {
    padding: 30px 15px;
  }
  .reviews {
    margin-top: 10px;
  }
  .reviews .row .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .newsletter {
    padding: 50px 15px;
    background-size: 100px;
  }
  .newsletter form {
    margin-top: 25px;
  }
  .clients {
    padding: 30px 15px;
  }
  .advertisement {
    padding: 30px 15px;
  }
  .free-account-box {
    padding: 30px 10px;
    text-align: center;
    margin-bottom: 40px;
  }
  .free-account-box h5 {
    margin-bottom: 20px;
  }
  .copyright {
    margin: 0;
  }
  footer {
    padding: 30px 15px;
  }
  footer h4 {
    margin-bottom: 20px;
  }
  footer ul li {
    margin-bottom: 10px;
  }
  footer p {
    margin-bottom: 20px;
  }
  .my-30 {
    margin: 35px 0;
  }
  .menu-icon {
    display: block;
  }
  .navigation2 {
    display: none;
  }
  .navigation {
    display: block;
    position: fixed;
    right: -320px;
    top: 65px;
    width: 230px;
    z-index: 999;
    background-color: #fafafa;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .navigation.show {
    right: 0;
  }
  .nav-header.shadow:after,
  .middleDiv.shadow:after,
  #peerReview.shadow:after {
    content: '';
    position: fixed;
    top: 65px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
  }
  .navigation li {
    display: block;
    line-height: 1.5;
    padding: 15px;
    color: #000000;
    margin: 0;
  }
  .navigation li:hover {
    background-color: rgba(184, 221, 255, 0.25);
    color: #000;
    border: none;
  }
  .lg-hidden {
    display: block !important;
  }
  .sm-hidden {
    display: none !important;
  }
  .average-rating {
    display: flex;
    align-items: flex-end;
  }
  .average-rating img {
    height: 25px;
    width: 25px;
  }
  .average-rating h2 {
    font-size: 18px;
    margin-left: 10px;
  }
  .average-rating p {
    margin-left: 10px;
  }
  .row-flex .col-lg-4 {
    margin-bottom: 25px;
  }
  .by-emojis li {
    padding: 5px 10px;
  }
  .group-header,
  .group-filter {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .group-filter input,
  .group-filter select {
    width: 100%;
    margin: 0 0 10px;
  }
}
.refresh-prompt {
  display: none;
  position: fixed;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff6634;
  padding: 10px 15px;
  border-radius: 45px;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}
.refresh-prompt.show {
  display: flex;
}
.refresh-prompt ul {
  display: flex;
  padding: 0 5px 0 15px;
}
.refresh-prompt ul li img {
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.refresh-prompt ul li {
  margin-left: -10px;
}
.subnav-header {
  display: flex;
  width: 100%;
  align-items: center;
}
.subnav-header span {
  color: #555555;
  padding-left: 15px;
  font-family: 'Montserrat-SemiBold';
}
.nav-back {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  font-size: 18px;
  cursor: pointer;
}
.nav-back:hover {
  color: #ff6634;
}
.sorry {
  text-align: center;
  font-size: calc(18px + (36 - 18) * ((100vw - 300px) / 1300));
  color: #ff6634;
}
.minorityGroupLabel {
  float: left;
  color: #232323;
  font-family: 'Montserrat-SemiBold';
}
.blab-message-count {
  position: absolute;
  right: 0;
  margin-top: -15px;
}
.refresh-loader {
  text-align: center;
  font-size: 24px;
  color: #ff6634;
  padding: 10px 0 20px;
}
.password-container {
  position: relative;
}
.show-pass {
  position: absolute;
  top: 23%;
  right: 3%;
}
.fa-eye {
  color: #022255;
  cursor: pointer;
}
.password-rules {
  text-align: left;
  margin-bottom: 20px;
  display: none;
}
.password-rules li:first-of-type {
  font-family: 'Montserrat-SemiBold';
  color: #000000;
}
.password-rules li.check,
.fa-check {
  color: #02b502;
}
.fa-circle {
  font-size: 6px;
}
.password-rules .progress {
  height: 3px !important;
  margin-bottom: 10px;
}
.progress-bar-danger {
  background-color: #e90f10;
}
.progress-bar-warning {
  background-color: #ffad00;
}
.progress-bar-success {
  background-color: #02b502;
}
.btn-disable {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
