@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?fb8odo');
  src:  url('fonts/icomoon.eot?fb8odo#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?fb8odo') format('truetype'),
    url('fonts/icomoon.woff?fb8odo') format('woff'),
    url('fonts/icomoon.svg?fb8odo#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.quick-support__icons{
  display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wallpi-white, #fff);
    color: var(--wallpi-text, #2a2826);
    line-height: 1;
    transition: all 0.5s ease;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    font-size: 20px;
}

.call{
  display: ruby;
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.w-c{
  width: calc(100% / 5);
}

.icon-img-box:before {
  content: "\e941";
}
.icon-check-1:before {
  content: "\e909";
}
.icon-calendar:before {
  content: "\e90a";
}
.icon-arrow-down:before {
  content: "\e90c";
}
.icon-up-down:before {
  content: "\e90f";
}
.icon-right-down:before {
  content: "\e935";
}
.icon-left-down:before {
  content: "\e936";
}
.icon-advantages:before {
  content: "\e937";
}
.icon-print:before {
  content: "\e900";
}
.icon-shop-bag:before {
  content: "\e901";
}
.icon-folder-check:before {
  content: "\e902";
}
.icon-done-ring-round:before {
  content: "\e903";
}
.icon-check-2:before {
  content: "\e904";
}
.icon-book-check:before {
  content: "\e905";
}
.icon-arrow-small-up:before {
  content: "\e906";
}
.icon-arrow-small-down:before {
  content: "\e938";
}
.icon-arrow-small-right:before {
  content: "\e939";
}
.icon-arrow-small-left:before {
  content: "\e93a";
}
.icon-add:before {
  content: "\e907";
}
.icon-user:before {
  content: "\e908";
}
.icon-arrow-square-right:before {
  content: "\e90b";
}
.icon-chat:before {
  content: "\e90d";
}
.icon-check:before {
  content: "\e90e";
}
.icon-check-3:before {
  content: "\e910";
}
.icon-clock:before {
  content: "\e911";
}
.icon-collection:before {
  content: "\e912";
}
.icon-comment-outline:before {
  content: "\e913";
}
.icon-dot-line:before {
  content: "\e914";
}
.icon-email1:before {
  content: "\e915";
}
.icon-globe:before {
  content: "\e916";
}
.icon-heart:before {
  content: "\e917";
}
.icon-img-box1:before {
  content: "\e918";
}
.icon-interior-design:before {
  content: "\e919";
}
.icon-management:before {
  content: "\e91a";
}
.icon-map:before {
  content: "\e91b";
}
.icon-minus:before {
  content: "\e91c";
}
.icon-mobile:before {
  content: "\e91d";
}
.icon-paint:before {
  content: "\e91e";
}
.icon-phone:before {
  content: "\e91f";
}
.icon-phone-call:before {
  content: "\e920";
}
.icon-phoned:before {
  content: "\e921";
}
.icon-plus:before {
  content: "\e922";
}
.icon-poster:before {
  content: "\e923";
}
.icon-quote:before {
  content: "\e924";
}
.icon-right-arrow:before {
  content: "\e925";
}
.icon-left-arrow:before {
  content: "\e93b";
}
.icon-up-arrow1:before {
  content: "\e93c";
}
.icon-down-arrow:before {
  content: "\e93d";
}
.icon-search:before {
  content: "\e926";
}
.icon-search-1:before {
  content: "\e927";
}
.icon-share:before {
  content: "\e928";
}
.icon-star:before {
  content: "\e929";
}
.icon-star-1:before {
  content: "\e92a";
}
.icon-swastika:before {
  content: "\e92b";
}
.icon-up-arrow:before {
  content: "\e92c";
}
.icon-down-arrow1:before {
  content: "\e93e";
}
.icon-right-arrow1:before {
  content: "N";
}
.icon-left-arrow1:before {
  content: "P";
}
.icon-user1:before {
  content: "\e92d";
}
.icon-varnish:before {
  content: "\e92e";
}
.icon-wall:before {
  content: "\e92f";
}
.icon-wall-calendars-flipping-pages:before {
  content: "\e930";
}
.icon-wallpaper-1:before {
  content: "\e931";
}
.icon-wallpaper-2:before {
  content: "\e932";
}
.icon-wallpaper-3:before {
  content: "\e933";
}
.icon-web-design:before {
  content: "\e934";
}

.mobile-menu {
  position: absolute;
  top: 0;
  padding: 10px;
  width: 100%;
  background-color: var(--wallpi-black2, #2a2826);
  z-index: 999;
  overflow: hidden;
  -webkit-box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, 0.08);
}
.mobile-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding-left: 0rem;
}

.mobile-menu ul li {
  width: 100%;
  text-align: center;
  list-style: none;
}
.mobile-menu ul li.active::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background-color: #fff;
  border-radius: 100%;
}
.mobile-menu ul li a {
  display: block;
}
.mobile-menu ul li a .icli {
  display: inline-block;
  margin: 0 auto;
  font-size: calc(20px + (22 - 20) * ((100vw - 320px) / (1920 - 320)));
  color: #fff;
}
.mobile-menu ul li a span {
  display: block;
  color: #fff;
  margin-top: -12px;
}


/* call btn */
.call-fix {
  position: fixed;
  padding: 0;
  bottom: 0;
  display: block;
  z-index: 99999;
  width: 100%;
}
.end {
  margin: 0;
  padding: 0;
  /* background-color: #fff; */
}
.end li {
  display: inline;
  text-align: left;
  list-style: none;
  position: absolute;
  text-align: center;
  height: 50px 0px;
  bottom: 15px;
  width: 50px;
  animation-name: rip;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation: ripple 2s linear infinite;
  border: 1px solid rgba(162, 162, 162, 0.8);
  background: #f94c30;
  line-height: 48px;
  border-radius: 50%;
}
.end li a {
  color: #fff;
}
.end li a img {
  filter: brightness(0.5) invert(1);
  height: 27px;
}
.end li:after {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: -99;
  content: "";
  transform: scale(1);
  border: 1px solid rgba(162, 162, 162, 0.8);
  animation-name: ripp;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation: ripple 2s linear infinite;
}
.end .wh-fx {
  background: #03bd00;
  color: #fff;
}
.wh-fx {
  right: 20px;
}
.end li a img {
  filter: brightness(0.5) invert(1);
  height: 27px;
}
.ph-fx {
  left: 20px;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.479);
  }
  100% {
    box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0.123);
  }
} 
