@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
/* Variables */
/* General css */
.font-heavy {
  font-weight: 700; }

.font-normal {
  font-weight: 500; }

.font-small {
  font-size: 13px; }

html {
  margin: 0 !important;
  scroll-behavior: smooth; }

#toast-container > div {
  opacity: 1 !important; }

.main-content-wrapper {
  padding-top: 122px; }

.error-border {
  border-color: #c62026 !important; }

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

.btn-bg-red {
  background-color: #c62026 !important; }

.btn-link, a, h3 {
  color: #333; }

body {
  font-size: 13px;
  color: #333;
  background-color: rgba(242, 242, 242, 0.5);
  font-family: 'Lato', sans-serif; }

a, a:hover {
  color: #333;
  text-decoration: none; }

.white-container {
  background-color: #fff; }

.color-medium-grey {
  color: #888; }

.btn-brand {
  color: #fff;
  outline: none;
  background: #c62026;
  border-color: #c62026;
  border-radius: 0; }
  .btn-brand:focus {
    color: #fff;
    outline: none;
    background: #c62026; }
  .btn-brand:hover {
    color: #fff;
    opacity: 0.7;
    border-color: #c62026; }

.btn-black {
  color: #fff;
  outline: none;
  background: #333; }
  .btn-black:focus {
    color: #fff;
    outline: none;
    background: #333; }
  .btn-black:hover {
    color: #fff;
    opacity: 0.7; }

.btn-info {
  border-radius: 0;
  padding: 2px 10px; }

.form-control {
  font-size: 0.9rem; }

.white-container {
  background-color: #fff; }

.color-medium-grey {
  color: #888; }

.no-borders {
  border: 0; }

h2.page-title {
  font-size: 1.5rem;
  margin-top: 15px;
  margin-bottom: 10px; }
/* Header css start */
.navbar {
  padding: 0; }

.nav-item > .dropdown-menu {
  position: absolute; }

.header-logo-image {
  max-width: 90px;
  transition: max-height 0.3s ease-out;
  max-height: 100px; }
  .header-logo-image.limit-height {
    max-height: 50px; }

ul.navbar-nav {
  flex-direction: row;
  /*justify-content: space-between;*/ }

body > header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  width: 100%; }
  body > header .main-header-container {
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(116, 116, 116, 0.21);
    padding-top: 20px; }
  body > header .search-nav-container .search {
    margin: 0;
    background: #fff;
    border-radius: 5px;
    border: solid 2px #f2f2f2;
    padding: 0;
    display: flex;
    flex-direction: row;
    width: 100%; }
    body > header .search-nav-container .search .main_search_txt {
      color: #b0b0b0;
      background: 0 0;
      line-height: 33px;
      border-width: 0;
      padding-left: 10px;
      flex-grow: 9; }
    body > header .search-nav-container .search .searchbtn {
      display: inline-block;
      width: 36px;
      height: 36px;
      float: right;
      padding: 0;
      margin: 0;
      background: #f2f2f2 url(https://www.q84sale.com/resources/assets/images/ic-search.svg) center center no-repeat;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      flex-grow: 1; }
  body > header .notification-link {
    display: inline-block;
    position: relative; }
    body > header .notification-link .fa-bell {
      font-size: 15px; }
    body > header .notification-link .notification-badge {
      position: absolute;
      right: -2px;
      top: -2px;
      background: #000;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      font-size: 10px;
      line-height: 19px;
      color: #fff;
      text-align: center; }

.main_menu ul li {
  padding: 7px 0 15px 0;
  /*flex-grow: 1;*/
  place-items: flex-start;
  margin: 0 10px;
  border-bottom: 2px solid #fff;
  text-align: center; }
  .main_menu ul li:hover, .main_menu ul li.active {
    border-bottom: 2px solid #c62026; }
    .main_menu ul li:hover a, .main_menu ul li.active a {
      color: #c62026; }
  .main_menu ul li:first-child:hover {
    border-bottom: 0 !important; }
  .main_menu ul li a {
    text-decoration: none;
    clear: both;
    font-size: 14px;
    line-height: 19px;
    padding-top: 5px;
    padding-bottom: 5px; }
    .main_menu ul li a.post_ads_button {
      padding: 5px 15px !important;
      color: #fff !important;
      border: 0;
      background: #c62026;
      border-radius: 10px; }

.user_preference a {
  color: #c62026;
  font-size: 12px;
  line-height: 3 !important;
  padding: 0 8px !important; }
/* Header css end */
/* Bootstrap modal css start */
.modal {
  text-align: center;
  padding: 0 !important; }
  .modal.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
  .modal.fade-scale.show {
    opacity: 1;
    transform: scale(1); }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  .modal .modal-header .close {
    margin-top: -15px;
    background-color: #252525;
    width: 35px;
    color: #fff;
    font-size: 16px;
    height: 35px;
    line-height: 0;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: -15px;
    text-shadow: none;
    opacity: 1;
    position: relative;
    outline: none; }
  .modal .modal-header .close:before {
    position: absolute;
    left: 17px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #fff;
    top: 5px;
    transform: rotate(45deg); }
  .modal .modal-header .close:after {
    position: absolute;
    left: 17px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #fff;
    top: 5px;
    transform: rotate(-45deg); }
  .modal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none; }
  .modal .modal-body {
    display: inline-block;
    width: 100%; }
  .modal .modal-body label {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    color: #666; }
/* Bootstrap modal css end */
/* Login modal */
a.forgot-password {
  display: block;
  margin-top: 10px;
  color: #666;
  text-decoration: none;
  text-align: right; }
/* Left menu */
#categories-left-menu .card {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075); }
  #categories-left-menu .card .card-header {
    border-radius: 0;
    border: 0; }
  #categories-left-menu .card .card-header h5 {
    display: flex;
    align-items: center; }
    #categories-left-menu .card .card-header h5 .top-category {
      font-size: 0.9rem;
      padding: 10px 15px;
      background-color: rgba(0, 0, 0, 0.05);
      border-radius: 0; }
      #categories-left-menu .card .card-header h5 .top-category:not(.collapsed), #categories-left-menu .card .card-header h5 .top-category:hover {
        background: #c62026;
        color: #fff;
        text-decoration: none; }
    #categories-left-menu .card .card-header h5 a {
      font-size: 1rem;
      margin-right: auto; }
    #categories-left-menu .card .card-header h5 button:after, #categories-left-menu .card .card-header h5 button[aria-expanded=false]:after {
      font-family: FontAwesome;
      content: "\f107";
      float: right; }
    #categories-left-menu .card .card-header h5 button[aria-expanded=true]:after {
      font-family: FontAwesome;
      content: "\f106";
      float: right; }
  #categories-left-menu .card .card-body .list-group-item a {
    font-size: 14px;
    display: block; }
  #categories-left-menu .category-menu-title {
    font-size: 1rem;
    text-transform: uppercase; }
  #categories-left-menu .list-group-item {
    cursor: pointer; }
  #categories-left-menu .list-group-item:hover {
    background: rgba(0, 0, 0, 0.05); }
/* Left menu */
/* Listing */
.listing .section-title h3 {
  border-bottom: 1px solid; }
  .listing .list-item-container .list-item {
    border-radius: 0;
    border: 1px solid #eee;
    background: #fff; }
  .listing .list-item-container .list-item .image-container {
    text-align: center; }
  .listing .list-item-container .list-item:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3); }
  .listing .list-item-container .list-item .item-properties {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
    padding: 3px 10px;
    background: rgba(255, 0, 0, 0.62);
    border-radius: 0px 0px 13px 2px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 11; }
  .listing .list-item-container .list-item .list-item-details {
    position: relative; }
  .listing .list-item-container .list-item .featured {
    color: #ffce3c;
    background: transparent;
    z-index: 11;
    left: auto;
    right: 4px;
    top: 6px;
    padding: 14px;
    background-repeat: no-repeat;
    background-size: 25px; }
    .listing .list-item-container .list-item .featured.red-pin {
      background-image: url(/web/images/ic_pin_red.png); }
    .listing .list-item-container .list-item .featured.blue-pin {
      background-image: url(/web/images/ic_pin_blue.png); }
  .listing .list-item-container .list-item .verified {
    right: 0;
    bottom: 4px;
    left: auto;
    top: auto;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    z-index: 1; }
  .listing .list-item-container .list-item .views {
    bottom: 5px;
    left: auto;
    top: auto;
    right: 0;
    border-radius: 0;
    font-size: 0.85rem;
    font-weight: 500;
    z-index: 1;
    display: none; }
  .listing .offer-commercial-banner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .listing .offer-commercial-banner img {
    width: 50px; }

.advertisement-grid.row, .grid.row {
  margin: 0 -8px; }
  .advertisement-grid .list-item-container, .grid .list-item-container, .advertisement-grid .grid-item, .grid .grid-item {
    margin-bottom: 16px;
    padding: 0 8px; }

.section-title h3 {
  border-bottom: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 10px; }
  .section-title h3 span {
    position: relative;
    font-size: 1.3rem; }
  .section-title h3 span::after {
    border-bottom: 3px solid #c62026;
    content: ' ';
    width: 110%;
    height: 5px;
    position: absolute;
    bottom: -2px;
    left: 0; }
  .section-title h3 .view-all {
    font-size: 0.75rem;
    color: #c62026; }
  .section-title h3 .view-all:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 5px; }
  .section-title h3 .view-all:hover {
    color: #999; }

.image-container {
  position: relative; }
  .image-container a > img {
    width: 100%; }

.floating-buttons {
  position: absolute;
  top: 0;
  right: 0; }
/* Product View */
.product-view #productCarousel .list-inline {
  white-space: nowrap;
  overflow-x: auto; }
  .product-view #productCarousel .carousel-item {
    text-align: center; }
  .product-view #productCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial; }
  .product-view #productCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
    max-width: 115px; }
  .product-view #productCarousel .carousel-indicators > li.active img {
    opacity: 0.7; }
  .product-view .right-content .card {
    border-radius: 0; }
  .product-view .seller .card-text.seller-profile {
    display: flex;
    align-items: center; }
  .product-view .seller .card-text.seller-profile .logo {
    width: 65px; }
    .product-view .seller .card-text.seller-profile .logo img {
      border-radius: 50px; }
  .product-view .seller .card-footer {
    font-size: 1.22rem;
    display: flex;
    align-items: center;
    justify-content: center; }
  .product-view .seller .card-footer .card-link {
    width: 40px; }
    .product-view .seller .card-footer .card-link .fa-exclamation, .product-view .seller .card-footer .card-link .fa-phone {
      border-radius: 50px;
      border: 1px solid #a2a2a2;
      padding: 4px 0px 2px 9px;
      width: 25px;
      font-size: 1rem;
      transition: all 0.5s ease; }
      .product-view .seller .card-footer .card-link .fa-exclamation:hover, .product-view .seller .card-footer .card-link .fa-phone:hover {
        border-color: #c62026; }
    .product-view .seller .card-footer .card-link .fa-phone {
      padding: 4px 0px 3px 6px; }
  .product-view .seller .card-footer .card-link:not(:last-child) {
    border-right: 1px solid #ddd; }
  .product-view .seller .card-footer.seller-actions .action-sold span, .product-view .seller .card-footer.seller-actions .action-repost span, .product-view .seller .card-footer.seller-actions .action-save-direct span {
    transition: all 0.5s ease;
    border: 1px solid #c62026 !important;
    padding: 4px 10px;
    font-size: 0.8rem;
    font-weight: 500; }
    .product-view .seller .card-footer.seller-actions .action-sold span:hover, .product-view .seller .card-footer.seller-actions .action-repost span:hover, .product-view .seller .card-footer.seller-actions .action-save-direct span:hover {
      background-color: #c62026 !important;
      color: #fff; }
  .product-view .seller .contact-details {
    display: flex;
    justify-content: center; }
  .product-view .seller .contact-details .fa-phone-square {
    font-size: 1.55rem; }
  .product-view .seller .contact-details .encrypted {
    font-size: 1rem;
    letter-spacing: 1px; }
  .product-view .location .card-subtitle {
    font-size: 0.75rem; }
  .product-view .floating-buttons {
    font-size: 25px;
    top: 15px;
    right: 17px; }
  .product-view .slick-list {
    margin: 0 -5px; }
  .product-view .slick-list .slick-slide {
    overflow: hidden; }
  .product-view .slick-list .slick-slide img {
    max-height: 98px;
    margin: 0 auto; }
  .product-view .slick-list .slick-slide > div {
    padding: 0 5px; }
  .product-view #gmap0-map-canvas {
    max-width: 100% !important;
    /*max-height: 150px !important;*/ }
  .product-view .ad-video {
    position: absolute;
    right: 20px;
    top: 4px; }
/* Product View */
.share.dropdown {
  float: left; }
  .share.dropdown .dropdown-toggle::after {
    display: none; }
  .share.dropdown .dropdown-menu {
    width: 38px;
    min-width: 25px;
    line-height: 38px;
    border: 0;
    transform: translate3d(-6px, 33px, 0px) !important;
    padding: 0; }
  .share.dropdown .dropdown-menu li {
    max-width: 100px; }
  .share.dropdown .dropdown-menu li a {
    padding: 10px;
    color: #fff;
    border-radius: 0;
    transition: all 0.3s ease; }
    .share.dropdown .dropdown-menu li a.fb {
      background-color: #3b5998 !important; }
    .share.dropdown .dropdown-menu li a.fb:hover {
      background-color: #2b4e9a !important; }
    .share.dropdown .dropdown-menu li a.tw {
      background-color: #55acee !important; }
    .share.dropdown .dropdown-menu li a.tw:hover {
      background-color: #3a94d8 !important; }
    .share.dropdown .dropdown-menu li a.gp {
      background-color: #dd4b39 !important;
      padding: 9px 8px; }
    .share.dropdown .dropdown-menu li a.gp:hover {
      background-color: #d63926 !important; }
    .share.dropdown .dropdown-menu li a.wa {
      background-color: #25d366 !important; }
    .share.dropdown .dropdown-menu li a.wa:hover {
      background-color: #07b749 !important; }
    .share.dropdown .dropdown-menu li a.pt {
      background-color: #c8232c !important; }
    .share.dropdown .dropdown-menu li a.pt:hover {
      background-color: #c8232c !important; }
    .share.dropdown .dropdown-menu li a.li {
      background-color: #0e76a8 !important; }
    .share.dropdown .dropdown-menu li a.li:hover {
      background-color: #0e76a8 !important; }

@keyframes blinking {
  0% {
    background-color: #c62026; }

  25% {
    background-color: rgba(51, 51, 51, 0.271); }

  50% {
    background-color: rgba(51, 51, 51, 0.529); }

  75% {
    background-color: rgba(51, 51, 51, 0.271); }

  100% {
    background-color: #c62026; } }
/* Horizontal Tabs*/
.tab-slider {
  position: relative; }
  .tab-slider .scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 10.5px 7px;
    position: absolute;
    padding-top: 11px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #fff;
    top: 5px;
    box-shadow: 1px 0px 2px 1px rgba(51, 51, 51, 0.529); }
  .tab-slider .scroller-right {
    right: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%); }
  .tab-slider .scroller-left {
    left: 15px;
    z-index: 1; }
  .tab-slider .wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px; }
  .tab-slider .wrapper .nav-tabs {
    position: relative;
    left: 0px;
    top: 0px;
    min-width: 3000px;
    margin-top: 0px;
    padding: 0 6px; }
  .tab-slider .wrapper .nav-tabs li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle; }
  .tab-slider .wrapper .nav-tabs .nav-link {
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 0.89rem;
    min-width: 70px;
    position: relative;
    border-color: transparent; }
    /* Horizontal Tabs*/

.offers.container .wrapper .offers-tab {
  background: #c62026; }
  .offers.container .wrapper .offers-tab .nav-link:hover {
    border-color: transparent; }
    .offers.container .wrapper .offers-tab .nav-link:active {
      border-bottom: 3px solid #fff; }
    .offers.container .wrapper .offers-tab .nav-link:after {
      content: '';
      display: block;
      border-bottom: 2px solid #fff;
      width: 0;
      position: absolute;
      left: 0;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
      bottom: 0px; }
    .offers.container .wrapper .offers-tab .nav-link:hover:after {
      width: 100%;
      bottom: 0px; }
  .offers.container .wrapper .offers-tab .nav-link.active {
    animation: blinking 0.3s 1 alternate ease-in-out;
    border-bottom: 0px; }
    .offers.container .wrapper .offers-tab .nav-link.active:after {
      width: 100%; }
/* Offer Page */
/* Category Page */
.category-page .tab-slider .scroller {
  background-color: #f7f7f7;
  box-shadow: none;
  font-size: 1.3rem;
  color: #8c8c8c;
  padding: 4.5px 4px;
  padding-top: 6px;
  top: 50%;
  transform: translateY(-50%); }
  .category-page .tab-slider .scroller-left {
    left: 0; }
  .category-page .tab-slider .nav-tabs {
    border-bottom: 0;
    margin-left: 0; }
  .category-page .tab-slider .nav-tabs .nav-link {
    background: #eaeaea;
    color: #333;
    border-radius: 50px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    margin-right: 10px;
    font-size: 0.75rem; }
    .category-page .tab-slider .nav-tabs .nav-link:hover {
      background: #c62026;
      color: #fff; }
  .category-page .slick-track {
    display: flex;
    align-items: center; }
/* Category Page */
.action-completed {
  color: #c62026 !important; }
/* Footer css start */
.footer-middle {
  padding: 30px 0 10px;
  background: #c62026; }
  .footer-middle .card {
    background: 0 0;
    border: none;
    display: inline-flex; }
  .footer-middle .card-header {
    padding: 0;
    background: 0 0;
    border: none; }
  .footer-middle .footer-title {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 15px; }
  .footer-middle .card-body {
    padding: 0; }
  .footer-middle .footer-link {
    margin-bottom: 8px; }
  .footer-middle .footer-link a {
    color: #fff;
    font-size: 14px;
    display: flex; }
  .footer-middle .download-app-img {
    max-height: 40px; }

.footer-bottom {
  padding: 10px 0; }
  .footer-bottom p {
    margin: 0; }
  .footer-bottom .social-link {
    font-size: 22px;
    margin-left: 5px; }
  .footer-bottom .social-link .fa-facebook-square {
    color: #3b5998; }
  .footer-bottom .social-link .fa-twitter-square {
    color: #00aced; }
  .footer-bottom .social-link .fa-youtube-square {
    color: #b00; }
  .footer-bottom .social-link .fa-instagram {
    color: #fb3958; }
/* Footer css end */
.main-content-wrapper {
  /*min-height: 100vh;*/
  padding-bottom: 40px; }

.form-group.required .control-label:after {
  content: ' *';
  color: #dc3545; }
  .form-group .help-block {
    color: #dc3545; }
/* Register page start */
.register-page .white-container, .forgot-password-page .white-container, .commercial-ad-page .become-store-page .white-container {
  padding: 15px; }
  .register-page .field-registerform-phone_code .control-label, .forgot-password-page .field-registerform-phone_code .control-label, .commercial-ad-page .become-store-page .field-registerform-phone_code .control-label, .register-page .field-registerform-phone .control-label, .forgot-password-page .field-registerform-phone .control-label, .commercial-ad-page .become-store-page .field-registerform-phone .control-label, .register-page .field-postcommercialadform-phone_code .control-label, .forgot-password-page .field-postcommercialadform-phone_code .control-label, .commercial-ad-page .become-store-page .field-postcommercialadform-phone_code .control-label, .register-page .field-postcommercialadform-phone .control-label, .forgot-password-page .field-postcommercialadform-phone .control-label, .commercial-ad-page .become-store-page .field-postcommercialadform-phone .control-label {
    display: none; }
  .register-page button[type="submit"], .forgot-password-page button[type="submit"], .commercial-ad-page .become-store-page button[type="submit"] {
    width: 100%; }

.forgot-password-page {
  min-height: 50vh; }
/* Register page end */
/* Commercial ad start */
/* Commercial ad end */
/* Category page start */
.all-category-page .top-category {
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #aaa;
  display: inline-block;
  font-size: 1.4rem; }
  .all-category-page .top-category:hover {
    opacity: 0.7; }
  .all-category-page .sub-category-title {
    font-weight: 400;
    font-size: 1rem; }
  .all-category-page .category-row:hover {
    opacity: 0.7; }
/* Category page end */
/* Postads */
.postads .select-category-container {
  margin-bottom: 15px; }
  .postads .select-category-container .select-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 8px;
    border: 1px solid #ced4da;
    font-size: 14px;
    cursor: pointer; }
  .postads .select-category-container .select-category:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3); }
  .postads .form-fields .form-group .form-control {
    height: auto;
    min-height: 30px;
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
    padding: 0; }
  .postads .form-fields .form-group .input-group-btn {
    width: auto; }
  .postads .form-fields .form-group .file-input .file-preview {
    border: 0px; }
    .postads .form-fields .form-group .file-input .file-preview .file-drop-zone {
      margin: 0; }
    .postads .form-fields .form-group .file-input .file-caption .file-caption-name {
      padding-left: 11px;
      padding-top: 5px; }
  .postads .form-fields .add-images .card {
    width: 12rem;
    cursor: pointer;
    background: transparent;
    border-style: dashed; }
    .postads .form-fields .add-images .card i {
      font-size: 22px; }
  .postads .form-fields .add-images .file-drop-zone .krajee-default.file-preview-frame .kv-file-content {
    height: 90px; }
    .postads .form-fields .add-images .file-drop-zone .krajee-default.file-preview-frame .file-thumbnail-footer {
      height: 35px; }
    .postads .form-fields .add-images .file-drop-zone .krajee-default.file-preview-frame .file-actions {
      margin-top: 4px; }
    .postads .form-fields .add-images .file-drop-zone .file-drop-zone-title {
      clear: both; }
  .postads .form-fields .ad-settings > div {
    display: flex;
    align-items: center; }
    .postads .form-fields .ad-settings > div .card {
      width: 18rem;
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center 8px;
      padding-top: 28px;
      cursor: pointer;
      margin-right: 5px; }
    .postads .form-fields .ad-settings > div .card .fa-check-circle-o {
      display: none;
      position: absolute;
      right: 4px;
      top: 4px;
      font-size: 15px; }
    .postads .form-fields .ad-settings > div .selected.card {
      color: #c70016; }
    .postads .form-fields .ad-settings > div .selected.card .fa-check-circle-o {
      display: block; }
    .postads .form-fields .ad-settings > div .in-app-msg {
      background-image: url(/web/images/ic_chat.png); }
    .postads .form-fields .ad-settings > div .in-app-msg.selected {
      background-image: url(/web/images/ic_chat_selected.png); }
    .postads .form-fields .ad-settings > div .post-anonymous {
      background-image: url(/web/images/ic_anonymous.png); }
    .postads .form-fields .ad-settings > div .post-anonymous.selected {
      background-image: url(/web/images/ic_anonymous_selected.png); }
    .postads .form-fields .ad-settings > div .repost {
      background-image: url(/web/images/ic_reload.png);
      margin-right: 0; }
    .postads .form-fields .ad-settings > div .repost.selected {
      background-image: url(/web/images/ic_reload_selected.png); }
  .postads .form-fields .location {
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center 8px;
    padding-top: 28px;
    cursor: pointer;
    background-image: url(/web/images/ic_locationmark.png);
    float: none;
    border-radius: 0; }
  .postads .form-fields .location.selected {
    background-image: url(/web/images/ic_locationmark_selected.png); }
  .postads .form-fields .features .card {
    cursor: pointer; }
    .postads .form-fields .features .card .card-header {
      width: 65px;
      border-bottom: 0;
      position: relative; }
    .postads .form-fields .features .card .card-header i {
      font-size: 40px;
      position: absolute;
      left: 0;
      right: 0;
      color: green;
      display: none; }
    .postads .form-fields .features .card.selected .card-header i {
      display: block; }
    .postads .form-fields .features .card.selected .card-header img {
      display: none; }
    .postads .form-fields .features .card .card-body {
      position: relative;
      padding-bottom: 7px; }
    .postads .form-fields .features .card .card-body h5 {
      font-size: 1.1rem; }
    .postads .form-fields .features .card .card-body .fa-information {
      background-image: url(/web/images/ic_info.png);
      background-repeat: no-repeat;
      background-size: 22px;
      background-position: center 8px;
      padding-top: 28px;
      position: absolute;
      padding: 16px;
      top: 18px;
      right: 8px; }
  .postads .form-fields .ad-addons .form-check-input {
    margin-top: 0.2rem; }
  .postads .form-fields .ad-addons .custom-file-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .postads .form-fields .contact {
    position: relative; }
  .postads .form-fields .contact .form-group {
    display: flex;
    align-items: initial; }
    .postads .form-fields .contact .form-group .field-advertisements-phone_code {
      margin: 0;
      width: 20%; }
    .postads .form-fields .contact .form-group .help-block-error {
      position: absolute;
      bottom: -16px; }
  .postads .form-fields .contact .dial-code {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    min-width: 52px;
    color: #8a8a8a;
    line-height: 20px; }
  .postads .category.form-group .form-control {
    border-bottom: 0; }
  .postads .category.form-group .select2-container .select2-choice {
    border-radius: 0; }
  .postads .add-images .field-advertisements-images {
    background-color: #fff;
    padding: 5px; }
  .postads .add-images .field-advertisements-images .file-input .file-caption-main {
    padding: 0 8px; }

#categoryModal .modal-body, #repostModal .modal-body, #depositModal .modal-body, #bidsModal .modal-body {
  background: rgba(242, 242, 242, 0.5); }
  #categoryModal .modal-header .close, #repostModal .modal-header .close, #depositModal .modal-header .close, #bidsModal .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0; }
  #categoryModal ul, #repostModal ul, #depositModal ul, #bidsModal ul {
    padding-left: 0;
    list-style: none; }
  #categoryModal ul.category-list, #repostModal ul.category-list, #depositModal ul.category-list, #bidsModal ul.category-list {
    padding: 0; }
  #categoryModal ul a, #repostModal ul a, #depositModal ul a, #bidsModal ul a {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
    position: relative; }
  #categoryModal ul a i, #repostModal ul a i, #depositModal ul a i, #bidsModal ul a i {
    margin-left: auto; }
    #categoryModal ul a i:before, #repostModal ul a i:before, #depositModal ul a i:before, #bidsModal ul a i:before {
      content: "\f068" !important; }
  #categoryModal ul a.collapsed i:before, #repostModal ul a.collapsed i:before, #depositModal ul a.collapsed i:before, #bidsModal ul a.collapsed i:before {
    content: "\f067" !important; }
  #categoryModal ul a.no-children, #repostModal ul a.no-children, #depositModal ul a.no-children, #bidsModal ul a.no-children {
    background: #fff; }
    #categoryModal ul a.no-children i, #repostModal ul a.no-children i, #depositModal ul a.no-children i, #bidsModal ul a.no-children i {
      display: none; }
  #categoryModal ul a img, #repostModal ul a img, #depositModal ul a img, #bidsModal ul a img {
    margin-right: 10px;
    width: 30px; }

.tooltip-inner {
  font-size: 1rem; }

.action-group {
  display: flex;
  align-items: center; }

.left-auto {
  margin-left: auto; }
/* Postads */
/*My Listing*/
.my-listing .image-container .image-mirror {
  min-height: 200px;
  background-color: rgba(255, 32, 40, 0.65);
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1; }
  .my-listing .image-container .image-mirror span {
    width: 85%;
    margin: 0 auto; }
  .my-listing .image-container .image-mirror .sold-out {
    background-color: rgba(0, 0, 0, 0.502);
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 0.85rem;
    width: 81px;
    padding: 6px 3px; }
  .my-listing .image-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .my-listing .image-container i.fa {
    transition: all 0.35s ease; }
  .my-listing .image-container i.fa:hover {
    color: #c62026; }
  .my-listing .list-item-container .list-item .item-properties.draft {
    left: auto;
    right: 0px;
    background: transparent;
    padding: 0;
    padding-top: 8px; }
    .my-listing .list-item-container .list-item .item-properties.draft img {
      -webkit-transform: scaleX(-1);
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      transform: scaleX(-1);
      filter: FlipH;
      -ms-filter: "FlipH";
      position: relative;
      width: 46px; }
    .my-listing .list-item-container .list-item .item-properties.draft span {
      position: absolute;
      right: 4px;
      font-size: 0.6rem;
      top: 25px;
      text-transform: uppercase; }
  .my-listing .list-item-container .list-item .item-properties.ad-delete {
    bottom: 3px;
    top: auto;
    left: 0px;
    background: none;
    right: auto;
    cursor: pointer; }
/*My Listing*/
.pagination {
  flex-wrap: wrap; }
  .pagination li.disabled span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #888;
    background-color: #fff;
    border: 1px solid #dee2e6; }
  .pagination li .page-link {
    color: #333; }
  .pagination li.active .page-link {
    color: #fff;
    background-color: #c62026;
    border-color: #c62026; }

.section-title {
  font-weight: 600; }

.user-left-menu, .user-account-menu {
  padding: 15px;
  background: #fff; }
  .user-left-menu ul, .user-account-menu ul {
    margin: 0; }
  .user-left-menu ul li, .user-account-menu ul li {
    cursor: pointer;
    font-size: 15px;
    padding: 5px;
    margin: 0; }
  .user-left-menu ul li a, .user-account-menu ul li a {
    display: block; }
  .user-left-menu ul li:not(:last-child), .user-account-menu ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px; }
  .user-left-menu ul li:hover, .user-account-menu ul li:hover {
    background: #ddd !important; }

.user-account-menu {
  padding: 0; }

.my-account-wrapper {
  background: #fff;
  min-height: 100%;
  height: 100%;
  padding: 15px; }
/*Chat*/
#chatModal .avatar .img-circle {
  border-radius: 25px; }
  #chatModal .chat-text {
    border: 0;
    padding: 10px;
    background: whitesmoke; }
  #chatModal .text {
    width: 100%;
    display: flex;
    flex-direction: column; }
  #chatModal .text > p:first-of-type {
    width: 100%;
    margin-top: 0;
    margin-bottom: auto;
    line-height: 13px;
    font-size: 12px; }
  #chatModal .text > p:last-of-type {
    width: 100%;
    text-align: left;
    color: silver;
    margin-bottom: -7px;
    margin-top: auto; }
  #chatModal .text-l {
    float: left;
    padding-right: 10px; }
  #chatModal .text-r {
    float: right;
    padding-left: 10px; }
  #chatModal .avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    float: left;
    padding-right: 10px; }
  #chatModal .macro {
    margin-top: 5px;
    width: 85%;
    border-radius: 5px;
    padding: 5px;
    display: flex; }
  #chatModal .msj-rta {
    float: right;
    background: whitesmoke; }
  #chatModal .msj {
    float: left;
    background: white; }
  #chatModal .frame {
    background: #e0e0de;
    height: 275px;
    overflow: hidden;
    padding: 0; }
  #chatModal .frame > div:last-of-type {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex; }
  #chatModal body > div > div > div:nth-child(2) > span {
    background: whitesmoke;
    padding: 10px;
    font-size: 21px;
    border-radius: 50%; }
  #chatModal body > div > div > div.msj-rta.macro {
    margin: auto;
    margin-left: 1%; }
  #chatModal ul {
    width: 100%;
    list-style-type: none;
    padding: 18px;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    top: 0;
    overflow-y: scroll;
    margin: 0; }
  #chatModal .msj:before {
    width: 0;
    height: 0;
    content: "";
    top: -5px;
    left: -14px;
    position: relative;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent #fff transparent transparent; }
  #chatModal .msj-rta:after {
    width: 0;
    height: 0;
    content: "";
    top: -5px;
    left: 14px;
    position: relative;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: whitesmoke transparent transparent transparent; }
  #chatModal input:focus {
    outline: none; }
  #chatModal ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d4d4d4; }
  #chatModal ::-moz-placeholder {
    /* Firefox 19+ */
    color: #d4d4d4; }
  #chatModal :-ms-input-placeholder {
    /* IE 10+ */
    color: #d4d4d4; }
  #chatModal :-moz-placeholder {
    /* Firefox 18- */
    color: #d4d4d4; }
  #chatModal .modal-footer .box {
    margin: 0; }
  #chatModal .modal-footer #chat-with-seller {
    width: 100%; }
  #chatModal .modal-footer .action-send {
    border: 1px solid #ddd;
    border-radius: 34px;
    padding: 10px 13px;
    background-color: #eaeaea;
    cursor: pointer; }
  #chatModal .modal-footer .action-send:hover {
    background-color: #c62026;
    color: #fff;
    border-color: #c62026; }
/*Chat*/
/* My Account Messages */
#messageContainer .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  float: left;
  padding-right: 10px; }
  #messageContainer .macro {
    margin-top: 5px;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    display: flex; }
  #messageContainer .msj-rta {
    float: right;
    background: whitesmoke; }
  #messageContainer .msj {
    float: left;
    background: white;
    display: flex;
    align-items: flex-start; }
  #messageContainer .avatar .img-circle {
    border-radius: 25px; }

.messages .list-group-item {
  cursor: pointer; }
  .messages .list-group-item .message-date {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0; }
  .messages .list-group-item .fa-chevron-right {
    position: absolute;
    right: 0;
    top: 0; }

.unseen-count {
  background-color: red;
  padding: 0px 6px;
  border-radius: 18px;
  color: #fff;
  font-size: 0.85rem;
  display: inline-block;
  min-width: 27px;
  text-align: center;
  margin-left: 10px;
  font-style: normal;
  line-height: 27px; }

.login-link .unseen-count {
  position: absolute; }
/*payment-history-page start*/
.payment-history-page .payment-row, .notification-list-page .payment-row, .payment-history-page .notification-row, .notification-list-page .notification-row {
  flex-direction: row;
  padding: 10px; }
  .payment-history-page .payment-row.not-seen, .notification-list-page .payment-row.not-seen, .payment-history-page .notification-row.not-seen, .notification-list-page .notification-row.not-seen {
    font-weight: 700; }
  .payment-history-page .payment-row:hover, .notification-list-page .payment-row:hover, .payment-history-page .notification-row:hover, .notification-list-page .notification-row:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3); }
/*payment-history-page end*/
/*recently-viewed-page start*/
/*recently-viewed-page end*/

.empty-result.dummy-height {
  min-height: 400px; }
  .empty-result > p {
    margin: auto;
    font-size: 1rem; }
/* Wishlist start */
.link-remove-wishlist {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  background: rgba(198, 32, 38, 0.5);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%; }
  .link-remove-wishlist i {
    font-size: 1rem;
    color: #fff; }
  .link-remove-wishlist:hover {
    background: #c62026; }
/* Wishlist end */
/* Package list start */
.package-list-page .package-list-section .card-body {
  cursor: pointer;
  padding: 15px; }
  .package-list-page .package-list-section .card-body .card-title {
    font-size: 1.1rem; }
  .package-list-page .package-list-section .card-body:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3); }
/* Package list end */
/* Package list start */
.verify-code-page .countdown {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 10px auto;
  background: #f5f5f5;
  border-radius: 50%; }
/* Package list end */
/* my account start */
.my-account-page .user-info {
  font-size: 14px; }
  .my-account-page .user-info > p {
    margin-bottom: 5px; }
/* my account end */
/*Banner Popup*/
.popup-banner {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s; }

.popup-banner:hover {
  opacity: 0.7; }

#popupBanner {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 11;
  /* Sit on top */
  padding-top: 20px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */ }
  #popupBanner .popup-modal-content {
    margin: auto;
    display: block;
    max-width: 500px;
    position: relative; }
  #popupBanner .popup-modal-content img {
    width: 100%;
    max-height: 650px; }
  #popupBanner #caption {
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    background: rgba(51, 51, 51, 0.88);
    max-width: 500px;
    bottom: 0;
    height: 45px;
    padding: 10px; }
  #popupBanner #caption a {
    font-size: 1.2rem;
    color: #fff;
    transition: all 0.5s ease;
    width: 33.33%; }
  #popupBanner #caption a i {
    width: auto;
    padding: 13px 21px 13px 5px; }
  #popupBanner #caption a:hover {
    background: #333; }
  #popupBanner #caption .dropdown.share {
    width: 33.33%; }
  #popupBanner #caption .dropdown.share .dropdown-menu {
    transform: translate3d(47px, -159px, 0px) !important; }
    #popupBanner #caption .dropdown.share .dropdown-menu a i {
      padding: 10px; }
    #popupBanner #caption .dropdown.share .dropdown-menu a.gp i {
      padding: 9px 9.5px; }
  #popupBanner .popup-modal-content, #popupBanner #caption {
    animation-name: zoom;
    animation-duration: 0.6s; }

@keyframes zoom {
    from {
      transform: scale(0); }
    to {
      transform: scale(1); } }
  #popupBanner .popup-banner-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s; }
  #popupBanner .popup-banner-close:hover, #popupBanner .popup-banner-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer; }
/*Banner Popup*/
/*faq page*/
.faq-page .faq-box {
  padding: 0; }
  .faq-page .faq-card:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3); }
  .faq-page .faq-card .faq-header {
    cursor: pointer;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none; }
  .faq-page .faq-card .faq-header .faq-question {
    margin: 0;
    font-size: 1.1rem; }
  .faq-page .faq-card .faq-header .accordion-arrow {
    font-size: 20px; }
    .faq-page .faq-card .faq-header .accordion-arrow:before {
      content: "\f106"; }
  .faq-page .faq-card .faq-header.collapsed {
    border-bottom: none; }
    .faq-page .faq-card .faq-header.collapsed .accordion-arrow:before {
      content: "\f107"; }
/*faq page*/
/*Agent page*/
.agents-page .agent-card {
  cursor: pointer;
  height: 100%; }
  .agents-page .agent-card:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3); }
  .agents-page .agent-card .card-footer {
    background: #fff; }
  .agents-page .agent-card .area-badge {
    font-size: 85%; }
/*Agent page*/
.box-shadow {
  box-shadow: 0px 4px 5px 0px #ccc; }

.collapse:not(.show) {
  display: none; }

.advertisement-image {
  width: 100% !important; }

.category-banner .category-banner-item {
  box-shadow: 0px 4px 5px 0px #ccc; }

.btn-commercial-ad {
  text-align: center;
  display: block;
  margin: 10px 0 0;
  font-size: 0.9rem;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0; }
  .btn-commercial-ad:hover {
    background: #c62026;
    color: #fff;
    text-decoration: none; }

.fixed-postad-btn {
  display: none; }

.timer-container {
  display: flex;
  margin-top: 15px;
  text-align: center; }

.timer-section {
  padding: 5px;
  font-size: 13px;
  border: #666 1px solid;
  margin-right: 5px; }

.bid-item-footer {
  display: flex;
  align-items: center; }
  .bid-item-footer .bidder-chat-link {
    margin-left: 12px;
    font-size: 16px; }

.expand-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

#side-menu ul.nav ul {
  padding-left: 12px;
  list-style: none;
  max-height: 0;
  transition: max-height 0.5s;
  overflow: hidden; }

#side-menu ul.nav ul li {
  padding: 5px 0;
  margin: 10px 15px 0; }

#side-menu ul.nav li.expand ul {
  max-height: 1000px;
  transition: max-height 1s; }

.auction-sale-btn {
  position: absolute;
  z-index: 999;
  display: flex; }
  .auction-sale-btn .icon {
    width: 30px;
    height: 30px;
    padding: 6px;
    background: #232323;
    color: #fff; }
  .auction-sale-btn .count {
    width: 30px;
    height: 30px;
    background: #9ab350;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff; }

.auction-timer {
  margin-top: 10px;
  display: flex;
  text-align: center;
  border-top: #f1f1f1 1px solid; }
  .auction-timer .timer-col {
    border-right: #f1f1f1 1px solid; }
  .auction-timer .timer-col .timer-value {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 16px;
    font-weight: bold; }
  .auction-timer .timer-col .timer-text {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    background: #232323;
    color: #fff; }

.auction-expired-cover {
  position: absolute;
  left: 8px;
  right: 8px;
  height: 100%;
  background: rgba(187, 54, 52, 0.78);
  z-index: 99;
  z-index: 99; }
  .auction-expired-cover .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background: #fff;
    color: #232323;
    font-size: 35px;
    text-align: center;
    padding: 3px 15px;
    border-radius: 50%; }
  .auction-expired-cover .expired-text {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    color: #fff;
    border-top: #f1f1f1 1px solid;
    font-size: 15px; }

.bid-value-control {
  width: 32px;
  height: 36px;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  border: 1px solid #ced4da;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer; }
  .bid-value-control:hover {
    border: 1px solid #795548; }

#bid_value {
  width: 25%; }
/*---------------responsive.css------------*/
@media (min-width: 1366px) {
  .shop-banner {
    width: 94% !important;
    height: 100% !important;
    max-height: 393px !important;
    margin-left: 12px !important;
    margin-right: 64px !important; }

  .shop-details {
    width: 228px !important;
    height: 174px !important; }

  .store-image {
    width: 80% !important;
    height: 110% !important; }

  .call-details {
    border: 1px solid silver !important;
    margin: 8px 4px 0 !important;
    padding-bottom: 12px !important; }

  .follow {
    margin-top: 11px !important;
    padding: 9px !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-name {
    font-size: 13px; }

  .category-item img {
    height: 60px !important; }

  .loc-title {
    margin-left: -5px;
    margin-right: 5px;
    margin-top: 12px;
    font-weight: 600;
    font-size: 15px;
    color: black; }

  .shop-banner {
    width: 94% !important;
    height: 100% !important;
    max-height: 398px !important;
    margin-left: 12px !important;
    margin-right: 64px !important; }

  .phone-number {
    font-size: 16px;
    margin-left: -2px;
    margin-right: 43px;
    cursor: pointer;
    color: #0a0808; }

  #check-icon {
    margin-right: 5px !important; }

  #follow-icon {
    margin-right: 15px !important; }

  .shop-details {
    width: 224px;
    margin-top: 10px;
    height: 178px;
    display: block;
    border: 1px solid silver; }

  .category-page .slick-track {
    width: 973px !important;
    margin-left: 183px !important; }

  #follow-icon1 {
    margin-right: 12px !important; } }

@media only screen and (max-width: 991px) {
  /*#bid_value { width: 50%;}*/
    body > header .main-header-container {
      padding: 10px 0;
      background: #c62026; }
      body > header .main-header-container > .container {
        max-width: 100%; }
    .main-content-wrapper {
      padding-top: 70px; }
    .mobile-header {
      align-items: center; }
      .mobile-header .header-logo {
        max-width: 100px; }
      .mobile-header .navbar-toggler-icon {
        background-image: url(../../images/navbar-toggler-icon.svg); }
      .mobile-header .col-right {
        text-align: right; }
      .mobile-header .col-right > a {
        color: #fff;
        font-size: 15px; }
      .mobile-header .col-right .search-link {
        padding-right: 10px; }
      .mobile-header .col-right .notification-link .notification-badge {
        right: -12px;
        top: -5px; }
    .navbar-toggler:focus, .navbar-toggler:hover {
      outline: none; }
    #side-menu {
      background-color: rgba(242, 242, 242, 0.5);
      border-color: rgba(242, 242, 242, 0.5);
      width: 300px; }
      #side-menu ul.navmenu-nav {
        margin: 10px 0;
        background: #fff; }
      #side-menu ul.navmenu-nav > li {
        padding: 10px 15px;
        /*display: flex;*/
        align-items: center; }
        #side-menu ul.navmenu-nav > li > i {
          font-size: 15px;
          color: #777;
          padding-right: 10px;
          width: 25px; }
        #side-menu ul.navmenu-nav > li > a {
          /*display: block;*/
          width: 100%;
          font-size: 15px;
          /*padding: 10px 0;*/
          border-bottom: 1px solid rgba(242, 242, 242, 0.5); }
    .shopicon {
      width: 18px;
      margin-right: 6px; }
    .modal-dialog {
      width: 80%;
      margin: 10%; }
    .footer-middle .card:not(:first-child) .footer-title {
      margin-bottom: 10px;
      margin-top: 20px; }
      .footer-middle .footer-link a {
        font-size: 12px; }
    .footer-bottom .social-media-container, .footer-bottom .copyright-container {
      text-align: center !important; }
    .home-page .home-right-content {
      padding: 0; }
    .user-left-menu {
      /*display: none;*/ }
    #side-menu ul.navmenu-nav > li > a {
      display: inline;
      width: 100%;
      font-size: 15px;
      /* padding: 10px 0; */
      border-bottom: 1px solid rgba(242, 242, 242, 0.5); } }

@media only screen and (max-width: 768px) {
  #mob-search {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    margin: -6px 0 10px;
    position: relative;
    background: #fff; }
    #mob-search input {
      height: 3rem;
      width: 100%;
      border-radius: 0;
      border: none;
      padding: 0; }
      #mob-search input:focus {
        box-shadow: none; }
    #mob-search .btn-search {
      position: absolute;
      right: 22px;
      top: 16px;
      color: #565656; }

  .width-49 {
    width: 50% !important; }

  .tab-purchase-padding {
    padding-left: 26px !important;
    padding-right: 9px !important; }

  .tab-earn-padding {
    padding-left: 13px !important;
    padding-right: 35px !important; }

  .random-offers {
    display: none !important; }

  .plus-icon {
    margin-right: 0px !important;
    color: #f1eeee !important;
    border: 1px solid #c62026 !important;
    background: #c62026 !important;
    padding: 10px !important;
    margin-left: 0px !important;
    width: 169px !important;
    border-radius: 6px !important; }

  #check-icon {
    margin-right: 0px !important;
    margin-left: 4px !important; }

  .active, .dot:hover {
    background-color: #c62026 !important; }

  .regButtons {
    display: flex !important;
    gap: 30% !important; }

  .title-store {
    font-size: 24px !important;
    margin-left: 0px !important;
    margin-top: -19px !important; }

  .follow {
    margin-top: 10px !important;
    margin-left: 1px !important;
    margin-right: 3px !important;
    padding: 7px !important;
    padding-right: 51px !important;
    padding-left: 51px !important;
    border-radius: 7px !important;
    border: 1px solid #c62026 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    color: #c62026 !important; }

  .followed {
    margin-top: 10px !important;
    margin-left: 4px !important;
    margin-right: 6px !important;
    padding: 2px !important;
    padding-right: 38px !important;
    padding-left: 39px !important;
    padding-top: 6px !important;
    border-radius: 7px !important;
    border: 1px solid #c62026 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    color: #c62026 !important; }

  .followText {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .directSale-response {
    display: block !important;
    overflow-x: hidden !important; }

  .directSale-web {
    display: none !important; }

  .shop-logo {
    width: 85px !important;
    height: 85px !important;
    margin-left: 0px;
    border-radius: 8px !important; }

  .shop-details {
    width: 100% !important;
    display: flex !important;
    height: auto !important;
    border: none !important;
    margin-top: 23px !important;
    margin-right: -5px !important; }

  .store-logo {
    width: 30% !important; }

  .shop_title {
    width: 70% !important;
    display: flex !important;
    margin-right: 16px !important; }

  .follow:hover {
    background-color: #c62026 !important;
    color: #fff !important; }

  .followed:hover {
    background-color: #c62026 !important;
    color: #fff !important; }

  .store-image {
    width: 100% !important; }

  .image-banner {
    width: 114% !important;
    margin-left: -30px !important;
    height: 165px !important;
    margin-right: -20px !important;
    object-fit: unset !important; }

  .border-break {
    border-bottom: 1px solid #f8f8f8 !important;
    border-width: 7px !important;
    width: 390px !important;
    margin-left: -18px !important;
    margin-right: -31px !important; }

  .direct-ad-image {
    width: 168px !important; }

  .ads-list {
    margin-top: 23px !important;
    margin-left: 0px !important; }

  .border-break2 {
    border-bottom: 1px solid #f8f8f8 !important;
    border-width: 7px !important;
    width: 433px !important;
    margin-left: -32px !important;
    margin-right: -31px !important; }

  .border-break1 {
    border-bottom: 1px solid #f8f8f8 !important;
    border-width: 7px !important;
    width: 426px !important;
    margin-left: -29px !important;
    margin-right: -31px !important; }

  .title-store {
    font-size: 24px !important;
    margin-left: 0px !important; }

  .number {
    margin-left: 15px !important; }

  .followText {
    margin-left: 3px;
    margin-right: 4px;
    font-size: 17px; } }

@media only screen and (max-width: 767px) {
  .offer-listing-page {
    padding: 0; }

  .product {
    width: 100% !important;
    margin-left: 0px !important; }

  .product-view .slick-list .slick-slide img {
    max-width: 93% !important; }

  .product-view .right-content {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px; }
    .product-view .right-content .recommended {
      background: transparent; }
      .product-view .right-content .recommended h6 {
        font-size: 0.89rem; }
      .product-view .right-content .recommended span {
        font-size: 0.6rem; }
      .product-view .right-content .recommended .slick-prev:before, .product-view .right-content .recommended .slick-next:before, .product-view .right-content .recommended .slick-prev, .product-view .right-content .recommended .slick-next {
        display: none !important; }

  .home-right-content {
    padding-left: 0;
    padding-top: 1rem; }

  #chatModal .macro {
    width: 81%; }

  .postads .form-fields .location-box .search-location {
    padding: 0; }
    .postads .form-fields .add-images .file-drop-zone .krajee-default.file-preview-frame .kv-file-content {
      max-height: 68px; }
      .postads .form-fields .add-images .file-drop-zone .krajee-default.file-preview-frame .kv-file-content img {
        max-height: 68px; }
      .postads .form-fields .add-images .file-drop-zone .krajee-default.file-preview-frame .file-thumbnail-footer {
        height: 35px; }
      .postads .form-fields .add-images .file-drop-zone .krajee-default.file-preview-frame .file-actions {
        margin-top: 4px; }
      .postads .form-fields .add-images .file-drop-zone .file-drop-zone-title {
        clear: both; }

  .my-account-right {
    padding: 0; }

  #categories-left-menu .card .card-header h5 .top-category {
    font-size: 0.8rem; }
    #categories-left-menu .card .card-body .list-group-item a {
      font-size: 0.7rem; }

  h2.page-title {
    font-size: 1.2rem !important; }

  .all-category-page .top-category {
    font-size: 1.1rem;
    margin-bottom: 20px; }
    .all-category-page .subcategory-wrapper {
      margin: 0; }

  .section-title h3 span {
    font-size: 1rem; }
    .section-title h3 .view-all {
      font-size: 0.6rem; }

  .product-view .card-body .card-title {
    font-size: 1.1rem; }

  .user-account-menu {
    padding: 15px; }

  .category-page .page-title h3 {
    font-size: 1.2rem; }
    .category-page #categories-left-menu {
      box-shadow: 0px 4px 5px 0px #ccc; }
    .category-page #categories-left-menu .categories-menu {
      display: none; }
    .category-page #categories-left-menu .category-menu-title:after {
      font-family: FontAwesome;
      content: "\f107";
      float: right;
      font-size: 1rem; }
      .category-page #categories-left-menu .category-menu-title.active:after {
        font-family: FontAwesome;
        content: "\f106";
        float: right; }

  .random-offers {
    display: none !important; }

  .fixed-postad-btn {
    position: fixed;
    z-index: 2;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 25px;
    background: #c62026;
    color: #fff;
    line-height: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15); }
    .fixed-postad-btn svg {
      fill: #fff;
      /*margin-right: 8px;*/ }
    .fixed-postad-btn span {
      font-size: 20px; }

  .btn {
    font-size: 11px; }

  .subtitle {
    font-size: 20px !important;
    margin-left: 21px !important;
    margin-right: 21px !important;
    margin-bottom: 13px !important; }

  .title {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .chatsection1 {
    margin-top: 35px !important; }

  .icon-margin {
    margin-top: 12px !important; }

  .product-view .floating-buttons {
    font-size: 18px !important;
    top: 78px !important;
    right: 52px !important; }

  .posted-date {
    margin-top: 11px !important;
    font-size: 14px !important; }

  .view-icon {
    font-size: 14px !important; }

  .location {
    font-size: 14px !important;
    margin-left: 25px !important; }

  .icon-size {
    font-size: 14px !important; }

  .imgseller {
    font-size: 13px !important;
    padding-right: 14px !important;
    padding-left: 16px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-radius: 3px !important;
    margin-top: -33px !important;
    margin-right: 206px !important; }

  .logo {
    font-size: 15px !important; }

  .image {
    width: 65px !important;
    height: 65px !important; }

  .chat {
    font-size: 15px !important;
    padding-right: 19px !important;
    padding-left: 14px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-radius: 3px !important;
    margin-left: -1px !important; }

  .chat-icon {
    font-size: 17px !important; }

  .call {
    font-size: 14px !important;
    padding-right: 20px !important;
    padding-left: 16px !important;
    padding-top: 11px !important;
    padding-bottom: 7px !important;
    border-radius: 3px !important;
    margin-left: 0px !important; }

  .reportad {
    font-size: 14px !important;
    padding-right: 121px !important;
    padding-left: 137px !important;
    padding-top: 10px !important;
    padding-bottom: 8px !important;
    /* margin-left: -1px !important; */ }

  .left-card {
    width: 111% !important;
    height: unset !important;
    margin-bottom: 0px !important; }

  .image-carousal {
    max-width: 116% !important;
    height: 67% !important; }

  .innerimg {
    height: 217px !important; }

  .report {
    margin-top: 30px !important; }

  .card-margin {
    height: 500px !important; }

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

  .shopicon {
    width: 18px;
    margin-right: 6px !important; }

  .seller-info {
    margin-left: 99px !important;
    margin-top: -59px !important; }

  .title-desc {
    margin-left: 18px !important;
    margin-top: 45px !important; }

  .cat-image {
    width: 127px !important; }

  .advertisement-grid.row, .grid.row {
    margin-left: -9px !important;
    margin-right: -9px !important; }

  .category-page .tab-slider .nav-tabs {
    border-bottom: 0 !important;
    margin-left: -7px !important;
    margin-right: -5px !important; }

  .active, .dot:hover {
    background-color: white !important; }

  .carousel1 {
    margin-left: 13px !important; }

  .membershipTypeAds .pakcageDetails1 {
    margin: 47px 4px 0 !important;
    padding: 0 8px 8px !important;
    width: 143px !important; }

  .carousel1--item {
    min-width: 154px !important; }

  .carousels {
    margin-left: 53px !important; }

  .verify-phone {
    margin-left: -13px; }

  .verify-phone-code {
    width: 84%; }

  .text-center {
    display: flex !important; }

  h2.page-title {
    font-size: 1.2rem;
    display: block !important; }

  .text-uppercase {
    margin-left: 14px !important;
    font-size: 16px !important; }

  .token {
    margin-left: 14px !important; }

  .ad-count {
    margin-left: 14px !important; }

  .ad-price {
    margin-left: 14px !important; }

  .auction-price {
    margin-left: 14px !important; }

  .feature-cost {
    margin-left: 14px !important; }

  .total-charge {
    margin-left: 14px !important; }

  .store-banner img {
    width: 100%;
    object-fit: contain;
    height: 165px; }

  .social-network {
    margin-left: 7px; }

  .container-en {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important; }

  .direct-cat-image {
    width: 161px !important; }

  .shop_name {
    padding-top: 20px !important;
    margin-left: 10px !important; }

  .call-btn {
    margin-left: -172px !important; }

  .phone-box {
    border-radius: 50px !important;
    border: 1px solid #a2a2a2 !important;
    padding: 6px 13px 6px 13px !important;
    width: 43px !important;
    height: 43px !important;
    color: #c62026 !important;
    /* font-size: 1rem; */
    margin-top: 77px !important;
    font-size: 22px !important;
    transition: all 0.5s ease;
    margin-left: -15px !important;
    box-shadow: 0px 5px 5px #000; }

  .user-box {
    border-radius: 50px;
    border: 1px solid #a2a2a2;
    padding: 3px 8px 1px 9px;
    width: 43px;
    height: 43px;
    /* color: #c62026; */
    /* font-size: 1rem; */
    margin-top: 77px !important;
    margin-left: 60px !important;
    font-size: 24px;
    transition: all 0.5s ease;
    box-shadow: 0px 5px 5px #000; }

  .share-box {
    border-radius: 50px;
    border: 1px solid #a2a2a2;
    padding: 3px 8px 1px 9px;
    width: 43px;
    height: 43px;
    /* color: #c62026; */
    /* font-size: 1rem; */
    margin-top: 77px !important;
    margin-left: 60px !important;
    font-size: 24px;
    transition: all 0.5s ease;
    box-shadow: 0px 5px 5px #000; }

  .mobile-icon {
    background: var(--white) !important;
    height: 143px !important;
    margin-top: -34px !important;
    margin-bottom: 29px !important;
    position: inherit !important;
    border-radius: 14px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    box-shadow: 0 5px 10px #000 !important;
    display: flex; }

  .followed-user {
    color: var(--dark) !important; }

  .follow-user {
    color: var(--dark) !important; }

  .store-heading {
    font-size: 16px !important;
    width: 213px !important; } }

@media only screen and (max-width: 640px) {
  .modal-content {
    width: 100%; }

  #popupBanner .popup-banner-close {
    top: 24px;
    right: 5px;
    background-color: #333;
    line-height: 20px;
    z-index: 11;
    padding: 6px 10px 9px; }

  .postads .form-fields .ad-settings > div .card {
    height: 7rem; } }

@media only screen and (max-width: 480px) {
  .postads .form-fields .features .card .card-body h5 {
    font-size: 0.9rem; }

  .postads .select-category-container .select-category {
    font-size: 12px; }

  .messages .list-group-item {
    cursor: pointer; }
    .messages .list-group-item h5 {
      font-size: 0.91rem; }

  #categoryModal .modal-dialog {
    width: 100%;
    margin: 0;
    max-width: 100%; }
    #categoryModal .modal-title {
      font-size: 1.2rem; }

  .user-left-menu {
    display: none; } }

@media only screen and (max-width: 400px) {
  .postads .form-fields .features .card .card-body .fa-information {
    left: 2px;
    top: 32px; }

  .ex-social-icon {
    margin-left: -14px !important; }

  .shareIcon-name {
    font-size: 12px !important; }

  .ex-pagelink {
    width: 346px !important;
    margin-left: -14px !important; }

  .storeAd-img {
    width: 51px !important;
    padding: 11px !important; }

  .ex-page-heading {
    margin-left: -12px !important; }

  .follow {
    margin-top: 10px !important;
    margin-left: 0px !important;
    margin-right: 2px !important;
    padding: 7px !important;
    padding-right: 51px !important;
    padding-left: 52px !important;
    border-radius: 7px !important;
    border: 1px solid #c62026 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    color: #c62026 !important; }

  .followed {
    margin-top: 10px !important;
    margin-left: 0px !important;
    margin-right: 6px !important;
    padding: 2px !important;
    padding-right: 41px !important;
    padding-left: 41px !important;
    padding-top: 6px !important;
    border-radius: 7px !important;
    border: 1px solid #c62026 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    color: #c62026 !important; }

  .active, .dot:hover {
    background-color: #c62026 !important; }

  #follow-icon {
    margin-right: 0px !important;
    margin-left: 0px !important; }

  .phone-icon {
    color: #f1eeee !important;
    border: 1px solid #c62026 !important;
    background: #c62026 !important;
    padding: 10px !important;
    margin-left: 0px !important;
    width: 174px !important;
    border-radius: 6px !important; }

  .shop-logo {
    width: 85px !important;
    height: 85px !important;
    margin-left: 3px !important;
    border-radius: 8px !important; }

  .shop_title {
    width: 70% !important;
    display: flex !important;
    margin-right: 16px !important;
    margin-left: -10px !important; }

  #check-icon {
    margin-left: -2px !important; } }

@media only screen and (min-width: 768px) {
  .hidden-sm {
    display: none; }

  .shopicon {
    width: 18px;
    margin-right: 6px; }

  .category-page #categories-left-menu {
    box-shadow: 0px 4px 5px 0px #ccc; }
    .category-page #categories-left-menu .categories-menu {
      display: block !important; } }

@media only screen and (min-width: 992px) {
  .hidden-sm {
    display: none; }

  .modal-dialog {
    width: 400px;
    margin: 30px auto; } }

@media (min-width: 320px) and (max-width: 767px) {
  .tab-slider .scroller-right {
    top: 24px !important; }

  .g-recaptcha {
    transform: scale(1) !important;
    transform-origin: 0 0 !important; }

  .category-page .slick-track {
    margin-left: 0px !important; }

  .image-banner {
    width: 114% !important;
    margin-left: -24px !important;
    height: 165px !important;
    margin-right: -20px !important;
    object-fit: unset !important; }

  .shop-logo {
    width: 85px !important;
    height: 85px !important;
    margin-left: 0px;
    margin-right: 14px;
    border-radius: 8px !important; }

  .followed {
    margin-top: 10px !important;
    margin-left: 4px !important;
    margin-right: 0px !important;
    padding: 2px !important;
    padding-right: 47px !important;
    padding-left: 47px !important;
    padding-top: 6px !important;
    border-radius: 7px !important;
    border: 1px solid #c62026 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    color: #c62026 !important; }

  .phone-icon {
    color: #f1eeee !important;
    border: 1px solid #c62026 !important;
    background: #c62026 !important;
    padding: 8px !important;
    margin-left: 0px !important;
    width: 139px !important;
    border-radius: 6px !important; }

  .follow {
    margin-top: 10px !important;
    margin-left: 2px !important;
    margin-right: 4px !important;
    padding: 7px !important;
    padding-right: 49px !important;
    padding-left: 49px !important;
    border-radius: 7px !important;
    border: 1px solid #c62026 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    color: #c62026 !important; } }

.firstone {
  display: flex;
  width: 100%; }

.firstone p {
  margin: 0; }

.first-rightone {
  width: 30%; }

.first-rightone a {
  width: 100%; }

.first-leftone {
  width: 70%; }
/* package design css */
#page, .bottomFooterCont, .countryHeaderContent, .footerCont, .headerCont, .navCont, .page404HeaderCont {
  width: 100%;
  margin: auto; }

#page {
  margin: 15px auto; }

.getMoreAds {
  margin: 30px 0px 56px 0px;
  color: #636363; }

.getMoreAds h2 {
  margin-bottom: 5px;
  font-size: 24px; }

.getMoreAds h2 ~ span span {
  color: #eda601; }

.getMoreAds h2 ~ span {
  font-size: 23px; }

.mb-30 .membershipTypeContainer {
  width: 800px; }

.membershipType {
  width: 79%;
  margin-left: 88px;
  margin-right: 0px;
  justify-content: center; }

.membershipType {
  font-size: 13px;
  margin-bottom: 3px; }

.post-view .userCard .membershipType, .shops-profile .membershipType {
  width: auto; }

.membershipType .pakcageDetails, .membershipType .title {
  border: solid 1px #e2e2e2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 6px 0 12px;
  background-color: #f9f9f9; }

.membershipType .title:first-child {
  border-radius: 8px 0 0 8px; }

.membershipType .title:last-child {
  border-radius: 0 8px 8px 0; }

.membershipType .title:last-child:first-child {
  border-radius: 8px; }

.shops-shop-landing .membershipType .title {
  padding: 21px 0 27px; }

.membershipType .title.active, .membershipType .title:hover {
  background-color: #008dff;
  border-color: #008dff;
  color: #fff;
  cursor: pointer; }

.membershipType .pakcageDetails {
  margin: 42px 1px 3px;
  border-radius: 8px;
  padding: 0 8px 8px;
  cursor: pointer;
  width: 175px; }

.membershipType .pakcageDetails.activePrice:before, .membershipType .pakcageDetails:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  border: solid 2px #e42d2d;
  position: absolute;
  border-radius: 8px;
  left: 0;
  top: 0; }

.membershipType .pakcageDetails.activePrice > .duration, .membershipType .pakcageDetails:hover > .duration {
  background: #e42d2d; }

.membershipType .pakcageDetails .duration {
  position: absolute;
  background-color: #df0808;
  top: -15px;
  width: 115px;
  border-radius: 50px;
  padding: 6px;
  margin: 0 auto;
  left: 0;
  right: 0; }

.membershipType .title.active .vasIcon, .membershipType .title:hover > .vasIcon {
  color: #fff; }

.accountPackage.silver {
  background-color: #9a9a9a; }

.Silver, .silver {
  color: #9a9a9a; }

.Gold, .gold {
  color: #eabd00; }

.Rose.Gold, .rose.gold {
  color: #eab7b2; }

.hiddenBtn {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: 0;
  border-radius: 8px; }

.whiteColor {
  color: #fff; }

.font-20 {
  font-size: 20px; }

.membershipPriceWithDisc {
  padding-top: 20px; }

.membershipPriceNoDisc {
  padding-top: 50px; }

.black {
  color: #000; }

.block {
  display: block; }

.bold {
  font-weight: 700; }

.premiumDateTitle span.bold {
  font-size: 22px;
  line-height: 40px; }

.member-my-wallet .premiumDateTitle span.bold {
  font-size: 24px; }

.pb15 {
  padding-bottom: 15px; }

.font-12 {
  font-size: 12px; }

.membershipcurrency {
  padding-bottom: 40px; }

.relative.disabledFav {
  border-color: #f1f1f1;
  cursor: default;
  pointer-events: none;
  opacity: 0.5; }

.relative {
  position: relative; }

.orangeBtn, input.orangeBtn {
  background-color: #e42d2d; }

.orangeBtn:hover, input.orangeBtn:hover {
  background-color: #e42d2d; }

.orangeBtn {
  margin-top: 25px;
  height: 40px; }

.membershipType .orangeBtn {
  border-radius: 8px; }

.center {
  text-align: center; }

.orangeBtn span {
  font-size: 20px; }

button, fieldset, img {
  border: 0; }

.flex {
  display: flex; }

.mt8 {
  margin-top: 8px; }

.width-100 {
  width: 100%; }

.membershipDetailsContainer {
  width: 90%;
  margin: 40px 40px; }

.grey {
  color: grey; }

.normal {
  font-weight: 400;
  font-size: 23px; }

.mb15 {
  margin-bottom: 15px; }

.benefitsDesc {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.benefitsDesc .numOfAds {
  color: #008dff; }

.blueBtn, .greenBtn, .greyBtn, .orangeBtn, .redBtn, input.blueBtn, input.greenBtn, input.greyBtn, input.orangeBtn, input.redBtn {
  display: block;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  font-weight: 700;
  padding: 0 15px;
  line-height: 35px; }

.benefitsDesc .benefits.no:before, .benefitsDesc .benefits.yes:before {
  /* content: '\e9c9'; */
  content: "\2713";
  color: #c62026;
  font-family: icomoon, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 24px; }

.benefitsDesc .benefits.no:before {
  content: '\e9aa';
  color: red; }

.fLeft {
  float: right; }

.mt8 {
  margin-top: 8px; }

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

.benefitsDesc .numOfAds {
  color: #c62026; }

.hide {
  display: none; }

.clear {
  clear: both; }

.mt15 {
  margin-top: 15px; }

.pt15 {
  padding-top: 15px; }

.mb15 {
  margin-bottom: 15px; }

@media only screen and (max-width: 767px) {
  .mobile-carousel {
    margin-top: -11px !important;
    height: 261px !important;
    margin-left: 0px !important; }

  .DATA-ICON {
    margin-top: -16px !important;
    margin-left: 215px !important; }

  .SELLER-DATA {
    width: 100% !important;
    display: flex !important; }

  .card-detail {
    margin-top: 52px !important; }

  .section-title h3 span::after {
    width: 101% !important;
    height: 26px !important; }

  .mobile-responsive {
    display: block !important;
    background: white !important; }

  .border {
    border: 1px solid transparent !important; }

  .product {
    width: 95% !important;
    margin-left: 10px !important;
    margin-top: 52px !important;
    margin-right: 9px !important; }

  .slick-slide img {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 3px;
    margin-left: 13px; }

  .slick-dots {
    display: none !important; }

  .product-view .slick-list .slick-slide img {
    max-width: 93% !important; }

  #msform fieldset .form-card {
    margin: 0px 0% 20px 0.1% !important; }

  .membershipDetailsContainer {
    width: 22% !important;
    margin-left: 30px !important; }

  .membershipType {
    width: 33.4% !important;
    margin-left: -53px !important;
    margin-right: -17px !important; }

  .getMoreAds {
    width: 28% !important; }

  #progressbar {
    /* margin-left: 33px !important; */
    width: 94% !important;
    margin-right: -8px; }

  .carousel--item {
    min-width: 93px !important;
    height: 215px !important; }

  #progressbar {
    display: none !important; }

  .membershipType .pakcageDetails {
    /* padding: 0 8px 8px; */
    width: 90px !important;
    height: 140px !important; }

  .membershipType .pakcageDetails .duration {
    width: 86px; }

  .web-responsive {
    display: none !important; }

  .responsive-package {
    display: block !important; }

  #msform fieldset .form-card::-webkit-scrollbar {
    overflow: hidden !important; }

  .packageBuyBtn1 {
    display: block !important; }

  #msform .action-button-previous {
    display: none !important; }

  .what {
    display: flex;
    align-items: center; }

  .what img {
    position: absolute;
    right: 220px;
    width: 27px;
    height: 20px; }

  .what button {
    font-size: 12px;
    padding-left: 37px; }

  .app button {
    font-size: 12px;
    padding-left: 37px; }

  .app {
    display: flex;
    align-items: center; }

  .app img {
    position: absolute;
    left: 109px;
    width: 20px;
    height: 20px; }

  .carousel--item {
    min-width: 109px !important;
    height: 215px !important; } }
/* seperator */
.separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 22px; }

.separator::before, .separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #666363; }

.separator:not(:empty)::before {
  margin-right: 0.25em; }

.separator:not(:empty)::after {
  margin-left: 0.25em; }
/* carousel */
.carousel {
  margin-top: 0px;
  margin-left: 8px;
  display: flex;
  gap: 0.3rem;
  overflow-x: auto; }

.carousel--item {
  min-width: 213px;
  height: 293px;
  border-radius: 0.4em;
  background-position: center;
  background-size: cover;
  opacity: 0.85;
  transition: 300ms ease; }

.carousel::-webkit-scrollbar {
  height: 2px; }

.carousels::-webkit-scrollbar {
  height: 2px; }
/* Track */
.carousel::-webkit-scrollbar-track {
  background: #f1f1f1;
  height: 2px; }

.carousels::-webkit-scrollbar-track {
  background: #f1f1f1;
  height: 2px; }
/* Handle */
.carousel::-webkit-scrollbar-thumb {
  background: #c62026;
  height: 2px; }

.carousels::-webkit-scrollbar-thumb {
  background: #c62026;
  height: 2px; }

#msform fieldset .form-card::-webkit-scrollbar {
  overflow: auto; }

.swiper-scrollbar {
  background: #d6d6d6; }

.font-15 {
  font-size: 15px; }
/* commercial ads start */
.membershipTypeAds {
  width: 90%;
  margin-left: 14px;
  justify-content: center;
  font-size: 13px;
  margin-bottom: 3px; }

.membershipTypeAds .pakcageDetails1, .membershipType .title {
  border: solid 1px #e2e2e2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 6px 0 12px;
  background-color: #f9f9f9; }

.membershipTypeAds .title.active, .membershipTypeAds .title:hover {
  background-color: #008dff;
  border-color: #008dff;
  color: #fff;
  cursor: pointer; }

.membershipTypeAds .pakcageDetails1 {
  margin: 50px 8px 0;
  border-radius: 8px;
  padding: 0 8px 8px;
  cursor: pointer;
  width: 175px; }

.membershipTypeAds .pakcageDetails1 .activePrice:before, .membershipTypeAds .pakcageDetails1:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  border: solid 2px #e42d2d;
  position: absolute;
  border-radius: 8px;
  left: 0;
  top: 0; }

.membershipTypeAds .orangeBtn {
  border-radius: 8px; }
/* commercial ads end */
.myGalleryImages {
  width: 85%; }

.height-150 {
  height: 150px; }
/* new css */
.whatsapp-icon {
  width: 15px;
  height: 15px;
  margin-bottom: 3px;
  margin-left: 4px; }

@media only screen and (max-width: 375px) {
  .membershipTypeContainer2 {
    margin-top: -52px !important; }

  .membershipTypeAds {
    width: 100% !important;
    height: 295px;
    margin-left: 0px !important; }

  .carousel1--item {
    min-width: 128px !important; }

  .carousel1 {
    margin-left: 0px !important;
    gap: 0.1rem !important; }

  .membershipTypeAds .pakcageDetails1 {
    margin: 46px 3px 0 !important;
    padding: 0 8px 8px !important;
    width: 129px !important; }

  .membershipTypeAds .pakcageDetails1 {
    margin: 82px 4px 6px !important;
    padding: 0 8px 8px !important;
    width: 117px !important;
    height: 172px !important; }

  .membershipTypeAds .orangeBtn {
    border-radius: 8px !important;
    margin-top: -19px !important;
    height: 33px !important; }

  .view {
    width: 27px !important;
    margin-right: 10px !important; }

  #popupBanner .popup-banner-close {
    font-size: 30px !important;
    border-radius: 50% !important;
    right: 74px !important;
    /* background: white !important; */
    padding-top: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 7px !important;
    font-weight: bold !important;
    /* transition: 0.3s; */
    z-index: 99 !important; }

  .img-thumbnail {
    border-radius: 33px !important;
    width: 46px !important;
    margin: 0 auto !important;
    padding: 9px !important; }

  .modal .modal-header .close {
    margin-top: -7px !important; }

  .modal-footer > * {
    width: 342px !important;
    margin-left: -14px !important; }

  #popupBanner #caption a i {
    padding: 4px 4px 0px 0px !important; }

  .token-btn {
    margin-left: 0px !important; }

  .dropdown-menu {
    border: unset !important; }

  .trans-heading {
    margin-left: 39px !important; }

  .tokens-details {
    margin-left: -33px !important;
    margin-right: 11px !important; }

  .transcation-details {
    width: 90% !important;
    margin: 40px 36px !important; }

  .tokenbtn {
    margin-left: 11px !important;
    width: 193px !important;
    margin-right: 6px !important;
    font-size: 15px !important; }

  .package-dropdown-menu {
    border: unset !important;
    background-color: transparent !important; }

  .share-image {
    width: 49px !important;
    margin-right: 13px !important;
    margin-left: -7px !important;
    padding: 10px !important; }

  .copylinkinput {
    margin: 0.25rem !important;
    width: 338px !important;
    margin-left: -12px !important; } }

@media (max-width: 425px) {
  /* .mobile-header .col-right {
   margin-left:
   273px !important;
   margin-right:
   249px !important;
   margin-top:
   -37px !important;
   } */
    .rc-anchor-normal .rc-anchor-pt {
      margin: 2px 48px 0 0; }
    .modal-dialog {
      width: 80% !important;
      margin: 10% !important; }
    .membershipTypeAds {
      width: 106% !important;
      margin-left: -12px !important; }
    .carousel1 {
      margin-left: 13px !important; }
    .carousel1--item {
      min-width: 139px !important; }
    .view {
      width: 27px !important;
      margin-right: 10px !important; }
    #popupBanner .popup-banner-close {
      font-size: 30px !important;
      border-radius: 50% !important;
      right: 90px !important;
      /* background: white !important; */
      padding-top: 5px !important;
      padding-left: 5px !important;
      padding-right: 5px !important;
      padding-bottom: 7px !important;
      font-weight: bold !important;
      /* transition: 0.3s; */
      z-index: 99 !important; }
    .modal .modal-header .close {
      margin-top: -6px !important; }
    .modal-footer > * {
      width: 373px !important;
      margin-left: -14px !important; }
    #popupBanner #caption a i {
      width: auto;
      padding: 1px 1px 0px 0px !important; }
    .icon-container1 {
      gap: 3px !important;
      margin-left: 0px !important; }
    .img-thumbnail {
      border-radius: 33px !important;
      width: 53px !important;
      padding: 12px !important; }
    .token-btn {
      margin-left: 26px !important; }
    .tokenbtn {
      font-size: 15px !important; }
    .dropdown-menu {
      border: unset !important;
      background-color: transparent !important; }
    .trans-heading {
      margin-left: 38px !important; }
    .tokens-details {
      margin-left: -37px !important; }
    .mobile-header .col-right {
      margin-left: 273px !important;
      margin-right: 249px !important;
      margin-top: -37px !important; }
    .refshare-image {
      width: 55px !important;
      margin-right: 12px !important;
      margin-left: -8px !important;
      padding: 13px !important; }
    .copylinkinput {
      margin: 0.25rem;
      width: 364px;
      margin-left: -10px; }
    .share-media-name {
      margin-left: 0px !important;
      font-size: 11px !important; }
    .token-btn {
      margin-left: 26px !important; }
    .tokenbtn {
      font-size: 15px !important; }
    .package-dropdown-menu {
      border: unset !important;
      background-color: transparent !important; }
    .trans-heading {
      margin-left: 38px !important; }
    .tokens-details {
      margin-left: -37px !important; }
    .share-image {
      width: 55px !important;
      margin-right: 12px !important;
      margin-left: -8px !important;
      padding: 13px !important; }
    .copylinkinput {
      margin: 0.25rem;
      width: 364px;
      margin-left: -10px; }
    .navbar-toggler-icon {
      width: 1.5em !important;
      height: 1.5em !important;
      margin-left: 10px !important; }
    .first-rightone {
      width: 40% !important; }
    .renew {
      width: 105% !important;
      text-align: center !important;
      padding: 4px !important;
      padding-top: 7px !important;
      margin-left: 0px !important; }
    .title-store {
      border-radius: 33px;
      margin-right: 12px;
      margin-left: -8px;
      padding: 13px !important; }
    .ex-social-icon {
      margin-left: -14px !important; }
    .ex-pagelink {
      margin-left: -13px !important;
      width: 373px !important; }
    .ex-page-heading {
      margin-left: -10px !important; }
    .follow {
      margin-top: 10px !important;
      margin-left: -5px !important;
      margin-right: 3px !important;
      padding: 7px !important;
      padding-right: 66px !important;
      padding-left: 67px !important;
      border-radius: 7px !important;
      border: 1px solid #c62026 !important;
      cursor: pointer !important;
      font-size: 16px !important;
      color: #c62026 !important; }
    .followed {
      margin-top: 10px !important;
      margin-left: 4px !important;
      margin-right: 6px !important;
      padding: 2px !important;
      padding-right: 56px !important;
      padding-left: 56px !important;
      padding-top: 6px !important;
      border-radius: 7px !important;
      border: 1px solid #c62026 !important;
      cursor: pointer !important;
      font-size: 16px !important;
      margin-right: 10px !important;
      color: #c62026 !important; }
    .followText {
      margin-left: -5px !important;
      margin-right: 0px !important; }
    .phone-icon {
      color: #f1eeee !important;
      border: 1px solid #c62026 !important;
      background: #c62026 !important;
      padding: 10px !important;
      margin-left: 0px !important;
      width: 189px !important;
      border-radius: 6px !important; }
    #follow-icon {
      margin-right: 0px !important;
      margin-left: 0px !important; }
    .number {
      margin-left: 25px !important; }
    #check-icon {
      margin-left: 0px !important; }
    .phone-box {
      border-radius: 50px !important;
      border: 1px solid #a2a2a2 !important;
      padding: 6px 13px 6px 13px !important;
      width: 43px !important;
      height: 43px !important;
      color: #c62026 !important;
      /* font-size: 1rem; */
      margin-top: 77px !important;
      font-size: 22px !important;
      transition: all 0.5s ease;
      margin-left: 11px !important;
      box-shadow: 0px 5px 5px #000; }
    .store-heading {
      font-size: 22px !important;
      width: 213px !important; } }

@media only screen and (max-width: 991px) {
  .modal-dialog {
    width: 95% !important;
    margin: 0% !important; }

  .container-en {
    width: 1140px !important;
    margin-right: auto !important;
    margin-left: auto !important; }

  .store-banner {
    width: 117% !important;
    display: flex !important;
    text-align: initial !important; }

  .shop-banner {
    width: 94% !important;
    height: 100% !important;
    max-height: 343px !important;
    margin-left: 26px !important;
    margin-right: 64px !important; }

  #check-icon {
    margin-right: 18px !important; }

  #follow-icon {
    margin-right: 8px !important; }

  .category-page .slick-track {
    width: 973px !important;
    margin-left: 146px; }

  .shop-logo {
    width: 189px !important;
    height: 188px !important;
    object-fit: cover !important; }

  .follow {
    margin-top: 6px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 4px !important;
    text-align: start !important;
    border: 1px solid #c62026 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    color: #c62026 !important; }

  .mobile-icon {
    background: var(--white) !important;
    height: 113px !important;
    margin-top: -18px !important;
    position: inherit !important;
    border-radius: 5px !important;
    box-shadow: 0 5px 10px #000 !important; } }

@media only screen and (max-width: 767px) {
  .active, .dot:hover {
    background-color: transparent !important; }

  .white-container {
    background-color: #fff; }

  #popupBanner #caption {
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    margin-right: 20px;
    width: 81.5%;
    margin-left: 39px;
    background: rgba(51, 51, 51, 0.88);
    max-width: 500px;
    bottom: 0;
    height: 45px;
    padding: 10px; }

  #popupBanner .popup-modal-content img {
    width: 81%;
    max-height: 650px;
    margin-left: 40px; }

  #popupBanner .popup-banner-close {
    position: absolute !important;
    top: 10px !important;
    /* right: 472px; */
    color: #212529 !important;
    background: transparent !important;
    font-size: 40px !important;
    font-weight: bold !important;
    /* transition: 0.3s; */
    z-index: 99 !important; }

  .active, .dot:hover {
    background-color: transparent !important; } }

@media (min-width: 1024px) and (max-width: 1360px) {
  #popupBanner .popup-banner-close {
    right: 10px !important; }

  .shop-details {
    width: 190px !important;
    height: 145px !important; }

  .phone-number {
    font-size: 14px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    cursor: pointer !important;
    color: #0a0808 !important; }

  .shop-banner {
    width: 97% !important;
    height: 100% !important;
    max-height: 341px !important;
    margin-left: 40px !important;
    margin-right: 30px !important; }

  .store-banner {
    width: 100% !important;
    display: flex !important;
    text-align: initial !important; }

  .shop-logo {
    width: 188px !important;
    height: 188px !important; }

  .call-details {
    border: 1px solid silver !important;
    margin: 3px 4px 0 !important;
    padding-bottom: 5px !important;
    margin-top: 10px !important; }

  .follow {
    margin-top: 10px !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
    padding: 6px !important;
    text-align: start !important;
    border: 1px solid #c62026 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    color: #c62026 !important; }

  .border {
    border-bottom: 1px solid gray !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
    margin-top: -7px !important; }

  .loc-title {
    margin-left: 3px !important;
    margin-right: 6px !important;
    margin-top: 13px !important;
    margin-bottom: 19px;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: black !important; }

  #check-icon {
    margin-right: 15px !important; }

  .place {
    margin-top: 6px;
    font-size: 14px; }

  .followed {
    margin-top: 6px !important;
    margin-left: 5px !important;
    margin-right: 6px !important;
    padding: 6px !important;
    border: 1px solid #c62026 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    text-align: start !important;
    color: #c62026 !important; }

  .follow:hover {
    background-color: #c62026 !important;
    color: #fff !important; }

  .location-icon {
    margin-top: 7px;
    margin-left: 8px;
    margin-right: 18px;
    font-size: 18px;
    color: #c62026; }

  .phone-icon {
    font-size: 19px;
    margin-top: 10px;
    margin-left: 4px;
    margin-right: 18px;
    color: #c62026; }

  #follow-icon1 {
    margin-right: 13px !important; } }

@media (min-width: 1368px) and (max-width: 1400px) {
  #popupBanner .popup-banner-close {
    right: 439px !important; }

  .followed {
    margin-top: 17px;
    margin-left: 5px;
    margin-right: 6px;
    padding: 6px;
    border: 1px solid #c62026;
    cursor: pointer;
    background: #c62026;
    /* background: red; */
    font-size: 16px;
    border: 1px solid #c62026 !important;
    color: #c62026 !important; }

  .phone-icon {
    margin-right: 6px !important; }

  .shop-banner {
    width: 88% !important;
    height: 100% !important;
    max-height: 375px;
    margin-left: 60px !important;
    margin-right: 78px !important; }

  .shop-logo {
    width: 226px !important;
    height: 184px !important; }

  .follow {
    margin-top: 19px !important;
    padding: 6px !important; }

  #follow-icon {
    margin-right: 9px !important; }

  #check-icon {
    margin-right: 7px !important; }

  .place {
    margin-top: 14px !important; } }

@media (min-width: 1500px) and (max-width: 1550px) {
  .phone {
    padding: 12px 0 !important; }

  .followed {
    margin-top: 15px !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
    padding: 5px !important;
    border: 1px solid #c62026 !important;
    cursor: pointer !important;
    font-size: 17px !important;
    color: #c62026 !important; }

  .followed:hover {
    background-color: #c62026 !important;
    color: #fff !important; }

  .shop-banner {
    width: 94% !important;
    height: 100% !important;
    max-height: 352px !important;
    margin-right: 10px !important;
    margin-left: -26px !important; }

  .shop-logo {
    width: 175px !important;
    height: 174px !important; }

  .shop-details {
    width: 177px !important;
    margin-top: 10px !important;
    height: 169px !important; }

  .follow {
    padding: 9px !important; }

  .loc-title {
    margin-left: -4px;
    margin-right: 7px;
    margin-top: 12px;
    font-weight: 600;
    color: black; }

  .phone-number {
    font-size: 16px;
    margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;
    color: #0a0808; }

  .followText {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 17px; }

  #check-icon {
    margin-right: 28px !important; } }

@media (min-width: 1900px) and (max-width: 2000px) {
  .call-details {
    border: 1px solid silver !important;
    margin: 15px 4px 0 !important;
    padding-bottom: 11px !important; } }

.white-container {
  background-color: #fff; }

.offers.container .wrapper .offers-tab {
  background: #c62026; }

.tab-slider .wrapper .nav-tabs {
  position: relative;
  left: 0px;
  top: 0px;
  min-width: 3000px;
  margin-top: 0px;
  padding: 0 6px; }

.packageBuyBtn {
  position: relative;
  z-index: 99; }

.fRight {
  float: right; }

.left {
  float: left; }

.orangeBtn {
  white-space: nowrap;
  height: 37px;
  width: 157px;
  /* margin-left: -2px !important; */
  /* margin-right: -4px !important; */ }

.phone-code {
  width: 79%;
  margin-left: 14px; }

.displayNone {
  display: none; }

.swiper-scrollbar {
  background: #d6d6d6; }

.responsive-package {
  display: none; }

.packageBuyBtn1 {
  display: none; }
/* #msform fieldset .form-card::-webkit-scrollbar{
 overflow: hidden !important;
 }  */
/* #grad1 {
 background-color: : #9C27B0;
 background-image: linear-gradient(120deg, #FF4081, #81D4FA)
 } */
.form-font {
  font-size: 14px; }

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px; }

#msform fieldset .form-card {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 40px 30px 40px;
  box-sizing: border-box;
  width: 100%;
  /* height : 700px; */
  margin: 0 3% 20px 3%;
  position: relative; }

.top {
  margin: 50px 0px 0px 0px; }

#msform fieldset {
  /* background: white; */
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative; }

#msform fieldset:not(:first-of-type) {
  display: none; }

#msform fieldset .form-card {
  text-align: left;
  color: #9e9e9e; }

#msform input, #msform textarea {
  padding: 0px 8px 4px 8px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  font-family: 'Lato', sans-serif;
  /* color: #2C3E50; */
  font-size: 15px; }

#msform input:focus, #msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  border-bottom: 2px solid #c62026;
  outline-width: 0; }

#msform .action-button {
  width: 100px;
  background: #c62026;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px; }

#msform .action-button-request {
  width: 185px;
  background: #c62026;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px; }

#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #c62026; }

#msform .action-button-previous {
  width: 100px;
  background: #fff;
  font-weight: bold;
  color: #c62026;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px; }

#msform .action-button-next {
  width: 100px;
  background: #fff;
  font-weight: bold;
  color: #c62026;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px; }

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px #c62026, 0 0 0 3px; }

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px; }

select.list-dt:focus {
  border-bottom: 2px solid #c62026; }

.card {
  border-radius: 0.5rem;
  position: relative; }

.fs-title {
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left; }

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey; }

#progressbar .active {
  color: #000; }

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 50%;
  float: left;
  position: relative; }

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f023"; }

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007"; }

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f09d"; }

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c"; }

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #fff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px; }

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1; }

#progressbar li.active:before, #progressbar li.active:after {
  background: #c62026; }

.radio-group {
  position: relative;
  margin-bottom: 25px; }

.account-info {
  display: none; }

.radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px; }

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3); }

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1); }
/* .required-field-ar::before {
 content: "*";
 color: red;
 float: right;
 }
 .required-field-en::before {
 content: "*";
 color: red;
 float: left;
 } */
.carousel {
  margin-top: 0px;
  margin-left: 8px;
  display: flex;
  gap: 0.3rem;
  overflow-x: auto; }

.carousel--item {
  min-width: 213px;
  height: 293px;
  border-radius: 0.4em;
  background-position: center;
  background-size: cover;
  opacity: 0.85;
  transition: 300ms ease; }

.carousel::-webkit-scrollbar {
  height: 2px; }
/* Track */
.carousel::-webkit-scrollbar-track {
  background: #f1f1f1;
  height: 2px; }
/* Handle */
.carousel::-webkit-scrollbar-thumb {
  background: #c62026;
  height: 2px; }

#msform fieldset .form-card::-webkit-scrollbar {
  overflow: auto; }

.membershipType {
  width: 65%;
  margin-left: 123px;
  margin-right: 88px;
  justify-content: center; }

@media (max-width: 320px) and (min-width: 300px) {
  .carousel {
    margin-top: 0px !important;
    margin-left: 36px !important;
    display: flex !important;
    gap: 0.3rem !important;
    overflow-x: auto !important; }

  .membershipType {
    margin-left: 0px !important; }

  .orangeBtn, .redBtn, input.blueBtn, input.greenBtn, input.greyBtn, input.orangeBtn, input.redBtn {
    display: block;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    font-weight: 700;
    padding: 0px 0px;
    line-height: 27px !important; }

  .orangeBtn {
    /* margin-top: 25px; */
    white-space: nowrap !important;
    height: 26px !important;
    width: 80px !important;
    margin-left: -4px !important; }

  .membershipType {
    font-size: 11px !important;
    /* margin-bottom: 3px; */ }

  .membershipPriceNoDisc {
    padding-top: 36px !important; }

  .membershipcurrency {
    padding-bottom: 1px !important; }

  #msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px #000;
    padding: 0px 40px 30px 42px !important;
    box-sizing: border-box;
    width: 100%;
    /* height: 700px; */
    margin: 0 3% 20px 3%;
    position: relative; }

  .mobile-header .col-right {
    margin-left: 215px !important;
    margin-right: 248px !important;
    margin-top: -37px !important; }

  .membershipType {
    width: 134% !important;
    margin-left: -53px !important;
    margin-right: -17px !important; }

  .membershipDetailsContainer1 {
    margin-top: 19px !important;
    margin-left: -19px !important;
    width: 240px !important; }

  .membershipTypeAds {
    width: 107% !important;
    margin-left: 0px !important; }

  .carousel1 {
    margin-left: 0px !important;
    gap: 0.1rem !important; }

  .carousel1--item {
    min-width: 116px !important;
    height: 262px !important;
    margin-bottom: 0px !important;
    margin-top: -20px !important; }

  .membershipTypeAds .pakcageDetails1 {
    margin: 82px 3px 0 !important;
    padding: 0 4px 4px !important;
    width: 102px !important;
    height: 180px !important; }

  .membershipTypeAds .orangeBtn {
    margin-top: -13px !important;
    height: 32px !important; }

  .membershipPriceNoDisc {
    font-size: 14px !important; }

  .renew {
    width: 110% !important;
    text-align: center !important;
    padding: 4px !important;
    margin-left: 0px !important; }

  .store {
    width: 111% !important;
    text-align: center !important;
    padding: 5px !important; }

  h2.page-title {
    font-size: 2.2rem; }

  .panel-group-en {
    padding-left: 2px !important;
    margin-left: 7px;
    width: 344px !important; }

  .accordion-ar {
    width: 98% !important;
    margin-left: 15px; }

  .panel-group-ar {
    padding-left: 16px !important;
    width: 356px !important;
    margin-right: 11px !important; }

  .panel-title-en {
    direction: ltr !important; }

  .panel-title-ar {
    /* direction: rlt !important; */ }

  .panel-body {
    padding: 0px !important; }

  .form-font span {
    width: 32% !important; }

  .store-details {
    width: 100%;
    margin-top: 14px; }

  .btn-brand1 {
    font-size: 12px !important;
    color: #fff;
    outline: none;
    background: #c62026;
    border-color: #c62026;
    border-radius: 0;
    width: 25%;
    height: 29px !important;
    margin-top: 2px; }

  .first-rightone a {
    width: 100%;
    text-align: center;
    padding: 7px;
    padding-top: 11px; }

  .text-uppercase {
    display: flex !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 16px !important; }

  .category-page .tab-slider .nav-tabs {
    border-bottom: 0 !important;
    margin-left: 0px !important; }

  #category-tb {
    margin-left: 0px !important; }

  .shopDet {
    font-size: 13px !important;
    text-align: start !important; }

  .category-page .tab-slider .nav-tabs .nav-link.active {
    background-color: #c62026 !important;
    color: white !important; }

  .shop_name {
    margin-left: 10px !important;
    margin-top: 9px !important; }

  .call-btn {
    margin-left: -58px !important; }

  .phone-box {
    border-radius: 50px;
    border: 1px solid #a2a2a2;
    padding: 6px 13px 6px 13px;
    width: 43px;
    height: 43px;
    color: #c62026;
    /* font-size: 1rem; */
    margin-top: 77px !important;
    font-size: 22px !important;
    transition: all 0.5s ease;
    margin-left: -141px !important;
    margin-right: 1px !important;
    box-shadow: 0px 5px 5px #000; }

  .user-box {
    border-radius: 50px;
    border: 1px solid #a2a2a2;
    padding: 3px 8px 1px 9px;
    width: 43px;
    height: 43px;
    /* color: #c62026; */
    /* font-size: 1rem; */
    margin-top: 77px;
    margin-left: -53px !important;
    font-size: 24px;
    transition: all 0.5s ease;
    box-shadow: 0px 5px 5px #000; }

  .share-box {
    border-radius: 50px;
    border: 1px solid #a2a2a2;
    padding: 3px 8px 1px 9px;
    width: 43px;
    height: 43px;
    /* color: #c62026; */
    /* font-size: 1rem; */
    margin-top: 77px !important;
    margin-left: 34px !important;
    font-size: 24px;
    transition: all 0.5s ease;
    box-shadow: 0px 5px 5px #000; }

  .mobile-header .col-right {
    margin-left: 215px !important;
    margin-right: 247px !important;
    margin-top: -37px !important; }

  .direct-ad-image {
    width: 137px !important; } }

@media (max-width: 375px) and (min-width: 315px) {
  .g-recaptcha {
    transform: scale(0.9) !important;
    transform-origin: 0 0 !important; }

  .relative {
    margin-left: 10px !important;
    padding: -1px !important;
    margin-top: 6px !important; }

  .carousel--item {
    min-width: 111px !important;
    height: 215px !important; }

  .membershipType .pakcageDetails {
    width: 112px !important;
    height: 158px !important; }

  .orangeBtn {
    white-space: nowrap !important;
    height: 34px !important;
    width: 98px !important;
    font-size: 12px !important;
    margin-left: -1px !important;
    margin-right: -5px !important;
    margin-top: -36px;
    /* padding-left: 10px !important; */ }

  .blueBtn, .greenBtn, .greyBtn, .orangeBtn, .redBtn, input.blueBtn, input.greenBtn, input.greyBtn, input.orangeBtn, input.redBtn {
    display: block;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    font-weight: 700;
    padding: 0px 10px !important;
    line-height: 35px; }

  .membershipDetailsContainer1 {
    margin-top: 26px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    width: 344px !important;
    text-align: justify !important;
    padding: 10px !important;
    direction: ltr; }

  .membershipType {
    margin-left: 0px !important;
    width: 96% !important;
    margin-right: 32px !important; }

  .carousel {
    margin-top: 0px !important;
    margin-left: 12px !important;
    display: flex !important;
    gap: 1.3rem !important;
    overflow-x: auto !important; }

  .mobile-header .col-right {
    margin-left: 246px !important;
    margin-right: 248px !important;
    margin-top: -37px !important; }

  #popupBanner #caption {
    width: 81.5% !important;
    margin-right: 30px !important; }

  .icon-container1 {
    gap: 4px !important;
    margin-left: 0px !important; }

  .img-thumbnail {
    border-radius: 33px !important;
    width: 46px !important;
    margin: 0 auto !important;
    padding: 9px !important; }

  .media-name {
    margin-left: 0px !important;
    font-size: 11px !important; }

  .modal-footer > * {
    width: 344px !important;
    margin-left: -14px !important; }

  .tokenbtn {
    margin-left: 11px !important;
    width: 193px !important;
    margin-right: 6px !important;
    font-size: 15px !important; }

  .dropdown-menu {
    border: unset !important;
    background-color: transparent !important; }

  .refshare-image {
    width: 49px !important;
    margin-right: 13px !important;
    margin-left: -7px !important;
    padding: 10px !important; }

  .copylinkinput {
    margin: 0.25rem !important;
    width: 338px !important;
    margin-left: -12px !important; }

  .token-btn {
    margin-left: 0px !important; }

  .package-dropdown-menu {
    border: unset !important; }

  .trans-heading {
    margin-left: 39px !important; }

  .tokens-details {
    margin-left: -33px !important;
    margin-right: 11px !important; }

  .transcation-details {
    width: 90% !important;
    margin: 40px 36px !important; }

  .store {
    width: 111% !important;
    text-align: center !important;
    padding: 5px !important; }

  .category-page .slick-track {
    display: flex;
    align-items: center;
    width: 3000px !important;
    margin-left: 22px !important; }

  .category-menu-title {
    margin-bottom: 0.8rem !important; }

  .text-uppercase {
    display: flex !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 16px !important; }

  .category-page .tab-slider .nav-tabs .nav-link.active {
    background-color: #c62026 !important;
    color: white !important; }

  .part-right {
    width: 75% !important;
    margin-left: 9px !important; }

  .part-left-IMG img {
    margin-left: 0px !important; }

  .category-page .slick-track {
    margin-left: 15px !important; }

  .custom {
    margin-left: 8px !important; }

  .storeDetail {
    margin-right: 12px !important; }

  .category-page .slick-track {
    margin-left: 16px !important; }

  .storeAd-img {
    border-radius: 33px !important;
    width: 44px !important;
    margin-right: 12px !important;
    margin-left: -8px !important;
    padding: 8px !important; }

  .ex-social-icon {
    margin-left: -14px !important; }

  .shareIcon-name {
    font-size: 11px !important; }

  .ex-pagelink {
    margin-left: -16px !important;
    width: 308px !important; }

  .ex-page-heading {
    margin-left: -11px !important; }

  .phone-icon {
    color: #f1eeee !important;
    border: 1px solid #c62026 !important;
    background: #c62026 !important;
    padding: 7px !important;
    margin-left: 0px !important;
    margin-right: 3px !important;
    width: 139px !important;
    border-radius: 6px !important; }

  .number {
    margin-left: 7px !important; }

  .follow {
    margin-top: 10px !important;
    margin-left: 1px !important;
    margin-right: 3px !important;
    padding: 5px !important;
    padding-right: 38px !important;
    padding-left: 38px !important;
    border-radius: 7px !important;
    border: 1px solid #c62026 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    color: #c62026 !important; }

  .followed {
    margin-top: 10px !important;
    margin-left: 4px !important;
    margin-right: 6px !important;
    padding: 2px !important;
    padding-right: 28px !important;
    padding-left: 28px !important;
    padding-top: 6px !important;
    border-radius: 7px !important;
    border: 1px solid #c62026 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    color: #c62026 !important; }

  #follow-icon {
    margin-right: 0px !important; }

  .shop_title {
    width: 70% !important;
    display: flex !important;
    margin-right: 16px !important;
    margin-left: 11px !important; } }

@media only screen and (min-width: 320px) and (max-width: 370px) {
  .carousel {
    margin-left: 4px !important;
    gap: 0.3rem !important; }

  .membershipType {
    margin-left: 5px !important;
    width: 96% !important;
    margin-right: 7px !important; }

  .membershipType .pakcageDetails {
    width: 110px !important;
    height: 147px !important; }

  .orangeBtn {
    height: 26px !important;
    font-size: 11px !important;
    width: 97px !important;
    padding: 0px 0px 0px 0px !important;
    margin-left: -12px !important;
    line-height: 26px !important;
    margin-top: 1px; }

  .membershipcurrency {
    padding-bottom: 0px !important; }

  .membershipDetailsContainer1 {
    text-align: justify !important;
    margin-top: 24px !important;
    direction: ltr !important;
    width: 317px !important;
    padding-left: 23px !important;
    margin-left: -17px !important; }

  .benefitsDesc {
    border-bottom: solid 1px #ccc !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important; }

  .fLeft {
    float: right !important; }

  .benifitTitle {
    direction: ltr !important; }

  .img-thumbnail {
    border-radius: 33px !important;
    width: 44px !important;
    margin: 0 auto !important;
    padding: 9px !important; }

  .media-name {
    margin-left: 0px !important;
    font-size: 10px !important; }

  .modal-footer > * {
    margin: 0.25rem !important;
    width: 313px !important;
    margin-left: -18px !important; }

  #popupBanner #caption a {
    font-size: 14px !important; }

  #popupBanner #caption a i {
    width: auto;
    padding: 0px 2px 0px 1px !important; }

  #popupBanner .popup-banner-close {
    position: absolute !important;
    color: #212529 !important;
    top: 10px !important;
    right: 65px !important;
    font-size: 30px !important;
    border-radius: 50% !important;
    /* background: white !important; */
    padding-top: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 7px !important;
    font-weight: bold !important;
    /* transition: 0.3s; */
    z-index: 99 !important; }

  .view {
    width: 27px !important;
    margin-right: 10px !important; }

  .icon-container1 {
    gap: 2px !important;
    margin-left: 0px !important; }

  .copylink {
    display: block !important; }

  .modal-footer > * {
    margin: 0.25rem !important;
    margin-left: -11px !important;
    width: 300px !important; }

  .media-name {
    margin-left: -18px !important;
    font-size: 10px !important;
    font-weight: bold !important; }

  .refshare-image {
    width: 45px !important;
    padding: 8px !important; }

  .token-btn {
    margin-left: 18px !important; }

  .tokenbtn {
    margin-left: 6px !important;
    width: 205px; }

  .dropdown-menu {
    border: unset !important;
    background-color: transparent !important; }

  .trans-heading {
    margin-left: 39px !important; }

  .tokens-details {
    margin-left: -37px !important;
    margin-right: 14px !important; }

  .copylink {
    display: block !important; }

  .link-footer > * {
    margin: 0.25rem !important;
    margin-left: -11px !important;
    width: 300px !important; }

  .share-media-name {
    margin-left: 5px !important;
    font-size: 10px !important; }

  .share-icon-container {
    gap: 1px !important;
    margin-left: 0px !important; }

  .share-image {
    width: 42px !important;
    padding: 7px !important; }

  .token-btn {
    margin-left: 18px !important; }

  .tokenbtn {
    margin-left: 6px !important;
    width: 205px; }

  .package-dropdown-menu {
    border: unset !important;
    background-color: transparent !important; }

  .trans-heading {
    margin-left: 39px !important; }

  .tokens-details {
    margin-left: -37px !important;
    margin-right: 14px !important; }

  .mobile-header .col-right {
    margin-left: 215px !important;
    margin-right: 248px !important;
    margin-top: -37px !important; }

  .category-page .slick-track {
    margin-left: 0px !important; }

  .random-offers {
    display: none !important; }

  .follow {
    margin-top: 10px !important;
    margin-left: 1px !important;
    margin-right: 3px !important;
    padding: 7px !important;
    padding-right: 51px !important;
    padding-left: 51px !important;
    border-radius: 7px !important;
    border: 1px solid #c62026 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    color: #c62026 !important; }

  .followed {
    margin-top: 10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 2px !important;
    padding-right: 40px !important;
    padding-left: 40px !important;
    padding-top: 6px !important;
    border-radius: 7px !important;
    border: 1px solid #c62026 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    color: #c62026 !important; }

  .phone-icon {
    color: #f1eeee !important;
    border: 1px solid #c62026 !important;
    background: #c62026 !important;
    padding: 10px !important;
    margin-left: 0px !important;
    width: 163px !important;
    border-radius: 6px !important; }

  .mobile-icon {
    width: 23% !important;
    border-radius: 14px !important;
    height: 145px !important; } }

@media (max-width: 425px) and (min-width: 374px) {
  .g-recaptcha {
    transform: scale(1) !important;
    transform-origin: 0 0 !important; }

  .membershipcurrency {
    padding-bottom: 46px !important; }

  .membershipPriceNoDisc {
    padding-bottom: 3px !important; }

  .membershipType {
    width: 96% !important;
    margin-right: 6px !important;
    margin-left: 10px !important; }

  .membershipDetailsContainer1 {
    margin-top: 26px !important;
    margin-right: 17px !important;
    margin-left: 0px !important;
    width: 351px !important;
    text-align: justify;
    padding: 10px !important; }

  .orangeBtn {
    white-space: nowrap !important;
    height: 34px !important;
    width: 115px !important;
    font-size: 11px !important;
    margin-left: -14px !important;
    margin-right: -6px !important;
    margin-top: 14px !important; }

  .membershipType .pakcageDetails {
    width: 132px !important;
    height: 163px !important;
    /* margin-bottom: 10px !important; */ }

  .carousel {
    margin-top: 0px !important;
    margin-left: 0px !important;
    display: flex !important;
    gap: 2.3rem !important;
    overflow-x: auto !important; }

  .blueBtn, .greenBtn, .greyBtn, .orangeBtn, .redBtn, input.blueBtn, input.greenBtn, input.greyBtn, input.orangeBtn, input.redBtn {
    padding: 0 7px !important; }

  .membershipcurrency {
    padding-bottom: 5px !important; }

  .mobile-header .col-right {
    margin-left: 255px !important;
    margin-right: 254px !important;
    margin-top: -37px !important; }

  .membershipTypeAds {
    width: 100% !important;
    margin-left: 0px !important; }

  .carousel1 {
    margin-left: 0px !important; }

  .carousel1--item {
    min-width: 128px !important; }

  .membershipTypeAds .pakcageDetails1 {
    margin: 54px 4px 0 !important;
    padding: 0 8px 8px !important;
    width: 123px !important;
    height: 178px !important; }

  .membershipTypeAds .orangeBtn {
    border-radius: 8px !important;
    height: 32px !important;
    margin-top: -14px !important; }

  .membershipPriceNoDisc {
    font-size: 14px !important; }

  .icon-container1 {
    gap: 2px !important;
    margin-left: 0px !important; }

  .img-thumbnail {
    border-radius: 33px !important;
    width: 46px !important;
    margin: 0 auto !important;
    padding: 9px !important; }

  .media-name {
    margin-left: 0px !important;
    font-size: 12px !important; }

  #category-tb {
    margin-left: -3px !important; }

  .mobile-header .col-right {
    margin-left: 281px !important;
    margin-right: 249px !important;
    margin-top: -37px !important; }

  .category-page .tab-slider .nav-tabs .nav-link.active {
    background-color: #c62026 !important;
    color: white !important; }

  .mobile-icon {
    margin-left: 0px !important;
    width: 340px !important;
    height: 145px !important;
    border-radius: 14px !important; }

  .image-banner {
    width: 100% !important;
    margin-left: -75px !important;
    height: 165px !important;
    margin-right: 25px !important;
    object-fit: unset !important; }

  .title-store {
    margin-left: 0px !important; }

  .shop_name {
    width: 10% !important; }

  .call-btn {
    margin-left: 0px !important; } }

@media (max-width: 490px) and (min-width: 420px) {
  .g-recaptcha {
    transform: scale(1.08) !important;
    transform-origin: 0 0 !important; }

  .membershipcurrency {
    padding-bottom: 13px !important; }

  .membershipPriceNoDisc {
    padding-bottom: 3px !important; }

  .membershipType .pakcageDetails .duration {
    width: 117px !important; }

  .membershipType {
    width: 98% !important;
    margin-right: 6px !important;
    margin-left: 5px !important; }

  .membershipDetailsContainer1 {
    margin-top: 26px !important;
    margin-right: 17px !important;
    margin-left: 0px !important;
    width: 400px !important;
    text-align: justify;
    padding: 10px !important; }

  .orangeBtn {
    white-space: nowrap !important;
    height: 34px !important;
    width: 113px !important;
    font-size: 13px !important;
    margin-left: -4px !important;
    margin-right: -6px !important;
    margin-top: 5px !important; }

  .membershipType .pakcageDetails {
    width: 144px !important;
    height: 171px !important;
    margin-top: 21px !important; }

  .carousel {
    margin-top: 0px !important;
    margin-left: 0px !important;
    display: flex !important;
    gap: 3.3rem !important;
    overflow-x: auto !important; }

  .blueBtn, .greenBtn, .greyBtn, .orangeBtn, .redBtn, input.blueBtn, input.greenBtn, input.greyBtn, input.orangeBtn, input.redBtn {
    padding: 0 7px !important; }

  .membershipcurrency {
    padding-bottom: 5px !important; }

  .mobile-header .col-right {
    margin-left: 283px !important;
    margin-right: 294px !important;
    margin-top: -37px !important; }

  .icon-container1 {
    gap: 2px !important;
    margin-left: 0px !important; }

  .img-thumbnail {
    border-radius: 33px !important;
    width: 54px !important;
    margin: 0 auto !important;
    padding: 12px !important; }

  .media-name {
    margin-left: 0px !important;
    font-size: 12px !important; }

  .share-icon-container {
    margin-left: 0px !important; }

  .share-image {
    border-radius: 33px !important;
    width: 50px !important;
    margin: 0 auto !important;
    padding: 11px !important; }

  .share-media-name {
    margin-left: 3px !important;
    font-size: 11px !important; }

  .part-right {
    width: 75% !important;
    margin-left: 10px !important; }

  .part-left-IMG img {
    width: 100%;
    height: 150px;
    margin-left: -6px !important;
    padding: 2px;
    object-fit: cover;
    background: #fff; }

  .storeDetail {
    margin-right: 10px !important; }

  .category-page .slick-track {
    margin-left: 12px !important; }

  .custom {
    margin-left: 5px !important; }

  .mobile-icon {
    margin-left: 10px !important;
    width: 33% !important;
    height: 145px !important;
    border-radius: 14px !important; } }

@media (max-width: 600px) and (min-width: 490px) {
  .membershipcurrency {
    padding-bottom: 13px !important; }

  .membershipPriceNoDisc {
    padding-bottom: 3px !important; }

  .membershipType .pakcageDetails .duration {
    width: 117px !important; }

  .membershipType {
    width: 98% !important;
    margin-right: 6px !important;
    margin-left: 5px !important; }

  .membershipDetailsContainer1 {
    margin-top: 26px !important;
    margin-right: 17px !important;
    margin-left: 0px !important;
    width: 453px !important;
    text-align: justify;
    padding: 10px !important; }

  .orangeBtn {
    white-space: nowrap !important;
    height: 34px !important;
    width: 133px !important;
    font-size: 13px !important;
    margin-left: -4px !important;
    margin-right: -6px !important;
    margin-top: 5px !important; }

  .membershipType .pakcageDetails {
    width: 144px !important;
    height: 171px !important;
    margin-top: 21px !important; }

  .carousel {
    margin-top: 0px !important;
    margin-left: 0px !important;
    display: flex !important;
    gap: 3.3rem !important;
    overflow-x: auto !important; }

  .blueBtn, .greenBtn, .greyBtn, .orangeBtn, .redBtn, input.blueBtn, input.greenBtn, input.greyBtn, input.orangeBtn, input.redBtn {
    padding: 0 7px !important; }

  .membershipcurrency {
    padding-bottom: 5px !important; }

  .mobile-header .col-right {
    margin-left: 283px !important;
    margin-right: 294px !important;
    margin-top: -37px !important; }

  .contact-detail {
    width: unset !important; }

  .phone-icon {
    color: #f1eeee !important;
    border: 1px solid #c62026 !important;
    background: #c62026 !important;
    padding: 10px !important;
    margin-left: 0px !important;
    width: 247px !important;
    border-radius: 6px !important; }

  .number {
    margin-left: 39px !important; }

  .follow {
    margin-top: 10px !important;
    margin-left: 1px !important;
    margin-right: 3px !important;
    padding: 7px !important;
    padding-right: 84px !important;
    padding-left: 98px !important;
    border-radius: 7px !important;
    border: 1px solid #c62026 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    color: #c62026 !important; }

  .followed {
    margin-top: 10px !important;
    margin-left: 4px !important;
    margin-right: 6px !important;
    padding: 2px !important;
    padding-right: 83px !important;
    padding-left: 82px !important;
    padding-top: 6px !important;
    border-radius: 7px !important;
    border: 1px solid #c62026 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    color: #c62026 !important; }

  .image-banner {
    width: 117% !important;
    margin-left: -30px !important;
    height: 209px !important;
    margin-right: -20px !important;
    object-fit: unset !important; }

  #follow-icon {
    margin-right: 0px !important; }

  .border-break2 {
    border-bottom: 1px solid #f8f8f8 !important;
    border-width: 7px !important;
    width: 553px !important;
    margin-left: -19px !important; }

  .shop-heading {
    font-size: 23px !important; }

  .shop_title {
    width: 70% !important;
    display: flex !important;
    margin-right: 158px !important; } }

.responsive-package {
  display: none; }

.membershipTypeAds .pakcageDetails1 {
  margin: 50px 17px 0; }

.membershipTypeAds .pakcageDetails1, .membershipType .title {
  border: solid 1px #e2e2e2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 6px 0 12px;
  background-color: #f9f9f9; }

.membershipTypeAds {
  width: 81%;
  margin-left: 27px;
  margin-right: 84px;
  justify-content: center;
  font-size: 13px;
  margin-bottom: 3px; }

.membershipTypeAds .pakcageDetails1 {
  margin: 50px 17px 0;
  border-radius: 8px;
  padding: 0 8px 8px;
  cursor: pointer;
  width: 173px; }

.carousel1 {
  margin-top: 0px;
  margin-left: 49px;
  display: flex;
  gap: 0.7rem;
  overflow-x: auto; }

.carousel1--item {
  min-width: 208px;
  height: 293px;
  border-radius: 0.4em;
  background-position: center;
  background-size: cover;
  opacity: 0.85;
  transition: 300ms ease; }

.carousel1::-webkit-scrollbar {
  height: 2px; }

.carousel1::-webkit-scrollbar-track {
  background: #f1f1f1;
  height: 2px; }

.carousel1::-webkit-scrollbar-thumb {
  background: #c62026;
  height: 2px; }

.carousels::-webkit-scrollbar-thumb {
  background: #c62026;
  height: 2px; }

.carousels::-webkit-scrollbar-track {
  background: #f1f1f1;
  height: 2px; }

.carousels::-webkit-scrollbar {
  height: 2px; }

.carousels {
  margin-top: 0px;
  margin-left: 129px;
  display: flex;
  gap: 0.7rem;
  overflow-x: auto; }

.contextbtn {
  height: 35px;
  float: right;
  color: #e84c4c;
  text-decoration: underline; }

.carousels_item img {
  width: 70%;
  height: 86%; }

.responsive-package {
  overflow-x: hidden; }

#popupBanner .popup-modal-content {
  margin: auto;
  display: block;
  margin-top: 141px;
  max-width: 500px;
  position: relative; }

#popupBanner .popup-banner-close {
  position: absolute;
  top: 145px;
  right: 542px;
  color: #212529;
  font-size: 40px;
  font-weight: bold;
  /* transition: 0.3s; */
  z-index: 99 !important; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: unset;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal .modal-header .close {
  margin-top: -7px;
  background-color: #252525;
  width: 35px;
  color: transparent;
  font-size: 16px;
  height: 35px;
  line-height: 0;
  font-weight: normal;
  text-transform: uppercase;
  margin-right: -15px;
  text-shadow: none;
  opacity: 1;
  position: relative;
  outline: none; }

.media-name {
  margin-left: -19px; }

.img-thumbnail {
  border-radius: 33px;
  width: 61px;
  margin-right: 12px;
  margin-left: -8px;
  padding: 16px; }

#popupBanner .popup-banner-close {
  position: absolute;
  top: 10px;
  width: 33px;
  right: 10px;
  color: #212529;
  font-size: 25px;
  border-radius: 50%;
  /* background: white; */
  /* padding-top: 0px; */
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  /* padding-bottom: 0px; */
  font-weight: bold;
  /* transition: 0.3s; */
  z-index: 99 !important; }

.modal-header .close {
  padding: 0rem 0rem;
  margin: -1rem -1rem -1rem auto; }

.modal .modal-body {
  display: inline-block;
  width: 100%;
  padding: 1px;
  margin-top: 18px;
  /* margin-left: -16px; */ }

.modal-title {
  font-weight: 900; }

.modal-content {
  border-radius: 13px; }

.modal-body {
  color: #3b3b3b; }

.fab:before {
  position: relative;
  top: 13px; }

.smd {
  width: 200px;
  font-size: small;
  text-align: center; }

.modal-footer {
  display: block; }

.ur {
  border: none;
  background-color: #e6e2e2;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.cpy {
  border: none;
  background-color: #e6e2e2;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer; }

button.focus, button:focus {
  outline: 0;
  box-shadow: none !important; }

.ur.focus, .ur:focus {
  outline: 0;
  box-shadow: none !important; }

.message {
  font-size: 11px;
  color: #ee5535; }

.modal-footer > * {
  margin: 0.25rem;
  width: 386px; }

.view {
  width: 35px;
  margin-right: 10px; }

.pageLink {
  font-weight: 600; }

.linkUrl {
  height: 40px; }

.verify-phone-code {
  width: 60%; }

.verify-phone {
  margin-left: -50px;
  /* width: 239px; */ }

.verifyPhoneAlert {
  margin-top: 20px; }

.g-recaptcha {
  transform: scale(1.2);
  transform-origin: 0 0; }

.modal .referal-header .close {
  margin-top: -11px !important; }

.copylinkinput {
  margin: 0.25rem;
  width: 414px;
  margin-left: -11px; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: unset;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.fLeft {
  float: right;
  margin-top: -30px;
  font-weight: bold; }

.trans-heading {
  margin-top: 60px;
  padding-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2.1px;
  width: fit-content; }

h2.page-title {
  font-size: 1.5rem;
  margin-top: 15px;
  margin-bottom: 10px; }

.tokenbtn {
  color: #fff;
  outline: none;
  background: #c62026;
  border-color: #c62026;
  border-radius: 0;
  margin-right: 8px;
  margin-top: 33px;
  margin-left: 0;
  width: 198px;
  font-size: 15px; }

.fa-share {
  float: left;
  margin-left: -10px;
  margin-top: 5px;
  margin-right: 3px; }

.date {
  font-size: 14px;
  display: flex; }

.free-tokens {
  font-size: 18px;
  margin-top: 14px;
  font-weight: bold;
  display: flex; }

.transcation-details {
  width: 90%;
  margin: 40px 40px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.si-facebook {
  background-color: #3b5998;
  padding: 10px;
  color: #fff;
  border-radius: 0;
  transition: all 0.3s ease; }

.si-twitter {
  background-color: #55acee;
  padding: 10px;
  color: #fff;
  border-radius: 0;
  transition: all 0.3s ease; }

.si {
  line-height: 2.2; }

.si-google-plus {
  background-color: #dd4b39;
  padding: 9px 7px;
  color: #fff;
  border-radius: 0;
  transition: all 0.3s ease; }

.si-whatsapp {
  background-color: #25d366;
  padding: 11px 10px;
  color: #fff;
  border-radius: 0;
  transition: all 0.3s ease; }

.si-pinterest {
  background-color: #c8232c !important;
  padding: 9px 12px;
  color: #fff;
  border-radius: 0;
  transition: all 0.3s ease; }

.si-linkedin {
  background-color: #0e76a8 !important;
  padding: 10px;
  color: #fff;
  border-radius: 0;
  transition: all 0.3s ease; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0px 58px 0px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: unset;
  border-radius: 0.25rem; }

.referal-code {
  background: #fff;
  min-height: 100%;
  height: 100%;
  padding: 15px; }

.token-btn {
  text-align: center; }

.trans-title {
  font-size: 19px;
  font-weight: 600; }

.av-token {
  font-weight: 600;
  font-size: 21px;
  display: flex; }

.modal .referal-header .close {
  margin-top: -15px;
  background-color: #252525;
  width: 35px;
  color: transparent;
  font-size: 16px;
  height: 35px;
  line-height: 0;
  font-weight: normal;
  text-transform: uppercase;
  margin-right: -15px;
  text-shadow: none;
  opacity: 1;
  position: relative;
  outline: none; }

.referal-header .close {
  padding: 0rem 0rem;
  margin: -1rem -1rem -1rem auto; }

.media-name {
  margin-left: -19px; }

.modal .referral-body {
  display: inline-block;
  width: 100%;
  margin-left: -16px; }

.referral-title {
  font-weight: 900; }

.modal-content {
  border-radius: 13px; }

.referral-body {
  color: #3b3b3b; }

.refshare-image {
  border-radius: 33px;
  width: 61px;
  margin-right: 12px;
  margin-left: -8px;
  padding: 16px; }

.fab:before {
  position: relative;
  top: 13px; }

.smd {
  width: 200px;
  font-size: small;
  text-align: center; }

.modal-footer {
  display: block; }

.ur {
  border: none;
  background-color: #e6e2e2;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.cpy {
  border: none;
  background-color: #e6e2e2;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer; }

button.focus, button:focus {
  outline: 0;
  box-shadow: none !important; }

.ur.focus, .ur:focus {
  outline: 0;
  box-shadow: none !important; }

.message {
  font-size: 11px;
  color: #ee5535; }

.normalReg {
  color: green; }

.referralCrd {
  color: green; }

.purchaseCrd {
  color: green; }

.adPosted {
  color: red; }

.iconTwitter {
  color: #4c6ef5;
  background-color: aliceblue; }

.iconFacebook {
  color: #3b5998;
  background-color: #bdc5d7; }

.iconGoogle {
  color: #ff5700;
  background-color: #fdd9ce; }

.iconLinkedin {
  color: var(--primary);
  background-color: #8fb9e7; }

.iconWhatsapp {
  color: var(--red);
  background-color: #ddb8bc; }

.iconPinterest {
  color: var(--red);
  background-color: #ddb8bc; }

.reflinkUrl {
  height: 40px; }

.linkheading {
  font-weight: 600; }

.modal .share-modal-header .close {
  margin-top: -11px !important; }

.copylinkinput {
  margin: 0.25rem;
  width: 414px;
  margin-left: -11px; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: unset;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.fLeft {
  float: right;
  margin-top: -30px;
  font-weight: bold; }

.trans-heading {
  margin-top: 60px;
  padding-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2.1px;
  width: fit-content; }

h2.package-title {
  font-size: 1.5rem;
  margin-top: 15px;
  margin-bottom: 10px; }

.tokenbtn {
  color: #fff;
  outline: none;
  background: #c62026;
  border-color: #c62026;
  border-radius: 0;
  margin-right: 8px;
  margin-top: 33px;
  margin-left: 0;
  width: 198px;
  font-size: 15px; }

.fa-share {
  float: left;
  margin-left: -10px;
  margin-top: 5px;
  margin-right: 3px; }

.date {
  font-size: 14px;
  display: flex; }

.free-tokens {
  font-size: 18px;
  margin-top: 14px;
  font-weight: bold;
  display: flex; }

.transcation-details {
  width: 90%;
  margin: 40px 40px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.si-facebook {
  background-color: #3b5998;
  padding: 10px;
  color: #fff;
  border-radius: 0;
  transition: all 0.3s ease; }

.si-twitter {
  background-color: #55acee;
  padding: 10px;
  color: #fff;
  border-radius: 0;
  transition: all 0.3s ease; }

.si {
  line-height: 2.2; }

.si-google-plus {
  background-color: #dd4b39;
  padding: 9px 7px;
  color: #fff;
  border-radius: 0;
  transition: all 0.3s ease; }

.si-whatsapp {
  background-color: #25d366;
  padding: 11px 10px;
  color: #fff;
  border-radius: 0;
  transition: all 0.3s ease; }

.si-pinterest {
  background-color: #c8232c !important;
  padding: 9px 12px;
  color: #fff;
  border-radius: 0;
  transition: all 0.3s ease; }

.si-linkedin {
  background-color: #0e76a8 !important;
  padding: 10px;
  color: #fff;
  border-radius: 0;
  transition: all 0.3s ease; }

.package-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0px 58px 0px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: unset;
  border-radius: 0.25rem; }

.referal-code {
  background: #fff;
  min-height: 100%;
  height: 100%;
  padding: 15px; }

.token-btn {
  text-align: center; }

.trans-title {
  font-size: 19px;
  font-weight: 600; }

.av-token {
  font-weight: 600;
  font-size: 21px;
  display: flex; }

.modal .share-modal-header .close {
  margin-top: -15px;
  background-color: #252525;
  width: 35px;
  color: transparent;
  font-size: 16px;
  height: 35px;
  line-height: 0;
  font-weight: normal;
  text-transform: uppercase;
  margin-right: -15px;
  text-shadow: none;
  opacity: 1;
  position: relative;
  outline: none; }

.share-modal-header .close {
  padding: 0rem 0rem;
  margin: -1rem -1rem -1rem auto; }

.share-media-name {
  margin-left: -19px; }

.modal .share-modal-body {
  display: inline-block;
  width: 100%; }

.share-modal-title {
  font-weight: 900; }

.modal-content {
  border-radius: 13px; }

.share-modal-body {
  color: #3b3b3b; }

.share-image {
  border-radius: 33px;
  width: 61px;
  margin-right: 12px;
  margin-left: -8px;
  padding: 16px; }

.fab:before {
  position: relative;
  top: 13px; }

.smd {
  width: 200px;
  font-size: small;
  text-align: center; }

.link-footer {
  display: block; }

.ur {
  border: none;
  background-color: #e6e2e2;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.cpy {
  border: none;
  background-color: #e6e2e2;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer; }

button.focus, button:focus {
  outline: 0;
  box-shadow: none !important; }

.ur.focus, .ur:focus {
  outline: 0;
  box-shadow: none !important; }

.message {
  font-size: 11px;
  color: #ee5535; }

.nav-pills > li {
  float: none;
  display: inline-block;
  zoom: 1; }

.red-button {
  color: #fff;
  background-color: #c62026;
  border-color: #c62026; }

.width-49 {
  width: 49%; }

.tab-purchase-padding {
  padding-left: 69px;
  padding-right: 20px; }

.tab-earn-padding {
  padding-left: 54px;
  padding-right: 35px; }

.nav-pills {
  text-align: center; }

.credit-btn:hover, .active {
  color: #212529;
  text-decoration: none; }

.category-name {
  font-size: 15px; }

.page-title {
  font-weight: 700; }

.cmp-offer-popoup {
  display: inline-block;
  width: 100%;
  height: 100%; }

.cmp-offer-img {
  width: 100%; }

.expiry-date {
  text-align: end;
  margin-right: 17px;
  font-size: 14px;
  margin-left: 19px; }

.expiry-date1 {
  text-align: end;
  font-size: 14px;
  margin-left: 19px; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.postad-video-file {
  display: none; }

.postad-addons {
  display: none; }

.postad-auction {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px; }

.postad-progress-bar {
  display: none; }

.postad-uploadImg {
  height: 88px; }

.postad-imgTitle {
  color: red;
  font-size: 12px; }

.postad-selectCategory {
  color: #555; }

.div-separator {
  clear: both; }

.postad-upload {
  color: #dd4b39; }

.gllpUpdateButton {
  display: none; }

.postad-border {
  border: 1px solid #dee2e6 !important; }

.form-control1 {
  display: block;
  width: 100%;
  height: calc(2.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 12px !important; }

.btn-brand1 {
  font-size: 14px;
  color: #fff;
  outline: none;
  background: #c62026;
  border-color: #c62026;
  border-radius: 0;
  width: 25%;
  height: 36px; }

.height-3 {
  font-size: 25px; }

.accordion-en {
  width: 98% !important; }

.accordion-ar {
  width: 98% !important;
  margin: 0 15px 0 15px; }

.panel-group-en {
  padding-left: 16px;
  width: 100%; }

.panel-title-en {
  position: relative; }

.panel-title-ar {
  position: relative; }

.panel-title-en::after {
  content: "\f107";
  color: #333;
  top: -2px;
  right: 0px;
  position: absolute;
  font-family: "FontAwesome"; }

.panel-title-ar::after {
  content: "\f107";
  color: #333;
  top: -2px;
  left: 0px;
  position: absolute;
  font-family: "FontAwesome"; }

.panel-title-en[aria-expanded="true"]::after {
  content: "\f106"; }

.panel-title-ar[aria-expanded="true"]::after {
  content: "\f106"; }

.panel-heading-full.panel-heading {
  padding: 0; }

.panel-heading-full .panel-title {
  padding: 10px 15px; }

.panel-heading-full .panel-title::after {
  top: 10px;
  right: 15px; }

.card-header {
  padding: 0;
  padding-top: 5px !important; }

.form-font span {
  height: 36px;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  width: 15%;
  padding-top: 9px; }

.btn-link:focus {
  text-decoration: none;
  box-shadow: none; }

.btn:focus {
  outline: 0;
  box-shadow: 0; }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  outline-offset: 0; }

.accordion > .card {
  width: 891px;
  margin-left: 15px;
  overflow: hidden;
  height: 98%; }

.btn-brand1:hover {
  color: #fff;
  opacity: 0.7;
  border-color: #c62026; }

.panel-heading:hover {
  background: #ddd !important;
  cursor: pointer; }

.account_store_logo {
  color: red;
  transition-duration: 1s;
  transition-delay: 1s; }

.account_uploadImage {
  width: 256px; }

.account-progreeBar {
  display: none; }

.account_store_image {
  color: red;
  transition-duration: 1s;
  transition-delay: 1s; }

.account_categoryError {
  color: red; }

.select-option {
  color: #555; }

.account-verifyNo {
  color: #c62026; }

.account_alertSuccess {
  margin-top: 20px; }

.renew {
  padding: 7px; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 20px;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

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

.mobile-shops {
  display: none; }

.category-page .slick-track {
  display: flex;
  align-items: center;
  width: 829px;
  margin-left: 0px; }

.random-offers {
  display: none; }

#category-tb {
  display: none;
  margin-left: 12px;
  transform: unset; }

.slick-initialized .slick-slide {
  display: block;
  transform: unset; }

.vMiddle {
  vertical-align: middle;
  margin-right: 5px; }

#categories-left-menu {
  display: block; }

.custom {
  margin-left: 25px; }

.category-page .tab-slider .nav-tabs {
  border-bottom: 0;
  margin-left: 10px; }

.cat-image {
  width: 143px !important; }

.customParam {
  position: absolute;
  bottom: 15px; }

.customParam .icon {
  font-size: 24px; }

.shopName {
  color: #4091d2; }

.vMiddle {
  vertical-align: middle; }

.customParam .text {
  color: #555; }

.shopItem {
  cursor: pointer; }

.customParam .sep {
  margin: 0 10px;
  border-left: solid 1px #eaeaea;
  height: 17px;
  vertical-align: middle; }

.inline {
  display: inline-block; }

.TWO-PART {
  display: flex;
  width: 100%;
  margin-bottom: 25px; }

.part-left {
  width: 25%; }

.part-right {
  width: 75%;
  margin-left: 30px; }

.part-left-IMG img {
  width: 100%;
  height: 150px;
  margin-left: 14px;
  padding: 2px;
  object-fit: cover;
  background: #fff; }

.PART-RIGHT-DATA {
  height: 150px;
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff; }

.PART-RIGHT-DATA h5 {
  font-size: 20px;
  color: #4091d2;
  margin: 0; }

.PART-RIGHT-DATA ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  margin-top: 75px; }

.PART-RIGHT-DATA ul li {
  display: inline-block;
  list-style: disc;
  padding: 0 15px 0 0;
  font-size: 14px; }

.PART-RIGHT-DATA ul li span {
  padding: 0 10px 0 0; }

.PART-RIGHT-DATA ul li:first-child {
  list-style: none; }

.p15 {
  padding: 15px; }

.relative {
  position: relative; }

.borderBottom {
  border-bottom: 1px solid #dcdcdc; }

.block {
  display: block; }
/* .vMiddle {
 vertical-align: middle;
 margin: 0 10px 0 0;
 } */
.inline {
  display: inline-block; }

.m18 {
  margin: 18px; }

.shopDet {
  font-size: 14px; }

.shopCity:before, .shopCity:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #57585a;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle; }

.shopCoverPhoto img {
  backface-visibility: inherit;
  height: 145px;
  object-fit: cover; }

.shopCoverPhoto img, .shopProfilePic, .shopProfilePic img {
  border-radius: 8px; }

.shopProfilePic {
  width: 80px;
  height: 80px;
  right: 20px;
  bottom: -40px; }

.shopProfilePic img {
  width: 70px;
  height: 68px;
  margin-top: 5.5px;
  margin-left: 4.5px; }

.shopTitle {
  width: 65%;
  line-height: 1.2em;
  word-break: break-word; }

.mt8 {
  margin-top: 8px; }

.mb15 {
  margin-bottom: 15px; }

.osGray {
  color: #57585a; }

.relative {
  position: relative; }

.fullWidth, .width-100 {
  width: 100%; }

.absolute {
  position: absolute; }

.osLightGrayBg {
  background-color: #f7f7f7; }

.osBlack {
  color: #000; }

.vTop {
  vertical-align: top; }

.p15 {
  padding: 15px; }

.shopsListing .right .shopDetails {
  border: solid 1px #dcdcdc;
  background-color: #fbfbfb;
  border-radius: 2px; }

.relative {
  position: relative; }

.curPointer {
  cursor: pointer; }

.category-page .tab-slider .nav-tabs .nav-link.active {
  background-color: #c62026;
  color: white; }

.left-menuCategory {
  display: none; }

.container-en {
  width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.store-banner {
  position: relative;
  overflow: hidden;
  width: 135%;
  display: flex;
  text-align: initial !important; }

.container-ar {
  width: 1140px;
  /* padding-right: 15px; */
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.followed:hover {
  background-color: #c62026;
  color: #fff; }

#follow {
  margin-left: 7px; }

.store-logo {
  width: 20%; }

.shop-logo {
  width: 226px;
  height: 210px;
  object-fit: cover; }

.shop-banner {
  width: 100%;
  height: 100%;
  max-height: 398px;
  margin-left: 19px;
  /* margin-right: -4px; */ }

.description {
  width: 100%;
  display: flex; }

.shop-description {
  width: 70%; }

.shop-details {
  width: 227px;
  margin-top: 10px;
  height: 178px;
  display: block;
  border: 1px solid silver; }

.store-location {
  display: flex; }

.loc-title {
  margin-left: -3px;
  margin-right: 6px;
  margin-top: 13px;
  font-weight: 600;
  font-size: 15px;
  color: black; }

.map-icon {
  margin-top: 10px;
  margin-left: 14px;
  margin-right: 18px;
  font-size: 20px;
  color: var(--gray-dark); }

.place {
  margin-top: 13px; }

.phone-icon {
  font-size: 19px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  color: #c62026; }

.call-details {
  border: 1px solid silver;
  margin: 15px 4px 0;
  padding-bottom: 8px; }

.phone {
  padding: 12px 0 !important; }

.phone-number {
  font-size: 15px;
  margin-left: 0px;
  margin-right: 0px;
  cursor: pointer;
  color: #0a0808; }

.follow {
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 6px;
  padding: 10px;
  text-align: start;
  border: 1px solid #c62026;
  cursor: pointer;
  font-size: 16px;
  color: #c62026; }

#follow-icon {
  margin-right: 0px;
  margin-left: 5px; }

.followed {
  margin-top: 11px;
  margin-left: 5px;
  margin-right: 6px;
  padding: 10px;
  border: 1px solid #c62026;
  cursor: pointer;
  font-size: 16px;
  text-align: start;
  color: #c62026; }

.followed:hover {
  background-color: #c62026 !important;
  color: #fff !important; }

.follow:hover {
  background-color: #c62026;
  color: #fff; }

.mobile-response {
  display: none; }

.followedBorder {
  border: '1px solid #c62026'; }

.followedPlus {
  color: '#c62026'; }

.store-image {
  width: 80%; }

.location {
  display: flex;
  height: 29%; }
