@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;500&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");

:root {
  --main-color: #ed174f;
  --white: #fff;
  --shadow--light: rgba(0, 50, 100, 0.1) 2px 2px 8px 4px;
}

html {
  scroll-behavior: smooth;
}

section.product-ads header .nav {
  padding: 20px 0;
}

section.product-ads .container {
  max-width: 1200px;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  margin: 0 auto;
  padding: 0 !important;
  flex-wrap: wrap;
}

section.product-ads .container.sort-tabs .heady {
  display: none;
}

section.product-ads header .container.navbar-dark {
  justify-content: space-between;
  height: 100%;
}

section.product-ads .row {
  display: flex;
  width: 100%;
}

section.product-ads header .left,
section.product-ads header .right {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
}

section.product-ads header .left {
  width: 25%;
}

section.product-ads header .logo {
  padding-top: 5px;
}

section.product-ads header .right {
  width: 75%;
  font-family: "Montserrat", sans-serif;
}

section.product-ads header .topBar {
  text-align: right;
  padding-top: 3px;
}

section.product-ads header .topBar > span {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
}

section.product-ads header .space {
  border-right: 1px solid #e0e0e0;
  padding: 0 20px;
}

section.product-ads header .topBar .icon > a {
  width: 32px;
  height: 32px;
  background: #22272e;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  margin-right: 3px;
  transition: 0.5s;
}

section.product-ads header .topBar .icon > a:hover {
  background: var(--main-color);
}

section.product-ads header .topBar .icon > a i {
  color: #fff;
}

section.product-ads header .topBar .button {
  background: #2d343e;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  margin: 2px;
  padding: 11px 40px 11px 19px;
  border-radius: 1000px;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
}

section.product-ads header .topBar .button:hover {
  background: var(--main-color);
}

section.product-ads header .topBar .button > span {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.25);
  color: white;
  text-align: center;
  line-height: 30px;
  top: 4px;
  right: 5px;
}

section.product-ads header .dark {
  background-color: #2d343e;
  color: #6c6c6c;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin: -5px 0 0 0;
  z-index: 99;
}

section.product-ads header .dark .navbar {
  height: 60px;
}

section.product-ads header .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

section.product-ads header .row.bottom-row {
  display: flex;
  align-items: center;
  height: 60px;
}

section.product-ads header .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

section.product-ads header .active,
section.product-ads header .active a {
  color: var(--main-color) !important;
  border-bottom: 2px solid var(--main-color) !important;
  height: 100%;
}

section.product-ads header .dropdown {
  position: relative;
  display: inline-block;
  border: none;
}

section.product-ads header .dropdown button {
  padding: 4px;
  color: #2d343e;
  background: #e1e1e1;
  padding-right: 20px;
  border-radius: 5000px;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: 0.5s;
}

section.product-ads header .dropdown-menu a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ffffff00;
  transition: 0.5s;
}

section.product-ads header .dropdown button:hover {
  color: #ffffff !important;
  background: var(--main-color);
}

section.product-ads header .dropdown button:hover span i {
  background: #fff;
  color: var(--main-color);
}

section.product-ads header .dropdown .icon-left > i {
  padding: 8px 9px;
  background: var(--main-color);
  border-radius: 50%;
  color: #fff;
}

section.product-ads header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 270px;
  overflow: auto;
  z-index: 8;
  top: 47px;
  padding: 15px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  border-top: 2px solid var(--main-color);
}

section.product-ads header .sub-menu {
  background: #fafafa;
  color: #2d343e;
  margin-bottom: 5px;
  height: 36px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

section.product-ads header .sub-menu i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-right: 1px solid #e0e0e0;
  padding: 0 8px;
  margin-right: 10px;
  text-align: center;
}

section.product-ads header .icon-space {
  border-right: 1px solid #e0e0e0;
  padding-right: 10px;
}

section.product-ads header .dropdown-content a {
  color: black;
  /* padding: 12px 16px; */
  text-decoration: none;
  display: block;
}

section.product-ads header .dropdown-content a:hover {
  color: var(--main-color);
}

section.product-ads header .show {
  display: block;
}

section.product-ads header .bottomBar {
  text-align: right;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: right;
  font-family: "Montserrat", sans-serif;
  height: 100%;
}

section.product-ads header .bottomBar > a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ffffff00;
  transition: 0.5s;
}

section.product-ads header .bottomBar > a:hover {
  color: var(--main-color) !important;
  border-bottom: 2px solid var(--main-color) !important;
}

section.product-ads header .dropbtn-menu {
  border: none;
  text-transform: uppercase;
  font-weight: 700;
}

section.product-ads header .dropbtn-menu:hover {
  color: var(--main-color) !important;
  border-bottom: 2px solid var(--main-color) !important;
}

section.product-ads header .dropdown-menu {
  position: relative;
  display: inline-block;
  height: 100%;
}

section.product-ads header .dropdown-menu button {
  background: none;
  font-size: 13px;
  color: #fff;
  margin: 0 20px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  height: 100%;
}

section.product-ads header .dropdown-menu button a {
  color: #fff;
  text-decoration: none;
}

section.product-ads header .dropdown-menu-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border-top: 2px solid var(--main-color);
  z-index: 1;
  left: 20px;
  min-width: 150px;
  text-align: left;
  margin-top: -1.5px;
  padding: 15px 0;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
section.product-ads header .dropdown .arrow-up {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: none;
  border-bottom: 9px solid var(--main-color);
  position: absolute;
  top: 45px;
  left: 15px;
  z-index: 9;
}

section.product-ads header .dropdown .arrow-up.on {
  display: block;
}

section.product-ads header .dropdown-menu-content .arrow-up {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;

  border-bottom: 9px solid var(--main-color);
  position: absolute;
  top: -9px;
  left: 15px;
  z-index: 9;
}

section.product-ads header .dropdown-menu-content a {
  color: #000 !important;
  padding: 5px 16px;
  margin-top: 5px;
  text-decoration: none;
  display: block;
  font-weight: 700;
  transition: 0.5s;
  margin-right: 0 !important;
  margin-left: 0 !important;
  line-height: 24px;
}

section.product-ads header .dropdown-menu-content a:hover {
  background: var(--main-color);
  color: #fff !important;
}

section.product-ads header .dropdown-menu:hover .dropdown-menu-content {
  display: block;
}

section.browse-ads {
  padding: 2rem 1rem 3rem;
  /* background: #effafd6e !important; */
}

section.browse-ads .box-ads .container {
  width: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 !important;
  flex-wrap: wrap;
}

section.browse-ads .title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

section.browse-ads .title h1 {
  text-transform: capitalize;
  font-family: ubuntu;
  line-height: 36px;
  font-weight: 700;
  font-style: normal;
  color: #232323;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
}

section.browse-ads .title p {
  color: #6c6c6c;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  height: 56px;
  line-height: 28px;
  margin: 0px 0px 10px;
  padding: 0px;
  width: 65%;
}

/* section.browse-ads .box-ads {
  margin-bottom: 50px;
} */

section.browse-ads .box-ads .box {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  color: #2d343e;
  background: #fff;
  text-transform: capitalize;
  font-family: ubuntu;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 5px;
  padding: 27px 25px;
  width: 200px;
  height: 180px;
  overflow: hidden;
  border-radius: 15px;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 24px 0px rgba(3, 5, 77, 0.08);
  z-index: 1;
}

section.browse-ads .box-ads .box p {
  /* margin-bottom: 0; */
}

section.browse-ads .box-ads .box:hover {
  -webkit-box-shadow: inset -3px -2px 5px 0px rgb(255 255 255 / 66%),
    inset -1px -1px 0px 0px rgb(255 255 255 / 18%),
    inset 2px 2px 7px 0px rgb(49 69 106 / 18%);
  box-shadow: inset -3px -2px 5px 0px rgb(255 255 255 / 66%),
    inset -1px -1px 0px 0px rgb(255 255 255 / 18%),
    inset 2px 2px 7px 0px rgb(49 69 106 / 18%);
}

section.browse-ads .box-ads p.p {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: Ubuntu;
  color: #2d343e;
  transition: 0.5s;
  height: max-content;
}

section.browse-ads .box-ads .box1:hover p.p,
section.browse-ads .box-ads .box2:hover p.p,
section.browse-ads .box-ads .box3:hover p.p,
section.browse-ads .box-ads .box4:hover p.p,
section.browse-ads .box-ads .box5:hover p.p,
section.browse-ads .box-ads .box6:hover p.p {
  color: var(--main-color);
}

section.browse-ads .all-cate {
  color: #2d343e;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: normal;
  border: 2px solid #232323;
  background: none;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  transition: 0.5s;
}

section.browse-ads .all-cate:hover {
  border: 2px solid var(--main-color);
  color: #fff;
  background: var(--main-color);
}

/*----------------------- ! end browse-ads -------------------------------*/

section.post-ads {
  background-image: url(http://demo.joinwebs.com/classiera/ruby/wp-content/uploads/2017/12/classiera-ruby-call-out.png);
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}

section.post-ads .content {
  padding: 30px 15px;
  display: flex;
}

section.post-ads .content .empty {
  width: 50%;
}

section.post-ads .content .text {
  width: 50%;
  margin-top: 100px;
}

section.post-ads .content .text h2,
section.post-ads .content .text h2 span {
  font-family: ubuntu;
}

section.post-ads .content .text h2:nth-child(1) {
  color: var(--main-color) !important;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
}

section.post-ads .content .text h2:last-child {
  color: #2d343e !important;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
}

section.post-ads .content .text h2 span {
  color: var(--main-color) !important;
}

section.post-ads .content .text p {
  color: #6c6c6c !important;
  font-weight: normal;
  margin: 24px 0 30px 0;
  font-family: "Montserrat", sans-serif;
}

section.post-ads .content .text a {
  background: var(--main-color) !important;
  color: #fff !important;
  font-weight: normal;
  border-radius: 1000px;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  padding: 10px 40px 10px 16px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

section.post-ads .content .text a span {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.25);
  color: white;
  text-align: center;
  line-height: 30px;
  top: 4px;
  right: 5px;
}

/*----------------------- ! end post-ads -------------------------------*/

section.product-ads *:not(section.product-ads i) {
  font-family: "Prompt", sans-serif !important;
}

section.product-ads {
  padding: 3rem 1rem 3rem 1rem;
}

section.product-ads .title {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section.product-ads .title h3 {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: ubuntu;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  color: #232323;
  font-size: 24px;
  margin-top: 20px;
  width: 100%;
}

section.product-ads .title p {
  font-size: 16px;
  color: #6c6c6c;
  text-align: center;
  margin: 0 0 10px;
  font-weight: 400;
  width: 670px;
  font-family: "Montserrat", sans-serif;
}

section.product-ads .cards .view-head {
  display: flex;
  justify-content: space-between !important;
  margin-bottom: 30px;
}

section.product-ads .cards .view-head .left-menu {
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

section.product-ads .cards .view-head .left-menu button {
  position: relative;
  font-weight: 700;
  padding-left: 0;
  font-family: "Prompt", sans-serif;
  color: #010101 !important;
  display: inline-block;
  border: none !important;
  background-color: #ffdec3;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 1rem;
  padding: 7px 15px;
}

section.product-ads .cards .view-head .left-menu button:focus {
  outline: none !important;
  border: none !important;
}

section.product-ads .cards .view-head .left-menu button.BtnActive {
  background-image: linear-gradient(0deg, #ff780b 0%, #ee132f 100%) !important;
  transition: all 0.3s ease-in-out;
  border: none !important;
}

section.product-ads .cards .view-head .left-menu button:hover .tabs-btn span,
section.product-ads .cards .view-head .left-menu button:hover .tabs-btn i,
section.product-ads .cards .view-head .left-menu button.BtnActive span,
section.product-ads .cards .view-head .left-menu button.BtnActive i {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

section.product-ads .cards .view-head .left-menu button span,
section.product-ads .cards .view-head .left-menu button i {
  font-size: 20px;
  background: linear-gradient(-45deg, #ee132f 32%, #ff780b 100%);
  transition: all 0.3s ease-in-out;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.product-ads .cards .view-head .left-menu button i {
  margin-right: .5rem;
}

section.product-ads .cards .view-head .left-menu button:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  right: 0;
  top: 45px;
  right: 15px;
  box-shadow: 0 0 30px 31px rgb(255 120 11 / 90%);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}

section.product-ads .cards .view-head .left-menu button:after {
  height: 100%;
  width: 170px;
  position: absolute;
  content: "";
  top: -100%;
  right: -2.5px;
  z-index: -2;
  transition: 0.3s all ease-in-out;
  background-color: #ee132f;
}

section.product-ads .cards .view-head .left-menu button:hover {
  color: #fff !important;
  border: none !important;
  overflow: hidden;
  background-color: unset !important;
}

section.product-ads .cards .view-head .left-menu button:hover:before {
  opacity: 1;
  right: 25px;
  visibility: visible;
}

section.product-ads .cards .view-head .left-menu button:hover:after {
  top: 0;
}

section.product-ads .cards .view-head .left-menu button p {
  margin-bottom: 0 !important;
}

section.product-ads .cards .view-head .left-menu button.BtnActive,
section.product-ads .cards .view-head .right-menu button.BtnActives {
  /* background: var(--main-color); */
  color: #fff;
}

section.product-ads .cards .view-head .left-menu button.BtnActive i,
section.product-ads .cards .view-head .right-menu button.BtnActives i {
  color: #fff;
}

section.product-ads .cards .view-head .left-menu button .tabs-btn {
  text-decoration: none;
  display: flex;
  align-items: center;
}

section.product-ads .cards .view-head .left-menu button .tabs-btn span {
  color: #fff;
  font-size: 13px;
}

section.product-ads .cards .view-head .left-menu button span:first-child {
  color: #fff;
}

section.product-ads .cards .view-head .left-menu .all-ads button {
  width: 94px;
}

section.product-ads .cards .view-head .left-menu .random button {
  width: 136px;
}

section.product-ads .cards .view-head .left-menu .pop button {
  width: 130px;
}

section.product-ads .cards .view-head .right-menu {
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

section.product-ads .cards .view-head .right-menu p {
  margin-right: 10px;
  color: #6c6c6c;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}

section.product-ads .cards .view-head .right-menu button {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none !important;
  padding: 13px;
  /* background: #232323; */
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}

section.product-ads .cards .view-head .left-menu button:hover,
section.product-ads .cards .view-head .right-menu button:hover {
  /* background: var(--main-color); */
  color: #fff;
}

section.product-ads .cards .view-head .left-menu button:hover i,
section.product-ads .cards .view-head .right-menu button:hover i {
  color: #fff;
}

section.product-ads .cards .view-head .right-menu .four-row button {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

section.product-ads .cards .view-head .right-menu button {
  position: relative;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  font-family: "Prompt", sans-serif;
  color: #010101 !important;
  display: inline-block;
  background-color: #d3f3ff;
  overflow: hidden;
  border-radius: 0;
}

section.product-ads .cards .view-head .right-menu button.BtnActives {
  background-image: linear-gradient(0deg, #20befd 0%, #0478e9 100%) !important;
  transition: all 0.3s ease-in-out;
}

section.product-ads .cards .view-head .right-menu button.BtnActives i {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  transition: all 0.3s ease-in-out;
}

section.product-ads .cards .view-head .right-menu button i {
  font-size: 20px;
  margin-right: 0px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(-45deg, #0478e9 32%, #20befd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.product-ads .cards .view-head .right-menu button:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  right: 0;
  top: 45px;
  right: 15px;
  box-shadow: 0 0 30px 31px rgb(32 190 253 / 90%);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}

section.product-ads .cards .view-head .right-menu button:after {
  height: 100%;
  width: 170px;
  position: absolute;
  content: "";
  top: -100%;
  right: -2.5px;
  z-index: -2;
  transition: 0.3s all ease-in-out;
  background-color: #0478e9;
}

section.product-ads .cards .view-head .right-menu button:hover {
  color: #fff !important;
  border: none !important;
  background-color: unset !important;
}

section.product-ads .cards .view-head .right-menu button:hover i {
  background: none;
  -webkit-text-fill-color: inherit;
}

section.product-ads .cards .view-head .right-menu button:hover:before {
  opacity: 1;
  right: 25px;
  visibility: visible;
}

section.product-ads .cards .view-head .right-menu button:hover:after {
  top: 0;
}

section.product-ads .cards .view-head .right-menu .one-row button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

section.product-ads .cards .slideis {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

section.product-ads .cards .slideis::-webkit-scrollbar {
  display: none;
}

section.product-ads .cards .tabs_content {
  flex-shrink: 0;
  width: 100%;
  padding: 1rem;
  /* background-color: #f6f6f6; */
  /*--tranfom--*/
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  /*--style content--*/
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /*-- anime --*/
  opacity: 1;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 0.5s;
  animation-name: opacity;
  animation-duration: 0.5s;
}

@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

section.product-ads .cards .tabs_content a {
  scroll-snap-align: none !important;
}

section.product-ads .cards .view-head .left-menu .tabs_content.all-ads {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}

section.product-ads .cards .tabs_content {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
}

section.product-ads .cards .tabs_content.random-ads {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
}

section.product-ads .cards .tabs_content .card-ribbon {
  text-align: center;
  /* margin: 15px; */
  border-radius: 10px;
}

section.product-ads .cards .tabs_content .card-ribbon .img {
  width: 368px;
  height: 368px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
  background: #fff;
}

section.product-ads .cards .tabs_content .card-ribbon .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 30px;
  display: block;
  border-radius: 0px;
}

section.product-ads .cards .tabs_content .bigCard .bg-content .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  transform: scale(0);
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  z-index: 9;
}

section.product-ads .cards .tabs_content .bigCard {
  padding: 1rem;
}

section.product-ads .cards .tabs_content .allAds-oneRow .bigCard,
section.product-ads .cards .tabs_content .randomAds-oneRow .bigCard,
section.product-ads .cards .tabs_content .popAds-oneRow .bigCard {
  padding: 0;
  display: flex;
  justify-content: center;
  border: 0;
}

section.product-ads .allAds-oneRow .bigCard .contentProduct .detail,
section.product-ads .randomAds-oneRow .bigCard .contentProduct .detail,
section.product-ads .popAds-oneRow .bigCard .contentProduct .detail {
  width: 100%;
}

section.product-ads .cards .tabs_content .allAds-oneRow .bigCard .bg-content,
section.product-ads .cards .tabs_content .randomAds-oneRow .bigCard .bg-content,
section.product-ads .cards .tabs_content .popAds-oneRow .bigCard .bg-content {
  display: flex;
  width: 100%;
}

section.product-ads .cards .tabs_content .bigCard .bg-content {
  position: relative;
  box-shadow: 0px 0px 24px 0px rgb(3 5 77 / 8%);
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}

section.product-ads .cards .tabs_content .bigCard:hover .overlay {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari 3-8 */
  transform: scale(1);
}

section.product-ads .cards .tabs_content .bigCard:hover .bg-content {
  box-shadow: 0px 22px 24px 0px rgba(3, 5, 77, 0.15);
}

section.product-ads .cards .tabs_content .card-ribbon .img .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

section.product-ads .cards .tabs_content .card-ribbon .img .text a {
  text-decoration: none;
  background: var(--main-color) !important;
  color: #fff !important;
  font-weight: bold;
  font-size: 13px;
  padding: 10px 15px;
  font-family: "Montserrat", sans-serif;
  border-radius: 3px;
}

section.product-ads .cards .tabs_content .card-ribbon .img p {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  padding: 10px 12px;
  line-height: 14px;
  position: absolute;
  left: 20px;
  bottom: 35px;
  font-family: "Montserrat", sans-serif;
}

section.product-ads .cards .tabs_content .card-ribbon .tag a {
  background: #adb337;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: 15px;
  margin-top: -30px;
  z-index: 5;
}

section.product-ads .cards .tabs_content .card-ribbon .tag a span {
  background: rgba(0, 0, 0, 0.25);
  height: 30px;
  display: inline-block;
  padding: 0 10px;
  font-family: "Montserrat", sans-serif;
}

section.product-ads .cards .tabs_content .card-ribbon .tag a i {
  height: 30px;
  display: inline-block;
  padding: 0 10px;
}

section.product-ads .cards .tabs_content .card-ribbon .detail {
  text-align: left;
  padding: 20px 0;
  padding-left: 15px;
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

section.product-ads .cards .tabs_content .card-ribbon .detail h5 {
  margin: 5px 0;
  font-family: ubuntu;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  color: #232323;
  font-size: 14px;
  font-display: swap;
}

section.product-ads .cards .tabs_content .card-ribbon .detail h5 a {
  color: #2d343e;
  text-transform: uppercase;
  line-height: 1.7;
  font-weight: normal;
  font-style: normal;
  color: #232323;
  font-size: 14px;
  font-family: ubuntu;
  text-decoration: none;
  transition: 0.5s;
}

section.product-ads .cards .tabs_content .card-ribbon .detail h5 a:hover {
  color: var(--main-color);
}

section.product-ads .cards .tabs_content .card-ribbon .detail p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

section.product-ads .cards .tabs_content .card-ribbon .detail span {
  margin-left: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--main-color);
  margin: 0;
}

section.product-ads .cards .btn-more {
  padding: 20px 0 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
  /* background: #f6f6f6; */
}

section.product-ads .cards .btn-more a {
  background: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 10px 16px;
  padding-right: 10px;
  padding-right: 5px;
  border: 2px solid #0478e9;
  border-radius: 15px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  color: #363636;
  font-size: 13px;
  transition: 0.5s;
}

section.product-ads .cards .btn-more a:hover {
  background: #0478e9;
  color: #fff;
}

section.product-ads .cards .btn-more a span {
  padding: 5px 8px;
  margin-left: 5px;
  border-radius: 50%;
  background: #0478e9;
  color: #fff;
  transition: 0.4s;
}

section.product-ads .cards .btn-more a:hover span {
  background: #066dd4;
}

/*---------------------------------------------------------------------------------*/

section.product-ads #allAds.all-ads,
section.product-ads #randomAds.random-ads,
section.product-ads #popAds.popular-ads {
  /* margin-right: -25px; */
  align-items: flex-start;
}

section.product-ads #allAds.all-ads.allAds-oneRow,
section.product-ads #randomAds.random-ads.randomAds-oneRow,
section.product-ads #popAds.popular-ads.popAds-oneRow {
  display: grid !important;
  grid-template-columns: auto !important;
}

section.product-ads #allAds.all-ads.allAds-threeRow,
section.product-ads #randomAds.random-ads.randomAds-threeRow,
section.product-ads #popAds.popular-ads.popAds-threeRow {
  display: grid !important;
  grid-template-columns: auto auto auto !important;
}

section.product-ads #allAds.all-ads.allAds-fourRow,
section.product-ads #randomAds.random-ads.randomAds-fourRow,
section.product-ads #popAds.popular-ads.popAds-fourRow {
  display: grid !important;
  grid-template-columns: auto auto auto auto !important;
}

section.product-ads .bigCard .card-ribbon {
  margin-bottom: 0 !important;
}

section.product-ads .bigCard .card-ribbon .img img {
  margin-bottom: 0 !important;
}

section.product-ads .bigCard .card-ribbon .img p {
  bottom: 20px !important;
}

section.product-ads .bigCard .card-ribbon .img .overlay {
  margin-bottom: 0 !important;
}

section.product-ads .bigCard .contentProduct {
  /* margin: 15px; */
  margin-top: 0;
  padding: 40px 0 20px 15px;
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  /* box-shadow: 0px 0px 15px rgb(0 0 0 / 15%); */
  width: 368px;
}
section.product-ads .bigCard.fourRow .contentProduct {
  width: 250px;
}

section.product-ads .bigCard .contentProduct .tag a {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: 15px;
  top: -15px;
  z-index: 5;
  background-image: linear-gradient(
    90deg,
    #20befd 0%,
    #0478e9 50%,
    #20befd
  ) !important;
}

section.product-ads .bigCard:hover .contentProduct .tag a {
  background-position: 110% !important;
}

section.product-ads .bigCard .contentProduct .tag a i {
  height: 30px;
  display: inline-block;
  padding: 0 10px 0 10px;
  border-right: 1px solid #d4d4d4;
  height: max-content;
}

section.product-ads .bigCard .contentProduct .tag a span {
  height: 30px;
  display: inline-block;
  padding: 0 10px;
  font-family: "Montserrat", sans-serif;
}

section.product-ads .bigCard .contentProduct .detail {
  position: relative;
}

section.product-ads .bigCard .contentProduct .detail h5 a .txt {
  width: 95%;
}

section.product-ads .bigCard .contentProduct .detail h5 a .txt p {
  color: #363636;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  margin-bottom: 0 !important;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
}

section.product-ads .bigCard .contentProduct .detail h5 a:hover {
  color: #0478e9;
}

section.product-ads .bigCard .contentProduct .detail p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-top: 5px;
  font-size: 16px;
}

section.product-ads .bigCard .contentProduct .detail p.txtP {
  /* margin-top: 1.25rem; */
}

section.product-ads .bigCard .contentProduct .detail span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background: -webkit-linear-gradient(0deg, #ff780b 0%, #ee132f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  font-size: 16px;
}

section.product-ads .bigCard .contentProduct .detail .txt-lor {
  display: none;
}

section.product-ads .bigCard .contentProduct .detail .tags {
  display: none;
}

section.product-ads .bigCard .read-more {
  opacity: 0;
  padding: 10px 20px;
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}

section.product-ads .bigCard:hover .read-more {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
/*---------------------------------------------------------------------------------*/

section.product-ads .bigCard.oneRow {
  width: 1168px;
  background: #fff;
  display: flex;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  margin: 20px 0;
  padding: 0 !important;
}

section.product-ads .bigCard.oneRow .card-ribbon {
  margin: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  width: max-content;
}

section.product-ads .bigCard.oneRow .card-ribbon .img {
  width: 250px !important;
  height: 250px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  position: relative;
  background: rgb(255, 255, 255);
}

section.product-ads .bigCard.oneRow .card-ribbon .img img {
  margin-bottom: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

section.product-ads .bigCard.oneRow .card-ribbon .img .overlay {
  margin-bottom: 0 !important;
}

section.product-ads .bigCard.oneRow .contentProduct {
  margin: 0;
  border: none !important;
  border-top-right-radius: 10px;
  padding: 70px 0 20px 35px;
  width: 100%;
  overflow: hidden;
}

section.product-ads .bigCard.oneRow .contentProduct .tag a {
  left: 35px;
  top: 25px;
  font-size: 14px;
}

section.product-ads .bigCard.oneRow .contentProduct .detail .txtP {
  position: absolute;
  top: 0px;
  left: 80%;
  font-size: 13px;
}

section.product-ads .bigCard.oneRow .contentProduct .detail p span {
  font-size: 16px;
}

section.product-ads .bigCard.oneRow .contentProduct .detail .txt-lor {
  width: 70%;
  left: 0;
  display: block;
}

section.product-ads .bigCard.oneRow .contentProduct .detail .txt-lor p {
  font-size: 13px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 26px;
  color: #6c6c6c;
}

section.product-ads .bigCard.oneRow .contentProduct .detail .tags {
  margin-top: 15px;
  display: block;
}

section.product-ads .bigCard.oneRow .contentProduct .detail .tags span {
  margin-right: 10px;
  color: #2d343e;
  font-size: 13px;
  font-weight: 700;
}

section.product-ads .bigCard.oneRow .contentProduct .detail .tags span a {
  text-decoration: none;
  color: #2d343e;
  font-size: 13px;
  font-weight: 300;
}

section.product-ads .bigCard.oneRow .contentProduct .detail .tags span a:hover {
  color: #000000;
}

section.product-ads .bigCard.threeRow .card-ribbon .img {
  width: 368px !important;
  height: 368px !important;
}

section.product-ads .bigCard.fourRow .card-ribbon .img {
  width: 250px !important;
  height: 250px !important;
}

/*------------------------ ! end product-ads ----------------------------*/

section.card-loc {
  padding: 50px 0px;
}

section.card-loc .title {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

section.card-loc .title h3 {
  text-align: center;
  margin-bottom: 30px;
  font-family: ubuntu;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  color: #232323;
  font-size: 36px;
  margin-top: 20px;
  width: 100%;
}

section.card-loc .title p {
  font-size: 18px;
  color: #6c6c6c;
  text-align: center;
  margin: 0 0 10px;
  font-weight: 400;
  width: 770px;
  font-family: "Montserrat", sans-serif;
}

section.card-loc .long-card {
  position: relative;
  max-width: 570px;
  text-align: center;
  margin: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}

section.card-loc .long-card .long-img {
  width: 570px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

section.card-loc .long-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.card-loc .long-card .overlay,
section.card-loc .shot-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 100%;
  height: 27%;
  transition: 0.5s ease;
}

section.card-loc .long-card:hover .overlay,
section.card-loc .shot-card:hover .overlay {
  height: 100%;
}

section.card-loc .long-card .text,
section.card-loc .shot-card .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: flex-start;
  padding: 10px 22px;
}

section.card-loc .long-card .text .icon-loc,
section.card-loc .shot-card .text .icon-loc {
  width: 80px;
}

section.card-loc .long-card .text .icon-loc span,
section.card-loc .shot-card .text .icon-loc span {
  background: var(--main-color) !important;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 1000px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

section.card-loc .long-card .text .icon-loc span i,
section.card-loc .shot-card .text .icon-loc span i {
  color: #2d343e;
}

section.card-loc .long-card .text .detail {
  width: 446px;
  text-align: left;
  margin-top: 15px;
}

section.card-loc .shot-card .text .detail {
  width: 246px;
  text-align: left;
  margin-top: 15px;
}

section.card-loc .long-card .text .detail h4,
section.card-loc .shot-card .text .detail h4 {
  color: #ffffff;
  font-family: ubuntu;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 5px;
}

section.card-loc .long-card .text .detail p,
section.card-loc .shot-card .text .detail p {
  color: #f5f5f5;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
}

section.card-loc .long-card .text .detail a,
section.card-loc .shot-card .text .detail a {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 103px;
  bottom: -30px;
}

section.card-loc .long-card .text .detail a i,
section.card-loc .shot-card .text .detail a i {
  margin-left: 10px;
}

section.card-loc .shot-card {
  position: relative;
  max-width: 570px;
  text-align: center;
  margin: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}

section.card-loc .shot-img {
  width: 370px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

section.card-loc .shot-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ------------------------ ! end caed-loc ---------------------------------*/

section.ads-slider {
  padding: 50px 0;
  background: #f6f6f6;
}

section.ads-slider .card-ribbon {
  text-align: center;
  margin: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

section.ads-slider .card-ribbon .img {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
  background: #fff;
}

section.ads-slider .card-ribbon .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 30px;
  display: block;
}

section.ads-slider .card-ribbon .img .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  transform: scale(0);
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

section.ads-slider .card-ribbon .img:hover .overlay {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari 3-8 */
  transform: scale(1);
}

section.ads-slider .card-ribbon .img .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

section.ads-slider .card-ribbon .img .text a {
  text-decoration: none;
  background: var(--main-color) !important;
  color: #fff !important;
  font-weight: bold;
  font-size: 13px;
  padding: 10px 15px;
  font-family: "Montserrat", sans-serif;
  border-radius: 50px;
}

section.ads-slider .card-ribbon .img p {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  padding: 10px 12px;
  line-height: 14px;
  position: absolute;
  left: 20px;
  bottom: 35px;
  font-family: "Montserrat", sans-serif;
}

section.ads-slider .card-ribbon .tag a {
  background: #adb337;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: 15px;
  margin-top: -30px;
  z-index: 5;
}

section.ads-slider .card-ribbon .tag a span {
  background: rgba(0, 0, 0, 0.25);
  height: 30px;
  display: inline-block;
  padding: 0 10px;
  font-family: "Montserrat", sans-serif;
}

section.ads-slider .card-ribbon .tag a i {
  height: 30px;
  display: inline-block;
  padding: 0 10px;
}

section.ads-slider .card-ribbon .detail {
  text-align: left;
  padding: 20px 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #fff;
}

section.ads-slider .card-ribbon .detail h5 {
  margin: 5px 0;
  font-family: ubuntu;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  color: #232323;
  font-size: 14px;
  font-display: swap;
}

section.ads-slider .card-ribbon .detail h5 a {
  color: #2d343e;
  text-transform: uppercase;
  line-height: 1.7;
  font-weight: normal;
  font-style: normal;
  color: #232323;
  font-size: 14px;
  font-family: ubuntu;
  text-decoration: none;
  transition: 0.5s;
}

section.ads-slider .card-ribbon .detail h5 a:hover {
  color: var(--main-color);
}

section.ads-slider .card-ribbon .detail p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

section.ads-slider .card-ribbon .detail span {
  margin-left: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--main-color);
  margin: 0;
}

section.ads-slider .lSPager.lSpg {
  display: none !important;
}

section.ads-slider .owl-prev i,
section.ads-slider .owl-next i {
  color: #000;
  display: none;
}

/* ------------------------ ! end ads-slider ---------------------------------*/

section.contact {
  background: #232323 !important;
  padding: 50px 0;
}

section.contact .flex-column {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

section.contact .flex-column .contact1,
section.contact .flex-column .contact2,
section.contact .flex-column .contact3,
section.contact .flex-column .contact4 {
  width: 22.5%;
  padding: 0 15px;
}

section.contact .flex-column .contact1 .logo {
  margin-bottom: 45px;
}

section.contact .flex-column .contact1 p {
  color: #aaaaaa !important;
  margin-bottom: 50px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

section.contact .flex-column .contact2 .title,
section.contact .flex-column .contact3 .title,
section.contact .flex-column .contact4 .title {
  border-bottom: 1px solid #fff;
}

section.contact .flex-column .contact2 h4,
section.contact .flex-column .contact3 h4,
section.contact .flex-column .contact4 h4 {
  color: #ffffff;
  font-family: ubuntu;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
}

section.contact .flex-column .contact2 .content,
section.contact .flex-column .contact3 .content {
  display: flex;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #6c6c6c;
  margin-top: 30px;
}

section.contact .flex-column .contact2 .content:last-child,
section.contact .flex-column .contact3 .content:last-child {
  border-bottom: none !important;
}

section.contact .flex-column .contact2 .img,
section.contact .flex-column .contact3 .img {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

section.contact .flex-column .contact2 .img img,
section.contact .flex-column .contact3 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.contact .flex-column .contact2 .detail,
section.contact .flex-column .contact3 .detail {
  width: 180px;
  line-height: 24px;
  margin-left: 10px;
}

section.contact .flex-column .contact2 .detail p,
section.contact .flex-column .contact3 .detail p {
  font-size: 12px;
  color: #aaaaaa;
  font-family: "Montserrat", sans-serif;
}

section.contact .flex-column .contact2 .detail p span,
section.contact .flex-column .contact3 .detail p span {
  margin-right: 10px;
}

section.contact .flex-column .contact2 .detail a,
section.contact .flex-column .contact3 .detail a {
  font-family: ubuntu;
  font-weight: normal;
  text-decoration: none;
  color: #aaaaaa;
  font-size: 14px;
}

section.contact .flex-column .contact2 .detail p:last-child,
section.contact .flex-column .contact3 .detail p:last-child {
  font-size: 13px;
  color: #aaaaaa;
  font-family: "Montserrat", sans-serif;
}

section.contact .flex-column .contact2 .detail p:last-child span,
section.contact .flex-column .contact3 .detail p:last-child span {
  color: var(--main-color);
}

section.contact .flex-column .contact4 .content {
  margin-top: 30px;
}

section.contact .flex-column .contact4 .content > div {
  margin-bottom: 30px;
}

section.contact .flex-column .contact4 .content > div p {
  display: flex;
  width: 100%;
}

section.contact .flex-column .contact4 .content > div p .icon {
  width: 30px;
}

section.contact .flex-column .contact4 .content > div p .icon.loc {
  margin-right: 10px;
}

section.contact .flex-column .contact4 .content > div p .icon i {
  color: var(--main-color);
}

section.contact .flex-column .contact4 .content > div p .text {
  color: #aaaaaa;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

/* ------------------------ ! end footer contact ---------------------------------*/

section.footer {
  background: #22272e !important;
  padding: 30px 0;
}

section.footer .left {
  text-align: left;
  width: 50%;
}

section.footer .left p {
  color: #aaaaaa !important;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin-right: 10px;
}

section.footer .right {
  text-align: right;
  width: 50%;
  display: flex;
  justify-content: right;
  align-items: center;
}

section.footer .right p {
  color: #aaaaaa !important;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin-right: 10px;
}

section.footer .right a {
  width: 32px;
  height: 32px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 5px;
  border-radius: 50px;
  transition: 0.5s;
}

section.footer .right a:hover {
  background: var(--main-color);
}

section.footer .right a i {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}

/***-------------------------------- ! end index page -------------------------------------------***/

section.pricing-plans.search {
  background-image: none;
  background-color: #fff !important;
  background-position: left bottom;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 30px 0;
  padding-top: 10px;
}

/* -------------------------------- ! end pricing-plans ------------------------------- */

section.owlCarousel {
  padding-left: 12px;
  padding-right: 12px;
  background: #fff !important;
  margin-bottom: 100px;
}

section.owlCarousel .title {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

section.owlCarousel .title h3 {
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: ubuntu;
  line-height: 36px;
  font-weight: 700;
  font-style: normal;
  color: #232323;
  font-size: 36px;
  width: 100%;
}

section.owlCarousel .title p {
  font-size: 18px;
  color: #6c6c6c;
  text-align: center;
  margin: 0 0 10px;
  font-weight: 400;
  width: 770px;
  line-height: 1.7;
  font-family: "Montserrat", sans-serif;
}

section.owlCarousel .wrapper {
  width: 100%;
}

section.owlCarousel .wrapper .carousel {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 0;
}

section.owlCarousel .carousel .card .img {
  width: 360px;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

section.owlCarousel .carousel .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.owlCarousel .ribbon-top-right {
  top: 0;
  right: 0px;
  z-index: 7;
}

section.owlCarousel .ribbon span {
  position: absolute;
  display: block;
  width: 175px;
  padding: 50px 0 15px 0;
  background: #017fb1;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  color: #fff;
  font: 700 18px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  text-align: center;
  font-size: 16px;
  font-weight: 900;
}

section.owlCarousel .ribbon-top-right span {
  left: 22px;
  top: -22px;
  transform: rotate(45deg);
}

section.owlCarousel .card .overlap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: rgba(19, 19, 19, 0.849);
  z-index: 8;
}

section.owlCarousel .card:hover .overlap {
  opacity: 1;
}

section.owlCarousel .card .txt-overlap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.owlCarousel .card .txt-overlap h5 {
  font-family: ubuntu;
  font-size: 20px;
  font-weight: 400;
  width: 76%;
}

section.owlCarousel .card .txt-overlap:hover h5 {
  -webkit-animation-name: txt-slide;
  -webkit-animation-duration: 0.5s;
  animation-name: txt-slide;
  animation-duration: 0.5s;
}

section.owlCarousel .card .txt-overlap h5 a {
  color: #ffffff;
  font-family: ubuntu;
  text-decoration: none;
  left: 0;
  top: 6.5rem;
}

section.owlCarousel .card .txt-overlap h5 a:hover,
section.owlCarousel .card .txt-overlap a:hover {
  color: var(--main-color);
}

section.owlCarousel .card .txt-overlap .category {
  top: 9.5rem;
  width: 80%;
}

section.owlCarousel .card .txt-overlap:hover .category {
  -webkit-animation-name: txt-slide;
  -webkit-animation-duration: 0.6s;
  animation-name: txt-slide;
  animation-duration: 0.6s;
}

section.owlCarousel .card .txt-overlap .category span {
  left: 0;
}

section.owlCarousel .card .txt-overlap .category span a {
  left: 4.25rem;
  top: 0.15rem;
}

section.owlCarousel .card .txt-overlap .category span,
section.owlCarousel .card .txt-overlap .category span a {
  font-size: 13px;
  font-weight: 400;
  color: var(--main-color);
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

section.owlCarousel .card .txt-overlap .description {
  width: 77%;
  top: 12rem;
}

section.owlCarousel .card .txt-overlap:hover .description {
  -webkit-animation-name: txt-slide;
  -webkit-animation-duration: 0.7s;
  animation-name: txt-slide;
  animation-duration: 0.7s;
}

section.owlCarousel .card .txt-overlap .description p {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
}

section.owlCarousel .card .txt-overlap a {
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-decoration: none;
  transition: 0.4s;
}

section.owlCarousel .card .txt-overlap:hover .view {
  -webkit-animation-name: txt-slide;
  -webkit-animation-duration: 0.8s;
  animation-name: txt-slide;
  animation-duration: 0.8s;
}

section.owlCarousel .card .txt-overlap a {
  top: 18rem;
}

section.owlCarousel .card .txt-overlap h5,
section.owlCarousel .card .txt-overlap .category,
section.owlCarousel .card .txt-overlap .description,
section.owlCarousel .card .txt-overlap a {
  position: absolute;
  left: 20px;
}

/*--------------------------------------------------------------------------------*/

@-webkit-keyframes txt-slide {
  from {
    left: -100%;
  }
  to {
    left: 20px;
  }
}

@keyframes txt-slide {
  from {
    left: -100%;
  }
  to {
    left: 20px;
  }
}

/*--------------------------------------------------------------------------------*/

section.owlCarousel .card .tag {
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 42px;
}

section.owlCarousel .card .tag p {
  padding: 10px 15px;
  background: var(--main-color);
  font-size: 18px;
  font-weight: 700;
  color: #2d343e;
  padding: 0px 28px;
  border-radius: 1000px;
  font-family: "Montserrat", sans-serif;
}

section.owlCarousel .card .tag span {
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
  padding: 8px 25px;
  border-radius: 1000px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}

section.owlCarousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

section.owlCarousel .owl-dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
  border: 2px solid #fff !important;
  transition: all 0.3s ease;
}

section.owlCarousel .owl-dot:hover,
section.owlCarousel .owl-dot.active {
  background-color: #fff !important;
}

section.owlCarousel .owl-prev,
section.owlCarousel .owl-next {
  position: absolute;
  top: 105%;
  transform: translate(-50%, -50%);
}

section.owlCarousel .owl-next:hover::before,
section.owlCarousel .owl-prev:hover::after {
  background: #232323;
  color: var(--main-color);
}

section.owlCarousel .owl-prev {
  left: 46%;
}

section.owlCarousel .owl-prev::after {
  content: "🠄 Prevouis";
  color: #2d343e;
  padding: 9px 32px;
  font-size: 13px;
  font-weight: bold;
  border: 2px solid #232323;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  border-radius: 50px;
  margin: 0 5px;
  transition: 0.4s;
}

section.owlCarousel .owl-prev i,
section.owlCarousel .owl-next i {
  color: #000;
  display: none;
}

section.owlCarousel .owl-next {
  right: 36.5%;
}

section.owlCarousel .owl-next::before {
  content: "next 🠆";
  color: #2d343e;
  padding: 9px 32px;
  font-size: 13px;
  font-weight: bold;
  border: 2px solid #232323;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  border-radius: 50px;
  margin: 0 5px;
  transition: 0.4s;
}

section.owlCarousel .fa-chevron-left,
section.owlCarousel .fa-chevron-right {
  font-size: 30px;
  color: #fff;
  transition: all 0.2s;
}

section.owlCarousel .fa-chevron-left:hover,
section.owlCarousel .fa-chevron-right:hover {
  color: #777;
}

/* -------------------------------- ! end owlCarousel ------------------------------- */

section.plan {
  padding-left: 12px;
  padding-right: 12px;
  padding: 50px 0;
  border-top: 1px solid #aaaaaa;
  background: #fdfdfd url(../sectionlight.png) repeat-x bottom;
  /* background-image: url(../sectionlight.png); */
  /* background: #f6f6f6 !important; */
}

section.plan .containers {
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}

section.plan .title {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

section.plan .title h3 {
  text-align: center;
  margin-bottom: 30px;
  font-family: ubuntu;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  color: #232323;
  font-size: 24px;
  width: 100%;
}

section.plan .title p {
  font-size: 16px;
  color: #6c6c6c;
  text-align: center;
  margin: 0 0 10px;
  font-weight: 400;
  width: 770px;
  font-family: "Montserrat", sans-serif;
}

section.plan .content .box-card {
  background: #fff;
  padding: 24px 0 29px 0;
  text-align: center;
  border: 1px solid #e0e0e0;
  width: 298px;
  margin-bottom: 80px;
}

section.plan .content .box-card .head {
  color: #232323;
  font-family: ubuntu;
  font-size: 20px;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
}

section.plan .content .box-card .sub-head {
  color: #aaaaaa;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 24px;
  line-height: 0px;
  margin: 0px 0px 10px;
}

section.plan .content .box-card .hightlight {
  background: var(--main-color) !important;
  padding: 5px 0;
  margin-bottom: 30px;
}

section.plan .content .box-card .hightlight.hl2 {
  opacity: 0.85;
}

section.plan .content .box-card .hightlight.hl3 {
  opacity: 0.75;
}

section.plan .content .box-card .hightlight.hl4 {
  opacity: 0.65;
}

section.plan .content .box-card .hightlight p {
  color: #ffffff;
  font-family: ubuntu;
  font-size: 36px;
  font-weight: 700;
}

section.plan .content .box-card p {
  color: #6c6c6c;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.2px;
  line-height: 24px;
  margin: 15px;
}

section.plan .content .box-card a {
  color: #ffffff;
  background: #2d343e;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  padding: 8px 10px;
  line-height: 36px;
  margin: 15px;
  transition: 0.4s;
}

section.plan .content .box-card a:hover {
  background: var(--main-color);
}

/***-------------------------------- ! end blog page -------------------------------------------***/

section.blog {
  padding: 50px 0;
}

section.blog .tab {
  width: 100%;
  text-align: left;
  padding: 8px 15px;
  border-radius: 4px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  margin: 0 15px;
}

section.blog .tab a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  color: #6c6c6c;
  font-family: "Montserrat", sans-serif;
}

section.blog .tab a span.text {
  color: var(--main-color);
}

section.blog .tab a .iconic:before {
  content: "\f101";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 600;
  color: #aaa;
}

section.blog .tab a i {
  transition: 0.4s;
}

section.blog .tab a i:hover {
  color: var(--main-color);
}

section.blog .blog-content {
  width: 100%;
  display: flex;
  margin-top: 30px;
}

section.blog .blog-content .left {
  width: 900px;
  /* background: #e76b77; */
  padding: 30px 0;
  margin-left: 15px;
}

section.blog .blog-content .left .title {
  margin-bottom: 30px;
}

section.blog .blog-content .left .title a {
  color: #2d343e;
  font-family: ubuntu;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

section.blog .blog-content .left .tag p {
  color: #aaaaaa;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 30px;
}

section.blog .blog-content .left .tag p span {
  margin-right: 10px;
}

section.blog .blog-content .left .tag p i {
  margin-right: 10px;
}

section.blog .blog-content .left .img {
  height: 388px;
  width: 848px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  padding: 5px;
  margin-bottom: 30px;
  border-radius: 0;
}

section.blog .blog-content .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.blog .blog-content .left .content-text {
  margin-bottom: 30px;
  padding-right: 30px;
  font-style: normal;
  height: 192px;
  line-height: 24px;
}

section.blog .blog-content .left .content-text p {
  color: #6c6c6c;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

section.blog .blog-content .left .btn-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
  margin-bottom: 30px;
}

section.blog .blog-content .left .btn-more a {
  padding: 10px 15px;
  background: #232323;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.4s;
}

section.blog .blog-content .left .btn-more a i {
  margin-right: 10px;
}

section.blog .blog-content .left .btn-more a:hover {
  background: var(--main-color);
}

section.blog .blog-content .right {
  width: 300px;
  /* background: #6be78a; */
  padding: 30px 15px;
  margin-right: 15px;
}

section.blog .blog-content .right .ads-box {
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
}

section.blog .blog-content .right .ads-box .title {
  border-bottom: 1px solid #e0e0e0;
  background: #fafafa;
  padding: 20px 15px;
}

section.blog .blog-content .right .ads-box .title p {
  color: #2d343e;
  font-family: ubuntu;
  font-size: 15px;
  font-weight: 500;
}

section.blog .blog-content .right .ads-box .ads-content {
  padding: 0px 15px;
  margin-top: 20px;
}

section.blog .blog-content .right .ads-box .ads-content .ads {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: flex-start;
}

section.blog .blog-content .right .ads-box .ads-content .ads:last-child {
  margin-bottom: 0;
  padding-bottom: 40px;
}

section.blog .blog-content .right .ads-box .ads-content .ads .l {
  width: 90px;
}

section.blog .blog-content .right .ads-box .ads-content .ads .img {
  padding-right: 10px;
  width: 80px;
  height: 80px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

section.blog .blog-content .right .ads-box .ads-content .ads .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.blog .blog-content .right .ads-box .ads-content .ads .r p {
  color: #aaaaaa;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 15px;
  line-height: 24px;
}

section.blog .blog-content .right .ads-box .ads-content .ads .r .space {
  height: 7px;
}

section.blog .blog-content .right .ads-box .ads-content .ads .r a {
  color: #22272e;
  font-family: ubuntu;
  font-size: 13px;
  font-weight: 700;
  height: 33px;
  line-height: 12px;
  text-decoration: none;
  transition: 0.4s;
}

section.blog .blog-content .right .ads-box .ads-content .ads .r .aHref {
  font-family: ubuntu !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #22272e !important;
}

section.blog .blog-content .right .ads-box .ads-content .ads .r .aHref:hover {
  color: var(--main-color) !important;
}

section.blog .blog-content .right .ads-box .ads-content .ads .r a:last-child {
  color: #aaaaaa;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 15px;
  line-height: 24px;
}

section.blog .blog-content .right .ads-box .ads-content .ads .r a:hover {
  color: var(--main-color);
}

/***-------------------------------- ! end blog page -------------------------------------------***/

/* nav {
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  background: #3e8da8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
nav .navbar {
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  background: red;
  padding: 0 50px;
} */

nav .navbar .nav-links .sign-in {
  display: none;
}
nav .navbar .logo a {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links {
  height: 100%;
  display: flex;
  align-items: center;
}
nav .navbar .links {
  display: flex;
  height: 100%;
}
section.dark nav .navbar .links li.drop-menu {
  display: none !important;
}

nav .navbar .links .drop-content {
  display: none;
}
nav .navbar .links .drop-content-pages {
  display: none;
}
section.dark nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  list-style: none;
}
nav .navbar .links li a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  border-bottom: 2px solid #ffffff00;
  transition: 0.5s;
  padding-bottom: -2px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  height: 100%;
}
header .dropdown-menu a.btnHref {
  border-bottom: 2px solid #ffffff00;
  margin: 0 20px;
}

nav .navbar .links li a:hover {
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color) !important;
}

nav .navbar .links li:hover .htmlcss-arrow,
nav .navbar .links li:hover .js-arrow {
  transform: rotate(180deg);
}

nav .navbar .links li .arrow {
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu {
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #3e8da8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
  display: block;
}
nav .navbar .links li .sub-menu li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
nav .navbar .links li .sub-menu a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
nav .navbar .links li .sub-menu .more-arrow {
  line-height: 40px;
}
nav .navbar .links li .htmlCss-more-sub-menu {
  /*line-height: 40px;*/
}
nav .navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
nav .navbar .links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}
nav .navbar .search-box {
  position: relative;
  height: 40px;
  width: 40px;
}
nav .navbar .search-box i {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
nav .navbar .search-box .input-box {
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3e8da8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
nav .navbar.showInput .search-box .input-box {
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3e8da8;
}
nav .navbar .search-box .input-box::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3e8da8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
nav .navbar .search-box .input-box input {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
nav .navbar .nav-links .sidebar-logo {
  display: none;
}
nav .navbar .bx-menu {
  display: none;
}

.backToTop {
  opacity: 0;
  position: fixed;
  bottom: 100px;
  right: 40px;
  z-index: 9999;
  cursor: pointer;
  border: 0;
  padding: 15px 20px;
  background: #2d343e;
  color: #ffffff;
  transition: 0.5s;
}

.backToTop.on {
  opacity: 1;
}

.backToTop:hover {
  background: var(--main-color);
}

.mobile-submit.affix {
  display: none;
  bottom: 0;
  width: 100%;
  background: #f0f0f0;
  z-index: 9999;
  box-shadow: 0 -5px 5px -5px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 -5px 5px -5px rgb(0 0 0 / 20%);
  position: fixed;
}

.mobile-submit.affix .mobile-app-button {
  background: #fff;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  padding-left: 0;
  list-style: none;
}
.mobile-submit.affix .mobile-app-button li {
  padding: 0;
  flex: 1;
  display: inline-block;
}
.mobile-submit.affix .mobile-app-button li:hover a {
  background: var(--main-color);
  color: var(--white);
}
.mobile-submit.affix .mobile-app-button li:hover a span,
.mobile-submit.affix .mobile-app-button li:hover a i {
  color: var(--white) !important;
}
.mobile-submit.affix .mobile-app-button li a {
  text-decoration: none;
  display: block;
  text-align: center;
  background: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border-right: 1px solid #e6e6e6;
  padding: 5px 0 15px 0;
  font-size: 10px;
  color: #aaaaaa;
}

.mobile-submit.affix .mobile-app-button li a i {
  color: var(--main-color) !important;
  display: block;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin: 5px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.mobile-submit.affix .mobile-app-button li a span {
  font-size: 10px;
  color: #aaaaaa;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

section.dark nav .navbar .links li .submit,
section.dark nav .navbar .links li .network,
section.dark nav .navbar .links li .icon-netwwork {
  display: none;
}
/***-------------------------------------------- mobile ------------------------------------------------***/

@media screen and (max-width: 1200px) {
  section.product-ads .container {
    grid-template-columns: 300px 300px 300px;
    width: 80%;
  }
  section.product-ads .container.sort-tabs {
    display: flex;
  }
  section.product-ads .cards .tabs_content .card-ribbon .img {
    width: 268px;
    height: 268px;
  }
  section.product-ads #allAds.all-ads.allAds-threeRow,
  section.product-ads #randomAds.random-ads.randomAds-threeRow,
  section.product-ads #popAds.popular-ads.popAds-threeRow {
    grid-template-columns: 275px 275px 275px !important;
    width: 100%;
  }
  section.product-ads .bigCard.threeRow .card-ribbon .img {
    width: 100% !important;
    height: 100% !important;
  }
  section.product-ads #allAds.all-ads.allAds-fourRow,
  section.product-ads #randomAds.random-ads.randomAds-fourRow,
  section.product-ads #popAds.popular-ads.popAds-fourRow {
    grid-template-columns: 200px 200px 200px 200px !important;
    width: 100%;
  }
  section.product-ads .bigCard.fourRow .card-ribbon .img {
    width: 168px !important;
    height: 168px !important;
  }
  section.product-ads .bigCard.fourRow .contentProduct {
    width: 168px !important;
    padding: 1rem;
  }
  section.product-ads .bigCard.fourRow .contentProduct .detail h5 a .txt p {
    font-size: 16px;
  }
  section.product-ads .bigCard.fourRow .contentProduct .detail p {
    font-size: 12px;
  }
  section.product-ads .bigCard.fourRow .contentProduct .detail span {
    font-size: 14px;
  }
  section.product-ads .bigCard .contentProduct {
    width: 268px;
  }
  section.product-ads .cards .tabs_content .allAds-oneRow .bigCard .bg-content,
  section.product-ads
    .cards
    .tabs_content
    .randomAds-oneRow
    .bigCard
    .bg-content,
  section.product-ads .cards .tabs_content .popAds-oneRow .bigCard .bg-content {
    width: 95%;
  }
  section.product-ads .bigCard.oneRow {
    width: 100%;
  }
  section.product-ads #allAds.all-ads.allAds-oneRow,
  section.product-ads #randomAds.random-ads.randomAds-oneRow,
  section.product-ads #popAds.popular-ads.popAds-oneRow {
    width: unset;
  }
  section.product-ads .cards .view-head .left-menu {
    width: 50%;
  }
  section.product-ads .cards .view-head .right-menu {
    width: 50%;
  }
  section.product-ads .cards .view-head {
    width: 100%;
  }
  section.product-ads .bigCard .contentProduct .tag a {
    display: none;
  }
  section.search-section .search-form .input-box {
    width: 65%;
  }
  section.search-section .search-form .confirm-box {
    width: 35%;
  }
}

@media (max-width: 920px) {
  section.browse-ads .box-ads .container {
    width: 100%;
  }
  section.browse-ads .box-ads .box {
    width: 23%;
  }
  section.product-ads .container {
    grid-template-columns: 275px 275px 275px;
    width: 100%;
  }
  section.product-ads .cards .tabs_content .card-ribbon .img {
    width: 243px;
    height: 243px;
  }
  section.product-ads .bigCard.threeRow .card-ribbon .img {
    width: 243px !important;
    height: 243px !important;
  }
  section.product-ads .bigCard.fourRow .contentProduct .tag a {
    display: none;
  }
  section.product-ads .bigCard .contentProduct {
    padding: 1rem 0 0.5rem 15px;
  }
  section.product-ads .bigCard.fourRow .contentProduct .detail h5 a .txt {
    width: 135px !important;
  }
  section.product-ads .bigCard .contentProduct .detail h5 a .txt p {
    font-size: 16px;
    font-weight: 400;
  }
  section.product-ads .cards .view-head .left-menu {
    width: 70%;
  }
  section.product-ads .cards .view-head .right-menu {
    width: 30%;
  }
  nav .navbar {
    max-width: 100%;
    padding: 0.313rem 1.75rem;
    padding-top: 0.625rem;
  }
  section.dark nav .navbar .links li .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #ededed;
    padding: 9px 25px;
  }
  section.dark nav .navbar .links li .submit a {
    background: var(--main-color);
    color: var(--white);
    width: 100%;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    text-transform: none;
    display: flex;
    justify-content: center;
  }
  section.dark nav .navbar .links li .network {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 9px 10px;
  }
  section.dark nav .navbar .links li .network p {
    font-family: ubuntu;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    color: #232323;
    font-size: 14px;
    margin: 20px 0 15px 0;
  }
  section.dark nav .navbar .links li .icon-netwwork {
    display: flex;
    padding: 0 5px;
  }
  section.dark nav .navbar .links li .icon-netwwork a {
    background: #444444;
    margin-right: 3px;
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    margin: 0 3px;
  }
  section.dark nav .navbar .links li .icon-netwwork a i {
    font-size: 14px;
    color: #fff;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  section.dark nav .navbar .links li .icon-netwwork a:hover {
    background: var(--main-color);
  }
  section.dark nav .navbar .links li.drop-menu {
    display: block !important;
  }
  nav .navbar .links .drop-content.toggle {
    display: block;
  }
  nav .navbar .links .drop-content-pages.toggle {
    display: block;
  }
  nav .navbar .logo a {
    font-size: 27px;
  }
  section.dark nav .navbar .links li {
    white-space: nowrap;
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }
  header .active,
  header .active a {
    color: var(--main-color);
    border-bottom: none !important;
  }
  nav .navbar .links li a {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
  }
  nav .navbar .links li button {
    width: 100%;
    background: var(--white);
    border: none;
    padding: 0 10px;
  }
  nav .navbar .links li button .link-Href {
    padding: 20px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgb(238, 238, 238) !important;
    justify-content: space-between;
  }
  nav .navbar .links li button .link-Href:hover {
    background: rgb(241, 241, 241);
  }
  nav .navbar .links li button .link-Href:hover a {
    color: var(--main-color);
  }
  nav .navbar .links li button span {
    font-size: 13px;
    color: #575757;
    text-transform: uppercase;
    height: 100%;
  }
  nav .navbar .links li button#home-btn span i#minusHomeBtn {
    display: none;
  }
  nav .navbar .links li button#home-btn span i.plus-icon {
    display: none;
  }
  nav .navbar .links li button#home-btn span i.minus-icon {
    display: block !important;
  }
  nav .navbar .links li button#pages-btn span i#minusPagesBtn {
    display: none;
  }
  nav .navbar .links li button#pages-btn span i.plus-icon-pages {
    display: none;
  }
  nav .navbar .links li button#pages-btn span i.minus-icon-pages {
    display: block !important;
  }
  nav .navbar .links li.drop-menu {
    display: flex;
    flex-wrap: wrap;
  }
  nav .navbar .links li.drop-menu ul {
    /* display: flex; */
    width: 100%;
  }
  nav .navbar .links li.drop-menu ul li {
    padding: 0 15px;
    width: 100%;
    padding: 0 30px;
  }
  nav .navbar .links li.drop-menu ul li a {
    border-bottom: 1px solid #e0e0e0;
    color: #6c6c6c;
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 0 5px;
    text-transform: uppercase;
    width: 100%;
  }
  nav .navbar .links li .dropdown-menu,
  nav .navbar .links li a.btnRes {
    font-size: 13px;
    color: #6c6c6c;
    text-transform: uppercase;
    color: #000;
    border-bottom: 2px solid #eeeeee !important;
    width: 100%;
  }
  nav .navbar .links li .dropdown-menu {
    display: none;
  }
  section.dark nav .navbar .links li {
    padding: 0 5px;
  }
  nav .navbar .links li a.btnRes {
    margin: 0 10px;
    padding: 7px 15px;
    transition: 0.2s;
  }
  nav .navbar .links li a.btnRes:hover {
    background: rgb(241, 241, 241);
    color: var(--main-color);
  }
  nav .navbar .links li a.btnRes.contact-us {
    border-bottom: none !important;
  }
  nav .navbar .links li .dropdown-menu a {
    display: flex;
    justify-content: space-between;
  }
  header .dropdown-menu-content .arrow-up {
    top: -11px;
  }
  /*------------------- .mobile-submit -------------------*/
  .mobile-submit.affix {
    display: block;
  }

  header .dropdown-content {
    top: 46px;
    right: 0;
  }
  /* search */
  section.search-section .search-form .input-box {
    width: 60%;
  }
  section.search-section .search-form .confirm-box {
    width: 40%;
  }
}

@media screen and (max-width: 777px) {
  /* ------------------ header ------------------ */
  section.product-ads .container {
    grid-template-columns: 250px 250px 250px;
  }
  section.product-ads .cards .tabs_content .card-ribbon .img {
    width: 250px;
    height: 250px;
  }
  section.product-ads .cards .view-head .left-menu {
    width: 70%;
  }
  section.product-ads .cards .view-head .right-menu {
    width: 30%;
  }
  section.nav {
    display: none;
  }
  section.product-ads .bigCard.oneRow .contentProduct .tag > a:first-child {
    display: none;
  }
  nav {
    /* position: relative; */
  }
  nav .navbar .nav-links .sign-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #ededed;
    padding: 15px 10px;
    box-shadow: inset 0px 3px 4px -2px rgb(0 0 0 / 20%);
  }
  nav .navbar .nav-links .sign-in a {
    padding: 0px 30px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    background: #f8f7f6;
    border-radius: 3px;
    color: #6c6c6c;
  }
  nav .navbar .bx-menu {
    display: block;
    font-size: 24px;
    padding: 5px 7px;
    color: #888 !important;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
  }
  nav .navbar .bx-menu:hover {
    background: #e0e0e0;
  }
  nav .navbar .links {
    padding: 0;
    margin-top: 0;
    display: block;
  }
  nav .navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    max-width: 300px;
    width: 100%;
    background: var(--white);
    line-height: 40px;
    padding: 0;
    transition: all 0.5s ease;
    z-index: 1000;
  }
  nav .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    margin-bottom: 4px;
  }
  nav .navbar .sidebar-logo .logo-name {
    font-size: 25px;
    color: #fff;
    display: flex;
    align-items: center;
  }
  nav .navbar .sidebar-logo i,
  nav .navbar .bx-menu {
    font-size: 25px;
    color: var(--main-color);
  }
  nav .navbar .sidebar-logo i {
    border: 1px solid var(--main-color);
    border-radius: 3px;
  }
  nav .navbar .links li .arrow {
    line-height: 40px;
  }
  nav .navbar .links li {
    display: block;
  }
  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
  }
  nav .navbar .links li .sub-menu li {
    border-bottom: none;
  }
  nav .navbar .links li .sub-menu .more-sub-menu {
    display: none;
    position: relative;
    left: 0;
  }
  nav .navbar .links li .sub-menu .more-sub-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav .navbar .links li:hover .htmlcss-arrow,
  nav .navbar .links li:hover .js-arrow {
    transform: rotate(0deg);
  }
  nav .navbar .links li .sub-menu .more-sub-menu {
    display: none;
  }
  nav .navbar .links li .sub-menu .more span {
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  nav .navbar .links li .sub-menu .more:hover .more-sub-menu {
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu {
    display: none;
  }
  nav .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  nav .navbar .nav-links.show3 .links .js-sub-menu,
  nav .navbar .nav-links.show2 .links .more .more-sub-menu {
    display: block;
  }
  nav .navbar .nav-links.show1 .links .htmlcss-arrow,
  nav .navbar .nav-links.show3 .links .js-arrow {
    transform: rotate(180deg);
  }
  nav .navbar .nav-links.show2 .links .more-arrow {
    transform: rotate(90deg);
  }

  /* ------------------ search ------------------ */
  section.search .flex .input-cate select,
  section.search .flex .input-search input,
  section.search .flex .input-loc input,
  section.search .flex .btn-search button {
    width: 100%;
    border-radius: 0px;
  }
  section.search .flex {
    display: block;
    width: 95%;
  }
  section.search .flex .btn-search button {
    color: #fff;
  }
  section.search .box .box1,
  section.search .box .box2,
  section.search .box .box3,
  section.search .box .box4,
  section.search .box .box5,
  section.search .box .box6 {
    border: 2px solid rgb(35, 35, 35), inset 1px solid var(--main-color) !important;
    background: #ffffff73;
  }
  section.search .box .box1 p,
  section.search .box .box2 p,
  section.search .box .box3 p,
  section.search .box .box4 p,
  section.search .box .box5 p,
  section.search .box .box6 p {
    font-weight: 700;
  }
  /* ------------------ browse-ads ------------------ */

  section.browse-ads .box-ads {
    padding: 0 15px;
  }

  section.browse-ads .box-ads .box1,
  section.browse-ads .box-ads .box2,
  section.browse-ads .box-ads .box3,
  section.browse-ads .box-ads .box4,
  section.browse-ads .box-ads .box5,
  section.browse-ads .box-ads .box6 {
    width: 45%;
  }

  section.browse-ads .title p {
    width: 100%;
  }

  /* ------------------ post-ads ------------------ */

  section.post-ads .content {
    padding: 0;
  }
  section.post-ads {
    background-image: url(http://demo.joinwebs.com/classiera/ruby/wp-content/uploads/2017/12/classiera-ruby-call-out.png);
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  section.post-ads .content .empty {
    display: none;
  }
  section.post-ads .content .text {
    padding: 30px 0;
    padding-bottom: 40px;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  section.post-ads .content .text p {
    padding: 0 40px;
  }
  section.post-ads .content .text h2 {
    text-transform: uppercase;
  }
  section.post-ads .content .text h2 span {
    color: var(--main-color);
  }

  /* ------------------ product-ads ------------------ */

  section.product-ads .title {
    margin-bottom: 50px;
    padding: 0 10px;
  }
  section.product-ads .cards .view-head {
    width: 100%;
    padding: 0;
  }
  section.product-ads .cards .view-head .left-menu {
    width: 60%;
  }
  section.product-ads .cards .view-head .right-menu {
    width: 40%;
    padding-left: 10px;
    justify-content: flex-start;
  }
  section.product-ads .cards .view-head .left-menu button .tabs-btn span {
    font-size: 14px;
  }
  section.product-ads .cards .view-head .left-menu button {
    padding: 10px;
    margin: 0 2px;
  }
  section.product-ads .cards .view-head .left-menu button span:first-child {
    margin-right: 5px;
    padding: 0;
  }
  section.product-ads .cards .view-head {
    flex-wrap: wrap;
  }
  section.product-ads .cards .view-head .left-menu,
  section.product-ads .cards .view-head .right-menu {
    width: 100%;
    justify-content: center;
  }
  section.product-ads .cards .view-head .left-menu {
    margin-bottom: 10px;
  }
  section.product-ads #allAds.all-ads,
  section.product-ads #randomAds.random-ads,
  section.product-ads #popAds.popular-ads {
    display: grid;
    grid-template-columns: 250px 250px;
    grid-gap: 20px;
  }
  section.product-ads #allAds.all-ads.allAds-oneRow,
  section.product-ads #randomAds.random-ads.randomAds-oneRow,
  section.product-ads #popAds.popular-ads.popAds-oneRow {
    display: grid !important;
    grid-template-columns: 100% !important;
    margin-right: -3%;
  }
  section.product-ads .bigCard.oneRow {
    width: 100%;
    border: none;
  }
  section.product-ads .cards .tabs_content .bigCard {
    padding: 0;
  }
  section.product-ads .bigCard.oneRow .card-ribbon .img {
    width: 125px !important;
    height: 125px !important;
  }
  section.product-ads .bigCard.oneRow .contentProduct .tag > a {
    display: none;
  }
  section.product-ads .bigCard.oneRow .contentProduct .detail .txt-lor p {
    display: none;
  }
  section.product-ads #allAds.all-ads.allAds-threeRow,
  section.product-ads #randomAds.random-ads.randomAds-threeRow,
  section.product-ads #popAds.popular-ads.popAds-threeRow {
    display: grid !important;
    grid-template-columns: 250px 250px !important;
  }

  section.product-ads #allAds.all-ads.allAds-fourRow,
  section.product-ads #randomAds.random-ads.randomAds-fourRow,
  section.product-ads #popAds.popular-ads.popAds-fourRow {
    display: grid !important;
    grid-template-columns: 250px 250px !important;
    grid-gab: 20px !important;
  }
  section.product-ads .cards .tabs_content .card-ribbon {
    margin: 0;
  }
  section.product-ads .cards .tabs_content {
    padding: 25px 0px 0 0;
  }
  section.product-ads .bigCard.oneRow {
    margin: 0;
  }
  section.product-ads #allAds.all-ads.allAds-oneRow,
  section.product-ads #allAds.all-ads.randomAds-oneRow,
  section.product-ads #allAds.all-ads.popAds-oneRow {
    grid-gap: 30px;
  }
  section.product-ads .bigCard .contentProduct {
    margin: 0;
    padding: 15px 15px 0 15px !important;
    width: 100%;
  }
  section.product-ads .bigCard.oneRow .contentProduct .tag a {
    position: unset;
  }
  section.product-ads .bigCard .contentProduct .tag a,
  section.product-ads .bigCard.oneRow .contentProduct .tag a {
    height: auto;
    font-size: 10px !important;
    height: 18px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
  }
  section.product-ads .bigCard .contentProduct .tag a i,
  section.product-ads .bigCard .contentProduct .tag a span {
    height: 18px;
    display: flex;
    align-items: center;
  }
  section.product-ads .bigCard.oneRow .card-ribbon .img p {
    padding: 2px !important;
    font-size: 10px !important;
    left: 5px !important;
    bottom: 5px !important;
  }
  section.product-ads .bigCard.oneRow .contentProduct .tag a span {
    justify-content: center;
  }
  section.product-ads .bigCard.oneRow .contentProduct .detail h5 a {
    line-height: 15px;
    width: 100%;
  }
  section.product-ads .bigCard.oneRow .contentProduct .detail .txtP {
    position: unset;
    margin-top: 0px;
  }
  section.product-ads .bigCard.oneRow .contentProduct .detail .tags {
    display: none;
  }
  section.product-ads .bigCard.threeRow .contentProduct .detail {
    padding: 0;
  }
  section.product-ads .bigCard.fourRow .contentProduct .detail {
    padding: 10px 0 10px 0;
  }
  section.product-ads .bigCard .contentProduct .detail span {
    font-size: 11px;
    line-height: 24px;
  }
  section.product-ads .bigCard.threeRow .contentProduct .detail h5 a,
  section.product-ads .bigCard.fourRow .contentProduct .detail h5 a {
    font-size: 14px;
  }
  section.product-ads .bigCard.fourRow .contentProduct .detail h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  section.product-ads .bigCard.threeRow .card-ribbon .img {
    width: 250px !important;
    height: 250px !important;
  }

  section.product-ads .bigCard.fourRow .card-ribbon .img {
    width: 250px !important;
    height: 250px !important;
  }

  /* ------------------ card-loc ------------------ */

  section.card-loc .long-card .text,
  section.card-loc .shot-card .text {
    width: 100%;
  }

  section.card-loc .long-card .text .icon-loc,
  section.card-loc .shot-card .text .icon-loc {
    width: 17.5%;
  }

  section.card-loc .long-card .text .detail {
    width: 82.5%;
    margin-top: 10px;
  }

  section.card-loc .shot-img {
    width: 570px;
  }

  /* ------------------ ads-slider ------------------ */
  section.ads-slider .owl-item {
    width: 320px !important;
  }
  section.ads-slider .card-ribbon {
    width: 300px;
  }
  section.ads-slider .card-ribbon .img {
    width: 100%;
  }
  /* ------------------ footer ------------------ */
  footer {
    padding-bottom: 60px;
  }

  section.contact .flex-column .contact1,
  section.contact .flex-column .contact2,
  section.contact .flex-column .contact3,
  section.contact .flex-column .contact4 {
    width: 100%;
  }
  section.contact .flex-column .contact4 .content > div {
    margin: 0 0 10px;
  }
  section.contact .flex-column .contact4 .content > div p .icon.loc {
    margin: 0;
  }
  section.footer .left,
  section.footer .right {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.footer .right {
    margin-top: 10px;
  }

  /* ------------------ owlCarousel ------------------ */

  section.owlCarousel .carousel .card .img {
    width: 100%;
  }

  section.owlCarousel .owl-prev {
    left: 33%;
  }

  section.owlCarousel .owl-next {
    right: 2%;
  }

  /* ------------------ plan ------------------ */

  section.plan .title,
  section.plan .content .box-card {
    width: 95%;
  }

  section.plan .content .box-card {
    margin-bottom: 50px;
  }

  /* ------------------ blog ------------------ */
  section.blog {
    padding: 80px 0 50px 0;
  }
  section.blog .blog-content {
    flex-wrap: wrap;
  }

  section.blog .blog-content .left,
  section.blog .blog-content .right {
    width: 100%;
    margin: 0 15px;
    padding: 0;
  }
  section.blog .blog-content .left .img {
    height: 250px;
    width: 100%;
  }
  section.blog .blog-content .left .content-text {
    height: auto;
    padding: 0;
  }
  section.search-section .search-form .input-box {
    width: 100%;
  }
  section.search-section .search-form .confirm-box {
    width: 100%;
    padding: 0 0rem 1rem;
  }
  section.search-section .search-form .confirm-box button {
    padding: 0.5rem 0;
  }
  /* search */
  section.browse-ads .box-ads .box {
    width: 23%;
    height: 130px;
    padding: 1rem;
  }
}
@media screen and (max-width: 600px) {
  section.product-ads #allAds.all-ads.allAds-oneRow,
  section.product-ads #randomAds.random-ads.randomAds-oneRow,
  section.product-ads #popAds.popular-ads.popAds-oneRow {
    display: grid !important;
    grid-template-columns: 85% !important;
    margin-right: -3%;
  }
  section.product-ads #allAds.all-ads.allAds-fourRow,
  section.product-ads #randomAds.random-ads.randomAds-fourRow,
  section.product-ads #popAds.popular-ads.popAds-fourRow {
    display: grid !important;
    grid-template-columns: 200px 200px !important;
    grid-gab: 20px !important;
    margin-right: -3%;
  }
  section.product-ads .bigCard.fourRow .card-ribbon .img {
    width: 200px !important;
    height: 200px !important;
  }
  section.product-ads #allAds.all-ads,
  section.product-ads #randomAds.random-ads,
  section.product-ads #popAds.popular-ads,
  section.product-ads #allAds.all-ads.allAds-threeRow,
  section.product-ads #randomAds.random-ads.randomAds-threeRow,
  section.product-ads #popAds.popular-ads.popAds-threeRow {
    display: grid !important;
    grid-template-columns: 200px 200px !important;
    grid-gab: 20px !important;
    margin-right: -6%;
  }
  section.product-ads #allAds.all-ads,
  section.product-ads #randomAds.random-ads,
  section.product-ads #popAds.popular-ads {
    margin-right: 1% !important;
  }
  section.product-ads .cards .tabs_content .card-ribbon .img,
  section.product-ads .bigCard.threeRow .card-ribbon .img {
    width: 200px !important;
    height: 200px !important;
  }
  section.product-ads .bigCard .contentProduct {
    /* width: 200px; */
  }
  /* search */
  section.search-section .input-box .item {
    width: 100%;
  }
  section.browse-ads .box-ads .box {
    width: 100%;
    height: 150px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
    display: flex;
    margin-bottom: 1rem;
  }
  section.browse-ads .box-ads .box p {
    margin-bottom: 0;
  }
  section.browse-ads .box-ads .box p.p {
    font-size: 20px;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  section.product-ads #allAds.all-ads.allAds-oneRow,
  section.product-ads #randomAds.random-ads.randomAds-oneRow,
  section.product-ads #popAds.popular-ads.popAds-oneRow {
    display: grid !important;
    grid-template-columns: 65% !important;
    margin-right: -3%;
  }
  section.product-ads #allAds.all-ads.allAds-fourRow,
  section.product-ads #randomAds.random-ads.randomAds-fourRow,
  section.product-ads #popAds.popular-ads.popAds-fourRow {
    display: grid !important;
    grid-template-columns: 150px 150px !important;
    grid-gab: 20px !important;
  }
  section.product-ads .bigCard.fourRow .card-ribbon .img {
    width: 150px !important;
    height: 150px !important;
  }
  section.product-ads #allAds.all-ads,
  section.product-ads #randomAds.random-ads,
  section.product-ads #popAds.popular-ads,
  section.product-ads #allAds.all-ads.allAds-threeRow,
  section.product-ads #randomAds.random-ads.randomAds-threeRow,
  section.product-ads #popAds.popular-ads.popAds-threeRow {
    display: grid !important;
    grid-template-columns: 150px 150px !important;
    grid-gab: 20px !important;
  }
  section.product-ads .cards .tabs_content .card-ribbon .img,
  section.product-ads .bigCard.threeRow .card-ribbon .img {
    width: 150px !important;
    height: 150px !important;
  }
  section.product-ads .bigCard .contentProduct .tag a {
    display: none;
  }
  /* search */
  section.browse-ads .box-ads .box {
    width: 250px;
    height: 200px;
    padding: 2rem;
  }
}
