body{margin: 0 auto; font-family: 'Roboto', sans-serif; font-weight: 500;}
.container-fluid {width: 95%;}
.cl {clear: both;}
:root {
  --primary-color : #fff;
  --secondary-color: #000;
  --tertiary-color: #F8F5F3;
  --accent-color-1: #E0E0E3;
  --accent-color-2: #C3292F;
}
a.primary-button {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 1em .8em;
  border-radius: 4em;
  text-decoration: none;
  border: .1em solid;
  border-color: var(--primary-color);
  font-size: .8em;
  width: 10em;
  text-align: center;
}
a.primary-button:hover {
  background-color: transparent;
  color: var(--primary-color);
  padding: 1em .8em;
  border-radius: 4em;
  text-decoration: none;
  border: .1em solid;
  border-color: var(--primary-color);
  font-size: .8em;
  transition: .3s;
}
button.pirmary-button {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 1em .8em;
  border-radius: 4em;
  text-decoration: none;
  border: .1em solid;
  border-color: var(--primary-color);
  font-size: .8em;
}
a.secondary-button {
  background-color: transparent;
  color: var(--primary-color);
  padding: 1em .8em;
  border-radius: 4em;
  text-decoration: none;
  border: .1em solid;
  border-color: var(--primary-color);
  font-size: .8em;
}
a.secondary-button:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 1em .8em;
  border-radius: 4em;
  text-decoration: none;
  border: .1em solid;
  border-color: var(--primary-color);
  font-size: .8em;
  width: 10em;
  text-align: center;
  transition: .3s;
}

/* Header Section */
.header-section {
  float: left;
  width: 100%;
  position: relative;
  /* background-color: var(--secondary-color); */
  background:  linear-gradient(308.18deg, #080815 12.95%, #000000 78.08%);
  padding: 1em;
}
.logo-box img {width: 4em;}
.location-box {display: flex; flex-direction: column; justify-content: center; float: right; text-align: right;}
.location-inner { width: 100%; float: right;}
.location-box a {text-align: center; background-color: #3535358f; color: #fff; float: right; padding: .7em 2em; border-radius: 2em; margin-bottom: 0; font-size: 1em; text-decoration: none;}
/* Header Section End */

/* Banner Section */
.banner-section {
    width: 100%;
    float: left;
    /* background-color: var(--secondary-color); */
    background:  linear-gradient(308.18deg, #0A0A1A 12.95%, #000000 78.08%);
    height: 86.4vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0em 0em 3em 3em;
}
.banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-text h1 {
    font-size: .9em;
    color: var(--primary-color);
    margin-bottom: 1.5em;
    text-transform: uppercase;
}
.banner-text h2 {
    font-size: 3em;
    color: var(--primary-color);
    margin-bottom: 1em;
    font-weight: 700;
}



/* #user-button {
  z-index: 1000;
  bottom: 1rem !important;
  right: 1rem !important;
  color: var(--user-button-text);
  transition: 1s 0s ease-out;
  -webkit-animation: slide 3s ease-out forwards;
  animation: slide 3s ease-out forwards;
}
@-webkit-keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
@keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
#user-button .u-card {
  border-radius: 100%;
  box-shadow: 0 0 1rem -0.25rem var(--user-button-shadow), inset 0 0 1rem -0.75rem var(--user-button-shadow);
}
#user-button .u-main {
  cursor: pointer;
  --user-button-background:var(--user-button-main, #EC87C0);
}
#user-button .u-main img {
  height: 100%;
  width: 100%;
}
#user-button .u-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  opacity: 1;
  transition: 0s 4s;
}
#user-button .u-icons {
  position: relative;
  z-index: 950;
  transform: translate(-50%, -50%);
  background: var(--user-button-circle);
  box-shadow: 0 0 0 0.125rem var(--user-button-cardborder);
  border-radius: 100%;
  transition: 0.25s;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#user-button .u-icons a {
  color: inherit;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
#user-button .u-icons a div {
  padding: 0.5rem;
  transition: 0s;
}
#user-button .u-icons a[href="https://twitter.com/Osorpenke"] {
  position: relative;
}
#user-button .u-icons a[href="https://twitter.com/Osorpenke"]:before {
  content: "Middle Click";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  white-space: pre;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease-in;
  background: #fffc;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
#user-button .u-icons a[href="https://twitter.com/Osorpenke"].show:before {
  opacity: 1;
  transition: 0.25s ease-out;
}
#user-button .u-icons a[href="https://twitter.com/Osorpenke"] div {
  color: #1da1f2;
}
#user-button .u-icons a[href="https://codepen.io/z-"] div {
  background: black;
  color: white;
}
#user-button .u-icons a.u-random div {
  position: relative;
  top: -1px;
  -webkit-animation: diespin 2s linear infinite;
  animation: diespin 2s linear infinite;
}
@-webkit-keyframes diespin {
    0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#user-button .u-icons a.u-random:not(:hover) div {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
} */
/* #user-button .u-icons > * {
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--singlecolour);
  border-radius: 100%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: 0.25s -0.05s;
} */
/* #user-button .u-icons > *:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
/* #user-button .u-icons > *:hover, #user-button .u-icons > *:focus-within {
  background: var(--hcolour);
}
#user-button .u-icons > *:first-child:nth-last-child(1):nth-child(1), #user-button .u-icons > *:first-child:nth-last-child(1) ~ *:nth-child(1) {
  left: 25%;
  top: 25%;
}
#user-button .u-icons > *:first-child:nth-last-child(2):nth-child(1), #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(1) {
  left: 37.5%;
  top: 18.75%;
}
#user-button .u-icons > *:first-child:nth-last-child(2):nth-child(2), #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(2) {
  left: 18.75%;
  top: 37.5%;
} */

/* #user-button:hover .u-icons, #user-button:focus-within .u-icons {
  width: 300% !important;
  height: 300% !important;
} */

.banner-thumb-wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 100%;
  max-width: 900px;
  width: calc(100% - 100px);
  height: 500px;
}

.banner-thumb-wrap .option {
  position: relative;
  overflow: hidden;
  min-width: 20%;
  margin: 10px;
  background: var(--optionBackground, var(--defaultBackground, #006eff));
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.banner-thumb-wrap .option::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000;
  opacity: .3;
}
.banner-thumb-wrap .option:nth-child(1) {
  /* --defaultBackground:#ED5565; */
}
.banner-thumb-wrap .option:nth-child(2) {
  /* --defaultBackground:#FC6E51; */
}


.banner-thumb-wrap .option.active {
  flex-grow: 10000;
  transform: scale(1);
  max-width: 100%;
  margin: 0px;
  border-radius: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  /*&:active {
  transform:scale(0.9);
  }*/
}
.banner-thumb-wrap .option.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}
.banner-thumb-wrap .option.active .label {
  bottom: 20px;
  left: 20px;
}
.banner-thumb-wrap .option.active .label .info > div {
  left: 0px;
  opacity: 1;
}
.banner-thumb-wrap .option:not(.active) {
  flex-grow: 1;
  border-radius: 30px;
}
.banner-thumb-wrap .option:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
.banner-thumb-wrap .option:not(.active) .label {
  bottom: 10px;
  left: 10px;
}
.banner-thumb-wrap .option .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.banner-thumb-wrap .option .label {
  display: flex;
  position: absolute;
  right: 0px;
  /* height: 40px; */
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.banner-thumb-wrap .option .label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: var(--primary-color);
  white-space: pre;
}
.main h1 {
  font-size: 1.2em;
  position: relative;
  top: -2em;
  line-height: 1.3em;
  font-weight: 400;
  color: var(--primary-color);
  display: none;
  z-index: 9;
}
.sub h2 {
  font-size: 1.8em;
  position: relative;
  color: var(--primary-color);
  transform: rotate(-90deg);
  left: -3em;
  bottom: 3em;
  z-index: 9;
  width: 7em;
}
.price h3 {
  position: relative;
  font-size: 1.1em;
  color: var(--primary-color);
  display: none;
  z-index: 9;
}
.banner-thumb-wrap .option.active .main h1 {
  display: block;
}
.banner-thumb-wrap .option.active .price h3 {
  display: block;
}
.banner-thumb-wrap .option.active .sub h2 {
  transform: inherit;
  left: inherit;
  bottom:  inherit;
}
img.banner-patterns {
  position: absolute;
  width: 60%;
  bottom: -30px;
}
.banner-box-main {
  position: relative;
  z-index: 9;
}



/* Banner Section End */


/* Band Offer Section */
.band-offer-sec {
  width: 100%;
  float: left;
  position: relative;
  padding: 3em;
  background: var(--primary-color);
}
.band-wrap {
  width: 70%;
  margin: 0 auto;
  border: 1px solid var(--secondary-color);
  padding: 1em;
  border-radius: 5em;
  position: relative;
  padding-bottom: .7em;
}
.band-wrap h2 {
  font-size: 1em;
  color: #000;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0;
  text-align: center;

}

.band-wrap h1 i.rotate-star  {
  font-size: 0.9em;
  color: var(--accent-color-2);
  animation: rotation 2s infinite linear;
  position: absolute;
}
.band-wrap h1 i.rotate-star:first-child{
  left: 4em;
}
.band-wrap h1 i.rotate-star:last-child{
  right: 4em;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Band Offer Section end */

/* New Face Section */
.new-faces-sec {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 2em;
}
.new-face-main-wrap {
  background-color: var(--tertiary-color);
  padding: 3em 2em;
  border-radius: 1em;
}
.new-face-wrap {
  margin-bottom: 2em;
}
.new-face-wrap h2 {
  text-align: center;
  font-size: 2em;
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 10px;
  /* font-size: calc(1.5em + 10px); */
}
.product-box {
  display: grid;
}
.product-box-1 {
  padding: 2em;
  background: var(--secondary-color);
  border-radius: 1em;
  padding-bottom: 2.7em;
}
.product-box-1 img {
  width: 100%;
  border-radius: 1em;
}
.product-box-1 h2 {
  font-size: 1.5em;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 2em;
  margin-bottom: .2em;
}
.product-box-1 h3 {
  font-size: 1em;
  color: var(--primary-color);
  font-weight: 400;
  margin-bottom: 2em;
}
.product-box-1 a.primary-button {
  margin-bottom: 5em!important;
  padding: 1em 2em;
}
.product-box-1 a.secondary-button {
  margin-bottom: 5em!important;
  padding: 1em 2em;
  margin-left: .7em;
}
.product-box-2 {
  padding: 2em;
  background: var(--accent-color-1);
  border-radius: 1em;
}
.product-box-2 img {
  border-radius: 1em;
}
.product-box-2 h2 {
  font-size: 1.5em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-top: 2em;
  margin-bottom: .2em;
}
.product-box-2 h3 {
  font-size: 1em;
  color: var(--secondary-color);
  font-weight: 400;
  margin-bottom: 2em;
}
.product-box-2 a.primary-button {
  margin-bottom: 5em!important;
  padding: 1em 2em;
}
.product-box-2 a.secondary-button {
  margin-bottom: 5em!important;
  padding: 1em 2em;
  margin-left: .7em;
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.product-box-3 {
  background-color: var(--secondary-color);
  padding: 1em;
  border-radius: 1em;
  position: relative;
  height: 34vh;
}
.product-box-3 img {
  position: absolute;
  right: 1em!important;
  width: 35%;
  border-radius: 1em;
}

.text-box-sub h2 {
  font-size: 1.5em;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 2em;
  margin-bottom: .2em;
}
.text-box-sub h3 {
  font-size: 1em;
  color: var(--primary-color);
  font-weight: 400;
  margin-bottom: 2em;
}
.text-box-sub a.primary-button {
  margin-bottom: 5em!important;
  padding: 1em 2em;
}
.text-box-sub a.secondary-button {
  margin-bottom: 5em!important;
  padding: 1em 2em;
  margin-left: .7em;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.text-box-sub a.secondary-button:hover {
  margin-bottom: 5em!important;
  padding: 1em 2em;
  margin-left: .7em;
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  background-color: var(--primary-color);
}
.text-box-sub {
  width: 70%;
  position: relative;
  top: 2em;
}
.product-box-clr-3 {
  background-color: var(--secondary-color);
}
.product-box-clr-3 h2 {
  font-size: 1.5em;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 2em;
  margin-bottom: .2em;
}
.product-box-clr-3 h3 {
  font-size: 1em;
  color: var(--primary-color);
  font-weight: 400;
  margin-bottom: 2em;
}
.product-box-clr-3 a.primary-button {
  margin-bottom: 5em!important;
  padding: 1em 2em;
}
.product-box-clr-3 a.secondary-button {
  margin-bottom: 5em!important;
  padding: 1em 2em;
  margin-left: .7em;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
/* New Face Section End */

/* Bismi Section */
.bismi-sec {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 2em;
}
.bismi-wrap {
  height: 90vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 1em;
  padding: 2em;
  background-image: url(../images/bismi-op.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000000;
}
.bismi-wrap h2 {
  font-size: 1.5em;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: .1em;
}
.bismi-wrap h3 {
  font-size: 1em;
  text-transform: uppercase;
  color: var(--primary-color);
}
.bismi-wrap h4 {
  font-size: .9em;
  color: var(--primary-color);
  font-weight: 400;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-top: 1.5em;
  line-height: 1.7em;
}
/* Bismi Section end */

/* HelpDesk Section */
.helpdesk-sec {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 2em;
}
.helpdesk-wrap {
  padding: 2em;
  background: var(--accent-color-2);
  border-radius: 1em;
  border-bottom: .1em solid var(--primary-color);
}
.helpdesk-inner {
  display: flex;
}
.helpdesk-content {
  width: 70%;
  /* padding: 1em; */
}
.helpdesk-content h2 {
  font-size: 1.5em;
  color: var(--primary-color);
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.helpdesk-content h3 {
  font-size: 1em;
  color: var(--primary-color);
  line-height: 1.3em;
  font-weight: 400;
  margin-bottom: 1em;
}
.helpdesk-content a {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 1em;
}
.helpdesk-icons {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.helpdesk-icons img {
  width: 60%;
}
.helpdesk-out-wrap {
  padding: 2em;
}
.helpdesk-out-wrap:first-child {
  border-right: .02em solid;
  border-color: #ffffff1a;
}
.helpdesk-wrap hr {
  /* background-color: #ffffff; */
  width: 95%;
  margin: 0 auto;
  margin-top: 1em;
  border: .01em solid;
  border-color: #ffffff;
  margin-bottom: 1em;
  opacity: .07;
}
.locations-store h3 {
  font-size: 1.4em;
  color: var(--primary-color);
  font-weight: 400;
}
.locations-store h4 {
  font-size: .9em;
  color: var(--primary-color); 
  font-weight: 400;
  margin-bottom: 2em;
}
.locations-store a.primary-button {
  padding: 1em 2em;
}
a.contact-num {
  font-size: 1em;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 400;
}
.store-box {
  border-right: .02em solid;
  border-color: #ffffff1a;
}
.number-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

img.pattern-2 {
  position: absolute;
  width: 30%;
  bottom: 0;
  opacity: .4;
}
/* HelpDesk Section End */

/* Content Section */
.content-sec {
  width: 100%;
  float: left;
  position: relative;
}
.content-box {
  background: #080815;
  padding: 3em;
  border-radius: 1em 1em 0 0;
  padding-bottom: 1em;
  position: relative;
}
.content-box h2 {
  text-align: center;
  font-size: 1.5em;
  color: #dadada;
  margin-bottom: 1em;
}
.content-box p {
  color: #dadada;
  font-size: .9em;
  text-align: center;
  line-height: 1.5em;
  font-weight: 400;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2em;
}
/* Content Section End */

/* Footer Section */
.social-icons-footer {
  margin: 0 auto;
  text-align: center;
}
p.copy {
  margin-bottom: 0;
  font-size: .8em;
  text-align: left;
  width: 100%;
}
.social-icons-footer ul {
  list-style: none;
  display: inline-flex;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.social-icons-footer ul li {
  padding-right: 1em;
}
.social-icons-footer ul li a {
  color: var(--primary-color);
  text-decoration: none;
  font-size: .9em;
}
.footer-logo {
  text-align: right;
}
/* Footer Section End */

.social-icons {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#btn-share {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--primary-color);
  /* border: 1px solid var(--secondary-color); */
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.33);
  text-align: center;
  font-size: 2em;
  z-index: 9;
}
#btn-share i.fa {
  position: relative;
  left: 25%;
  font-size: 27px;
  top: 2px;
}
.btn-social {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary-color);
  /* border-color: var(--secondary-color); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.68); */
}
.show .social-icons .navbar-nav li a i {
  font-size: 1.5em;
  vertical-align: middle;
  color: var(--secondary-color);
}
.social-icons .navbar-nav li {
  position: absolute;
  /*bottom: 0;*/
  right: 0px;
  bottom: 0px;
  z-index: -1;
  /*transition: .2s ease;*/
  transition:all .5s linear;
}
.show .social-icons .navbar-nav li:nth-child(1) {
  right: 0px;
  bottom: 60px;
}
.show .social-icons .navbar-nav li:nth-child(2) {
  bottom: 120px;
  right: 0px;
}
.show .social-icons .navbar-nav li:nth-child(3) {
  bottom: 180px;
  right: 0px;
}
.show .social-icons .navbar-nav li:nth-child(4) {
  bottom: 240px;
  right: 0px;
}
.social_mobile {
  
  /*display: none;*/
}
/* .social_mobile.show {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
} */

.social_mobile.show {
  width: 6%;
  height: 90%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  /* left: 0; */
  z-index: 11;
}

.location-section {
  padding: 1em 0;
  padding-bottom: 2em;
  width: 100%;
  float: left;
  margin-bottom: 1em;
}
.location-wrap {
  background-color: var(--accent-color-1);
  padding: 2em;
  border-radius: 1em;
}
.location-box-wrap {
  text-align: center;
}
.location-box-wrap a {
  color: var(--secondary-color);
  text-decoration: none;
}
.location-inner-box {
  background-color: var(--accent-color-2);
  padding: 2em;
  border-radius: .3em;
}
.location-inner-box h2 {
  font-size: 1em;
  color: var(--tertiary-color);
}
.location-inner-box h3 {
  font-size: 1em;
  color: var(--tertiary-color);
}
.location-wrap h1 {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1em;
}

@media screen and (max-width: 1440px) {
  .product-box-3 {
    height: 37vh;
  }
  .product-box-1 {
    padding: 1em;
  }
  .product-box-2 {
    padding: 1em;
  }
}
@media screen and (max-width: 1348px) {
  .product-box-1 a.primary-button {
    margin-bottom: 5em!important;
    padding: .5em 1em;
  }
  .product-box-1 a.secondary-button {
    margin-bottom: 5em!important;
    padding: .5em 1em;
  }
  .product-box-2 a.primary-button {
    margin-bottom: 5em!important;
    padding: .5em 1em;
  }
  .product-box-2 a.secondary-button {
    margin-bottom: 5em!important;
    padding: .5em 1em;
  }
  .product-box-3 a.primary-button {
    margin-bottom: 5em!important;
    padding: .5em 1em;
  }
  .product-box-3 a.secondary-button {
    margin-bottom: 5em!important;
    padding: .5em 1em;
  }
  .text-box-sub h2 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 1215px) and (min-width: 1024px) {
  .text-box-sub {
    width: 90%;
  }
}
@media only screen and (max-width: 1115px) and (min-width: 991px) {
  .text-box-sub {
    width: 90%;
  }
  .product-box-2 a.primary-button {
    display: table-cell;
    margin-bottom: 12em!important;
    position: relative;
    bottom: .7em;
  }
  .product-box-3 {
    height: 47vh;
  }
  a.primary-button.for-mob-btn {
    display: table-cell;
    position: relative;
    top: -10px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 991px) {
  .product-box-3 {
    height: 47vh;
  }
  a.primary-button.for-mob-btn {
    display: table-cell;
    position: relative;
    top: -10px;
  }
}

@media screen and (max-width: 991px) {
  .container-fluid {
    width: 93%;
  }
  .banner-section {
    height: auto;
    padding-bottom: 2em;
    text-align: center;
  }
  .banner-text h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .banner-thumb-wrap {
    margin-top: 20px;
  }
  .band-wrap {
    width: 100%;
  }
  .band-wrap h1 i.rotate-star:first-child {
    left: 1em;
  }
  .band-wrap h1 i.rotate-star:last-child {
    right: 1em;
  }
  .product-box-3 img {
    width: auto;
  }
  .product-box-3 {
    height: 38vh;
  }
  .helpdesk-out-wrap:first-child {
    border: none;
  }
  .helpdesk-wrap {
    padding: .5em;
  }
  .helpdesk-out-wrap {
    padding: .5em;
  }
  .store-box {
    border: none;
  }
  .banner-text {
    padding-top: 1em;
  }
  .product-box-1 {
    margin-bottom: 1em;
  }
  .product-box-2 {
    margin-bottom: 1em;
  }
  .banner-text h1 {
    margin-bottom: .5em;
  }
  .banner-text a {
    margin: 0 auto;
  }
  .banner-thumb-wrap .option::after {
    left: 0;
  }
  .new-face-main-wrap {
    padding: 1em;
    padding-top: 2em;
  }
  .new-face-wrap h2 {
    font-size: 1.5em;
    margin-bottom: 0;
  }
  .location-wrap {
    padding: 0em;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  a.primary-button.for-mob-btn {
    display: inline-block;
    position: relative;
    top: 0;
  }
  .content-sec {
    background-color: #080815;
    border-radius: 1em 1em 0 0;
  }
}
@media screen and (max-width: 768px) {
  .product-box-1 {
    margin-bottom: 1em;
    padding: 1em;
    padding-bottom: 1.7em;
  }
  .product-box-2 {
    margin-bottom: 1em;
    padding: 1em;
    padding-bottom: 1.7em;
  }
  .bismi-wrap h3 {
    width: 100%;
  }
  .content-box {
    padding: 2em;
  }
  .footer-logo {
    text-align: center;
  }
  p.copy {
    text-align: center;
    margin-bottom: 1em;
  }
  .content-box p {
    width: 100%;
  }
  .bismi-wrap h4 {
    width: 100%;
  }
  .location-box-wrap {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 718px) {
  .banner-thumb-wrap {
    min-width: 520px;
  }
  .banner-thumb-wrap .option:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 638px) {
  .banner-thumb-wrap {
    min-width: 440px;
  }
  .banner-thumb-wrap .option:nth-child(4) {
    display: none;
  }
  .product-box-2 img {
    border-radius: 1em;
    width: 100%;
  }
  .product-box-3 img {
    position: relative;
    width: 100%;
  }
  .product-box-3 img {
    right: 0!important;
  }
  .product-box-3 {
    height: auto;
  }
  .text-box-sub {
    width: 100%;
    position: relative;
    top: -1em;
  }
}
@media screen and (max-width: 558px) {
  .banner-thumb-wrap {
    min-width: 100%;
  }
  .banner-thumb-wrap .option:nth-child(3) {
    display: none;
  }
  
  .text-box-sub {
    width: 100%;
  }
}
@media screen and (max-width: 478px) {
  .banner-thumb-wrap {
    /* min-width: 280px; */
  }
  .location-box p {
    padding: .7em .4em;
  }
  .banner-thumb-wrap .option:nth-child(2) {
    display: none;
  }
  .helpdesk-content h1 {
    font-size: 1.2em;
    line-height: 1.3em;
  }
  .helpdesk-content h2 {
    font-size: .9em;
  }
  .locations-store h3 {
    font-size: 1.2em;
  }
  marquee {
    width: 70%;
  }
  .banner-thumb-wrap .option .label .info {
    width: 100%;
    margin-left: 0;
  }
  .sub h2 {
    width: 100%;
  }
  .banner-thumb-wrap .option.active .label {
    left: 0;
  }
}
@media screen and (max-width: 426px) {
  .location-box a {
    font-size: .9em;
    padding: .7em .8em;
  }
}
@media screen and (max-width: 410px) {
  .location-box a {
    font-size: .9em;
    padding: .7em 1.2em;
  }
}