@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  color: var(--black);
  font-size: 15px;
  line-height: 25px;
  
}
:root {
  --black: #000;
  --white: #ffffff;
  --gray: #999;
  --purple: #932298;
  --pink: #fc469f;
  --orange: #fcbb13;
}
p,
.forget-pswrd a {
  color: var(--gray);
}
a {
  text-decoration: none;
}
h2 {
  font-weight: 600;
  font-size: 38px;
  line-height: 48px;
  text-transform: capitalize;
}
h2 span {
  font-weight: 300;
}
h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.005em;
  text-transform: capitalize;
  border-left: 3px solid var(--pink);
  padding-left: 20px;
}
h3 span {
  font-weight: 300;
}
main.py-4 {
  padding: 0px !important;
}

button,
.btn,
input,
textarea,
select {
  outline: none !important;
  box-shadow: none !important;
}
.cstm-btn {
  padding: 13px 29px;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 18px !important;
  border-radius: 5px;
  border: 1px solid var(--white) !important;
  background: transparent;
  color: var(--white);
}
.btn.black-btn {
  background: var(--black);
  color: var(--white) !important;
  border: 1px solid var(--black) !important;
}
.btn.black-btn:hover {
  background: var(--white);
  color: var(--black) !important;
}
.txt-white,
.follow-right .cstm-btn {
  color: var(--white);
}
ul {
  list-style-type: none;
  padding: 0px;
}
ul li {
  font-family: "Inter", sans-serif;
}
.social-icon i:hover,
.main-menu li a:hover,
.main-menu ul li.active a,
.info-list a:hover,
.wall-activity p a:hover {
  color: var(--purple);
}
.main-menu li a:hover,
.main-menu ul li.active a {
  border-bottom: 1px solid var(--purple);
}
header {
  padding: 5px 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  background: var(--white);
}
.main-menu ul {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
}
.main-menu ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: var(--black);
}
.main-menu ul li.active a,
.main-menu ul li a:hover {
  color: #932298;
}
.main-menu li {
  padding-left: 27px;
}
.cstm-login {
  border: 1px solid var(--white);
  background: var(--white);
}
.cstm-btn.cstm-sign-up {
  background: transparent;
  border: 1px solid var(--black) !important;
}
a.cstm-btn:hover,
.nav-item.dropdown > a:hover {
  background: var(--black);
  color: var(--white) !important;
  border: 1px solid var(--black) !important;
}
.nav-item.dropdown > a {
  padding: 13px 42px 13px 29px;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 18px !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  border: 1px solid var(--black);
  color: var(--black);
}
.nav-item.dropdown > a i {
  padding-right: 5px;
}
.dropdown-menu .dropdown-item {
  border-bottom: 1px solid #bcbcbc;
  padding: 10px 15px;
}
.dropdown-menu .dropdown-item:nth-last-child(2) {
  border-bottom: 0px;
}
.dropdown-menu .dropdown-item:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.dropdown-menu {
  padding: 0px;
  overflow: hidden;
}
.dropdown .dropdown-toggle::after {
  right: 15px;
  position: absolute;
}
.main-banner {
  background: url(../images/inner-banner-bg.jpg) no-repeat;
  padding: 305px 0px 202px;
}
.banner {
  background-position: center !important;
  justify-content: center;
  display: flex;
  align-items: center;
  background-size: cover !important;
}
.inner-banner {
  background: url(../images/inner-banner-bg2.jpg) no-repeat;
  padding: 164px 0px 92px;
}
.search-bar input {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #777777;
  border: 0px !important;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
  padding: 13.5px 55px 13.5px 10px;
}
.search-bar .input-group {
  background: var(--white);
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
  border-radius: 5px;
  border: 0px !important;
  max-width: 564px;
  margin-bottom: 12px;
  /*text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;*/
  width: 100%;
}
.btn.search-icon {
  background: var(--purple);
  border-radius: 5px !important;
  border: 1px solid var(--purple);
  padding: 10px 15px;
  right: 1px;
  position: absolute;
  color: var(--white);
}
.btn.search-icon:hover {
  background: var(--black);
  border-color: var(--black);
}
.page-title {
  border-left: 5px solid var(--pink);
  padding-left: 15px;
}
.title {
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 20px;
}
.sub-heading {
  font-weight: 300;
  font-size: 32px;
  line-height: 26px;
  margin-bottom: 0px;
  color: #8c8c8c;
}
.search-bar {
  margin-top: 52px;
}
.search-desc {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.005em;
  text-transform: capitalize;
  color: rgb(119 119 119 / 80%);
  margin-bottom: 0px;
}
.icon i {
  color: var(--purple);
  border: 1px solid #bcbcbc;
  border-radius: 100px;
  height: 78px;
  width: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
}
.work-desc {
  padding-left: 20px;
}
.step {
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.005em;
  text-transform: capitalize;
  background: var(--pink);
  border-radius: 100px;
  padding: 5px 10px;
  display: inline-block;
}
.work-desc h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.005em;
  text-transform: capitalize;
  padding: 10px 0;
  margin-bottom: 0px;
}
.work-desc p {
  line-height: 22px;
  letter-spacing: 0.005em;
  text-transform: capitalize;
  color: #767676;
  margin-bottom: 0px;
  max-width: 185px;
  text-align: center;
}
.works .col-md-4 {
  border-right: 1px solid #dadada;
  display: flex;
  justify-content: center;
}
.works .col-md-4:last-child {
  border-right: 0px;
}
.works {
  padding: 65px 0px 86px;
}
.works .work-row {
  padding: 40px 0px;
  border: 1px solid #dadada;
  border-radius: 15px;
  margin: 40px 0px 0px;
}
.srvc-row {
  padding-top: 82px;
}
.service-list i {
  color: var(--purple);
  font-size: 24px;
}
.service-list li {
  padding: 15px 0px;
  border-bottom: 1px solid var(--black);
  display: inline-block;
}
.service-list {
  margin-bottom: 34px;
}
.industry {
  background: url(../images/industry-bg-img.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0px;
}
.industry-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 15px 0px 0px 0px;
}
.industry a {
  color: var(--black);
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 24px 35px;
  padding: 45px 38px 53px;
}
.grid-item a {
  background: #ffffff;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 146px;
  width: 181px;
  padding: 25px 15px;
}
.grid-item i {
  color: var(--purple);
  font-size: 36px;
}
.rate {
  background: url(../images/rate-bg.jpg);
  background-size: cover;
  padding: 46px 0px;
}
.rate h2 {
  font-weight: 500;
  font-size: 42px;
  line-height: 48px;
  color: var(--white);
  margin-bottom: 0px;
}
.rate p {
  font-weight: 300;
  font-size: 27px;
  line-height: 40px;
  color: var(--white);
  margin-bottom: 0px;
}
.guru {
  padding: 58px 0px 110px;
}
.single-star {
  color: var(--orange);
  font-size: 40px;
}
.sub-hdg {
  font-size: 22px;
  line-height: 24px;
}
.grid-column,
.slide-column {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
  padding: 24px;
}
.grid-row {
  grid-template-columns: auto auto auto;
  gap: 20px;
}

.grid-column img,
.user-info .user-img img {
  border: 12px solid #f4f4f4;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.star {
  margin: 27px 0px 21px;
}
.star i {
  font-size: 18px;
  color: var(--orange);
}
.grid-column h4 {
  line-height: 24px;
}
.view {
  padding-top: 16px;
}
.view p {
  font-size: 13px;
  line-height: 24px;
  color: var(--black);
  margin-bottom: 0px;
}
.view-left {
  border-right: 1px solid #d9d9d9;
}
.view i {
  background: #000000;
  border-radius: 5px;
  padding: 6.7px 6px;
  color: var(--white);
  height: 28px;
  width: 28px;
  margin-bottom: 3px;
}
.view > div {
  padding: 0px 20px;
}
.guru .carousel {
  margin-top: 45px;
}
.guru .carousel-indicators [data-bs-target] {
  background-color: rgb(0 0 0 / 30%);
  height: 12px;
  width: 12px;
  border-radius: 100%;
}
.guru .carousel-indicators.actve {
  background-color: rgb(0 0 0);
}
.guru .carousel-indicators {
  bottom: -75px;
}
.reviews {
  background: url(../images/video-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 190px 0px 180px;
  position: relative;
  overflow: hidden;
}
.playpause {
  background-image: url(../images/play-button.png);
  background-repeat: no-repeat;
  width: 96px;
  height: 96px;
  position: absolute;
  left: auto;
  right: 30%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}
.reviews .video {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
}
.reviews h2 {
  font-size: 48px;
  color: var(--white);
  margin-bottom: 12px;
}
.reviews p {
  font-weight: 300;
  font-size: 32px;
  line-height: 48px;
  color: var(--white);
  margin-bottom: 30px;
}
.guru .slick-slide img {
  margin: auto;
}
.guru .slider .grid-column {
  margin: 0px 10px;
}
.guru .slick-slider {
  margin-top: 43px;
}
.slick-dots li button:before {
  font-size: 12px !important;
}
.slick-dots {
  bottom: -50px !important;
}
.arrow-link {
  color: var(--black);
}
.arrow-link:hover,
.share:hover {
  color: var(--purple);
}
.arrow-link i {
  padding-left: 17px;
  transition: 0.3s;
}
.arrow-link:hover i {
  padding-left: 20px;
  transition: 0.3s;
}
.artical {
  padding: 80px 0px;
}
.artical .grid-row {
  margin-top: 40px;
}
.artcle-clmn img {
  border-radius: 5px 5px 0px 0px;
  width: 100%;
}
.article-hdg {
  font-size: 20px;
  line-height: 34px;
  margin-top: 20px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-desc {
  text-transform: capitalize;
  color: #878888;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 75px;
}
.share {
  color: var(--black);
  font-size: 16px;
}
.client {
  background: #f5f6f8;
  padding: 80px 0px 82px;
}
#carouselExampleIndicators-client {
  margin-top: 60px;
}
.client-slider p {
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  color: #878888;
  font-style: italic;
  margin: 36px auto 44px;
}
.client .carousel-indicators [data-bs-target] {
  height: 107px;
  width: 107px;
  background: transparent;
  top: 0px;
  bottom: auto;
  text-indent: 0px;
}
.client .carousel-indicators [data-bs-target].active {
  position: absolute;
  z-index: 9;
}
.client .carousel-indicators {
  bottom: auto;
  top: 0px;
}
.client-slider {
  padding-top: 90px;
  max-width: 764px;
  margin: 0px auto;
}
.client-slider .carousel-item img {
  position: relative;
  z-index: 9;
}
.client-slider .carousel-item {
  z-index: 9;
}
.client .carousel-control-prev-icon,
.client .carousel-control-next-icon {
  background-image: none;
}
.client .carousel-control-next,
.client .carousel-control-prev {
  color: var(--black);
  font-size: 40px;
}

/* -----  About Page ----*/
.about-service {
  padding: 44px 0px 86px;
}
.about-service-desc {
  margin-top: 18px;
}
.our-mission {
  background: url(../images/mission-bg-img.jpg);
  background-size: cover;
  padding: 115px 0px 90px;
}
.our-mission h2 {
  margin-bottom: 30px;
}
.our-mission h4 {
  margin-bottom: 19px;
  letter-spacing: 0.5px;
}
.cstm-width {
  max-width: 862px;
  margin: auto;
}
.our-mission p {
  color: #8c8c8c;
}

/* -----  Contact Page ----*/
.contact {
  padding: 105px 0px 73px;
}
input,
textarea,
select {
  border: 1px solid #bcbcbc !important;
  border-radius: 5px !important;
  padding: 12px 15px !important;
  color: var(--gray) !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}
input::placeholder,
textarea::placeholder {
  color: var(--gray) !important;
}
textarea {
  resize: none;
}
/*.contact-form .form-group {
    padding: 10px 5px;
}*/
/*.contact-form{
    max-width: 713px;
    margin: 0px auto 0px;
}*/
.form-sec form {
  margin: 20px auto 0px;
}
.submit-btn {
  width: 140px;
  margin-top: 9px;
}
.contact-info {
  background: url(../images/mission-bg-img.jpg);
  background-size: cover;
  padding: 90px 0px 74px;
}
.info-list i {
  border-radius: 15px;
  background: var(--purple);
  padding: 15px;
  color: var(--white);
  font-size: 28px;
  margin-right: 15px;
}
.info-list a {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.005em;
  color: var(--black);
}
.info-list li {
  margin-bottom: 22px;
}
.info-list li:last-child {
  margin-bottom: 0px;
}
.contact-left {
  padding-right: 75px;
}
.contact-right {
  padding-left: 75px;
}
.info-list {
  margin-bottom: 0px;
}

/* -----  Login Page ----*/
.login-sec {
  padding: 104px 0px 110px;
}
.black-outline-btn {
  border: 1px solid var(--black) !important;
  color: var(--black);
}
.form-sec {
  border: 1px solid #bcbcbc;
  border-radius: 15px;
  padding: 40px 40px;
}
/*.login-form{
    padding: 57px 24px;
}*/
.form-sec .form-group,
.reset-form .form-group {
  margin-top: 16px;
}
label.form-check-label,
.form-check a {
  color: var(--gray);
}
.forget-pswrd a:hover,
.hv-acnt a:hover,
.form-check a:hover {
  color: var(--purple);
  text-decoration: underline;
}
.form-check input {
  height: 18px;
  width: 18px;
  border: 1px solid var(--black) !important;
  margin-right: 8px;
  /*margin-top: 0px;*/
  padding: 5px !important;
  border-radius: 4px !important;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url(../images/check-icon.svg);
  background-size: 12px;
  background-color: #922299;
  border-color: #922299!important;
  background-position: 2px 4px !important;
}
.form-check-input[type="radio"] {
  border-radius: 100px !important;
}
.form-check-input:checked[type="radio"] {
  background-color: var(--black);
}
.form-sec .black-btn,
.form-group .black-btn {
  width: 100%;
}
.hv-acnt a {
  color: var(--black);
}
/*form.reset-form {
    padding: 17px 50px 0px;
}*/
.registrn-hdg,
.form-padng h2 {
  margin-bottom: 50px;
}
.sign-up-form,
.form-padng .form-sec {
  padding: 35px 48px 60px;
}
/*.rtrn-usr{
    margin-bottom: 30px;
}*/
input::-webkit-file-upload-button {
  background: transparent !important;
  border: 0px !important;
  color: var(--gray) !important;
  margin: 0px !important;
  padding: 0px 5px 0px 0px !important;
}
.guru-check .form-check {
  margin: 0px 20px;
}
.guru-check {
  margin-bottom: 20px;
}
.alert {
  background: var(--white);
  text-align: center;
  font-weight: 500 !important;
  padding: 20px;
  border: 0px;
}

.user-img input {
  background-repeat: no-repeat;
  bottom: 20px;
  border: 0px !important;
  width: 50px;
  background-image: url(../images/upload-icon-cmra.svg);
  background-size: 50%;
  cursor: pointer;
  position: absolute;
  right: 0px;
  background-color: #fc469f;
  border-radius: 100px !important;
  background-position: center;
  color: transparent !important;
}
.form-sec .user-img {
  max-width: 150px;
  margin: auto;
  position: relative;
}
.user-img input::-webkit-file-upload-button {
  visibility: hidden;
}
.user-img input::file-selector-button {
  background: transparent;
  border: 0px;
  color: transparent;
}

/* -----  How it works Page ----*/
.works-sec,
.works-sec .row {
  padding: 60px 0px;
}
.works-sec .step {
  margin-bottom: 0px !important;
  margin-left: 15px;
}
.works-sec h4 {
  border-left: 3px solid var(--pink);
  padding-left: 10px;
}
p.works-sb-hdg {
  color: #767676;
  margin-top: 25px;
  text-transform: capitalize;
}
.works-sec a.btn {
  margin-top: 6px;
}
.works-sec-right-desc {
  padding-left: 90px;
}
.works-sec-desc {
  padding-right: 70px;
}

footer {
  padding: 75px 0px 16px;
  background: var(--black) !important;
}
footer a,
.ftr-desc-clmn p {
  color: #8c8c8c;
}
footer a:hover {
  color: var(--white);
}
footer h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: var(--white);
  margin-bottom: 20px;
}
footer li {
  margin: 7px 0px;
}
.copy-right {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.005em;
  margin-bottom: 0px;
}
.social-icon a {
  padding-left: 15px;
  color: var(--white);
  font-size: 16px;
}
.copy-right-sec {
  padding-top: 77px;
}

.registration-guru-inner {
  max-width: 937px;
  margin: 70px auto 107px;
}
.registration-guru-inner p {
  max-width: 685px;
  margin: 28px auto 59px;
}
.guru-btn-group .btn {
  max-width: 285px;
  width: 100%;
  margin: 0px 18px;
}
label,
select {
  color: var(--gray) !important;
}

/* ----- Profile -----*/
.review-right {
  padding-left: 20px;
}
.review-row {
  background: #ffffff;
  border: none !important;
  border-radius: 15px;
  padding: 40px;
}
span.user-nm {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
span.user-dt {
  color: #bcbcbc;
  font-size: 12px;
  font-weight: 400;
}
.review-desc p {
  color: var(--black);
  margin: 20px 0px;
}
.review-row {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 20px;
}
.review-row:last-child {
  margin-bottom: 0px;
}
.reply:hover {
  color: var(--black);
}
.reply {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: var(--purple);
}
.submit-reply {
  margin-top: 21px;
}
.review-reply-form {
  margin-top: 20px;
}
.user-info {
  padding: 28px 0px;
}
.profile-review-row {
  position: relative;
}
.profile-admin {
  background: var(--pink);
  border-radius: 15px 15px 0px 15px;
  width: 306px;
  padding: 0px 23px 0px 17px;
  /*position: absolute;
    bottom: 0px;
    left: 0px;*/
  margin-left: auto;
}
.profile-admin span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--white);
}
.admin-right {
  padding-left: 42px;
}
.admin-left img {
  max-width: 60px;
  border: 4px solid #f4f4f4;
  border-radius: 100px;
  height: 60px;
  object-fit: cover;
}
.profile-star i {
  color: #fcbb13;
  font-size: 14px;
}
.profile-star i.grey-star {
  color: #bcbcbc;
}

.star i.grey-star {
  color: #bcbcbc;
}

.profile-review-row p {
  line-height: 26px;
  color: var(--black);
  margin: 20px 0px 31px;
}
.profile-quote-img {
  position: absolute;
  top: -17px;
}
.profile-review .tabContent {
  padding: 88px 0px 65px;
}
.form-sec .user-img img {
  margin-bottom: 20px;
  border: 15px solid #f4f4f4;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.user-info-inner {
  padding-left: 26px;
}
.user-info-inner .user-name {
  font-weight: 700;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: -0.02em;
}
.user-info p i {
  color: var(--pink);
  font-size: 18px;
  margin: 0px 20px 0px 5px;
}
.user-review li {
  list-style-type: disc;
  color: var(--gray);
  margin-left: 25px;
  font-weight: 600;
}
.user-review li::marker {
  color: var(--pink);
}
.user-info-inner p span {
  font-weight: 400;
  padding: 5px 10px;
}

.copy-prfl-btn {
  position: relative;
  cursor: pointer;
}
.copy-profile {
  position: absolute;
  background: var(--purple);
  color: var(--white);
  top: 28px;
  left: 0px;
  border-radius: 5px;
  font-size: 12px;
  padding: 0px 10px;
  font-weight: 400;
  opacity: 0;
  width: max-content;
}

span.mak {
  margin-left: -5px;
}

.copy-prfl-btn:hover .copy-profile {
  opacity: 1;
}
.follow-list li {
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px 10px;
}
.user-btns-sec {
  background: var(--purple);
  padding: 38px 0px;
}
.cstm-btn.pink-btn {
  background: var(--pink);
  border: 1px solid var(--pink) !important;
}
.feedback-btn-group a.btn.cstm-btn {
  margin: 0px 18px;
}
.feedback-btn-group a.btn.cstm-btn:first-child,
.feedback-btn-group a.btn.cstm-btn:last-child {
  width: 141px;
  padding: 13px 10px;
}
.cstm-btn.white-btn {
  background: var(--white);
  color: var(--purple);
}
img.img-fluid.prf-avt {
  margin-bottom: -120px;
}
.cstm-tabs {
  background: #f5f6f8;
  padding: 38px 0px;
}
.cstm-tabs .nav-pills .nav-link,
.cstm-tabs .nav-item a,
.media-last-list label {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  padding: 6px 0px;
  margin: 0px 22px;
}
.cstm-tabs .nav-pills .nav-link.active,
.cstm-tabs .nav-pills .nav-link:hover,
.cstm-tabs .nav-item a.active,
.cstm-tabs .nav-item a:hover {
  background: transparent;
  border-bottom: 5px solid var(--pink) !important;
  border-radius: 0px;
  transition: none;
}
.profile-desc-sec {
  margin: 50px 0px;
  border-radius: 5px;
  border: 1px solid #eee;
}
.over-view-hdg i {
  background: var(--purple);
  color: var(--white);
  border-radius: 50px;
  text-align: center;
  height: 35px;
  width: 35px;
  font-size: 15px;
  line-height: 35px;
  margin-right: 10px;
}
.over-prof {
  border-bottom: 1px solid #eee;
}

.info-sec {
  /* padding-top: 60px;*/
  color: var(--gray);
}
.info-sec .info-label {
  font-weight: 600;
  min-width: 160px;
}
.follow-log {
  padding-right: 52px;
}
.follow-left img {
  max-width: 60px;
}
.flw-hdg {
  padding-left: 20px;
  font-size: 16px;
  color: var(--black);
}
.flw-hdg .flw-sub-hdg {
  font-weight: 600;
  font-size: 14px;
  color: var(--gray);
}
.follow-row {
  padding: 10px 0px;
}
.flw-hdg span {
  color: var(--pink);
}
.media-list a span {
  background: var(--purple);
  color: var(--white);
  padding: 2px 5px;
  border-radius: 5px;
}
.cstm-tabs.media-list a:hover {
  border: 0px !important;
  color: var(--purple);
}
.cstm-tabs.media-list {
  padding: 20px;
}
.media-log a {
  color: var(--purple);
  font-weight: 500;
}
.media-log p {
  margin-top: 10px;
}
.cstm-tabs.media-list a {
  font-weight: 400;
}
.media-last-list label {
  font-weight: 400;
}
.media-last-list select {
  border: 0px !important;
  background: transparent;
  color: var(--black) !important;
}
.wall-item {
  background: #d9d9d9;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 55px;
}
.wall-activity p i {
  color: var(--pink);
  font-size: 24px;
  margin: 0px 10px 0px 10px;
}
.wall-activity p {
  margin-bottom: 5px;
}
.wall-activity p a {
  color: var(--black);
  font-weight: 500;
  font-size: 18px;
}
.wall-activity p span {
  color: var(--gray);
}
.time-since {
  color: var(--purple) !important;
  text-transform: capitalize;
}
.time-since:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.wall-activity-header {
  margin-bottom: 20px;
}

.profile-column {
  border: 1px solid #00000014;
  border-radius: 12.8px;
  background: var(--white);
}
.profile-info .user-info-left .user-img {
  margin-bottom: 96px;
  background: #9b2ca0;
  border-radius: 12.8px 12.8px 0px 0px;
  padding: 22px 10px;
}
.user-info.profile-info {
  margin-top: -130px;
}
.profile-info.user-info .user-img img {
  width: 96px;
  height: 96px;
}
.follow-list li:first-child {
  margin-left: 0px;
}
.profile-info .user-info-inner {
  padding: 0px 14px;
}
.profile-desc {
  padding: 10px 0px;
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 5px;
}
.profile-info .follow-list li {
  color: var(--gray);
}
.user-info-left .profile-column {
  padding-bottom: 25px;
}
.profile-right .profile-column {
  padding: 15px;
}
.profile-post-inner {
  padding-left: 18px;
}
.flw-sub-hdg {
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
}
.post-user {
  font-size: 15px;
  color: var(--gray);
  font-weight: 700;
}
.profile-post .profile-post-div img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
}
.profile-post .profile-post-row {
  margin: 33px 0px;
}
.profile-column h4 {
  font-weight: 600;
  color: var(--purple);
}
.post-btn {
  border: 1px solid #bcbcbc;
  border-radius: 50px;
  width: 100%;
  text-align: left;
  padding: 12px 40px;
}
.profile-top-row .user-img img {
  margin-bottom: 0px;
}
.profile-top-row {
  padding:10px 15px;
}
.share-box-btn .btn {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #999999;
}
.share-box-btn {
  width: calc(100% - 65px);
  margin-left: 15px;
}
.photo-btn i {
  color: var(--black);
  margin-right: 15px;
}
.profile-hr hr {
  margin-right: 10px;
  max-width: 95%;
  flex-grow: 1 !important;
  opacity: 1;
}
.short-by {
  font-size: 15px;
  color: var(--gray);
}
.short-by span,
.post-user-name {
  color: var(--black);
}
.feed-shared {
  padding: 23px 32px 0px;
}
.feed-shared-text-view img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 100px;
  margin-right: 12px;
}
.feed-share-top-row .feed-shared-text-view {
  font-size: 12px;
}
.post-like {
  color: var(--gray);
}
.ember-view i {
  cursor: pointer;
  color: #999999;
  font-size: 26px;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  text-align: center;
  line-height: 40px;
}
.ember-view i:hover {
  background: #eee;
}
.feed-share-top-row .feed-shared-text-view {
  font-size: 12px;
}
hr {
  background: #bcbcbc;
}
/*.feed-shared-top {
  padding: 0px 40px;
}*/
.feed-shared-actor .feed-shared-text-view img {
  border: 0px;
  width: 48px;
  height: 48px;
}
.post-user-name:hover,
.see-more:hover,
.ember-follow:hover {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.ember-follow {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: var(--purple);
  cursor: pointer;
}
.post-desc {
  padding-top: 10px;
}
.see-more {
  color: var(--gray);
}
.post-desc p span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-share-column {
  border-radius: 12.8px;
  margin-bottom: 15px;
}

/*---- Explore Guru ------*/

.explore-guru {
  padding: 68px 0px 99px;
}
.explore-guru .search-bar {
  background: #f5f6f8;
  border-radius: 5px;
  padding: 20px 30px;
  text-align: right;
  margin: 0px 0px 49px 0px;
}
.explore-guru .search-bar .input-group {
  margin-bottom: 0px;
  padding: 12px 170px 12px 12px;
}
.explore-guru .search-bar input {
  padding: 10px 5px !important;
}
.explore-guru .btn.search-icon {
  padding: 8px 41px;
  right: 17px;
}
.pagination-nav {
  margin-top: 53px;
}
nav.pagination-nav {
  margin-top: 53px;
}
.pagination-nav a.page-link {
  border: 0px;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: var(--gray);
  box-shadow: none !important;
  background: transparent;
  border-radius: 5px;
}
.page-item.active .page-link,
.page-item:hover .page-link {
  background: var(--purple);
  border-radius: 5px;
  color: var(--white);
}
.pagination-number li {
  margin: 0px 10px;
}
.page-item.active .page-link svg path,
.page-item:hover .page-link svg path {
  fill: var(--white);
}
.terms-div {
  margin-bottom: 40px;
}

/*-----  Article -----*/
.article {
  padding: 80px 0px 0px;
}
.article-right {
  padding-left: 30px !important;
}
.article-time {
  color: var(--purple);
  font-weight: 500;
}
.article-row {
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
}
.article-row:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.article-row p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-left .carousel-indicators [data-bs-target] {
  height: 10px;
  width: 10px;
  border-radius: 100px !important;
  border: 0px !important;
}
.article-left .carousel-item p {
  color: var(--white);
  margin: 10px 0px 15px;
}
.article-left .carousel-item img {
  height: 385px;
  object-fit: cover;
  border-radius: 15px;
}
.article-left .carousel-inner {
  border-radius: 20px;
}
.article-left .carousel-caption {
  text-align: left !important;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 100%;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 75px 50px;
}
.article-row .article-hdg {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0px;
}
.article-hdg a {
  color: var(--black);
}
.article-hdg a:hover {
  color: var(--purple);
}
.old-entries {
  margin-top: 50px;
}
 
@media (min-width: 1200px) {
  .ftr-servs-clmn,
  .ftr-desc-clmn {
    padding: 0px 50px;
  }
  .container {
    max-width: 1155px;
  }
  .left-div {
    padding-right: 100px;
  }
  .left-div p {
    margin: 19px 0px;
  }
  .artical .grid-row {
    grid-template-columns: repeat(3, 33.33%);
  }
  .explore-guru .grid-row {
    gap: 54px 20px;
  }
}

@media (max-width: 767px) {
  .grid-container {
    grid-template-columns: auto auto;
    grid-gap: 15px 15px;
  }

  .grid-row {
    grid-template-columns: auto;
    gap: 25px 0px;
  }
  .grid-item a {
    max-width: 181px;
    width: 100%;
  }
  .banner {
    background-position: left center !important;
  }
  .works .col-md-4:last-child .d-flex {
    border-bottom: 0px;
  }
  .works .col-md-4 .d-flex {
    border-bottom: 1px solid #dadada;
    padding: 15px 0px;
  }
  .works .col-md-4 {
    border-right: 0px;
  }
  .clmn-reverse {
    flex-direction: column-reverse;
  }
  .srvc-row img {
    padding-bottom: 20px;
  }
  .social-icon,
  .copy-right {
    text-align: center !important;
    margin-top: 10px;
  }
  .playpause {
    left: auto;
    right: 12px;
    top: auto;
    bottom: 35px;
  }
  .artical .container > .d-flex {
    display: block !important;
  }
  .contact-right {
    padding: 20px 12px 0px;
  }
  .left-div {
    padding-bottom: 30px;
  }
  .works-sec-right-desc,
  .works-sec-left-desc {
    padding: 20px 12px 0px;
  }
  .pagination-number li {
    margin: 0px 4px;
  }
  .user-img {
    text-align: center;
  }
  .user-info-left > .d-flex,
  .feedback-btn-group {
    display: block !important;
  }
  .user-info-inner {
    padding: 0px;
    margin: 15px auto;
    display: table;
  }
  .feedback-btn-group a.btn.cstm-btn {
    margin: 0px auto 15px;
    display: table;
  }
  .guru-btn-group .btn {
    margin: 0px 2px;
    padding: 13px 3px;
  }
  .guru .slick-next {
    right: 0px;
  }
  .reviews a.btn.cstm-btn {
    margin-top: 20px;
  }
  .profile-quote-img {
    top: -12px;
    left: 10px;
    width: 40px;
  }
  .cstm-tabs .nav-pills .nav-link,
  .cstm-tabs .nav-item a {
    font-size: 14px;
    margin: 0px 5px;
  }
  .profile-info.user-info .profile-top-row .user-img img {
    width: 100px;
    height: 100px;
  }
  .share-box-btn {
    width: calc(100% - 115px);
    margin-left: 15px;
  }
  .post-btn {
    padding: 15px 15px;
    margin-bottom: 10px;
  }
  .guru-check .form-check {
    margin: 0px 3px 10px;
    width: 48%;
  }
  .guru-check {
    flex-wrap: wrap;
  }
  .article-left {
    margin-bottom: 30px;
  }

  footer .col-6 {
    padding: 10px 12px !important;
  }
  .upl .input-group {
    margin: 10px !important;
  }
  p.usern{
	text-align: center;
}
  img.img-fluid.wal-avt{
	max-height: 100px;
	max-width: 100px;
	margin-bottom: 15px;
  }
  .cover-banner-inner {
    margin-top: 0px!important;
}
}

@media (max-width: 1199px) {
  /*header {
    padding-top: 10px;
}*/
  .main-banner,
  .inner-banner {
    padding: 150px 0px 50px;
  }
  h2 {
    font-size: 32px;
    line-height: 45px;
  }
  h3 {
    font-size: 29px;
    line-height: 32px;
    padding-left: 10px;
  }
  .title {
    font-size: 40px;
    line-height: 40px;
  }
  .srvc-row,
  footer {
    padding-top: 50px;
  }
  .works,
  .industry,
  .reviews,
  .artical,
  .client,
  .our-mission,
  .contact,
  .contact-info,
  .login-sec,
  .explore-guru {
    padding: 50px 0px;
  }
  .rate h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .guru {
    padding: 50px 0px 100px;
  }
  .reviews h2 {
    font-size: 38px;
  }
  .copy-right-sec {
    padding-top: 15px;
  }
  #carouselExampleIndicators-client {
    margin-top: 40px;
  }
  .grid-container {
    padding: 45px 0px 53px;
  }
  .artical .grid-row {
    margin-top: 20px;
  }
  .search-bar {
    margin-top: 40px;
  }

  /*----- header css ----*/
  .navbar-toggler.collapsed span:after,
  .navbar-toggler span:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 30px;
  }
  .navbar-toggler.collapsed span:after {
    content: "\f0c9";
  }
  .navbar-toggler {
    padding: 0px;
  }
  .navbar-toggler span:after {
    content: "\f00d";
  }
  .cstm-btn.cstm-sign-up {
    color: var(--black) !important;
    border: 1px solid var(--black) !important;
  }
  .main-menu li a:hover,
  .main-menu ul li.active a,
  .main-menu li:last-child {
    border-bottom: 0px;
  }

  /*---- About Us ---*/
  .about-service {
    padding: 0px 0px 50px;
  }

  /*---- Contact us ---*/
  .contact-form {
    margin: 30px auto 0px;
  }
  .contact-left {
    padding-right: 0px;
  }

  /*---- Login page ---*/
  .form-sec {
    padding: 40px 10px;
  }
  .sign-up-form,
  .form-padng .form-sec {
    padding: 15px 10px 40px;
  }
  .registrn-hdg,
  .form-padng h2 {
    margin-bottom: 30px;
  }
  .form-sec .form-group,
  .reset-form .form-group {
    margin-top: 15px;
  }

  /*--- How it works ---*/
  .works-sec {
    padding: 38px 0px;
  }
  .works-sec .row {
    padding: 15px 0px;
  }

  .follow-list li {
    font-size: 14px;
  }
  .review-row {
    padding: 0px 12px;
  }
  .admin-right {
    padding-left: 20px;
  }
  .profile-review-row p {
    margin: 20px 0px 0px;
  }
  .profile-review-row {
    padding: 10px 0px 40px 12px;
    margin-bottom: 20px;
  }
  .over-view-hdg {
    margin-bottom: 25px;
  }
  .feed-shared {
    padding: 23px 10px 0px;
  }
  .feed-shared-top {
    padding: 0px 10px;
  }
  .profile-top-row {
    padding: 24px 10px;
  }
  .post-desc {
    padding-top: 15px !important;
  }
  .user-info.profile-info {
    margin-top: -110px;
  }
  .profile-desc {
    padding: 20px 0px 30px;
  }
  .article {
    padding: 50px 0px 0px;
  }
  .article-left .carousel-caption {
    padding: 75px 15px;
  }
  .article-left .carousel-item img {
    height: 375px;
  }

  .footer-logo img {
    margin-bottom: 15px;
  }
  .main-menu li:last-child {
    padding-bottom: 0px;
  }
  .nav-item .dropdown-menu {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .grid-item {
    padding: 25px 15px;
    width: 174px;
  }
  .grid-container {
    grid-gap: 24px 15px;
  }
  .view > div {
    padding: 0px 20px;
  }
  .follow-list li {
    margin: 0px 4px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .grid-item a {
    height: 146px;
    width: 160px;
  }
  .grid-container {
    grid-gap: 24px 15px;
    padding: 45px 0px 53px;
    grid-template-columns: auto auto auto auto;
  }
  .icon i {
    height: 50px;
    width: 50px;
    font-size: 20px;
  }
  .work-desc {
    padding-left: 10px;
  }
  .work-desc h4 {
    font-size: 19px;
  }
  .step {
    margin-bottom: 12px;
  }
  .view > div {
    padding: 0px 10px;
  }
  .client-slider {
    max-width: 600px;
  }
  .follow-list {
    padding-left: 20px;
  }
  .form-label {
    font-size: 14px;
  }
  .article-left .carousel-caption {
    padding: 60px 15px;
  }
  .artical .grid-row {
    grid-template-columns: repeat(3, 31.33%);
  }
  .upl .input-group {
    margin: auto;
  }
}

@media (max-width: 991px) {
  .main-menu ul {
    display: block;
    background: #f5f6f8;
    padding: 20px;
  }
  .main-menu {
    z-index: 9;
  }
  .main-menu li {
    padding: 10px 0px;
    border-bottom: 1px solid #dadada;
  }
  .main-menu .cstm-btn {
    display: inline-block;
  }
  .user-info .user-img img {
    margin-bottom: 0px;
  }
  .profile-info.user-info .user-info-left .user-img img {
    margin-bottom: -120px;
  }
  .profile-desc {
    padding: 20px 0px 30px;
  }
  .user-review,
  .user-info-inner .user-name {
    justify-content: center;
  }
  .profile-info .user-info-left {
    text-align: center;
  }
  .edit1 {
    padding: 30px 0px !important;
  }
  .p-5 {
    padding: 20px 10px !important;
  }
  .py-3 {
    padding: 10px !important;
  }
  button.btn.btn-primary.save.m-5 {
    margin: 30px 10px !important;
  }
  .tabs-3 a {
    padding: 13px 30px !important;
  }
  .wrong-red,
  .success-green {
    margin: 10px !important;
  }
  .change-cv.mt-5.px-5 {
    padding: 10px !important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .main-menu li {
    padding-left: 10px;
  }
  .main-menu .cstm-btn {
    padding: 13px 10px;
  }
  .main-menu ul li a {
    font-size: 15px;
  }
  .profile-info .user-info-left {
    width: 35%;
  }
  .user-info-middle,
  .profile-post {
    width: 65%;
  }
  .profile-info .row {
    justify-content: end;
  }
  .artical .grid-row {
    grid-template-columns: repeat(3, 31.9%);
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .main-menu li {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .artical .grid-row {
    grid-template-columns: repeat(3, 33.33%);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .works-sec-right-desc {
    padding-left: 50px;
  }
  .client .carousel-control-next {
    right: -35px;
  }
  .client .carousel-control-prev {
    left: -35px;
  }
  .profile-quote-img {
    width: 60px;
  }
}

@media (min-width: 1350px) {
  .container-fluid {
    padding: 0px 50px;
  }
}
@media (min-width: 1025px) {
  .explore-guru .grid-row {
    grid-template-columns: auto auto auto auto;
  }
  .flow{
	text-align: center;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .user-review li {
    margin-left: 15px;
    font-size: 12px;
  }
  .user-info-inner .user-name {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .profile-column {
    margin-bottom: 20px;
  }
  .mx-5{
	margin: 10px!important;
} 
  .px-5{
	padding: 10px!important;
} 
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 110px;
  background-color: #922299;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  font-weight: 500;
  z-index: 1;
  bottom: 150%;
  left: 100%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #922299 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.text {
  color: #000;
  line-height: 30px;
  padding-top: 30px;
  text-align: left;
}

.d {
  text-align: left !important;
}
.detail {
  width: 600px;
}

.prof {
  justify-content: space-between;
}

button.btn.btn-primary.save {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 13px 29px;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 18px !important;
  border-radius: 5px;
}

button.btn.btn-primary.save:hover {
  background: var(--white);
  color: var(--black) !important;
}

.edit1 {
  padding: 50px;
}

.sides-btn {
  width: 211px;
  margin: 15px 34px !important;
  border-radius: 5px !important;
  border: none !important;
  text-align: center;
}

a.btn.btn-primary.sides-btn {
  padding: 0px !important;
}

.side-one {
  margin-bottom: 20px;
}

.sd-edit {
  background-color: #f5f6f8;
  border-radius: 5px 0px 0px 5px;
  z-index: 1;
  border-right: 1px solid #e5b8f4;
  padding: 0px !important;
}

.row.profile-pg {
  border: 1px solid #e5b8f4;
  border-radius: 5px;
}

label.form-label {
  color: #922299 !important;
  font-weight: 600;
}

#ic-side {
  background: #922299;
  border-radius: 3px 0px 0px 3px;
  height: 45px;
  width: 45px;
  margin: 0px;
  color: #fff;
  padding: 10px;
  float: left;
  font-size: 24px;
}

a.btn.btn-primary.sides-btn {
  background-color: #fc469f !important;
  border: 1px solid #f5f6f8 !important;
}

a.btn.btn-primary.sides-btn:hover {
  background-color: transparent !important;
  border: 1px solid #922299 !important;
  color: #000;
}

.dropdown-toggle.sett {
  font-weight: 600;
}

a.btn.btn-primary.sides-btn:hover #ic-side {
  color: #fff !important;
}

ul.sidebar-d {
  margin: 0px 20px;
  width: fit-content;
}

.all-lef-btn {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

ul.sidebar-d li a:hover {
  color: #922299;
}

ul.sidebar-d li {
  color: gray;
  margin-bottom: 15px;
}

ul.sidebar-d li a {
  color: gray;
  font-weight: 500;
  padding: 10px;
}

h6.side-pro {
  padding-top: 12px;
}

i#ic-setting {
  width: 30px;
}

i#pr-ic {
  background: #eee;
  height: 38px;
  text-align: center;
  width: 38px;
  display: flex;
  border-radius: 5px;
  font-size: 18px;
  align-items: center;
  color: gray;
  justify-content: center;
}

.side-one h5 {
  color: gray;
}

.upl .input-group {
  width: fit-content !important;
  margin: auto;
}

input#inputGroupFile01 {
  background-color: #922299;
  border: none !important;
}

.upl {
  border: 5px dashed #ddd;
  padding: 100px 0px;
  text-align: center;
}

.caution {
  background-color: #ddd;
  border-radius: 5px;
  border-left: 5px solid #922299;
  padding: 15px 15px 5px 15px;
}

h6.pr-head {
  color: #922299;
}

.side-two a {
  background-image: linear-gradient(
    to right,
    #922299,
    #922299 50%,
    #808080 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 3px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.side-two a:before {
  content: "";
  background: #922299;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.side-two a:hover {
  background-position: 0;
}

.side-two a:hover::before {
  width: 100%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.success-green {
  background-color: #eee;
  border-radius: 5px;
  border-left: 5px solid #4bb543;
  padding: 15px 15px 5px 15px;
}

.wrong-red {
  background-color: #eee;
  border-radius: 5px;
  border-left: 5px solid #ff3c3c;
  padding: 15px 15px 5px 15px;
}

.slider.on-off {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.delt a {
  color: #fff;
  background-color: #ff3c3c;
  border-radius: 5px;
  padding: 13px 20px;
}

.slider.on-off:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider.on-off {
  background-color: #922299;
}

input:focus + .slider.on-off {
  box-shadow: 0 0 1px #922299;
}

input:checked + .slider.on-off:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.on-off.round {
  border-radius: 34px;
}

.slider.on-off.round:before {
  border-radius: 50%;
}

.side-av .user-img img {
  margin-bottom: 20px;
  border: 15px solid #f4f4f4;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.side-av .user-img {
  max-width: 150px;
  margin: auto;
  position: relative;
}

.bbt1 {
  border-bottom: 1px solid #eee !important;
}

.col-lg-9.all {
  padding: 0px;
}

.bbt2 {
  border-bottom: 1px solid #e5b8f4;
}

.input-group.files input {
  color: #fff !important;
}

.side-one {
  border-bottom: 1px solid #e5b8f4;
}

a.delt-bt {
  background-color: #922299;
  padding: 13px 50px;
  color: #fff;
  border-radius: 5px;
}

.add-post-form {
  margin-top: 20px;
}

.nav-pills .nav-link.active {
  color: #000;
  background-color: #ddd;
}

.profiles-nm {
  background-color: #f5f6f8;
  border-bottom: 1px solid #ccc;
  font-size: 17px;
}

.nav-pills .nav-link {
  border-radius: 0px !important;
}

.upl-tabs-pr {
  border: 1px solid #ccc;
}

.nav-link.tab-new {
  color: #000;
  padding: 12px;
}

.overview-sec h3 {
  font-size: 28px !important;
}

a.pst-read {
  background-color: #922299;
  border-radius: 5px;
  color: #fff;
  padding: 13px 20px;
}

ul.pst-menu {
  color: gray;
}

#memb-ic {
  color: #000;
  font-size: 24px;
}

#memb-ic:hover {
  color: #922299;
}

#msg-icn {
  font-size: 24px;
}

.msg-tp {
  background-color: #f5f6f8;
}

.data-msg {
  border-bottom: 1px solid #eee;
}

.all-prof-ic {
  color: #000;
  font-size: 24px;
}

.all-prof-ic:hover {
  color: #922299;
}

img.img-fluid.msg-avat-top {
  height: 32px;
  width: 32px;
  margin-left: 20px;
  border-radius: 100%;
}

span.name-gr {
  color: #922299;
  font-weight: bold;
  padding-right: 15px;
}

.txt-ar {
  width: -webkit-fill-available;
}

i.fas.fa-paper-plane.snd {
  color: #922299;
  font-size: 32px;
}

i.fas.fa-paper-plane.snd:hover {
  color: #000;
}

.msg-prf-avt {
  height: 60px;
  max-width: 60px;
  object-fit: cover;
  border-radius: 100%;
}

a.foll-btn {
  border: 1px solid #922299;
  color: #922299;
  font-weight: 600;
  border-radius: 100px;
  padding: 12px 25px;
}

a.foll-btn:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.tick {
  color: var(--pink);
  font-size: 16px;
  margin-right: 10px;
}

.data-not {
  background-color: #eee;
  border-radius: 5px;
  border-left: 5px solid #ffe15d;
  padding: 15px 15px 5px 15px;
}

.hgh {
  height: 65px;
}

.mediaz-icn {
  min-height: 128px;
  min-width: 128px;
}

div#upload-section {
  border: 2px dashed #ddd;
  padding: 20px 50px;
}

form#AllMedia {
  width: auto;
}


button.btn.btn-secondary.dropdown-toggle.mediaz {
  background: none;
  border: none;
  color: #922299;
}

button.btn.btn-primary.add-alb {
  background: #858585;
  color: #fff;
  border: none;
  border-radius: 0px;
}

ul.dropdown-menu.show {
  border-width: 1px 1px 0px 1px;
  border-color: #bcbcbc;
  border-style: solid;
}

.loader-img {
  display: none;
}

select.form-select.test-media {
  width: 150px;
  margin-left: 20px;
}

.edit-med {
  display: none;
  background: #f5f6f8;
  width: fit-content;
  padding: 5px 10px;
}

.edit-med a {
  color: #000;
}

.show-med:hover .edit-med {
  display: block;
}

.show-med {
  height: 132px;
}

hr.review-line {
  height: 1px !important;
  background-color: #795c5c !important;
}

.terms p {
  color: #000 !important;
}

button.btn.btn-outline-primary, .outline{
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px 16px;
}

.modal.conditions {
  overflow: hidden !important;
}

.modal-body.terms {
  overflow-y: scroll !important;
  height: 73vh;
}

.tnc {
  margin: 15px auto !important;
}

.home-search-result {
  width: 100%;
  position: absolute;
  top: 46px;
}
.home-search-result ul.list-group {
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}
.home-search-result ul li:hover {
  background-color: #eee;
}

img.srch-avt {
  max-height: 50px;
  max-width: 50px;
  margin-right: 20px;
}

.home-search-result li {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

li.list-group-item.src-prf {
  height: 66px !important;
}

.info-sec.follow-log.rgt {
  padding-right: 0px !important;
}

i.fa-sharp.fa-solid.fa-star.active {
  color: #fcbb13;
}

img.img-fluid.prf-testmnl {
  padding: 10px;
  border-radius: 100%;
  background: #fff;
  min-height: 100%;
  min-width: 100%;
}

.user-info-inner .user-name {
  margin-bottom: 0px !important;
}

p.usern {
  font-weight: 600;
  font-size: 18px;
}

.over-view-hdg, .over-prof{
  background-color: #f5f6f8;
  }
  
.reg-st a{
	color: grey;
	padding: 0px 15px;
	font-size: 16px;
}
 
.reg-st a:hover i.fas.fa-circle-dot{
	color: #000;
}

.reg-st a.active i.fas.fa-circle-dot{
    color: #000;
}


i.fas.fa-circle-dot {
    border: 1px solid #000;
    color: #fff;
    border-radius: 100px;
}

.outline:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}


.preview {
	text-align: center;
	overflow: hidden;
	width: 150px; 
	height: 150px;
	margin: 10px;
	border: 1px solid #f4f4f4;
	border-radius: 100%;
}

.modal-lg{
	max-width: 1000px !important;
}
	
.cropper-crop-box, .cropper-view-box {
	border-radius: 100%;
}

.cropper-view-box {
	box-shadow: 0 0 0 1px #39f;
	outline: 0;
}

div#cropmodal{
  overflow: hidden!important;
}

.modal-content.crop{
  overflow-y: scroll!important;
  height: 90vh!important;
}

a.delete-rev{
	color:#000;
	font-weight: bold;
	margin-right: 15px;
}

a.delete-rev:hover{
	color: #922299;
}

.g-height-50 {
        height: 50px;
    }
    .g-width-50 {
        width: 50px !important;
    }
    @media (min-width: 0){
        .g-pa-30 {
            padding: 2.14286rem !important;
        }
    }
    .g-bg-secondary {
        background-color: #FAFAFA !important;
    }
    .u-shadow-v18 {
        box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.15);
    }
    .g-color-gray-dark-v4 {
        color: #777 !important;
    }
    .g-font-size-12 {
        font-size: 0.85714rem !important;
    }
    .media-comment {
        margin-top:20px
    }
    .singleImageCanvasContainer{
        overflow: hidden;
        height: 200px;
        width: 30%;
        display: inline-block;
        position: relative;
        padding-right: 0px;
        margin-right: 15px;
        border: 2px solid #DFDFDF;
        margin-bottom: 10px;
        padding: 4px;
        border-radius: .25rem;
    }
    .singleImageCanvasContainer .singleImageCanvasCloseBtn{
        position: absolute;
        right: 0;
    }
    .singleImageCanvasContainer .singleImageCanvas{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	
	
.sv-bck a{
	background-color: #000;
	color: #fff;
	padding: 5px 10px;
}

.nav-link.edts{
	color: #922299!important;
}

a.ed-rg{
	padding-right: 10px;
}

h6.blck {
    background-color: #000;
    color: #fff;
    padding: 0px 8px;
    display: flex;
    margin-left: auto;
    width: fit-content;
}

button.btn.btn-primary.ad-med {
    background: #fff;
    border-color: #fff;
    color: #922299;
	width: 100%;
	text-align: left;
}

li.med:hover, button.btn.btn-primary.ad-med:hover{
	background-color: #000;
	border-color: #000;
	color: #fff;
}

a.pst-bl{
	background-color: #922299;
	border-radius: 100px;
	padding: 12px 40px;
	color: #fff
}

a.pst-bl:hover{
	background-color: #000;
}

.wall-tb button.nav-link{
	color: grey!important;
	background-color: #eee;
    border-radius: 100px;
	border-color:#fff!important;
}

.wall-tb button.nav-link.active{
	border-color:none!important;
}

.nav-tabs.wall-tb {
    border-bottom: none!important;
}

.no-activity {
    background-color: #eee;
    border-radius: 5px;
    border-left: 5px solid orange;
    padding: 12px;
}

button.btn.search-icon.wal{
	padding: 12px 20px!important;
	background-color: #922299!important;
	border-color: #922299!important;
}

button.btn.search-icon.wal:hover{
	background-color: #000!important;
	border-color: #000!important;
}

.cstm-tabs.media-list li{
	padding: 8px 0px!important;
}

.new-msg {
    background-color: #fc469f;
    padding: 2px 12px;
    color: #fff;
    border-radius: 5px;
	margin-top: 48px
}

.bp-new-msgs{
	background-color: #FCE2DB;
}

.cover-banner-inner{
	margin-top:92px;
}

img.img-fluid.admin-cstm-cover{
	max-height: 164px;
    width: -webkit-fill-available;
	width: -moz-available;
	object-fit: cover;
}

select.filter-notfication {
    background-color: transparent!important;
    border: none!important;
    font-weight: 600;
    color: #000!important;
}

a.rdr {
    color: #000;
    font-weight: 600;
}

i.icn-rdr {
    color: #fff;
    background-color: #000;
    border-radius: 100%;
    padding: 6px;
    margin-right: 10px;
}

table.notifications {
    width: 100%;
}

i.prpl-icn {
	color: #fff;
    background-color: #922299;
    border-radius: 5px;
    padding: 10px 8px;
}

input.chck-notify {
    height: 22px;
    width: 22px;
}

button.btn.apply {
	background-color: #922299;
	border-color: #922299;
	padding: 10px;
}

button.btn.apply:hover {
	background-color: #000;
	border-color: #000;
}

.notification-description a{
	color: gray;
}

section.prof-back-cstm {
    background-position: center;
	
}

.no-notification {
    background-color: #ddd;
    border-radius: 5px;
    border-left: 5px solid #FFC93C;
	padding:15px;
}

.success-green.notification{
	padding: 15px!important;
}

a.lightbox.profl-lt img {
	height: 150px;
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
	margin: 20px;
}

.lightbox-target {
	position: fixed;
	top: -100%;
	width: 100%;
	background: rgba(0,0,0,.9);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
	z-index: 9999;
 
}

.lightbox-target img {
	margin: auto;
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom: 0;
	max-height: 0%;
	max-width: 0%;
	box-sizing: border-box;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
  
}

a.lightbox-close {
	display: block;
	width:50px;
	height:50px;
	box-sizing: border-box;
	background: white;
	color: black;
	text-decoration: none;
	position: absolute;
	top: -80px;
	right: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

a.lightbox-close:before {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top:10px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}

a.lightbox-close:after {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top:10px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.lightbox-target:target {
	opacity: 1;
	top: 0;
	left:0;
	bottom: 0;
}

.lightbox-target:target img {
	max-height: 100%;
	max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
  top: 0;
}

.artcle-clmn img {
    width: 100%;
    height: 268px;
    object-fit: cover;
	border: 1px solid #eee;
}

	
.artcle-clmn{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding: 10px;
}

.rating-input i.fa {
    color: #922299;
    font-size: 20px;
}

.new-msg.meu-notif {
    background-color: #fc469f;
    padding: 2px 5px;
    color: #000;
    border-radius: 5px;
    margin-top: 0px;
	margin-left: 6px;
    width: fit-content;
}


i.fa.fa-bell.meu-bell-notif {
    color: #fff;
    margin-left: 6px;
    margin-top: -22px;
	background-color: #fc469f;
    padding: 6px;
    border-radius: 50%;
	position: absolute;
	top: 10px;
	right: -10px;
}

.nav-item.dropdown > a:hover i.fa.fa-bell.meu-bell-notif{
	color: #fff;
	background-color: #fc469f;
}

.dropdown-menu .dropdown-item:hover .new-msg.meu-notif{
    color: #fff;
}

.ember-view.justify-content-end.d-flex{
	margin-left: auto;
}


a.menu-main-tp-drop{
	position: relative;
}

.add-rev-clc i.fa.fa-star {
	color: #922299;
} 

.slct-icn input{
	padding: 8px!important;
}

.categ-post p{
	background-color: #922299;
	width: fit-content;
	color: #fff;
	text-transform: uppercase;
	padding: 2px 12px;
}

.avt-pst-details hr{
	margin: 5px 0px!important;
    width: -webkit-fill-available;
}

.avt-pst-details{
    width: -webkit-fill-available;
	width: -moz-available;
}

.nav-item.dropdown{
	width: fit-content;
}

.adm-msg{
	color: #000!important;
}

ul.prof-point-show li {
    background: #922299;
    border-radius: 5px;
    padding: 3px 5px;
    color: #fff;
    margin: 0px 10px;
}

.msg-tp a{
	color: #000;
}


.wal-new-noti {
    background-color: white;
    margin-left: auto;
    border-radius: 12.8px;
	padding: 10px;
	border: 1px solid #00000014;
}

section.wal-tp-noti{
	margin-top: -110px;
}

.wal-new-noti a {
    color: #999;
    align-items: center;
    display: flex;
    flex-flow: column;
}

.wal-new-noti a:hover{
	color: #000;
}

.wal-new-noti i{
	font-size: 26px;
}

ul.social-ic-prof li a{
	color: #922299!important;
	font-size: 20px;
}

ul.social-ic-prof li a:hover{
	color: #000!important;
}

ul.wal-left-side li a{
	color: #000;
}

.wal-new-tp{
	position: relative;
}

.new-noti-wal {
    position: absolute;
    top: -5px;
    left: 50px;
    background-color: #fc469f;
    color: #fff;
    padding: 0px 5px;
    line-height: 20px;
    border-radius: 5px;
}

span.copy-prfl-btn{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: var(--gray);
}

span.helpfulReviewJs, span.rep {
    cursor: pointer;
}

section.user-info.profile-info.wal-pg-inf {
    margin-top: -20px!important;
}

ul.service-list.home-pg-serv li{
	display: flex!important;
	width: 280px;
}

ul.service-list.home-pg-serv li i{
	margin-right: 8px;
}

a.notify-new-response {
    background-color: #922299;
    padding: 5px 15px;
    border-radius: 30px;
    color: #fff;
}

a.notify-new-response:hover {
	background-color: #000;
}

table.notifications {
    border-collapse: separate;
    border-spacing: 0 10px;
}

span.user-nm.notif{
	font-size: 14px;
	color: #000;
}

a.notify-new-response.already{
	background-color: #808080!important;
}

a.notify-new-response.already:hover{
	background-color: #808080!important;
	cursor: default;
}

.lik-shr-com{
	padding: 12px 0px;
}

.lik-shr-com a, .add-comment-like{
	color: #808080;
}

.lik-shr-com a:hover, .add-comment-like:hover{
	color: #000;
	cursor: pointer;
}

.rev-return i, .explr h4 i{
    color: var(--pink);
    font-size: 16px;
    margin-left: 5px;
}

.explr h4 i{
    font-size: 22px!important;
}


ul.dropdown-menu.sort-data-pst.show{
  left: 79%!important;
}

.lik-shr-com.detal {
    padding-bottom: 0px!important;
}

.pst-cmnt {
    color: #808080;
	font-size: 13px!important;
}

.pst-upload-tm{
	color: #808080!important;
}

.post-user-name {
    font-weight: 500;
}

.alreadyliked{
	color: #922299!important;
}

a.post-mg-open img {
    height: 100%!important;
    border: none!important;
    box-shadow: none!important;
    margin: 0px!important;
}

.prof-sec-toltp{
	opacity: 1!important;
}

ul.dropdown-menu p{
	margin-bottom: 0px!important;
}

img.post-mg-open{
    height: auto;
    width: 100%;
    object-fit: cover;
	cursor: pointer;
}

.leave-cmnt-box textarea{
	max-height: 46px!important;
	padding: 10px 30px 10px 20px!important;
}

img.sml-prof-usr {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 100px;
    margin-right: 12px;
}

p.load-comments{
	padding-left: 1rem;
	cursor: pointer;
	padding-top: 1rem;
}

p.load-comments:hover{
	color: #000;
}

li.nav-item a.dropdown-item{
	display: flex!important;
}

.post-modal .modal-dialog {
    max-width: 100%!important;
    margin: 25px 50px!important;
    max-height: 100vh;
}

textarea.repost-desc{
   border: none!important;
}

.carousel.slide.testmon .carousel-item{
	min-height: 300px!important;
}

.modal-dialog.rep {
    max-width: 660px!important;
}

.leave-cmnt-box textarea{
    border-radius: 30px!important;
}

a.dropdown-toggle.repst:after{
	display: none!important;
}

.inner-cl-pst .post-share-column{
    border-radius: 0px!important;
    margin-top: 0px!important;
}

.modal-body.side-rgt-4{
	padding: 0px!important;
	background-color: #565656!important;
}

.inner-cl-pst .profile-column{
	border: none!important;
}

.inner-cl-pst{
	background-color: #fff;
	overflow-y: auto;
	height: calc(100vh - 50px);
}

.leave-cmnt-box{
	position: relative;
}

i.fas.fa-paper-plane.post-comment {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 30px;
	font-size: 24px!important;
}

.lik-shr-com i{
	font-size: 19px!important;
}

.post-modal{
	overflow: hidden!important;
	max-height: calc(100vh - 25px)!important;
}

.post-modal.modal-content{
	border: none!important;
}

.rep-wth-cap{
	z-index: 9999!important;
}

.rep-box-main{
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #bcbcbc;
	margin: 15px;
}

img.rep-lik-ths{
	width: 28px!important;
    height: 28px!important;
}

.rep-lik-short{
  border-bottom: 1px solid #00000014;
 }
 
 i.fa-solid.fa-circle-check {
   color: var(--pink)!important;
}

.rep-blk-mod {
    overflow: hidden!important;
    max-height: calc(100vh - 20px);
}

.rep-blk-mod .modal-body {
    max-height: calc(100vh - 63px)!important;
    overflow-y: auto;
    background-color: #ccc;
	padding: 0px 0px 20px 0px;
}

span.repostsModal{
	cursor: pointer;
}

.upl-pho-liv .nav-link.active{
	color: #000!important;
}

.upl-pho-liv .nav-link{
	color: #495057!important;
}

.parent-div-post.brd-rep {
    border: 1px solid #bcbcbc!important;
    border-radius: 5px 5px 0px 0px;
    margin: 15px;
}

img.img-fluid.start-pst-prof {
   width: 48px!important;
    height: 48px!important;
	border: none!important;
}

.profile-column.reposted-post-prf-sec {
    border: none!important;
    border-radius: 0px!important;
    margin-bottom: 20px;
	margin-top: 0px!important;
}

input.chck-notify[type='checkbox']:checked {
  accent-color: #922299!important;
  border-color: #922299!important;
}

.emojionearea.focused {
    border-color: #922299!important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(146 34 153/ 40%)!important;
}

.user-info-middle{
	padding: 0px 17.5px;
}

.wal-pg-bx{
    border: 1px solid #d7d7d7;
    margin-top: 20px;
    border-radius: 5px 5px 0px 0px;
}

.wal-desc-sec{
    margin: 50px 0px;
}
@media (min-width: 0px) and (max-width: 767px){
  .large-previewer{
	width:320px!important;
	height:320px !important;
}
}
@media (min-width: 767px){
  .container.wal-pg-detail{
	max-width: 768px!important;
  }

}

.wal-pg-bx img.post-mg-open{
	cursor: default!important;
}

img.img-fluid.prf-avt {
    border: 2px solid #fff;
    border-radius: 100px;
    object-fit: cover;
}

img.img-fluid.start-pst-prof{
	border: 12px solid #fff;
}

hr{
	margin: 0.5rem 0!important;
}

section.user-info.profile-info.wal-pg-inf {
    background-color: #f5f6f8;
}

span.post-like{
	font-size: 12px;
}

.industry .grid-item:hover {
    transform: translateY(-3px);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
    border-radius: 15px;
}

.industry .grid-item:hover {
    transition: box-shadow .3s ease,transform .3s ease;
}

.payment-dlr {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
}

.card-pmnt-right{
	position: relative;
}

.card-pmnt-right h4 {
    position: absolute;
    top: 28%;
    left: 5%;
    right: 0;
    margin: auto;
    transform: skewy(30deg);
    color: #932298;
	font-size: 22px;
}

div#addReviewModal{
	z-index: 9999;
}
.checkout-subs .form-sec{
	border: none!important;
}
.definition{
	margin-left:35px;
}
.definition li{
	margin-bottom: 10px;
    list-style-type: disc;
    color: gray;

}

#subscribe-form {
    position: relative;
}
.payment-overlay {
    position: absolute;
   background: #bababac7;
   left: 0;
   right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.payment-overlay img {
  height: 50px;
}

