body {
  font-family: 'Roboto', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container h2 {
  color: #252525;
  position: relative;
  font-family: 'Poppins', sans-serif;
  z-index: 1;
}

.heading_container h2::before {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: -5px;
  background-color: #ff594c;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.heading_container.justify-content-center h2::before {
  display: none;
}

/*header section*/
.hero_area {
  height: 100vh;
  /*background-image: url(../images/hero-bg.jpg);*/
  background-image: url(https://cdn.shopify.com/s/files/1/1531/9251/files/Boh_Tea_Estate_Exterior.jpg?v=1543908421);
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero_area::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 77%;
  height: 100%;
  background-image: url(../images/hero-side-bg.png);
  background-size: cover;
}

.sub_page .hero_area {
  height: auto;
  background-size: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  overflow-x: hidden;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .user_option a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .user_option a img {
  min-width: 20px;
  height: 20px;
  margin-right: 5px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 15px;
  color: #060606;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #24d278;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.custom_nav-container form {
  padding-top: 7px;
}

.navbar-brand {
  margin-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Righteous', cursive;
  font-size: 1.5rem;
  font-weight: bold;
  background: -webkit-linear-gradient(#13e579, #3abc79);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-brand img {
  width: 70px;
}

.custom_nav-container {
  /*z-index: 99999;*/
  z-index: 1;
  padding: 0;
  height: 70px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 50px;
  width: 30px;
  height: 30px;
}

.lg_toggl-btn {
  background-color: transparent;
  border: none;
  outline: none;
  width: 56px;
  height: 40px;
  cursor: pointer;
}

.lg_toggl-btn:focus {
  outline: none;
}

.login_btn-container {
  padding-top: 30px;
}

.login_btn-container a {
  color: #24d278;
  text-transform: uppercase;
}

/*end header section*/
/* slider section */
.slider_section {
  height: calc(100% - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .container {
  position: relative;
  z-index: 2;
}

.slider_section .number_box {
  width: 50px;
  position: absolute;
  right: 25px;
  top: 46%;
  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;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  font-size: 22px;
  display: none;
}

.slider_section .number_box::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box {
  border: 5px double #252525;
  padding: 0 20px 20px;
  background: rgba(204, 204, 204, 0.1);
  border-radius: 2px;
}

.slider_section .detail-box h1 {
  color: #24d278;
  text-transform: uppercase;
}

.slider_section .detail-box h1 span {
  font-size: 4rem;
  color: #252525;
  text-shadow: 1px 1px 2px #afc7ab;
}

.slider_section .detail-box p {
  margin-top: 15px;
  text-shadow: 1px 1px 2px #afc7ab;
}

.slider_section .detail-box .btn-box {
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  text-transform: uppercase;
  text-align: center;
  width: 135px;
  font-size: 15px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 6px 0;
  background-color: #FF594C;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 20px;
  margin-right: 5px;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: #ffffff;
  border-color: #FF594C;
  color: #FF594C;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 6px 0;
  background-color: #252525;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 20px;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: #ffffff;
  border-color: #252525;
  color: #252525;
}

.slider_section .img-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slider_section .img-container .img-box {
  width: 325px;
}

.slider_section .img-container .img-box img {
  width: 100%;
}

.slider_section .play_btn {
  background-color: #24d278;
  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;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  position: absolute;
  z-index: 3;
  top: 56%;
  right: 32%;
  display: none;
}

.slider_section .play_btn a {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #fff, #eee, #ddd);
  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;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.slider_section .play_btn img {
  width: 20px;
  margin-left: 3px;
}

.slider_section .play_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #1cde9e;
  opacity: 1;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider_section .play_btn::before {
  z-index: 2;
  -webkit-animation: before-animation 1500ms infinite;
          animation: before-animation 1500ms infinite;
}

@-webkit-keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
  }
  30% {
	opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
  }
  30% {
	opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.slider_section .carousel {
  height: 350px;
}

.slider_section .carousel-indicators {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 25px;
  display: none;
}

.slider_section .carousel-indicators li {
  width: 15px;
  height: 5px;
  border-radius: 1px;
  background-color: #45FF9F;
  opacity: 1;
  border: none;
  background-clip: unset;
}

.slider_section .carousel-indicators li.active {
  background-color: #ffffff;
}

.slider_section ol.carousel-indicators.indicator-2 {
  position: unset;
}

.slider_section ol.carousel-indicators.indicator-2 li {
  width: 25px;
  height: 25px;
  text-indent: 0px;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
  margin: 0;
  background-color: transparent;
  opacity: 1;
  border: none;
  display: none;
}

.slider_section ol.carousel-indicators.indicator-2 li.active {
  display: block;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -5px;
  background: url(https://imagevars.gulfnews.com/2018/2/21/1_16a0848b3ef.2177060_625372003_16a0848b3ef_medium.jpg);
  background-size: contain;
  z-index: -1;
  width: calc(100% - 30px);
  height: calc(100% - 15px);
  filter: opacity(0.6) blur(1px) drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
}

.about_section .img-box img {
  width: 100%;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

.about_section .play_btn {
  background-color: #24d278;
  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;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.about_section .play_btn a {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #fff, #eee, #ddd);
  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;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.about_section .play_btn img {
  width: 20px;
  margin-left: 3px;
}

.about_section .play_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #1cde9e;
  opacity: 1;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about_section .play_btn::before {
  z-index: 2;
  -webkit-animation: before-animation 1500ms infinite;
          animation: before-animation 1500ms infinite;
}

.about_section .detail-box p {
  margin-top: 20px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 7px 25px;
  background-color: #252525;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 20px;
  margin-top: 35px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #252525;
  color: #252525;
}

.trending_section {
  background-color: #f4f5f7;
}

.trending_section .tab_container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}

.trending_section .tab_container #tab-selector {
  width: 25%;
  height: 44px;
  background: linear-gradient(90deg, #24d278, #12c99a);
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s cubic-bezier(.68,-0.25,.27,1.25);
  z-index: -1;
  margin: 35px 0;
}

.trending_section .tab_container .t-link-box {
  margin: 35px 0;
  padding: 10px 15px;
  color: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  flex-basis: 25%;
}

.trending_section .tab_container .t-link-box[aria-expanded="true"] {
  pointer-events: none;
}

.trending_section .tab_container .t-link-box h5 {
  margin: 0;
}

.trending_section .tab_container .t-link-box hr {
  background-color: #24d278;
  width: 60px;
  height: 1.5px;
  border: none;
  margin: 0 65px 0 5px;
  display: none;
}

.trending_section .tab_container .t-link-box:hover {
  cursor: pointer;
}

.trending_section .tab_container .t-link-box .number {
  margin-right: 35px;
  transition: 0.6s cubic-bezier(.68,-0.25,.27,1.25);
}

.trending_section .tab_container .t-link-box[aria-expanded="true"] .number {
  color: #ffffff;
}

.trending_section .tab_container .t-link-box .t-name {
  color: #252525;
  transition: 0.6s cubic-bezier(.68,-0.25,.27,1.25);
}

.trending_section .tab_container .t-link-box[aria-expanded="true"] .t-name {
  color: #ffffff;
}

.trending_section .img_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trending_section .img_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.trending_section .img_container .box .img-box {
  margin: 15px;
}

.trending_section .img_container .box .img-box p {
  font-size: 14px;
  text-align: justify;
}

.trending_section .img_container .box .img-box p strong {
  font-size: 16px;
}

.trending_section .img_container .box .img-box p b {
  font-size: 15px;
  font-weight: 500;
}

.trending_section .img_container .box .img-box img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.trending_section .img_container .box.b-1 {
  padding-top: 35px;
}

.wholesale_section {
  background-color: #f4f5f7;
}

.wholesale_section .tab_container {
  position: relative;
  z-index: 1;
}

.wholesale_section .tab_container #tab-selector {
  width: 100%;
  height: 44px;
  background: linear-gradient(90deg, #24d278, #12c99a);
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s cubic-bezier(.68,-0.25,.27,1.25);
  z-index: -1;
}

.wholesale_section .tab_container .t-link-box {
  margin: 35px 0;
  padding: 10px 15px;
  color: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wholesale_section .tab_container .t-link-box[aria-expanded="true"] {
  pointer-events: none;
}

.wholesale_section .tab_container .t-link-box h5 {
  margin: 0;
}

.wholesale_section .tab_container .t-link-box hr {
  background-color: #24d278;
  width: 60px;
  height: 1.5px;
  border: none;
  margin: 0 65px 0 5px;
  display: none;
}

.wholesale_section .tab_container .t-link-box:hover {
  cursor: pointer;
}

.wholesale_section .tab_container .t-link-box .number {
  margin-right: 35px;
  transition: 0.6s cubic-bezier(.68,-0.25,.27,1.25);
}

.wholesale_section .tab_container .t-link-box[aria-expanded="true"] .number {
  color: #ffffff;
}

.wholesale_section .tab_container .t-link-box .t-name {
  color: #252525;
  transition: 0.6s cubic-bezier(.68,-0.25,.27,1.25);
}

.wholesale_section .tab_container .t-link-box[aria-expanded="true"] .t-name {
  color: #ffffff;
}

.wholesale_section .img_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wholesale_section .img_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wholesale_section .img_container .box .img-box {
  margin: 15px;
}

.wholesale_section .img_container .box .img-box p {
  font-size: 14px;
  text-align: justify;
}

.wholesale_section .img_container .box .img-box p strong {
  font-size: 16px;
}

.wholesale_section .img_container .box .img-box p b {
  font-size: 15px;
  font-weight: 500;
}

.wholesale_section .img_container .box .img-box img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.wholesale_section .img_container .box.b-1 {
  padding-top: 35px;
}

.discount_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.discount_section .detail-box {
  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;
}

.discount_section .detail-box h2 {
  padding-left: 45px;
}

.discount_section .detail-box h2.main_heading {
  font-size: 3rem;
  padding: 0;
  color: #24d278;
  text-transform: uppercase;
}

.discount_section .detail-box a {
  display: inline-block;
  padding: 6px 30px;
  background-color: #252525;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 20px;
  margin-top: 25px;
}

.discount_section .detail-box a:hover {
  background-color: transparent;
  border-color: #252525;
  color: #252525;
}

.discount_section .img-box img {
  width: 100%;
}

.brand_section {
  background-color: #f4f5f7;
}

.brand_section .brand_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.brand_section .brand_container .box {
  position: relative;
  text-align: center;
  background-color: #e4e5e9;
  /*padding: 35px;*/
  margin: 30px auto 0;
  max-width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  z-index: 1;
  border-radius: 5px;
}

.brand_section .brand_container .box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://t4.ftcdn.net/jpg/04/79/56/23/360_F_479562381_Ju1KXrVdYLLcREBipAMqjjwGjWaXcBgs.jpg);
  background-size: contain;
  opacity: 0.6;
  z-index: -1;
  border-radius: 5px;
}

.brand_section .brand_container .box a {
  display: block;
  padding: 15px;
}

.brand_section .brand_container .box h6 {
  color: #252525;
  margin-top: 15px;
}

.brand_section .brand_container .box h6.price {
  color: #444444;
}

.brand_section .brand_container .box .new {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 35px;
  background-color: #252525;
  color: #ffffff;
  display: none;
}

.brand_section .brand_container .box .new h6 {
  margin: 0;
}

.brand_section .brand_container .box .img-box img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}

.brand_section .brand_container .box .img-box img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*.brand_section .brand_container .box:hover {
  background-color: rgba(36, 210, 120, 0.5);
}*/

.brand_section .brand_container .box:hover h6.price {
  color: #252525;
}

.brand_section .brand-btn {
  display: inline-block;
  padding: 6px 30px;
  background-color: #252525;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 20px;
  margin-top: 15px;
}

.brand_section .brand-btn:hover {
  background-color: transparent;
  border-color: #252525;
  color: #252525;
}

.brand_detail .brand_section {
  background-color: #ffffff;
}

.brand_detail .brand_section h2 {
  color: #252525;
  font-family: 'Poppins', sans-serif;
}

.brand_detail .brand_section .brand_container {
  margin: 0;
}

.brand_detail .brand_section .brand_container .box {
  padding: 15px;
  margin: 0 auto 15px;
}

.brand_detail .brand_section .brand_container .box .img-box img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.brand_detail .brand_section .brand_container .detail-box h5 {
  color: #252525;
}

.brand_detail .brand_section .brand_container #order_form fieldset legend {
  font-size: 1rem;
  font-weight: 500;
}

.brand_detail .brand_section .brand_container #order_form .form-group input[type="number"] {
  -webkit-appearance: textfield;
	 -moz-appearance: textfield;
		  appearance: textfield;
  text-align: center;
  border-radius: 0;
}

.brand_detail .brand_section .brand_container #order_form .form-group input[type=number]::-webkit-inner-spin-button, 
.brand_detail .brand_section .brand_container #order_form .form-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.brand_detail .brand_section .brand_container #order_form .form-group button {
  font-weight: 900;
}

.brand_detail .brand_section .brand_container #order_form .form-group button.minus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -1px;
}

.brand_detail .brand_section .brand_container #order_form .form-group button.plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.brand_detail .brand_section .btn {
  color: #fff;
}

.brand_detail .brand_section .btn.btn-cancel {
  background: #FF594C;
  border-color: #FF594C;
}

.brand_detail .brand_section .btn.btn-cancel:hover {
  background: #E65045;
  border-color: #E65045;
}

.brand_detail .brand_section .btn.btn-addcart {
  background: #24d278;
  border-color: #24d278;
}

.brand_detail .brand_section .btn.btn-addcart:hover {
  background: #1FB869;
  border-color: #1FB869;
}

.service_section .heading_container {
  margin-bottom: 20px;
}

.service_section .col-lg-9 .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_section .service {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 10px;
  border: 1px solid #24d278;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), inset 0px 2px 5px 0px rgba(0, 0, 0, 0.16), rgba(36, 210, 120, 0.4) -5px 5px, rgba(36, 210, 120, 0.3) -10px 10px, rgba(36, 210, 120, 0.2) -15px 15px, rgba(36, 210, 120, 0.1) -20px 20px, rgba(36, 210, 120, 0.05) -25px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .service:hover {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), inset 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.service_section .service .img-box {
  margin-left: -48px;
  transform: translateX(50%);
}

.service_section .service .img-box img {
  box-shadow: none;
}

.service_section .service .img-box::before {
	display: none;
}

.service_section .service .img-box::after {
  content: '';
  position: absolute;
  width: 72px;
  height: 72px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #24d278, #12c99a);
  border-radius: 50%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), rgba(0,0,0, 0.1) -3px 3px, rgba(0,0,0, 0.05) -6px 6px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .service:hover .img-box::after {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.service_section .service .detail-box {
  padding-left: calc(1rem + 35px);
  padding-right: 5px;
}

.service_section .img-box::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -5px;
  background: url(../images/oolong-tea-1.jpg);
  background-size: contain;
  z-index: -1;
  width: calc(100% - 30px);
  height: 100%;
  filter: opacity(0.6) blur(1px) drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
}

.service_section .img-box img {
  width: 100%;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.2);
}

.service_section .detail-box h6, .service_section .detail-box p {
  margin-top: 20px;
}

.service_section .detail-box a {
  display: inline-block;
  padding: 7px 25px;
  background-color: #252525;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 20px;
  margin-top: 35px;
}

.service_section .detail-box a:hover {
  background-color: transparent;
  border-color: #252525;
  color: #252525;
}

.contact_section {
  position: relative;
}

.contact_section .col-md-4 {
  display: flex;
  flex-direction: column;
}

.contact_section .service {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1rem;
  margin-bottom: 5rem;
  border-radius: 10px;
  border: 1px solid #24d278;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), inset 0px 2px 5px 0px rgba(0, 0, 0, 0.16), rgba(36, 210, 120, 0.4) -5px 5px, rgba(36, 210, 120, 0.3) -10px 10px, rgba(36, 210, 120, 0.2) -15px 15px, rgba(36, 210, 120, 0.1) -20px 20px, rgba(36, 210, 120, 0.05) -25px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}

.contact_section .service:hover {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), inset 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.contact_section .service .img-box {
  margin-left: -48px;
  transform: translateX(50%);
}

.contact_section .service .img-box img {
  box-shadow: none;
}

.contact_section .service .img-box::before {
	display: none;
}

.contact_section .service .img-box::after {
  content: '';
  position: absolute;
  width: 72px;
  height: 72px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #24d278, #12c99a);
  border-radius: 50%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), rgba(0,0,0, 0.1) -3px 3px, rgba(0,0,0, 0.05) -6px 6px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact_section .service:hover .img-box::after {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.contact_section .service .detail-box {
  padding-left: calc(1rem + 35px);
  padding-right: 5px;
}

.contact_section .detail-box h6, .contact_section .detail-box p {
  margin-top: 20px;
}

.contact_section .detail-box p {
  word-wrap: anywhere;
}

.contact_section .detail-box b {
  font-weight: 500;
}

.contact_section .design-box {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  width: 75px;
}

.contact_section .design-box img {
  width: 100%;
}

.contact_section h2 {
  margin-bottom: 65px;
}

.contact_section form {
  padding-right: 35px;
}

.contact_section input, .contact_section select {
  width: 100%;
  border: none;
  height: 50px;
  /*margin-bottom: 25px;*/
  padding-left: 25px;
  /*background-color: transparent;*/
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  display: inline-block;
  padding: 12px 45px;
  background-color: #FF594C;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  margin-top: 35px;
}

.contact_section button:hover {
  background-color: transparent;
  border-color: #24d278;
  color: #24d278;
}

.contact_section .error, .contact_section #result {
	display: none;
}

.contact_section .error {
	color: red;
}

.contact_section #result {
	color: blue;
}

.contact_section .map_container {
  height: 100%;
  padding-bottom: 110px;
}

.contact_section .map_container .map-responsive {
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  position: relative;
}

.contact_section .map_container .map-responsive::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact_section .map_container .map-responsive:hover::before {
  opacity: 0;
}

.client_section .custom_heading-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.client_section .client_box {
  margin-left: 25px;
  margin-right: 25px;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.client_section .client_box .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .client_box .client-id .img-box img {
  width: 200px;
  max-width: 100%;
}

.client_section .client_box .client-id .name {
  margin-left: 15px;
}

.client_section .client_box .client-id .name h5 {
  font-weight: bold;
}

.client_section .client_box .client-id .name p {
  color: #24d278;
  margin: 0;
}

.client_section .client_box .detail {
  margin-top: 25px;
}

.client_section .client_box:hover {
  background-color: #f3f3f3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.client_section .client_box:hover .arrow_img {
  background-image: url(../images/arrow-green.png);
}

.client_section .client_box .arrow_img {
  width: 50px;
  height: 30px;
  background-image: url(../images/arrow.png);
  background-size: 25px;
  background-repeat: no-repeat;
}

.info_section {
  background: linear-gradient(135deg, rgba(229, 229, 229, 0.7), rgba(153, 153, 153, 0.7))
}

.info_section .info_logo {
  width: 80%;
  margin: 0 auto 45px auto;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}

/*.info_section .info_logo h2 {
  text-transform: uppercase;
  font-weight: bold;
}*/

.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.info_section .info_insta .insta_container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_insta .insta_container img {
  width: 100%;
  filter: invert(1);
}

.info_section .info_insta .insta_container .insta-box {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.info_section .info_contact .img-box {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*.info_section .info_contact h5 {
  font-family: 'Righteous', cursive;
  font-size: 1.5rem;
  font-weight: bold;
}*/

.info_section .info_contact p {
  margin: 0;
}

.info_section .info_contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.info_section .info_contact > div img {
  height: auto;
  margin-right: 12px;
  filter: invert(1);
}

.info_section .info_info .social_box {
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_info .social_box a {
  margin-right: 25px;
  filter: invert(1);
}

.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
}

.info_section .info_form form button {
  display: inline-block;
  padding: 8px 30px;
  background-color: #24d278;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 0;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
}

.info_section .info_form form button:hover {
  background-color: transparent;
  border-color: #24d278;
  color: #24d278;
}

/* footer section*/
.footer_section {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*background-color: #fdfeff;*/
  width: 80%;
  margin: 15px auto 0 auto;
  border-top: 1px solid #ffffff;
  font-family: 'Poppins', sans-serif;
}

.footer_section p {
  color: #171717;
  margin: 0;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
}

.footer_section a {
  color: #171717;
}

/* end footer section*/
#navbarSupportedContent {
  /*-webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  opacity: 0;*/
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#navbarSupportedContent.lg_nav-toggle {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
  display: none;
}

.custom_menu-btn button span {
  display: block;
  width: 34px;
  height: 3.5px;
  background-color: #fff;
  margin: 8.5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_menu-btn .s-2 {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  width: 17px;
  margin-left: auto;
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translate(7px, 10px);
          transform: rotate(45deg) translate(7px, 10px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translate(7px, -10px);
          transform: rotate(-45deg) translate(7px, -10px);
}
/*# sourceMappingURL=style.css.map */