body {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
input, select, textarea {
  font-family: 'Open Sans', sans-serif;
}
a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  color: #0a90ff;
}

a:hover {
  color: #111;
}

::selection {
  background: #fbca00;
  color: #fff;
}

::-moz-selection {
  background: #fbca00;
  color: #fff;
}

::-webkit-selection {
  background: #fbca00;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  color: #525261;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  margin: 0 0 25px 0;
  font-weight: normal;
  line-height: 28px;
}

p a {
  color: #0a90ff;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #262642;
}

input, select, button {
  outline: none !important;
}

textarea {
  outline: none;
}

textarea:focus {
  outline: none !important;
}

html {
  scrollbar-color: #fbca00 #fffbea;
  scrollbar-width: thin;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #fffbea;
}

body::-webkit-scrollbar-thumb {
  background: #fbca00;
}

body::-moz-scrollbar {
  width: 8px;
}

body::-moz-scrollbar-track {
  background: #fffbea;
}

body::-moz-scrollbar-thumb {
  background: #fbca00;
}

body::-o-scrollbar {
  width: 8px;
}

body::-o-scrollbar-track {
  background: #fffbea;
}

body::-o-scrollbar-thumb {
  background: #fbca00;
}

body::-ms-scrollbar {
  width: 8px;
}

body::-ms-scrollbar-track {
  background: #fffbea;
}

body::-ms-scrollbar-thumb {
  background: #fbca00;
}

.mainContainer {
  max-width: 1700px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width:992px) {
  .mainContainer {
    padding: 0 30px;
  }

}

@media (min-width:1200px) {
  .mainContainer {
    padding: 0 80px;
  }

}

.scrollTop {
  width: 45px;
  height: 45px;
  border-radius: 4px;
  background-color: #fbca00;
  position: fixed;
  bottom: 15px;
  right: 15px;
  text-align: center;
  cursor: pointer;
  display: none;
  z-index: 999;
}

.scrollTop:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  width: 20px;
  height: 20px;
  content: '\f077';
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.themeBtn {
  background-color: #fbca00;
  color: #000000;
  font-weight: 700;
  font-size: 15px;
  text-transform: capitalize;
  border: none;
  border-radius: 30px;
  padding: 5px 15px;
  min-width: 150px;
  height: 45px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.themeBtn i {
  right: 0px;
  margin-left: 15px;
  position: relative;
  transition-duration: .3s;
}

.themeBtn:hover, .themeBtn:focus {
  background-color: #fbbc00;
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.51);
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.51);
}

.themeBtn:hover i, .themeBtn:focus i {
  right: 5px;
}

.bannerSec, .inner-bannerSec {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
}

@media (min-width:768px) {
  .bannerSec, .inner-bannerSec {
    padding-top: 95px;
    display: flex;
  }

}

.bannerSec .bannerWrap, .inner-bannerSec .bannerWrap {
  display: flex;
  align-content: center;
}

@media (max-width:767px) {
  .bannerSec .bannerWrap, .inner-bannerSec .bannerWrap {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px 15px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
  }

}

.bannerSec .bannerCtnt, .inner-bannerSec .bannerCtnt {
  max-width: 400px;
  text-align: left;
  width: 100%;
}

@media (min-width:1200px) {
  .bannerSec .bannerCtnt, .inner-bannerSec .bannerCtnt {
    max-width: 500px;
  }

}

.bannerSec {
  background-image: url(../images/hyzabanner.svg);
  background-position: bottom right;
  margin-top: 65px;
  overflow: hidden;
  position: relative;
}

@media (min-width:768px) {
  .bannerSec {
    margin-top: 0;
    height: 100vh;
  }

}

@media (min-width:768px) and (max-width:1024px) {
  .bannerSec {
    height: 600px;
  }

}

.bannerSec .bannerImg {
  right: 0;
  bottom: 0;
  z-index: 0;
  max-width: 600px;
}

@media (min-width:768px) {
  .bannerSec .bannerImg {
    width: 400px;
    position: absolute;
  }

}

@media (min-width:992px) {
  .bannerSec .bannerImg {
    width: 50%;
  }

}

.bannerSec .bannerImg img {
  width: 100%;
}

.bannerSec .bannerCtnt h5 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 1rem;
}

.bannerSec .bannerCtnt h1 {
  text-transform: capitalize;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (min-width:768px) {
  .bannerSec .bannerCtnt h1 {
    font-size: 40px;
  }

}

@media (min-width:1200px) {
  .bannerSec .bannerCtnt h1 {
    font-size: 50px;
  }

}

.bannerSec .bannerCtnt p {
  margin-top: 1rem;
  font-size: 18px;
  margin-bottom: 1rem;
}

.bannerSec .bannerCtnt .alert {
  padding: 0;
}

.bannerSec .bannerCtnt .alert p {
  margin: 0;
  font-size: 14px;
  color: red;
}

.bannerSec .bannerCtnt .input-group {
  margin-bottom: 10px;
}

.bannerSec .bannerCtnt .input-group .form-control {
  border-radius: 0;
  height: 50px;
  box-shadow: none;
  color: #000;
  padding: 0 20px;
}

.bannerSec .bannerCtnt .input-group .form-control::placeholder {
  color: #000;
}

.bannerSec .bannerCtnt .input-group .form-control:hover, .bannerSec .bannerCtnt .input-group .form-control:focus {
  box-shadow: none;
  border-color: #fbca00;
  outline: none;
}

.bannerSec .bannerCtnt .input-group .btn-theme {
  border-radius: 0;
  height: 50px;
  background-color: #fbca00;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: capitalize;
}

.solutionsIn {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
}

@media (min-width:768px) {
  .solutionsIn {
    padding: 60px 0;
  }

}

.solutionsIn .solutionHead {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}

.solutionsIn .solutionHead h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
}

@media (min-width:768px) {
  .solutionsIn .solutionHead h5 {
    font-size: 20px;
  }

}

.solutionsIn .solutionHead h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media (min-width:768px) {
  .solutionsIn .solutionHead h3 {
    font-size: 46px;
  }

}

.solutionsIn .solutionHead p {
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width:768px) {
  .solutionsIn .solutionHead p {
    font-size: 18px;
  }

}

.solutionsIn .solutionIn-wrap {
  width: 100%;
}

.solutionsIn .solutionIn-wrap ul {
  display: grid;
  margin: auto;
  grid-gap: 15px;
}

@media (min-width:768px) {
  .solutionsIn .solutionIn-wrap ul {
    grid-template-columns: repeat(2, 1fr);
  }

}

.solutionsIn .solutionIn-wrap ul li {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #f1f1f1;
  padding: 20px;
  position: relative;
  transition-duration: .3s;
}

@media (min-width:768px) {
  .solutionsIn .solutionIn-wrap ul li {
    padding: 30px;
  }

}

.solutionsIn .solutionIn-wrap ul li .solutionImg {
  width: 110px;
}

@media (min-width:768px) {
  .solutionsIn .solutionIn-wrap ul li .solutionImg {
    position: absolute;
    left: 15px;
    top: 30px;
  }

}

.solutionsIn .solutionIn-wrap ul li .solutionCtnt {
  width: 100%;
}

@media (min-width:768px) {
  .solutionsIn .solutionIn-wrap ul li .solutionCtnt {
    padding-left: 125px;
  }

}

.solutionsIn .solutionIn-wrap ul li .solutionCtnt p {
  margin-bottom: 0;
}

.solutionsIn .solutionIn-wrap ul li .solutionCtnt h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

@media (min-width:768px) {
  .solutionsIn .solutionIn-wrap ul li .solutionCtnt h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }

}

.solutionsIn .solutionIn-wrap ul li:hover, .solutionsIn .solutionIn-wrap ul li:focus {
  -webkit-box-shadow: 0px 0px 18px -9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 18px -9px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 18px -9px rgba(0, 0, 0, 0.2);
}

.videoSec {
  width: 100%;
  background-color: #fffbea;
  padding: 30px 0;
  overflow: hidden;
}

@media (min-width:768px) {
  .videoSec {
    padding: 60px 0;
  }

}

.videoSec .videoWrap {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 37px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 37px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 37px -6px rgba(0, 0, 0, 0.75);
}

.videoSec .videoTitle {
  font-size: 30px;
  display: inline-block;
  width: 100%;
  margin-top: 0;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

@media (min-width:768px) {
  .videoSec .videoTitle {
    font-size: 46px;
    margin-bottom: 2rem;
  }

}

.diffPromi {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
}

@media (min-width:768px) {
  .diffPromi {
    padding: 60px 0;
  }

}

.diffPromi .diff, .diffPromi .promi {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.diffPromi .diff .diffBan, .diffPromi .promi .diffBan, .diffPromi .diff .promiBan, .diffPromi .promi .promiBan {
  max-width: 310px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.5s ease;
}

.diffPromi .diff .diffBan img, .diffPromi .promi .diffBan img, .diffPromi .diff .promiBan img, .diffPromi .promi .promiBan img {
  width: 100%;
}

.diffPromi .diff .diffBan:hover, .diffPromi .promi .diffBan:hover, .diffPromi .diff .promiBan:hover, .diffPromi .promi .promiBan:hover {
  -webkit-box-shadow: 0px 15px 15px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 15px 15px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 15px -4px rgba(0, 0, 0, 0.15);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

.diffPromi .diff .diffCtnt:before, .diffPromi .promi .diffCtnt:before {
  width: 50%;
  height: 2px;
  right: 0;
  top: 0;
}

.diffPromi .diff .diffCtnt:after, .diffPromi .promi .diffCtnt:after {
  height: 150px;
  width: 2px;
  right: 0;
  top: 0;
}

.diffPromi .diff .promiCtnt:before, .diffPromi .promi .promiCtnt:before {
  width: 50%;
  height: 2px;
  bottom: 0;
  left: 0;
}

.diffPromi .diff .promiCtnt:after, .diffPromi .promi .promiCtnt:after {
  height: 150px;
  width: 2px;
  bottom: 0;
  left: 0;
}

.diffPromi .diff .diffCtnt, .diffPromi .promi .diffCtnt, .diffPromi .diff .promiCtnt, .diffPromi .promi .promiCtnt {
  max-width: 600px;
  width: 100%;
  padding: 25px 15px;
  position: relative;
}

@media (min-width:768px) {
  .diffPromi .diff .diffCtnt, .diffPromi .promi .diffCtnt, .diffPromi .diff .promiCtnt, .diffPromi .promi .promiCtnt {
    padding: 30px;
  }

}

.diffPromi .diff .diffCtnt:before, .diffPromi .promi .diffCtnt:before, .diffPromi .diff .promiCtnt:before, .diffPromi .promi .promiCtnt:before, .diffPromi .diff .diffCtnt:after, .diffPromi .promi .diffCtnt:after, .diffPromi .diff .promiCtnt:after, .diffPromi .promi .promiCtnt:after {
  background-color: #fbca00;
  content: '';
  position: absolute;
}

.diffPromi .diff .diffCtnt h4, .diffPromi .promi .diffCtnt h4, .diffPromi .diff .promiCtnt h4, .diffPromi .promi .promiCtnt h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  color: #000;
}

@media (min-width:768px) {
  .diffPromi .diff .diffCtnt h4, .diffPromi .promi .diffCtnt h4, .diffPromi .diff .promiCtnt h4, .diffPromi .promi .promiCtnt h4 {
    font-size: 20px;
  }

}

.diffPromi .diff .diffCtnt h3, .diffPromi .promi .diffCtnt h3, .diffPromi .diff .promiCtnt h3, .diffPromi .promi .promiCtnt h3 {
  font-size: 26px;
  text-transform: capitalize;
  margin-bottom: 25px;
  line-height: 1.2;
}

@media (min-width:768px) {
  .diffPromi .diff .diffCtnt h3, .diffPromi .promi .diffCtnt h3, .diffPromi .diff .promiCtnt h3, .diffPromi .promi .promiCtnt h3 {
    font-size: 36px;
  }

}

.diffPromi .diff .diffCtnt p, .diffPromi .promi .diffCtnt p, .diffPromi .diff .promiCtnt p, .diffPromi .promi .promiCtnt p {
  line-height: 1.4;
  font-size: 16px;
}

@media (min-width:768px) {
  .diffPromi .diff .diffCtnt p, .diffPromi .promi .diffCtnt p, .diffPromi .diff .promiCtnt p, .diffPromi .promi .promiCtnt p {
    font-size: 18px;
  }

}

.diffPromi .diff .diffCtnt ul, .diffPromi .promi .diffCtnt ul, .diffPromi .diff .promiCtnt ul, .diffPromi .promi .promiCtnt ul {
  margin-bottom: 25px;
  width: 100%;
  list-style: none;
}

@media (min-width:768px) {
  .diffPromi .diff .diffCtnt ul, .diffPromi .promi .diffCtnt ul, .diffPromi .diff .promiCtnt ul, .diffPromi .promi .promiCtnt ul {
    display: flex;
  }

}

.diffPromi .diff .diffCtnt ul li, .diffPromi .promi .diffCtnt ul li, .diffPromi .diff .promiCtnt ul li, .diffPromi .promi .promiCtnt ul li {
  position: relative;
  padding-left: 25px;
  margin-right: 25px;
}

.diffPromi .diff .diffCtnt ul li:before, .diffPromi .promi .diffCtnt ul li:before, .diffPromi .diff .promiCtnt ul li:before, .diffPromi .promi .promiCtnt ul li:before {
  position: absolute;
  left: 0;
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #000;
}

.bestPath {
  width: 100%;
  padding: 30px 0;
  background-color: #fffbea;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
}

@media (min-width:768px) {
  .bestPath {
    padding: 60px 0;
  }

}

.bestPath h3 {
  font-size: 30px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 15px;
}

.bestPath .pathBlocks {
  width: 100%;
  display: grid;
  grid-gap: 20px;
}

@media (min-width:768px) {
  .bestPath .pathBlocks {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (min-width:992px) {
  .bestPath .pathBlocks {
    grid-template-columns: repeat(4, 1fr);
  }

}

.bestPath .pathBlocks .pathBlock {
  width: 100%;
  margin-top: 2rem;
}

.bestPath .pathBlocks .pathBlock .pathIcon {
  margin-bottom: 15px;
}

.bestPath .pathBlocks .pathBlock h4 {
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}

.bestPath .pathBlocks .pathBlock p {
  color: #000;
  margin-bottom: 0;
}

.sewSec {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}

@media (min-width:768px) {
  .sewSec {
    padding: 60px 0;
  }

}

.sewSec .sewHead {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
}

.sewSec .sewHead h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .sewSec .sewHead h3 {
    font-size: 46px;
  }

}

.sewSec .sewHead p {
  font-size: 18px;
  line-height: 1.5;
}

.sewSec .sewBlocks {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

@media (min-width:768px) {
  .sewSec .sewBlocks {
    align-items: center;
  }

}

.sewSec .sewBlocks .sewCtnt {
  padding: 0 5%;
  width: 100%;
}

.sewSec .sewBlocks .sewCtnt h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .sewSec .sewBlocks .sewCtnt h4 {
    font-size: 28px;
  }

}

.sewSec .sewBlocks .sewCtnt p {
  font-size: 16px;
  line-height: 1.6;
}

.sewSec .sewBlocks .sewCtnt .themeBtn {
  padding: 10px 15px;
  font-size: 14px;
  height: auto;
  text-align: left;
}

@media (min-width:768px) {
  .sewSec .sewBlocks .sewCtnt .themeBtn {
    font-size: 15px;
    padding: 12px 25px;
    text-align: center;
  }

}

@media (min-width:992px) {
  .sewSec .sewBlocks .sewCtnt .themeBtn {
    height: 45px;
  }

}

.sewSec .sewBlocks .sewBanner {
  width: 100%;
}

.sewSec .sewBlocks .sewBanner img {
  width: 100%;
}

.gettheHelp {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fffbea;
}

@media (min-width:768px) {
  .gettheHelp {
    padding: 60px 0;
  }

}

.gettheHelp .gettheHelp_banner {
  width: 100%;
  height: 300px;
  display: block;
  background-image: url(../images/getthehelp_banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width:768px) {
  .gettheHelp .gettheHelp_banner {
    width: 33.33333%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
  }

}

@media (min-width:992px) {
  .gettheHelp .gettheHelp_banner {
    width: 50%;
  }

}

.gettheHelp .gettheHelp_ctnt {
  width: 100%;
  padding: 40px 0 20px;
}

@media (min-width:768px) {
  .gettheHelp .gettheHelp_ctnt {
    width: 66.66666%;
    padding: 20px 15px;
  }

}

@media (min-width:992px) {
  .gettheHelp .gettheHelp_ctnt {
    width: 50%;
  }

}

.gettheHelp .gettheHelp_ctnt h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .gettheHelp .gettheHelp_ctnt h3 {
    font-size: 34px;
  }

}

.gettheHelp .gettheHelp_ctnt .gettheHelp_blocks {
  flex-wrap: wrap;
}

@media (min-width:992px) {
  .gettheHelp .gettheHelp_ctnt .gettheHelp_blocks {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }

}

.gettheHelp .gettheHelp_ctnt .gettheHelp_blocks .gettheHelp_block {
  width: 100%;
  padding: 20px 0;
}

.gettheHelp .gettheHelp_ctnt .gettheHelp_blocks .gettheHelp_block h4 {
  margin-bottom: 10px;
  font-size: 22px;
}

.gettheHelp .gettheHelp_ctnt .gettheHelp_blocks .gettheHelp_block p {
  margin-bottom: 10px;
}

.gettheHelp .gettheHelp_ctnt .gettheHelp_blocks .gettheHelp_block .getMore {
  color: #fbca00;
  font-weight: 700;
}

.growthMethod {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  background-image: url(../images/deliver-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 0;
}

@media (min-width:768px) {
  .growthMethod {
    padding: 60px 0;
  }

}

.growthMethod .growthHead {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}

.growthMethod .growthHead h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
}

@media (min-width:768px) {
  .growthMethod .growthHead h5 {
    font-size: 20px;
  }

}

.growthMethod .growthHead h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media (min-width:768px) {
  .growthMethod .growthHead h3 {
    font-size: 46px;
  }

}

.growthMethod .growthHead p {
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width:768px) {
  .growthMethod .growthHead p {
    font-size: 18px;
  }

}

.growthMethod .growBlock-wrap {
  width: 100%;
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}

.growthMethod .post-slide {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  min-height: 222px;
}

@media (min-width:768px) {
  .growthMethod .post-slide {
    padding: 30px;
    border-radius: 20px;
  }

}

.growthMethod .post-slide h3 {
  font-size: 22x;
  margin-bottom: 15px;
}

.growthMethod .post-slide p {
  line-height: 1.6;
  margin-bottom: 0;
  color: #999;
  font-size: 15px;
}

.spinCounter {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}

@media (min-width:768px) {
  .spinCounter {
    padding: 60px 0;
  }

  .spinCounter > .mainContainer {
    display: flex;
  }

}

.spinCounter .yearCounter {
  width: 100%;
}

@media (min-width:768px) {
  .spinCounter .yearCounter {
    width: 50%;
    padding-left: 13%;
  }

}

.spinCounter .yearCounter .main-counter {
  padding-right: 4.375rem;
  padding-left: 4.375rem;
  padding-top: 1.25rem;
  position: relative;
}

.spinCounter .yearCounter .main-counter:after, .spinCounter .yearCounter .main-counter:before {
  content: "";
  position: absolute;
  right: 0;
  background-color: #fbca00;
  border-radius: 50%;
  background: #fbca00;
  background: -moz-linear-gradient(-45deg, #fbca00 0%, #f9d12f 12%, #f9d12f 40%, #fbca00 100%);
  background: -webkit-linear-gradient(-45deg, #fbca00 0%, #f9d12f 12%, #f9d12f 40%, #fbca00 100%);
  background: linear-gradient(135deg, #fbca00 0%, #f9d12f 12%, #f9d12f 40%, #fbca00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@themeColor', endColorstr='@themeColor', GradientType=1);
}

.spinCounter .yearCounter .main-counter:before {
  top: 5.625rem;
  width: 2.25rem;
  height: 2.25rem;
}

.spinCounter .yearCounter .main-counter:after {
  top: 0;
  width: 3rem;
  height: 3rem;
}

.spinCounter .yearCounter .main-counter .main-counter-item {
  position: relative;
  width: 13rem;
  height: 13rem;
  padding-bottom: .625rem;
}

@media (min-width:992px) {
  .spinCounter .yearCounter .main-counter .main-counter-item {
    width: 20rem;
    height: 20rem;
  }

}

.spinCounter .yearCounter .main-counter .main-counter-item .main-counter-item-center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 9px 9px 13px -1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 9px 9px 13px -1px rgba(0, 0, 0, 0.13);
  box-shadow: 9px 9px 13px -1px rgba(0, 0, 0, 0.13);
  border-radius: 50%;
}

.spinCounter .yearCounter .main-counter .main-counter-item .main-counter-item-center .main-counter-numb {
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}

@media (min-width:992px) {
  .spinCounter .yearCounter .main-counter .main-counter-item .main-counter-item-center .main-counter-numb {
    font-size: 9rem;
  }

}

.spinCounter .yearCounter .main-counter .main-counter-item .main-counter-item-center .main-counter-heading {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  max-width: 14.375rem;
  color: #000;
}

@media (min-width:992px) {
  .spinCounter .yearCounter .main-counter .main-counter-item .main-counter-item-center .main-counter-heading {
    font-size: 1.8rem;
  }

}

.spinCounter .yearCounter .main-counter .main-counter-item .main-counter-item-circ {
  position: absolute;
  left: -4.375rem;
  top: -1.25rem;
  background-color: #fbca00;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  width: calc(99%);
  height: calc(99%);
  overflow: hidden;
}

@media (min-width:768px) {
  .spinCounter .yearCounter .main-counter .main-counter-item .main-counter-item-circ {
    width: calc(98.75%);
    height: calc(98.75%);
  }

}

.spinCounter .yearCounter .main-counter .main-counter-item .main-counter-item-circ:after, .spinCounter .yearCounter .main-counter .main-counter-item .main-counter-item-circ:before {
  content: "";
  position: absolute;
  transition: all 0.2s;
  border-radius: 50%;
  opacity: .3;
}

.spinCounter .yearCounter .main-counter .main-counter-item .main-counter-item-circ:before {
  left: -1.75rem;
  bottom: -4rem;
  width: 13.75rem;
  height: 13.75rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.spinCounter .yearCounter .main-counter .main-counter-item .main-counter-item-circ:after {
  left: 2rem;
  bottom: -4rem;
  width: 13.75rem;
  height: 13.75rem;
  background-color: #ffffff;
}

.spinCounter .counter-items {
  width: 100%;
  padding-left: 16%;
}

@media (min-width:768px) {
  .spinCounter .counter-items {
    width: 50%;
  }

}

.spinCounter .counter-items .counter-item {
  margin-bottom: 30px;
}

.spinCounter .counter-items .counter-item-numb {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .625rem;
  font-family: 'Open Sans', sans-serif;
}

.spinCounter .counter-items .counter-item-numb .spincrement {
  color: #fbca00;
}

.spinCounter .counter-items .counter-item-heading {
  font-weight: 700;
}

.happyClients {
  width: 100%;
  overflow: hidden;
  padding: 30px 15px;
}

@media (min-width:768px) {
  .happyClients {
    padding: 60px 0;
  }

}

.happyClients ul {
  width: 100%;
  font-size: 0;
  text-align: center;
}

@media (min-width:992px) {
  .happyClients ul {
    display: flex;
  }

}

.happyClients ul li {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: 1px solid #f0f0f0;
  display: inline-block;
}

@media (min-width:768px) {
  .happyClients ul li {
    width: 33.333%;
  }

}

@media (min-width:992px) {
  .happyClients ul li {
    width: 20%;
    min-height: 100px;
    display: flex;
    align-items: center;
  }

}

.happyClients ul li img {
  max-width: 180px;
  width: 100%;
}

.yearMap {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}

@media (min-width:768px) {
  .yearMap {
    padding: 60px 0;
  }

}

.yearMap .timeline {
  position: relative;
  margin: 0 auto;
}

.yearMap .timeline:after {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #d8d8d8;
  top: 15px;
  bottom: 0;
  left: 50%;
}

.yearMap .timelineCtnr {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.yearMap .timelineCtnr:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  right: -6px;
  background-color: #000000;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.yearMap .timelineCtnr.year:after {
  background-color: #fbca00;
  border: 4px solid #fde377;
  width: 20px;
  height: 20px;
}

.yearMap .left {
  left: 0;
}

.yearMap .right {
  left: 50%;
}

.yearMap .right:after {
  left: -5px;
}

.yearMap .right.year:after {
  left: -10px;
}

.yearMap .content {
  position: relative;
}

.yearMap .content h2 {
  font-family: 'Open Sans', sans-serif;
  color: #fbca00;
  font-weight: 700;
}

.yearMap .content .contentInner {
  margin: 15px 0;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #fafafa;
}

.yearMap .content .contentInner h3 {
  margin-bottom: 8px;
}

.yearMap .content .contentInner p {
  margin-bottom: 0;
}

@media screen and (max-width:600px) {
  .yearMap .timeline:after {
    left: 10px;
  }

  .yearMap .timelineCtnr {
    width: 100%;
    padding-left: 40px;
    padding-right: 15px;
  }

  .yearMap .timelineCtnr:before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .yearMap .left:after {
    left: 6px;
  }

  .yearMap .right {
    left: 0;
  }

  .yearMap .right:after {
    left: 6px;
  }

  .yearMap .right.year:after {
    left: 0;
  }

}

.dataPoints {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
}

@media (min-width:768px) {
  .dataPoints {
    padding: 60px 0;
  }

}

.dataPoints .dataPoint-wrap {
  width: 100%;
  align-items: center;
}

@media (min-width:768px) {
  .dataPoints .dataPoint-wrap {
    display: flex;
  }

}

.dataPoints .dataPoint-wrap .dataPoint-ctnt {
  width: 100%;
}

.dataPoints .dataPoint-wrap .dataPoint-ctnt h3 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.2;
}

@media (min-width:768px) {
  .dataPoints .dataPoint-wrap .dataPoint-ctnt h3 {
    font-size: 34px;
  }

}

.dataPoints .dataPoint-wrap .dataPoint-ctnt p.specialPara {
  color: #fbca00;
  font-weight: 600;
}

@media (min-width:768px) {
  .dataPoints .dataPoint-wrap .dataPoint-ctnt {
    padding-right: 50px;
  }

}

.dataPoints .dataPoint-wrap .dataPoint-img {
  width: 100%;
}

.dataPoints .dataPoint-wrap .dataPoint-img img {
  width: 100%;
}

.inner-bannerSec {
  background-image: url(../images/hyzabanner.svg);
  background-color: #fff;
  background-position: bottom center;
  background-size: cover;
  min-height: 340px;
  margin-top: 65px;
}

@media (min-width:992px) {
  .inner-bannerSec {
    margin-top: 95px;
  }

}

.inner-bannerSec .bannerCtnt h1 {
  font-size: 40px;
  margin-bottom: 15px;
}

.inner-bannerSec .bannerCtnt p {
  font-size: 18px;
}

.inner-bannerSec .bannerImg {
  width: 100%;
}

@media (min-width:768px) {
  .inner-bannerSec .bannerImg {
    max-width: 50%;
  }

}

@media (min-width:992px) {
  .inner-bannerSec .bannerImg {
    max-width: 500px;
  }

}

.featuresSec {
  width: 100%;
  padding: 30px 0;
}

@media (min-width:768px) {
  .featuresSec {
    padding: 60px 0;
  }

}

.featuresSec h2 {
  font-size: 30px;
  margin-bottom: 25px;
}

@media (min-width:768px) {
  .featuresSec h2 {
    font-size: 34px;
  }

}

.featuresSec .featureWrap {
  width: 100%;
  display: grid;
}

@media (min-width:768px) {
  .featuresSec .featureWrap {
    grid-template-columns: repeat(3, 1fr);
  }

}

.featuresSec .featureWrap .featureBox {
  width: 100%;
  padding: 15px;
}

@media (min-width:768px) {
  .featuresSec .featureWrap .featureBox {
    padding: 30px;
  }

  .featuresSec .featureWrap .featureBox:nth-child(1) {
    border-bottom: 1px solid #fbca00;
    border-right: 1px solid #fbca00;
  }

  .featuresSec .featureWrap .featureBox:nth-child(2) {
    border-bottom: 1px solid #fbca00;
    border-right: 1px solid #fbca00;
  }

  .featuresSec .featureWrap .featureBox:nth-child(3) {
    border-bottom: 1px solid #fbca00;
  }

  .featuresSec .featureWrap .featureBox:nth-child(4) {
    border-right: 1px solid #fbca00;
  }

  .featuresSec .featureWrap .featureBox:nth-child(5) {
    border-right: 1px solid #fbca00;
  }

}

.featuresSec .featureWrap .featureBox .icon {
  width: 40px;
  margin-bottom: 15px;
  display: inline-block;
}

.featuresSec .featureWrap .featureBox .icon img {
  max-width: 100%;
}

.featuresSec .featureWrap .featureBox h4 {
  margin-bottom: 15px;
}

.startusSec {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background-color: #fffbea;
  position: relative;
  overflow: hidden;
}

@media (min-width:768px) {
  .startusSec {
    padding: 60px 0;
  }

}

.startusSec .startUs {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.startusSec .startUs h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .startusSec .startUs h3 {
    font-size: 42px;
  }

}

.startusSec .startUs p {
  font-size: 16px;
}

@media (min-width:768px) {
  .startusSec .startUs p {
    font-size: 18px;
  }

}

.completeHyza {
  width: 100%;
  padding: 30px 0;
  background-color: #fffbea;
}

@media (min-width:768px) {
  .completeHyza {
    padding: 60px 0;
  }

}

.completeHyza .completeHyza-blocks {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media (min-width:768px) {
  .completeHyza .completeHyza-blocks {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

}

.completeHyza .completeHyza-blocks .block {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 4px 14px 0 rgba(2, 0, 1, 0.1);
}

@media (min-width:768px) {
  .completeHyza .completeHyza-blocks .block {
    padding: 30px 20px;
  }

}

.completeHyza .completeHyza-blocks .block p {
  margin-bottom: 0;
  font-size: 16px;
}

.completeHyza .completeHyza-blocks .block h4 {
  margin-bottom: 15px;
  line-height: 1.5;
}

.pageHead {
  width: 100%;
  margin-bottom: 25px;
}

@media (min-width:768px) {
  .pageHead {
    margin-bottom: 45px;
  }

}

.pageHead h3 {
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 600;
}

@media (min-width:768px) {
  .pageHead h3 {
    font-size: 34px;
  }

}

.pageHead p {
  font-size: 18px;
}

.hyzaSpecial {
  width: 100%;
  padding: 30px 0;
}

@media (min-width:768px) {
  .hyzaSpecial {
    padding: 60px 0;
  }

}

.hyzaSpecial .hyzaSpecial-blocks {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

@media (min-width:768px) {
  .hyzaSpecial .hyzaSpecial-blocks {
    grid-template-columns: 1fr 1fr;
  }

}

.hyzaSpecial .hyzaSpecial-blocks .block {
  background: #fff;
  padding: 15px;
  background-color: #f7f7f7;
  -webkit-box-shadow: 10px 10px 0px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 0px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 0px -7px rgba(0, 0, 0, 0.75);
}

@media (min-width:768px) {
  .hyzaSpecial .hyzaSpecial-blocks .block {
    padding: 30px 20px;
  }

}

.hyzaSpecial .hyzaSpecial-blocks .block p {
  margin-bottom: 0;
  font-size: 16px;
}

.hyzaSpecial .hyzaSpecial-blocks .block h4 {
  margin-bottom: 15px;
  line-height: 1.5;
}

.allFeatures {
  width: 100%;
  padding: 30px 0;
  background-image: url(../images/abstract-background.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: lighten;
}

@media (min-width:768px) {
  .allFeatures {
    padding: 60px 0;
  }

}

.allFeatures .nav-tabs {
  border: none;
  margin-bottom: 2rem;
}

.allFeatures .nav-tabs li {
  margin: 1px 0;
}

.allFeatures .nav-tabs li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  border: 1px solid #fbca00;
  border-radius: 0;
  display: flex;
  align-items: center;
}

.allFeatures .nav-tabs li a:hover {
  border: 1px solid #fbca00;
  background-color: #fbca00;
}

.allFeatures .nav-tabs li.active a {
  background-color: #fbca00;
  border: 1px solid #fbca00;
}

.allFeatures .tab-content {
  width: 100%;
  background-color: #fff;
  padding: 20px;
}

@media (min-width:768px) {
  .allFeatures .tab-content {
    padding: 30px;
  }

}

.allFeatures .tab-content .tab-pane {
  width: 100%;
}

.allFeatures .tab-content .tab-pane ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width:768px) {
  .allFeatures .tab-content .tab-pane ul {
    grid-template-columns: repeat(2, 1fr);
  }

}

.allFeatures .tab-content .tab-pane ul li {
  padding-left: 22px;
  position: relative;
  display: flex;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (min-width:768px) {
  .allFeatures .tab-content .tab-pane ul li {
    line-height: 1.8;
    margin-bottom: 15px;
  }

}

.allFeatures .tab-content .tab-pane ul li:before {
  font-weight: bold;
  content: '\f00c';
  color: #fbca00;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}

.designTech {
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
}

@media (min-width:768px) {
  .designTech {
    padding: 60px 0;
  }

}

.designTech .designTech-blocks {
  column-gap: 20px;
}

@media (min-width:768px) {
  .designTech .designTech-blocks {
    display: flex;
  }

}

.designTech .designTech-block {
  width: 100%;
  margin: 15px 0;
}

.designTech .designTech-block h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #000;
}

.designTech .designTech-block p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.coreValue {
  width: 100%;
  padding: 30px 0;
  background-color: #fffbea;
}

@media (min-width:768px) {
  .coreValue {
    padding: 60px 0;
  }

}

.coreValue .verticalTab {
  width: 100%;
  align-items: center;
}

@media (min-width:1200px) {
  .coreValue .verticalTab {
    display: flex;
  }

}

.coreValue .verticalTab .tab {
  width: 100%;
}

@media (min-width:1200px) {
  .coreValue .verticalTab .tab {
    width: 30%;
  }

}

.coreValue .verticalTab .tab .tablinks {
  padding: 10px 15px;
  border: 1px solid #fbca00;
  background-color: transparent;
  margin: 2px 0;
  font-weight: 600;
  transition-duration: .3s;
}

.coreValue .verticalTab .tab .tablinks:hover {
  background-color: #fbca00;
}

.coreValue .verticalTab .tab .tablinks.active {
  background-color: #fbca00;
}

.coreValue .verticalTab .tabContent-wrap {
  width: 100%;
  margin-top: 2rem;
}

@media (min-width:1200px) {
  .coreValue .verticalTab .tabContent-wrap {
    width: 70%;
    padding-left: 30px;
  }

}

.coreValue .verticalTab .tabContent-wrap .tabcontent {
  padding: 25px 20px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 24px -17px #000000;
  -moz-box-shadow: 0px 5px 24px -17px #000000;
  box-shadow: 0px 5px 24px -17px #000000;
}

.coreValue .verticalTab .tabContent-wrap .tabcontent h3 {
  margin-bottom: 15px;
}

.coreValue .verticalTab .tabContent-wrap .tabcontent p {
  margin-bottom: 0;
}

@media (min-width:601px) and (max-width:991px) {
  .add_to_icons {
    display: inline-block;
    width: 100%;
  }

  .add_to_icons .addto_wishlist {
    margin-right: 0;
    width: 50%;
    display: inline-block;
    text-align: center;
  }

  .add_to_icons .tryon_btns {
    margin: 0;
    display: inline-block;
    width: 50%;
  }

  .tryon_btns .try_btns .tryonvideo-button {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .tryonvideo-button a#customer-popup-sign-in {
    padding: 14px 0;
  }

  .add_to_icons .addto_wishlist .towishlist {
    width: 100%;
    margin-right: 10px;
  }

}

.product-choosesetting-form {
  width: 100%;
  margin-bottom: 15px;
}

.product-choosesetting-form a.choosesetting-button {
  color: #fff;
  padding: 12px 10px;
  background: #3c9a89;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  display: flex;
  justify-content: center;
}

@media (min-width:601px) {
  .add_to_icons .addto_wishlist .towishlist {
    margin-left: 0;
  }

}

.easyCliq-banner {
  width: 100%;
  min-height: 340px;
  margin-top: 65px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hyza-jewelry-photography-solutions.jpg);
  position: relative;
  display: flex;
  align-items: center;
}

.easyCliq-banner:before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(11, 35, 82, 0.6);
  content: '';
  width: 100%;
  height: 100%;
}

@media (min-width:992px) {
  .easyCliq-banner {
    margin-top: 95px;
    min-height: 440px;
  }

}

.easyCliq-banner .easyCliq-banner-ctnt {
  max-width: 680px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.easyCliq-banner .easyCliq-banner-ctnt h1 {
  font-size: 40px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 25px;
  color: #fff;
  line-height: 1.2;
}

@media (min-width:768px) {
  .easyCliq-banner .easyCliq-banner-ctnt h1 {
    font-size: 50px;
  }

}

.easyCliq-banner .easyCliq-banner-ctnt h1 span {
  font-weight: 700;
  display: block;
}

.easyCliq-banner .easyCliq-banner-ctnt p {
  font-size: 24px;
  color: #fff;
}

@media (min-width:768px) {
  .easyCliq-banner .easyCliq-banner-ctnt p {
    font-size: 26px;
  }

}

.easyCliq-advantage {
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}

@media (min-width:768px) {
  .easyCliq-advantage {
    padding: 80px 0;
  }

}

.easyCliq-advantage .advantageCtnt {
  width: 100%;
}

@media (min-width:992px) {
  .easyCliq-advantage .advantageCtnt {
    display: flex;
    align-items: center;
  }

}

.easyCliq-advantage .advantageCtnt .advantagePara {
  width: 100%;
}

.easyCliq-advantage .advantageCtnt .advantagePara h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (min-width:768px) {
  .easyCliq-advantage .advantageCtnt .advantagePara h2 {
    font-size: 36px;
    line-height: 1.3;
  }

}

.easyCliq-advantage .advantageCtnt .advantagePara p {
  font-size: 18px;
  line-height: 1.4;
}

@media (min-width:768px) {
  .easyCliq-advantage .advantageCtnt .advantagePara p {
    font-size: 20px;
  }

}

.easyCliq-advantage .advantageCtnt .advantageImg {
  width: 100%;
}

.easyCliq-advantage .advantageCtnt .advantageImg img {
  width: 100%;
}

.easyCliq-advantage .advantageBlocks {
  width: 100%;
  padding: 20px 0;
  display: grid;
  grid-gap: 30px;
}

@media (min-width:768px) {
  .easyCliq-advantage .advantageBlocks {
    grid-template-columns: 1fr 1fr;
  }

}

.easyCliq-advantage .advantageBlocks .advantageBlock {
  width: 100%;
  padding: 25px;
  border: 1px solid #eee;
  border-radius: 5px;
  transition-duration: .3s;
}

.easyCliq-advantage .advantageBlocks .advantageBlock:hover {
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  border: 1px solid transparent;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.easyCliq-advantage .advantageBlocks .advantageBlock h3 {
  font-size: 26px;
  margin-bottom: 15px;
  display: flex;
  align-items: start;
}

.easyCliq-advantage .advantageBlocks .advantageBlock h3 img {
  margin-right: 15px;
}

.easyCliq-advantage .advantageBlocks .advantageBlock p {
  font-size: 18px;
  margin-bottom: 0;
}

.imageCapture {
  width: 100%;
  padding: 40px 0;
  background-image: url(../images/diamond-jewelry-photography.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

@media (min-width:768px) {
  .imageCapture {
    padding: 80px 0;
  }

}

.imageCapture:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.imageCapture h4 {
  max-width: 880px;
  margin: 0 auto;
  font-weight: 400;
  position: relative;
  text-align: center;
  z-index: 2;
  font-size: 26px;
  font-style: italic;
  color: #fff;
  line-height: 1.3;
}

@media (min-width:768px) {
  .imageCapture h4 {
    font-size: 30px;
  }

}

.technicalSpec-wrap {
  width: 100%;
  padding: 40px 0;
  background-color: #fffbea;
}

@media (min-width:768px) {
  .technicalSpec-wrap {
    padding: 80px 0;
  }

}

.technicalSpec-wrap .technicalSpec-list {
  width: 100%;
}

.technicalSpec-wrap .technicalSpec-list h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
}

@media (min-width:768px) {
  .technicalSpec-wrap .technicalSpec-list h3 {
    margin-bottom: 35px;
  }

}

.technicalSpec-wrap .technicalSpec-list ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width:768px) {
  .technicalSpec-wrap .technicalSpec-list ul {
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

}

@media (min-width:992px) {
  .technicalSpec-wrap .technicalSpec-list ul {
    grid-template-columns: 1fr 1fr 1fr;
  }

}

.technicalSpec-wrap .technicalSpec-list ul li {
  width: 100%;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  padding-left: 40px;
  position: relative;
  min-height: 30px;
}

.technicalSpec-wrap .technicalSpec-list ul li span {
  font-weight: 600;
}

.technicalSpec-wrap .technicalSpec-list ul li img {
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 0;
}

.easySteps {
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}

@media (min-width:768px) {
  .easySteps {
    padding: 80px 0;
  }

}

.easySteps .easySteps-container {
  width: 100%;
  align-items: center;
  column-gap: 30px;
}

@media (min-width:992px) {
  .easySteps .easySteps-container {
    display: flex;
  }

}

.easySteps .easySteps-container .easySteps-title {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

.easySteps .easySteps-container .easySteps-title .div1 {
  font-size: 30px;
  font-weight: 700;
  color: #555;
}

.easySteps .easySteps-container .easySteps-title .divBlock {
  display: flex;
  align-items: flex-end;
}

.easySteps .easySteps-container .easySteps-title .divBlock .div2 {
  font-size: 140px;
  font-family: 'Open Sans', sans-serif;
  color: #fbca00;
  line-height: 0.8;
}

.easySteps .easySteps-container .easySteps-title .divBlock .div3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.easySteps .easySteps-container .easySteps-wrap {
  width: 100%;
}

.easySteps .easySteps-container .easySteps-wrap .easySteps-list {
  display: inline-flex;
  align-items: start;
  width: 100%;
  column-gap: 20px;
  margin: 20px 0;
}

.easySteps .easySteps-container .easySteps-wrap .easySteps-list img {
  max-width: 100%;
}

.easySteps .easySteps-container .easySteps-wrap .easySteps-list p {
  font-size: 18px;
  line-height: 1.5;
}

.hardwareSpec {
  width: 100%;
  padding: 40px 0;
  background-image: url(../images/machinerobo.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.hardwareSpec:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

@media (min-width:768px) {
  .hardwareSpec {
    padding: 80px 0;
  }

}

.hardwareSpec .specWrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hardwareSpec .specWrap h3 {
  font-size: 30px;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}

@media (min-width:768px) {
  .hardwareSpec .specWrap h3 {
    margin-bottom: 35px;
    font-size: 35px;
  }

}

.hardwareSpec .specWrap img {
  width: 100%;
}

.featureVideo {
  width: 100%;
  padding: 40px 0;
  background-image: url(../images/hyza-jewelry-photography-video-thumbnail.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
  border-style: none;
  border-width: 0;
  background-clip: padding-box;
  position: relative;
}

.featureVideo:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.88);
}

@media (min-width:768px) {
  .featureVideo {
    padding: 80px 0;
  }

}

.featureVideo .videoCtnt {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.featureVideo .videoCtnt .embed-responsive {
  margin-top: 10%;
  box-shadow: 0 28px 57px 0 rgba(0, 0, 0, 0.51);
  -webkit-box-shadow: 0 28px 57px 0 rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 0 28px 57px 0 rgba(0, 0, 0, 0.51);
}

.featureVideo .videoCtnt h3 {
  font-size: 32px;
  margin-bottom: 25px;
}

@media (min-width:768px) {
  .featureVideo .videoCtnt h3 {
    font-size: 35px;
    margin-bottom: 30px;
  }

}

.featureVideo .videoCtnt p {
  font-size: 20px;
  line-height: 1.3;
}

@media (min-width:768px) {
  .featureVideo .videoCtnt p {
    font-size: 22px;
    line-height: 1.5;
  }

}

.jewellPage-banner {
  padding: 40px 0;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fffbea;
  margin-top: 65px;
  overflow: hidden;
}

@media (min-width:768px) {
  .jewellPage-banner {
    padding: 80px 0;
  }

}

@media (min-width:992px) {
  .jewellPage-banner {
    margin-top: 95px;
  }

}

.jewellPage-banner .jewellPage-container {
  width: 100%;
}

@media (min-width:768px) {
  .jewellPage-banner .jewellPage-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 80px;
  }

}

@media (min-width:992px) {
  .jewellPage-banner .jewellPage-container {
    column-gap: 150px;
  }

}

.jewellPage-banner .jewellPage-container .jewellBanner-ctnt {
  width: 100%;
  flex: 1;
}

.jewellPage-banner .jewellPage-container .jewellBanner-ctnt h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000;
}

@media (min-width:768px) {
  .jewellPage-banner .jewellPage-container .jewellBanner-ctnt h1 {
    font-size: 40px;
  }

}

@media (min-width:992px) {
  .jewellPage-banner .jewellPage-container .jewellBanner-ctnt h1 {
    font-size: 46px;
  }

}

.jewellPage-banner .jewellPage-container .jewellBanner-ctnt h2 {
  font-size: 22px;
  line-height: 1.4;
}

.jewellPage-banner .jewellPage-container .jewellBanner-ctnt ul {
  width: 100%;
  display: grid;
  grid-gap: 30px;
  margin-top: 15%;
}

@media (min-width:768px) {
  .jewellPage-banner .jewellPage-container .jewellBanner-ctnt ul {
    grid-template-columns: 1fr 1fr;
  }

}

.jewellPage-banner .jewellPage-container .jewellBanner-ctnt ul li {
  width: 100%;
}

.jewellPage-banner .jewellPage-container .jewellBanner-ctnt ul li h3 {
  color: #000;
  margin-bottom: 15px;
  font-size: 24px;
}

@media (min-width:768px) {
  .jewellPage-banner .jewellPage-container .jewellBanner-ctnt ul li h3 {
    font-size: 26px;
  }

}

.jewellPage-banner .jewellPage-container .jewellBanner-ctnt ul li p {
  font-size: 16px;
}

.jewellPage-banner .jewellPage-container .jewelBanner-img {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: end;
}

.jewellPage-banner .jewellPage-container .jewelBanner-img img {
  width: 100%;
}

.jewelSec1 {
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
}

@media (min-width:768px) {
  .jewelSec1 {
    padding: 80px 0;
  }

}

.jewelSec1 .jewelSec1-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.jewelSec1 .jewelSec1-container h3 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
}

.jewelSec1 .jewelSec1-container p {
  font-size: 18px;
  margin-bottom: 0;
}

.jewelBuild-wrap {
  width: 100%;
  padding: 40px 0;
  background-color: #ffffff;
  overflow: hidden;
}

@media (min-width:768px) {
  .jewelBuild-wrap {
    padding: 80px 0;
  }

}

.jewelBuild-wrap .jewelBuild-container {
  width: 100%;
}

@media (min-width:768px) {
  .jewelBuild-wrap .jewelBuild-container {
    display: flex;
    align-items: center;
    column-gap: 50px;
  }

}

.jewelBuild-wrap .jewelBuild-container .jewelBuild-Banner {
  width: 100%;
  margin-bottom: 25px;
}

@media (min-width:768px) {
  .jewelBuild-wrap .jewelBuild-container .jewelBuild-Banner {
    width: 50%;
    padding-right: 40px;
  }

}

.jewelBuild-wrap .jewelBuild-container .jewelBuild-Banner img {
  width: 100%;
}

.jewelBuild-wrap .jewelBuild-container .jewelBuild-Ctnt {
  width: 100%;
}

@media (min-width:768px) {
  .jewelBuild-wrap .jewelBuild-container .jewelBuild-Ctnt {
    width: 50%;
  }

}

.jewelBuild-wrap .jewelBuild-container .jewelBuild-Ctnt h4 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
}

@media (min-width:768px) {
  .jewelBuild-wrap .jewelBuild-container .jewelBuild-Ctnt h4 {
    font-size: 36px;
  }

}

.jewelBuild-wrap .jewelBuild-container .jewelBuild-Ctnt p {
  font-size: 20px;
  line-height: 1.4;
  color:;
}

.jewelBuild-wrap .jewelBuild-container .jewelBuild-Ctnt ul {
  list-style: decimal;
  padding-left: 20px;
}

.jewelBuild-wrap .jewelBuild-container .jewelBuild-Ctnt ul li {
  font-size: 18px;
  margin: 5px 0;
}

.completeEcommece {
  width: 100%;
  padding: 40px 0;
  position: relative;
  background-image: url(../images/Jewellery-Making-banner-image.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
}

.completeEcommece:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 251, 234, 0.85);
}

@media (min-width:768px) {
  .completeEcommece {
    padding: 80px 0;
  }

}

.completeEcommece > .mainContainer {
  align-items: center;
  column-gap: 50px;
}

@media (min-width:992px) {
  .completeEcommece > .mainContainer {
    display: flex;
  }

}

.completeEcommece .completeEcommece-head {
  width: 100%;
  max-width: 500px;
  position: relative;
  z-index: 1;
}

.completeEcommece .completeEcommece-head h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .completeEcommece .completeEcommece-head h3 {
    font-size: 36px;
  }

}

.completeEcommece .completeEcommece-head p {
  font-size: 18px;
  line-height: 1.4;
}

@media (min-width:768px) {
  .completeEcommece .completeEcommece-head p {
    font-size: 20px;
  }

}

.completeEcommece .completeEcommece-blocks {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
  display: grid;
  grid-gap: 30px;
  position: relative;
  z-index: 1;
}

@media (min-width:768px) {
  .completeEcommece .completeEcommece-blocks {
    grid-template-columns: 1fr 1fr;
  }

}

@media desktop {
  .completeEcommece .completeEcommece-blocks {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

}

.completeEcommece .completeEcommece-blocks .block {
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 25px 20px -20px;
}

.completeEcommece .completeEcommece-blocks .block h5 {
  font-size: 25px;
  margin-bottom: 15px;
}

.completeEcommece .completeEcommece-blocks .block p {
  font-size: 18px;
  margin-bottom: 0;
}

.jewelWith-wrap {
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
  overflow: hidden;
}

@media (min-width:768px) {
  .jewelWith-wrap {
    padding: 80px 0;
  }

}

.jewelWith-wrap .jewelWith-blocks {
  width: 100%;
}

@media (min-width:768px) {
  .jewelWith-wrap .jewelWith-blocks {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

}

.jewelWith-wrap .jewelWith-blocks .jewelWith-block {
  width: 100%;
  position: relative;
  padding: 20px;
  text-align: center;
}

.jewelWith-wrap .jewelWith-blocks .jewelWith-block img {
  max-width: 100%;
  margin-bottom: 20px;
}

.jewelWith-wrap .jewelWith-blocks .jewelWith-block .step {
  width: 35px;
  height: 35px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #d7d7d7;
}

.jewelWith-wrap .jewelWith-blocks .jewelWith-block h4 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.jewelWith-wrap .jewelWith-blocks .jewelWith-block p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
}

.jewellSpec {
  width: 100%;
  background-color: #fcce6f;
  padding-bottom: 40px;
  overflow: hidden;
}

@media (min-width:992px) {
  .jewellSpec {
    padding-bottom: 0;
    background: #fcce6f;
    background: -moz-linear-gradient(left, #fcce6f 0%, #fcce6f 50%, #fcce6f 50%, #ffffff 50%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #fcce6f 0%, #fcce6f 50%, #fcce6f 50%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to right, #fcce6f 0%, #fcce6f 50%, #fcce6f 50%, #ffffff 50%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcce6f', endColorstr='#ffffff', GradientType=1);
  }

}

.jewellSpec .hyzaSpec-wrap {
  width: 100%;
}

@media (min-width:992px) {
  .jewellSpec .hyzaSpec-wrap {
    display: flex;
    align-items: center;
    column-gap: 40px;
  }

}

.jewellSpec .hyzaSpec-wrap .left, .jewellSpec .hyzaSpec-wrap .right {
  padding: 0;
  flex-grow: 1;
  flex-basis: 0;
  width: 100%;
}

.jewellSpec .hyzaSpec-wrap .left .hyzaSpec-ctnt {
  padding: 40px 0;
}

.jewellSpec .hyzaSpec-wrap .left h4 {
  color: #000;
  margin-bottom: 20px;
  font-size: 30px;
}

@media (min-width:768px) {
  .jewellSpec .hyzaSpec-wrap .left h4 {
    font-size: 40px;
  }

}

@media (min-width:992px) {
  .jewellSpec .hyzaSpec-wrap .left h4 {
    font-size: 50px;
    margin-bottom: 40px;
  }

}

.jewellSpec .hyzaSpec-wrap .left p {
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}

@media (min-width:768px) {
  .jewellSpec .hyzaSpec-wrap .left p {
    font-size: 20px;
  }

}

.jewellSpec .hyzaSpec-wrap .right {
  background-color: #fff;
}

.jewellSpec .hyzaSpec-wrap .right .productView {
  width: 100%;
  background-color: #fcce6f;
  position: relative;
}

@media (min-width:992px) {
  .jewellSpec .hyzaSpec-wrap .right .productView {
    left: -20px;
    padding: 20px;
  }

}

.jewellSpec .hyzaSpec-wrap .right .productView img {
  width: 100%;
}

.furnitureBanner {
  width: 100%;
  padding: 40px 0;
  position: relative;
  margin-top: 65px;
  background-color: #f1f1ea;
  overflow: hidden;
}

@media (min-width:768px) {
  .furnitureBanner {
    padding: 80px 0;
  }

}

@media (min-width:992px) {
  .furnitureBanner {
    margin-top: 95px;
  }

}

.furnitureBanner .furnitureBanner-wrap {
  width: 100%;
}

@media (min-width:768px) {
  .furnitureBanner .furnitureBanner-wrap {
    display: flex;
    flex-grow: 1;
    align-items: center;
    column-gap: 40px;
  }

}

.furnitureBanner .furnitureBanner-wrap .furnitureBanner-ctnt {
  width: 100%;
}

.furnitureBanner .furnitureBanner-wrap .furnitureBanner-ctnt h1 {
  font-size: 40px;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.1;
}

@media (min-width:768px) {
  .furnitureBanner .furnitureBanner-wrap .furnitureBanner-ctnt h1 {
    font-size: 50px;
    line-height: 1.3;
  }

}

.furnitureBanner .furnitureBanner-wrap .furnitureBanner-ctnt p {
  font-size: 18px;
}

@media (min-width:768px) {
  .furnitureBanner .furnitureBanner-wrap .furnitureBanner-ctnt p {
    font-size: 20px;
  }

}

.furnitureBanner .furnitureBanner-wrap .furnitureBanner-img {
  width: 100%;
}

.furnitureBanner .furnitureBanner-wrap .furnitureBanner-img img {
  width: 100%;
}

.ownWebsite {
  width: 100%;
  padding: 40px;
  background-image: url(../images/home-furniture-design.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ownWebsite:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (min-width:768px) {
  .ownWebsite {
    padding: 80px 0;
  }

}

.ownWebsite .ownWebsite-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.ownWebsite .ownWebsite-wrap h2 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #fff;
}

.ownWebsite .ownWebsite-wrap p {
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

@media (min-width:768px) {
  .ownWebsite .ownWebsite-wrap p {
    font-size: 20px;
  }

}

.furnitureBenefit {
  width: 100%;
  padding: 40px 0;
  background-image: url(../images/Furniture-Background-Image.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}

@media (min-width:768px) {
  .furnitureBenefit {
    padding: 80px 0;
  }

}

.furnitureBenefit .furnitureBenefit-head {
  width: 100%;
  margin-bottom: 5%;
  position: relative;
  z-index: 1;
}

.furnitureBenefit .furnitureBenefit-head h3 {
  font-size: 35px;
  color: #000;
  text-align: center;
}

@media (min-width:768px) {
  .furnitureBenefit .furnitureBenefit-head h3 {
    font-size: 45px;
  }

}

.furnitureBenefit .benefitBlocks {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width:768px) {
  .furnitureBenefit .benefitBlocks {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

}

.furnitureBenefit .benefitBlocks .benefitBlock {
  width: 100%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  border-radius: 10px;
  margin-bottom: 15px;
}

.furnitureBenefit .benefitBlocks .benefitBlock h4 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.furnitureBenefit .benefitBlocks .benefitBlock p {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.dbuild-wrap {
  width: 100%;
  padding: 40px 0;
  background-color: #f9f9f9;
  overflow: hidden;
}

@media (min-width:768px) {
  .dbuild-wrap {
    padding: 80px 0;
  }

}

.dbuild-wrap .dbuild-container {
  width: 100%;
}

@media (min-width:768px) {
  .dbuild-wrap .dbuild-container {
    display: flex;
    align-items: center;
    column-gap: 50px;
  }

}

.dbuild-wrap .dbuild-container .dbuildBanner {
  width: 100%;
  margin-bottom: 25px;
}

@media (min-width:768px) {
  .dbuild-wrap .dbuild-container .dbuildBanner {
    width: 60%;
    padding-right: 40px;
  }

}

.dbuild-wrap .dbuild-container .dbuildBanner h3 {
  font-size: 35px;
  color: #000;
  margin-bottom: 15px;
  text-align: center;
}

@media (min-width:768px) {
  .dbuild-wrap .dbuild-container .dbuildBanner h3 {
    font-size: 45px;
  }

}

.dbuild-wrap .dbuild-container .dbuildBanner img {
  width: 100%;
}

.dbuild-wrap .dbuild-container .dbuildCtnt {
  width: 100%;
}

@media (min-width:768px) {
  .dbuild-wrap .dbuild-container .dbuildCtnt {
    width: 40%;
  }

}

.dbuild-wrap .dbuild-container .dbuildCtnt ul {
  width: 100%;
}

.dbuild-wrap .dbuild-container .dbuildCtnt ul li {
  width: 100%;
  margin-bottom: 15px;
}

.dbuild-wrap .dbuild-container .dbuildCtnt ul li h3 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
}

.dbuild-wrap .dbuild-container .dbuildCtnt ul li p {
  font-size: 18px;
  margin-bottom: 0;
}

.anyStage-wrap {
  width: 100%;
  background-image: url(../images/choose-design.png);
  background-size: 90%;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 40px 0;
  background-color: #fff;
  overflow: hidden;
}

@media (min-width:768px) {
  .anyStage-wrap {
    padding: 80px 0;
    background-size: 50%;
  }

}

.anyStage-wrap > .mainContainer {
  align-items: center;
  min-height: 550px;
}

@media (min-width:768px) {
  .anyStage-wrap > .mainContainer {
    display: flex;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .anyStage-wrap > .mainContainer {
    min-height: 470px;
  }

}

.anyStage-wrap .anyStage-ctnt {
  margin-left: 0;
  text-align: left;
}

@media (min-width:768px) {
  .anyStage-wrap .anyStage-ctnt {
    max-width: 45vw;
  }

}

.anyStage-wrap .anyStage-ctnt h3 {
  font-size: 40px;
  line-height: 1.0625em;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .anyStage-wrap .anyStage-ctnt h3 {
    font-size: 50px;
  }

}

@media (min-width:992px) {
  .anyStage-wrap .anyStage-ctnt h3 {
    font-size: 60px;
  }

}

.anyStage-wrap .anyStage-ctnt p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}

.builtWith-wrap {
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
  overflow: hidden;
}

@media (min-width:768px) {
  .builtWith-wrap {
    padding: 80px 0;
  }

}

.builtWith-wrap .buildWith-blocks {
  width: 100%;
}

@media (min-width:768px) {
  .builtWith-wrap .buildWith-blocks {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

}

.builtWith-wrap .buildWith-blocks .buildWith-block {
  width: 100%;
  position: relative;
  padding: 20px;
  text-align: center;
}

.builtWith-wrap .buildWith-blocks .buildWith-block img {
  max-width: 100%;
}

.builtWith-wrap .buildWith-blocks .buildWith-block .step {
  width: 35px;
  height: 35px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #d7d7d7;
}

.builtWith-wrap .buildWith-blocks .buildWith-block h4 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.builtWith-wrap .buildWith-blocks .buildWith-block p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
}

.fashionBanner-wrap {
  width: 100%;
  padding: 40px 0;
  margin-top: 65px;
  background-color: #efefef;
  overflow: hidden;
}

@media (min-width:768px) {
  .fashionBanner-wrap {
    padding: 80px 0;
  }

}

@media (min-width:992px) {
  .fashionBanner-wrap {
    margin-top: 95px;
  }

}

.fashionBanner-wrap .fashionBanner-container {
  width: 100%;
}

@media (min-width:768px) {
  .fashionBanner-wrap .fashionBanner-container {
    display: flex;
    align-items: center;
  }

}

.fashionBanner-wrap .fashionBanner-container .fashionBanner-img {
  width: 100%;
}

@media (max-width:767px) {
  .fashionBanner-wrap .fashionBanner-container .fashionBanner-img {
    margin-top: 5%;
  }

}

.fashionBanner-wrap .fashionBanner-container .fashionBanner-img img {
  width: 100%;
}

.fashionBanner-wrap .fashionBanner-container .fashionBanner-ctnt {
  width: 100%;
  max-width: 600px;
}

.fashionBanner-wrap .fashionBanner-container .fashionBanner-ctnt h1 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .fashionBanner-wrap .fashionBanner-container .fashionBanner-ctnt h1 {
    font-size: 50px;
  }

}

.fashionBanner-wrap .fashionBanner-container .fashionBanner-ctnt ul {
  width: 100%;
}

.fashionBanner-wrap .fashionBanner-container .fashionBanner-ctnt ul li {
  width: 100%;
  margin: 5px 0;
  color: #000;
  font-size: 18px;
}

.proWeb-wrap {
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
  overflow: hidden;
}

@media (min-width:768px) {
  .proWeb-wrap {
    padding: 80px 0;
  }

}

.proWeb-wrap .proWeb-ctnt {
  width: 100%;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 4%;
}

.proWeb-wrap .proWeb-ctnt h3 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #000;
  text-transform: capitalize;
}

.proWeb-wrap .proWeb-ctnt p {
  font-size: 18px;
  margin-bottom: 0;
}

.proWeb-wrap .proWeb-needs {
  width: 100%;
}

@media (min-width:768px) {
  .proWeb-wrap .proWeb-needs {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

}

@media (min-width:992px) {
  .proWeb-wrap .proWeb-needs {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

}

.proWeb-wrap .proWeb-needs .needBlock {
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .proWeb-wrap .proWeb-needs .needBlock {
    margin-bottom: 0;
  }

}

.proWeb-wrap .proWeb-needs .needBlock h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

.proWeb-wrap .proWeb-needs .needBlock p {
  margin-bottom: 0;
  font-size: 18px;
}

.fashionBenefit {
  width: 100%;
  padding: 40px 0;
  background-image: url(../images/fashion-showroom.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}

@media (min-width:768px) {
  .fashionBenefit {
    padding: 80px 0;
  }

}

.fashionBenefit:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.fashionBenefit .fashionBenefit-head {
  width: 100%;
  margin-bottom: 5%;
  position: relative;
  z-index: 1;
}

.fashionBenefit .fashionBenefit-head h3 {
  font-size: 35px;
  color: #fff;
}

@media (min-width:768px) {
  .fashionBenefit .fashionBenefit-head h3 {
    font-size: 45px;
  }

}

.fashionBenefit .benefitBlocks {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width:768px) {
  .fashionBenefit .benefitBlocks {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

}

.fashionBenefit .benefitBlocks .benefitBlock {
  width: 100%;
  padding: 20px;
  border: 1px solid #cfcfcf;
  padding-left: 80px;
  position: relative;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .fashionBenefit .benefitBlocks .benefitBlock {
    margin-bottom: 0;
  }

}

.fashionBenefit .benefitBlocks .benefitBlock img {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
}

.fashionBenefit .benefitBlocks .benefitBlock h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.fashionBenefit .benefitBlocks .benefitBlock p {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.makeWebsite-wrap {
  width: 100%;
  padding: 40px 0;
  background-color: #f9fafa;
  overflow: hidden;
}

@media (min-width:768px) {
  .makeWebsite-wrap {
    padding: 80px 0;
  }

}

.makeWebsite-wrap .makeWebsite-container {
  width: 100%;
}

@media (min-width:768px) {
  .makeWebsite-wrap .makeWebsite-container {
    display: flex;
    align-items: center;
    column-gap: 40px;
  }

}

.makeWebsite-wrap .makeWebsite-container .makeWebsite-ctnt {
  width: 100%;
}

.makeWebsite-wrap .makeWebsite-container .makeWebsite-ctnt h3 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.makeWebsite-wrap .makeWebsite-container .makeWebsite-ctnt p {
  font-size: 18px;
}

.makeWebsite-wrap .makeWebsite-container .makeWebsite-ctnt ul {
  width: 100%;
}

.makeWebsite-wrap .makeWebsite-container .makeWebsite-ctnt ul li {
  width: 100%;
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.4;
}

.myBusiness {
  width: 100%;
  padding: 40px 0;
  background-color: #ffffff;
  overflow: hidden;
}

@media (min-width:768px) {
  .myBusiness {
    padding: 80px 0;
  }

}

.myBusiness .myBusiness-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5%;
  text-align: center;
}

.myBusiness .myBusiness-container h3 {
  font-size: 45px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.myBusiness .myBusiness-container p {
  font-size: 18px;
  line-height: 1.4;
}

.myBusiness .businessTypes {
  width: 100%;
}

@media (min-width:768px) {
  .myBusiness .businessTypes {
    display: flex;
    column-gap: 40px;
    margin-bottom: 0;
  }

}

.myBusiness .businessTypes .businessType {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

@media (min-width:768px) {
  .myBusiness .businessTypes .businessType {
    margin-bottom: 0;
  }

}

.myBusiness .businessTypes .businessType h4 {
  font-size: 26px;
  margin-bottom: 15px;
}

.myBusiness .businessTypes .businessType p {
  font-size: 18px;
  margin-bottom: 0;
}

.furiniture-myBusiness {
  background-color: #f5f5f5;
}

.fashionEcommece {
  width: 100%;
  padding: 40px 0;
  position: relative;
  background-image: url(../images/fashionBanner.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
}

.fashionEcommece:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.27);
}

@media (min-width:768px) {
  .fashionEcommece {
    padding: 80px 0;
  }

}

.fashionEcommece > .mainContainer {
  align-items: center;
  column-gap: 50px;
}

@media (min-width:992px) {
  .fashionEcommece > .mainContainer {
    display: flex;
  }

}

.fashionEcommece .fashionEcommece-head {
  width: 100%;
  max-width: 500px;
  position: relative;
  z-index: 1;
}

.fashionEcommece .fashionEcommece-head h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .fashionEcommece .fashionEcommece-head h3 {
    font-size: 36px;
  }

}

.fashionEcommece .fashionEcommece-head p {
  font-size: 18px;
  line-height: 1.4;
}

@media (min-width:768px) {
  .fashionEcommece .fashionEcommece-head p {
    font-size: 20px;
  }

}

.fashionEcommece .fashionEcommece-blocks {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  display: grid;
  grid-gap: 30px;
  position: relative;
  z-index: 1;
}

@media (min-width:768px) {
  .fashionEcommece .fashionEcommece-blocks {
    grid-template-columns: 1fr 1fr;
  }

}

@media desktop {
  .fashionEcommece .fashionEcommece-blocks {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

}

.fashionEcommece .fashionEcommece-blocks .block {
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 25px 20px -20px;
}

.fashionEcommece .fashionEcommece-blocks .block h5 {
  font-size: 25px;
  margin-bottom: 15px;
}

.fashionEcommece .fashionEcommece-blocks .block p {
  font-size: 18px;
  margin-bottom: 0;
}

.plan-bannerSec {
  width: 100%;
  margin-top: 65px;
}

@media (min-width:992px) {
  .plan-bannerSec {
    margin-top: 95px;
  }

}

.plan-bannerSec .bannerWrap {
  position: relative;
  align-items: center;
}

@media (min-width:992px) {
  .plan-bannerSec .bannerWrap {
    display: flex;
    justify-content: space-around;
  }

}

.plan-bannerSec .bannerWrap .bannerImg {
  width: 100%;
  max-width: 650px;
}

.plan-bannerSec .bannerWrap .bannerImg img {
  width: 100%;
}

.plan-bannerSec .bannerWrap .bannerCtnt {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  max-width: 500px;
}


.plan-bannerSec .bannerWrap .bannerCtnt h1 {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .plan-bannerSec .bannerWrap .bannerCtnt {
    justify-content: center;
  }
  .plan-bannerSec .bannerWrap .bannerCtnt h1 {
     text-align: center;
  }
}

.plan-bannerSec .bannerWrap .bannerCtnt .planSignup {
  background-color: #fbca00;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #000;
  min-width: 200px;
  text-transform: capitalize;
  border-radius: 30px;
}

@media (max-width:991px) {
  .plan-bannerSec .bannerWrap .bannerCtnt .planSignup {
    margin-bottom: 20px;
  }

}

.plan-bannerSec .bannerWrap .bannerCtnt .planSignup:hover, .plan-bannerSec .bannerWrap .bannerCtnt .planSignup:focus {
  background-color: #fbbc00;
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.51);
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.51);
}

.plan-bannerSec .planPara {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

.plan-bannerSec .planPara p {
  font-size: 18px;
}

footer {
  width: 100%;
  background-color: #23272a;
  padding: 20px 0;
  text-align: center;
}

footer p {
  font-size: 14px;
  color: #cfcfcf;
  margin-bottom: 0;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #facb49;
  color: #000;
}


}
