@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
:root {
    --primary: #8D4622;
    --secondary: #CC4D11;
    --orange: #F99E23;
    --red: #E62238;
    --white: #fff;
    --lightprimary: #FFEFE2;
    --lightsecondary: #E64D03;
    --lightgray: #8494AF;
    --lightgray-fade: #b7c9e8;
    --dark: #363535;
    --whitesmoke: #F7F7F7;
    --body-bg: #ECF8F8;
}

* {
    margin: 0;
    padding: 0;
}
.btn-primary{background: #00DFD9 !important; padding: 10px; height: 50px; border: none; color: #333; border-radius: 12px; font-weight: 600;}
.btn-primary:hover{background: #F7D500 !important; color: #000 !important; border: none !important;}
.btn-secondary:hover{background: #00DFD9 !important; color: #000 !important; border: none !important;}
.btn-secondary:focus{background: #00DFD9 !important; color: #000 !important; border: none !important;}
.dektop .dropdown-toggle-notify{display: inline-grid !important;
  color: #fff;
  background: none !important;
  border: none;
  font-size: 2rem;
  line-height: 20px;}
  .dektop .dropdown-toggle-notify::after{display: none;}
.dektop  .dropup-notify{display: contents; width: 20px; float: right;  padding-top: 41px;}
.sell-item{max-width: 156px !important; padding: 14px !important; vertical-align: bottom;}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active{background: #000;}
.dropdown-menu-dark{border-radius: 12px;}
input::placeholder {color: #fff !important; font-size: 1rem;}
input::-webkit-input-placeholder {color: #fff !important; font-size: 1rem;}
input:-ms-input-placeholder {color: #fff !important; font-size: 1rem;}
.border-none{border: none !important;}
body {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--dark);
    font-family: 'DM Sans', sans-serif;
    background-color: #000;
    overflow-x: hidden;
}

h1 {
    font-size: 4rem;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
}

h2 {
    font-size: 3rem;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
}

h3 {
    font-size: 2rem;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    
}

h4 {
    font-size: 1.3rem;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
}

h5 {
    font-size: 1.2rem;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
}

h6 {
    font-size: 1rem;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
}

p {
    font-size: .875rem;
    color: #6A6666;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 0.4rem;
}
a{text-decoration: none;}
.p-l-0{padding-left: 0px !important;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}

a:hover {
	color: var(--primary);
}
.dektop{}
.dektop .logo{width: 140px;}
/*  Toggle Switch  */

.toggleSwitch span span {
    display: none;
  }
  
  @media only screen {
    .toggleSwitch {
      display: inline-block;
      height: 18px;
      position: relative;
      overflow: visible;
      padding: 0;
      margin-left: 50px;
      cursor: pointer;
      width: 40px
    }
    .toggleSwitch * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    .toggleSwitch label,
    .toggleSwitch > span {
      line-height: 20px;
      height: 20px;
      vertical-align: middle;
    }
    .toggleSwitch input:focus ~ a,
    .toggleSwitch input:focus + label {
      outline: none;
    }
    .toggleSwitch label {
      position: relative;
      z-index: 3;
      display: block;
      width: 100%;
    }
    .toggleSwitch input {
      position: absolute;
      opacity: 0;
      z-index: 5;
    }
    .toggleSwitch > span {
      position: absolute;
      left: -50px;
      width: 100%;
      margin: 0;
      padding-right: 50px;
      /* text-align: left; */
      white-space: nowrap;
    }
    .toggleSwitch > span span {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      display: block;
      width: 50%;
      margin-left: 50px;
      text-align: left;
      font-size: 0.9em;
      width: 100%;
      left: 15%;
      top: -1px;
      opacity: 0;
    }
    .toggleSwitch a {
      position: absolute;
      right: 50%;
      z-index: 4;
      display: block;
      height: 100%;
      padding: 0;
      left: 2px;
      width: 18px;
      background-color: #000;
      border: 1px solid #CCC;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }
    .toggleSwitch > span span:first-of-type {
      color: #ccc;
      opacity: 1;
      left: 45%;
    }
    .toggleSwitch > span:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 50px;
      top: -2px;
      background-color: #fafafa;
      border: 1px solid #ccc;
      border-radius: 30px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
    }
    .toggleSwitch input:checked ~ a {
      border-color: #000;
      left: 100%;
      margin-left: -9px;
    }
    .toggleSwitch input:checked ~ span:before {
      border-color: #F7D500;
      box-shadow: inset 0 0 0 30px #F7D500;
      /* color: #000; */
    }
    .toggleSwitch input:checked ~ span span:first-of-type {
      opacity: 0;
    }
    .toggleSwitch input:checked ~ span span:last-of-type {
      opacity: 1;
      color: #000;
    }
    /* Switch Sizes */
    .toggleSwitch.large {
      width: 60px;
      height: 27px;
    }
    .toggleSwitch.large a {
      width: 27px;
    }
    .toggleSwitch.large > span {
      height: 29px;
      line-height: 28px;
    }
    .toggleSwitch.large input:checked ~ a {
      left: 41px;
    }
    .toggleSwitch.large > span span {
      font-size: 1.1em;
    }
    .toggleSwitch.large > span span:first-of-type {
      left: 50%;
    }
    .toggleSwitch.xlarge {
      width: 180px;
      height: 50px;
    }
    .toggleSwitch.xlarge a {
      width: 50px;
    }
    .toggleSwitch.xlarge > span {
      height: 53px;
      line-height: 37px;
    }
    .toggleSwitch.xlarge input:checked ~ a {
      left: 136px;
    }
    .toggleSwitch.xlarge > span span {
      font-size: 1.4em;
      color: #000;
      line-height: 50px;
      font-weight: 600;
    }
    .toggleSwitch.xlarge > span span:first-of-type {
      left: 32%;
    }
  }
  
  
  /*  End Toggle Switch  */

  .header-search{ margin-top:25px;}
  .header-search  .form-control{height: 52px;background: #2D2B2B;color: #fff;border-radius: 16px;border: none;}
  .header-search  .form-control::placeholder{color: #fff;}
  .header-search .form-select{  background: #2D2B2B; color: #fff; border: none; border-left: 1px solid #544B4B;}
  .header-search .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    color: #fff;
}
.toggleSwitch.xlarge{display: block !important; margin: auto !important; margin-top: 25px !important;}
.header-search .dropdown-toggle::after{
    color: #fff;
    font-size: 1.8rem;
}
.header-search .bootstrap-select .dropdown-toggle{border-left: 1px solid #544B4B;}
.dropdown-toggle:focus{border: none !important; box-shadow: none !important;}
.header-search .btn-outline-secondary{background: #00DFD9;font-weight: 500;color: #000;min-width: 110px;border: none;border-radius: 18px;}
.material-symbols-outlined{vertical-align: bottom;}
.btn-secondary{background: #F7D500; border-radius: 12px; padding: 14px 22px; border: none; color: #000; font-weight: 500;}
.btn-border{background: #000; border-radius: 12px; padding: 13px 17px; border: none; color: #fff; font-weight: 500; border: 1px solid #fff;}
.btn-border:hover{background: #2D2B2B; color: #fff; border: 1px solid #00DFD9 !important;}
ul.top-categories{padding:0px; margin:auto; display: inline-table; }
ul.top-categories li{display:inline-block; color: #fff; list-style: none; padding-left: 26px;}
ul.top-categories li a{color: #fff;}
ul.top-categories li a:hover{color: #00DFD9;}
.post-a-need{border: 1px solid #333; border-radius: 12px; padding: 10px 10px 10px 10px !important; margin-left: 20px; color: #333; background: #fff;}
.post-a-need a{color: #333 !important; font-weight: 500;}
.post-a-need:hover{background: #F7D500;}
.post-a-need span{color: #333;}
.buysell-list{ padding: 1rem 0 1rem 0;}
.buysell-list .card{margin-bottom: 1.3rem;}
.buysell-list .card img{border-radius: 12px;}
.buysell-list a{color: #fff;}
.buysell-list .card-img-overlay{
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 52%);
}

.buysell-list .card-title, .card-text{ position: absolute; bottom: 60px; color: #fff;}
.buysell-list .card .bottom{  position: absolute; bottom: 20px; width: 100%;}
.buysell-list .card .bottom .align-self-start{ text-align: right; font-size: 1.4rem; color: #F7D500; text-align: left; font-weight: 500;}
.buysell-list .card .bottom .align-self-end{ text-align: center; border: 1px solid #fff; border-radius: 12px; max-width:100px; margin-right: 20px; padding: 3px 3px;}
.call-share{ display: block; position: absolute; right: 0; top: 170px; }
.call-share ul{padding: 0px; margin: 0px;}
.call-share ul li{margin-bottom: 10px; margin-right: 10px; display: block; width: 45px; height: 45px; border-radius: 50%; background: #fff; color: #000; text-align: center;} 
.call-share ul li span{font-size: 1.6rem; line-height: 45px;}
.call-share ul li a{color: #000;}
.call-share ul li:hover{background: #F7D500 !important; color: #000;}
.call-share ul li:first-child{ background: #00DFD9 !important;}
.call-share ul li:first-child:hover{background: #F7D500 !important; color: #000;}
.btn-load-more{background: #fff; border-radius: 12px; border: none; color: #000; width: 270px; margin: auto;}
.notify{padding: 0px; width: inherit !important; margin-top: 22px;}
.notify .dropdown-toggle::after{ display: none;}
.notify .btn-secondary{padding: 0px !important; background: none; margin-right: 15px;}
.notify .btn-secondary.m-r-0{margin-right: 0px !important;}
.notify .btn-secondary:hover{background: none !important;}
.notify .btn-secondary:focus{background: none !important;}
.notify .btn-secondary span{font-size: 2.2rem !important; color: #fff; line-height: 55px;}
.fiter-bar{width: 100%; display: block; padding: 1rem 0rem 1rem 0;}
.fiter-bar span{border-radius: 12px; display: block;/* border-radius: 12px; */background: #2F2D2D;color: #fff;/* max-width: 200px; */text-align: center;padding: 10px 15px;/* overflow-x: hidden !important; */}
.multi-select-container {
  /* display: inline-block; */
  position: relative;
  width: 100%;
}

.multi-select-menu {
  position: absolute;
  left: 0;
  top: 0.8em;
  z-index: 1;
  float: left;
  min-width: 100%;
  background: #2f2d2d;
  color: #fff;
  margin: 1em 0;
  /* border: 1px solid #aaa; */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
  overflow: hidden !important;
}

.multi-select-menuitem {
  display: block;
  font-size: 0.875em;
  padding: 0.6em 1em 0.6em 30px;
  white-space: nowrap;
}

.multi-select-menuitem--titled:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.multi-select-menuitem + .multi-select-menuitem {
  padding-top: 0;
}

.multi-select-presets {
  border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
  position: absolute;
  margin-top: 0.25em;
  margin-left: -20px;
}

.multi-select-button {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.2em 0.6em;
  /* max-width: 16em; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #2f2d2d;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
}

.multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
  display: block;
}

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
  /* Avoid border/padding on menu messing with JavaScript width calculation */
  box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
  /* Allow labels to line wrap when menu is artificially narrowed */
  white-space: normal;
}
.filter-by{display: block;width: 100%;border: none !important;}
.form-select{
  background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px !important;
  border-color: #2f2d2d !important;
  border-radius: 12px;
  background-color: #333 !important;
}
.carousel-item{ border-radius: 12px; height: 80vh; }
.carousel-item img{border-radius: 12px; width: 100% !important; object-fit: contain !important; height: 100vh;}
.carousel-indicators [data-bs-target]{ background-color: #F7D500 !important;}
.out-line-label{border-radius: 22px;   max-width: 100px;padding: 3px 12px; border: 1px solid #fff;}
ul.ad-info li{ display: inline-block; color: #fff; padding-right: 10px; padding-left: 0px !important;}
 .red-icon{color: #921616 !important;}
.pricing{color: #F7D500; font-size: 3rem; font-weight: 500;}
.phone-share{ display:block;margin: 10px 0px 10px 0px; }
.phone-share ul{padding: 0px; margin: 0px;}
.phone-share ul li{margin-bottom: 10px; margin-right: 10px; display: inline-block; line-height: 35px; width: 45px; height: 45px; border-radius: 50%; background: #fff; color: #000; text-align: center;} 
.caphonell-share ul li span{font-size: 1.6rem; line-height: 45px;}
.phone-share ul li a{color: #000; }
.phone-share ul li:hover{background: #F7D500 !important; color: #000;}
.phone-share ul li:first-child{ background: #00DFD9 !important;}
.phone-share ul li:first-child:hover{background: #F7D500 !important; color: #000;}
.phone-share ul li.whatsapp{background: none !important; display: inline-flex; text-align: left; color: #fff;  width: 200px !important; font-weight:600;}
.phone-share ul li.whatsapp img{width: 50px; margin-right: 5px; }
.phone-share ul li.whatsapp a{color: #fff; display: inline-block;}
 .seller-info{display: inline-block;color: #fff;font-weight: 500;line-height: 17px;}
 .seller-info img{ width: 50px; height: 50px; border-radius: 50%; margin-right: 5px;}
 .seller-info .d-block {display: inline-block !important;vertical-align: middle !important; margin-right: 15px;}
 .seller-info .btn-info{border-radius: 12px; background: #F7D500; border: none;}
 .seller-info .font-2x{font-size: 2rem !important; line-height: 30px;}
.seller-description{ display: block; padding: 10px 170px 0px 0px;}
.seller-description p{color: #fff; line-height: 20px;}
.create-ad{padding: 40px 20px; border: .9px solid #807b7b;   border-radius: 12px;}
.create-ad small{text-align: center; color: #fff; display: block; padding-bottom: 30px;}
.create-ad h1{text-align: center; font-size: 2.4rem;}
.create-ad .form-control{ border-radius: 0px; min-height: 70px; border: none; border-bottom: 1px solid #A7A5A5; color: #fff; background: none; box-shadow: none; outline: nine;}
.create-ad .material-symbols-outlined{font-size: 34px;}
.create-ad .input-group-text{border-radius: 0px;}
.create-ad .toggleSwitch.large{ width: 120px;}
.create-ad .toggleSwitch.large > span span:first-of-type { left: 30%;}
.create-ad .toggleSwitch.large input:checked ~ a {left: 100px;}
.create-ad .toggleSwitch > span span:first-of-type{color: #000; font-weight: 600; }
.create-ad .toggleSwitch.large > span{height: 30px;}
.create-ad .toggleSwitch input:checked ~ span span:last-of-type{color: #000; font-weight: 600; }
.create-ad .toggleSwitch{margin-left: 0px;}
.create-ad .label-deafult{font-size: 1.4rem; color: #fff; display: block;}
.create-ad #tag-input{width: 595px !important;}
.create-ad .button.is-link {  color: #333;}
.create-ad .tags { align-items: center; float: left; flex-wrap: wrap; justify-content: flex-start; margin-left: 7px; margin-top: 10px; margin-bottom: 15px;}
.create-ad .tag:not(body).is-link {background-color: #4d4f50;
  color: #fff;
  padding: 10px 10px;
  font-size: .9rem;}
.create-ad .field.has-addons {display: flex; justify-content: flex-start;}
.create-ad .tag:not(body).is-delete::after, .tag:not(body).is-delete::before {background-color: currentColor;
  content: "";   display: block;  left: 50%;   position: absolute; top: 50%; transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;     top: 10px;
  height: 28px;
}

.create-ad .tag:not(body).is-delete {  margin-left: 1px;  padding: 0;  position: relative;  width: 2em; top: 10px;height: 27px;}
.create-ad .tags.has-addons .tag:not(:first-child) {margin-left: 0;border-top-left-radius: 0;  border-bottom-left-radius: 0; cursor: pointer;}
.create-ad .tags.has-addons .tag:not(:last-child) { border-top-right-radius: 0;border-bottom-right-radius: 0}
.create-ad .tag:not(body) { align-items: center;background-color: #f5f5f5; border-radius: 4px;color: #4a4a4a;  display: inline-flex;  font-size: .75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: .75em;
  padding-right: .75em;
  white-space: nowrap
}

.create-ad .tag:not(body) .delete {margin-left: .25rem;  margin-right: -.375rem}
.create-ad .tag:not(body).is-white { background-color: #fff;color: #0a0a0a}
.create-ad .tag:not(body).is-black {background-color: #0a0a0a; color: #fff}
.create-ad .tag:not(body).is-light {background-color: #f5f5f5;color: rgba(0,0,0,.7)}
.create-ad .tag:not(body).is-dark {
  background-color: #363636;
  color: #fff
}

.create-ad .tag:not(body).is-primary {
  background-color: #00d1b2;
  color: #fff
}

.create-ad .tag:not(body).is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e
}



.create-ad .tag:not(body).is-link.is-light {
  background-color: #eef3fc;
  color: #2160c4
}

.create-ad .tag:not(body).is-info {
  background-color: #3298dc;
  color: #fff
}

.create-ad .tag:not(body).is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa
}

.tag:not(body).is-success {
  background-color: #48c774;
  color: #fff
}

.create-ad .tag:not(body).is-success.is-light {
  background-color: #effaf3;
  color: #257942
}

.create-ad .tag:not(body).is-warning {
  background-color: #ffdd57;
  color: rgba(0,0,0,.7)
}

.create-ad .tag:not(body).is-warning.is-light {
  background-color: #fffbeb;
  color: #947600
}

.tag:not(body).is-danger {
  background-color: #f14668;
  color: #fff
}

.create-ad .tag:not(body).is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35
}

.create-ad .tag:not(body).is-normal {
  font-size: .75rem
}

.create-ad .tag:not(body).is-medium {
  font-size: 1rem
}

.create-ad .tag:not(body).is-large {
  font-size: 1.25rem
}

.create-ad .tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -.375em;
  margin-right: .1875em
}

.create-ad .tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: .1875em;
  margin-right: -.375em
}

.create-ad .tag:not(body) .icon:first-child:last-child {margin-left: -.375em;margin-right: -.375em  }
.create-ad .tag:not(body).is-delete {
  margin-left: 1px;  padding: 0; position: relative;  width: 2em}
.create-ad .tag:not(body).is-delete::after,.tag:not(body).is-delete::before {
  background-color: currentColor;  content: "";display: block; left: 50%;position: absolute;  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center
}
.create-ad .tag:not(body).is-delete::before { height: 1px; width: 50%}
.create-ad .tag:not(body).is-delete::after { height: 50%; width: 1px}
.create-ad .input-group-text .material-symbols-outlined{font-size: 40px; color: #333;}
.create-ad .material-symbols-outlined{font-size: 40px; color: #fff; cursor: pointer;}
.create-ad #tag-field{display: block;}
.create-ad input::placeholder {color: #fff !important; font-size: 1.4rem;}
.create-ad input::-webkit-input-placeholder {color: #fff !important; font-size: 1.4rem;}
.create-ad input:-ms-input-placeholder {color: #fff !important; font-size: 1.4rem;}
.create-ad #add-tag .material-symbols-outlined{  font-size: 40px;color: #fff;cursor: pointer;margin-left: -47px;margin-top: 12px;}
.create-ad textarea{min-height: 120px !important; border-top: 1px solid #fff !important;}
.create-ad .upload-img{padding: 20px 0p 20px 0px; margin-top: 30px;}
.create-ad .upload-img p{text-align: right; color: #fff; font-size: .7rem;}
.create-ad  .wrapper {
  display: flex;


  justify-content: center;
}

.create-ad .box {
  display: block;
  min-width:100px;
  height: 170px;
  margin: 10px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.create-ad .upload-options {
  position: relative;
  height: 75px;
  background-color:#fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
}
.create-ad .upload-options:hover {
  background-color: #b9b9b9;

}
.create-ad .upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.create-ad .upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}
.create-ad .upload-options label::after {
  content: "add";
  font-family: "Material Icons";
  position: absolute;
  font-size: 2.5rem;
  color: #333;
  top: calc(50% - 2.5rem);
  left: calc(50% - 1.25rem);
  z-index: 0;
}
.create-ad .upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.create-ad .upload-options label span:hover i.material-icons {
  color: lightgray;
}

.create-ad .js--image-preview {
  height: 118px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("");
  background-color: #3b3838;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.create-ad .js--image-preview::after {
  content: "photo_size_select_actual";
  font-family: "Material Icons";
  position: relative;
  font-size: 2.5em;
  color: #fff;
  top: 30px;
  z-index: 0;
  text-align: center;
  display: block;
}

.create-ad .js--image-preview.js--no-default::after {
  display: none;
}
.js--image-preview:nth-child(2) {
  background-image: url("http://bastianandre.at/giphy.gif");
}

.create-ad i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.create-ad .drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  transform: scale(0);
}

.create-ad .animate {
  -webkit-animation: ripple 0.4s linear;
          animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
    
    
  
    
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


.create-ad .header nav {
	display: none;
}

.create-ad .header,
.content,
.footer {
	text-align: center;
}
.create-ad .header,
.footer {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0 50px;
}
.create-ad .header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.create-ad .footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.create-ad .header a {
	display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	margin: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.create-ad .header a:before,
.create-ad .header a:after {
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
.create-ad .header a span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.create-ad .content {
	padding: 150px 50px 50px 50px;
}
.modal-content{background: #000;  border-radius: 22px;}
.modal-content h2{font-size: 1.4rem; text-align: center;}
.modal-header{border: none;}
.modal-content .form-control{background: #000; border-radius: 12px; color: #fff;} 
.modal-content .input-group .btn{min-width: 100px;}
.sign-google{display: block;     text-align: center;}
.sign-google a{color: #fff;}
.sign-google .icon{width: 35px; height: 35px; background: url(../img/google.svg) no-repeat; display: inline-block; padding: 20px 20px;
  vertical-align: middle;}
  .sign-google p{font-size: .7rem; text-align: center; color:#C9C9C9;}
  .mobile-menu-bar{display: flex;}
  .mobile-menu-bar .accordion-item{display: inline-block;}
  .mobile-menu-bar .accordion-header{width: 33.4%;}
  .mobile-menu-bar .accordion-button::after{display: none;}
  .mobile-menu-bar .accordion-button{display: block; text-align: center;}
  .mobile-menu-bar .material-symbols-outlined{font-size: 45px;}
  .accordion-body.input-group{display: block;}
  .accordion-body .key-search{width: 100% !important; border-radius: 12px !important; margin-bottom: 9px;}
  .accordion-body .bootstrap-select{width: 65% !important;}
  .accordion-body .bootstrap-select .dropdown-toggle {border-left: 1px solid #544B4B;border-radius: 12px 0px 0px 12px; }
  .accordion-body .header-search{margin-top: 0px !important;}
.mobile-sticky-nav{position: fixed; bottom: 0; width: 100%;}
.mobile-sticky-nav .accordion-item{background: #000;}
.mobile-sticky-nav ul.account-menu{display: block; margin: auto; padding: 0px;}
.mobile-sticky-nav ul.account-menu li{display: block; border: 1px solid #333;border-radius: 12px;text-align: center;padding: 10px;margin-bottom: 10px; }
.mobile-sticky-nav ul.account-menu li a{color: #fff ;}
.mobile-sticky-nav .btn-border{border: none !important; padding: 0px !important;}
.bg-dark{background: none !important;}
.card{background: none !important;}
.embed-responsive iframe{height:65vh !important; border-radius: 12px;}
.user-pic{display: inline-block; line-height: 95px;}
.user-pic img{width: 45px; height: 45px; border-radius: 50%;}
.user-pic  .dropdown-menu{background: #2d2b2b; border-radius: 12px;}
.user-pic  .dropdown-menu li a{color: #fff !important;}
.user-pic  .dropdown-menu li a:hover{background: #000;}
.user-pic .dropdown-item {line-height: 30px !important; color: #fff;}
.user-pic .dropdown-toggle::after{display: none !important;}
.user-pic .dropdown-menu li.user-info{line-height: 30px !important; color: #fff; padding: 10px;}
.user-pic .dropdown-menu li.user-info span{display: block; border-bottom: 1px solid #000; font-weight: 600; height: 40px;}
.user-pic .material-symbols-outlined{color: #F7D500; font-size: 1.8rem; vertical-align: middle; padding-right:7px;}
.create-ad .rounded-circle{width: 180px; height: 180px;}
.create-ad .user-name{font-size: 2.2rem; color: #fff;}
.create-ad .btn-info{background: #F7D500 !important; border-radius: 12px; border: none; min-width: 160px;}
.bootstrap-select .dropdown-menu li a:focus{background: #000 !important;}
/*  Responsive  */
@media (max-width: 991px) {
  .dektop .logo{display: block; margin: auto; padding-top: 30px; width: 117px;}
  .mobile-menu-bar .header-search{display: none;}
  .dektop  .header-search{display: none;}
  .dektop .btn-secondary{display: none;}
  .dektop .btn-border{display: none;}
  .dektop .top-categories{display: none;}
  .dektop .home-ad-one {display: none;}
  .call-share{top:12px;}
  .call-share ul li span {font-size: 1.4rem; line-height: 47px;}
  .call-share ul li{width:45px; height: 45px;}
  .buysell-list .card .bottom .align-self-end{font-size: .9rem;}
  .buysell-list .card .bottom .align-self-start{font-weight: 700;
    line-height: 15px; font-size: 1.5rem;}
  .buysell-list .card-title{font-size: 1.3rem;}
  .buysell-list  .card-text{font-size: .9rem;}
  .dektop .toggleSwitch{margin-top: 47px !important; margin-right: 0px !important;}
  .mobile-menu-bar .header-search{display: block !important;}
  .btn-load-more{margin-bottom: 59px !important;}
  .fiter-bar .form-select{margin-top: 10px;}
  .fiter-bar span{font-size: .9rem;}
  .seller-description{padding-right: 0px;}
  .carousel-inner{margin-bottom: 40px;}
  .create-ad .header a{position: inherit !important; padding: 0; width: 100% !important; text-align: left !important;} 
  .create-ad .header a span{display: inherit !important; color: #fff;  background: none; height: inherit; margin: inherit; font-size: 1.4rem;
    font-weight: 100;}
  .create-ad .header a::before, .create-ad .header a::after{display: none;}
  .create-ad .header a{display: inherit !important;}
  .create-ad .header, .footer{padding-left: 0px;}
  .create-ad .wrapper{display: block;}
  .create-ad{margin-bottom: 40px;}
  .user-pic{display: none;}
  .dektop .dropup-notify{display: none;}
}

@media (min-width: 992px) {
  .mobile-menu-bar, .accordion-flush{display: none;}
  .create-ad .header a{position: inherit !important; padding: 0; width: 100% !important; text-align: left !important;} 
  .create-ad .header a span{display: inherit !important; color: #fff;  background: none; height: inherit; margin: inherit; font-size: 1.4rem;
    font-weight: 100;}
  .create-ad .header a::before, .create-ad .header a::after{display: none;}
  .create-ad .header a{display: inherit !important;}
  .create-ad .header, .footer{padding-left: 0px;}
}