/*------------------------------------------------------------------
/*------------------------------------------------------------------
  * Template Nam: WeViewers
  * Template URL:  http://weviewers.com/
  * Description:  Youtube Video View Project
  * Author:       WeViewers
  * Version:      1.0.0
  * Last update:  20 Jun 2022
/*
	=================================
		@Loaded All Plugins
		@WeViewers
	=================================
*/
/* 
 * Embed Google Font
 * font-family: 'Poppins', sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/* 
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@import url("../css/bootstrap.min.css");
/* 
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@import url("../css/font-awesome.min.css");
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Copyright (c) 2018 Daniel Eden
 */
@import url("../css/animate.css");
/*===========================
    1. COMMON css 
===========================*/
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #555;
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #95132e;
}

a {
  color: #ab1b39;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  color: #404040;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #555;
  margin: 0px;
}

.theme-color {
  color: #ab1b39 !important;
}

#page-wapper {
  padding: 80px 0;
}

.page_content {
  margin-top: 30px;
}
.page_content p {
  margin-bottom: 15px;
}

.loader {
  margin-top: 40px;
  display: none;
}
.loader img {
  max-width: 30px;
}

.loader_img {
  display: none;
}
.loader_img img {
  max-width: 30px;
  width: 100%;
}

.page_title_area h3 {
  color: #535353;
  font-weight: normal;
  color: #ab1b39;
}

.tutorial_wrapper {
  padding: 15px;
  background: #eef1f6;
  margin-bottom: 15px;
  border-radius: 6px;
}
.tutorial_wrapper p {
  margin-top: 15px;
  color: #ab1b39;
}
.tutorial_wrapper h5 {
  margin-top: 15px;
  font-weight: normal;
}

.text-copied {
  text-align: center;
  margin-top: 15px;
  color: #ab1b39;
  margin-bottom: 15px;
}

.copy_input {
  position: absolute;
  left: -1000%;
}

.cursor-pointer {
  cursor: pointer;
}

.pending {
  background-color: rgba(255, 235, 59, 0.16) !important;
}

.notification_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 25px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: relative;
}
.notification_list:hover {
  -webkit-box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
          box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
}
.notification_list i {
  color: #ab1b39;
}
.notification_list .warrn-icon {
  margin-right: 20px;
  font-size: 30px;
  color: #fff;
  border: 2px solid #ab1b39;
  width: 63px;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
}

.ct_magnific_popup {
  padding: 20px;
}

.right_content {
  word-break: break-word;
}

@media (max-width: 767px) {
  .notification_list {
    display: block;
  }
  .notification_list .warrn-icon {
    text-align: center;
    margin: 15px auto 25px auto;
  }
}
.landing_faq .faq .card-header {
  background-color: #EEF1F6;
}
.landing_faq .card {
  background-color: #eef1f6;
}

.lead_collect_form {
  margin-top: 35px;
  background-color: #EEF1F6;
  padding: 15px;
}

.text-small {
  font-size: 14px;
  font-style: italic;
}

.chanel_logo_user_earning img {
  width: 50px !important;
  height: 50px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50% !important;
  margin-bottom: 20px;
}

.sd-clearfix {
  clear: both;
}

.line-height-35 {
  line-height: 35px !important;
}

.count_down_time {
  text-align: center;
  background: #eef1f6;
  display: none;
}
.count_down_time span {
  font-size: 16px;
  font-weight: 900;
  color: #ab1b39;
}

.seo_report_page .image_thumb img {
  max-width: 100px !important;
}

.seo_video_page a {
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .seo_video_page a {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .seo_video_page a {
    margin: 0 0 15px;
  }
}

@media (max-width: 767px) {
  .doce_area {
    margin-top: 2rem;
  }
}
.screenshot_bg {
  width: 100%;
}
.screenshot_bg img {
  border-radius: 15px;
}

.HelpVideoCall {
  background: rgba(80, 75, 75, 0.6784313725);
  line-height: 1;
  font-size: 10px;
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #fff;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.instructions_modal:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.upload_two {
  opacity: 0.5;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.history_card_img {
  width: 200px;
}

.theme-bg {
  background-color: #ab1b39;
}

.completed {
  background-color: rgba(76, 175, 80, 0.32) !important;
}

.filter_menu nav {
  margin-bottom: 20px;
}
.filter_menu a {
  margin: 5px !important;
}

.rating_area i {
  font-size: 10px;
}

.job_count_down span {
  color: #404040;
  font-weight: 900;
  border-right: 2px solid #404040;
  padding-right: 10px;
  margin-right: 5px;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
}
.job_count_down span:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.job_count_down_big {
  min-height: 50px;
  margin-bottom: 30px;
}
.job_count_down_big span {
  font-size: 28px;
  padding-right: 20px;
  margin-right: 10px;
  border-right: 3px solid #404040;
}

.let_delivery {
  font-size: 14px;
}

.sticky_contact {
  display: block;
  position: fixed;
  top: 40%;
  right: -66px;
  z-index: 9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.sticky_contact a {
  font-size: 20px;
  color: #fff;
  background: transparent linear-gradient(248deg, #ab1b39 0%, #9e23c6 100%) 0% 0% no-repeat padding-box;
  padding: 8px 10px;
  border-radius: 3px;
}

.icon-whatsapp {
  color: #fff;
  background: #068346;
  padding: 0px 9px;
  border-radius: 50px;
}
.icon-whatsapp:hover {
  color: #fff;
  background: #055c32;
}

.menu_icon_switch {
  position: relative;
}
.menu_icon_switch:before {
  content: "New";
  position: absolute;
  top: -8px;
  left: 50%;
  color: #ab1b39;
  font-size: 9px;
  font-weight: 900;
  background: #fff;
  padding: 0 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.order_list .sd-button,
.product_list .sd-button {
  padding: 0 15px;
  line-height: 33px;
}
.order_list table tr th,
.order_list table tr td,
.product_list table tr th,
.product_list table tr td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .order_list table tr th,
  .order_list table tr td,
  .product_list table tr th,
  .product_list table tr td {
    vertical-align: middle;
  }
  .order_list table tr th .sd-button,
  .order_list table tr td .sd-button,
  .product_list table tr th .sd-button,
  .product_list table tr td .sd-button {
    width: 100%;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .invoice-total .list-group {
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .invoice-total .list-group {
    margin-right: 50px;
  }
}
.order_status_change select {
  min-height: 44px;
}
.order_status_change select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ab1b39;
}

.product_img_area img {
  max-width: 100px;
}

.notify_product_order {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  font-size: 12px;
  border-radius: 100%;
  background: #f44336;
  width: 22px;
  height: 22px;
  padding: 0;
  line-height: 1.8;
  border: 0;
  margin-left: 2px;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(218, 79, 73, 0.8);
            box-shadow: 0 0 0 0 rgba(218, 79, 73, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(218, 79, 73, 0);
            box-shadow: 0 0 0 10px rgba(218, 79, 73, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(218, 79, 73, 0);
            box-shadow: 0 0 0 0 rgba(218, 79, 73, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(218, 79, 73, 0.8);
            box-shadow: 0 0 0 0 rgba(218, 79, 73, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(218, 79, 73, 0);
            box-shadow: 0 0 0 10px rgba(218, 79, 73, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(218, 79, 73, 0);
            box-shadow: 0 0 0 0 rgba(218, 79, 73, 0);
  }
}
.display_affiliate_input {
  display: none;
}

.aft_product_listing .copy_link a {
  border-radius: 100%;
  display: inline-block;
  background: #ddd;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.aft_product_listing .copy_link a:hover {
  color: #fff;
  background: #ab1b39;
}

.contact_details p {
  margin: 15px 0;
}
.contact_details .contacts_social a {
  margin-right: 15px;
}
.contact_details .contacts_social a i {
  font-size: 42px;
}

/*---------------
	Menu CSS
---------------*/
#headerarea {
  background: #fff;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.0588235294);
}
#headerarea .logo {
  max-width: 200px;
  width: 100%;
}
#headerarea #desktop_menu a {
  font-weight: 500;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 17px;
}

.upgrade_package {
  background: transparent linear-gradient(248deg, #ab1b39 0%, #9e23c6 100%) 0% 0% no-repeat padding-box;
  color: #fff !important;
  border-radius: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.money_bal {
  border: 1px solid;
  margin-left: 10px;
  padding: 4px 10px !important;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.tutorial_icon {
  border: 1px solid;
  margin-left: 10px;
  padding: 4px 10px !important;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.menu_icon_insta {
  border: 1px solid;
  margin-left: 10px;
  padding: 4px 10px !important;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.cart_icon {
  margin-left: 10px;
  padding: 4px 10px !important;
  border: 1px solid;
  margin-right: 12px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

/*---------------
	Mobile Menu CSS
---------------*/
.site_logo img {
  max-width: 200px;
  padding: 15px 0;
}

.menu_icon {
  cursor: pointer;
}
.menu_icon i {
  font-size: 32px;
}

.Offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 99;
  top: 0;
  height: 100vh;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 20px 30px;
  overflow-y: auto;
}
.Offcanvas_menu_wrapper .Offcavas_top {
  padding: 0 0 40px 0;
}
.Offcanvas_menu_wrapper::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}
.Offcanvas_menu_wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.Offcanvas_menu_wrapper::-webkit-scrollbar-thumb {
  background-color: #ab1b39;
}

.canvas_close {
  position: absolute;
  top: 7px;
  right: 13px;
}
.canvas_close a {
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
}

.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #333;
  top: 0;
}

.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.Offcanvas_menu_wrapper.active {
  margin-left: 0;
}

.offcanvas_main_menu li.menu-item-has-children.menu-open > span.menu-expand {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.offcanvas_main_menu li ul li.menu-item-has-children.menu-open span.menu-expand {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
}
.offcanvas_main_menu li a {
  color: #404040;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.offcanvas_main_menu li a:hover {
  color: #ab1b39;
}
.offcanvas_main_menu li a.active {
  color: #ab1b39;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.acmenu_mb {
  margin-top: 20px;
  margin-bottom: 10px;
}
.acmenu_mb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*===========================
    Button css 
===========================*/
.sign_up_button {
  background: #ab1b39;
  border-radius: 5px;
  color: #fff !important;
}

.sd-button {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 30px;
  border-radius: 5px;
  position: relative;
  line-height: 40px;
  border: 2px solid #ab1b39;
  cursor: pointer;
}
.sd-button.sd-sm {
  padding: 0 12px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .sd-button {
    padding: 0 12px;
  }
}
.button-fill {
  background: #ab1b39;
  color: #fff;
}
.button-fill:hover {
  background: transparent;
  color: #ab1b39;
}
.button-fill:focus {
  background: #ab1b39;
  color: #fff;
}
.button-fill.btn-orange {
  background: #EE7600;
  border: 2px solid #EE7600;
}
.button-fill.btn-orange:hover {
  background: transparent;
  color: #EE7600;
}
.button-fill.btn-red {
  background: #f44336;
  border: 2px solid #f44336;
}
.button-fill.btn-red:hover {
  background: transparent;
  color: #f44336;
}
.button-fill.btn-gray {
  background: #979797;
  border: 2px solid #979797;
}
.button-fill.btn-gray:hover {
  background: transparent;
  color: #979797;
}

.button-fill-dark {
  background: #ab1b39;
  color: #fff;
}
.button-fill-dark:hover {
  background: #95132e;
  color: #fff;
  border: 2px solid #95132e;
}

.button-outline {
  border: 2px solid #ab1b39;
  color: #222;
}
.button-outline:hover {
  background: #ab1b39;
  color: #fff;
}
.button-outline.active {
  background: #ab1b39;
  color: #fff;
}

.button-outline-white {
  border: 2px solid #fff;
  color: #fff;
}
.button-outline-white:hover {
  background: #95132e;
  color: #fff;
}

/*----------------
    Hero Area
------------------*/
#hero_area {
  padding-top: 100px;
  padding-bottom: 110px;
}
#hero_area .views-hero-content > span {
  color: #2b70fa;
  font-size: 14px;
  font-weight: 500;
}
#hero_area .views-title {
  font-size: 48px;
  line-height: 58px;
  margin-top: 10px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  #hero_area .views-title {
    font-size: 32px;
    line-height: 42px;
  }
}
#hero_area .views-hero-content ul {
  margin: 41px 0 0;
  padding: 0;
  list-style-type: none;
}
#hero_area .views-hero-content ul li {
  display: inline-block;
  margin-right: 8px;
}
#hero_area .views-hero-thumb {
  position: relative;
  z-index: 10;
  text-align: center;
}

/*=========================
    Hero area Responsive
==========================*/
@media (max-width: 767px) {
  #hero_area .views-hero-thumb {
    margin-top: 60px;
  }
  #hero_area .views-hero-thumb:after {
    height: 300px;
    width: 300px;
  }
  #hero_area .views-hero-thumb .thumb-2 {
    right: 0px;
    top: 50%;
  }
}
/*----------------
    How it works
------------------*/
#how-it-works {
  background: #EEF1F6;
  padding: 80px 0;
}
#how-it-works .views-single-service {
  padding: 50px 30px 43px;
  background: #fff;
  border-radius: 6px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  margin-top: 60px;
}
#how-it-works .views-single-service:hover {
  -webkit-box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
          box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
}
#how-it-works .views-single-service .icon {
  display: inline-block;
  border-radius: 20px;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: transparent linear-gradient(248deg, #ab1b39 0%, #9e23c6 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(16, 73, 189, 0.3);
          box-shadow: 0px 6px 10px 0px rgba(16, 73, 189, 0.3);
  position: relative;
}
#how-it-works .views-single-service .icon span {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 30px;
  width: 30px;
  background: #ab1b39;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(14, 17, 51, 0.1);
          box-shadow: 0px 3px 6px 0px rgba(14, 17, 51, 0.1);
  line-height: 28px;
  color: #fff;
}
#how-it-works .views-single-service .icon img {
  max-width: 36px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#how-it-works .views-single-service .views-title {
  font-size: 20px;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #how-it-works .views-single-service {
    margin-top: 30px;
  }
}

/*--------
   FAQ
---------*/
#faq {
  background: #EEF1F6;
  padding: 80px 0;
}

.faq {
  margin-top: 40px;
}
.faq .card {
  border: 0;
  margin-bottom: 25px;
}
.faq .card-header {
  background-color: #fff;
  border-bottom: none;
}
.faq button {
  white-space: revert;
  color: #404040;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
}
.faq button:not(.collapsed) {
  color: #ab1b39;
}
.faq button:not(.collapsed) .faq_icon {
  background: #ab1b39;
  color: #fff;
}
.faq button:hover {
  text-decoration: none;
  color: #ab1b39;
}
.faq button:active {
  outline: none;
}
.faq button:focus {
  outline: none;
}
.faq button .faq_icon {
  background: #eef1f6;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  color: #404040;
}
.faq .collapse.show {
  border-top: 1px solid #f7f7f7;
}

#campaign {
  padding: 80px 0 60px 0;
}
#campaign .campaing-left img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
#campaign .campaign-right p {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #campaign .campaign-right {
    margin-top: 30px;
  }
}

.views-project-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.views-project-area .views-project-box {
  background-image: url(../images/project-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 70px;
  padding-top: 75px;
  padding-bottom: 85px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.views-project-area .message_area {
  position: relative;
}
.views-project-area .sub_success_msg,
.views-project-area .error_msg {
  padding: 5px 15px;
  color: #fff;
  position: absolute;
}
.views-project-area .sub_success_msg {
  color: #ab1b39;
}
@media (max-width: 767px) {
  .views-project-area .views-project-box {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
  }
}
.views-project-area .title {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .views-project-area .title {
    font-size: 26px;
    line-height: 36px;
  }
}
.views-project-area p {
  color: #fff;
  opacity: 0.8;
}
.views-project-area input {
  width: 100%;
  height: 50px;
  padding-left: 30px;
  border-radius: 6px;
  border: 0;
}
.views-project-area .mt-30 {
  margin-top: 30px;
}
.views-project-area .views-project-thumb {
  position: absolute;
  right: 70px;
  bottom: 0;
}
@media (max-width: 767px) {
  .views-project-area .views-project-thumb {
    display: none;
  }
}

#footer {
  background: #EEF1F6;
  padding: 30px 0;
}
#footer .footer_top img {
  max-width: 200px;
  margin: 0 auto 15px auto;
  display: block;
}
#footer .footer_menu ul li {
  display: inline-block;
  margin-right: 10px;
}
#footer .footer_menu ul li a {
  color: #404040;
}
#footer .footer_menu ul li:last-child {
  margin-right: 0;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}
.back-to-top a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: transparent linear-gradient(248deg, #ab1b39 0%, #9e23c6 100%) 0% 0% no-repeat padding-box;
  border-radius: 6px;
  color: #fff;
  opacity: 0;
}
.back-to-top a.show {
  opacity: 1;
}

/*----------------
    Watch video
------------------*/
#player_area {
  padding: 34px 0;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
#player_area #player {
  border-radius: 20px;
  width: 100%;
}
#player_area .player_action {
  padding: 0 15px;
}
#player_area .player_action a i {
  margin-right: 5px;
}
#player_area .time_display_oprion span {
  padding: 0 30px;
  font-size: 16px;
  line-height: 40px;
  background: #ab1b39;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  border: 2px solid #ab1b39;
}
#player_area .video_area {
  position: relative;
}
#player_area .yt_overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 7px;
  background: transparent;
  overflow: hidden;
}
#player_area .show_overlay .yt_overlay {
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#player_area .show_overlay .yt_overlay_msg,
#player_area .show_overlay .snowflake {
  opacity: 1;
}
#player_area .yt_overlay_msg {
  opacity: 0;
  background: #fff;
  font-size: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  border-radius: 15px;
  padding: 15px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  font-weight: 600;
  color: #ab1b39;
}
#player_area #next_btn,
#player_area #stop_btn {
  display: none;
}

.novideo {
  padding: 80px 0;
}
.novideo img {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.novideo h5 {
  margin-top: 60px;
  color: #747474;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes snowflakes-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
}
@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes snowflakes-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
}
.snowflake {
  position: absolute;
  top: -10%;
  z-index: 9999;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}

.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}

.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
}

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
}

.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
}

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}

.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
}

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}

.snowflake:nth-of-type(10) {
  left: 25%;
  -webkit-animation-delay: 2s, 0s;
  animation-delay: 2s, 0s;
}

.snowflake:nth-of-type(11) {
  left: 65%;
  -webkit-animation-delay: 4s, 2.5s;
  animation-delay: 4s, 2.5s;
}

.promo_class {
  display: inline-block;
  padding: 0px 6px;
  color: #fff;
  border-radius: 5px;
  margin-top: 15px;
}
.promo_class.free {
  background: #ffc107;
}
.promo_class.paid {
  background: #4caf50;
}

/*=========================
    Watch video Responsive
==========================*/
@media (max-width: 767px) {
  #player_area {
    padding: 0px 0;
  }
}
.chanel_subscribe {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #f8f8f8;
  border-radius: 6px;
}
.chanel_subscribe .header_bg {
  height: 100px;
  background: transparent linear-gradient(248deg, #ab1b39 0%, #9e23c6 100%) 0% 0% no-repeat padding-box;
  border-radius: 6px 6px 0px 0px;
}
.chanel_subscribe .head_img {
  width: 100px;
  height: 100px;
  margin: -50px auto 0 auto;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: swing 10s ease infinite;
          animation: swing 10s ease infinite;
}
.chanel_subscribe .ch_sub_area {
  padding: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .chanel_subscribe .ch_sub_area {
    padding: 15px;
  }
  .chanel_subscribe .ch_sub_area .open_new_y_window,
  .chanel_subscribe .ch_sub_area .upload_screenshot {
    margin: 5px;
  }
}
.chanel_subscribe #current-time {
  font-size: 28px;
  font-weight: 900;
  color: #ab1b39;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/*--------
Chanel Token
---------*/
.create_token_waper h3 {
  margin-bottom: 30px;
  color: #ab1b39;
}

.optional_links {
  display: none;
}

.subscribe_now {
  position: relative;
}
.subscribe_now:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 10;
  width: 100%;
  height: 100%;
}

.subscribe_remove_before:before {
  content: "";
  position: static;
}

.cv_input_area {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.cv_input_area .link_desktop {
  display: block;
}
.cv_input_area .link_mobile {
  display: none;
}
.cv_input_area .row div {
  margin-bottom: 15px;
}
.cv_input_area .row div:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cv_input_area .link_desktop {
    display: none;
  }
  .cv_input_area .link_mobile {
    margin-top: 10px;
    display: block;
  }
}

.load_more_link {
  background: rgba(221, 221, 221, 0.62);
  padding: 0px 5px !important;
  margin-top: 8px;
  text-decoration: none;
}
.load_more_link:hover {
  text-decoration: none;
  background: rgba(221, 221, 221, 0.62);
}

/*--------
   Auth
---------*/
.login-wapper {
  background: #EEF1F6;
  height: 600px;
}

@media (max-width: 767px) {
  .login-wapper {
    height: auto;
  }
}
#auth-left {
  background-image: url("../images/authbg.jpg");
  background-size: cover;
  background-position: center bottom;
}

.login-msg {
  padding: 30px;
}

.auth-form {
  padding: 30px 30px 30px 0px;
}

.cam_img img {
  width: 100%;
  height: 100px;
}

@media (max-width: 767px) {
  .auth-form {
    padding: 30px 30px 30px 30px;
  }
  .cam_img img {
    max-width: 150px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
  }
}
/*-----------------
	user profile
------------------*/
#page-wapper-dashboard {
  padding: 20px 0 40px 0;
  min-height: 600px;
}

.page_inner_menu,
#dashboard_menu {
  background: #ab1b39;
}
.page_inner_menu .dsh_menu ul li,
#dashboard_menu .dsh_menu ul li {
  display: inline-block;
}
.page_inner_menu .dsh_menu ul li a,
#dashboard_menu .dsh_menu ul li a {
  color: #fff;
  padding: 10px 10px;
}
.page_inner_menu .dsh_menu ul li a.active,
#dashboard_menu .dsh_menu ul li a.active {
  background: #95132e;
}
.page_inner_menu .dsh_menu ul li a:hover,
#dashboard_menu .dsh_menu ul li a:hover {
  background: #95132e;
}
.page_inner_menu .dsh_menu ul li .dropdown_sd,
#dashboard_menu .dsh_menu ul li .dropdown_sd {
  position: absolute;
  z-index: 5;
  background: #ab1b39;
  width: 176px;
  top: 60px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page_inner_menu .dsh_menu ul li .dropdown_sd li,
#dashboard_menu .dsh_menu ul li .dropdown_sd li {
  display: block;
}
.page_inner_menu .dsh_menu ul li .dropdown_sd li a,
#dashboard_menu .dsh_menu ul li .dropdown_sd li a {
  display: block;
}
.page_inner_menu .dsh_menu ul li.showDropDown:hover .dropdown_sd,
#dashboard_menu .dsh_menu ul li.showDropDown:hover .dropdown_sd {
  top: 44px;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

.earning-blocks .box {
  width: 100%;
  background: #f7f7f7;
  padding: 30px;
  margin-bottom: 30px;
  margin-right: 15px;
  text-align: center;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.earning-blocks .box:hover {
  -webkit-box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
          box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
}
.earning-blocks .box:last-child {
  margin-right: 0;
}
.earning-blocks .box .title-text {
  font-size: 18px;
  color: #4e4d4d;
}
.earning-blocks .box .money {
  font-weight: bold;
  margin-top: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .earning-blocks .box {
    width: 47.2%;
    float: left;
  }
  .earning-blocks .box:nth-child(even) {
    margin-right: 0;
  }
}

.history .history_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 25px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: relative;
}
.history .history_single:hover {
  -webkit-box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
          box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
}
.history .history_single img {
  max-width: 180px;
  width: 100%;
  border-radius: 5px;
}
.history .history_single .image_thumb {
  margin-right: 15px;
}
.history .history_single .campaign_amount {
  margin-top: 10px;
}
.history .history_single .campaign_amount p {
  font-weight: bold;
}
.history .history_single .right_content .paid_in {
  margin-bottom: 10px;
}
.history .history_single .right_content .paid_in p {
  font-weight: bold;
}
.history .history_single .right_content .vid_title {
  margin-bottom: 10px;
}
.history .history_single .right_content .vid_title p {
  font-weight: bold;
}
.history .history_single .right_content .vid_date p {
  font-weight: bold;
}
.history .history_single .right_content .status {
  margin-top: 10px;
}
.history .history_single .right_content .status p {
  font-weight: bold;
}
.history .history_single .remove_video a {
  background: #ab1b39;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  margin-top: 10px;
}
.history .history_single .vid_type {
  position: absolute;
  right: 15px;
  top: 15px;
  background: rgba(171, 27, 57, 0.7098039216);
  color: #fff;
  border-radius: 3px;
  padding: 2px 12px;
}
.history .history_single .vid_type.wt {
  background: rgba(156, 30, 203, 0.65);
}
.history .history_single.history-2-col {
  width: 49%;
  float: left;
}
.history .history_single.history-2-col:nth-child(odd) {
  width: 50%;
  margin-right: 1%;
}
@media (max-width: 767px) {
  .history .history_single {
    display: block;
  }
  .history .history_single img {
    max-width: initial;
    width: 100%;
    border-radius: 5px;
  }
  .history .history_single .image_thumb {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .history .history_single.history-2-col {
    width: 100%;
    float: none;
  }
  .history .history_single.history-2-col:nth-child(odd) {
    width: 100%;
    margin-right: unset;
  }
  .history .history_single .sd-button {
    width: 100%;
    margin-top: 15px;
  }
}
.history .page-item .page-link {
  color: #ab1b39;
}
.history .page-item.active .page-link {
  background-color: #ab1b39;
  border-color: #ab1b39;
  color: #fff;
}

.removed {
  background-color: rgba(255, 0, 0, 0.0705882353) !important;
}

.pending {
  background-color: rgba(255, 235, 59, 0.16) !important;
}

@media (max-width: 767px) {
  .withdraw_btn .sd-button {
    width: 100%;
    margin-bottom: 10px;
  }
}
.withdraw_request_icons button {
  font-size: 53px;
}
.withdraw_request_icons button i {
  color: #ab1b39;
}
.withdraw_request_icons .icon_img img {
  max-width: 80px;
}
.withdraw_request_icons .active_getway {
  border: 1px solid #ab1b39;
}
.withdraw_request_icons .active_getway:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) {
  .withdraw_request_icons button {
    font-size: 32px;
  }
  .withdraw_request_icons .icon_img img {
    max-width: 32px;
  }
}
.new_nine_modal_head {
  background-image: url("../images/trial_modal.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 35px;
  height: 150px;
}
.new_nine_modal_head h5 {
  color: #fff;
}
.new_nine_modal_head .cross {
  line-height: 1;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 27px;
  position: absolute;
  right: 2%;
  top: 2%;
  cursor: pointer;
}

.newnine_modal_body {
  padding: 35px;
}

.max-width-403 {
  max-width: 403px;
  width: 100%;
}

.wv-modal-warrning {
  background: transparent linear-gradient(248deg, #ab1b39 0%, #9e23c6 100%) 0% 0% no-repeat padding-box;
}
.wv-modal-warrning .warrn-icon {
  font-size: 30px;
  color: #fff;
  border: 2px solid #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  margin: 0 auto;
}

.modal-body {
  word-break: break-word;
}
.modal-body p {
  margin-bottom: 10px;
}

.modal_total_earning {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #404040;
  margin-top: 15px;
}

/*-------------------------
    Captcha Modal start
-------------------*/
.modal_waper_main .reg_left {
  padding-top: 30px;
}
.modal_waper_main .reg_left h4 {
  font-size: 16px;
}
.modal_waper_main .reg-right {
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}
.modal_waper_main .reg-right:after {
  position: absolute;
  content: "";
  background: url(../images/shape.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  right: -300px;
  bottom: -500px;
}
.modal_waper_main .reg-right .cap_main {
  margin: 50px 0 30px 0;
  display: block;
  text-align: center;
}
.modal_waper_main .reg-right .cap_main img {
  max-width: 220px;
  width: 100%;
  margin-bottom: 20px;
}
.modal_waper_main .reg-right .cap_main .cap_inputs {
  text-align: left;
  max-width: 220px;
  margin: 0 auto;
}
.modal_waper_main .reg-right .cap_main .cap_inputs h6 {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: normal;
}
.modal_waper_main .reg-right .cap_main .cap_inputs .form-check {
  margin-bottom: 5px;
}
.modal_waper_main .reg-right h4 {
  font-size: 16px;
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
}

.modal_close {
  position: absolute;
  top: -9px;
  right: -9px;
  z-index: 9;
  background: #ab1b39;
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  cursor: pointer;
}
.modal_close i {
  color: #fff;
}

.bg_right_modal {
  background-color: #ffebef;
}

.image_for_left img {
  width: 100%;
  margin-top: 50px;
}

.tree_img {
  position: absolute;
  right: -46px;
  top: 60%;
}

@media (max-width: 767px) {
  .cap_img {
    margin-bottom: 25px;
  }
  .tree_img {
    display: none;
  }
}
/*-------------------------
    Captcha Modal start
-------------------*/
/*===========================
    Button css 
===========================*/
#page-wapper-not-found {
  padding: 120px 0;
}

.not_found img {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.not_found h2 {
  margin-top: 30px;
}
.not_found .notfound_msg {
  max-width: 450px;
  margin: 25px auto;
}

.history_card {
  margin-bottom: 30px !important;
  background-color: #f7f7f7;
  border-color: #eef1f6;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.history_card:hover {
  -webkit-box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
          box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
}
.history_card .thum_img {
  padding: 15px 15px 0;
}

.bulk_action select {
  width: 200px;
}
.bulk_action select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ab1b39;
}
.bulk_action .btn {
  border: 1px solid #ab1b39 !important;
}
.bulk_action .btn:hover {
  border: 1px solid #ab1b39 !important;
}
@media (max-width: 767px) {
  .bulk_action select {
    width: 100%;
  }
}

.history_list_user .vid_title .sub_id {
  font-weight: 600;
  font-size: 14px;
  font-style: italic;
  color: #555;
}
.history_list_user .vid_title .ch_title {
  font-weight: 600;
  font-size: 18px;
  padding: 5px 0;
}
.history_list_user .vid_date p,
.history_list_user .paid_in p {
  font-weight: 600;
  font-size: 16px;
}

/*----------------------------------
    Video marketplace
    ----------------------*/
.video_listing {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  margin-bottom: 30px;
  position: relative;
}
.video_listing:hover {
  -webkit-box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
          box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
}
.video_listing .has_attribute {
  position: absolute;
  top: 2%;
  right: 2%;
  background: rgba(171, 27, 57, 0.6588235294);
  color: #fff;
  padding: 3px 12px;
  border-radius: 6px;
  font-size: 14px;
}
.video_listing .stock_thumb {
  max-height: 153px;
  overflow: hidden;
}
.video_listing .video_info {
  padding: 15px;
  background-color: #EEF1F6;
}
.video_listing .video_info .price-uv {
  font-size: 18px;
}
.video_listing .video_info .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.video_listing .active_inctive {
  display: inline-block;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 15px;
  position: absolute;
  top: 5%;
  left: 5%;
  color: #fff;
}
.video_listing .active_inctive.inactive {
  background: #f00;
}
.video_listing .active_inctive.active {
  background: #4caf50;
}

/*-----------------
    Details page
------------------*/
.details-video-area video {
  width: 100%;
  border-radius: 6px;
  position: relative;
}
.details-video-area video.vertical {
  max-width: 300px;
}
.details-video-area video.square {
  max-width: 500px;
}
.details-video-area .v_player {
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
  background: #fbfbfb;
  line-height: 0;
  border-radius: 6px;
}
.details-video-area #videoPlayer {
  cursor: pointer;
}
.details-video-area .preview_images img {
  width: 100%;
}

.sidebar {
  background: #EEF1F6;
  padding: 30px;
  border-radius: 6px;
}
.sidebar.shop_sidebar {
  background: #ebebeb;
}
.sidebar.shop_sidebar .nav-link.active {
  color: #fff;
  background-color: #ab1b39;
  border-color: #ab1b39;
}
.sidebar.shop_sidebar .nav-link {
  margin-bottom: 0;
}
.sidebar h5 {
  font-weight: 500;
  line-height: 28px;
}
.sidebar .price {
  margin-top: 20px;
}
.sidebar .price p {
  color: #ab1b39;
  font-size: 18px;
}

.related_area {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed #ddd;
}
.related_area .related_title h4 {
  color: #ab1b39;
  margin-bottom: 40px;
}

.metaInfo {
  margin-top: 15px;
}
.metaInfo p {
  font-size: 15px;
  color: #ab1b39;
  margin-bottom: 6px;
}
.metaInfo p b {
  color: #555;
}

/*===================
    Search warp
==================*/
.search_warp {
  background: #EEF1F6;
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 6px;
}
.search_warp h3 {
  font-weight: 500;
  max-width: 400px;
  width: 100%;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
}

.shop_ar_title h3 {
  font-weight: 500;
}

.serviceSlider {
  max-height: 430px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .video_listing .stock_thumb {
    max-height: initial;
    overflow: initial;
  }
  .search_warp {
    padding: 20px;
  }
}
/*------------
    Cart
-------------*/
.single_item {
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.single_item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single_item img {
  max-width: 100px;
}

.history_card {
  margin-bottom: 1.875rem;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
          box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
.history_card i {
  font-size: 3rem;
}

.history_list ul li {
  border-color: rgba(223, 223, 223, 0.28);
}

.currencySymbol {
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
}

/*----------------
    Wallet
------------------*/
.available_money {
  background: transparent linear-gradient(248deg, #ab1b39 0%, #9e23c6 100%) 0% 0% no-repeat padding-box;
  padding: 9px;
  border-radius: 5px;
}
.available_money h4 {
  color: #fff;
}
.available_money h5 {
  color: #fff;
  margin-top: 15px;
}

.wallet_history {
  border-top: 1px dashed #ededed;
  padding-top: 30px;
}

.money_pre_listed ul li {
  display: inline-block;
}
.money_pre_listed ul li a {
  background: #ab1b39;
  color: #fff;
  padding: 6px 16px;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-right: 7px;
}

/*----------------
    Packages
------------------*/
.package-list {
  padding: 40px 0;
}

.single-package {
  text-align: center;
  padding: 30px;
  border: 1px solid #eef1f6;
  border-radius: 6px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  margin-bottom: 30px;
}
.single-package:hover {
  -webkit-box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
          box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
}
.single-package p {
  padding: 25px 0;
}
.single-package h6 {
  padding: 0 0 25px 0;
}

/*----------------------------------
    Video marketplace
    ----------------------*/
.job_listing_area .job_header h5 {
  font-weight: 500;
  margin-bottom: 10px;
}
.job_listing_area .single_job {
  border-top: 1px dashed #dfdfdf;
  padding: 15px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: relative;
  margin-bottom: 25px;
}
.job_listing_area .single_job:hover {
  -webkit-box-shadow: 1px 0px 9px 0px rgba(14, 17, 51, 0.1);
          box-shadow: 1px 0px 9px 0px rgba(14, 17, 51, 0.1);
}
.job_listing_area .single_job.single_page {
  border-top: none !important;
}
.job_listing_area .single_job.single_page:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.job_listing_area .single_job .job_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.job_listing_area .single_job .job_header p {
  margin-left: 15px;
}
.job_listing_area .single_job .job_header .time-ago {
  color: #959595;
}
.job_listing_area .single_job .price_area p {
  color: #a3a3a3;
  font-size: 15px;
}
.job_listing_area .single_job .job_details {
  padding: 15px 0;
}
.job_listing_area .single_job.awarded {
  background: rgba(76, 175, 80, 0.0784313725);
}
.job_listing_area .single_job.reject {
  background: rgba(255, 0, 0, 0.0588235294);
}
.job_listing_area .single_job .status_lbl {
  position: absolute;
  right: 25px;
  bottom: 15px;
}
.job_listing_area .single_job .status_lbl img {
  max-width: 25px;
  width: 100%;
}
.job_listing_area .single_job .category_job p {
  margin: 0;
  background: rgba(193, 193, 193, 0.4117647059);
  color: rgba(94, 94, 94, 0.568627451);
  display: inline-block;
  border-radius: 20px;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 13px;
}

/*===============
    Job details
=================*/
.attachment_sec a {
  background: rgba(135, 135, 135, 0.3803921569);
  color: #ab1b39;
  padding: 5px 25px;
  border-radius: 22px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.attachment_sec a:hover {
  background: #ab1b39;
  color: #fff;
}

.delivery {
  background: #ddd;
  background: #eef1f6;
  padding: 30px;
  margin-bottom: 30px;
}
.delivery p {
  margin: 20px 0;
}

.filter_menu {
  margin-bottom: 20px;
}
.filter_menu nav a {
  color: #404040;
  margin: 0 5px;
  background: #eef1f6;
}
.filter_menu nav a:first-child {
  margin-left: 0;
}
.filter_menu .active {
  background-color: #ab1b39 !important;
}

.job_area .card-body {
  background: #f9f4f4 !important;
}

.msg_box .card {
  margin-bottom: 25px;
  background-color: transparent;
  border-radius: 0;
  border-color: #efefef;
}
.msg_box .card-header {
  padding: 1.5rem 1.5rem;
  background-color: #fff;
  font-size: 1rem;
  border-color: #efefef;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.msg_box .card-header .media-body span {
  font-size: 14px;
  margin-right: 5px;
}
.msg_box .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.msg_box .avatar_area {
  padding-right: 15px;
}
.msg_box .avatar {
  position: relative;
  white-space: nowrap;
  border-radius: 50%;
  vertical-align: middle;
  height: 32px;
  width: 32px;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-right: 15px;
}
.msg_box .avatar img {
  width: 100%;
  border: 0 none;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.msg_box .card-content .card-body {
  padding: 20px;
  background: #f5f7fa;
}
.msg_box .card-footer {
  border: 1px solid #efefef;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  border-radius: 4px;
}

.header {
  padding: 20px 0;
  position: relative;
  margin-bottom: 10px;
}

.header:after {
  content: "";
  display: block;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 30%;
  right: 30%;
}

.header h2 {
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 0.2em;
}

.header p {
  font-size: 14px;
}

#a-footer {
  margin: 20px 0;
}

.new-react-version {
  padding: 20px 20px;
  border: 1px solid #eee;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}

.new-react-version .react-svg-logo {
  text-align: center;
  max-width: 60px;
  margin: 20px auto;
  margin-top: 0;
}

.success-box {
  padding: 3px 10px;
}

.success-box > div {
  vertical-align: top;
  display: inline-block;
  color: #888;
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars ul > li.star {
  display: inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 24px; /* Change the size of the stars */
  color: #ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #ab1b39;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #ab1b39;
}

/*===========================
    Sidebar
===========================*/
.sidebar {
  margin-bottom: 25px;
}
.sidebar .sidebar_title {
  margin-bottom: 15px;
}
.sidebar ul li a {
  color: #555;
  margin-bottom: 10px;
}
.sidebar ul li a.active {
  color: #ab1b39;
}
.sidebar ul li:last-child a {
  margin-bottom: 0;
}

/*-------------
    @price range slider
    @sidebar.scss
-----------------*/
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #222;
  font-size: 16px;
  font-weight: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin: 0px 0 20px 0;
}
.price-range-slider .range-bar {
  border: none;
  background: #222;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #ab1b39;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #ab1b39;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: #ab1b39;
}

/*--- /.price-range-slider ---*/
/*------------
    Affiliate
---------------*/
.single_m_item {
  background-color: #fff;
  padding: 15px;
  margin-top: 30px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 3px 0px #ddd;
          box-shadow: 0px 1px 3px 0px #ddd;
}

.user_tab_area .nav-link {
  background: #cfcfcf;
  color: #495057;
}
.user_tab_area .nav-link.active {
  background-color: #ab1b39;
  border-color: #ab1b39;
  color: #fff;
}

#block_area {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#block_area img {
  max-width: 300px;
}
#block_area p {
  font-size: 22px;
  line-height: 36px;
}
#block_area .wrapper {
  max-width: 600px;
  width: 100%;
}
#block_area small {
  display: block;
  margin-bottom: 28px;
  color: #f00;
  font-weight: bold;
}

/*----------
    Services
==============*/
.hideRadio input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.wev_timeline {
  margin: 15px auto 30px auto;
  display: block;
  text-align: center;
}
.wev_timeline.nav-tabs {
  border-bottom: 0 !important;
}
.wev_timeline .serices_tab_steps {
  color: #555;
  font-weight: 500;
  margin-right: 25px;
  margin-bottom: 25px;
  position: relative;
}
.wev_timeline .serices_tab_steps::after {
  position: absolute;
  content: ">";
  width: 100%;
  height: 100%;
  top: 2px;
  right: -63%;
  color: #ddd;
}
.wev_timeline .serices_tab_steps:last-child {
  margin-right: 0;
}
.wev_timeline .serices_tab_steps:last-child::after {
  position: relative;
  content: "";
}
.wev_timeline .serices_tab_steps .step_no {
  background: #eef1f6;
  width: 25px;
  height: 25px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
}
.wev_timeline .serices_tab_steps.active {
  color: #ab1b39;
}
.wev_timeline .serices_tab_steps.active .step_no {
  background: #ab1b39;
  color: #fff;
}

.create_services .tab-pane {
  border: 1px solid #f3f3f3;
  padding: 20px 25px 15px 25px;
}
.create_services .packages_area_sr {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 15px;
}
.create_services .packages_area_sr:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.create_services .packages_area_sr .p-title {
  font-weight: 500;
  color: #ab1b39;
  margin-bottom: 15px;
}
.create_services .packages_area_sr .step_no {
  background: #ab1b39;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
}
.create_services .next_prev {
  margin-top: 25px;
}

/*------------
    Promember
-------------*/
#top_header {
  background: transparent linear-gradient(248deg, #ab1b39 0%, #9e23c6 100%) 0% 0% no-repeat padding-box;
}
#top_header .pro_member_ara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
}
#top_header .pro_member_ara p {
  color: #fff;
}
#top_header .pro_member_ara a {
  color: #fff;
}
#top_header .pro_member_ara a i {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#top_header .pro_member_ara a:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media (max-width: 767px) {
  #top_header .pro_member_ara {
    display: block;
    text-align: center;
  }
  #top_header .pro_member_ara p {
    margin-top: 10px;
  }
  #top_header .pro_member_ara a {
    margin: 10px 0;
  }
}

.min-width {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.buy_now_area {
  background: rgba(238, 241, 246, 0.4117647059);
  padding: 47px;
  text-align: center;
  border-radius: 7px;
  margin-bottom: 60px;
}

.pro_content {
  margin-bottom: 60px;
}
.pro_content h5 {
  margin-bottom: 20px;
}
.pro_content ul {
  margin-left: 15px;
}
.pro_content ul li {
  list-style: bengali;
  margin-bottom: 15px;
}

.radio_bx {
  margin-top: 35px;
}
.radio_bx label {
  font-weight: bold;
  margin-bottom: 5px;
}

.sliding_sidebar {
  background: #F7F8F9;
  overflow: auto;
  position: fixed;
  left: -290px;
  top: 0;
  width: 290px;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100vh;
}
.sliding_sidebar.active {
  left: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sliding_sidebar .sliding_sidebar_content {
  padding: 30px;
}
.sliding_sidebar .sliding_sidebar_content .gt_sidebar {
  padding: 0;
  margin: 0 0 30px 0;
  background: transparent;
}
.sliding_sidebar .sliding_area_cross {
  background: #ab1b39;
  border-radius: 24px;
  color: #fff;
  height: 26px;
  line-height: 25px;
  text-align: center;
  width: 26px;
  float: right;
  margin: 5px 5px 5px 0px;
  cursor: pointer;
}

.area_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #333;
  top: 0;
}
.area_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.apps_area {
  padding: 15px;
  display: block;
  margin: 60px 0 0 0;
  text-align: center;
}
.apps_area h4 {
  font-size: 18px;
}
.apps_area .app_logo img {
  border-radius: 20%;
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
          box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.survey_area {
  padding: 60px 0;
}
.survey_area.small_area {
  max-width: 700px;
  margin: 0 auto;
}
.survey_area.small_area h4 {
  font-size: 18px;
}
.survey_area .questions_app {
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.survey_area .questions_app h4 {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 18px;
}
/*# sourceMappingURL=style.css.map */