@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 {
  display: flex;
  height: 100%; }
  .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 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); }
      #side-menu ul.navmenu-nav .country-change-dropdown {
        padding: 0 13px; }
        #side-menu ul.navmenu-nav .country-change-dropdown a {
          font-size: 0.8rem; }
        #side-menu ul.navmenu-nav .country-change-dropdown .dropdown-menu {
          position: absolute !important;
          top: 44px !important;
          width: 100%;
          background-color: #fff; }
    .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;*/ } }

@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; } }

@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; }

  .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; } }

@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; } }

@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) {
  #login-form .g-recaptcha div iframe {
    margin-left: 0px !important; }

  .mobile-header .col-right {
    margin-left: 211px !important;
    margin-right: 210px !important;
    margin-top: -37px !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: 109px !important;
    height: 215px !important; }

  #progressbar {
    display: none !important; }

  .text-center {
    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; } }
/* 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 */
@media only screen and (min-width: 375px) {
  .whatsapp-icon {
    width: 11px !important;
    height: 12px !important;
    margin-bottom: 0px !important;
    margin-left: 4px !important;
    margin-right: 2px !important; }

  .number {
    display: flex !important;
    flex-direction: column-reverse !important;
    direction: ltr !important;
    margin-top: -18px !important;
    margin-right: 58px !important;
    width: 69px !important; }

  .g-recaptcha {
    margin-right: -6px !important; }

  iframe {
    width: 274px !important; } }

@media (max-width: 320px) {
  .number {
    display: flex !important;
    flex-direction: column-reverse !important;
    direction: ltr !important;
    margin-top: -3px !important;
    margin-right: -1px !important;
    font-size: 14px !important;
    width: 76px !important; }

  .whatsapp-icon {
    width: 10px !important;
    height: 10px !important;
    margin-bottom: 3px !important;
    margin-left: 4px !important;
    margin-right: 2px !important; } }

@media (min-width: 425px) {
  .g-recaptcha {
    margin-right: -16px !important; }

  iframe {
    width: 276px !important; } }

@media (min-width: 320px) and (max-width: 767px) {
  .g-recaptcha {
    margin-right: -32px !important; }

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

.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; }

html {
  height: 100%; }
/* #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; }

.arabic-field {
  text-align: right !important; }

#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 {
  z-index: 0;
  border: none;
  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); }

.fit-image {
  width: 100%;
  object-fit: cover; }

.required-field-ar::before {
  content: "*";
  color: red;
  float: right; }

.required-field-en::before {
  content: "*";
  color: red;
  float: left; }

.help-block {
  color: red; }

.carousel {
  margin-top: 0px;
  margin-left: 30px;
  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; }

.arabic-field {
  text-align: right !important; }

.membershipType {
  margin-right: 157px; }

.packageheading {
  display: flex; }

.packagedesc {
  display: flex; }

.benifitTitle {
  display: flex; }

.Subsinfo {
  display: flex; }

@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: 217px !important;
    margin-right: 248px !important;
    margin-top: -37px !important; }

  .membershipDetailsContainer1 {
    text-align: justify !important;
    margin-top: 24px !important;
    direction: ltr;
    width: 307px !important;
    padding-left: 46px !important;
    /* margin-left: -17px !important; */ }

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

  .membershipDetailsContainer1 {
    margin-top: 21px !important;
    width: 242px !important;
    margin-right: -16px !important; }

  .membershipType {
    width: 130% !important;
    margin-left: -56px !important;
    margin-right: -20px !important; }

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

  .orangeBtn {
    margin-right: -4px !important; }

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

  .orangeBtn {
    white-space: nowrap !important;
    height: 29px !important;
    width: 82px !important;
    margin-left: -1px !important;
    margin-right: -5px !important;
    margin-top: 4px !important;
    /* padding-left: 10px !important; */ }

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

@media only screen and (max-width: 375px) and (min-width: 315px) {
  .mobile-header .col-right {
    margin-left: 242px !important;
    margin-right: 248px !important;
    margin-top: -37px !important; }

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

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

  .orangeBtn {
    white-space: nowrap !important;
    height: 34px !important;
    width: 98px !important;
    font-size: 12px;
    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 {
    padding: 0px 10px !important; }

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

  .membershipType {
    margin-left: 0px !important;
    width: 96% !important;
    margin-right: 12px !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 4px 6px 4px !important;
    margin-left: -2px !important;
    line-height: 26px !important;
    margin-top: 1px; }

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

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

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

@media (max-width: 425px) and (min-width: 374px) {
  /* .fLeft {
   float: left !important;
   }
   */
    .membershipcurrency {
      padding-bottom: 5px !important; }
    .membershipType .pakcageDetails {
      width: 132px !important;
      height: 163px !important;
      /* margin-bottom: 10px !important; */ }
    .membershipType {
      width: 96% !important;
      margin-right: 6px !important;
      margin-left: 10px !important; }
    .mobile-header .col-right {
      margin-left: 255px !important;
      margin-right: 254px !important;
      margin-top: -37px !important; }
    .carousel {
      margin-top: 0px !important;
      margin-left: 0px !important;
      display: flex !important;
      gap: 2.3rem !important;
      overflow-x: auto !important; }
    .membershipDetailsContainer1 {
      margin-top: 26px !important;
      margin-right: -4px !important;
      margin-left: 0px !important;
      width: 351px !important;
      text-align: justify;
      padding: 10px !important; }
    .orangeBtn {
      white-space: nowrap !important;
      height: 33px !important;
      width: 121px !important;
      font-size: 13px !important;
      margin-left: -4px !important;
      margin-right: -6px !important;
      margin-top: 5px !important; }
    .benefitsDesc {
      border-bottom: solid 1px #ccc;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .blueBtn, .greenBtn, .greyBtn, .orangeBtn, .redBtn, input.blueBtn, input.greenBtn, input.greyBtn, input.orangeBtn, input.redBtn {
      padding: 0 7px !important; } }

@media (max-width: 490px) and (min-width: 420px) {
  .membershipType .pakcageDetails .duration {
    width: 117px !important; }

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

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

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

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

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

  .membershipDetailsContainer1 {
    margin-top: 26px !important;
    margin-right: -4px !important;
    margin-left: 0px !important;
    width: 400px !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; }

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

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

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

@media (max-width: 600px) and (min-width: 490px) {
  .membershipType .pakcageDetails .duration {
    width: 117px !important; }

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

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

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

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

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

  .membershipDetailsContainer1 {
    margin-top: 26px !important;
    margin-right: -4px !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; }

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

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

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