@import url(../vendor/fonts/fontawesome/font.css);
@import url(../vendor/fonts/dax/font.css);
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*--------------------------------------------------------------- General */
html, body {
  width: 100%;
}
body {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.875;
  color: #212121;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.fixed { /* Mobile Menu Open Lock Screen*/
  overflow: hidden;
}
a {
  color: #4A8454;
  text-decoration: none;
}
a:hover {
  color: #4A8454;
}

ol, ul {
  padding-left: 0rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.mb-6 {
  margin-bottom: 1.875rem !important;
}
.fit-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.d-white {
  background-color: transparent
}
.badge {
  display: inline-block;
  padding: 0.5em 0.65em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.my-content-center {
  justify-content: center !important;
}

/*--------------------------------------------------------------- Header */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	
:root{--swiper-theme-color:#ffffff}
.home-slider-prev, .home-slider-next {
  color: #fff !important;
}

.home-slider-prev:hover, .home-slider-next:hover {
  color: #4A8454 !important;
}
.my-content-center {
  justify-content:flex-start !important;
}
.header-sticky.sticky {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  -webkit-animation: fade .5s ease-in-out;
  animation: fade.5s ease-in-out;
  background: #365F3C;
}
  .modal-dialog-scrollable {
    display: flex;
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
  }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
  }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
  }
  .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
  }
}

.header-transparent-bg {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: transparent;
}
.header-transparent-bg .header-wrapper {
  min-height: 100%;
}
.header-wrapper {
  min-height: 80px;
}
.header-logo img {
  width: auto;
}

.header-sticky.sticky {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  -webkit-animation: fade .5s ease-in-out;
  animation: fade.5s ease-in-out;
  background: #365F3C;
}
.header-sticky.sticky .header-logo img {
  padding: 10px 0;
}
.header-sticky.sticky .main-menu > ul > li > a {
  line-height: 70px;
}
.header-sticky.sticky .language a {
  line-height: 100px;
}
/*--------------------------------------------------------------- Menu */
.main-menu {
  margin-left: 0;
}
.main-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  float: right;
}
.main-menu > ul > li + li {
  margin-left: 65px;
}
.main-menu > ul > li:hover > a > span:before {
  left: 0;
  right: auto;
  width: 100%;
}
.main-menu > ul > li > a {
  font-size: 15px;
  font-family: 'DaxLight';
  line-height: 80px;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  display: block;
  position: relative;
}
.main-menu > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 60px;
  width: 0;
  height: 1px;
  background: #000000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #4A8454;
}
.main-menu > ul > li > a:hover {
  color: #4A8454;
}
.main-menu > ul > li > a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #4A8454;
}
.main-menu > ul > li > a.active::before {
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.main-menu > ul > li > a > span {
  position: relative;
}
.main-menu > ul > li > a > span:before {
  background-color: #4A8454;
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: -2px;
  height: 2px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 0;
}
.main-menu > ul > li {
  position: relative;
}
.main-menu > ul > li .submenu {
  padding: 15px 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  right: -30px;
  top: calc(100% - 20px);
  width: calc(100% + 100px);
  position: absolute;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  background: #fff;
}
.main-menu > ul > li .submenu li a {
  font-size: 15px;
  font-family: 'DaxLight';
  color: #000000;
  font-weight: 400;
  display: block;
  padding: 10px 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
/*.main-menu > ul > li .submenu li a::before {
  position: absolute;
  top: -6px;
  left: 8px;
  color: transparent;
  content: '.';
  text-shadow: 0 0 transparent;
  font-size: 2em;
  line-height: 1em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -o-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  pointer-events: none;
  -webkit-animation: opacitychange 1s ease-in-out infinite;
          animation: opacitychange 1s ease-in-out infinite;
}*/
.main-menu > ul > li .submenu li a:hover {
  color: #4A8454;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-menu > ul > li .submenu li:hover a::before {
  opacity: 1;
  color: #212121;
  text-shadow: 8px 0 #4A8454, -8px 0 #4A8454;
}
.main-menu > ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.main-menu.main-menu-white > ul > li > a {
  color: #fff;
}
.main-menu.main-menu-white > ul > li > a::before {
  background: #fff;
}
.main-menu.main-menu-white > ul > li > a:hover {
  color: #4A8454;
}
.main-menu.main-menu-white > ul > li > a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #4A8454;
}
.main-menu.main-menu-dark > ul > li > a {
  color: #212121;
}
.main-menu.main-menu-dark > ul > li > a::before {
  background: #212121;
}
.main-menu.main-menu-dark > ul > li > a:hover {
  color: #4A8454;
}
.main-menu.main-menu-dark > ul > li > a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #4A8454;
}
.main-menu.main-menu-dark.white > ul > li > a {
  color: #fff;
}
.main-menu.main-menu-dark.white > ul > li > a::before {
  background: #fff;
}
/*--------------------------------------------------------------- Mobile Menu */
.mobile-navigation {
  padding-top: 0px;
}
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  z-index: 1030;
}
.mobile-menu-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-wrapper.open .mobile-menu-inner {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.mobile-menu-inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: -1px 0px 20px -5px #aaa;
  box-shadow: -1px 0px 20px -5px #aaa;
  -webkit-transform: translateX(calc(100% - 50px));
  -ms-transform: translateX(calc(100% - 50px));
  transform: translateX(calc(100% - 50px));
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  margin-left: auto;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}
.mobile-menu-inner .mobile-menu-inner-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 15px;
  margin-bottom: 40px;
}
.mobile-menu-bg {
  background-color: #fff;
  width: 100%;
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1030;
}
.mobile-menu-inner .logo-mobile {
  width: 180px;
  padding: 15px 0 0 15px;
}
.mobile-menu-inner .offcanvas-btn-close {
  font-size: 35px;
  color: #000000;
  opacity: 1;
  display: block;
  position: fixed;
  right: 17px;
  top: -5px;
}
.mobile-menu-inner .offcanvas-btn-close i {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mobile-menu-inner .offcanvas-btn-close i:hover {
  color: #4A8454;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mobile-menu-inner .widget-social {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu {
  text-align: start;
  padding: 10px 0px 30px;
}
.mobile-menu > .has-children > a i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 25px;
  display: block;
  margin-right: -4px;
}
.mobile-menu > .has-children .dropdown {
  margin-top: 10px;
}
.mobile-menu > .has-children .dropdown li a {
  font-size: 15px;
  display: block;
  font-weight: 400;
  font-family: 'DaxLight';
  padding: 10px 0 10px 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #212121;
}
.mobile-menu > .has-children .dropdown li a:hover {
  color: #4A8454;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mobile-menu > .has-children.active > a {
  color: #4A8454;
}
.mobile-menu > .has-children.active > a i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mobile-menu > li {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 20px;
}
.mobile-menu > li > a {
  color: #212121;
  font-family: 'DaxLight';
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}
.mobile-menu > li > a:hover {
  color: #4A8454;
}
.mobile-menu > li:first-child {
  border-top: 1px solid #ebebeb;
}
/* Offcanvas Overlay */
.offcanvas-overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .9;
}
/* Menu icon*/
.ham {
  position: fixed;
  z-index: 1050;
  right: 5px;
  top: 5px;
}
.ham .mobile-menu-hamburger-white a {
  color: #fff;
  outline: none;
}
.ham .mobile-menu-hamburger-white a:hover {
  color: #4A8454;
}
.ham path.white {
  stroke: #fff;
}
.ham svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ham .active svg {
  transform: rotate(90deg);
}
.ham path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ham path:nth-child(1) {
  transform-origin: 36% 40%;
}
.ham path:nth-child(2) {
  stroke-dasharray: 29 299;
}
.ham path:nth-child(3) {
  transform-origin: 35% 63%;
}
.ham path:nth-child(4) {
  stroke-dasharray: 29 299;
}
.ham path:nth-child(5) {
  transform-origin: 61% 52%;
}
.ham path:nth-child(6) {
  transform-origin: 62% 52%;
}
.ham .active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
  stroke: black !important;
}
.ham .active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
  stroke: black !important;
}
.ham .active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
  stroke: black !important;
}
.ham .active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
  stroke: black !important;
}
.ham .active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
  stroke: black !important;
}
.ham .active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
  stroke: black !important;
}
/*--------------------------------------------------------------- Section */
.section, .section-fluid {
  float: left;
  width: 100%;
}
.section-fluid {
  padding-right: 55px;
  padding-left: 55px;
}
.section-padding {
  padding: 100px 0 100px 0;
}
.section-padding-top {
  padding-top: 100px;
}
.section-padding-bottom {
  padding-top: 100px;
}
.section-half {
  height: 50vh;
}
.section-long-half {
  height: calc(50% - 200px);
}
/*--------------------------------------------------------------- Hero Slider */
.hero-slide-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}
.hero-slide-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-slide-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

  .slide1 {
    width: 300px;
  }
  .slide1 {
    width: 300px;
  }
  .slide1 {
    width: 300px;
  }
  .slide5 {
	  background-image:url("../media/slider/slide-5.jpg");
	  background-position:center;
	  background-size:cover;
  }
.hero-slide-content {
  position: relative;
  z-index: 9;
}
.hero-slide-content .subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  display: block;
  margin-bottom: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Playfair Display', serif;
}
.hero-slide-content .title {
  font-size: 80px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  margin-bottom: 50px;
  letter-spacing: -0.25px;
  text-transform: capitalize;
}
.float-right {
  float: right;
}
.myfloat {
  position: absolute;
  right: 0;
  bottom: -150px;
}
.slide-1, .slide-2, .slide-3, .slide-4, .slide-5 {
  width: 500px;
}
.slide-5 {
  text-align: right;
  padding: 0 0 0 0;
}
.hero-slide-content p {
  line-height: 1.7;
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  color: #fff;
  max-width: 625px;
  margin-bottom: 53px;
}
.hero-slide-content .btn-link {
  font-size: 18px;
  line-height: 1;
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 15px 30px;
}
.hero-slide-content .btn-link:hover {
  color: #fff;
  text-decoration: none;
  background: #4A8454;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #4A8454;
}
.hero-slide-content .btn-link:hover::before {
  background: #4A8454;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.hero-slider .home-slider-prev, .hero-slider .home-slider-next {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 50px;
  top: auto;
  bottom: 55px;
}
.hero-slider .home-slider-prev::after, .hero-slider .home-slider-next::after {
  display: none;
}
.hero-slider .home-slider-prev:hover, .hero-slider .home-slider-next:hover {
  color: #4A8454;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hero-slider .home-slider-prev:focus, .hero-slider .home-slider-next:focus {
  outline: 0;
  border: 0;
}
.hero-slider .home-slider-prev i, .hero-slider .home-slider-next i {
  line-height: 1;
}
.hero-slider .home-slider-prev {
  right: 170px;
  left: auto;
}
.hero-slider .home-slider-next {
  right: 75px;
}
.hero-slider .home-slider-next::after {
  display: none;
}
.hero-slider .swiper-pagination {
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: auto;
  text-align: end;
}
/*-- Hero Slider Content Animation --*/
.hero-slide-content > * {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.swiper-slide-active .hero-slide-content > * {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.swiper-slide-active .hero-slide-content > *:nth-child(1) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.swiper-slide-active .hero-slide-content > *:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-slide-active .hero-slide-content > *:nth-child(3) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.swiper-slide-active .hero-slide-content > *:nth-child(4) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.swiper-slide-active .hero-slide-content > *:nth-child(5) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.swiper-slide-active .hero-slide-content > *:nth-child(6) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
/*-- Hero Slider Social --*/
.hero-slider-social {
  position: absolute;
  bottom: 60px;
  left: 70px;
  z-index: 99;
}
/* swiper default styles */
.swiper-pagination {
  position: static;
  display: block;
  line-height: 1;
  margin-top: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  position: relative;
  outline: none;
  margin-right: 20px;
  margin: 0 5px !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.swiper-pagination .swiper-pagination-bullet:hover:before {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #4A8454;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4A8454;
}
.swiper-pagination.swiper-pagination-primary .swiper-pagination-bullet:hover:before {
  background: #4A8454;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.swiper-pagination.swiper-pagination-primary .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #4A8454;
  background: #4A8454;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.swiper-nav-button {
  background-image: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  width: 48px;
  height: 48px;
  font-size: 24px;
  color: #6d70a6;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  top: 50%;
}
.swiper-nav-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  color: #fff;
  background: #EfEfEf;
}
.swiper-nav-button:hover {
  color: #fff;
}
.swiper-nav-button:hover::before {
  color: #fff;
  background: #000000;
}
.swiper-container:hover .swiper-nav-button {
  opacity: 1;
  visibility: visible;
}
/*--------------------------------------------------------------- Parallax Shortcut */
.parallax {
  position: relative;
  top: 0;
  left: 0;
  height: 50vh;
  z-index: 1;
  display: flex;
  overflow: hidden;
}
.parallax:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
}
.parallax .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 125%;
  background-size: cover;
}
/*--------------------------------------------------------------- Maskhead Title */
.maskhead {
  position: absolute;
  bottom: 60px;
}
.maskhead h1 {
  color: #fff;
  font-weight: lighter;
  font-size: 40px;
}
.maskhead h2 {
  color: #fff;
  font-weight: lighter;
  font-size: 20px;
}
.maskhead h3 {
  color: #fff;
  font-weight: lighter;
  font-size: 25px;
}
.maskhead p {
  color: #fff;
  width: 650px;
  font-weight: lighter;
  font-size: 18px;
  line-height: 1.8;
}
/*--------------------------------------------------------------- Content */
.content img {
  width: 300px;
  margin: 0;
}
.content h1 {
  color: #212121;
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
}
.content h4 {
  color: #212121;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.8;
}
.content-center h1 {
  color: #212121;
  font-weight: 400;
  font-size: 35px;
  text-align: center;
}
.content-center h2 {
  color: #212121;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
.content-center p {
  color: #212121;
  font-weight: lighter;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
/*--------------------------------------------------------------- About Page */
.bg-about {
  background-image: url(../media/about/about-us-maskhead.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-image {
  width: 100%;
  height: 220px;
  background-image: url("../../assets/media/about/all-business-logo-destop.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.history-wrapper {
  padding: 0 0 50px 60px;
}
.history-wrapper .title {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
  color: #000000;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.history-wrapper .history-content .subtitle {
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  line-height: 1.5;
}
.history-wrapper .history-content p {
  font-size: 14px;
  line-height: 1.5;
}
.history-wrapper .signature {
  margin-top: 50px;
}
.history-wrapper .signature .title {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.myborder {
  line-height: 1;
  border: 0px solid #f0f0f0;
  padding: 0%;
  margin: 0 0 30px 0;
}
/*--------------------------------------------------------------- Products & Services Page 1 */
.bg1 {
  background-image: url(../media/products/01-maskhead.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-block .inner-box .image {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.team-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.team-block .inner-box .image .social-icons {
  position: absolute;
  right: -250px;
  bottom: 10px;
  padding: 10px 20px 8px;
  background-color: #ffffff;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.team-block .inner-box .image .social-icons li {
  position: relative;
  margin-right: 15px;
  display: inline-block;
}
.team-block .inner-box .image .social-icons li:last-child {
  margin-right: 0px;
}
.team-block .inner-box .image .social-icons li a {
  position: relative;
  color: #666666;
  font-size: 16px;
  /*font-family: 'RotisSemiSerifStd';*/
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .inner-box .image .social-icons li a:hover {
  color: #4A8454;
}
.team-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}
.team-block .inner-box:hover .image .social-icons {
  right: 0px;
}
.team-block .inner-box:hover .team-content .title a {
  color: #4A8454;
}
.team-block .inner-box .team-content {
  padding: 15px 0px 0px;
}
.team-block .inner-box .team-content .title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3em;
  /*font-family: 'RotisSemiSerifStd';*/
}
.team-block .inner-box .team-content .title a {
  color: #000000;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .inner-box .team-content .subtitle {
  color: #666666;
  font-size: 14px;
  margin-top: 6px;
}
/*--------------------------------------------------------------- Products & Services Page 2 */
.bg-prepaid {
  background-image: url(../media/products/02-maskhead.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-epay {
  width: 20%;
  height: auto;
  padding: 20px 0 0 0;
}
.p-astro {
  width: 200px; /*403px 627px;*/
  height: 311px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  transform: scale(1.1) rotate(0);
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  -ms-transform: scale(1.1) rotate(0);
}
.p-phone {
  width: 240px;
  height: 379px;
  position: absolute;
  right: 290px;
  bottom: 30px;
  transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
}
.p-game {
  width: 400px;
  height: 267px;
  position: absolute;
  right: 570px;
  bottom: 30px;
  transform: scale(1.2) rotate(0);
  -webkit-transform: scale(1.2) rotate(0);
  -moz-transform: scale(1.2) rotate(0);
  -o-transform: scale(1.2) rotate(0);
  -ms-transform: scale(1.2) rotate(0);
}
.l-astro {
  width: 120px;
  height: 120px;
  background: url("../media/products/02-maskhead-bill-payment.svg");
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 125px;
  bottom: 100px;
  z-index: 2
}
.l-phone {
  width: 120px;
  height: 120px;
  background: url("../media/products/02-maskhead-reload-mobile.svg");
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 290px;
  bottom: 100px;
  z-index: 2
}
.l-game {
  width: 120px;
  height: 120px;
  background: url("../media/products/02-maskhead-reload-game.svg");
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 540px;
  bottom: 100px;
  z-index: 2
}
/*--------------------------------------------------------------- Products & Services Page 3 */
.bg-sme {
  background-image: url(../media/products/03b-maskhead.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo-maxis {
  width:200px;
  height:57px;
}
/*--------------------------------------------------------------- Products & Services Page 4 */
.bg-reward {
  background-image: url(../media/products/04-maskhead.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*--------------------------------------------------------------- Products & Services Page 5 */
.bg-beli {
  background-image: url(../media/products/05-maskhead.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-beli {
  width: 200px;
  height: auto;
  padding: 15px 0 0 0;
}
/*--------------------------------------------------------------- Products & Services Page 6 */
.bg-makan {
  background-image: url(../media/products/06b-maskhead.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-you-order {
	height:100%;
	width:100%;
  background-image: url("../media/products/06-bg1.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-you-pay {
	height:100%;
	width:100%;
  /*background-image: url("../media/products/06-bg2b.svg");*/
	background: #DCEBDD;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-we-reward {
  height:100%;
  width:100%;
  background-image: url("../media/products/06-bg3b.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg {
  position: relative;
  height: 50vh;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bg .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
}

.p-front {
	height: 50vh;
	position: relative;
	z-index: 2;
}
.p-bottom {
	position: absolute;
	bottom:0;
}

.p-label{
	background-color:#2F673C;
	width:120px;
	height:120px;
	line-height:1.25;
	color:#fff;
	border-radius:50%;
	text-align: center;
	font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 300;
	margin-top:60px;
}
	.plable1 {
		padding:45px 0;
	}
	.plable2 {
		padding:38px 0;
	}
.mybeli {
	font-size: 20px;
	width:100%;
	position:relative;
	left:150px;
	top:50px;
}
.myloyalty {
	font-size: 20px;
	width:60%;
	position:relative;
	left:175px;
	top:100px;
}

/*--------------------------------------------------------------- Products & Services Page 7 */

.bg-loyalty {
  background-image: url(../media/products/07-maskhead.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-loyalty {
	width:150px;
}
/*--------------------------------------------------------------- Products & Services Page 8 */
.bg-assit {
  background-image: url(../media/products/08-maskhead.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*--------------------------------------------------------------- Products & Services Page 9 */
.bg-protect {
  background-image: url(../media/products/09-maskhead.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo-zurich {
	width:260px;
	padding:10px 0 0 0;
}
.my-padding{
	padding-top:200px;
}
/*--------------------------------------------------------------- Products & Services Page 10 */
.bg-cashless {
  background-image: url(../media/products/10-maskhead.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*--------------------------------------------------------------- Contact Shortcut */
.contact-image-bg {
  position: relative;
  background-image: url("../media/contact.jpg");
  padding: 170px 0px 170px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.contact-image-bg .contact {
  position: relative;
}
.contact-image-bg .contact .video-box {
  position: relative;
  left: 265px;
  top: -110px;
  color: #fff;
  height: 30px;
  width: 30px;
  display: block;
  ;
  border-radius: 25px;
  background-color: #4A8454;
}
.contact-image-bg .contact .whatif::before {
  content: "If you have any enquiry, please click the button below";
  color: #fff;
  font-size: 25px;
  line-height: 1;
}
.ppm-button {
  height: 50px;
  width: 200px;
  text-align: center;
  line-height: 45px;
  font-family: 'DaxLight';
  font-size: 18px;
  color: #fff;
  display: block;
  border-radius: 25px;
  border: 1px solid #365F3C;
  background-color: #365F3C;
  ;
}
.ppm-button:hover {
  border: 1px solid #4A8454;
  background-color: #4A8454;
  color: #fff;
}
.contact-image-bg .contact .video-box .ripple, .contact-image-bg .contact .video-box .ripple::before, .contact-image-bg .contact .video-box .ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30px;
  width: 30px;
  margin-left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 25px;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.contact-image-bg .contact .video-box .ripple::before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}
.contact-image-bg .contact .video-box .ripple::after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}
.contact-image-bg .contact .subtitle {
  position: relative;
  color: #fff;
  font-weight: 400;
  line-height: 1em;
  font-size: 24px;
}
.contact-image-bg .contact h2 {
  position: relative;
  color: #fff;
  font-weight: 600;
  line-height: 1.1em;
  font-size: 110px;
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*--------------------------------------------------------------- Contact Page 10 */
.bg-contact {
  background-image: url("../media/contact-maskhead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.location-list span{
	font-weight: 600;
}
.form-label {
  margin-bottom: 0.1rem;
}
.form-check-label {position: relative; top:-3px}
.error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #365f3c;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
  margin-top: 60px !important;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*--------------------------------------------------------------- Terms & Conditions */
.terms-conditions h1 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
}
.terms-conditions h2 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
}
.terms-conditions p {
  font-family: "Times New Roman", "serif";
  font-size: 15px;
  line-height: 1.5;
  color: #212121;
}
.terms-conditions p span {
  font-weight: bold;
}
.terms-conditions ol {
  font-family: "Times New Roman", "serif";
  list-style-type: none;
  counter-reset: item;
  margin: 0;
}
.terms-conditions ol li {
  padding: 0 0 28px 0;
  line-height: 1.5;
  color: #212121;
}
.terms-conditions li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.terms-conditions li span {
  font-weight: bold;
  color: #212121;
}
.terms-conditions li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
  font-family: "Times New Roman", "serif";
}
.terms-conditions li li {
  margin: 0;
}
.terms-conditions li li:before {
  content: counters(item, ".") " ";
  font-family: "Times New Roman", "serif";
}
/*--------------------------------------------------------------- Footer */
footer {
  padding-bottom: 40px;
}
.footer-logo {
  margin-bottom: 90px;
}
.footer-logo .logo-size {
  width: 240px;
  height:46px;
}
.footer-nav {
  padding-bottom: 50px;
}
.footer-nav li {
  margin-right: 65px;
  line-height: 0.8;
}
.footer-nav li span {
  font-size: 13px;
  font-weight: bold;
  color: #212121;
  font-family: 'DaxLight';
  position: relative;
}
.footer-nav li span a {
  color: #212121;
  font-weight: bold;
  font-family: 'DaxLight';
  position: relative;
}
.footer-nav li span a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #000000;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-nav li span a:hover::before {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-nav li {
  padding: 3px 0;
}
.footer-nav li a {
  font-size: 13px;
  font-weight: 300;
  color: #212121;
  font-family: 'DaxLight';
  position: relative;
}
.footer-nav li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #212121;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-nav li a:hover::before {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-nav li:last-child {
  margin-right: 0px;
}
.copyright {
  font-size: 12px;
  font-family: 'DaxLight';
  color: #999999;
  margin-bottom: 50px;
}
.copyright span {
  color: #000000;
  font-weight: 600;
}
.copyright a {
  color: #000000;
  font-weight: 600;
}
.copyright a:hover {
  color: #4A8454;
}
/*--------------------------------------------------------------- Scroll to Top Button */
.scroll-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 8;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: #6C757D;
  background-size: 200% auto;
  background-position: left center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: hidden;
}
.scroll-top:hover {
  background-color: #4A8454;
}
.scroll-top:hover i {
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}
.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.scroll-top .arrow-top {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.scroll-top .arrow-bottom {
  -webkit-transform: translate(-50%, 80px);
  -ms-transform: translate(-50%, 80px);
  transform: translate(-50%, 80px);
}
.scroll-top:hover {
  background-position: right center;
}
.scroll-top:hover .arrow-top {
  -webkit-transform: translate(-50%, -80px);
  -ms-transform: translate(-50%, -80px);
  transform: translate(-50%, -80px);
}
.scroll-top:hover .arrow-bottom {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*--------------------------------------------------------------- Media Query */
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .main-menu > ul > li + li {
    margin-left: 55px;
  }
  .section-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-slide-content .subtitle {
    margin-bottom: 20px;
  }
  .hero-slider .home-slider-prev, .hero-slider .home-slider-next {
    bottom: 30px;
  }
  .hero-slider-social {
    bottom: 30px;
    left: 30px;
  }
  .maskhead {
    bottom: 30px;
  }
  .p-beli {
  width: 150px;
  height: auto;
  padding: 10px 0 0 0;
}
  .p-epay {
    width: 35%;
    height: auto;
    padding: 0px 0 0 0;
  }
  .p-astro {
    width: 200px; /*403px 627px;*/
    height: 311px;
    position: absolute;
    right: 50px;
    bottom: 0px;
    transform: scale(.9) rotate(0);
    -webkit-transform: scale(.9) rotate(0);
    -moz-transform: scale(.9) rotate(0);
    -o-transform: scale(.9) rotate(0);
    -ms-transform: scale(.9) rotate(0);
  }
  .p-game {
    width: 400px;
    height: 267px;
    position: absolute;
    right: 420px;
    bottom: 20px;
    transform: scale(.8) rotate(0);
    -webkit-transform: scale(.8) rotate(0);
    -moz-transform: scale(.8) rotate(0);
    -o-transform: scale(.8) rotate(0);
    -ms-transform: scale(.8) rotate(0);
  }
  .p-phone {
    width: 240px;
    height: 379px;
    position: absolute;
    right: 240px;
    bottom: 0px;
    transform: scale(.8) rotate(0);
    -webkit-transform: scale(.8) rotate(0);
    -moz-transform: scale(.8) rotate(0);
    -o-transform: scale(.8) rotate(0);
    -ms-transform: scale(.8) rotate(0);
  }
  .l-astro {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: 150px;
    bottom: 70px;
    z-index: 2;
  }
  .l-phone {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: 320px;
    bottom: 70px;
    z-index: 2;
  }
  .l-game {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: 500px;
    bottom: 70px;
    z-index: 2;
  }
	.mybeli {
	font-size: 20px;
	width:100%;
	position:relative;
	left:150px;
	top:80px;
}
.myloyalty {
	width:60%;
	position:relative;
	left:155px;
	top:90px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .main-menu > ul > li + li {
    margin-left: 55px;
  }
  .section-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-slide-content .subtitle {
    margin-bottom: 20px;
  }
  .hero-slider .home-slider-prev, .hero-slider .home-slider-next {
    bottom: 30px;
  }
  .hero-slider-social {
    bottom: 30px;
    left: 30px;
  }
  .maskhead {
    bottom: 30px;
  }
.maskhead h1 {
  color: #fff;
  font-weight: lighter;
  font-size: 35px;
	line-height: 1;
}
.maskhead h2 {
  color: #fff;
  font-weight: lighter;
  font-size: 18px;
}
 .bg-about {
  background-image: url(../media/about/about-us-maskhead.jpg);
  background-position: right -50px;
  background-repeat: no-repeat;
  background-size: cover;
}
  .p-epay {
    width: 20%;
    height: auto;
    padding: 0px 0 0 0;
  }
  .p-game {
    width: 400px;
    height: 267px;
    position: absolute;
    right: 480px;
    bottom: -10px;
    transform: scale(.8) rotate(0);
    -webkit-transform: scale(.8) rotate(0);
    -moz-transform: scale(.8) rotate(0);
    -o-transform: scale(.8) rotate(0);
    -ms-transform: scale(.8) rotate(0);
  }
  .p-astro {
    width: 200px; /*403px 627px;*/
    height: 311px;
    position: absolute;
    right: 100px;
    bottom: 0px;
    transform: scale(.8) rotate(0);
    -webkit-transform: scale(.8) rotate(0);
    -moz-transform: scale(.8) rotate(0);
    -o-transform: scale(.8) rotate(0);
    -ms-transform: scale(.8) rotate(0);
  }

  .p-phone {
    width: 240px;
    height: 379px;
    position: absolute;
    right: 290px;
    bottom: -20px;
    transform: scale(.7) rotate(0);
    -webkit-transform: scale(.7) rotate(0);
    -moz-transform: scale(.7) rotate(0);
    -o-transform: scale(.7) rotate(0);
    -ms-transform: scale(.7) rotate(0);
  }
  .l-astro {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: 200px;
    bottom: 70px;
    z-index: 2;
  }
  .l-phone {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: 350px;
    bottom: 70px;
    z-index: 2;
  }
  .l-game {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: 530px;
    bottom: 70px;
    z-index: 2;
  }
.p-beli {
  width: 100px;
  height: auto;
  padding: 10px 0 0 0;
}

  .content h4 {
    color: #212121;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
  }
		.bg {
  height: 82vh;
}
	.p-front {
	height: 82vh;
}
	.p-label{
	background-color:#2F673C;
	width:100px;
	height:100px;
	line-height:1.25;
	color:#fff;
	border-radius:50%;
	text-align: center;
	font-family: 'Playfair Display', serif;
    font-size: 0.85rem;
    font-weight: 300;
	margin-top:90px;
	
}
		.plable1 {
		padding:40px 0;
	}
	.plable2 {
		padding:32px 0;
	}
  .mybeli {
	font-size: 20px;
	width:100%;
	position:relative;
	left:100px;
	top:20px;
}
.myloyalty {
	width:75%;
	position:relative;
	left:45px;
	top:50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo img {
    width: 100%;
  }
  .header-sticky.sticky {
    padding: 0 15px;
  }
  .main-menu > ul > li + li {
    margin-left: 40px;
  }
  .section-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .maskhead {
    position: absolute;
    bottom: 40px;
  }
  .maskhead h1 {
    color: #fff;
    font-weight: lighter;
    font-size: 30px;
  }
  .maskhead h2 {
    color: #fff;
    font-weight: lighter;
    font-size: 20px;
  }
  .history-wrapper {
    padding-left: 30px;
  }
  .myborder {
    border: 0px solid #f0f0f0;
    padding: 0;
    margin: 0 0 30px 0;
  }
  .content img {
    margin: 20px 0 0 0;
  }
  .about-image {
    width: 100%;
    height: 220px;
    background-size: 100%;
  }
  .p-epay {
    width: 30%;
    height: auto;
    padding: 20px 0 20px 0;
  }
  .p-astro {
    width: 200px; /*403px 627px;*/
    height: 311px;
    position: absolute;
    right: 50px;
    bottom: 0px;
    transform: scale(.9) rotate(0);
    -webkit-transform: scale(.9) rotate(0);
    -moz-transform: scale(.9) rotate(0);
    -o-transform: scale(.9) rotate(0);
    -ms-transform: scale(.9) rotate(0);
  }
  .p-game {
    width: 400px;
    height: 267px;
    position: absolute;
    right: 420px;
    bottom: 20px;
    transform: scale(.8) rotate(0);
    -webkit-transform: scale(.8) rotate(0);
    -moz-transform: scale(.8) rotate(0);
    -o-transform: scale(.8) rotate(0);
    -ms-transform: scale(.8) rotate(0);
  }
  .p-phone {
    width: 240px;
    height: 379px;
    position: absolute;
    right: 240px;
    bottom: 0px;
    transform: scale(.8) rotate(0);
    -webkit-transform: scale(.8) rotate(0);
    -moz-transform: scale(.8) rotate(0);
    -o-transform: scale(.8) rotate(0);
    -ms-transform: scale(.8) rotate(0);
  }
  .l-astro {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: 150px;
    bottom: 70px;
    z-index: 2;
  }
  .l-phone {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: 320px;
    bottom: 70px;
    z-index: 2;
  }
  .l-game {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: 500px;
    bottom: 70px;
    z-index: 2;
  }
	  .mybeli {
    font-size: 15px;
    width: 100%;
    position: relative;
    left: 0;
    top: 10px;
  }
  .myloyalty {
    width: 100%;
    position: relative;
    left: 0;
    top: -40px;
  }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu > ul > li + li {
    margin-left: 18px;
  }
  .mobile-menu-hamburger a {
    display: none;
  }
  .mobile-menu-hamburger a.fal {
    font-size: 30px;
  }
  .section-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-half {
    height: auto;
    display: block;
  }
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero-slide-content p {
    font-size: 16px;
    margin-bottom: 40px;
    max-width: 500px;
  }
  .hero-slide-content .btn-link {
    font-size: 16px;
  }
  .maskhead {
    position: absolute;
    bottom: 90px;
  }
  .maskhead h1 {
    color: #fff;
    font-weight: lighter;
    font-size: 30px;
  }
  .maskhead h2 {
    color: #fff;
    font-weight: lighter;
    font-size: 20px;
  }
  .history-wrapper {
    padding-left: 0px;
  }
  .myborder {
    line-height: 1;
    border: 0px solid #f0f0f0;
    padding: 0%;
    margin: 0 0 30px 0;
    width: 100%;
  }
  .content-center h1 {
    font-weight: 600;
    font-size: 35px;
    text-align: left;
    width: 350px;
  }
  .content-center h2 {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }
  .d-white {
    background-color: #fff;
  }
  .about-image {
    width: 100%;
    height: 220px;
    background-size: 97%;
  }
  .p-epay {
    width: 40%;
    height: auto;
    padding: 20px 0 20px 0;
  }
  .p-astro {
    width: 200px; /*403px 627px;*/
    height: 311px;
    position: absolute;
    right: 50px;
    bottom: -20px;
    transform: scale(.6) rotate(0);
    -webkit-transform: scale(.6) rotate(0);
    -moz-transform: scale(.6) rotate(0);
    -o-transform: scale(.6) rotate(0);
    -ms-transform: scale(.6) rotate(0);
  }
  .p-game {
    width: 400px;
    height: 267px;
    position: absolute;
    right: 470px;
    bottom: -40px;
    transform: scale(.5) rotate(0);
    -webkit-transform: scale(.5) rotate(0);
    -moz-transform: scale(.5) rotate(0);
    -o-transform: scale(.5) rotate(0);
    -ms-transform: scale(.5) rotate(0);
  }
  .p-phone {
    width: 240px;
    height: 379px;
    position: absolute;
    right: 280px;
    bottom: -45px;
    transform: scale(.5) rotate(0);
    -webkit-transform: scale(.5) rotate(0);
    -moz-transform: scale(.5) rotate(0);
    -o-transform: scale(.5) rotate(0);
    -ms-transform: scale(.5) rotate(0);
  }
  .l-astro {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: 150px;
    bottom: 70px;
    z-index: 2;
  }
  .l-phone {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: 320px;
    bottom: 70px;
    z-index: 2;
  }
  .l-game {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: 530px;
    bottom: 70px;
    z-index: 2;
  }
  .contact-image-bg {
    padding: 120px 0;
    background-position: center;
  }
  .contact-image-bg .contact h2 {
    font-size: 90px;
  }
  .contact-image-bg .contact .video-box {
    position: relative;
    left: 215px;
    top: -95px;
    color: #fff;
    height: 30px;
    width: 30px;
    display: block;
    ;
    border-radius: 25px;
    background-color: #4A8454;
  }
  .contact--image-bg .contact h2 {
    font-size: 60px;
  }
  .contact--image-bg .contact .video-box {
    position: relative;
    left: 143px;
    top: -63px;
    color: #fff;
    height: 20px;
    width: 20px;
    display: block;
    ;
    border-radius: 25px;
    background-color: #4A8454;
  }
  .contact-image-bg .contact .video-box .ripple, .contact-image-bg .contact .video-box .ripple::before, .contact-image-bg .contact .video-box .ripple::after {
    height: 20px;
    width: 20px;
  }
  .contact-image-bg .contact p {
    font-size: 16px;
    width: 510px;
  }
  .footer-logo {
    margin-bottom: 76px;
  }
	  .mybeli {
    font-size: 15px;
    width: 100%;
    position: relative;
    left: 0;
    top: 10px;
  }
  .myloyalty {
    width: 100%;
    position: relative;
    left: 0;
    top: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .header-transparent-bg {
    border-bottom: 0px solid #E6E6E6;
  }
  .header-wrapper {
    min-height: 60px;
  }
  .header-logo img {
    width: 150px;
    padding: 25px 0;
  }
  .mobile-menu-hamburger a span {
    display: none;
  }
  .parallax {
		height:100vh;
	}
  .section-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-half {
    height: auto;
    display: block;
  }
  .section-padding {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  .hero-slide-content .subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .hero-slide-content {
    position: absolute;
    z-index: 9;
    bottom: 30px
  }
  .hero-slide-content p {
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 400px;
  }
  .hero-slide-content .title {
    font-size: 50px;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    margin-bottom: 50px;
    letter-spacing: -0.25px;
    text-transform: capitalize;
  }
  .slide-1 {
    width: 300px;
  }
  .slide-2 {
    width: 300px;
  }
  .slide-3 {
    width: 300px;
  }
  .slide-5 {
    text-align: left;
    width: 300px;
    padding: 0 0 0 0;
  }
  .hero-slider-social {
    bottom: 20px;
    left: 30px;
  }
  .myfloat {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .float-right {
    float: left;
  }
  .history-wrapper {
    padding-left: 0px;
  }

  .myborder {
    line-height: 0;
    border: 1px solid #f0f0f0;
    padding: 5% 5%;
    margin: 0 15px 25px 15px;
    width: calc(100% - 30px);
  }
	
  .content-center h1 {
    font-weight: 600;
    font-size: 35px;
    text-align: left;
    width: 350px;
  }
  .content-center h2 {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }
  .about-image {
    height: 453px;
    background-image: url("../../assets/media/about/all-business-logo-mobile.svg");
    background-size: 70%;
    background-position: 30px center;
    background-repeat: no-repeat;
  }
  .d-white {
    background-color: #fff;
  }
  .contact-image-bg {
    padding: 100px 0;
  }
  .contact-image-bg .contact .video-box {
    position: relative;
    top: -55px;
    left: 118px;
    height: 18px;
    width: 18px;
  }
  .contact-image-bg .contact .subtitle {
    font-size: 20px;
  }
  .contact-image-bg .contact h2 {
    font-size: 50px;
  }
  .contact-image-bg .contact .video-box .ripple, .contact-image-bg .contact .video-box .ripple::before, .contact-image-bg .contact .video-box .ripple::after {
    height: 18px;
    width: 18px;
  }
  .contact-image-bg .contact p {
    font-size: 16px;
    width: 100%;
  }
  .footer-logo {
    margin-bottom: 56px;
  }
  .footer-nav li {
    margin-right: 20px;
  }
	
 .maskhead {
    position: absolute;
    bottom: 100px;
  }
  .maskhead h1 {
    color: #fff;
    font-weight: lighter;
    font-size: 30px;
  }
  .maskhead h2 {
    color: #fff;
    font-weight: lighter;
    font-size: 20px;
  }
	
  .p-epay {
    width: 45%;
    height: auto;
    padding: 10px 0 0 0;
  }
  .p-astro {
    width: 200px; /*403px 627px;*/
    height: 311px;
    position: absolute;
    right: 30px;
    bottom: -20px;
    transform: scale(.6) rotate(0);
    -webkit-transform: scale(.6) rotate(0);
    -moz-transform: scale(.6) rotate(0);
    -o-transform: scale(.6) rotate(0);
    -ms-transform: scale(.6) rotate(0);
  }
  .p-game {
    width: 400px;
    height: 267px;
    position: absolute;
    right: 350px;
    bottom: -40px;
    transform: scale(.5) rotate(0);
    -webkit-transform: scale(.5) rotate(0);
    -moz-transform: scale(.5) rotate(0);
    -o-transform: scale(.5) rotate(0);
    -ms-transform: scale(.5) rotate(0);
  }
  .p-phone {
    width: 240px;
    height: 379px;
    position: absolute;
    right: 200px;
    bottom: -45px;
    transform: scale(.5) rotate(0);
    -webkit-transform: scale(.5) rotate(0);
    -moz-transform: scale(.5) rotate(0);
    -o-transform: scale(.5) rotate(0);
    -ms-transform: scale(.5) rotate(0);
  }
  .l-astro {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: 120px;
    bottom: 70px;
    z-index: 2;
  }
  .l-phone {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: 280px;
    bottom: 70px;
    z-index: 2;
  }
  .l-game {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: 430px;
    bottom: 70px;
    z-index: 2;
  }


}
@media only screen and (max-width: 575px) {
  .mobile-menu-inner {
    width: 100%;
  }
  .hero-slider .swiper-pagination {
    right: 15px;
  }
  .hero-slider-social {
    left: 15px;
  }
  .section-padding-top {
    padding-top: 50px;
  }

  .maskhead {
    position: absolute;
    bottom: 30px;
  }
  .bg-about {
  background-image: url(../media/about/about-us-maskhead-mobile.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
	.bg1 {
  background-image: url("../media/products/01-maskhead-mobile.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}
	.bg-sme {
  background-image: url(../media/products/03-maskhead-mobile.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
  .team-block .inner-box .team-content .title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
  }
  	.logo-maxis {
  width:160px;
  height:46px;
}
.p-beli {
  width: 100px;
  height: auto;
  padding: 10px 0 0 0;
}
		
.bg-reward {
  background-image: url("../media/products/04-maskhead-mobile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
	.bg-assit {
  background-image: url(../media/products/08-maskhead-mobile.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
	.bg-protect {
  background-image: url(../media/products/09-maskhead-mobile.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
}
@media only screen and (max-width: 479px) {
.hero-slide-content .title {
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    margin-bottom: 50px;
    letter-spacing: -0.25px;
    text-transform: capitalize;
  }
  .header-wrapper {
    min-height: 60px;
  }
  .header-logo img {
    width: 140px;
    padding: 15px 0;
  }
  .header-sticky.sticky {
    padding: 0;
    height: 58px;
  }
  .section-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .slide-1 {
    width: 300px;
  }
	.slide-4{
  width: 300px;
}
  .slide-5 {
    width: 300px;
  }
	
  .hero-slide-content p {
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 280px;
  }
  .hero-slide-content .btn-link {
    font-size: 14px;
  }
	.parallax {
		height:70vh;
	}
    .maskhead {
    position: absolute;
    bottom: 20px;
  }
  .maskhead h1 {
    color: #fff;
    font-weight: lighter;
    font-size: 20px;
  }
  .maskhead h2 {
    color: #fff;
    font-weight: lighter;
    font-size: 15px;
  }

  .team-block .inner-box .team-content .title {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
  }
	
  .content h1 {
    color: #212121;
    font-weight: 400;
    font-size: 30px;
    text-align: left;
    line-height: 1;
    width: 280px;
  }
  .content img {
    width: 300px;
    margin: 20px 0;
  }
  .content h3 {
    color: #212121;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
  }
  .content h4 {
    color: #212121;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
  }
  .content-center h1 {
    color: #212121;
    width: 100%;
    font-weight: 400;
    font-size: 30px;
    text-align: left;
  }
  .contact-image-bg .contact h2 {
    font-size: 50px;
  }
  .contact-image-bg .contact .whatif::before {
    content: "If you have any enquiry, please touch the button below";
    color: #fff;
    line-height: 0;
    font-size: 20px;
  }
	button:focus {
  outline: dotted 0px;
  outline: -webkit-focus-ring-color auto 0px;
}
  .ppm-button {
    height: 50px;
    width: 150px;
  }
  .contact-image-bg .contact p {
    font-size: 14px;
  }
  .scroll-top {
    font-size: 20px;
    right: 15px;
  }
	.p-astro {
	width:200px; /*403px 627px;*/
	height:311px;
 	position:absolute;
	right: 0;
	left: -35px;
	bottom: 200px;
	transform: scale(.55) rotate(60deg);
	-webkit-transform: scale(.55) rotate(60deg);
    -moz-transform: scale(.55) rotate(60deg);
    -o-transform: scale(.55) rotate(60deg);
    -ms-transform: scale(.55) rotate(60deg);
}

.p-game {
	width:400px;
	height:267px;
	position:absolute;
	right: -150px;
	bottom: 260px;
	transform: scale(.45) rotate(270deg);
	-webkit-transform: scale(.45) rotate(270deg);
    -moz-transform: scale(.45) rotate(270deg);
    -o-transform: scale(.45) rotate(270deg);
    -ms-transform: scale(.45) rotate(270deg);
}

.p-phone {
	width:240px;
	height:379px;
	position:absolute;
	right:-50px;
	bottom: 70px;
	transform: scale(.45) rotate(295deg);
	-webkit-transform: scale(.45) rotate(295deg);
    -moz-transform: scale(.45) rotate(295deg);
    -o-transform: scale(.45) rotate(295deg);
    -ms-transform: scale(.45) rotate(295deg);
}
	.l-astro {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
	right: 0;
	left: 60px;
    bottom: 380px;
    z-index: 2;
  }
  .l-phone {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: 90px;
    bottom: 270px;
    z-index: 2;
  }
  .l-game {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    position: absolute;
    right: 90px;
    bottom: 380px;
    z-index: 2;
  }
.bg {
  height: 72vh;
}
	.p-front {
	height: 72vh;
}
	.bg-you-pay {
	height:200%;
	width:200%;
  background-image: none;
  background-color: #DCEBDD;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 200% 200%;
}
	.my-padding{
	padding-top:0;
}
	
.bg-reward {
  background-image: url(../media/products/04-maskhead-mobile.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-assit {
  background-image: url(../media/products/08-maskhead-mobile.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
	.bg-protect {
  background-image: url(../media/products/09-maskhead-mobile.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
	
	  .p-label {
    background-color: #2F673C;
    width: 90px;
    height: 90px;
    line-height: 1.25;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 0.85rem;
    font-weight: 300;
    margin-top: 55px;
  }
	  .plable1 {
    padding: 35px 0;
  }
  .plable2 {
    padding: 28px 0;
  }
  .mybeli {
    font-size: 15px;
    width: 100%;
    position: relative;
    left: 0;
    top: 10px;
  }
  .myloyalty {
    width: 100%;
    position: relative;
    left: 0;
    top: -40px;
  }
}