@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Inter", sans-serif;
}
/* **** Header **** */
header {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  background: transparent;
  padding: 8px 0;
  z-index: 120;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(16, 24, 40, 0.06);
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header ul li a.user-icon img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.onboarded-header ul li a.togglebar img {
  height: 40px;
}

header ul li a logo-img img {
  max-height: 70px !important;
}
/* **** End Header **** */

/* **** Self Preview Block **** */

#self-preview {
  display: none;
  background: #bfd1fa;
  padding: 10px 20px;
  margin: 5px 10px;
  border-radius: 10px;
}
#self-preview h5 {
  font-weight: bold;
}

/* **** End Self Preview Block **** */

/* **** services **** */
.services-block {
  padding: 14px 0;
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}

.services-block .container {
  position: relative;
  display: flex;
}
.services-block .container > div:nth-child(2) {
  width: 100%;
}

.services-block .more-vertical {
  position: absolute;
  right: 15px;
  top: 15px;
}
#user-data {
  padding: 0;
}
#user-data .name {
  display: flex;
}
#user-data .name h2 {
  padding: 0;
  margin: 0;
}
#user-data a {
  margin-left: 10px;
}
.services-block h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 0 0 20px;
}
.services-block .user-block {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  position: relative;
  width: 100%;
}
.services-block .user-img img {
  height: 66px;
  width: 66px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  margin-right: 21px;
  margin-top: 10px;
}
.services-block .user-dt {
  display: flex;
  align-items: center;
}

.services-block .user-dt img {
  max-width: 100%;
  margin-right: 5px;
}

.services-block .user-block .user-dt img {
  max-width: 100%;
  margin-right: 5px;
}

.services-block .user-block .user-dt h3 {
  margin: 0;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: #000000;
}
.services-block .user-block .user-dt h3 span {
  display: block;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.5);
}
.services-block .user-block .user-dt .follower-count {
  font-size: 8px;
}
.profile-bio {
  padding: 0;
}
.profile-bio span {
  font-family: Inter;
  font-size: 14px;
  line-height: 22px;
  color: #171a1fff;
}
.services-block .askme-share-buttons {
  display: flex;
  justify-content: start;
  gap: 10px;
}
.services-block .askme-share-buttons button {
  border: none;
  width: 100px;
  padding: 10px;
  border-radius: 5px;
  background: #fff6f1;
  color: #eb7623;
}
.offered-box {
  padding: 0 0 20px;
}
.offered-box h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 10px;
}
.offered-box ul {
  display: flex;
  align-items: center;
}
.offered-box ul li {
  margin-right: 4px;
  background: #f3f4f6;
  border-radius: 23px;
  display: flex;
  align-items: center;
  padding: 6px 8px;
}
.offered-box ul li img {
  max-width: 100%;
  margin-right: 4px;
}
.offered-box ul li:last-child {
  margin: 0;
}
.offered-box ul li.active {
  background: #f1f5fe;
  color: #457dee;
}
/* **** End services **** */

.advise-form h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 12px;
}
.advise-form form {
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 3px 6px,
    rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
  border-radius: 6px;
  padding: 12px;
  margin: auto;
  width: 100%;
}
.advise-form form h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 8px;
  padding-top: 5px;
}
.advise-form form .form-control {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0;
  margin: 0 0 5px;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border: none;
}
.advise-form form .form-question {
  font-weight: 400;
  font-size: 12px;
  line-height: 100px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0;
  margin: 0 0 5px;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border: none;
}
.advise-form form button {
  background: #eb7623;
  border-radius: 4px;
  min-width: 100px;
  padding: 7px 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-left: auto;
  margin-right: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.advise-form form button img {
  max-width: 100%;
  margin-left: 6px;
}
.advise-form form button:hover {
  background: #000;
  color: white;
}

.followers-wrp h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 14px;
}
.followers-box {
  margin: 0 0 30px;
}
.followers-box .box {
  background: #ffffff;
  box-shadow: 0px 1px 8px -2px rgba(16, 24, 40, 0.15);
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.followers-box .box .box-img {
  width: 32%;
  position: relative;
}
.followers-box .box .box-img h6 {
  position: absolute;
  left: 5px;
  top: 7px;
  background: #f1f5fe;
  border-radius: 21px;
  padding: 4px 6px;
  display: table;
  margin: 0;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #457dee;
}
.followers-box .box .box-img span {
  background: rgba(0, 0, 0, 0.3);
  padding: 4px 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.followers-box .box .box-img span i {
  padding-right: 5px;
}
.followers-box .box .box-img img {
  width: 100%;
  margin-right: 8px;
  border-radius: 6px 0 0 6px;
}
.followers-box .box .box-dt {
  width: 68%;
  position: relative;
  padding: 10px 8px;
}
.sharenetwork {
  position: absolute;
  right: 0;
  top: 0;
}
.followers-box .box .box-dt h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 7px;
}
.followers-box .box .box-dt h5 {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 11px;
  color: #000000;
}
.followers-box .box .box-dt span {
  font-weight: 600;
  font-size: 14px;
  color: #1091f4;
  margin-left: auto;
  margin-right: 0;
  display: table;
}
.followers-box .box .box-dt ul li {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #2d842d;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #edfeed;
  padding: 3px 6px;
  width: fit-content;
  margin: 0 0 6px auto;
}
.followers-box .box .box-dt ul li:last-child {
  margin: 0 0 0 auto;
}
.followers-box .box .box-dt ul li img {
  max-width: 100%;
  margin-right: 4px;
}
.followers-box .box .box-dt ul li.orange-label {
  background: #fef6f1;
  color: #eb7623;
  padding: 7px 6px;
}
.followers-box .box .box-dt .star-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 7px;
  left: 12px;
}
.followers-box .box .box-dt .pricing {
  text-align: right;
}
.followers-box .box .box-dt .pricing span {
  display: inline;
}
.followers-box .box .box-dt .pricing > span:nth-child(2) {
  color: grey;
  text-decoration: line-through;
  font-size: 14px;
}
.followers-box .description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.followers-box .description h6 {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.5);
  width: 60%;
}
.followers-box .description a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #eb7623;
  background: #fef6f1;
  border-radius: 4px;
  padding: 7px 8px;
}
.followers-box .description a img {
  max-width: 100%;
  margin-left: 5px;
}

/* **** followers-box **** */

/* **** gallery **** */
.gallery-wrp .nav-tabs {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  border: none;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  margin: 0 0 22px;
}
.gallery-wrp .nav-tabs::-webkit-scrollbar {
  display: none;
}
.gallery-wrp .nav-tabs .nav-link {
  padding: 18px 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #424856;
  display: flex;
  align-items: center;
  margin: 0;
  border: none;
  width: max-content;
  position: relative;
}
.gallery-wrp .nav-tabs .nav-link:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  background: #eb7623;
  border-radius: 42px;
  left: 50%;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gallery-wrp .nav-tabs .nav-link img {
  max-width: 100%;
  margin-right: 7px;
  filter: brightness(0.1) invert(0.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.gallery-wrp .nav-tabs .nav-link:hover {
  color: #eb7623;
}
.gallery-wrp .nav-tabs .nav-item.show .nav-link,
.gallery-wrp .nav-tabs .nav-link.active {
  color: #eb7623;
  font-weight: 600;
}
.gallery-wrp .nav-tabs .nav-link:hover img,
.gallery-wrp .nav-tabs .nav-item.show .nav-link img,
.gallery-wrp .nav-tabs .nav-link.active img {
  filter: unset;
}
.gallery-wrp .nav-tabs .nav-link:hover:before,
.gallery-wrp .nav-tabs .nav-item.show .nav-link:before,
.gallery-wrp .nav-tabs .nav-link.active:before {
  width: 100%;
  right: 0;
  left: 0;
}

.gallery-wrp .gallery-block {
  padding: 0 12px 12px;
}
.gallery-wrp .gallery-block .row {
  margin: 0 -5px;
}
.gallery-wrp .gallery-block .col-md-3.col-sm-6 {
  padding: 0 5px;
  width: 50%;
}
.gallery-wrp .gallery-block .gel-img a {
  display: block;
  margin: 0 0 10px;
}
.gallery-wrp .gallery-block .gel-img a img {
  max-width: 100%;
  width: 100%;
}
.gallery-wrp .gallery-block .view-btn {
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #eb7623;
}
.gallery-wrp .gallery-block .view-btn i {
  margin-left: 10px;
}
/* **** End gallery **** */

/* **** modal **** */
.modal {
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-content {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  border: none;
  padding: 22px;
}
.modal .modal-content .modal-body {
  padding: 0;
}
.modal .modal-content .mdl-title h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #565d6d;
  margin: 0 0 5px;
}
.modal .modal-content .mdl-title p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #565d6d;
  margin: 0 0 18px;
}
.modal .modal-content form .form-group {
  margin: 0 0 12px;
}
.modal .modal-content form .form-group label {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 5px;
}
.modal .modal-content form .form-group .form-control {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #171a1f;
  padding: 8px 12px;
  box-shadow: none;
  outline: none;
  height: auto;
  border: 1px solid #9095a1;
  border-radius: 4px;
}
.modal .modal-content form .form-group .form-control::placeholder {
  color: #171a1f;
}
.modal .modal-content form .submit-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  display: block;
  text-align: center;
  margin: 0 0 12px;
  background: #eb7623;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  border: none;
}
.modal .modal-content form .close-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #eb7623;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  border: none;
  border: 1px solid #eb7623;
}
.modal .modal-content input::placeholder {
  color: grey !important;
}
.modal .modal-content .question-input {
  height: 100px;
  width: 100%;
  padding: 10px;
}
/* **** End modal **** */

/* **** Responsive **** */
@media (min-width: 1801px) and (max-width: 3000px) {
  .services-block h2 {
    font-size: 22px;
    line-height: unset;
  }
  .offered-box h3 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form h2 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-wrp h2 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form form h4 {
    font-size: 16px;
  }
  .followers-box .box .box-dt h3 {
    font-size: 18px;
    line-height: unset;
    margin: 0 0 10px;
  }
  .followers-box .box .box-dt h5 {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .followers-box .box .box-dt span {
    font-size: 16px;
  }
  .followers-box .box .box-dt ul li {
    font-size: 14px;
    line-height: unset;
    margin: 0 0 10px auto;
  }
  .gallery-wrp .gallery-block .col-md-3.col-sm-6 {
    width: 25%;
  }
  .advise-form form .form-control {
    font-size: 16px;
    line-height: unset;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .services-block h2 {
    font-size: 22px;
    line-height: unset;
  }
  .offered-box h3 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form h2 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-wrp h2 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form form h4 {
    font-size: 16px;
  }
  .followers-box .box .box-dt h3 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-box .box .box-dt h5 {
    font-size: 14px;
  }
  .followers-box .box .box-dt span {
    font-size: 16px;
  }
  .followers-box .box .box-dt ul li {
    font-size: 14px;
    line-height: unset;
  }
  .gallery-wrp .gallery-block .col-md-3.col-sm-6 {
    width: 25%;
  }
  .advise-form form .form-control {
    font-size: 16px;
    line-height: unset;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .services-block h2 {
    font-size: 22px;
    line-height: unset;
  }
  .offered-box h3 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form h2 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-wrp h2 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form form h4 {
    font-size: 16px;
  }
  .followers-box .box .box-dt h3 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-box .box .box-dt h5 {
    font-size: 14px;
  }
  .followers-box .box .box-dt span {
    font-size: 16px;
  }
  .followers-box .box .box-dt ul li {
    font-size: 14px;
    line-height: unset;
  }
  .gallery-wrp .gallery-block .col-md-3.col-sm-6 {
    width: 25%;
  }
  .advise-form form .form-control {
    font-size: 16px;
    line-height: unset;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .services-block h2 {
    font-size: 22px;
    line-height: unset;
  }
  .offered-box h3 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form h2 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-wrp h2 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form form h4 {
    font-size: 16px;
  }
  .followers-box .box .box-dt h3 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-box .box .box-dt h5 {
    font-size: 14px;
  }
  .followers-box .box .box-dt span {
    font-size: 16px;
  }
  .followers-box .box .box-dt ul li {
    font-size: 14px;
    line-height: unset;
  }
  .gallery-wrp .gallery-block .col-md-3.col-sm-6 {
    width: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .services-block h2 {
    font-size: 22px;
    line-height: unset;
  }
  .offered-box h3 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form h2 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-wrp h2 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form form h4 {
    font-size: 16px;
  }
  .followers-box .box .box-dt h3 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-box .box .box-dt h5 {
    font-size: 14px;
  }
  .followers-box .box .box-dt span {
    font-size: 16px;
  }
  .followers-box .box .box-dt ul li {
    font-size: 14px;
    line-height: unset;
  }
  .gallery-wrp .gallery-block .col-md-3.col-sm-6 {
    width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .services-block h2 {
    font-size: 22px;
    line-height: unset;
  }
  .offered-box h3 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form h2 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-wrp h2 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form form h4 {
    font-size: 16px;
  }
  .gallery-wrp .gallery-block .col-md-3.col-sm-6 {
    width: 25%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .services-block h2 {
    font-size: 22px;
    line-height: unset;
  }
  .offered-box h3 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form h2 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-wrp h2 {
    font-size: 18px;
    line-height: unset;
  }
  .advise-form form h4 {
    font-size: 16px;
  }
  .followers-box .box .box-dt h3 {
    font-size: 18px;
    line-height: unset;
  }
  .followers-box .box .box-dt h5 {
    font-size: 14px;
  }
  .followers-box .box .box-dt span {
    font-size: 16px;
  }
  .followers-box .box .box-dt ul li {
    font-size: 14px;
    line-height: unset;
  }
}

@media (min-width: 448px) and (max-width: 575px) {
}

@media (max-width: 400px) {
  .advise-form form h4 {
    font-size: 12px;
  }
  .followers-box .box .box-img img {
    height: 120px;
    object-fit: cover;
    object-position: center;
  }
}
