.login-img {
  position: relative;
  background-image: url(../images_ex/bg-examwinner.png) !important;
}

.side-header .header-brand1 {
  text-align: left !important;
  margin: 0 0px !important;
}

.login-img::before {

  background: linear-gradient(to right, #ec202800 0%, #ec202800 100%) !important;

}

/* .header-brand-img { */
/* width: 45px !important; */
/* } */
.dark-mode .side-header .header-brand-img.desktop-logo {
  width: 145px;
}

img.header-brand-img1 {
  width: 155px;
}

.img-td {
  width: 40px;
  height: 40px;
  /* border-radius: 50% !important; */
  object-fit: cover;
}

.img-50 {
  width: 50px;
}

.profile-center {
  text-align: center;
}

.table-responsive .table td {
  vertical-align: middle;
}


.mt-30 {
  margin-top: 20px;
}

.float-right {
  float: right;
}

.visitor-list i {
  font-size: 18px;
  width: 35px;
  height: 35px;
  background-color: #cccccc7d;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.face-clr {
  color: #2318d3;
}

.insta-clr {
  color: #a80d84;
}

.twit-clr {
  color: #006fa8;
}

.link-clr {
  color: #3500c8;
}

.y-clr {
  color: #cc0606;
}

.side-header .header-brand-img.toggle-logo,
.side-header .header-brand-img.light-logo {
  height: 2.5rem !important;
}

.avatar {
  background: rgb(9 21 64 / 0%) no-repeat center/cover !important;
}

@media (max-width: 576px) {
  .page-header {
    display: flex !important;
  }
}

@media (max-width: 576px) {
  .header-brand-img {
    margin: 3px 0 0px 60px !important;
  }

  .header .dropdown-menu {
    top: 0.5rem !important;
  }
}

@media (max-width: 769px) {
  .dark-mode .app-header.header .header-brand-img.desktop-logo {
    display: block;
    width: 125px;
  }
}


.side-menu__item.active .side-menu__label {
  border-radius: 12px 0px 0px 12px;
  background: linear-gradient(90deg, #C70000 0%, rgba(199, 0, 0, 0.06) 100%);
  color: white;
  padding: 9px;
  margin-top: 0;
  font-size: 15px;
  font-weight: 500;
}

.video_uplaod {
  display: flex;
  align-items: center;
  margin: 0px 30px;
}

.video_uplaod a {
  border-radius: 16px;
  border: 0.6px solid #61C68A;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  color: #61c68a;

}
.video_uplaod a img{
  margin-right: 5px;
}
.header-right-icons span {
  margin-left: 5px;
  color: white;
}

.side-menu .side-menu__icon span {
  font-size: 20px;
}

.side-menu__item span.line {
  width: 100%;
  height: 1px;
  background-color: #34373C;
}

/* .explr_tab{
    overflow-x: scroll;
}
.explr_tab ul{
  display: flex;
}
.explr_tab ul li{
    border-radius: 19px;
    border: 0.95px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.08);
    padding: 8px 20px;
    margin-right: 10px;
}
.explr_tab ul li a{
  white-space: nowrap;
}
 */


/* explore slider */

.explr_tab .slick-slider .element {
  width: auto !important;
  background-color: #00000000;
  color: #d3d3d3;
  display: inline-block;
  margin: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
  padding: 8px 25px;
  border-radius: 19px;
  cursor: pointer;
  border: 0.95px solid rgba(255, 255, 255, 0.40);
}

.explr_tab .slick-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.explr_tab .slick-next i,
.explr_tab .slick-prev i {
  color: white;
  font-size: 25px;
}

.explr_tab .slick-next,
.explr_tab .slick-prev {
  position: absolute;
  top: 17%;
}

.explr_tab .slick-next {
  right: -10px;
}

.explr_tab .slick-prev {
  left: -10px;
}

.head_sec {
  color: #FFF;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 28px;
  width: fit-content;
}

.explr_tab .slick-slider .element.active,
.explr_tab .slick-slider .element:hover {
  border-radius: 19px;
  border: 0.95px solid rgba(199, 0, 0, 0.40);
  background: rgba(199, 0, 0, 0.20);
}

.explr_tab .slick-slider .element:nth-child(2) {
  position: relative;
  /* margin-left: 0; */
}

.explr_tab .slick-slider .element:nth-child(2)::after {
  position: absolute;
  content: "";
  right: -12px;
  height: 100%;
  width: 1px;
  background: #000;
  opacity: .2;
  top: 0;
}


.slick-slider .feed_element {
    max-width: 450px;
  background-color: #242730;
  color: #d3d3d3;
  display: inline-block;
  margin: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 19px;
  overflow: hidden;

}

.slick-slider .feed_element .card {
  background-color: transparent;
  border: none !important;
  margin-bottom: 0;

}

.feed_element .card .card-head {
  position: relative;
  height: 160px;
}

.feed_element .card .card-head .img_main {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feed_element .card .card-head .profile_feed {
  position: absolute;
  bottom: -25px;
  right: 25px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff8a;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feed_element .card .card-head .profile_feed img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;

}

.feed_element .card .card-head .feed_time {
  background-color: #24273070;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 10px;
  border-radius: 15px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.5px;
}

.feed_element .card .card-body {
  padding: 10px;
}

.feed_element .card .card-body .feed-name {
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.13px;
      display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.feed_element .card .card-body .description {
    height: 42px;
  color: #FFF;
  white-space: initial;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin: 5px 0;
}

.feed_element .card .card-body .date_rept {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feed_element .card .card-body .date_rept .date {
  color: #DDD;
  font-size: 12px;
  line-height: 12px;
}

.line-limit-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-limit-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.feed_slider .slick-next,
.feed_slider .slick-prev {
  position: absolute;
  top: -15%;
  width: 25px;
  height: 25px;
  border: 1px solid #a7a4a4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feed_slider .slick-next {
  right: 20px;
}

.feed_slider .slick-prev {
  right: 50px;
}

.feed_slider .slick-next i,
.feed_slider .slick-prev i {
  color: #dbd8d8;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.feed_element .dropdown-item {
  padding: 0.5rem !important;
}

.feed_slider .slick-disabled {
  opacity: .3;
}

.head_line {
  width: 80%;
  height: 1px;
  background-color: #34373C;
  margin-bottom: 7.48px;
  margin-left: 10px;
}

.explore_area .card {
  background-color: #242730;
  color: #d3d3d3;
  display: inline-block;
  border-radius: 19px;
   height:100%;
  border: none !important;
  margin-bottom: 0;
}
.explore_area .card  a{
	width:100%;
}

.explore_area .card .card-head .img_main {
  width: 100%;
  height: 100%;
  border-radius: 19px 19px 0 0;
  object-fit: cover;
}

.explore_area .card .card-head .feed_time {
  background-color: #24273070;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 10px;
  border-radius: 15px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.5px;
}

.explore_area .card-head .profile_feed {
  position: absolute;
  bottom: -25px;
  right: 25px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff8a;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow:hidden;
}

.explore_area .card .card-head {
  position: relative;
  height: 160px;
  display: flex;
}

.explore_area .card .card-head .profile_feed .img_pr {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.explore_area .card .card-body {
  padding: 10px;
}

.explore_area .card .card-body .feed-name {
color: #FFF;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.explore_area .card .card-body .description {
  color: #FFF;
  white-space: initial;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin: 3px 0;
}

.explore_area .card .card-body .date_rept {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.explore_area .dropdown-item {
  padding: 0.5rem !important;
}

.explore_area .card .card-body .date_rept .date {
  color: #DDD;
  font-size: 12px;
  line-height: 12px;
}

.explore_area .card-head .profile_feed.follow {

  border: 0.8px solid #0284FE;
  background: rgba(2, 132, 254, 0.30);
}

.explore_area .profile_feed.follow .follow_user {
  position: absolute;
  bottom: -6px;
  right: -9px;
  background: #2196F3;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}

.theme-layout {
  background: #c70000;
  border-radius: 20px;
  height: 2rem;
}

.dark-layout {
  background: white;
  border-radius: 20px;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:767px) {
  .header-right-icons span {
    display: none;
  }

  .video_uplaod a {
    font-size: 0;
    padding: 5px;
    border-radius: 10px;
  }
  .video_uplaod a img {
    margin-right: 0;
}

  .head_sec {

    font-size: 20px;
    margin-left: 0;
    margin-bottom: 7px;
  }
}

.light_ic {
  display: none !important;
}

.small_head {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
    display: flex;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.small_head span i{
	margin-left:10px;
}
.unread_noti {
  color: #ffffffa6;
  font-size: 14px;
  line-height: 22px;
}

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

.noti-date span {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 18px;
}

.color_white {
  color: rgba(255, 255, 255, 0.85);
}

.text-white {
  color: #fff;
}

.text-white-light {
  color: #C0C0C0;
}

.noti_card {
  display: flex;
  justify-content: space-between;
  margin-left: 35px;
}

.notification_card {}

.notification_card li {
  padding: 8px 18px;
  margin-bottom: 10px;
}

.noti-head-date {
  margin-left: 35px;
}

.notification_card li.active {
  background: rgba(199, 0, 0, 0.03);
  position: relative;
}

.notification_card li.active::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C70000;
  left: 35px;
  top: 45%;
}

.notification_card li .noti_pro_img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.notification_card li .noti_pro_img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.notification_card li .noti_cont {
  margin-left: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.notification_card li .noti_cont .noti_head {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.notification_card li .noti_cont .noti_head span {
  font-size: 14px;
  font-weight: 400;
}

.notification_card li .noti_cont .noti_date {
  font-size: 12px;
}

.not-msg-img {
  width: 60px;
  height: 60px;
}

.not-msg-img img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
}

.red_borderd_btn {
  border-radius: 18px;
  border: 0.8px solid rgba(199, 0, 0, 0.40);
  padding: 8px 25px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;

}

.red_filled_btn {
  border-radius: 20px;
  background: #c700007a;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 500;
  color: white;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}

.red_filled_btn img,
.red_filled_op_btn img {
  margin-right: 10px;
}

.red_filled_op_btn {
  border-radius: 20px;
  border: 0.8px solid rgba(199, 0, 0, 0.40);
  background: rgba(199, 0, 0, 0.10);
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

@media screen and (max-width:767px) {
  .noti-head-date {
    margin-left: 0;
  }

  .noti_card {
    margin-left: 0px;
  }
}

.profile-area {
  background-image: url(../images/profile_image/pr-bg.png);
  width: 100%;
  height: 100%;
  background-position: center;
}

.profile-image {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-animated-border {
  width: 100%;
  aspect-ratio: 1;
  animation: animName 5s linear infinite;
}

.prfle {
  position: absolute;
  width: 86%;
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.white_bordered_btn {
  border-radius: 16px;
  border: 0.8px solid rgba(255, 255, 255, 0.40);
  color: rgb(255 255 255);
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.24px;
}

.profile_dtls h4 {
  color: #FFF;
  font-size: 27px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;

}

.profile_cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}

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

.profile-more .option-dots {
  border: 1px solid white;
  aspect-ratio: 1;
}

.profile_bio p {
  color: #ffffffba;
  font-size: 15px;
  font-weight: 200;
  line-height: 28px;
}

.post_flw {
  display: flex;
}

.post_flw div,
.post_flw a {
  width: fit-content;
  text-align: center;
}

.post_flw div h4,
.post_flw a h4 {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.64px;
  margin-bottom: 5px;
}

.post_flw div p,
.post_flw a p {
  color: #ffffffba;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.18px;
  margin-bottom: 0;
}

.border_left_right {
  border-left: 1px solid rgba(52, 55, 60, 1);
  border-right: 1px solid rgba(52, 55, 60, 1);
}

.profile-area .nav-tabs .nav-link:hover:not(.disabled),
.profile-area .nav-tabs .nav-link.active,
.profile-area .nav-tabs .nav-link.active,
.profile-area .nav-tabs .nav-link {
  background-color: transparent;

}

.profile-area .nav-tabs .nav-link.active {
  border-bottom: 2px solid rgba(199, 0, 0, 0.5);
  opacity: 1;
}

.profile-area .nav-tabs {
  border-bottom: 1px solid #9f959526;
}

.posted_frame img.thumb_img {
  width: 100%;
  aspect-ratio: 1/1.1;
  border-radius: 10px;
  object-fit: cover;
}

.profile-area .nav-tabs .nav-link {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  opacity: .5;
}

.profile-area .nav-tabs .nav-link img {
  margin-right: 5px;
}

.dark-icon {
  display: none;
}

.border_bottom_light {
  border-bottom: 1px solid rgb(255 255 255 / 5%);
}

.heading_area h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.heading_area p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
}

.text-white-grey {
  color: #E2E2E2;
}

.catogory_select {
  width: 100%;
}



.catogery_card .catogery_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
}

.catogery_card .catogery_img.selected {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 2px solid rgba(56, 159, 102, 1);
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
}

.catogery_card .catogery_img.selected::after {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(56, 159, 102, 1);
  content: "\f00c";
  font-family: 'FontAwesome';
  right: 8%;
  top: 5%;
  color: #389f66;
  display: flex;
  align-items: center;
  background: black;
  justify-content: center;
}

.catogery_card .catogery_img img {
  width: 90%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.catogery_card h6 {
  color: #D5D5D5;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}

.frijo_icon {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.frijo_icon .red-bg {
  width: 70%;
}

.frijo_icon .coin_f {
  position: absolute;
}

.coin_count {
  font-size: 45px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.45px;
  display: flex;
  align-items: center;
}

.coin_count span {
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-right: 10px;
}

.frijo-dtls h6 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.round_line_button {
  border-radius: 36px;
  border: 1px solid #242424;
  background: #171717;
  padding: 4px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.red-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(199, 0, 0, 1);
  border-radius: 50%;
  color: white;
  margin-left: 10px;
}

.coin_count_card {
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.45px;
  display: flex;
  align-items: center;
  line-height: 34px;
}

.coin_count_card span {
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-right: 10px;
}

.point_card {
  width: fit-content;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.point_card .card_bg {}

.point_dtails {
  position: absolute;
  top: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.post_dots {
  width: 15%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.post_dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #279362;
  display: flex;
}

.post_dots.red span {
  background: #C73C00;
}

.point_head {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 35px;
}

.point_count_dtl p {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
  margin-bottom: 5px;
}

.verti-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.coin {
  font-size: 140px;
  width: 0.1em;
  height: 1em;
  background: #9b6420;
  margin: auto;
  position: absolute;

  -webkit-animation: rotate 3s infinite linear;
  animation: rotate 3s infinite linear;
  transform-style: preserve-3d;
}

.coin .side,
.coin:before,
.coin:after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  overflow: hidden;
  background: #9b6420;
  border-radius: 50%;
  right: -0.396em;
  text-align: center;
  line-height: 1;
  color: #9b6420;
  text-shadow: 1px 2px 0 #7a0413, -1px -2px 0 #460416;
  transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.coin .tails,
.coin:after {
  left: -0.396em;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
}

.coin:before,
.coin:after {
  background: #9b6420;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
}

.coin:after {
  transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
}

.imageCoin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-height: 1em;
  background-color: #9b6420;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotateY(360deg);
  }
}

.aboutMe a {
  display: block;
  width: 30%;
  position: fixed;
  bottom: 0;
  left: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.5em;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.select2-container--default .select2-selection--single {
  border: 0.4px solid #ffffff30 !important;
  border-radius: 15px;
}

.frijo-coin-table tr {
  border-bottom: 1px solid #80808047;
}

.frijo-coin-table .table td {
  padding: 1.73rem 0.73rem;

}

.table th {
  font-size: 18px;
  text-transform: initial;
}

.text-grey {
  color: #D7D7D7;
}

.coin_dtl-frijo {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.44px;
}

.coin_dtl-frijo span {
  margin-left: 20px;
}

.coin_dtl-frijo span.cred {
  color: #38D68E;
}

.coin_dtl-frijo span.deb {
  color: #C70000;
}

.order_dtl {
  font-size: 15px;
}

/* @media screen and (max-width:600px) {
  .coin {
    font-size: 80px;
  } 
} */
.centerd-cards {
  display: flex;
  justify-content: center;
  /* align-content: center; */
  align-items: center;
}

.firjo_pop .modal-content {
  background-image: url(../images/bg/pop-bg.png);
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.firjo_pop .modal-header {
  border-bottom: none;
}

.pop_left h2 {
  color: #FFF;
  font-size: 36px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0.72px;
}

.pop_left h2 span {
  background: -webkit-linear-gradient(rgba(199, 0, 0, 1), rgba(163, 22, 115, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.pop_left p {
  color: #E2E2E2;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
}

.red_line-button {
  border-radius: 35px;
  border: 0.2px solid #C70000;
  background: rgba(199, 0, 0, 0.05);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  width: fit-content;
  padding: 8px 10px;
  align-items: center;
}

.red_line-button .arriw-bt {
  background-color: #C70000;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  border-radius: 50%;
}

.red_line-button .arriw-bt span {
  font-size: 16px;

}

.firjo_pop .modal-body {
  padding: 2rem;
}

.pop_cardright {
  position: relative;
  border-radius: 17px;
  padding: 10px;
  box-shadow: 3px 3px 0px 2px #212121;
  border-left: 1px solid #212121;
  border-top: 1px solid #212121;
  z-index: 0;
}

.pop_cardright:hover {
  box-shadow: none;
}

.pop_cardright .star {
  display: flex;
  align-items: center;
  font-size: 9px;
  color: white;
  border: 1px solid white;
  width: fit-content;
  border-radius: 50px;
  padding: 2px 9px;
  margin-left: auto;
}

.pop_cardright .star span {
  color: rgba(199, 0, 0, 1);
  margin-right: 10px;
}

.pop_cardright .coin-amount {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  display: flex;
  margin-top: 20px;
  align-items: center;
}

.pop_cardright .coin-amount img {
  margin-left: 10px;
}

.pop_cardright h5 {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
  letter-spacing: 0.13px;
}

.pop_cardright .discount {
  font-size: 9px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.09px;
}

.pop_cardright .discount img {
  margin-right: 5px;
}

.price_frijo {}

.price_frijo h3 {
  margin-bottom: 0;
  text-align: center;
}

.pop_right_top {
  border-bottom: 1px solid #ffffff2b;
}

.price_frijo h3 span {
  margin-right: 10px;
}

.firjo_pop .btn-close {

  float: initial;
  font-size: 2.40625rem;
  font-weight: 300;
  line-height: 1;
  color: #ffe7e7;
  text-shadow: none;
  opacity: 1;
  transition: 0.3s color;
  /* margin-bottom: 58px; */
  position: absolute;
  top: 0;
  left: 15px;
  right: auto;

}

.pop_cardright:before {
  position: absolute;
  content: "";
  background: #171717;
  top: 3px;
  right: -3px;
  height: 100%;
  width: 100%;
  z-index: 0;
  border-radius: 17px;
  z-index: -4;
}

.pop_cardright:hover:before {
  background: linear-gradient(307deg, rgba(164, 21, 110, 0.5) 0%, rgba(199, 0, 0, 0.5) 49.85%);

}

.pop_cardright::after {
  position: absolute;
  content: "";
  background: #171717;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  border-radius: 17px;
  z-index: -1;
}


.video_off {
  border-radius: 25px 25px 0px 0px;
  background-color: #313131;
  border-top: 0;
  height: 75%;
}

.video_off .btn-close {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

.video_off .btn-close span {
  width: 250px;
  display: flex;
  height: 5px;
  opacity: 0.5;
  background: #FFF;
  text-align: center;
  border-radius: 9px;
}

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

.video_off .vidup_head h5 {

  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.52px;
  margin-bottom: 0;
}

.video_off .vidup_head button {
  border-radius: 21px;
  border: 0.8px solid rgba(199, 0, 0, 0.40);
  background: rgba(199, 0, 0, 0.06);
  padding: 10px 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  color: #fff;
}

.video_off .dropify-wrapper {
  height: auto;
  border-radius: 25px;
  border: 2px dashed rgb(177 173 173 / 24%);
  background: #1A1A1A;
  aspect-ratio: 1;
}

.video_off .dropify-wrapper .dropify-message p {
  font-size: 0;
  position: relative;
}

.video_off .dropify-wrapper .dropify-message p::after {

  content: "Select from Gallery ";
  font-size: 14px;
  color: white;
}

.video_off .discription .form-control {
    background: #31313185;
  border: 1px solid #5b5e6442;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.60);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.3px;
}

.video_off label,
.cat_more h6 {
  color: rgba(255, 255, 255, 0.90);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.32px;
}

.video_off .cat_more a {
  color: #D5D5D5;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0.12px;
  display: flex;
  align-items: center;
}

.video_off .cat_more a span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid grey;
  margin-left: 10px;
}

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

.video_off legend {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.video_off .control {
  display: inline-flex;
  position: relative;
  margin: 5px 5px 10px 5px;
  cursor: pointer;
  border-radius: 99em;
}

.video_off .control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.video_off .control__content {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 26px;
  color: rgb(255 255 255);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 99em;
  font-weight: 400;
      white-space: nowrap;
}

.video_off .control:hover .control__content {
  background-color: rgba(0, 0, 0, 0.1);
}


.video_off .control input:checked~.control__content {
  border: 0.6px solid rgba(199, 0, 0, 0.40);
}

.video_off .dropify-font-upload:before,
.video_off .dropify-wrapper .dropify-message span.file-icon:before {
  content: url(../images/icons/img.svg);
}

.video_off .dropify-font:before,
.dropify-wrapper .dropify-message span.file-icon:before {
  width: auto;
}

.lighted_img {
  display: none;
}




.saved_area .card {
  background-color: #242730;
  color: #d3d3d3;
  display: inline-block;
  border-radius: 19px;
  overflow: hidden;
  border: none !important;
  margin-bottom: 0;
}

.saved_area .card .card-head .img_main {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.saved_area .card .card-head .feed_time {
  background-color: #24273070;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 10px;
  border-radius: 15px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.5px;
}

.saved_area .card-head .profile_feed {
  position: absolute;
  bottom: -25px;
  right: 25px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff8a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.saved_area .card .card-head {
  position: relative;
  height: 160px;
  display: flex;
}

.saved_area .card .card-head .profile_feed .img_pr {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.saved_area .card .card-body {
  padding: 10px;
}

.saved_area .card .card-body .feed-name {
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.13px;
}

.saved_area .card .card-body .description {
  color: #FFF;
  white-space: initial;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin: 3px 0;
}

.saved_area .card .card-body .date_rept {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.saved_area .dropdown-item {
  padding: 0.5rem !important;
}

.saved_area .card .card-body .date_rept .date {
  color: #DDD;
  font-size: 12px;
  line-height: 12px;
}

.saved_area .card-head .profile_feed.follow {

  border: 0.8px solid #0284FE;
  background: rgba(2, 132, 254, 0.30);
}

.saved_area .profile_feed.follow .follow_user {
  position: absolute;
  bottom: -6px;
  right: -9px;
  background: #2196F3;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}

.saved_icons {
  position: absolute;
  top: 10px;
  left: 10px;
}

.contact_box {
  border-radius: 25px;
  border: 1px solid #34373C;
  background: #171717;
  padding: 50px 20px;
}

.contact_box .cont-left_top h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.contact_box .cont-left_top p {
  color: #A3A3A3;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.18px;
}

.cont-left_cntent {
  display: flex;
  margin-bottom: 20px;
}

.cont-left_cntent span {
  width: 60px;
  flex-shrink: 0;
}

.cont-left_cntent h4 {
  color: #B4B4B4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.9%;
  letter-spacing: 0.19px;
}

.cont-left_cntent h4 a {
  line-height: 30px;
}

.contact_form .form-group {
  border-bottom: 1px solid #ffffff33;
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.contact_form .form-group input {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 16px;
}

.contact_form .form-group span {
  border-radius: 50% !important;
  border: none;
  background: #252525;
  aspect-ratio: 1;
}


.contact_form .form-group textarea {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 16px;
}

.contact_form .form-group .input-group {
  align-items: flex-start;
  -ms-flex-align: flex-start;
}

.submit_btn button {
  border-radius: 27.06px;
  border: 0.82px solid #680D0D;
  background: #7D0A0A;
  color: #FFF;
  text-align: center;
  font-size: 16.4px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.328px;
  padding: 10px 20px;
}

.reg_phn {
  height: 36px;
}

.ln_lf {
  position: relative;
}

.ln_lf:after {
  position: absolute;
  right: 10%;
  height: 100%;
  width: 1px;
  background: rgba(52, 55, 60, 1);
  top: 0;
  content: "";
}

@media screen and (max-width:991px) {
  .ln_lf:after {
    right: 0;
    height: 1px;
    width: 100%;
    top: auto;
    bottom: 20px;
  }
}

@media screen and (max-width:767px) {
  .contact_box {
    padding: 15px 0px
  }
}

.help_headder h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.548px;
  letter-spacing: 0.6px;
}

.faq .panel-heading1 {
  background-color: #5797fc00 !important;
}

.faq .panel-title1 a {
  padding-left: 0;
  background-color: transparent !important;
  color: #B4B4B4 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.205px;
  letter-spacing: 0.322px;
}

.faq .panel-group1 .panel {
  border: none;
  border-bottom: 1px solid #ffffff63;
  border-radius: 0;
}

.faq .panel-group1 .panel-body {
  padding-left: 0;
}

.faq .panel-group1 .panel-body p {
  color: #B4B4B4;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.faq .panel-title1 a.active {
  color: #fff !important;
}

.faq .panel-heading1 a.collapsed:before {
  content: "\e92d";
  width: 26px;
  height: 26px;
  border: 1px solid gray;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
}

.faq .panel-heading1 a:before {
  content: "\e930";
  width: 26px;
  height: 26px;
  border: 1px solid gray;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
}

.frijo_ic {
  fill: #B80000;
}

.side-menu__item.active .frijo_ic {
  fill: white;
}

.help_headder p {
  color: #E5E5E5;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 153.4%;
  letter-spacing: 0.68px;
}

.success_vd {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.success_vd img {
  width: 300px;
}

.success_vd h4 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.342px;
}

.success_vd p {
  color: #E5E5E5;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.913px;
  margin-bottom: 5px;
}

.success_vd p strong {
  font-weight: 600;
}

.faild_vd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.faild_vd img {
  margin: 65px 0;
}

.faild_vd h4 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.342px;
  margin-bottom: 30px;
}

.faild_vd p {
  color: #E5E5E5;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.913px;
  margin-bottom: 5px;
}

.faild_vd a {
  border-radius: 20.85px;
  border: 1.042px solid rgba(199, 0, 0, 0.40);
  background: #C70000;
  padding: 8px 15px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.261px;
  margin-top: 25px;
}

.sm_head h6 {
  color: #808191;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  letter-spacing: 1.5px;
}

.vd_bg {
  background: #282828;
  border-radius: 0px 0px 0px 0px;
}

.vd_bg:nth-child(2) {
  border-radius: 15px 15px 0px 0px;
}

video {
  width: 100%;
}

.profile_areaa {
  display: flex;
}

.profile_areaa img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.name_and_dis {
  margin-left: 10px;
}

.name_and_dis p {
  color: #FFF;
  font-size: 13.277px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.133px;
  margin-bottom: 0;
}

.name_and_dis span {
  color: #D7D7D7;
  font-size: 10.213px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.vd_cnt_botm .like_count {
  color: #DADADA;
  font-size: 9.847px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  letter-spacing: 0.197px;
  align-items: center;
  border-bottom: 1px solid #808080b8;
  padding-bottom: 5px;

}

.vd_cnt_botm .like_count img {
  margin-right: 5px;
}

.vd_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.vd_content p {
  color: #D5D5D5;
  font-size: 14.195px;
  font-style: normal;
  font-weight: 300;
  line-height: 26.024px;
  letter-spacing: 0.284px;
}

.lk_dslk {
  color: #DADADA;
  font-family: Montserrat;
  font-size: 9.847px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  border-right: 1px solid #aba6a6a6;
  padding-right: 10px;
  width: 33%;
  justify-content: center;

}

.lk_dslk:last-child {
  border-right: none;
}

.lk_dslk img {
  margin-right: 5px;
  cursor: pointer;
}

.btm_vd {
  display: flex;
  padding-top: 10px;
}

.career_card {
  border-radius: 10px;
  border: 1px solid #686868;
  background: #242424;
  padding: 20px;
}

.career_card h4 {
  color: #CDCDCD;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0.3px;
}

.career_card p,.career_card p span,.career_card ol ,.career_card ol li,.career_card ol li span {
color: #D5D5D5 !important;
    font-size: 14.195px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 26.024px !important;
    letter-spacing: 0.284px;
}

.crer_card_dtl {
  display: flex;
  flex-wrap: wrap;
}

.crer_card_dtl span {
  border-radius: 4px;
  background: #D5D5D5;
  padding: 5px 8px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #242424;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.24px;
}

.dtl_btn {}

.red_filled_op_btn.filled {
  background-color: #5D0E0E;
}

.crer_card_dtl span.day_left {
  color: #5D0E0E;
}

@media screen and (max-width:767px) {
  .crer_card_dtl span {
    margin-bottom: 10px;
  }

  .career_card {
    padding: 5px;
  }
}

.small_head span {
color: #afafaf;
    display: flex;
    align-items: center;
	    margin-right: 5px;
}

.detail_carear_content p,
.detail_carear_content p span,
.detail_carear_content h6,
.detail_carear_content ul li {
  color: #D5D5D5 !important;
  font-size: 14.195px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 26.024px;
  letter-spacing: 0.284px;
}

.detail_carear_content ul {
  list-style: inside;
  margin-bottom: 10px;
}

h5.skill_head {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.3px;
}


.career_pay .modal-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 10px;
}

.career_pay .modal-body h5 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16.482px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.165px;
  margin-bottom: 20px;
}

.career_pay .modal-body p {
  color: #E5E5E5;
  font-size: 14.127px;
  font-style: normal;
  font-weight: 300;
  line-height: 24.723px;
  letter-spacing: 0.565px;
}

.career_pay .modal-body a {
  border-radius: 41px;
  background: #61C68A;
  color: #FFF;
  font-size: 16.482px;
  font-style: normal;
  padding: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.165px;
}

.career_pay .modal-content {
  border-radius: 21.191px;
  border: 0.741px solid #676767;
  background: #171717;
}

.career_pay .modal-body button {
  background-color: none;
  border: none;
  color: #FFF;
  font-size: 14.127px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.141px;
  margin-top: 20px;
}

.modal-open .modal.career_pay {
  background: #00000094;
}

.edit_form .input-group-text {
  border-radius: 50% !important;
  border: none;
  background: #252525;
  flex-shrink: 0;
  aspect-ratio: 1;
}

.edit_form .form-control {
  background: transparent;
  border: none;
  color:white;
}

.edit_form .form-group label {
  color: #ffffffa8;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 22px;
}

.edit_form .form-group {
  border-bottom: 1px solid #ffffff57;
  padding-bottom: 15px;
  width: 85%;
}

.edit_form .form-group input {
  font-size: 17px;
  color: white;
  background: transparent;
  border: none;
}

.edit_form .input-group {
  flex-wrap: nowrap !important;
}

@media screen and (max-width:991px) {
  .edit_form .form-group {
    width: 100%;
  }
}

.register_img .dropify-wrapper .dropify-message {
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

@media screen and (max-width:568px) {
  .edit_form .form-group input {
    font-size: 12px;
  }

  .register_img .dropify-wrapper {
    width: 100%;
  }

}

.follow_list_main {}

.follow_list_main li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ffffff21;
}

.follow_list_main li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.follow_list_main li span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.169px;
  margin-left: 10px;
}

.follow_list_main li:last-child {
  border-bottom: none;
}

.profile-more .dropdown-menu.show {
  border-radius: 30px 0px 30px 30px;
  border: 0.5px solid rgba(255, 255, 255, 0.10);
  background: #121212;
  padding: 10px;
  right: 25px !important;
}

.profile-more .dropdown-item {
  padding: 16px 10px !important;
  color: white;
}

.profile-more .dropdown-menu {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-width: 14rem;
}

.profile-more .dropdown-item img {
  margin-right: 10px;
}

.bd_btm {
  border-bottom: 1px solid #ffffff21;
}

.repot_mdl .modal-content {
  border-radius: 21.191px;
  border: 0.741px solid #676767;
  background: #171717;
}

.repot_mdl .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.repot_mdl .modal-body h6 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16.482px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.165px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.repot_mdl .modal-body h6 img {
  margin-right: 10px;
}

.repot_mdl .modal-body p {
  color: #E5E5E5;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.565px;
}

.repot_mdl .modal-body a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.165px;
}

.repot_mdl .modal-body a:hover {
  color: rgba(255, 0, 0, 1);
}

.repot_mdl .modal-body button {
  background-color: none;
  border: none;
  color: #FFF;
  font-size: 14.127px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.141px;
  margin-top: 20px;
}

.modal-open .modal.repot_mdl {
  background: rgb(23 23 23 / 39%);
}

.vd_icns {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.search_dummmy p {
  color: #ffffffeb;
  margin-bottom: 0;
}

.search_dummmy {
  padding: 0 15px !important;
  align-items: center;
  display: flex;
}

.recent_profile {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.recent_profile.all_profile {
  flex-wrap: wrap;
}

.nine_block {
  -ms-flex: 0 0 11.111%;
  flex: 0 0 11.111%;
  max-width: 11.111%;
  padding: 0px 10px;
}

@media screen and (max-width:1350px) {
  .nine_block {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (max-width:1024px) {
  .nine_block {
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
}

@media screen and (max-width:767px) {
  .nine_block {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media screen and (max-width:567px) {
  .nine_block {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.last_profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.last_profile img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

.last_profile p {
  color: #D5D5D5;
  text-align: center;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 19.606px;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1s; 
   -webkit-box-orient: vertical;
}

@media screen and (max-width:567px) {
  .last_profile img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}

.see_all {
  display: flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;
}

.see_all span {
  color: #D5D5D5;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  /* 110% */
  letter-spacing: 0.2px;
  text-decoration-line: underline;
  margin-right: 10px;
}

.see_all .icon {
  width: 25px;
  height: 25px;
  border: 1px solid white;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;

}

.suggetion_list {}

.suggetion_list ul {}

.suggetion_list ul li {
  padding: 10px 0;
  cursor: pointer;

}

.suggetion_list ul li a {
  color: #D5D5D5;
  font-size: 15.388px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.082px;
  display: flex;
  align-items: center;

}

.suggetion_list ul li a span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #9f9f9f;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .app-content .side-app {
    padding: 0px !important;
  }

  .video_off {
    height: 98%;
  }
}

/* .dropify-wrapper .dropify-message {
  display: flex;
  height: 100%;
  position: unset;
  -webkit-transform: unset;
  transform: unset;
  align-items: center;
  justify-content: center;
}
.main-sidemenu .dropdown-menu.show{
  transform: translate(265px, 0)  !important;
}

.main-sidemenu .dropdown-menu-arrow.dropdown-menu-end:before,.main-sidemenu .dropdown-menu-arrow.dropdown-menu-end:after{
  left: -7px;
}
.main-sidemenu .dropdown-menu-arrow:before{
  top: 35px;
  border-bottom: 1px solid #e9edf4;
  border-top: none;
} */

.notimodal {}

.notimodal .modal-header .modal-title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.notimodal .modal-content {
  background-color: #121212;
  border: none;
  box-shadow: 0px 0px 9px 0px #514f4f70;
}

.notimodal .modal-header {
  align-items: center;
  border-bottom: 1px solid #ffffff24;
  padding: 7px;
}

.notimodal .top_noti_ics a {
  color: white;
  margin-right: 10px;
}

.notimodal .top_noti_ics button {
  border: 1px solid white;
  color: white;
  min-width: 10px;
  image-rendering: 3;
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 50%;
  font-weight: 300;
}

@media screen and (max-width:767px) {
  .video_off .vidup_head h5 {
    font-size: 18px;
  }

  .video_off .vidup_head a {
    padding: 7px 10px;
    font-size: 10px;
  }

  .notification_card li .noti_pro_img {
    width: 30px;
    height: 30px;
    display: flex;
    flex-shrink: 0;
  }

  .notification_card li .noti_pro_img img {
    width: 30px;
    height: 30px;
  }

  .notification_card li .noti_pro_img {
    width: 30px;
    height: 30px;
    display: flex;
    flex-shrink: 0;
  }

  .not-msg-img {
    width: 30px;
    height: 30px;
    display: flex;
    flex-shrink: 0;
  }

  .not-msg-img img {
    width: 30px;
    height: 30px;
  }

  .notification_card li .noti_cont {
    margin-left: 8px;
  }

  .notification_card li .noti_cont .noti_head {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
  }

  .notification_card li .noti_cont .noti_head span {
    font-size: 10px;
    font-weight: 600;
  }

  .notification_card li .noti_cont .noti_date {
    font-size: 10px;
  }

  .notification_card li {
    padding: 8px 5px;
    margin-bottom: 10px;
  }

  .noti_card .red_borderd_btn,
  .noti_card .red_filled_btn,
  .noti_card .red_filled_op_btn {
    padding: 3px 5px;
    font-size: 9px;
    white-space: nowrap;
    line-height: 15px;
  }

  .red_filled_btn img,
  .red_filled_op_btn img {
    margin-right: 0px;
    width: 19px;
  }

  .notification_card li.active::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #C70000;
    left: 6%;
    top: 70%;
  }
}

@media screen and (max-width:490px) {
  .frijo_icon {
    width: 100%;
  }

  .frijo-dtls {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .coin_count {
    font-size: 30px;
  }

  .coin_count span {
    font-size: 30px;
  }

  .frijo-dtls h6 {
    font-size: 15px;
  }

  .point_head {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .point_count_dtl p {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .coin_count_card {
    font-size: 22px;
    line-height: 26px;
  }

  .coin_count_card span {
    font-size: 18px;
    margin-right: 6px;
  }

  .heading_area h4 {
    font-size: 18px;
  }

  .table th {
    font-size: 10px;
  }

  .frijo-coin-table .table td {
    padding: 10px 5px;
    font-size: 12px;
  }

  .coin_dtl-frijo {
    display: flex;
  }

  .coin_dtl-frijo img {
    width: 20px;
  }

  .coin_dtl-frijo span {
    margin-left: 5px;
  }

  .table tbody td {
    border: none;
  }

  .table thead th {
    white-space: nowrap;
  }

  .pop_left h2 {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .red_line-button {
    padding: 5px 8px;
    font-size: 12px;
  }

  .pop_cardright .coin-amount {
    font-size: 22px;
  }

  .pop_cardright h5 {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .price_frijo h3 {
    font-size: 16px;
  }

  .firjo_pop .btn-close {
    left: auto;
    right: 15px;
  }

  .pop_left p {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 16px;
  }

  .pop_cardright .star span {
    font-size: 16px;
  }
}


@media screen and (max-width:400px) {
  .firjo_pop .modal-body {
    padding: 10px;
  }
}

.refer-card {
  position: relative;
}

.refer-card .rfr_sp1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.refer-card .rfr_sp2 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}

.refer-content {
  padding: 100px 60px;
}

.refer-content h2 {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  /* 144.444% */
  letter-spacing: 0.72px;
  margin-bottom: 30px;
}

.refer-content h2 span {
  background: linear-gradient(234deg, #C70000 0%, #A31673 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 1.44px;
}

.refr-area {
  display: flex;
  align-items: center;
  border-radius: 35px;
  border: 0.2px solid #C70000;
  background: linear-gradient(270deg, rgb(199 0 0 / 24%) 0%, rgba(2, 0, 0, 0.36) 100%);
  padding: 0 7px;
  width: fit-content;
}

.refr-area .yr_rf {
  color: #888;
  font-size: 16px;
  padding: 12px 0px;
  padding-right: 15px;
  font-weight: 500;
  line-height: normal;
  border-right: 1px solid rgba(199, 0, 0, 1);
}

.refr-area .code_nomber {
  padding: 0 15px;
}

.refr-area .code_nomber input {
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  color: white;
  border: none;
}

.code_nomber button {
  background-color: transparent;
  border-radius: 4.216px;
  border: 0.843px solid #929292;
  padding: 5px 10px;
  display: flex;
  align-items: center;

}

.code_nomber button p {
  color: #929292;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.code_nomber button span {
  color: rgba(146, 146, 146, 1);
  margin-right: 8px;
  font-size: 20px;
}

.refr-area a {
  border-radius: 19px;
  background: #C70000;
  padding: 7px 20px;
  color: white;
  display: flex;
  align-items: center;
}

.refr-area a span {
  margin-right: 10px;
  font-size: 20px;
}

.refer_content {
  margin-top: 50px;
}

.refer_content h3 {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  /* 185.714% */
  letter-spacing: 0.56px;
}

.refer_content ul {
  list-style: inside;
}

.refer_content ul li {
  color: #B1B1B1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 288.889% */
  letter-spacing: 0.36px;
  margin-bottom: 30px;
}

.refer_content ul li span {
  color: #B1B1B1;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.36px;
  margin-bottom: 40px;
}

@media screen and (max-width:1440px) {
  .refer-content {
    padding: 75px 60px;
  }
}

@media screen and (max-width:1250px) {
  .refr-area .yr_rf {
    font-size: 14px;
  }

  .refr-area .code_nomber input {
    font-size: 12px;
  }

  .refr-area a {
    padding: 5px 20px;
    font-size: 12px;
  }

  .refer-content {
    padding: 75px 20px;
  }

  .refer-content h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .refer_content {
    margin-top: 30px;
  }

  .refer-content h2 span {
    font-size: 22px;
  }
}

@media screen and (max-width:767px) {
  .refer-content {
    padding: 35px 10px;
  }

  .refer-content h2 {
    line-height: 1;
  }

  .refr-area {
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    padding: 7px 0;
  }

  .refr-area .yr_rf {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid rgba(199, 0, 0, 1);
  }

  .refr-area .code_nomber {

    margin-bottom: 10px;
  }

  .refer_content h3 {
    line-height: 1;
    font-size: 18px;
  }

  .refer_content ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .code_nomber button p {
    font-size: 12px;
    white-space: nowrap;
  }

  .video_uplaod {
    display: flex;
    align-items: center;
    margin: 0px 8px;
  }
}

@media screen and (max-width:360px) {
  .refr-area .code_nomber {
    flex-direction: column;
    justify-content: center;
  }

  .refr-area .code_nomber input {
    text-align: center;
    margin-bottom: 10px;
  }

}

.share_modal .modal-content {
  border-radius: 21.191px;
  border: 0.741px solid #9795955c;
  background: #171717;
}

.share_modal .modal-header {
  border: none;
  justify-content: center;
}

.share_modal .modal-header h5 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.165px;
}

.share_modal .modal-footer {
  justify-content: center;
  padding: 4px;
  border-top: 1px solid #9795955c;
}

.share_modal .btn_share_cls {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.141px;
}

.premium_card {
    border-radius: 28px;
    border: 1px solid #D5860D;
    background: #202020;
    padding: 15px;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.premium_header {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  
}

.premium_header h2 {
  color: #D7D7D7;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 44.518px;
  /* 148.393% */
  letter-spacing: 0.6px;
  text-align: center;
}

.prem_im {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.premium_header ul {
  list-style: inside;
}

.premium_header ul li {
  color: #D7D7D7;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.518px;
  letter-spacing: 0.36px;
  margin-bottom: 10px;
}

.premium_footer {
  padding: 15px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid rgba(240, 150, 12, 1);
}

.premium_footer h4 {
  margin-bottom: 0;
  color: #D7D7D7;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.46px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.premium_footer h4 span {
  color: #D7D7D7;
  font-size: 23px;
  margin-left: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.667px;
}

.premium_footer a {
  border-radius: 19px;
  border: 0.95px solid rgba(199, 0, 0, 0.80);
  background: #C70000;
  padding: 5px 20px;
  color: white;
  margin-left: 20px;

}

.img_sp {
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
}

@media screen and (max-width:1204px) {
  .premium_header h2 {
    font-size: 26px;
  }

  .premium_header ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .premium_footer h4 {
    font-size: 14px;
  }

  .premium_footer h4 span {
    font-size: 20px;
  }
}

@media screen and (max-width:767px) {
  .premium_card {
    padding: 35px 40px;
  }

  .profile_dtls h4 {
    font-size: 18px;

  }

  .profile_bio p {
    font-size: 12px;
    line-height: 20px;
  }
}

@media screen and (max-width:567px) {
  .premium_card {
    padding: 20px;
  }

  .premium_footer a {

    padding: 6px 20px;
    font-size: 12px;

  }

  .post_flw div h4,
  .post_flw a h4 {
    font-size: 20px;
  }

  .post_flw div p,
  .post_flw a p {
    font-size: 12px;
  }

  .premium_footer {
    flex-direction: column;
  }

  .premium_footer h4 {
    margin-bottom: 20px;
  }

  .small_head {
    font-size: 17px;
  }

  .career_card h4 {
    font-size: 18px;
  }

  .detail_carear_content p,
  .detail_carear_content h6,
  .detail_carear_content ul li {
    font-size: 12.195px;
    line-height: 22.024px;
  }

  .career_card p {
    font-size: 12.195px;
    line-height: 22.024px;
  }

  .video_off label,
  .cat_more h6 {
    font-size: 12px;
    line-height: 18px;
  }

  .video_off .control__content {
    padding: 3px 8px;
    font-size: 12px;
    line-height: 20px;
  }

  .video_off .control {
    margin: 5px;
  }
}

#back-to-top {
  background: #b80000 !important;
  border: 1px solid #919191 !important;
}

.video_off .dropify-wrapper .dropify-message {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width:320px) {

  .sidebar-mini .app-header .light-logo1,
  .dark-mode .app-header.header .header-brand-img.desktop-logo {
    width: 90px;
  }
}

.side-menu .side-menu__icon.home_ic {
  color: rgba(93, 188, 210, 1);
}

.side-menu .side-menu__icon.notif_ic {
  color: rgba(255, 165, 0, 1);
}

.side-menu .side-menu__icon.saved_ic {
  color: rgba(145, 21, 234, 1);
}

.side-menu .side-menu__icon.rf_ic {
  color: rgba(30, 239, 177, 1);
}

.side-menu .side-menu__icon.care_ic {
  color: rgba(54, 154, 254, 1);
}

.side-menu .side-menu__icon.cate_ic {
  color: rgba(80, 188, 80, 1);
}

.side-menu .side-menu__icon.conta_ic {
  color: rgba(255, 0, 127, 1);
}

.side-menu .side-menu__icon.help_ic {
  color: rgba(255, 111, 97, 1);
}


.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  border-radius: 5px;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

.flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides>li:first-child {
  display: block;
}

.flexslider {
  background: #00000000;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  top: 45px;
  position: absolute;
  right: 50px;
}

.flex-direction-nav a {
  text-decoration: none;
  display: flex;
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  font-size: 0;
  z-index: 4;
  border: 1px solid #c3c3c3;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 16px;
  display: inline-block;
  content: '\f104';
  /*color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
}

.flex-direction-nav a.flex-next:before {
  content: "\f105";
}

.flex-direction-nav .flex-prev {
  right: 00px;
  margin-right: 10px;
}

.flex-direction-nav .flex-next {
  left: 00px;
  text-align: right;
}
/* 
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
} */

/* .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
} */

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: fit-content;
  position: absolute;
  bottom: 16px;
  text-align: left;
  z-index: 99;
  padding-left: 20px;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(217, 217, 217, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.slider {
  position: relative;
}


@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}

/* @media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
} */

.chat_card {
  border-radius: 25px;
  border: 1px solid #5b5b5b75 !important;
  background: #212121;
  overflow: hidden;
  box-shadow: none;
}

.btn-chat_send {
  background-color: rgba(199, 0, 0, 1);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}

.btn-chat_send i {
  font-size: 16px;
}

.flexslider .slides>li img,.flexslider .slides>li video {
  height: 20vw;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid #cdcdcd3b;
}
@media screen and (max-width:767px) {
  .explr_tab .slick-slider .element{
    padding: 4px 13px;
    margin: 0px 3px;
    font-size: 13px;
  }
}
.slide_content{
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
}
.slide_content a{
  background-color: white;
  border-radius: 40px;
  color: #353535;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  padding: 12px 15px;
}
.border_full{
  border-radius: 20px;
border: 1px solid #656565;
overflow: hidden;
}
.banner_dtl_img img{ 
  width: 100%;
}
.banner_dtLcnt{
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 10px;
}
.banner_dtLcnt h2{
  color: #FFF;
font-size: 35px;
font-style: normal;
font-weight: 600;
}
.mbl_svg{
  display: none;
}
.desk_svg{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:767px) {
  .mbl_svg{
    display: flex;
    justify-content: center;
    align-items: center;
  }
.desk_svg{
  display: none;
}
}
.five_card{
  display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.f_card{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.card_f{
  border-radius: 10px;
  border: 1px solid #6E0606;
  background: #3E3E3E;
  padding: 5px;
  aspect-ratio: 1;
  box-shadow: 2.7500154972076416px 7.333374500274658px 14.666749000549316px 0px rgba(0, 0, 0, 0.25), 0px 0px 56.83365249633789px 0px rgba(0, 0, 0, 0.35) inset;
  display: flex;
  width: 75%;
  justify-content: center;
  align-items: center; 
  margin-bottom: 12px;
}
.f_card p{
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;

}
@media screen and (max-width:767px){
  .f_card{
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
}
@media screen and (max-width:767px){
  .f_card{
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .f_card p {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}
.banner_dtLcnt h2{
  font-size: 20px;
}
.banner_dtLcnt{
  padding: 7px;
}
}
@media screen and (max-width:556px) {
  .banner_dtLcnt h2{
    font-size: 16px;
  }
}
@media screen and (max-width:1200px) {
  .flexslider .slides>li img, .flexslider .slides>li video {
      height: 18vw;
  }
  .slide_content a {
      font-size: 10px;
      padding: 8px 8px;
  }
  .slide_content {
      bottom: 10px;
  }
}
@media screen and (max-width:991px) {
  .flexslider .slides>li img, .flexslider .slides>li video {
    height: 25vw;
    border-radius: 10px;
}
}
@media screen and (max-width:556px) {
  .flex-control-nav{
    bottom: 5px;
  }
  .flex-direction-nav {
    top: 28px;
  }
  .flex-direction-nav a {
    width: 22px;
    height: 22px;
  }
  .slide_content a {
    font-size: 10px;
    padding: 4px 9px;
}
}
.premium:hover path{
     fill: #c70000;
}
.video_uplaod a:hover{
  color: #ffffff;
    background-color: #c70000;
    border: 0.6px solid #c70000
}
.slide_content a:hover{
  background-color: #c70000;
  color: #ffffff;
}
.red_borderd_btn:hover,.red_filled_op_btn:hover{
  background: #c70000;  
  color:white
}
.red_filled_btn:hover{
  background: #8b8585;
}
.btn-chat-pulse {
  background: rgba(199, 0, 0, 1);
  color: white;
  position: fixed;
  bottom: 50px;
  right: 55px;
  aspect-ratio: 1;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 0; */
  /* height: 0; */
  padding: 15px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(199, 0, 0, 1);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
.main-chat-msg-name{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.main-chat-msg-name .expnd_icns{
  padding: 10px;
  color: white;
  cursor: pointer;
}
.chnging_box{
  transition-duration: 1s;
}
.faq_bx{
  transition-duration: 1s;
}
.select_v_q_head{
margin-top: 30px;
}
.select_v_q_head h4{
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.342px;
}
.select_vd_q{
  border-radius: 23.492px;
  border: 1px solid #8B8B8B;
  background: #2E2E2E;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.select_vd_q svg{
   position: absolute;
}
.select_vd_q p{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  letter-spacing: 0.47px;
  margin-top: 10px;
}

.select_vd_q img{
  animation: animName 5s linear infinite;
}
#previewArea {
  width: 100%;
  border-radius: 25px;
  border: 2px dashed rgb(95 95 95 / 80%);
  background: #1A1A1A;
  overflow: hidden;
  aspect-ratio: 1;
}
#previewArea video {
  width: 100%;
  aspect-ratio: 1;
}
video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}
#imag_up{
  width: 100%;
  aspect-ratio: 1;
  border-radius: 25px;
  border: 1px dashed rgb(95 95 95 / 80%);
    background: #31313185;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}
#imag_up p{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-top: 20px;
}
#imag_up input{
  opacity: 0;
  width: 100%;
  height: 100%;
  position:absolute;
  cursor: pointer;
}
#deleteButton{
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 2px;
  border-radius: 2px;
  background-color: #c6c7c7;
  font-size: 11px;
  color: black;
  cursor: pointer;
  font-weight: 600;
}
.note_point {
  color: rgba(255, 255, 255, 0.60);
  /* font-family: Montserrat; */
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.24px;
  text-align: center;
  /* margin-top: 19px; */
  padding-top: 26px;
}

.img_box_up_up{
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 9px;
  border: 1px dashed rgb(95 95 95 / 80%);
      background: #31313185;
  aspect-ratio: 3/1;
}
.image_up_box_up{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.image_up_box_up span{
  color: #ababab;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
  letter-spacing: 0.32px;
}
.image_up_box_up input{
  width: 100%;
  height: 100%;
  z-index: 22;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#imagePreview_up{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#imagePreview_up img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#delete_imgButton_up {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 2px;
  border-radius: 2px;
  background-color: #c6c7c7;
  font-size: 11px;
  color: black;
  cursor: pointer;
  font-weight: 600;
  display: none;
  z-index: 999999;
  cursor: pointer;
}
.thum_cnt{
  color: rgba(255, 255, 255, 0.60);
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 26px; /* 216.667% */
letter-spacing: 0.24px;
padding: 10px 0;
}
.career_form_modal{

}
.career_form_modal .modal-content{
  border-radius: 21.191px;
border: 0.741px solid #676767;
background: #171717;
padding: 20px 40px;
}
.career_form_modal .modal-header{
  width: fit-content;
  border-bottom: 1px solid #ededed1c;
  padding-left: 0;
}
.career_form_modal .modal-title{
  color: #FFF;
  font-size: 16.482px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.165px;
}
.career_form_modal .modal-body{
  padding-left: 0;
  padding-right: 0;
}
.career_form_modal .modal-body label{
  color: #FFF;
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.career_form_modal .form-control{
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff59;
  padding: 20px;
}
.career_form_modal .input-group-text{
  border-radius: 50% !important;
  border: none;
  background: #252525;
}
.career_form_modal .mobile_nm select{
  background: transparent;
  color: white;
  border: none;
}
.career_form_modal .mobile_nm input{
  background: transparent;
  color: white;
  border: none;
}
.career_form_modal .input-group{
  border-bottom: 1px solid #ffffff59;
  padding-bottom: 26px;
}
.career_form_modal .upload_cv{
  border-radius: 6px;
  border: 1px dashed #ffffff59;
  padding: 10px 11px;
  margin-bottom: 20px;
  color: white;
  overflow: auto;
}
.career_form_modal .modal-footer{
  border-top: 0;
  padding:0;
}
.career_form_modal .mobile_nm select option{
  background-color: black;
}
.career_form_modal .btn_apply_modl{
  border-radius: 41px;
background: #61C68A;
color: #FFF;
font-size: 16.482px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.165px;
padding: 10px 20px;
}
@media screen and (max-width:767px) {
  .career_form_modal .modal-content{
    padding: 10px;
  }
  .career_form_modal .form-control{
    padding: 7px;
  }
  .career_form_modal .input-group{
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 8px;
  }
}
.catogory_select .form-select{
  background-color: #121212;
}



.search_dummmy input{
    background: transparent;
    border: 0;
    color:white;
}
.slick-track{
	margin-left:0px;
}
span#noti-count {
    background: red;
    width: 15px;
    position: absolute;
    aspect-ratio: 1;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    top: 0;
    left: 50px;
color:white;
}

.rprt_resons .form-control {
        background-color: #17171700;
		border:none;
		border-radius:0;
		    border-bottom: 1px solid #81828559;
}
.rprt_resons label{
	    width: 100%;
    padding: 10px;
    color: white;
}
.reportmodal{
}
.reportmodal .modal-content{
	border-radius: 21.191px;
border: 0.741px solid #676767;
background: #171717;
}
.reportmodal .modal-header{
	color: white;
    border:none;
    justify-content: center;
}
.reportmodal .modal-footer{
	border:none;
	    padding-top: 0;
	    justify-content: center;
}
.sbmt_btn{
    border-radius: 41px;
    background: #61C68A;
    font-size: 15px;
    font-weight: 600;
    color: white;
}
.slick-track{
 display:flex;
}
.sorting-bosxes select option{
  background:black;
}
.sorting-bosxes select option:hover{
  background:black;
}
.premium_header p{
  color:white;
}

    .career_form_modal .form-control::-webkit-input-placeholder {
      color: #bbbbbb !important;
    }

    .career_form_modal .form-control:-moz-placeholder {
      color: #bbbbbb !important;
    }

    .career_form_modal .form-control::-moz-placeholder {
      color: #bbbbbb !important;
    }

    .career_form_modal .form-control:-ms-input-placeholder {
      color: #bbbbbb !important;
    }
	.career_form_modal .form-control{
	  color:white;
	}
	
.header-right-icons span i{
 margin-left:5px;
}	
.profile-more .option-dots span{
 display:flex;
 margin-bottom: 3px;
}
.no_data{
padding: 20px;
    display: flex;
    color: #9d9d9d;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.no_data p{
 margin-bottom:0;
 margin-left:10px;
}
.banr_slider .slick-slide {
  position: relative;
}
.banr_slider .slick-slide img{
  width: 100%;
}

.banr_slider .slick-slide img, .banr_slider .slick-slide video {
  height: 20vw;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid #cdcdcd3b;
}
.banr_slider .slick-next,.banr_slider .slick-prev{
position: absolute;
    top: 20px;
    border: 1px solid #ffffffd9;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffffd9;

}
.banr_slider .slick-next{
	right:20px;
}
.banr_slider .slick-prev{
	right: 60px;
}
.banr_slider .slick-dots{
display: flex;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.banr_slider .slick-dots li {
	margin-right:5px;
}
.banr_slider .slick-dots li button {
	font-size:0;
	border:1px solid #D9D9D980;
	width:12px;
	height:12px;
	background:#D9D9D980;
	border-radius:50%;
	
}.banr_slider .slick-dots li.slick-active button {
	
	border:1px solid #fff;
	background:#fff;
	
}
@media screen and (max-width:767px){
	.banr_slider .slick-slide img, .banr_slider .slick-slide video{
		height:25vh;
	}
}
.introjs-overlay{
	opacity:0 !important;
}
/* .introjs-fixedTooltip{ */
	/* position:absolute !important; */
/* } */
.app-sidebar.introjs-fixParent{
    position: fixed !important;
    /* overflow-y: auto !important; */
}

.introjs-helperLayer {

    background-color: rgb(255 255 255 / 16%);
    border: 1px solid rgb(255 255 255 / 77%);
    
}
.introjs-fixParent{
	z-index:99 !important;
}
.search_dummmy form{
	width:95%;
}
.ytb_pop .modal-content {
    border-radius: 21.191px;
    border: 0.741px solid #676767;
    background: #171717;
}
.ytb_pop .modal-header {
    border-bottom: 0;
    justify-content: center;
}.ytb_pop .modal-header h5{
  color: #FFF;
font-size: 16.482px;
font-style: normal;
font-weight: 500;
letter-spacing: 0.165px;
}
.ytb_pop .modal-footer {
    border-top: 0;
	justify-content: center;
}.ytb_pop .modal-footer .btn_share_cls {
color: #FFF;
    font-size: 14.127px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.141px;
    background: transparent;
    border: none;
}
.ytb_pop .modal-body a{
border-radius: 19px;
    background: #C70000;
    color: #FFF;
    padding: 8px 40px;
    font-size: 17.294px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;;
}
/* .app-sidebar{ */
	/* overflow-y:auto !important; */
/* } */
.top_profile{
background: #242730;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 10px 10px;
    justify-content: center
}
.top_img{
	margin-bottom: 10px;
  width:80px;
  height:80px;
  border-radius:50%;
  overflow: hidden;
}
.top_img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.top_profile span{
	margin-bottom: 10px;
	color: #FFF;
text-align: center;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.13px;
overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.top_profile .fl_btn{
background: #C70000;
border-radius:20px;
color: #FFF;
text-align: center;
    padding: 8px 20px;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.13px;
}
@media screen and (max-width:556px){
	.mbl_scroll{
		display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
	}
}
.introjs-tooltip{
	    background-color: #4f4f4f;
		border-radius: 24px;
		color: white;
}
.introjs-button{
    border-radius: 2.2em;	
}
.introjs-skipbutton{
	    color: #ffffff;
}.introjs-tooltipbuttons{
	border-top: none;
}
.introjs-arrow.top-right,.introjs-arrow.top-middle,.introjs-arrow.top{
    border-bottom-color: #4f4f4f !important;
}
.introjs-arrow.bottom-right,.introjs-arrow.bottom{
border-top-color: #4f4f4f !important;
}
/* .profile_crd{
	margin:0 10px;
} */

input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}
.sticky.aaaa{
	margin-bottom:0 !important;
}
.prem_im img{
    width: 90%;
    aspect-ratio: 1/.6;
    object-fit: cover;
	border-radius:7px;
}
.introjs-tooltip-header{
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
.introjs-tooltiptext {
    padding: 10px;
}
/* @media screen and (max-width:991px){ */
	/* .side-menu__label{ */
		/* display:none; */
		
	/* } */
	/* .sidebar-mini .app-sidebar { */
    /* width: fit-content; */
/* } */
/* } */ 

.mbl_svg svg{
	width:100%;
	height:100%;
}
.reportmodal .modal-body h6{
	color:white;
	text-align:center;
}
.btn_red {
    border-radius: 41px;
    background: #c70000;
    font-size: 15px;
    font-weight: 600;
    color: white;
}
.vd video{
	aspect-ratio:1/.6;
}

#chat-message-input::placeholder {
  color: #b7b7b7 !important;
  opacity: 1 !important; /* Firefox */
}

#chat-message-input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #b7b7b7 !important;
}
.catogory_select .form-control{
	        background-color: #121212;
    border: 1px solid grey;
}
.ct_in_up{
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
.ct_in_up.all_cate{
	display: flex;
    flex-wrap: wrap;
    overflow: visible;
}
.saved_area .card:hover .card-body .feed-name,.explore_area .card:hover .card-body .feed-name,.feed_element .card:hover .card-body .feed-name {
	    color: #ff0e0e;
}
.pr_ic_prof {
    position: absolute;
      bottom: 33px;
    left: 23px;
    /* border: 2px solid #ffae00; */
    padding: 2px;
    aspect-ratio: 1;
    border-radius: 50%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* background: #f8d37f52; */
}
@media screen and (max-width:480px){
	.pr_ic_prof{
	
    left: 7px;
	    bottom: 36px;
	}
}
.dropdown .avatar.profile-user.premium_user{
		    border: 2px solid #ffae00;
    padding: 2px;
}
@media screen and (min-width:991px){
	.footer_copy_right{
	margin-left: 270px;
	}
}
.footer_copy_right p{
	color: white;
    text-align: center;
}
.footer_copy_right p a{
	    color: white;
    font-weight: 500;
}
.footer_copy_right p a:hover{
	color:red;
	text-decoration:underline;
}
.top_profile:hover span{
	    color: #c70000;
}


.top_slider{
  position:relative;
}
.sli-ne .slick-next {
  display:block !important;
}
.sli-ne .slick-prev {
  display:block !important;
}

.sli-ne .slick-next i,
.sli-ne .slick-prev i {
  color: white;
  font-size: 25px;
}

.sli-ne .slick-next,
.sli-ne .slick-prev {
  position: absolute;
  top:-22%;
}

.sli-ne .slick-next {
  right: 0;
  border: 1px solid #ffffffd9;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffffd9;
}
.sli-ne .slick-next i{
  font-size: 16px;
}

.sli-ne .slick-prev {
  right: 3%;
  position: absolute;
  top: -22%;
    border: 1px solid #ffffffd9;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffffd9;
}
.sli-ne .slick-prev i{
  font-size: 16px;
}
.load-more-btn a{
  border:1px solid red;
  padding:10px;
  color: red;
  border-radius: 15px;
  
}
.load-more-btn{
  text-align: center;
  margin-top: 20px;
}


.feeds-arow-next{
  width: 30px;
  border: 1px solid grey;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.feeds-arow-prev{
  width: 30px;
  border: 1px solid grey;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sli-ne{
  display: flex;
}
.prvc_trem{
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}