@charset "UTF-8";
/*Font Family*/
/*Font Size*/
/*color*/
/*Radius*/
/*Padding*/
/*Margin*/
/*@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");*/
/*@import url(developer.css);*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  font-family: "ProximaNova-Regular";
  font-weight: 400;
  font-size: 14px;
  scroll-behavior: smooth;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
span {
  line-height: 24px;
}

img {
  max-width: 100%;
}

.site_content {
  display: block;
}

.site_content:after,
.site_content:before {
  display: table;
  clear: both;
  content: "";
}

header,
footer,
section {
  display: block;
}

header:after,
header:before,
footer:after,
footer:before,
section:after,
section:before {
  display: table;
  clear: both;
  content: "";
}

.container {
  margin: auto;
  width: 1170px;
  max-width: 100%;
}

.container:after,
.container:before {
  display: table;
  clear: both;
  content: "";
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #0055a0;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0055a0;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.switch label input[type="checkbox"]:checked + .lever:after {
  background-color: #000;
  left: 1.5rem;
}

.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #f1f1f1;
  -webkit-border-radius: 1.3125rem;
  border-radius: 1.3125rem;
  left: -0.3125rem;
  top: -0.1875rem;
  -webkit-box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4);
  width: 1.3125rem;
  height: 1.3125rem;
  -webkit-transition: left 0.3s ease, background 0.3s ease,
    -webkit-box-shadow 1s ease;
  transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 1s ease;
  -o-transition: left 0.3s ease, background 0.3s ease, box-shadow 1s ease;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 1s ease;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 1s ease,
    -webkit-box-shadow 1s ease;
}

.switch label input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type="checkbox"]:checked + .lever {
  background-color: #000;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #818181;
  -webkit-border-radius: 0.9375rem;
  border-radius: 0.9375rem;
  margin-right: 0.625rem;
  vertical-align: middle;
  margin: 0 1rem;
  width: 2.5rem;
  height: 0.9375rem;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

button:focus {
  border: none;
  outline: none;
}

select {
  appearance: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-collapse: collapse;
  display: table;
  text-align: left;
  border: 1px solid #c9c9c9;
}

table th {
  padding: 15px;
  border-top: 1px solid #c9c9c9;
  text-transform: capitalize;
  background: #f4f4f6;
  border-right: 1px solid #c9c9c9;
}

table td {
  padding: 15px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  font-size: 14px;
  color: #1b1b1b;
}

.transition,
a {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.transform-scale0 {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.transform-scale {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.shadow {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.ShadowBlue {
  box-shadow: 0px 0px 30px #ebf2fc;
}

.padding {
  padding: 80px 0px;
}

.object-fit {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 0;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-check-input[type="checkbox"] + label,
label.btn input[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-input[type="checkbox"] + label::before,
.form-check-input[type="checkbox"]:not(.filled-in) + label::after,
label.btn input[type="checkbox"] + label::before,
label.btn input[type="checkbox"]:not(.filled-in) + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #8a8a8a;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-check-input[type="checkbox"]:not(.filled-in) + label::after,
label.btn input[type="checkbox"]:not(.filled-in) + label::after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.form-check-input[type="checkbox"]:checked + label::before,
label.btn input[type="checkbox"]:checked + label::before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 1.375rem;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #0055a0;
  border-bottom: 2px solid #0055a0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../font/ProximaNova-Regular_0.eot");
  src: local("☺"), url("../font/ProximaNova-Regular_0.woff") format("woff"),
    url("../font/ProximaNova-Regular_0.ttf") format("truetype"),
    url("../font/ProximaNova-Regular_0.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Semibold";
  src: url("../font/ProximaNova-Semibold_latin+latin-ext_gdi.eot");
  src: url("../font/ProximaNova-Semibold_latin+latin-ext_gdi.eot?#iefix")
      format("embedded-opentype"),
    url("../font/ProximaNova-Semibold_latin+latin-ext_gdi.woff") format("woff"),
    url("../font/ProximaNova-Semibold_latin+latin-ext_gdi.ttf")
      format("truetype"),
    url("../font/ProximaNova-Semibold_latin+latin-ext_gdi.svg#ProximaNova-Semibold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-20AC;
}
@font-face {
  font-family: "ProximaNova-Light";
  src: url("../font/ProximaNova-Light_gdi.eot");
  src: url("../font/ProximaNova-Light_gdi.eot?#iefix")
      format("embedded-opentype"),
    url("../font/ProximaNova-Light_gdi.woff") format("woff"),
    url("../font/ProximaNova-Light_gdi.ttf") format("truetype"),
    url("../font/ProximaNova-Light_gdi.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2666;
}
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../font/ProximaNova-Bold_gdi.eot");
  src: url("../font/ProximaNova-Bold_gdi.eot?#iefix")
      format("embedded-opentype"),
    url("../font/ProximaNova-Bold_gdi.woff") format("woff"),
    url("../font/ProximaNova-Bold_gdi.ttf") format("truetype"),
    url("../font/ProximaNova-Bold_gdi.svg#ProximaNova-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2666;
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes Fwrite {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes Wbar {
  0% {
    border-left-color: transparent;
  }
  50% {
    border-left-color: black;
  }
  100% {
    border-left-color: transparent;
  }
}
@-webkit-keyframes Fwrite {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes Wbar {
  0% {
    border-left-color: transparent;
  }
  50% {
    border-left-color: black;
  }
  100% {
    border-left-color: transparent;
  }
}
/*Font Family*/
/*Font Size*/
/*color*/
/*Radius*/
/*Padding*/
/*Margin*/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .allcategories_search_bg {
    width: 70% !important;
    float: right;
  }

  /*-----------------------Register-page-css-start from he-------------------*/
  .accept_box {
    padding-bottom: 30px;
  }

  /*-----------------------Dashboard-page-css-start from here-------------------*/
  .product_head h2 {
    font-size: 26px;
  }

  .notifications_message h2 {
    font-size: 26px;
  }

  /*-----------------------Payment-history-css-start from here-------------------*/
  .create_form_box_new .list-select-box .form-control {
    width: 108px !important;
  }

  .create_form_box_new .list-select-box-btn {
    position: relative;
    right: -17px;
  }

  .quantity_box .quantity input {
    width: 80px;
  }

  .contact_section {
    padding-top: 0;
  }

  .about_section {
    padding-bottom: 30px;
  }

  .make_payment_bg,
  .paynow_bg {
    padding: 40px;
  }

  .counter_offer_btn img {
    width: auto !important;
  }

  .counter_offer_btn {
    float: left;
    width: 50px !important;
  }

  .bid_amount_box {
    padding: 10px 25px;
    text-align: center;
  }

  .bid_amount_box span {
    font-size: 18px;
  }

  .product_box figure {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .landing_page .navbar {
    width: 100%;
  }

  .landing_page .navbar-toggler {
    position: absolute;
    top: -37px;
    right: 0;
  }

  .calculate_form_box {
    display: flex;
  }

  .heading_box h2 {
    font-size: 30px;
  }

  .contact_section,
  .our_service_section,
  .about_section {
    padding: 40px 0px;
  }

  .contact_section .contact_sec_inner {
    padding: 0px 20px;
  }

  .allcategories_search_bg {
    width: 100% !important;
    float: none;
  }

  /*.allcategories_search_bg .allcategories,.allcategories_search_bg .list_select_box,.allcategories_search_bg .search_fild,.allcategories_search_bg .search_button { width: 25%; }*/
  .allcategories_search_bg:after {
    display: table;
    content: "";
    clear: both;
  }

  .home_page_bg.home2 .logo {
    float: none;
    margin: 10px auto;
    text-align: center;
  }

  .search_button input {
    float: right;
  }

  .home_page_bg.home2 .navbar-toggler {
    position: absolute;
    top: 30px;
    right: 30px;
  }

  .home_page_bg.home2 .navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .home_page_bg.home2 #navbarSupportedContent2 {
    background: #1e405d;
    top: 135px;
    position: absolute;
    width: 100%;
  }

  .float-right.navbar-nav {
    float: none !important;
    margin-right: auto;
  }

  .cart_box span {
    width: 30px !important;
    height: 30px !important;
    right: auto;
    left: 60px;
  }

  .top_footer .row .col-md-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .top_footer .row .col-md-3:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #292626;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .foot_social ul li {
    float: none;
    display: inline-block;
  }

  .about_section > .container > .row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about_section > .container > .row .col-md-6:last-child {
    margin-top: 30px;
  }

  .about_section {
    padding-bottom: 0;
  }

  .landing_page header .logo {
    width: 150px;
  }

  .our_service_section .heading_box {
    margin-top: 10px;
  }

  /*-----------------------Auction-page-css-start from he-------------------*/
  .product_row .product_head h2 {
    font-size: 24px;
  }

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

  .work_head h2 {
    font-size: 26px;
  }

  /*-----------------------Register-page-css-start from he-------------------*/
  .accept_box {
    padding-bottom: 30px;
  }

  .login_bg {
    min-height: auto;
  }

  .login_bg .form_inner {
    padding: 60px 30px;
  }

  .home2 .warper {
    padding-top: 144px !important;
  }

  .form_head h2 {
    font-size: 24px;
  }

  .home_header .bottom_header .logo a {
    width: 130px;
  }

  /*-----------------------Top-selling-pro-page-css-start from he-------------------*/
  .seller_products .product_right_box .product_list ul li {
    width: 25% !important;
  }

  /*-----------------------Product-details-page-css-start from he-------------------*/
  /*.product_detail_top > .row {flex-direction: column;}*/
  /*.product_detail_top > .row .col-md-5, .product_detail_top > .row .col-md-7{flex: 0 0 100%; max-width: 100%;}*/
  .product_full_view_des h2 {
    font-size: 24px;
  }

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

  .product_details_head h2 {
    font-size: 22px;
  }

  /*-----------------------Category-listing-page-css-start from he-------------------*/
  .product_categories {
    float: none;
    width: 100%;
    margin-bottom: 35px;
  }

  .seller_products .product_right_box {
    padding-left: 0;
  }

  .product_right_box {
    width: 100% !important;
    padding-left: 0;
  }

  /*-----------------------Dashboard-page-css-start from he-------------------*/
  .product_head h2 {
    font-size: 26px;
  }

  .notifications_message h2 {
    font-size: 26px;
  }

  .total_box .total_left h4 {
    font-size: 20px;
  }

  .total_box .total_left span {
    font-size: 34px;
  }

  .total_box .total_right {
    width: 66px;
  }

  /*-----------------------My-product-listing-page-css-start from he-------------------*/
  .my_product_content .my_product_head .my_product_title,
  .customer_purchase_history_bg .my_product_head .my_product_title {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }

  .my_product_content
    .my_product_head
    .create_form_box
    .list_select_box
    .form-control {
    width: 115px;
  }

  .my_product_content .my_product_head .create_form_box,
  .customer_purchase_history_bg .my_product_head .create_form_box {
    float: none;
    display: flex;
    justify-content: center;
  }

  .customer_purchase_history_bg .my_product_head .list_select_box1 .btn {
    margin-top: 0;
  }

  /*-----------------------Offers-page-css-start from here-------------------*/
  .accept_reject_box {
    margin-top: 0 !important;
  }

  /*-----------------------Purchase-history-page-css-start from he-------------------*/
  .cart_product figure {
    width: 60px;
    height: 60px;
  }

  .cart_product figcaption {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }

  table {
    display: block;
    max-width: 100%;
    overflow: auto;
  }

  .cart_table_bg table tr th {
    font-size: 15px;
  }

  /*-----------------------Payment-history-css-start from here-------------------*/
  .cart_table_bg {
    overflow: unset;
  }

  .create-xys {
    height: auto !important;
    background: none;
  }

  .create_form_box_new .list-select-box.list-box-des {
    float: none;
    width: 100%;
  }

  .create-xys form {
    margin: 0 -10px;
  }

  .create-xys .list-select-box {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .create-xys.create_form_box_new .list-select-box .form-control {
    width: calc(100% - 117px);
  }

  .create-xys.create_form_box_new .list-select-box label {
    min-width: 117px;
  }

  /*-----------------------Rating-list-css-start from here-------------------*/
  .rating-review-list-wrap {
    margin-top: 130px;
  }

  /*-----------------------Dashboard-menu-css-start from here-------------------*/
  .dashboard_menu {
    position: relative;
    top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dashboard_menu .navbar {
    position: relative !important;
  }

  .dashboard_menu .navbar .navbar-toggler {
    position: relative;
    top: 0;
    left: 0;
  }

  .dashboard_menu .navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 38px;
    z-index: 99;
    background-color: #f1f3f6;
  }

  .gray_bg {
    min-height: 300px;
  }

  .home_slider_section .owl-carousel .owl-item img {
    height: 255px !important;
  }

  .cart_box {
    overflow: inherit;
  }

  .cart_box span {
    left: 30px;
    top: -8px !important;
    line-height: 30px;
  }

  #current_language {
    width: 100%;
    text-align: left;
    padding: 0px 15px !important;
  }

  .navbar-collapse .navbar-nav li {
    border-bottom: solid 1px #294f70;
  }

  .product_box figure {
    height: 200px;
    padding: 0px;
  }

  .product_slider .owl-prev {
    left: -7px;
  }

  .product_slider .owl-next {
    right: -7px;
  }

  .howit_work_section {
    padding: 15px 0 30px 0px;
  }

  .quantity_box .quantity {
    width: 175px;
  }

  .quantity_box .quantity input {
    width: 53px;
  }

  .notification_myaccount > li .num {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    left: 30px;
    top: -8px !important;
  }

  .notification_myaccount > li.notification a {
    overflow: inherit !important;
  }

  .contact_section {
    padding-top: 0;
  }

  .about_section {
    padding-bottom: 30px;
  }

  .landing_page .navbar-collapse .navbar-nav li {
    border: none;
  }

  .dropdown-toggle:after {
    position: absolute;
    right: 15px;
    top: 18px;
  }

  .make_payment_bg,
  .paynow_bg {
    padding: 15px;
  }

  .product_price_box table tr td strong {
    font-size: 15px;
  }

  .payment_details_box {
    padding: 15px;
  }

  .counter_offer_btn img {
    width: auto !important;
  }

  .counter_offer_btn {
    float: left;
    width: 40px !important;
  }

  .dropdown {
    display: block !important;
  }

  .dashboard_menu nav ul li {
    padding: 0;
  }

  .dashboard_menu .navbar .nav-item .nav-link {
    padding: 0px 0px !important;
    text-align: left;
  }

  .dashboard_menu nav ul li a {
    text-align: left;
    padding: 0px 15px;
  }

  .bid_amount_box {
    padding: 10px 25px;
    text-align: center;
  }

  .bid_amount_box span {
    font-size: 18px;
  }

  .rating-review-list-wrap {
    margin-top: 0;
  }

  .notification_myaccount > li > ul {
    left: 0 !important;
    margin: 0px 10px;
  }

  .notification_myaccount > li > ul:before,
  .notification_myaccount > li > ul:after {
    left: 10px !important;
    right: auto !important;
  }

  .pagination-parent .left {
    padding-top: 18px;
  }

  .our_service_tab_bg .tab-content.card {
    padding: 50px 30px;
  }

  .wall-footer .col-md-4 article {
    padding: 15px !important;
  }

  .footer-tit h4 {
    font-size: 22px !important;
  }

  .opening-hours li span:nth-child(1) {
    min-width: 100px !important;
  }

  .opening-hours li {
    font-size: 14px !important;
  }

  .form-check.form-group.checkbox {
    width: 3% !important;
  }

  .home_header .top_header nav.navbar ul li a {
    padding: 10px 10px !important;
  }

  .footer-icon a {
    margin-right: 0px !important;
    margin-right: -12px !important;
    padding: 5px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .gray_bg {
    min-height: auto;
  }

  .landing_page .navbar {
    width: 100%;
  }

  .landing_page .navbar-toggler {
    position: absolute;
    top: -50px;
    right: 0;
  }

  .heading_box h2 {
    font-size: 26px;
  }

  .contact_section,
  .our_service_section,
  .about_section {
    padding: 20px 0px;
  }

  .contact_section .contact_sec_inner {
    padding: 0px 20px;
  }

  .calculate_form_box .calculate_fild {
    width: 100%;
    float: none;
    text-align: left;
  }

  .to_arrow {
    float: none;
    transform: rotate(90deg);
    transform-origin: 0% 50%;
    margin: 20px auto;
    width: 28px;
  }

  .search_button input {
    width: 100%;
  }

  .search_fild {
    border: solid 1px #e6e6e6;
  }

  .allcategories_search_bg,
  .search_fild {
    width: 100% !important;
    float: none;
  }

  .allcategories,
  .search_fild {
    width: 70% !important;
    float: left;
    margin-bottom: 5px;
  }

  .list_select_box,
  .search_button {
    width: 30% !important;
    float: left;
    margin-bottom: 10px;
  }

  .container .allcategories_search_bg {
    border: none !important;
    margin: 0px !important;
    display: none;
  }

  .all-cat-drop {
    width: 100% !important;
  }

  .allcategories_search_bg:after {
    display: table;
    content: "";
    clear: both;
  }

  .home_page_bg.home2 .logo {
    position: relative;
    top: -6px;
    float: none;
    margin: 10px auto;
    text-align: left;
  }

  .search_button input {
    float: right;
  }

  .home_page_bg.home2 .navbar-toggler {
    position: absolute;
    top: 22px;
    right: 30;
    font-size: 27px;
    z-index: 11;
  }

  .home_page_bg.home2 .navbar-toggler i {
    font-size: 22px;
  }

  .home_page_bg.home2 .navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .home_page_bg.home2 #navbarSupportedContent2 {
    background: #1e405d;
    top: 70px;
    position: absolute;
    width: 100%;
  }

  .float-right.navbar-nav {
    float: none !important;
  }

  .cart_box span {
    width: 30px !important;
    height: 30px !important;
    right: auto;
    left: 60px;
  }

  .home_header .bottom_header .logo a {
    width: 90px;
  }

  .blk1 {
    position: absolute;
    top: 8px;
    width: 100%;
    left: 0;
    padding: 0px 120px;
    pointer-events: none;
  }

  .blk1 > div {
    pointer-events: initial;
  }

  .home_header .bottom_header {
    padding-bottom: 0px;
  }

  .home_header.auction_header .bottom_header {
    background: #fff;
  }

  .top_footer .row .col-md-3 {
    margin: 15px 0px;
  }

  .top_footer {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .our_service_tab ul li {
    float: none;
    width: 100%;
    margin-bottom: 1px !important;
  }

  .our_service_tab ul li:last-child {
    margin-bottom: -1px !important;
  }

  .about_section > .container > .row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .landing_page header .logo {
    width: 130px;
  }

  .about_section > .container > .row .col-md-6:last-child {
    margin-top: 20px;
  }

  .about_section {
    padding-bottom: 0;
  }

  .get_your_box h2 {
    font-size: 24px;
  }

  .our_service_section .heading_box {
    margin-top: 10px;
  }

  /*-----------------------Auction-page-css-start from he-------------------*/
  .product_row .product_head h2 {
    font-size: 22px;
  }

  .work_box h4 {
    font-size: 18px;
  }

  .work_head h2 {
    font-size: 24px;
  }

  .home_slider_section .owl-carousel .owl-item img {
    height: 300px;
  }

  .work_list .col-md-3 {
    margin-bottom: 10px;
  }

  .work_list .col-md-3:last-child {
    margin-bottom: 0;
  }

  .product_box figure {
    height: 220px;
  }

  /*-----------------------Register-page-css-start from he-------------------*/
  .accept_box {
    padding-bottom: 30px;
  }

  .login_bg {
    min-height: auto;
  }

  .login_bg .form_inner {
    padding: 40px 20px;
  }

  .home2 .warper {
    padding-top: 0px !important;
  }

  .form_head h2 {
    font-size: 22px;
  }

  .home_header .bottom_header .logo a {
    width: 130px;
  }

  .share_bg {
    padding-top: 108px;
    border-left: none;
  }

  .share_bg .or_box {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .form_fild_bg {
    padding-right: 0;
  }

  .form_fild .form-control {
    font-size: 14px;
  }

  /*-----------------------Top-selling-pro-page-css-start from he-------------------*/
  .product_right_box .product_list ul li {
    width: 25% !important;
    padding: 10px;
  }

  .product_right_box {
    padding: 0 10px;
    float: none;
  }

  .seller_products {
    background: none !important;
  }

  .my_product_head .my_product_title {
    float: none;
    padding: 15px 0;
    text-align: center;
  }

  .my_product_head .create_form_box {
    float: none;
  }

  .my_product_head .create_form_box .list_select_box {
    width: 200px !important;
    display: flex;
  }

  .my_product_head .create_form_box .grid_list {
    float: right;
    margin-top: 7px;
  }

  .my_product_head .create_form_box .grid_list .views {
    font-size: 32px;
  }

  .product_box figure .product_over_inner .add_to_cart a {
    width: 36px;
    height: 36px;
  }

  .product_box figure .product_over_inner .add_to_cart a i {
    font-size: 16px;
  }

  .product_list ul li .product_box {
    margin-bottom: 0;
  }

  .product_listing_bg {
    padding: 15px 0;
  }

  .total_product_left figure a {
    width: 110px;
    height: 110px;
  }

  .total_product_left figcaption {
    width: calc(100% - 110px);
  }

  /*-----------------------Product-details-page-css-start from he-------------------*/
  .product_detail_top > .row {
    flex-direction: column;
  }

  .product_detail_top > .row .col-md-5,
  .product_detail_top > .row .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product_full_view_des h2 {
    font-size: 22px;
  }

  .price_box h4 {
    font-size: 18px;
  }

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

  .contact_seller_box figcaption {
    width: 75%;
    margin-bottom: 15px;
  }

  .rating_review_list ul li figcaption .user_name_rating h3 {
    font-size: 18px;
  }

  .all-ratings .quality .diffrentrate {
    float: right;
  }

  .addtocart_buynow a {
    display: block;
    width: 100%;
    margin: 10px 0;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
  }

  /*-----------------------Category-listing-page-css-start from he-------------------*/
  .product_categories {
    float: none;
    width: 100%;
    margin-bottom: 35px;
  }

  .product_right_box {
    width: 100% !important;
  }

  .categories_head h2 {
    font-size: 18px;
  }

  .product_categories .card-header a h5 {
    font-size: 16px;
  }

  .pagination-parent {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 15px;
  }

  .pagination-parent .left {
    float: none !important;
  }

  .pagination-parent .pagination {
    float: none !important;
    display: inline-flex;
  }

  /*-----------------------Dashboard-page-css-start from he-------------------*/
  .product_head h2 {
    font-size: 26px;
  }

  .notifications_message h2 {
    font-size: 24px;
  }

  .total_box .total_left h4 {
    font-size: 20px;
  }

  .total_box .total_left span {
    font-size: 32px;
  }

  .total_box .total_right {
    width: 66px;
  }

  .total_bg {
    padding: 30px 0;
  }

  .total_bg .col-md-4 {
    margin-bottom: 10px;
  }

  .total_bg .col-md-4:last-child {
    margin-bottom: 0;
  }

  .notifications_message .notifications_box ul {
    min-height: auto;
    margin-bottom: 15px;
  }

  .notifications_message .col-md-6 {
    margin-bottom: 20px;
  }

  .notifications_message .col-md-6:last-child {
    margin-bottom: 0;
  }

  .btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .notifications_message .notifications_box ul li h3 {
    padding: 0 135px 10px 0;
  }

  /*-----------------------My-product-listing-page-css-start from he-------------------*/
  .my_product_content .my_product_head .my_product_title {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }

  .my_product_content .my_product_head .create_form_box {
    float: none;
    margin: 0 -10px;
  }

  .my_product_content .my_product_head .create_form_box .list_select_box {
    width: calc(50% - 20px) !important;
    margin: 0 10px 10px;
  }

  .my_product_content
    .my_product_head
    .create_form_box
    .list_select_box
    .form-control {
    width: calc(100% - 100px) !important;
  }

  .my_product_content .my_product_head .create_form_box .create_listing_button {
    width: calc(50% - 30px + 5px) !important;
    margin-left: 10px;
  }

  .my_product_content
    .my_product_head
    .create_form_box
    .create_listing_button
    a {
    width: 100%;
  }

  .select_all_product {
    margin-bottom: 0 !important;
    width: 100% !important;
  }

  /*-----------------------Customer-profile-page-css-start from he-------------------*/
  .profile_tabs .our_service_tab ul li {
    float: none !important;
    width: 100% !important;
  }

  .profile_box2 .profile_inner2 {
    width: 115px;
    height: 115px;
  }

  .change_password_box .change_password_inner h2 {
    font-size: 22px;
  }

  /*-----------------------Offers-page-css-start from here-------------------*/
  .total_product_list .sent_product {
    width: 100% !important;
  }

  .product_offer_right {
    width: 100% !important;
  }

  .accept_reject_box {
    margin-top: 0 !important;
  }

  .total_product_left {
    width: 100%;
  }

  .bid_price {
    font-size: 18px;
  }

  /*-----------------------Purchase-history-page-css-start from he-------------------*/
  .cart_product figure {
    width: 60px;
    height: 60px;
  }

  .cart_product figcaption {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }

  table {
    display: block;
    max-width: 100%;
    overflow: auto;
  }

  .customer_purchase_history_bg
    .my_product_head
    .create_form_box
    .list_select_box {
    width: 100% !important;
  }

  .customer_purchase_history_bg
    .my_product_head
    .create_form_box
    .list_select_box
    .form-control {
    width: calc(100% - 60px) !important;
  }

  .list_select_box1 {
    float: none !important;
    margin-right: 0 !important;
  }

  .list_select_box1 > a {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .create-xys {
    height: auto !important;
    background: none;
  }

  .create_form_box_new .list-select-box.list-box-des {
    float: none;
    width: 100%;
  }

  .create-xys form {
    margin: 0 -10px;
  }

  .create-xys .list-select-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .create-xys.create_form_box_new .list-select-box .form-control {
    width: calc(100% - 117px);
  }

  .create-xys.create_form_box_new .list-select-box label {
    min-width: 117px;
  }

  /*-----------------------Rating-list-css-start from here-------------------*/
  .rating-review-list-wrap {
    margin-top: 130px;
  }

  .profile_box2 .profile_inner2 h3 {
    font-size: 20px;
    margin-top: 20px;
  }

  .product_details_box .change_password_box {
    margin-top: 50px !important;
    margin-bottom: 10px !important;
  }

  .rating-review-list-wrap .rating_review {
    padding-bottom: 60px;
  }

  /*-----------------------Dashboard-menu-css-start from here-------------------*/
  .dashboard_menu {
    position: relative;
    top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dashboard_menu .navbar {
    position: relative !important;
  }

  .dashboard_menu .navbar .navbar-toggler {
    position: relative;
    top: 0;
    left: 0;
  }

  .dashboard_menu .navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 42px;
    z-index: 99;
    background-color: #f1f3f6;
  }

  .gray_bg {
    min-height: 300px;
  }

  .form_inner {
    padding: 15px;
  }

  .reset_password .form_box {
    width: 100%;
  }

  .blk1 {
    padding: 0px 89px 0 163px;
  }

  .all-cat-drop {
    height: 41px !important;
  }

  .search_fild .form-control {
    height: 43px !important;
  }

  .home_slider_section .owl-carousel .owl-item img {
    height: 255px !important;
  }

  .cart_box {
    overflow: inherit;
  }

  .cart_box span {
    left: 30px;
    top: -8px !important;
    line-height: 30px;
  }

  #current_language {
    width: 100%;
    text-align: left;
    padding: 0px 15px !important;
  }

  .navbar-collapse .navbar-nav li {
    border-bottom: solid 1px #294f70;
  }

  .product_box figure {
    height: none;
  }

  .product_slider .owl-prev {
    left: -7px;
  }

  .product_slider .owl-next {
    right: -7px;
  }

  .howit_work_section {
    padding: 15px 0 30px 0px;
  }

  .quantity_box .quantity {
    width: 175px;
  }

  .quantity_box .quantity input {
    width: 53px;
  }

  .order_summary_bg .order_summary_box {
    float: none;
    width: 100%;
  }

  .my_cart_bg .order_summary_bg {
    padding: 0px !important;
  }

  .order_summary_bg .order_summary_box h3 {
    font-size: 20px;
  }

  .btn {
    font-size: 14px;
  }

  .notification_myaccount > li .num {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    left: 30px;
    top: -8px !important;
  }

  .notification_myaccount > li.notification a {
    overflow: inherit !important;
  }

  .landing_page .navbar-collapse .navbar-nav li {
    border: none;
  }

  .dropdown-toggle:after {
    position: absolute;
    right: 15px;
    top: 18px;
  }

  .slider_des {
    padding-top: 25px;
  }

  .slider_des h5 {
    font-size: 22px;
  }

  .slider_des h2 {
    font-size: 38px;
  }

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

  .modal-footer {
    margin-bottom: 30px;
  }

  .make_payment_bg,
  .paynow_bg {
    padding: 15px;
  }

  .payment_details_box {
    padding: 15px;
  }

  .chat_bg {
    position: relative;
  }

  .chat_left {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
  }

  .chat_right {
    float: none;
    width: 100%;
  }

  .chat_right_head {
    padding: 10px 10px 10px 60px;
  }

  .chat_user_button {
    font-size: 35px;
    color: #0055a0;
    position: absolute;
    top: 18px;
    left: 11px;
    cursor: pointer;
    display: block;
  }

  .user_close {
    position: absolute;
    right: -14px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #0055a0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 8px 0px;
    z-index: 99;
    top: -18px;
    cursor: pointer;
    display: block;
  }

  .counter_offer_btn img {
    width: auto !important;
  }

  .counter_offer_btn {
    float: left;
    width: 40px !important;
  }

  .bid_history_list ul li .bid_history_left {
    float: none;
    width: 100%;
  }

  .product_offer_right {
    float: none;
    width: 100%;
    padding-top: 30px;
  }

  .accept_reject_box {
    float: none;
    width: 100%;
  }

  .accept_reject_box:after,
  .accept_reject_box:before {
    display: table;
    clear: both;
    content: "";
  }

  .product_offer_right .contact_seller {
    float: none;
    text-align: left !important;
    margin-top: 15px;
  }

  .product_offer_right .contact_seller:after,
  .product_offer_right .contact_seller:before {
    display: table;
    clear: both;
    content: "";
  }

  .accept_reject_box {
    float: none !important;
  }

  .dropdown {
    display: block !important;
  }

  .dashboard_menu nav ul li {
    padding: 0;
  }

  .dashboard_menu .navbar .nav-item .nav-link {
    padding: 0px 15px !important;
    text-align: left;
  }

  .dashboard_menu nav ul li a {
    text-align: left;
    padding: 0px 15px;
  }

  .send-btn .btn {
    padding: 0;
    width: 50px;
  }

  .send-btn .btn i {
    font-size: 18px;
  }

  .message_send_box .message_send {
    width: 85% !important;
  }

  .message_send_box .send-btn {
    float: right !important;
  }

  .bid_amount_box {
    padding: 10px 25px;
    text-align: center;
  }

  .bid_amount_box span {
    font-size: 18px;
  }

  .contact_seller {
    float: none;
  }

  .bid_history_list ul li .bid_history_left:after,
  .bid_history_list ul li .bid_history_left:before {
    display: table;
    clear: both;
    content: "";
  }

  .bid_amount_box {
    float: none;
    width: 100%;
    margin-top: 15px;
    max-width: 100%;
  }

  .multiple_slect_box #catlistboxes .first_select {
    position: relative;
    top: 0;
    left: 0;
  }

  #spanFor999 > .first_select {
    margin-left: 0 !important;
  }

  .rating-review-list-wrap {
    margin-top: 0;
  }

  .profile_user_des h3 {
    font-size: 18px;
    font-weight: bold;
  }

  .notification_myaccount > li > ul {
    left: 0 !important;
    margin: 0px 10px;
  }

  .notification_myaccount > li > ul:before,
  .notification_myaccount > li > ul:after {
    left: 10px !important;
    right: auto !important;
  }

  .home2 .home_header {
    position: relative !important;
  }

  .product_right_box .product_list li.no-product {
    background: #fff;
    float: none !important;
    width: auto !important;
    margin: 0px 15px;
    box-shadow: 1px 1.732px 4px rgba(0, 0, 0, 0.05);
    border-bottom: solid 1px #f1f3f6;
    padding: 15px !important;
  }

  .pagination-parent .left {
    padding-bottom: 15px;
  }

  .listing_fields .listing_fields_form {
    width: 100%;
  }

  .ajax-file-upload-statusbar {
    width: 100% !important;
  }

  .slider_section .slider_inner {
    display: block;
  }

  .slider_section {
    padding-bottom: 30px;
  }

  .product_detail_top .col-md-5 {
    flex: auto !important;
  }

  .product_detail_top .col-md-7 {
    flex: auto !important;
  }

  .setting_box .dropdown-menu {
    right: -52px !important;
  }

  .total_product_left {
    float: none;
    display: block;
  }

  .total_product_left:after,
  .total_product_left:before {
    display: table;
    clear: both;
    content: "";
  }

  .favourite_cart {
    float: none;
    margin-top: 10px;
  }

  .step_bg .step_inner {
    width: 100%;
  }

  .our_service_tab_bg .tab-content.card {
    padding: 15px 30px;
  }

  .wall-footer .col-md-4 article {
    padding: 15px !important;
  }

  .footer-tit h4 {
    font-size: 22px !important;
  }

  .opening-hours li span:nth-child(1) {
    min-width: 100px !important;
  }

  .opening-hours li {
    font-size: 14px !important;
  }

  .product_right_box1 .product_list ul li {
    min-width: 100%;
    float: left;
    width: 25% !important;
  }

  .footer-icon {
    margin-bottom: 25px;
  }

  .form-check.form-group.checkbox {
    width: 0% !important;
  }

  .product_box figure a {
    display: block;
    height: 100%;
    /*width: 100%; */
  }

  .shop-info .shop-detail figcaption {
    padding-right: 0px !important;
  }

  .shop-info .shop-detail figure {
    min-width: 0px !important;
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 479px) {
  .gray_bg {
    min-height: auto;
  }

  .landing_page .navbar {
    width: 100%;
  }

  .landing_page .navbar-toggler {
    position: absolute;
    top: -40px;
    right: 0;
  }

  .heading_box h2 {
    font-size: 24px;
  }

  .contact_section,
  .our_service_section,
  .about_section {
    padding: 20px 0px;
  }

  .contact_section .contact_sec_inner {
    padding: 0px 20px;
  }

  .calculate_form_box .calculate_fild {
    width: 100%;
    float: none;
    text-align: left;
  }

  .to_arrow {
    float: none;
    transform: rotate(90deg);
    transform-origin: 0% 50%;
    margin: 20px auto;
    width: 28px;
  }

  .slider_section {
    height: auto;
  }

  .landing_page header .logo {
    width: 120px;
  }

  .landing_page {
    padding-top: 70px;
  }

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

  .slider_des h2 {
    font-size: 30px;
  }

  .about_ger_img {
    height: 220px;
    margin-bottom: 30px;
  }

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

  .list_select_box {
    margin-bottom: 10px;
  }

  .search_button input {
    width: 100%;
  }

  .search_fild {
    border: solid 1px #e6e6e6;
  }

  .allcategories_search_bg,
  .search_fild {
    width: 100% !important;
    float: none;
  }

  .allcategories,
  .search_fild {
    width: 70% !important;
    float: left;
    margin-bottom: 5px;
  }

  .list_select_box,
  .search_button {
    width: 30% !important;
    float: left;
  }

  .container .allcategories_search_bg {
    border: none !important;
    margin: 0px !important;
    display: none;
  }

  .all-cat-drop {
    width: 100% !important;
  }

  .allcategories_search_bg:after {
    display: table;
    content: "";
    clear: both;
  }

  .home_page_bg.home2 .logo {
    position: relative;
    top: -6px;
    float: none;
    margin: 10px auto;
    text-align: left;
  }

  .search_button input {
    float: right;
    padding: 0px 10px;
  }

  .home_page_bg.home2 .navbar-toggler {
    position: absolute;
    top: 20px;
    right: 8px;
    font-size: 27px;
    z-index: 11;
  }

  .home_page_bg.home2 .navbar-toggler i {
    font-size: 20px;
  }

  .home_page_bg.home2 .navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .home_page_bg.home2 #navbarSupportedContent2 {
    background: #1e405d;
    top: 65px;
    position: absolute;
    width: 100%;
    z-index: 99;
  }

  .float-right.navbar-nav {
    float: none !important;
  }

  .cart_box span {
    width: 30px !important;
    height: 30px !important;
    right: auto;
    left: 60px;
  }

  .home_header .bottom_header .logo a {
    width: 90px;
  }

  .blk1 {
    position: absolute;
    top: 8px;
    width: 100%;
    left: 0;
    padding: 0px 120px;
    pointer-events: none;
    display: none;
  }

  .blk1 > div {
    pointer-events: initial;
  }

  .home_header .bottom_header {
    padding-bottom: 0px;
  }

  .top_footer .row .col-md-3 {
    margin: 15px 0px;
  }

  .top_footer {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .top_footer h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .f_menu ul li {
    padding-bottom: 5px;
  }

  .our_service_tab ul li {
    float: none;
    width: 100%;
    margin-bottom: 1px !important;
  }

  .our_service_tab ul li:last-child {
    margin-bottom: -1px !important;
  }

  .about_section > .container > .row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .landing_page header .logo {
    width: 130px;
  }

  .about_section > .container > .row .col-md-6:last-child {
    margin-top: 15px;
  }

  .about_section {
    padding-bottom: 0;
  }

  .get_your_box h2 {
    font-size: 22px;
  }

  .about_ger_img iframe {
    height: 100% !important;
    margin-bottom: 0;
  }

  .our_service_tab_bg .tab-content {
    padding: 15px;
  }

  .our_service_section .heading_box {
    margin-top: 10px;
  }

  .contact_content .col-md-6 {
    padding: 25px;
  }

  /*-----------------------Auction-page-css-start from he-------------------*/
  .product_row .product_head h2 {
    font-size: 20px;
  }

  .work_box h4 {
    font-size: 17px;
  }

  .work_head h2 {
    font-size: 22px;
  }

  .home_slider_section .owl-carousel .owl-item img {
    height: 300px;
  }

  .work_list .col-md-3 {
    margin-bottom: 10px;
  }

  .work_list .col-md-3:last-child {
    margin-bottom: 0;
  }

  .product_box figure {
    height: 200px;
  }

  /*-----------------------Register-page-css-start from he-------------------*/
  .accept_box {
    padding-bottom: 0px;
  }

  .login_bg {
    min-height: auto;
  }

  .login_bg .form_inner {
    padding: 30px 0;
  }

  .home2 .warper {
    padding-top: 0px !important;
  }

  .form_head h2 {
    font-size: 22px;
  }

  .home_header .bottom_header .logo a {
    width: 100px;
  }

  .share_bg {
    padding-top: 80px;
    border-left: none;
  }

  .share_bg .or_box {
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
  }

  .form_fild_bg {
    padding-right: 0;
  }

  .form_fild .form-control {
    font-size: 14px;
  }

  .form_box {
    padding: 20px;
  }

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

  /*-----------------------Top-selling-pro-page-css-start from he-------------------*/
  .product_right_box .product_list ul li {
    width: 100% !important;
    padding: 10px;
    float: none;
    display: block;
  }

  .product_right_box {
    padding: 0 10px;
  }

  .my_product_head .my_product_title {
    float: none;
    padding: 15px 0;
    text-align: center;
  }

  .my_product_head .create_form_box {
    float: none;
  }

  .my_product_head .create_form_box .list_select_box {
    width: 165px !important;
    float: left !important;
  }

  .my_product_head .create_form_box .list_select_box .form-control {
    width: 100px;
    float: right;
  }

  .my_product_head .create_form_box .grid_list {
    float: right;
    margin-top: 7px;
  }

  .my_product_head .create_form_box .grid_list .views {
    font-size: 28px;
  }

  .product_box figure .product_over_inner .add_to_cart a {
    width: 36px;
    height: 36px;
  }

  .product_box figure .product_over_inner .add_to_cart a i {
    font-size: 16px;
  }

  .product_list ul li .product_box {
    margin-bottom: 0;
  }

  .product_listing_bg {
    padding: 15px 0;
  }

  .my_product_head .my_product_title h2 {
    font-size: 20px;
  }

  .total_product_left {
    width: 100%;
    float: none;
  }

  .total_product_left figcaption {
    float: none;
    width: 100%;
  }

  .total_product_left figure {
    float: none;
    width: 100%;
  }

  .total_product_left figure a {
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto;
  }

  .total_product_left figcaption {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .total_product_left figcaption p:last-child {
    text-align: center !important;
  }

  .total_product_list .setting_box {
    right: 50%;
    transform: translateX(50%);
    margin-top: 15px;
  }

  /*-----------------------Product-details-page-css-start from he-------------------*/
  /*.product_detail_top > .row {flex-direction: column;}*/
  .product_detail_top > .row .col-md-5,
  .product_detail_top > .row .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .price_box h4 {
    font-size: 17px;
  }

  .product_details_head h2 {
    font-size: 18px;
  }

  .contact_seller_box figcaption {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 15px;
  }

  .rating_review_list ul li figcaption .user_name_rating h3 {
    font-size: 18px;
    float: none;
  }

  .all-ratings .quality .diffrentrate {
    float: right;
  }

  .wrapCarouselFull figure {
    height: 250px;
    overflow: hidden;
  }

  .contact_seller_box figure {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .contact_seller {
    float: none;
    text-align: center;
  }

  .rating_review_list ul li figure {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .rating_review_list ul li figcaption {
    float: none;
    padding-left: 0;
    width: 100%;
    padding-bottom: 35px;
  }

  .rating_review_list ul li figcaption .user_name_rating {
    text-align: center;
    margin-top: 10px;
  }

  .rating_review_list ul li figcaption .user_name_rating .rating_box {
    float: none;
    display: inline-block;
  }

  .rating_review_list ul li figcaption span {
    top: auto;
    bottom: 3px;
  }

  .addtocart_buynow a {
    height: 42px;
    line-height: 42px;
    display: block;
    width: 100%;
    font-size: 15px;
    margin: 10px 0;
  }

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

  .seller_products {
    background: none !important;
  }

  /*-----------------------Category-listing-page-css-start from he-------------------*/
  .product_categories {
    float: none;
    width: 100%;
    margin-bottom: 35px;
  }

  .product_right_box {
    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
    float: none;
  }

  .categories_head h2 {
    font-size: 17px;
  }

  .product_categories .card-header a h5 {
    font-size: 15px;
  }

  .categories_list ul li a {
    font-size: 13px;
  }

  .pagination-parent {
    text-align: center;
    margin-top: 15px;
  }

  .pagination-parent .left {
    float: none !important;
  }

  .pagination-parent .pagination {
    float: none !important;
    display: block;
  }

  /*-----------------------Dashboard-page-css-start from he-------------------*/
  .notifications_message h2 {
    font-size: 22px;
  }

  .total_box .total_left h4 {
    font-size: 20px;
  }

  .total_box .total_left span {
    font-size: 30px;
  }

  .total_box .total_right {
    width: 66px !important;
  }

  .total_bg {
    padding: 30px 0;
  }

  .total_bg .col-md-4 {
    margin-bottom: 10px;
  }

  .total_bg .col-md-4:last-child {
    margin-bottom: 0;
  }

  .notifications_message .notifications_box ul {
    min-height: auto;
    margin-bottom: 15px;
  }

  .notifications_message .col-md-6 {
    margin-bottom: 20px;
  }

  .notifications_message .col-md-6:last-child {
    margin-bottom: 0;
  }

  .btn {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    display: block;
    width: 100%;
  }

  .notifications_message .notifications_box ul li h3 {
    padding: 0 135px 10px 0;
    font-size: 15px;
  }

  /*-----------------------My-product-listing-page-css-start from he-------------------*/
  .my_product_content .my_product_head .my_product_title {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }

  .my_product_content .my_product_head .create_form_box {
    float: none;
    margin: 0 -10px;
  }

  .my_product_content .my_product_head .create_form_box .list_select_box {
    width: calc(100% - 20px) !important;
    margin: 0 10px 10px;
  }

  .my_product_content
    .my_product_head
    .create_form_box
    .list_select_box
    .form-control {
    width: calc(100% - 100px) !important;
  }

  .my_product_content .my_product_head .create_form_box .create_listing_button {
    width: calc(100% - 20px) !important;
    margin-left: 10px;
  }

  .my_product_content
    .my_product_head
    .create_form_box
    .create_listing_button
    a {
    width: 100%;
  }

  .my_product_head .create_form_box .create_listing_button .btn {
    height: 36px !important;
  }

  .select_all_product {
    margin-bottom: 0 !important;
    width: 100% !important;
  }

  /*-----------------------Customer-profile-page-css-start from he-------------------*/
  .profile_tabs .our_service_tab ul li {
    float: none !important;
    width: 100% !important;
  }

  .profile_box2 .profile_inner2 {
    width: 100px;
    height: 100px;
  }

  .change_password_box .change_password_inner h2 {
    font-size: 20px;
  }

  .change_password_box .change_password_inner {
    width: 100%;
  }

  /*-----------------------Offers-page-css-start from here-------------------*/
  .total_product_list .sent_product {
    width: 100% !important;
  }

  .product_offer_right {
    width: 100% !important;
  }

  .total_product_left figcaption .date_time_box .date {
    float: none;
  }

  .offer_history .product_offer_right .acc_rej_butto {
    margin-top: 10px;
  }

  .total_product_left figcaption h3 {
    font-size: 16px;
  }

  /*-----------------------Offers-page-css-start from here-------------------*/
  .total_product_list .sent_product {
    width: 100% !important;
  }

  .product_offer_right {
    width: 100% !important;
  }

  .accept_reject_box {
    margin-top: 0 !important;
  }

  .total_product_left {
    width: 100%;
  }

  .accept_reject_box,
  .contact_button {
    float: none !important;
  }

  .bid_price {
    font-size: 17px;
  }

  /*-----------------------Purchase-history-page-css-start from he-------------------*/
  .cart_product figure {
    width: 45px;
    height: 45px;
  }

  .cart_product figcaption {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }

  table {
    display: block;
    max-width: 100%;
    overflow: auto;
  }

  .cart_table_bg table tr th {
    font-size: 15px;
  }

  table td {
    font-size: 13px;
  }

  .customer_purchase_history_bg
    .my_product_head
    .create_form_box
    .list_select_box {
    width: 100% !important;
  }

  .customer_purchase_history_bg
    .my_product_head
    .create_form_box
    .list_select_box
    .form-control {
    width: calc(100% - 100px) !important;
  }

  .list_select_box1 {
    float: none !important;
    margin-right: 0 !important;
  }

  .list_select_box1 > a {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .create-xys {
    height: auto !important;
    background: none;
  }

  .create_form_box_new .list-select-box.list-box-des {
    float: none;
    width: 100%;
  }

  .create-xys form {
    margin: 0 -10px;
  }

  .create-xys .list-select-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .create-xys.create_form_box_new .list-select-box .form-control {
    width: calc(100% - 117px);
  }

  .create-xys.create_form_box_new .list-select-box label {
    min-width: 117px;
  }

  /*-----------------------Rating-list-css-start from here-------------------*/
  .rating-review-list-wrap {
    margin-top: 130px;
  }

  .profile_box2 .profile_inner2 h3 {
    font-size: 20px;
    margin-top: 20px;
  }

  .product_details_box .change_password_box {
    margin-top: 50px !important;
    margin-bottom: 10px !important;
  }

  .rating-review-list-wrap .rating_review {
    padding-bottom: 60px;
  }

  /*-----------------------Dashboard-menu-css-start from here-------------------*/
  .dashboard_menu {
    position: relative;
    top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dashboard_menu .navbar {
    position: relative !important;
  }

  .dashboard_menu .navbar .navbar-toggler {
    position: relative;
    top: 0;
    left: 0;
  }

  .dashboard_menu .navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 40px;
    z-index: 99;
    background-color: #f1f3f6;
  }

  .gray_bg {
    min-height: 260px;
  }

  .form_inner {
    padding: 15px 0px;
  }

  .reset_password .form_box {
    width: 100%;
  }

  .all-cat-drop {
    height: 41px !important;
  }

  .search_fild .form-control {
    height: 43px !important;
  }

  .modal-dialog {
    margin: 15px;
  }

  .home_slider_section .owl-carousel .owl-item img {
    height: 130px !important;
  }

  .cart_box {
    overflow: inherit;
  }

  .cart_box span {
    left: 30px;
    top: -8px !important;
    line-height: 30px;
  }

  #current_language {
    width: 100%;
    text-align: left;
    padding: 0px 15px !important;
  }

  .navbar-collapse .navbar-nav li {
    border-bottom: solid 1px #294f70;
  }

  .product_box figure {
    height: 200px;
  }

  .product_slider .owl-prev {
    left: -7px;
  }

  .product_slider .owl-next {
    right: -7px;
  }

  .howit_work_section {
    padding: 15px 0 30px 0px;
  }

  .quantity_box .quantity {
    width: 175px;
  }

  .quantity_box .quantity input {
    width: 53px;
  }

  .order_summary_bg .order_summary_box {
    float: none;
    width: 100%;
  }

  .my_cart_bg .order_summary_bg {
    padding: 0px !important;
  }

  .order_summary_bg .order_summary_box h3 {
    font-size: 20px;
  }

  .btn {
    font-size: 14px;
  }

  table td {
    padding: 10px;
  }

  .notification_myaccount > li .num {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    left: 30px;
    top: -8px !important;
  }

  .notification_myaccount > li.notification a {
    overflow: inherit !important;
  }

  .wrapCarouselThumbs figure {
    height: 50px;
  }

  .quantity .form-control {
    width: calc(100% - 45px);
    text-align: left;
  }

  .submit_bid {
    margin-left: 10px;
  }
  .submit_bid .btn {
    padding: 0px 10px;
    height: 45px;
    line-height: 45px;
  }

  .remaining_time_box span {
    font-size: 14px;
  }

  .remaining_time_box .remaining_left {
    font-size: 14px;
  }

  .product_box figure .product_over_inner .fav_box a i {
    font-size: 16px;
  }

  .product_box figure .product_over_inner .add_to_cart a i {
    font-size: 16px;
  }

  .landing_page .navbar-collapse .navbar-nav li {
    border: none;
  }

  .dropdown-toggle:after {
    position: absolute;
    right: 15px;
    top: 18px;
  }

  .slider_des {
    padding-top: 25px;
  }

  .slider_des h5 {
    font-size: 22px;
  }

  .slider_des h2 {
    font-size: 38px;
  }

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

  .blk1 {
    padding: 0px;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding-bottom: 10px;
  }

  .blk1:after,
  .blk1:before {
    display: table;
    clear: both;
    content: "";
  }

  .allcategories_search_bg .allcategories {
    margin-bottom: 0;
  }

  .allcategories_search_bg .blk1 .allcategories {
    width: 100% !important;
    float: none;
  }

  .list_select_box .btn {
    height: 40px;
  }

  .modal-footer {
    margin-bottom: 30px;
  }

  .make_payment_bg,
  .paynow_bg {
    padding: 15px 0px;
  }

  .payment_details_box {
    padding: 15px;
  }

  .home2 .home_header {
    position: relative !important;
  }

  .chat_bg {
    position: relative;
  }

  .chat_left {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
  }

  .chat_right {
    float: none;
    width: 100%;
  }

  .chat_right_head {
    padding: 10px 10px 10px 60px;
  }

  .chat_user_button {
    font-size: 35px;
    color: #0055a0;
    position: absolute;
    top: 18px;
    left: 11px;
    cursor: pointer;
    display: block;
  }

  .user_close {
    position: absolute;
    right: -14px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #0055a0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 8px 0px;
    z-index: 99;
    top: -18px;
    cursor: pointer;
    display: block;
  }

  .chat_message_list ul li .message_img_des figcaption {
    min-width: 145px;
  }

  .counter_offer_btn img {
    width: auto !important;
  }

  .counter_offer_btn {
    float: left;
    width: 40px !important;
  }

  .bid_history_list ul li .bid_history_left {
    float: none;
    width: 100%;
  }

  .product_offer_right {
    float: none;
    width: 100%;
    padding-top: 30px;
  }

  .accept_reject_box {
    float: none;
    width: 100%;
  }

  .accept_reject_box:after,
  .accept_reject_box:before {
    display: table;
    clear: both;
    content: "";
  }

  .product_offer_right .contact_seller {
    float: none;
    text-align: left !important;
    margin-top: 15px;
  }

  .product_offer_right .contact_seller:after,
  .product_offer_right .contact_seller:before {
    display: table;
    clear: both;
    content: "";
  }

  .accept_reject_box {
    float: none !important;
  }

  .dropdown {
    display: block !important;
  }

  .dashboard_menu nav ul li {
    padding: 0;
  }

  .dashboard_menu .navbar .nav-item .nav-link {
    padding: 0px 15px !important;
    text-align: left;
  }

  .dashboard_menu nav ul li a {
    text-align: left;
    padding: 0px 15px;
  }

  .send-btn .btn {
    padding: 0;
    width: 40px;
  }

  .send-btn .btn i {
    font-size: 18px;
  }

  .message_send_box .message_send {
    width: 85% !important;
  }

  .message_send_box .send-btn {
    float: right !important;
  }

  .bid_amount_box {
    padding: 10px 25px;
    text-align: center;
  }

  .bid_amount_box span {
    font-size: 18px;
  }

  .contact_seller {
    float: none;
  }

  .bid_history_list ul li .bid_history_left:after,
  .bid_history_list ul li .bid_history_left:before {
    display: table;
    clear: both;
    content: "";
  }

  .bid_amount_box {
    float: none;
    width: 100%;
    margin-top: 15px;
    max-width: 100%;
  }

  .multiple_slect_box #catlistboxes .first_select {
    position: relative;
    top: 0;
    left: 0;
  }

  #spanFor999 > .first_select {
    margin-left: 0 !important;
  }

  .multiple_slect_box #catlistboxes .awe-category-group .first_select {
    margin: 15px 0px 0px 0px;
  }

  .rating-review-list-wrap {
    margin-top: 0;
  }

  .profile_user_des h3 {
    font-size: 18px;
    font-weight: bold;
  }

  .my_product_content {
    padding-bottom: 15px;
  }

  .notification_myaccount > li > ul {
    left: 0 !important;
    margin: 0px 10px;
    min-width: 100px !important;
  }

  .notification_myaccount > li > ul:before,
  .notification_myaccount > li > ul:after {
    left: 10px !important;
    right: auto !important;
  }

  .product_right_box .product_list li.no-product {
    background: #fff;
    float: none !important;
    width: auto !important;
    margin: 0px 15px;
    box-shadow: 1px 1.732px 4px rgba(0, 0, 0, 0.05);
    border-bottom: solid 1px #f1f3f6;
    padding: 15px !important;
  }

  .quantity {
    float: none;
    display: block;
  }
  .quantity:after,
  .quantity:before {
    display: table;
    clear: both;
    content: "";
  }

  .submit_bid {
    margin-left: 0;
    float: none;
    width: 100%;
    margin-top: 35px;
  }

  .quantity_submit_box {
    margin-top: 15px;
  }

  table th {
    padding: 10px;
  }

  .datepicker td,
  .datepicker th {
    width: 15px !important;
    height: 15px !important;
  }

  .home_slider_section .home_slide_des {
    /* display: block !important; */
    width: auto;
    padding-left: 0 !important;
    text-align: center;
  }

  .home_slider_section .home_slide_des .shop_now_button {
    text-align: center;
    display: block;
    /*padding-left: 35px;*/
    /*padding-left: 70px;*/
    padding-left: 74%;
    padding-top: 100px;
  }
  .home_slider_section .front_slider button {
    line-height: 38px !important;
  }
  .home_slider_section .home_slide_des .shop_now_button .btn {
    font-size: 8px;
    /* width: auto !important; */
    height: 20px;
    line-height: 18px;
    padding: 0px;
    width: 106px;
  }

  .all-cat-drop {
    float: none !important;
  }

  .list_select_box {
    float: none !important;
    width: 100% !important;
  }

  .list_select_box .btn-group {
    display: block;
    margin-top: 15px;
  }

  .allcategories,
  .search_fild {
    float: none;
    width: 100% !important;
    border: none;
  }

  .search_fild .form-control {
    border: solid 1px #e6e6e6 !important;
  }

  .list_select_box,
  .search_button {
    float: none;
    width: 100% !important;
  }

  .search_button input {
    float: none;
  }

  .blk2 {
    margin-bottom: 15px;
  }

  .pagination-parent .left {
    padding-bottom: 15px;
  }

  .home_header .top_header nav.navbar ul .profile_box .dropdown-toggle {
    width: 100%;
    padding: 10px 15px;
    text-align: left;
  }

  .listing_fields .listing_fields_form {
    width: 100%;
  }

  .ajax-file-upload-statusbar {
    width: 100% !important;
  }

  .listing_fields {
    padding: 15px;
  }

  .ajax-file-upload-filename {
    width: 100% !important;
  }

  .ajax-file-upload-progress {
    width: 200px !important;
  }

  .sweet-alert .sa-confirm-button-container {
    display: block !important;
  }

  .accept_box .form-check .form-check-label {
    height: auto !important;
  }

  .slider_section .slider_inner {
    display: block;
  }

  .slider_section {
    padding-bottom: 30px;
  }

  .product_detail_top .col-md-5 {
    flex: auto !important;
  }

  .product_detail_top .col-md-7 {
    flex: auto !important;
  }

  .favourite_cart {
    float: none;
    margin-top: 10px;
  }

  .product_head h2 {
    width: 60%;
    word-wrap: break-word;
  }

  .form-check-input[type="checkbox"] + label,
  label.btn input[type="checkbox"] + label {
    height: auto;
  }

  .step_bg .step_inner {
    width: 100%;
  }

  .step_head ul li:last-child span {
    margin-right: 30px;
  }

  .step_head ul:before {
    width: 87%;
  }

  .step_head ul li h4 {
    display: none;
  }

  .service_rating_box ul li label {
    width: 100%;
    float: none;
  }

  .service_rating_box ul li .serv_rating {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .h3,
  h3 {
    font-size: 18px;
  }

  .back_next_button ul li a.btn {
    min-width: 85px;
    font-size: 14px;
    padding: 0px 8px;
  }

  .step_head {
    min-height: 55px;
  }

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

  .product_right_box1 .product_list ul li {
    min-width: 100%;
    padding: 10px 0px !important;
    float: left;
    width: 25% !important;
  }

  .my_product_head .create_form_box .list_select_box {
    width: 175px !important;
    display: flex;
  }

  .footer-icon {
    margin-bottom: 25px;
  }

  .form-check.form-group.checkbox {
    width: 0% !important;
  }

  .shop-info .shop-detail figcaption {
    padding-right: 0px !important;
  }

  .shop-info .shop-detail figure {
    min-width: 30px !important;
    margin-right: 10px !important;
  }

  .shop-info .shop-detail {
    padding: 10px !important;
  }

  .shop-info .shop-detail figure .epoxa-color-o {
    position: absolute;
    bottom: -35px !important;
    left: -10px !important;
  }

  .shop-info .shop-head h4 a {
    font-size: 16px !important;
  }

  .shop-info .shop-detail .btn {
    padding: 0px 0px !important;
    min-width: 79px !important;
    position: relative;
    z-index: 99999;
    display: block;
  }

  .shop-info .shop-detail figcaption {
    text-align: left !important;
    overflow: hidden !important;
  }
}

@media only screen and (max-width: 767px) {
  .heading_box .career_listing {
    display: block !important;
  }
}

/*# sourceMappingURL=responsive.css.map */
