@import url("https://fonts.cdnfonts.com/css/mokoko");
@import url("https://fonts.cdnfonts.com/css/itc-avant-garde-pro-md");
@media (min-width: 1200px) {
  .container {
    max-width: 1880px !important;
    width: 90%;
  }
  .detail .container, .profile .container, .list .container {
    max-width: 1340px !important;
    width: 100%;
  }
}

body {
  overflow-x: hidden;
}

/* select2 */
[class^='select2'] {
  border-radius: 0px !important;
  font-family: 'Mokoko', sans-serif;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ddd !important;
  color: #474747 !important;
}

.select2 {
  width: 100% !important;
  color: #474747 !important;
}

.select2-selection {
  border-radius: 0 !important;
  height: 50px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent !important;
  border: 1px solid #e7e7e7 !important;
}

.select2-dropdown {
  border-color: #e7e7e7 !important;
}

.select2-selection__rendered {
  line-height: auto !important;
  padding-left: 12px !important;
  color: #474747 !important;
}

.select2-selection__arrow {
  top: unset !important;
  height: 100% !important;
  width: 54px !important;
  border-left: 1px solid #e7e7e7;
}

.select2-results__option {
  padding-left: 12px;
}

/* custom classes */
.ml5p {
  margin-left: 5%;
}

.mr5p {
  margin-right: 5%;
}

.w95 {
  width: 95% !important;
}

.light-black {
  color: #474747;
}

.light-blue {
  color: #00a5e9;
}

.white {
  color: white !important;
}

.transparent {
  background-color: transparent;
}

.avant {
  font-family: 'ITC Avant Garde Pro Md', sans-serif;
}

.mokoko {
  font-family: 'Mokoko', sans-serif;
}

.regular {
  font-weight: 400;
}

.extrabold {
  font-weight: 800;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.decoration-none {
  text-decoration: none !important;
}

.underline {
  text-decoration: underline;
  text-underline-position: from-font;
}

.fs12 {
  font-size: .75rem;
}

.fs14 {
  font-size: .875rem;
}

.fs16 {
  font-size: 1rem;
}

.fs18 {
  font-size: 1.125rem;
}

.fs24 {
  font-size: 1.5rem;
}

.fs28 {
  font-size: 1.75rem;
}

.fs30 {
  font-size: 1.875rem;
}

.fs36 {
  font-size: 2.25rem;
}

.fs48 {
  font-size: 3rem;
}

.fs60 {
  font-size: 3.75rem;
}

.fs65 {
  font-size: 4.0625rem;
}

.blue-btn {
  height: 60px;
  background-color: #01a9f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  width: 155px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 0;
  text-transform: uppercase;
  margin: 0 auto;
}

.blue-btn:hover {
  background-color: white;
  color: #01a9f0;
  -webkit-box-shadow: 0px 0px 0px 3px #01a9f0 inset;
          box-shadow: 0px 0px 0px 3px #01a9f0 inset;
}

.orange-btn {
  width: 100%;
  max-width: 250px;
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ed7720;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  z-index: 3;
}

.orange-btn:hover {
  background-color: white;
  -webkit-box-shadow: 0px 0px 0px 3px #ed7720 inset;
          box-shadow: 0px 0px 0px 3px #ed7720 inset;
  color: #ed7720 !important;
  text-decoration: none;
}

.nav {
  min-height: 100px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav .navbar {
  width: 100%;
}

.nav .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav .register-link {
  font-size: 1rem;
  color: #01a9f0;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav .register-link:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.nav .login-link {
  font-size: 1rem;
  color: #434343;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav .login-link:hover {
  -webkit-filter: brightness(10%);
          filter: brightness(10%);
}

.nav .nav-item {
  margin-left: 60px;
}

.nav .nav-item:first-child {
  margin-left: 0;
}

@media (max-width: 991px) {
  .nav .nav-item {
    margin: 0 auto !important;
  }
  .nav .nav-link {
    text-align: center;
  }
  .nav .dropdown-menu {
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    margin-bottom: 10px;
    border: 1px solid #e7e7e7 !important;
  }
}

.nav .dropdown-toggle::after {
  display: none;
}

.nav .dropdown-menu {
  min-width: 300px;
  -webkit-transform: translate(-32%, 0);
          transform: translate(-32%, 0);
  border: 1px solid #e7e7e7;
  border-top: 0;
  top: 68px;
  border-radius: 0;
}

.footer {
  background-color: #474747;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 3rem;
}

.footer .foot-cat-heading {
  height: 48px;
}

.footer .logo-foot {
  position: relative;
  top: 40px;
}

.footer .footer-p {
  max-width: 440px;
  width: 100%;
}

@media (min-width: 1200px) {
  .footer .footer-border {
    border-right: 1px solid #333333;
  }
}

.footer-foot {
  background-color: #01a9f0;
  min-height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-foot .foot-text {
  color: #fff;
}

.footer-foot .foot-text a {
  text-decoration: none;
  color: #fff;
}

.foot-link {
  -webkit-transition: .3s;
  transition: .3s;
}

.foot-link:hover {
  text-decoration: underline !important;
  text-underline-position: from-font;
  font-weight: 500;
}

.banner-search {
  min-height: 620px;
  background-image: url(../assets/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.banner-search .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.banner-search .banner-heading-1 {
  font-size: 3rem;
}

.banner-search .banner-heading-2 {
  font-size: 2.2062rem;
}

.banner-search .banner-heading-3 {
  font-size: 2.7rem;
  margin-top: -5px;
}

.banner-search .banner-heading-4 {
  font-size: 1.4375rem;
}

.banner-search .search-form {
  position: absolute;
  bottom: -30px;
  min-height: 365px;
  background-color: #fff;
  background-image: url(../assets/search-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 900px;
  width: 100%;
  padding: 50px 65px 35px;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(0, 0, 0, 0.49);
          box-shadow: 0px 0px 50px 1px rgba(0, 0, 0, 0.49);
}

.banner-search .search-form .search-heading {
  color: #474747;
}

.banner-search .search-form .inputs {
  margin: 35px 0;
}

.banner-search .search-form .input-group-text {
  border-color: #e7e7e7;
  font-size: 1.125rem;
  font-family: 'Mokoko';
  color: #474747;
  border-radius: 0;
}

@media (max-width: 991px) {
  .banner-search .search-form {
    bottom: -210px;
    padding: 50px 15px 35px;
  }
  .banner-search .search-form .banner-heading-1 {
    font-size: 1.5rem;
  }
  .banner-search .search-form .banner-heading-2 {
    font-size: 1.1031rem;
  }
  .banner-search .search-form .banner-heading-3 {
    font-size: 1.35rem;
    margin-top: -5px;
  }
  .banner-search .search-form .banner-heading-4 {
    font-size: 0.7rem;
  }
}

@media (max-width: 768px) {
  .banner-content {
    padding-top: 100px !important;
  }
  .banner-heading-1 {
    font-size: 2.25rem !important;
  }
  .banner-heading-2 {
    font-size: 1.65rem !important;
  }
  .banner-heading-3 {
    font-size: 2.025rem !important;
  }
  .banner-heading-4 {
    font-size: 1.05rem !important;
  }
}

@media (max-width: 768px) {
  .banner-heading-1 {
    font-size: 1.5rem !important;
  }
  .banner-heading-2 {
    font-size: 1.1rem !important;
  }
  .banner-heading-3 {
    font-size: 1.34rem !important;
  }
  .banner-heading-4 {
    font-size: 0.7rem !important;
  }
  .content-heading h3 {
    font-size: 2rem !important;
  }
  .content p {
    font-size: 1rem !important;
  }
  .work {
    top: 20px !important;
  }
  .orange-btn {
    height: 40px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .new-items {
    padding-top: 250px !important;
  }
}

@media (max-width: 1200px) {
  .about-us .container {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .about-us .container .content-heading {
    margin-top: 40px;
  }
}

.custom-input {
  height: 50px;
  font-family: 'Mokoko';
  font-size: 1.125rem;
  color: #474747;
  border-radius: 0;
  border: 1px solid #e7e7e7;
  width: 100%;
  padding: 0 15px;
}

.custom-input::-webkit-input-placeholder {
  color: #bababa;
}

.custom-input:-ms-input-placeholder {
  color: #bababa;
}

.custom-input::-ms-input-placeholder {
  color: #bababa;
}

.custom-input::placeholder {
  color: #bababa;
}

.custom-input:focus-visible {
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}

.line {
  height: 1px;
  background-color: #e7e7e7;
  max-width: 300px;
  width: 100%;
  display: inline-block;
}

.liner {
  height: 1px;
  background-color: #e7e7e7;
  width: 100%;
  max-width: 210px;
  display: inline-block;
}

.items .item {
  position: relative;
  margin-bottom: 8px;
}

.items .item .hot-tag {
  width: 55px;
  height: 20px;
  background-color: #49c4ea;
  position: absolute;
  right: 4px;
  top: 5px;
}

.items .item .hot-tag img {
  position: absolute;
  left: 5px;
  bottom: 0;
}

.items .item .item-img {
  width: 100%;
  height: auto;
  -webkit-filter: brightness(65%);
          filter: brightness(65%);
  -webkit-transition: .3s;
  transition: .3s;
}

.items .item .added {
  position: absolute;
  bottom: 10px;
  right: 30px;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.items .item .overlay {
  position: absolute;
  top: 0;
  left: 4px;
  right: 4px;
  bottom: 100%;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.items .item .overlay .overlay-btn {
  background-color: #01a8f0b2;
  height: 60px;
  width: 170px;
  border: 2px solid #01a9f0;
  text-decoration: underline;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  text-underline-position: from-font;
  -webkit-transition: .3s;
  transition: .3s;
}

.items .item .overlay .overlay-btn:hover {
  background-color: #01a9f0;
}

.items .item .overlay .overlay-foot {
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 4px;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items .item .overlay .overlay-foot .overlay-col {
  border-right: 1px solid white;
}

.items .item .overlay .overlay-foot .overlay-col:last-child {
  border: 0;
}

.items .item .overlay .overlay-foot .overlay-col span {
  padding: 0 4px;
}

@media (min-width: 991px) and (max-width: 1500px) {
  .items .item .overlay span {
    font-size: 10px !important;
    padding: 0 2px !important;
  }
  .items .item .overlay .overlay-btn {
    height: 30px !important;
  }
}

@media (max-width: 450px) {
  .items .item .overlay span {
    font-size: 10px !important;
    padding: 0;
  }
  .items .item .overlay .overlay-btn {
    height: 30px !important;
  }
}

.items .item:hover .item-img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.items .item:hover .added {
  opacity: 0;
}

.items .item:hover .overlay {
  bottom: 0;
}

.big-line {
  height: 1px;
  background-color: #e7e7e7;
  width: 100%;
}

.smile-con {
  margin-left: 12%;
  display: inline-block;
  background-color: #fff;
  padding: 0 7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.painter {
  position: relative;
  top: -130px;
}

@media (max-width: 1500px) {
  .painter {
    top: -50px;
  }
}

@media (max-width: 1200px) {
  .painter {
    top: 0px;
  }
}

.work {
  position: relative;
  top: -50px;
}

.category .categories {
  margin: 0 auto;
}

.category .categories .custom-col {
  display: inline-block;
  vertical-align: top;
}

.category .categories .custom-col img {
  width: 100%;
  height: 100%;
}

.category .categories .custom-col-1 {
  width: 24%;
  float: left;
}

.category .categories .custom-col-2 {
  width: 42%;
  float: left;
}

.category .categories .custom-col-3 {
  width: 33%;
  float: right;
}

.category .categories .custom-col-4 {
  width: 32%;
  float: left;
}

.category .categories .custom-col-5 {
  width: 9%;
  float: left;
}

.category .categories .custom-col-6 {
  width: 43%;
  float: right;
}

.main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
}

.category-con {
  display: -ms-grid;
  display: grid;
  grid-gap: 4px;
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
  -ms-grid-rows: (1fr)[1];
      grid-template-rows: repeat(1, 1fr);
  height: 100%;
}

.category-con-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5em;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  z-index: 10;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
}

.category-con-item .cat-img {
  position: absolute;
  height: 100%;
  -webkit-filter: brightness(45%);
          filter: brightness(45%);
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 1650px) {
  .category-con-item .cat-img {
    width: 100%;
  }
}

.category-con-item .cat-link {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.category-con-item .cat-link-wide {
  -webkit-transition: .3s;
  transition: .3s;
}

.category-con-item:hover .cat-img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.category-con-item:hover .cat-link {
  background-color: #00a5e9;
  padding: 10px 20px;
}

.category-con-item:hover .cat-link:hover {
  background-color: white;
  -webkit-box-shadow: 0px 0px 0px 2px #00a5e9 inset;
          box-shadow: 0px 0px 0px 2px #00a5e9 inset;
  color: #00a5e9 !important;
}

@media (max-width: 1200px) {
  .cat-img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
  }
  .cat-link {
    position: absolute !important;
  }
  .moving {
    font-size: 1.5rem !important;
  }
  .category-con-item {
    margin-bottom: 10px;
  }
}

.category-con-item.small {
  grid-column: span 1;
  grid-row: span 34;
}

.category-con-item.medium {
  grid-column: span 2;
  grid-row: span 50;
}

.category-con-item.large {
  grid-column: span 4;
  grid-row: span 46;
}

.category-con-item.tall {
  grid-column: span 3;
  grid-row: span 80;
}

.category-con-item.tall-2 {
  grid-column: span 3;
  grid-row: span 70;
}

.category-con-item.wide {
  grid-column: span 4;
  grid-row: span 36;
}

.profile-pic {
  border: 5px solid #f5f5f5;
  border-radius: 50%;
  padding: 3px;
  width: 70px;
  height: 70px;
}

.detail {
  background-color: #f5f5f5;
}

.detail .line {
  max-width: 200px;
}

.col-left {
  border-right: 1px solid #e8e8e8;
}

.detail .profile-pic {
  border: 5px solid #e8e8e8;
}

.detail .name {
  position: relative;
  top: -8px;
}

.detail-body-head, .detail-text {
  border-bottom: 1px solid #e8e8e8;
}

.review-box {
  padding: 25px 15px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  display: inline-block;
  margin: 0 auto;
}

.progress {
  border-radius: 25px;
}

.progress-bar {
  border-radius: 25px;
}

.green-bar {
  background-color: #56d42a;
}

.lgreen-bar {
  background-color: #baeb35;
}

.yellow-bar {
  background-color: #ffd429;
}

.orange-bar {
  background-color: #ff9333;
}

.red-bar {
  background-color: #e73619;
}

.rate-text {
  line-height: 7px;
}

.custom-slider-col {
  border-right: 1px solid #e8e8e8;
  padding-right: 10px;
}

.pl25 {
  padding-left: 25%;
}

@media (max-width: 991px) {
  .pl25 {
    padding-right: 10% !important;
    padding-left: 10%;
  }
}

.pl16 {
  padding-left: 16%;
}

.pr15 {
  padding-right: 18% !important;
}

@media (max-width: 1200px) {
  .pr15 {
    padding-right: 10% !important;
  }
}

@media (max-width: 991px) {
  .pr15 {
    padding-left: 10%;
    padding-right: 10% !important;
  }
}

.detail-col {
  border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 991px) {
  .gallery .gall-link img {
    width: 100%;
  }
}

.total-price {
  text-align: center;
}

@media (max-width: 1300px) {
  .total-price {
    font-size: 1.65rem;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .total-price {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .flame {
    width: 32px;
  }
}

.select-category .card {
  border-radius: 0 !important;
  border: 1px solid #e7e7e7;
  border-bottom: 0;
  overflow: visible;
  background-color: #f2fbff;
}

.select-category .cat-btn {
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  background-color: #f2fbff;
  width: 100%;
  height: 100%;
  min-height: 100px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 !important;
}

.select-category .collapsed {
  background-color: white !important;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}

.select-category .sub-link {
  background-color: #f2fbff !important;
}

.select-category .cat-card {
  border-radius: 0 !important;
  border: 1px solid #e7e7e7;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  background-color: white;
}

@media (max-width: 1200px) {
  .select-category .cat-card {
    border-right: 0 !important;
  }
}

.select-category .card-body {
  background-color: #f2fbff;
}

@media (max-width: 1200px) {
  .select-category .sub-link {
    display: block;
    background-color: #f2fbff !important;
    border: 0 !important;
  }
}

.card-resp {
  border-bottom: 1px solid #e7e7e7;
}

.br-0 {
  border-right: 0 !important;
}

.add .search-form {
  bottom: -30px !important;
}

.upload-photos .line {
  max-width: 100%;
}

.upload-photos .heading {
  max-width: 1000px;
  margin: 0 auto;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.inputs {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  overflow: visible;
}

.add-input {
  color: #434343;
  padding: 10px 30px;
  margin: 3px 7.5%;
  background-color: #fbfbfb;
  border: 1px solid #e7e7e7 !important;
}

.add-input::-webkit-input-placeholder {
  color: #a4a4a4;
}

.add-input:-ms-input-placeholder {
  color: #a4a4a4;
}

.add-input::-ms-input-placeholder {
  color: #a4a4a4;
}

.add-input::placeholder {
  color: #a4a4a4;
}

.add-small {
  width: 30%;
}

@media (max-width: 1200px) {
  .add-small {
    width: 85%;
    margin-left: 7.5% !important;
  }
}

.add-big {
  width: 85%;
}

.clickable {
  cursor: pointer;
}

.switch {
  -webkit-transition: .3s;
  transition: .3s;
}

.add-selected {
  color: #01a9f0;
}

/* custom checkbox */
/* The container */
.checker {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-left: 7.5%;
  margin-right: 7.5%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checker input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fbfbfb;
  border: 1px solid #e7e7e7;
}

/* On mouse-over, add a grey background color */
.checker:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checker input:checked ~ .checkmark {
  background-color: #fbfbfb;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checker input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checker .checkmark:after {
  left: 5px;
  top: -7px;
  width: 9px;
  height: 17px;
  border: solid #a6ce37;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1305px) {
  .optioner {
    display: block;
    margin-left: 7.5% !important;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

.wi-custom {
  width: 25%;
}

@media (max-width: 991px) {
  .wi-custom {
    margin-left: 7.5% !important;
    margin-right: 7.5% !important;
    width: 85%;
  }
}

.holder {
  opacity: 1;
  position: absolute;
  margin: 8px 20px;
  cursor: auto;
  z-index: 1;
  color: #999;
}

.blue {
  color: #01a9f0;
}

.reg-input {
  height: 40px;
  width: 100%;
  background-color: #fbfbfb;
  border: 1px solid #e7e7e7;
  padding: 0  18px;
}

.reg-input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  font-family: 'ITC Avant Garde Pro Md', sans-serif;
}

.reg-input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  font-family: 'ITC Avant Garde Pro Md', sans-serif;
}

.reg-input::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  font-family: 'ITC Avant Garde Pro Md', sans-serif;
}

.reg-input::placeholder {
  color: #999;
  font-size: 14px;
  font-family: 'ITC Avant Garde Pro Md', sans-serif;
}

@media (min-width: 1200px) {
  .ml17 {
    margin-left: 17%;
  }
}

.black {
  color: black;
}

@media (min-width: 1200px) {
  .mw250 {
    max-width: 250px;
    width: 100%;
  }
}

.tick {
  width: 9px;
  height: 17px;
  border: solid #a6ce37;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 991px) {
  .register {
    padding-top: 220px !important;
  }
  .register .reg-col {
    margin-bottom: 10px;
  }
}

.profile {
  padding: 30px 0;
  background-color: #f5f5f5;
}

#upload-photo {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.no-hover:hover {
  color: #01a9f0;
}

.my-pic {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #e8e8e8;
  padding: 15px;
}

.my-pic img {
  max-width: 150px;
  width: 100%;
}

.my-rate {
  background-color: white;
  padding: 30px 20px;
  border: 1px solid #e8e8e8;
}

.profile-name {
  position: relative;
  top: -20px;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.profile .req::-webkit-input-placeholder {
  position: absolute;
  top: 6px;
  right: 5px;
  color: #01a9f0;
}

.profile .req:-ms-input-placeholder {
  position: absolute;
  top: 6px;
  right: 5px;
  color: #01a9f0;
}

.profile .req::-ms-input-placeholder {
  position: absolute;
  top: 6px;
  right: 5px;
  color: #01a9f0;
}

.profile .req::placeholder {
  position: absolute;
  top: 6px;
  right: 5px;
  color: #01a9f0;
}

.profile .reg-input {
  margin-bottom: 5px;
}

.profile .holder {
  margin-top: 11px;
}

@media (min-width: 1200px) {
  .mw350 {
    max-width: 350px;
    width: 100%;
    display: inline-block;
  }
}

.text-col {
  display: inline-block;
  max-width: 110px;
  width: 100%;
}

.input-col {
  display: inline-block;
}

.light-green {
  color: #a5ce38;
}

@media (max-width: 991px) {
  .left-profile-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}

.review-media {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-bottom: 5px;
  padding: 20px 10px 5px 10px;
}

.review-media .profile-info {
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-media .profile-pic {
  width: 80px;
  height: 80px;
}

.review-media .profile-pic img {
  width: 100%;
}

.user {
  position: relative;
  top: -10px;
}

.pagination {
  margin-top: 25px;
  margin-bottom: 15px;
}

.pagination .page-link {
  border-radius: 0 !important;
}

.pagination .page-link:hover {
  color: #fff;
  background-color: #01a9f0;
}

.pagination .active-page {
  border: 1px solid #0083ba;
  color: #fff;
  background-color: #01a9f0;
}

@media (max-width: 1200px) {
  .left-rate-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}

.list {
  background-color: #f5f5f5;
}

.list .line {
  max-width: 200px;
}

.list .select2 {
  max-width: 250px !important;
}

.list [class^='select2'] {
  font-size: .875rem;
  font-family: 'ITC Avant Garde Pro Md', sans-serif;
}

.list .list-head {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  padding-top: 30px;
}

@media (min-width: 991px) {
  .list .border-right {
    border-right: 1px solid #e8e8e8;
  }
}

.list .list-body-col {
  padding-bottom: 130px;
  padding-top: 10px;
}

@media (min-width: 1340px) {
  .list .centerize {
    width: 1340px !important;
    position: absolute;
    left: 50vw;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .list .centerize {
    padding-left: 10px;
  }
}

.list .select2 {
  border-radius: 0;
  background-color: #fbfbfb;
}

.list .input-group-text {
  background-color: #fbfbfb;
  border-radius: 0;
  border-color: #e8e8e8;
  width: 54px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list .reg-input {
  border-radius: 0;
}

.list .input-group {
  border-radius: 0;
}

.list .list-body-left {
  min-height: 380px;
}

.list .result-img {
  max-width: 180px;
  max-height: 180px;
  width: 100%;
}

.list .hot-tag {
  width: 55px;
  height: 20px;
  background-color: #49c4ea;
  position: absolute;
  left: -3px;
  top: 5px;
}

.list .hot-tag img {
  position: absolute;
  left: 5px;
  bottom: 0;
}

.list .hline {
  background-color: #e8e8e8;
  border: 0 !important;
  height: 1px;
}

.list .item-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.list .media-body {
  padding-bottom: 55px;
  bottom: 0;
  top: 0;
}

.list .super {
  vertical-align: super;
  position: relative;
  top: 5px;
}

@media (min-width: 1400px) {
  .list .media {
    padding-right: 25% !important;
  }
}

@media (min-width: 1200px) {
  .list .media {
    padding-right: 10%;
  }
}

.list .max-head-con {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1200px) {
  .list .max-head-con {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .list .head-row {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .list .mw250 {
    max-width: 250px !important;
  }
  .list .list-body-col {
    margin: auto;
    max-width: 960px;
    padding: 0 15px;
    padding-bottom: 10px;
    border: 0 !important;
  }
  .list .hline {
    display: none;
  }
  .list .list-body-row {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .list .list-body-col {
    max-width: 720px;
  }
}

@media (max-width: 768px) {
  .list .list-body-col {
    max-width: 540px;
  }
  .list .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0 !important;
  }
  .list .result-img {
    margin-right: 0 !important;
    max-width: unset;
    max-height: unset;
  }
  .list .media-img {
    width: 100%;
  }
  .list .info-span {
    display: block;
  }
  .list .item-bottom {
    position: static;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list .flex-1 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .list .list-body-col {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.bot-page {
  position: absolute;
  bottom: 15px;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/*# sourceMappingURL=styles.css.map */
