/* Help Page Two */
.help-accordian-answer {
  border: 1px solid #e9e9e9; }
.help-page-two-title {
  line-height: 50px;
  color: #707070;
  border: 1px solid #e9e9e9; }
  
.haveColorAfterSelected:hover{
    /*color:white !important;*/
    /*background-color: black !important;*/
    /*border:black !important;*/
}

.help-page-two-lock {
  padding-left: 15px;
  border-right: 1px solid #e9e9e9; }

.help-page-angle-down {
  float: right;
  line-height: 50px !important;
  padding-right: 15px; }

.accordian-heading {
  font-weight: 500; }

.haveBackgroundColorWhite{
    background-color:white !important;
}
 .custom-control-input {
    position: absolute;
    z-index: 9999;
    opacity: 0;
    left: 0;
    top: 4px;
    width: 201px;
    cursor: pointer;
}

.col-md-7.padding-zero-768 .my-custom-container.card.card-no-hover.width-100 div#slider {
    min-height: 400px;
}
/* Category Detail */
.li-cat-question {
  transition: 0.4s;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #707070;
  border-radius: 20px;
  line-height: 20px; }
  .li-cat-question:hover {
    transition: 0.4s;
    background-color: #efefef; }
    .li-cat-question:hover a {
      transition: 0.4s; }
  .li-cat-question a {
    color: #707070;
    transition: 0.4s;
    font-weight: 500; }

.btn-cat-detail {
  color: #707070;
  font-weight: bold;
  line-height: 50px;
  border-bottom: 3px solid #aaaaaa;
  display: block; }

.btn-cat-detail-active {
  color: #707070;
  font-weight: bold;
  line-height: 50px;
  border-bottom: 3px solid red;
  display: block; }

.cat-detail-view {
  padding: 5px;
  border-radius: 20px;
  border: 1px solid #aaaaaa;
  margin: 0 auto; }

/* Contact Us */
.btnContactus {
  background-color: #981b38;
  border: none;
  padding: 4px;
  font-size: 20px;
  border-radius: 20px;
  color: white;
  width: 100%;
  font-weight: 500;
  transition: 0.4s; }
  .btnContactus:hover {
    background-color: #000;
    border: none; }

/* SelectCategoryPost */
.bg-cat-post {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.125) !important; }

.bg-cat-active {
  background-color: #fff;
  color: #212529 !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important; }
  .bg-cat-active:hover {
    color: #212529 !important;
    background: #eeeeed !important; }

#color-212529 {
  color: #212529 !important;
  text-decoration: none; }

/* Modal css */
.circleViewProfile {
  border-radius: 50%;
  border: 2px solid white;
  padding: 3px; }

.labelviewProfile {
  margin-bottom: 0px;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  color: #981b38; }

.hsixviewProfile {
  font-size: 14px;
  font-weight: 400;
  color: black;
  padding-right: 20px; }

.hrviewProfile {
  margin-top: 10px;
  margin-bottom: 0px;
  width: 100%;
  background-color: #f5f5f5; }

.circleViewProfile {
  border-radius: 50%;
  border: 2px solid white;
  padding: 3px; }

/* Global css */
.color-6f {
  color: #6f6f6f;
  font-size: 14px; }

#mobileNavigation {
  display: none; }

.service-plans-heading {
  margin-bottom: 5px;
  font-size: 14px;
  color: #707070;
  font-weight: bold; }

.globalGrayButton {
  background-color: #707070;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
  width: 50%;
  float: none;
  transition: 0.6s;
  border: 1px solid #707070;
  transition: 0.4s;
  color: white; }
  .globalGrayButton:hover {
    background-color: #981b38;
    border: 1px solid #981b38;
    transition: 0.4s; }

.border-e9 {
  border: 1px solid #e9e9e9; }

.font-bold {
  font-weight: 500; }

.height-100 {
  height: 130px !important; }

hr {
  border: 0;
  clear: both;
  display: block;
  width: 96%;
  background-color: #FFFF00;
  height: 1px; }

.visibility-hidden {
  display: none; }

.ml-n5 {
  margin-left: -3rem !important; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #981b38;
  background-color: #981b38; }
  .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none; }

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 12px;
  height: 12px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  background: no-repeat 50%/50% 50%; 
}

.backgroundf7 {
  background: #f7f7f7; }

.backgroundBrown {
  background: #9c7223; }

.backgroundBlack {
  background: #000; }

.padding-zero {
  padding: 0px !important; }

.min-height-45 {
  min-height: 42px; }

.backgroundRed {
  background-color: #981b38; }
  .backgroundRed a {
    color: white !important; }

.backgroundWhite {
  background-color: white; }

.p-r-0-l-10 {
  padding-right: 0px;
  padding-left: 10px; }

.p-l-10 {
  padding-left: 10px; }

.p-t-10 {
  padding-top: 10px; }

.p-t-7 {
  padding-top: 7px; }

.p-r-5 {
  padding-right: 5px; }

.p-l-5 {
  padding-left: 5px; }

.font-14 {
  font-size: 14px; }

.font-18 {
  font-size: 18px !important; }

.font-22 {
  font-size: 22px !important; }

.font-10 {
  font-size: 10px; }

.font-50 {
  font-size: 50px !important; }

.font-40 {
  font-size: 40px !important; }

.font-30 {
  font-size: 30px !important; }

.max-width-60 {
  max-width: 60px; }

.max-width-40 {
  max-width: 40px;
  margin-right: 10px; }

.max-w-h-100 {
  max-width: 100px;
  min-width: 100px; }

.border-top-grey {
  border-top: 1px solid #e2e2e2; }

.border-bottom-grey {
  border-bottom: 1px solid #e2e2e2; }

h6 {
  margin-bottom: 0px;
  font-size: 18px;
  color: #aaaaaa; }

.padding-5 {
  padding: 10px !important; }

.form-control:focus {
  border: 1px solid #981b38;
  color: #495057;
  background-color: #fff;
  border-color: #981b38;
  outline: 0;
  box-shadow: none; }

.container {
  max-width: 1340px; }

.p-r-10 {
  padding-right: 10px; }

.min-width-25-p-r-10 {
  padding-right: 10px;
  min-width: 25px; }

.min-width-30 {
  min-width: 30px; }

.min-w-h-200 {
  min-height: 200px;
  max-height: 200px; }

.max-height-40 {
  max-height: 40px; }

.background-black {
  background-color: black !important; }

.font-16 {
  font-size: 16px; }

.font-1-rem {
  font-size: 1rem !important; }

.font-600 {
  font-weight: 600; }

.font-700 {
  font-weight: 700; }

p {
  margin-bottom: 0.5rem; }

.max-width-95 {
  max-width: 95%;
  margin: 0 auto; }
  
.display-inlineG{
    display:inline !important;
}
.card {
  margin-top: 20px;
  border-radius: 20px;
  box-shadow: 0 0 3px #aaaaaa;
  transition: box-shadow 0.5s;
  border: none !important; }

.btn-link {
  color: black;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #aaaaaa;
  width: 100%;
  text-align: left; }
  .btn-link:hover {
    color: black;
    text-decoration: none; }
  .btn-link:active {
    color: black;
    text-decoration: none; }

.btn:active {
  border: none; }

.table-show {
  display: none; }

.p-20-b-0 {
  padding: 20px;
  padding-bottom: 0px; }

.max-width-100 {
  max-width: 100%; }

.opacity-zero-point-8 {
  opacity: 0.8; }

.z-index-1200 {
  z-index: 1200 !important; }

.font-size-20 {
  font-size: 20px; }

.font-size-25 {
  font-size: 25px; }

.margin-zero {
  margin: 0px !important; }

.border-rad-20 {
  border-radius: 20px !important; }

.bgf1 {
  background-color: #f3f3f3 !important; }

.border-rad-30 {
  border-radius: 30px; }

.placeholder {
  font-size: 14px;
  font-weight: 500; }

.radius-100 {
  border-radius: 100% !important; }

.font-italic {
  font-style: italic !important; }

.text-decoration-none {
  text-decoration: none !important; }

.textcolor-aaa {
  color: #aaaaaa !important; }

.font-12 {
  font-size: 12px; }

.border-none {
  border: none !important; }

.border-1 {
  border: 1px solid black; }

.font-7rem {
  font-size: 0.7rem; }

.p-t-b-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.width-40 {
  width: 40px; }

.width-50 {
  width: 50px; }

.margin-top-minus-90 {
  margin-top: -90px; }

.width-80 {
  width: 80%; }

.p-t-30 {
  padding-top: 30px; }

.p-t-20 {
  padding-top: 20px; }

.p-t-40 {
  padding-top: 40px; }

.p-t-6 {
  padding-top: 0px; }

.p-t-5 {
  padding-top: 5px; }

.p-t-b-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.p-l-r-20 {
  padding-left: 10px;
  padding-right: 10px; }

.p-l-r-0 {
  padding-left: 0px;
  padding-right: 0px; }

.p-l-r-10 {
  padding-left: 10px;
  padding-right: 10px; }

.p-l-r-5 {
  padding-left: 5px;
  padding-right: 5px; }

.p-b-10 {
  padding-bottom: 10px; }

.p-l-8 {
  padding-left: 8px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-l-r-t-10-b-0 {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-top: 10px; }

.display-none {
  display: none !important; }

.display-block {
  display: block !important; }

.min-height-120 {
  min-height: 100px; }

.color-red-font-12 {
  color: #981b38;
  font-size: 13px; }

.color-e9 {
  color: #9e9e9e !important; }

.color-70 {
  color: #707070 !important; }

.color-c8 {
  color: #c8c8c8 !important; }

.color-white-font-12 {
  color: #fff;
  font-size: 13px; }

.colorWhite {
  color: #fff !important; }

.colorWhite-font-13 {
  color: #fff !important;
  font-size: 13px; }

.line-height-25 {
  line-height: 25px !important; }

.line-height-30 {
  line-height: 30px !important; }

.line-height-45 {
  line-height: 45px !important; }

.font-helvetica {
  font-family: Helvetica !important; }

.bgf2 {
  background-color: #f2f2f2; }

.color-aaa-font-15 {
  color: #867c7c;
  font-size: 15px; }

.color-aaa-font-12 {
  color: #aaaaaa;
  font-size: 12px; }

.color-aaa {
  background-color: #aaaaaa !important; }

.font-18-bold-caps {
  font-size: 18px;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 0px; }

.color-black-font-15 {
  color: #000;
  font-size: 15px; }

.color-black-font-15-bold {
  color: #000;
  font-weight: bold;
  font-size: 15px;
  display: block; }

.color-black-font-14-bold {
  color: #000;
  font-weight: bold;
  font-size: 14px; }

.color-black-font-15-h-20 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  display: block; }

.color-primary-font-15 {
  color: #981b38;
  font-size: 15px; }

.color-686767 {
  color: #686767 !important; }

.color-white {
  color: white !important; }

.color-green {
  color: green !important; }

.m-t-b-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.m-t-b-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.m-l-r-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.m-t-b-10 {
  /*margin-top: 10px !important;*/
  margin-bottom: 10px !important; }

.m-t-80 {
  margin-top: 80px; }

.m-t-40 {
  margin-top: 40px; }

.m-t-30 {
  margin-top: 30px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-10 {
  margin-top: 10px; }

.m-b-5 {
  margin-bottom: 5px; }

.m-t-5 {
  margin-top: 5px !important; }

.m-t-15 {
  margin-top: 15px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-b-20 {
  margin-bottom: 20px; }

.hide-desktop {
  display: none; }

.p-r-0 {
  padding-right: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.pad-top-20-border-grey {
  border-top: 1px solid #e2e2e2;
  padding-top: 20px; }

.mar-top-20-border-grey {
  border-top: 1px solid #e2e2e2;
  margin-top: 20px; }

.border-right-grey {
  border-right: 1px solid #e2e2e2; }

.overflow-hidden {
  overflow: hidden; }

.width-100 {
  width: 100%; }

.height-100 {
  height: 100% !important; }

.global-anchor {
  color: black;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  transition: 0.5s;
  color: #981b38; }
  .global-anchor:hover {
    color: #000; }

.width-50p {
  width: 30%;
  float: left; }

/* Global css Ends */
/* Chat Message /* */
.has-search .form-control {
  padding-left: 2rem;
  border-radius: 20px !important; }
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa; }

.round-new-message {
  display: inline-block;
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-size: 8px;
  -moz-border-radius: 15px;
  border-radius: 50%;
  background-color: #981b38;
  color: #FFF;
  text-align: center; }

.round-attach {
  display: inline-block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  -moz-border-radius: 15px;
  border-radius: 50%;
  background-color: #a7d2d9;
  color: #FFF;
  text-align: center; }

.round-record {
  display: inline-block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  -moz-border-radius: 15px;
  border-radius: 50%;
  background-color: #981b38;
  color: #FFF;
  text-align: center; }

.bg-chat-received {
  background-color: #e9e9e9;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 0px;
  border-top-right-radius: 25px;
  margin: 5px;
  color: #727272;
  font-size: 12px; }

.bg-chat-sent {
  background-color: #ffd6da;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 0px;
  margin: 5px;
  color: #727272;
  font-size: 12px; }

.bg-send-message {
  background-color: #e9e9e9;
  padding-top: 10px;
  padding-bottom: 10px; }

.chat-last-seen {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: normal;
  color: #727272; }

.chat-username {
  margin-bottom: 0px;
  font-weight: bold; }

.heading-new-message {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase; }

.bg-new-message {
  background-color: white;
  padding-top: 5px; }

.hr-new-message {
  margin-top: 12px;
  background-color: #727272; }

.chat-message-right {
  background-color: #e9e9e9;
  height: 100%; }

.chat-message-left {
  background-color: #e9e9e9;
  border-right: 1px solid #727272; }

.div-chat-message {
  font-size: 30px;
  font-weight: 700; }

.chat-card-desc {
  font-size: 14px;
  margin-top: 2px;
  font-weight: normal;
  margin-bottom: 2px; }

.chat-card-heading {
  color: #707070;
  font-size: 16px;
  margin-bottom: 2px; }

.chat-card {
  background-color: #f0f0f0;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0; }

.chat-card-red-and-white {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 3px solid #981b38; }

.chat-hr {
  margin: 0px;
  background-color: #dbdbdb; }

/* Chat Message Ends /* */
/* Product details */
.btnChatSeller {
  background-color: #981b38;
  border-radius: 30px;
  font-size: 16px;
  width: 100%;
  font-weight: 500;
  line-height: 12px;
  padding: 15px;
  float: left;
  transition: 0.6s;
  border: 1px solid #981b38;
  color: white; }

.btnShowNumber {
  background-color: #fff;
  border-radius: 30px;
  font-size: 16px;
  width: 100%;
  font-weight: 500;
  line-height: 12px;
  padding: 15px;
  float: left;
  transition: 0.6s;
  border: 1px solid #981b38;
  color: #981b38; }

.btnDiscountProductdetail {
  background-color: #fff;
  border-radius: 30px;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  line-height: 12px;
  padding: 8px 15px 8px 15px;
  float: left;
  transition: 0.6s;
  border: 1px solid #981b38;
  background-color: #981b38;
  font-style: italic;
  color: #fff; }

.btnrepublish {
  background-color: #fff;
  border-radius: 30px;
  font-size: 14px;
  width: 40%;
  font-weight: 400;
  line-height: 12px;
  padding: 5px;
  float: left;
  transition: 0.6s;
  border: 1px solid #ec5f46;
  background-color: #ec5f46;
  font-style: italic;
  color: #fff; }

.btnProductDetailActive {
  background-color: #fff;
  border-radius: 30px;
  font-size: 14px;
  width: auto;
  font-weight: 500;
  line-height: 12px;
  padding: 8px 15px 8px 15px;
  float: right;
  transition: 0.6s;
  border: 1px solid #30ff82;
  background-color: #30ff82;
  font-style: italic;
  color: #fff; }
.haveStyleStatsHere{
    line-height: 5px;
    border-radius: 24px;
    font-size: 14px;
    width: auto;
    font-weight: 600;
    line-height: 13px;
    padding: 8px 15px 8px 15px;
    float: right;
    transition: 0.6s;
    border: 1px solid #981b38;
    background-color: #fff;
    font-style: italic;
    color: #981b38 !important;
}
.haveStyleStatsHere:hover{
    background-color:#981b38;
    color:#fff !important;
    transition:.5s ease;
}

.btnProductDetailExtra {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 30px;
  font-size: 16px;
  width: 100%;
  font-weight: 500;
  line-height: 12px;
  padding: 10px;
  float: left;
  transition: 0.7s;
  border: 1px solid #981b38;
  color: #981b38; }
  .btnProductDetailExtra:hover {
    background-color: #981b38;
    color: #fff; }

.my-custom-container {
  position: relative; }

.mySlides {
  display: none;
  text-align: center; }
  .mySlides img {
    max-width: 100%;
    min-height: 350px;
    margin-top: 40px; }

.cursor {
  cursor: pointer; }

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none; }

.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

.discount-caption {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 15px;
  left: 15px; }

.icon-product-details {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 15px;
  right: 15px; }

.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white; }

.column {
  float: left;
  width: 25%;
  padding-left: 3px;
  padding-right: 3px; }

.custom-row {
  width: 40%;
  margin: 0 auto; }

.demo {
  opacity: 0.6;
  border-radius: 200px; }

.demo active {
  border: 2px solid #981b38; }

.active,
.demo:hover {
  opacity: 1; }

.card-no-hover {
  border-radius: 20px;
  box-shadow: 0 0 3px #aaaaaa;
  transition: box-shadow 0.5s;
  border: none !important;
  background: none !important; }
  .card-no-hover:hover {
    border-radius: 20px;
    box-shadow: 0 0 3px #aaaaaa !important;
    transition: box-shadow 0.5s;
    border: none !important; }

.product-detail-heading {
  font-family: Helvetica;
  color: #707070;
  margin-bottom: 0px; }

.product-detail-strike {
  color: #aaaaaa; }

.product-detail-price {
  color: #981b38;
  font-size: 28px;
  font-weight: bold; }

.product-detail-small-desc {
  color: #aeaeae;
  font-size: 14px; }

.product-detail-large-desc {
  color: #aeaeae;
  font-size: 13px; }

.product-detail-hr {
  background-color: #dbdbdb;
  margin-top: 10px;
  margin-bottom: 10px; }

.product-detail-span {
  color: #707070;
  font-size: 14px; }

.padding-20 {
  padding: 20px; }

.padding-15 {
  padding: 15px; }

.vendor-heading {
  color: #707070;
  font-size: 18px;
  margin-bottom: 2px; }

.vendor-since {
  font-size: 14px;
  margin-top: 2px;
  font-weight: normal;
  margin-bottom: 2px; }

.posted-location {
  color: #707070;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2px; }
  .picHoverSeen:hover{
      box-shadow:0 0 0 gray;
      cursor:pointer;
      transform:scale(1.1);
  }
  .fontCOlorRed{
      color:rgb(172,38,37);
  }

.background-dbdbdb {
  background-color: #dbdbdb; }

.font-size-28 {
  font-size: 28px !important; }

.product-detail-sub-heading {
  color: #707070;
  font-weight: bold; }

.product-detail-sub-heading-p {
  font-size:11px;
  font-weight:600;
  color: #aeaeae; }
.product-detail-subHeading{
    font-size:12px;
  font-weight:600;
  color: #aeaeae;
}
.color-black {
  color: black;
  font-size: 14px;
  transition: 0.5s; }
  .color-black:hover {
    color: #981b38 !important; }

.color-grey-theme {
  color: #707070 !important;
  font-size: 36px;
  font-weight: 700; }

.height-2 {
  height: 2px !important; }

.background-color-grey-theme {
  background-color: #707070 !important; }

/* Product details End */
/* Wallet */
.no-record-center {
  display: flex;
  justify-content: center;
  height: 100%;
  min-height: 620px; }

.no-record-center-text {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .no-record-center-text p {
    color: #efefef;
    font-size: 34px;
    font-weight: 600; }

.wallet-list {
  transition: 1s all-ease; }
  .wallet-list active {
    color: #981b38 !important; }
  .wallet-list:hover i {
    transition: 1s all-ease;
    color: #981b38 !important; }
  .wallet-list:hover p {
    transition: 1s all-ease;
    color: #981b38 !important; }
.have-border-left{
    border-top-left-radius:15px;
    border-bottom-left-radius:15px;
}
.wallet-left {
  border-top-left-radius:15px;
  border-bottom-left-radius:15px;    
  border: 1px solid #e9e9e9; }

.wallet-right {
  border-top-right-radius:15px;
  border-bottom-right-radius:15px;
  border: 1px solid #e9e9e9; } 

/* Wallet Ends */
/* Help */
.help-search {
  height: 45px;
  font-size: 20px;
  font-weight: normal;
  padding-left: 25px; }

.help-heading {
  color: #707070;
  font-weight: 500; }

.li-help-question {
  transition: 0.4s;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #707070;
  border-radius: 20px;
  line-height: 45px; }
  .li-help-question:hover {
    transition: 0.4s;
    background-color: #efefef; }
    .li-help-question:hover a {
      transition: 0.4s; }
  .li-help-question a {
    color: #707070;
    transition: 0.4s;
    font-weight: 500; }

.hr-help {
  width: 100%;
  background-color: #707070;
  margin-top: 10px;
  margin-bottom: 10px; }

.sliding-nav {
  float: left; }

.ddNav {
  overflow: hidden;
  opacity: 0;
  transition: height 400ms ease, opacity 0s; }
  .ddNav.open {
    transition: height 200ms ease, opacity 500ms ease 175ms;
    opacity: 1; }

.sub-menu-help-ul {
  list-style: none;
  padding-left: 15px; }

/* Help Ends */
/* Create Post */
.createPostHeading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #707070; }

.createPostHeadingTwo {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #707070; }

.short-and-sweet-counter {
  font-size: 12px !important; }

.btnPostAd {
  padding: 7px 40px 7px 40px;
  font-weight: 500;
  background-color: #981b38;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.6s;
  border: 1px solid #981b38;
  color: white; }
  .btnPostAd i {
    color: white; }
  .btnPostAd:hover {
    transition: 0.6s;
    border-radius: 25px;
    border: 1px solid #981b38; }
    .btnPostAd:hover i {
      color: #fff; }

.btnType {
  padding: 3px 15px 3px 15px;
  background-color: white;
  border-radius: 30px;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  transition: 0.6s;
  border: 2px solid #707070;
  color: #707070; }
  .btnType:active {
    background-color: #f9dede;
    border: 2px solid #981b38;
    color: #000000; }

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .slider.round {
    border-radius: 34px;
    background-color: #707070; }
    .slider.round:before {
      border-radius: 50%; }

input:checked + .slider {
  background-color: #981b38; }
  input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
input:focus + .slider {
  box-shadow: 0 0 1px #981b38; }

.fileUpload {
  position: relative;
  overflow: hidden;
  margin-top: 0; }
  .fileUpload input.uploadlogo {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 69px; }
.fileUpload input.uploadlogo1{
    position: absolute;
    top: 14px;
    left: 14px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 65%;
    height: 69px;
}

.blue-btn:hover,
.blue-btn:active,
.blue-btn:focus,
.blue-btn {
  background: transparent;
  border: solid 1px #c8c8c8;
  border-radius: 10px;
  color: #707070;
  font-size: 30px;
  height: 100px;
  width: 100px;
  margin-top: 10px;
  outline: none !important;
  padding: 23px 10px; }

.createPostBgTop {
  border: 1px solid #f0f0f0;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

.createPostBgBottom {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #f0f0f0;
  padding-bottom: 20px; }

.createPostBgMiddle {
  border: 1px solid #f0f0f0;
  padding-bottom: 20px; }

.createPostBtn {
  background-color: #981b38;
  color: white;
  margin-bottom: 10px;
  border: 1px solid #981b38;
  border-radius: 20px;
  width: 100%;
  padding: 5px; }
  .createPostBtnSuccess{
     background-color: #28a745;
  color: white;
  margin-bottom: 10px;
  border: 1px solid #28a745;
  border-radius: 20px;
  width: 100%;
  padding: 5px; 
  }

/* Create Post End */
/* Subscription */
.subscriptionHr {
  width: 20%;
  background-color: #981b38;
  height: 3px; }

.subscriptionHeading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #707070; }

.subscriptionSubHeading {
  margin-bottom: 5px;
  font-size: 14px;
  color: #707070;
  font-weight: bold; }

.subscriptionPrice {
  margin-bottom: 0px;
  color: #981b38; }

.subscriptionBtn {
  background-color: #981b38;
  border-radius: 30px;
  font-size: 10px;
  line-height: 12px;
  padding: 5px;
  width: 100%;
  float: none;
  transition: 0.6s;
  border: 1px solid #981b38;
  transition: 0.4s;
  color: white; }
  .subscriptionBtn:hover {
    background-color: #313131;
    border: 1px solid #313131;
    transition: 0.4s; }

.subscriptionList {
  padding: 4px;
  font-size: 12px;
  color: #7a7a7a; }

.cardSubscription {
  padding: 10px;
  margin-bottom: 0px;
  padding-top: 20px; }

/* Subscription End */
/* Notification /* */
.heading-notification {
  font-size: 30px;
  font-weight: bold;
  color: #707070; }

/* Notification Ends /* */
/* Product Card */
.card:hover {
  box-shadow: 0 0 20px #515151; }
  .card:hover .image-second {
    display: block !important; }
  /* .card:hover .image-one {
    display: none !important; } */

.countDownLi {
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase; }

.countDownUl {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 0px;
  background-color: none;
  border-radius: 20px; }

  .countDownLi span {
    display: block;
    font-size: 11px;
    padding: 2px 3px;
    min-width: auto;
    background-color: #981b38;
    color: white;
    border-radius: 12px;  
  }

.product-img-right {
  width: 45px;
  float: right;
  margin-right: 2px;
  display: block;
  position: relative; }

.image-container {
  position: relative;
  text-align: center;
  overflow: hidden;
  color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  max-height: 100px; }

.bottom-right {
  position: absolute;
  bottom: 2px;
  right: 5px; }

.bottom-left {
  position: absolute;
  bottom: 1px;
  left: 1px; }
.givePositionWIthSpace{
    position:absolute;
    bottom:-45px;
    left:9px;
}

.bottom-left-top {
  position: absolute;
  bottom: 20px;
  left: 8px; }

.bottom-left-top-t {
  position: absolute;
  bottom: 45px;
  left: 8px; }

.badge-product {
  background: #981b38;
  border-radius: 10px !important;
  color: white; }

.top-right {
  position: absolute;
  top: -7px;
  z-index: 100;
  right: 27px; }

.top-right-down {
  position: absolute;
  margin-right: 2px;
  top: 10px;
  z-index: 100;
  right: 15px; }

.badge {
  display: inline-block;
  padding: 0.25em 1.5em;
  font-weight: normal;
  margin-right: -10px;
  font-size: 50%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.top-left {
  width: 80px;
  position: absolute;
  top: 8px;
  background: #61a5ad;
  padding: 3px;
  font-size: 8px;
  transform: rotate(-38deg);
  left: -20px; }

/* Product Card End */
/* Product Listing */
#productListingMenu {
  display: none;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-top: 10px;
  left: -15px;
  top: 13px; }

.productListingHr {
  background-color: #aaa !important;
  margin-top: 5px;
  margin-bottom: 5px; }

.productListingDate {
  font-size: 6px;
  margin-bottom: 0px; }

.productListingViewLikes {
  font-size: 6px; }

#productListingFilter {
  display: none;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  background-color: #981b38;
  top: 34px;
  width: 60%;
  opacity: 0.9; }

.top-right-down-one {
  position: absolute;
  margin-right: 2px;
  top: 42px;
  z-index: 100;
  right: 15px; }

.productListingMenuOption {
  font-size: 8px;
  display: block;
  text-align: center;
  color: #981b38;
  font-weight: 500; }

.productListingFilterOption {
  font-size: 8px;
  display: block;
  border-bottom: 1px solid white;
  text-align: center;
  color: #fff;
  font-weight: 500; }
  .productListingFilterOption:hover {
    color: #fff; }

.productListingFilterOption2 {
  font-size: 8px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500; }
  .productListingFilterOption2:hover {
    color: #fff; }

.btnButtonForChat{
   background-color: #981b38;
  border-radius: 30px;
  font-size: 15px;
  line-height: 29px;
  width: 50%;
  float: left;
  transition: 0.6s;
  border: 1px solid #981b38;
  color: white;
  font-weight:600;
}

.btnProductListingActiveBtn {
  background-color: #981b38;
  border-radius: 30px;
  font-size: 6px;
  line-height: 12px;
  width: 50%;
  float: left;
  transition: 0.6s;
  border: 1px solid #981b38;
  color: white; }

.btnProductListingDeactiveBtn {
  background-color: #bebebe;
  border-radius: 30px;
  font-size: 6px;
  line-height: 12px;
  width: 50%;
  float: left;
  transition: 0.6s;
  border: 1px solid #bebebe;
  color: white; }

.btnProductListingExpireBtn {
  background-color: #313131;
  border-radius: 30px;
  font-size: 6px;
  line-height: 12px;
  width: 50%;
  float: left;
  transition: 0.6s;
  border: 1px solid #313131;
  color: white; }

.btnProductListingSellBtn {
  background-color: #981b38;
  border-radius: 30px;
  font-size: 6px;
  line-height: 12px;
  width: 50%;
  float: left;
  transition: 0.6s;
  border: 1px solid #981b38;
  color: white; }

.btnProductListingdropdown {
  background-color: #981b38;
  border-radius: 30px;
  font-size: 6px;
  line-height: 12px;
  margin-top: 5px;
  width: 100%;
  float: left;
  transition: 0.6s;
  border: 1px solid #981b38;
  color: white; }

/* Product Listing Ends */
/* Register Css */
.register-card-title {
  font-size: 36px;
  color: #333333; }

.register_input_container {
  position: relative;
  direction: ltr;
  width: 100%;
  margin-bottom: 10px; }

.register-card {
  padding: 15px !important; }

#input_img {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 20px;
  height: 20px; }

.pad-left {
  padding-left: 35px !important; }

/* Slider */
.owlslider .item {
  background-color: #981b38; }

.myItem {
  background-color: #981b38;
  height: 300px;
  text-align: center; }

/* Slider Ends */
/* Footer */
.footer-maan {
  color: #333 !important;
  font-size: 14px;
  margin-bottom: 20px;
  transition: 0.5s all ease; }
  .footer-maan:hover {
    color: #981b38 !important;
    text-decoration: none;
    transition: 0.5s all ease; }

footer h3 {
  font-size: 1.2rem;
  color: #333333; }

.footerul {
  padding: 0px;
  list-style: none; }
  .footerul li {
    color: #e2e2e2 !important;
    font-weight: 400;
    font-size: 13px;
    padding-left: 5px;
    height: 25px; }

/* Footer Ends */
.login-tags {
  font-size: 25px;
  color: #707070;
  padding-right: 8px;
  transition: 0.3s; }
  .login-tags:hover {
    color: #981b38; }

/* LOGIN CSS */
.login-my-card {
  box-shadow: none !important; }
  .login-my-card:hover {
    box-shadow: none !important; }

.login-card-title {
  font-size: 36px;
  color: #333333; }

.btnHead {
  background-color: white;
  border-radius: 25px;
  border: 1px solid #3b3b3b !important;
  padding: 8px 20px;
  border: none; }

.btnFeatureActive {
  background-color: #981b38 !important;
  border-radius: 25px;
  color: white;
  border: 1px solid #981b38 !important; }
  .btnFeatureActive i {
    color: white !important; }
  .btnFeatureActive:hover i {
    color: white !important; }

.btnLatestActive {
  background-color: #981b38 !important;
  border-radius: 25px;
  color: white;
  border: 1px solid #981b38 !important; }
  .btnLatestActive i {
    color: white !important; }
  .btnLatestActive:hover i {
    color: white !important; }

.btnOfferActive {
  background-color: #981b38 !important;
  border-radius: 25px;
  color: white;
  border: 1px solid #981b38 !important; }
  .btnOfferActive i {
    color: white !important; }
  .btnOfferActive:hover i {
    color: white !important; }

.btnFeatured {
  background-color: #53c0d2;
  border-radius: 25px;
  border: 1px solid #53c0d2;
  padding: 7px 15px 7px 15px;
  font-size: 14px !important;
  min-width: 120px;
  color: white;
  transition: 0.3s; }
  .btnFeatured i {
    color: white; }
  .btnFeatured:hover {
    transition: 0.3s;
    background: #981b38 !important;
    border: 1px solid #981b38 !important; }

.btnOffers {
  background-color: #D27460;
  border-radius: 25px;
  border: 1px solid #D27460;
  padding: 7px 15px 7px 15px;
  font-size: 14px !important;
  min-width: 120px;
  color: white;
  transition: 0.3s; }
  .btnOffers i {
    color: white !important; }
  .btnOffers:hover {
    transition: 0.3s;
    background: #981b38 !important;
    border: 1px solid #981b38 !important; }

.btnLatests {
  background-color: #efb300;
  border-radius: 25px;
  border: 1px solid #efb300;
  padding: 7px 15px 7px 15px;
  font-size: 14px !important;
  min-width: 120px;
  color: white;
  transition: 0.3s; }
  .btnLatests i {
    color: white; }
  .btnLatests:hover {
    transition: 0.3s;
    background: #981b38 !important;
    border: 1px solid #981b38 !important; }
.btnLatests i{
    color:white !important;
}
.tooltip {
  z-index: 1;
  top: 0px !important;
  font-size: 10px; }

.round-btn-favourite {
  background-color: #fff;
  border: none;
  color: white;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  transition: 0.9s;
  cursor: pointer; }
  .round-btn-favourite i {
    color: #981b38; }
  .round-btn-favourite:hover {
    /*background-color: #fcd1d5;*/
    transition: 0.9s; }

.round-btn-bid {
  background-color: #fff;
  border: none;
  color: white;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  transition: 0.9s;
  cursor: pointer; }
  .round-btn-bid i {
    color: #981b38; }
  .round-btn-bid:hover {
    background-color: #fcd1d5;
    transition: 0.9s; }

.round-btn-bolt {
  background-color: #fff;
  border: none;
  color: white;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 3px;
  transition: 0.9s;
  cursor: pointer; }
  .round-btn-bolt i {
    color: #ecdd72; }
  .round-btn-bolt:hover {
    transition: 0.9s;
    background-color: #ECDD72; }
    .round-btn-bolt:hover i {
      color: #fff !important; }

.round-btn-percentage {
  background-color: #fff;
  border: none;
  z-index: 20000;
  color: white;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 2px;
  transition: 0.9s;
  cursor: pointer; }
  .round-btn-percentage i {
    color: #d27460; }
  .round-btn-percentage:hover {
    transition: 0.9s;
    background-color: #D27460; }
    .round-btn-percentage:hover i {
      color: #fff !important; }

.tooltip .arrow {
  display: none; }

.bs-tooltip-right {
  padding-left: 2px !important; }

.bs-tooltip-left {
  padding-right: 0px !important; }

#landingContainer {
  background: #981b38;
  transition: 1.2s; }

  .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
  }

.btnHeadCategories {
  transition: 0.7s;
  color: #333; }
  .btnHeadCategories:hover {
    color: white !important;
    background-color: #333; }
    .btnHeadCategories:hover i {
      color: white !important; }

.btn-desktop-search:hover {
  background-color: #333 !important;
  color: white !important; }
  .btn-desktop-search:hover i {
    color: white !important; }

.btn-border-right {
  background: transparent;
  border-right: 1px solid #aaa !important;
  padding: 0px 15px 0px 10px;
  color: black;
  border: none; }

.custom-hr {
  border: 0;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  width: 100%;
  background-color: #dedede;
  height: 3px; }

.btnHeadCategories {
  padding: 8px 20px 8px 20px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 16px;
  border: 1px solid #aaa; }

.btnCategories {
  padding: 7px 15px 7px 15px;
  background-color: #981b38;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.6s;
  border: 1px solid #981b38;
  color: white; }
  .btnCategories i {
    color: white; }
  .btnCategories:hover {
    transition: 0.6s;
    border-radius: 25px;
    border: 1px solid #981b38; }
    .btnCategories:hover i {
      color: #fff; }

.btnCatActive {
  background-color: #fff;
  border-radius: 20px;
  color: #981b38;
  border: 1px solid #981b38; }
  .btnCatActive i {
    color: #981b38 !important; }

.btnHeadSell {
  background-color: #981b38;
  border-radius: 20px;
  border: none;
  font-size: 16px;
  padding: 8px 30px 8px 30px;
  color: white; }

.profileAccountLi:hover {
  color: white;
  transition: 0.3s;
  background-color: #981b38 !important; }

.li-active {
  color: white;
  transition: 0.3s;
  background-color: #981b38; }

.btnEdit {
  background-color: #981b38;
  border-radius: 20px;
  border: none;
  padding: 5px 20px !important;
  color: white; }

.btnHeadSell:hover {
  color: white;
  transition: 0.3s; }

.btnHeadSignIn {
  background-color: #981b38;
  border: none;
  padding: 4px;
  border-radius: 20px;
  color: white;
  width: 100%;
  font-weight: 500; }
  .btnHeadSignIn:hover {
    background-color: #981b38;
    border-radius: 20px;
    color: white;
    width: 100%;
    font-weight: 500; }

.btnLoginPage {
  background-color: #981b38;
  border: none;
  padding: 4px;
  font-size: 20px;
  border-radius: 20px;
  font-style: italic;
  color: white;
  width: 100%;
  font-weight: 500;
  transition: 0.8s; }
  .btnLoginPage:hover {
    background-color: #000;
    border: none; }
.haveBorderWithRedColor{
  background-color: #fff;
  border: 1px solid #981b38;
  padding-top: 4px;
  padding-bottom:4px;
  font-size: 16px;
  border-radius: 20px;
  font-style: italic;
  color: #981b38;
  width: 100%;
  font-weight: 500;
  transition: 0.8s;    
}
.haveBorderWithRedColor:hover{
    background-color:#000 !important;
    color:white !important;
    border:none  !important;
}

.afterBtn{
  background-color: #981b38;
  border: 1px solid #981b38;
  padding-top: 4px;
  padding-bottom:4px;
  font-size: 16px;
  border-radius: 20px;
  font-style: italic;
  color: #ffffff;
  width: 100%;
  font-weight: 500;
  transition: 0.8s;    
}

/*.afterBtn:hover{*/
/*    background-color:#000 !important;*/
/*    color:white !important;*/
/*    border:none  !important;*/
/*}*/

.haveBorderWithGreenColor{
    background-color: #28a745;
  border: 1px solid #28a745;
  padding-top: 4px;
  padding-bottom:4px;
  font-size: 16px;
  border-radius: 20px;
  font-style: italic;
  color: #fff;
  /*width: 100%;*/
  font-weight: 500;
  transition: 0.8s;
}
.haveBorderWithGreenColor:hover{
    background-color:#fff;
    color:#28a745;
    border:2px solid #28a745;
}
.select2-selection__choice{
    color:#fff !important;
    border:1px solid #981b38 !important;
    background-color:#981b38 !important;
    font-size:17px !important;
}
.select2-selection__choice__remove{
    color:#fff !important;
}
.select2-selection__choice__remove:hover{
    color:black !important;
}

#downloadApp {
  z-index: 15000 !important; }

.btndownloadApp {
  background-color: #981b38;
  border: 1px solid white;
  padding: 2px;
  line-height: 25px;
  border-radius: 20px;
  color: white;
  width: 100%;
  font-weight: 500; }
  .btndownloadApp:hover {
    background-color: #981b38;
    border-radius: 20px;
    color: white;
    width: 100%;
    font-weight: 500; }

.btnAccountCustom {
  background-color: #981b38;
  border: 1px solid white;
  padding: 2px;
  line-height: 20px;
  border-radius: 20px;
  color: white;
  width: 100%; }
  .btnAccountCustom:hover {
    background-color: #981b38;
    border-radius: 20px;
    color: white;
    width: 100%; }
.haveMarginTopOnDesktop{
    margin-top:70px !important;
}
.login-help {
  font-size: 14px;
  display: block;
  margin-top: 4px; }

.new-on {
  margin-top: 10px;
  font-size: 14px; }

.forget-pass {
  font-size: 13px;
  color: #000; }

.btnCatSearch {
  background-color: #981b38;
  border-radius: 20px;
  color: white;
  width: 100%;
  font-weight: 500;
  font-size: 12px; }

.btnAccountSignIn {
  background-color: #981b38;
  border: 1px solid #981b38;
  border-radius: 20px;
  padding: 4px;
  color: white;
  margin: 0 auto;
  font-size: 16px !important;
  width: 92%;
  font-weight: 500; }

.btnHeadSignUp {
  padding: 2px;
  background-color: white;
  border-radius: 20px;
  color: #981b38;
  font-weight: 500;
  border: 2px solid #981b38;
  width: 100%; }

.btnNotNow {
  padding: 2px;
  background-color: white;
  border-radius: 20px;
  line-height: 25px;
  color: #981b38;
  font-weight: 500;
  border: 2px solid #981b38;
  width: 100%; }

.btnAccountSignUp {
  background-color: white;
  border-radius: 20px;
  color: #981b38;
  font-weight: 500;
  border: 2px solid #981b38;
  width: 92%;
  margin-top: 20px; }

.btnLoginSocialfb {
  padding: 3px;
  background-color: #3b5998;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  border: 2px solid #3b5998;
  width: 90%;
  margin-top: 10px !important;
  margin: 0 auto; }

.btnLoginSocialgoogle {
  padding: 3px;
  background-color: #DB4437;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  border: 2px solid #DB4437;
  width: 90%;
  margin-top: 10px !important;
  margin: 0 auto; }


.btnLoginSociallinkedin{
  padding: 3px;
  background-color: #0271AE;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  border: 2px solid #0271AE;
  width: 90%;
  margin-top: 10px !important;
  margin: 0 auto; }


.btnLoginSocialtwitter{
  padding: 3px;
  background-color: #34B3F7;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  border: 2px solid #34B3F7;
  width: 90%;
  margin-top: 10px !important;
  margin: 0 auto; }

.btnLoginSocialMobile {
  padding: 3px;
  background-color: #9d9d9d;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  border: 2px solid #9d9d9d;
  width: 90%;
  margin-top: 10px !important;
  margin: 0 auto; }

.btnLoginSocialEmail {
  padding: 3px;
  background-color: #33ccbd;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  border: 2px solid #33ccbd;
  width: 90%;
  margin-top: 10px !important;
  margin: 0 auto; }

.btnAccountHelp {
  background-color: white;
  color: #981b38;
  font-weight: 500;
  margin-top: 10px; }

.colorRed {
  color: #981b38; }

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.carousel-wrap {
  width: 100%;
  position: relative; }

.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden; }

.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd; }
.owl-nav i {
  font-size: 52px; }
.owl-nav .owl-prev {
  left: -30px; }
.owl-nav .owl-next {
  right: -30px; }

.myCircle p {
  margin-top: 5px;
  color: #981b38;
  line-height: 12px;
  font-weight: 500;
  font-size: 0.7rem; }

.sellnow {
  background-color: #981b38;
  color: white;
  font-size: 1rem;
  /* font-style: italic; */
  padding: 10px 45px;
  border-radius: 30px;
  font-weight: 500;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #981b38;
  margin-bottom: 10px; }
  .giveColorWhite{
      color:white;
  }
  .giveColorWhite:hover{
      color:whiteSmoke !important;
      transition:.5s ease;
  }
.makeCrossBtn{
    color:#981b38;
    font-size: 28px;
    margin-right: 30px;
    font-weight: 700;
}
#fixedButton {
  position: fixed;
  z-index: 200;
  bottom: 0px;
  right: 12px; }

#fixedDiv {
  position: fixed;
  bottom: -4px;
  right: 10px; }

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s; }
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s; }
  .overlay .closebtn {
    position: absolute;
    font-size: 60px; }

.overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 10px; }

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1; }

.btn.focus, .btn:focus {
  box-shadow: none !important; }

input.focus, input:focus {
  box-shadow: none !important; }

.dropdown-content {
  opacity: 0.98;
  margin-top: 15px;
  padding-left: 80px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 80px;
  padding-bottom: 30px;
  position: absolute;
  background-color: #fefefe;
  width: 100%;
  left: -23px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2000; }

.sub-card {
  transition: 0.5s; }
  .sub-card img {
    transition: 0.5s; }
  .sub-card p {
    transition: 0.5s; }
  .sub-card:hover {
    background: #981b38;
    box-shadow: none !important;
    transition: 0.5s; }
    .sub-card:hover img {
      transform: translate(0px, -7px);
      transition: 0.5s; }
    .sub-card:hover p {
      transform: translate(0px, -7px);
      transition: 0.5s;
      color: white !important; }

.categorymarginP {
  margin-bottom: 0px;
  color: white;
  font-size: 10px; }

.progress {
  height: 0.5rem; }

.progress-bar {
  background-color: #aaaaaa; }

.categorymarginh4 {
  margin-bottom: 0px;
  color: white; }

.btn-cat-search {
  display: inline-block;
  color: #981b38;
  font-size: 12px;
  margin-right: 18px;
  padding: 5px 10px;
  background: none;
  border: 1px solid #981b38;
  border-radius: 20px;
  font-weight: 500;
  text-transform: Capitalize;
  transition: 0.5s; }
  .btn-cat-search:hover {
    background-color: #981b38;
    border: 1px solid #981b38;
    color: white; }
    .btn-cat-search:hover i {
      color: white; }

.btn-cat-options {
  width: 100%;
  display: inline-block;
  color: #981b38;
  font-size: 12px;
  margin-right: 18px;
  padding: 5px 10px;
  background: none;
  border: 1px solid #981b38;
  border-radius: 20px;
  font-weight: 500;
  text-transform: Capitalize;
  transition: 0.5s; }
  .btn-cat-options:hover {
    background-color: #981b38;
    border: 1px solid #981b38;
    color: white; }
    .btn-cat-options:hover i {
      color: white; }

::-webkit-scrollbar {
  margin-top: 20px;
  height: 5px;
  width: 10px; }

::-webkit-scrollbar-thumb {
  background: #981b38;
  border-radius: 10px;
  transition: 0.5s; }
  ::-webkit-scrollbar-thumb:hover {
    background: black;
    transition: 0.5s; }

#menuContainer {
  display: inline-block;
  width: 100%;
  overflow-x: scroll !important;
  white-space: nowrap;
  padding-bottom: 10px; }

#show-less {
  color: #981b38;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer; }

#show-more {
  color: #981b38;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer; }

#filterContainer {
  width: 100%;
  white-space: nowrap; }
  #filterContainer button {
    color: #981b38;
    font-size: 12px;
    border: 1px solid #981b38;
    border-radius: 20px;
    font-weight: 500;
    text-transform: Capitalize;
    width: 100%; }

[slider] {
  position: relative;
  height: 10px;
  border-radius: 10px;
  text-align: left;
  margin: 45px 0 10px 0; }
  [slider] > div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 10px; }
    [slider] > div > [inverse-left] {
      position: absolute;
      left: 0;
      height: 10px;
      border-radius: 10px;
      background-color: #CCC;
      margin: 0 7px; }
    [slider] > div > [inverse-right] {
      position: absolute;
      right: 0;
      height: 10px;
      border-radius: 10px;
      background-color: #CCC;
      margin: 0 7px; }
    [slider] > div > [range] {
      position: absolute;
      left: 0;
      height: 10px;
      border-radius: 14px;
      background-color: #981b38; }
    [slider] > div > [thumb] {
      position: absolute;
      top: -7px;
      z-index: 2;
      height: 20px;
      width: 20px;
      text-align: left;
      margin-left: -8px;
      cursor: pointer;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
      background-color: #FFF;
      border-radius: 50%;
      outline: none; }
    [slider] > div > [sign] {
      position: absolute;
      margin-left: -24px;
      top: -39px;
      z-index: 3;
      background-color: #981b38;
      color: #fff;
      width: 50px;
      height: 28px;
      border-radius: 28px;
      -webkit-border-radius: 28px;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center; }
      [slider] > div > [sign] > span {
        font-size: 10px;
        font-weight: 700;
        line-height: 28px; }
    [slider] > div > [sign]:after {
      position: absolute;
      content: "";
      left: 10px;
      border-radius: 16px;
      top: 19px;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top-width: 16px;
      border-top-style: solid;
      border-top-color: #981b38; }
  [slider] > input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 10px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent; }
div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent; }
div[slider] > input[type=range]:focus {
  outline: none; }
  div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent; }
div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: #981b38; }
div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: #981b38; }
div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: #981b38;
  -webkit-appearance: none; }
div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none; }
div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none; }
div[slider] > input[type=range]::-ms-tooltip {
  display: none; }

[slider]:hover > div > [sign] {
  opacity: 1; }

div.a {
  width: 100%;
  height: 100%;
  background-color: #981b38;
  text-align: center;
  color: white;
  transform: rotate(-42deg); }

button {
  cursor: pointer; }
  button:focus {
    outline: none !important; }

.header-maan {
  background-color: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 20px; }

a {
  color: #77b1b8; }
  a:hover {
    text-decoration: none;
    color:white;}

.btn-desktop-search {
  margin: 2px;
  background: #981b38;
  color: white;
  min-width: 40px;
  margin-left: -2.85rem !important; }

.img-cat-right {
  max-width: 15px;
  margin-top: -4px; }

.border-rad-10 {
  border-radius: 10px; }

html .card-product-listing {
  padding: 12px;
  border-left: 3px solid #61a5ad !important;
  margin-bottom: 0px !important;
  border-radius: 10px; }

html .card-product-listing-black {
  padding: 12px;
  border-left: 3px solid #000 !important;
  margin-bottom: 0px !important;
  border-radius: 10px; }

html .card-product-listing-red {
  padding: 12px;
  border-left: 3px solid #981b38 !important;
  margin-bottom: 0px !important;
  border-radius: 10px; }

.cat-nav {
  width: 100%;
  border-radius: none;
  box-shadow: none;
  background: #ffffff;
  border:1px solid lightgray !important;
  transition: 1s;
  font-size: 16px;
  margin-top: 20px;
  min-height: 90px;
  margin-bottom: 0px; }

.cat-image {
  width: 25%;
  margin: 0 auto; }

.cat-heading {
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px; }

.location-div {
  width: 30% !important;
  float: left;
  }

.search-div {
  width: 70% !important;
  float: left;
  margin-left: -5px !important; }

::placeholder {
  color: #c1c1c1 !important; }

.my-pill-location {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

.card-red {
  width: 100%;
  min-height: auto;
  border-radius: 20px;
  background-color: #981b38;
  text-align: center;
  color: white; }

.seller-icon-category {
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  margin-bottom: 10px; }

.card-red-2 {
  width: 100%;
  min-height: 96%;
  border-radius: 20px;
  background-color: #981b38;
  text-align: center;
  color: white; }

.category-page-ul {
  list-style: none;
  padding-left: 5px;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 20px; }

.category-page-heading {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 15px; }

.category-page-name {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #981b38;
  padding-bottom: 15px; }

#selector2 {
  margin-right: 0px !important;
  padding-left: 30px; }

.select-sort {
  font-size: 12px;
  border: 1px solid #981b38;
  padding: 2px; }
  .select-sort:active {
    border: 1px solid #981b38; }

.my-pill-search {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }

.div-ad-btn {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 30px;
  left: 0; }

.categories-cat {
  line-height: 35px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #e6e6e6;
  text-align: left;
  padding-left: 10px; }
  .categories-cat a {
    color: #981b38; }
  .categories-cat:hover {
    background-color: #981b38; }
    .categories-cat:hover i {
      color: white; }
    .categories-cat:hover a {
      color: white; }

.ad-sell-now {
  color: white;
  background-color: #981b38;
  width: 100%;
  border: 1px solid white;
  border-radius: 10px;
  padding: 5px 40px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s; }
  .ad-sell-now:hover {
    background-color: #fff;
    color: #981b38; }

.ad-heading {
  position: absolute;
  top: 25%;
  line-height: 30px;
  font-weight: 600;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 30px; }

.cat-ads {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 12px;
  font-weight: 600; }

.mobile-center-or {
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: bolder; }

.header-mobile-maan {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding-top: 0px;
  z-index: 1000; }

.location-mobile {
  font-size: 16px;
  padding: 0px;
  padding-top: 10px; }

.toggle-mobile {
  font-size: 25px;
  padding: 0px; }

.search-tab-mobile {
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px; }

.btn-search-mobile {
  background: #981b38;
  color: white;
  margin-left: -2.7rem !important; }

.HaveFontOFSize{
    position:absolute;
    margin-left:28px;
    margin-top:10px;
}
.header-box-shadow {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1200;
  font-size: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-bottom: 1.5px solid #981b38; }

.ad-top {
  background-color: #333;
  height: 100px;
  width: 100%; }

.offericon {
  width: 35%;
  margin-left: 5px;
  float: left; }

.latesticon {
  width: 35%;
  margin-left: 5px;
  float: left; }

.countdownPad {
  font-size: 6px;
  padding: 2px; }

.product-ago {
  font-size: 5px !important;
  padding: 2px !important;
  background: white;
  border-radius: 5px;
  border: none; }

.product-heading {
  font-size: 12px;
  margin-bottom: 0px;
  color: #6196f7;
  margin-top: 5px;
  margin-left: 0px; }

.product-description {
  font-size: 8px;
  color: #555;
  line-height: 1.2;
  margin-bottom: 0px;
  margin-left: 0px; }

.product-price {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500; }

.product-discount {
  padding-top: 1.5px;
  margin-bottom: 0px;
  font-size: 8px;
  font-weight: bolder;
  color: #aaaaaa; }

.product-location {
  margin-bottom: 0px;
  font-size: 8px;
  color: #6596c7;
  letter-spacing: 0.01em; }

.social-icon-footer {
  font-size: 30px;
  padding-right: 20px;
  margin-bottom: 10px;
  color: #333; }

.padding-footer-desktop {
  padding: 0px;
  padding-bottom: 10px;
  padding-top: 30px; }

.bg-footer {
  background-color: #fff; }

.padding-footer-mobile {
  padding: 0px;
  padding-bottom: 15px;
  padding-top: 15px; }

.btnCollapse {
  outline: none;
  border: none;
  background: #fff;
  padding: 0px;
  border-top: 1px solid #aaaaaa;
  padding-top: 10px;
  padding-bottom: 10px; }

.border-top-custom {
  border-top: 1px solid #aaaaaa;
  padding-top: 10px; }

.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  .hvr-icon-back .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }

.hvr-icon-back:hover .hvr-icon, .hvr-icon-back:focus .hvr-icon, .hvr-icon-back:active .hvr-icon {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px); }

.head-extra-cat {
  color: black;
  font-size: 12px;
  font-weight: 500;
  padding-right: 15px;
  transition: 0.5s;
  color: #981b38;
  border-right: 1px solid #981b38;
  padding-left: 15px; }
  .head-extra-cat:hover {
    color: #000; }

.social-icon-footer-mobile {
  font-size: 18px;
  padding-right: 10px;
  margin-bottom: 10px;
  color: grey; }

.strip-footer {
  background-color: #333;
  padding-top: 10px;
  padding-bottom: 10px; }

.strip-heading {
  font-size: 14px;
  color: white;
  font-style: italic;
  font-weight: bolder; }

.mobile-angle-down {
  padding-right: 2px;
  color: balck;
  font-weight:600;
  font-size: 100%; }

.desktop-store-image {
  width: 40%;
  float: left; }

.modal-angle-left {
  font-size: 30px;
  padding-top: 15px;
  padding-left: 15px; }

.labelMaan {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  font-style: Italic; }

.profileLi {
  line-height: 40px;
  font-size: 14px;
  color: #707070;
  border-bottom: 1px solid #aaaaaa;
  padding-left: 25px; }

.profileAccountLi {
  line-height: 40px;
  font-weight: 600;
  font-size: 14px;}
  /*border-bottom: 1px solid #aaaaaa;*/

.maanUl {
  border-top-right-radius:20px;
  border-top-left-radius:20px;
  border-bottom-right-radius:20px;
  border-bottom-left-radius:20px;
  box-shadow: 0 0 3px #aaaaaa;
  transition: box-shadow 0.5s;
  border: none !important;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px; }

.profileLi i {
  padding-right: 5px; }
.profileLi:hover {
  background-color: #981b38;
  color: white;
  transition: 0.3s;
  overflow: hidden; }

.profileLogout i {
  padding-right: 5px; }
.profileLogout:hover {
  background-color: #981b38;
  color: white;
  transition: 0.3s; }

.profileLogout {
  line-height: 40px;
  font-size: 14px;
  color: #707070;
  padding-left: 25px; }

.overlay-ul {
  padding: 15px;
  margin-bottom: 0px;
  list-style: none; }

.min-height-50 {
  min-height: 50vh; }

.btnEye {
  width: 40px;
  background-color: #981b38;
  border: 1px solid #981b38; }

.btnEyeRegister {
  width: 40px;
  border: none;
  background-color: white; }

.dropdownMaan {
  background: #fef1f2;
  border-radius: 30px;
  padding: 0px;
  left: 80px;
  width: 60%;
  margin-top: 0px;
  overflow: hidden; }

.signInHow {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 1rem;
  font-weight: 500;
  color: #aaaaaa; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border-radius: 9px; }

.border-radius-border-zero {
  border-radius: 0px !important;
  border: 0px !important; }

#ui-id-2 {
  z-index: 10000; }

.modal-download-app {
  position: fixed;
  top: auto;
  right: 0;
  max-width: 100% !important;
  margin: 0px;
  left: 0;
  bottom: 0; }

.signIn {
  margin-top: -5px;
  margin-bottom: 0px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #aaaaaa; }

.myNavNotSignedIn {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px; }

.ui-menu {
  background-color: white;
  list-style: none;
  width: 100px;
  z-index: 1200;
  margin-top: -20px;
  padding: 20px;
  border-radius: 20px; }

.myNavSignIn {
  font-size: 1rem !important;
  text-decoration: none; }

.myNavLi {
  font-weight: 500;
  color: #af9d9d; }

.myNavUlHelp {
  padding: 15px;
  margin-bottom: 0px;
  list-style: none;
  padding-bottom: 10px; }

.myNavUlHelpli {
  font-weight: 500;
  color: #af9d9d; }

.isLoginLi {
  font-weight: 500;
  color: #af9d9d;
  line-height: 35px; }

.isLoginUsername {
  margin-top: 0px;
  color: #981b38;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
  line-height: 0.8; }

.isLoginFullname {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: bold; }

.isLoginHello {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 0.5; }

.homeBanner {
  height: 100px;
  background-color: white;
  border-radius: 50%;
  margin-top: 50px; }

.popularCategories {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #aaaaaa; }

.catSlide {
  background-color: white;
  width: 50%;
  margin: 0 auto; }

.sliderBack {
  width: 75%;
  margin: 0 auto;
  margin-top: 20px; }

.sliderNav {
  background-color: #981b38;
  border-radius: 50px;
  color: white;
  width: 25px; }

.help-block-error{
        color:#981b38;
        font-family:verdana, Helvetica;
        font-size:12px;
        text-align:left;
    }
.ssc-box {
    height: 36px;
    position: relative;
    top: 2px;
}

@media only screen and (max-width: 768px) {
    .col-md-7.padding-zero-768 .my-custom-container.card.card-no-hover.width-100 div#slider {
    min-height: 200px;
}
.cr-boundary {
    width: auto !important;
}
.modal.show .modal-dialog h4.modal-title {
    font-size: 18px;
}
.modal-footer button.btn.btn-success.crop_image{
    font-size : 13px ;
}
.modal.show .modal-dialog {
    top: 10%;}
.modal.show .haveleftInDesktop{
    top:3%;
    left:10%;
}
.modal-body {
    padding-bottom: 0px;
}
.mod-margin-get{
    margin:0 !important;
}

}

/*# sourceMappingURL=style.css.map */
.pagination-center nav{
  display: flex;
  justify-content: center;
}
