.container {
  max-width: 2855px;
  width: 100%;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto;
}
.landing-background {
  background-image: url('../img/manufacturer_bg.webp');
  min-height: 400px;
}
.linear-gredient .row {
  margin-right: 0px !important;
}
.icon-scroll {
  box-shadow: inset 0 0 0 1px #e74021 !important;
}
.icon-scroll:before {
  background: #e84121 !important;
}

.cust-tab {
  display: none;
}
.u-p-size {
  width: 100%;
  padding: 0 5vw 1vw 5vw;
}

.linear-gredient {
  background-image: url("../img/v4manu_background.webp");
  opacity: 1;
  top: 99px;
  left: 0px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: -6vw;
  padding-top: 6vw;
}

.cust-card {
  position: relative;
  margin-top: 15.5vh;
  width: 100%;
  padding: 30px;
  background: #ffffff2e 0% 0% no-repeat padding-box;
  opacity: 96%;
  backdrop-filter: blur(30px);
  border-radius: 29px;
}
.blur_logo {
  height: 4vw;
  opacity: 30%;
}
.text-menu {
  /*top: -90px;*/
  text-align: center;
}

.m-t {
  margin-top: 11%;
}
.products-block {
  margin-top: 5vw;
}
.products-block img {
  width: 100%;
  padding: 2vw 19.688vw;
}
.main-header {
  text-align: center;
  font-style: italic;
  font-weight: 500;
  font-size: 4rem;
  line-height: 4.9rem;
  letter-spacing: 0px;
  color: #7e84a3;
  opacity: 1;
  padding: 0 9vw;
  margin-top: 70px;
}
/********* Feature Section ************/
.feature-row {
  margin: 0 0 24.7rem 0;
}
.feature-row.last {
  padding-bottom: 24.7rem;
  margin: 0;
}
.feature-img-block.left {
  padding-left: 7.292vw;
  margin-right: -1.042vw;
  padding-right: 0px;
}
.feature-img-block.right {
  padding-left: 0px;
  padding-right: 4.688vw;
  text-align: right;
}
.feature-img-block img {
  width: 96.4%;
  height: auto;
}
.feature-img-block.right img {
  padding-left: 2.604vw;
}

.feature-content-block.left {
  padding-left: 7.292vw;
  margin-right: -1.042vw;
}
.feature-content-block.right {
  padding-right: 4.688vw;
}
.content-box-section {
  background: #ffffff59 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 100%;
  backdrop-filter: blur(10px) brightness(1.1);
  height: 100%;
  padding: 1.1vw 2.24vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-box-section.dashboard {
  height: 74%;
}
.content-box-section.left {
  margin-right: -50px;
}

.content-head-text {
  text-align: left;
  font-size: 4.1rem;
  line-height: 4.1rem;
  font-weight: 500;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}
.content-head-text.dashboard {
  color: #7e84a3;
}
.content-head-logo img {
  width: 6vw;
  height: auto;
}

.content-text p {
  text-align: left;
  font: normal normal normal 2.2rem/2.7rem Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}
/* .content-text.dashboard {
  margin-top: 7vw;
} */
.content-text.dashboard p {
  color: #7e84a3;
}
/******* Feature Section End **********/

.f-w {
  color: white;
  font-weight: 700;
}
p.f-w.third-chr {
  font-size: 4.2rem;
}
p.b-fs {
  font-size: 2.4rem;
}
.bottom-content {
  color: white;
}

.feature {
  width: 63%;
  margin-bottom: 4.3rem;
}

.inner_section {
  color: white;
  padding-top: 30px;
}

.vertical-img {
  height: 59.5vw;
  margin-left: 59px;
  position: absolute;
  bottom: -245px;
}
.pad-p {
  font-size: 1.3vw;
  padding-top: 10px;
}
.pad-p1 {
  font-size: 1.3vw;
  padding-top: 80px;
}
.inner_sec_last {
  padding-top: 1vw;
}

/*Media query*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 768px) {
  html {
    font-size: 30%;
  }

  .mr-l {
    margin-left: 0;
    padding: 0 9vw;
  }
  .u-p-size {
    width: 100%;
    padding: 2vw 5vw;
  }
  .blur_logo {
    height: 15vw;
    opacity: 30%;
  }
  .third-chr {
    font-size: 6.2vw;
  }
  .second-chr {
    font-size: 20px;
  }
  .m-t-mob {
    margin-top: 150%;
  }
  .vertical-img {
    height: 81vw;
    margin-left: 4px;
    position: absolute;
    bottom: 10px;
  }
  .cust-card {
    margin-top: 6vh;
  }

  /****************** Features Section ******************/
  .feature-img-block.left {
    margin-right: 0;
    padding: 0 9vw;
  }
  .feature-img-block.right {
    padding: 1vw 9vw;
    text-align: center;
  }
  .feature-img-block img {
    width: 100%;
  }
  .feature-img-block.right img {
    padding-left: 0;
  }
  .feature-content-block {
    margin-top: 10vw;
  }
  .feature-content-block.left {
    padding: 0 9vw;
    margin-right: 0;
  }
  .feature-content-block.right {
    padding-right: 0;
    padding: 0 9vw;
  }
  .content-box-section.dashboard {
    height: 100%;
  }
  .content-box-section {
    padding: 4vw 4vw;
  }
  .content-box-section.left {
    margin-right: 0;
  }
  .content-header-section {
    margin-bottom: 2rem;
  }

  /* Features Section end */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  /****************** Features Section ******************/
  .feature-img-block.left {
    margin-right: 0;
    padding: 0 9vw;
  }
  .feature-img-block.right {
    padding: 1vw 9vw;
    text-align: center;
  }
  .feature-img-block img {
    width: 100%;
  }
  .feature-img-block.right img {
    padding-left: 0;
  }
  .feature-content-block {
    margin-top: 10vw;
  }
  .feature-content-block.left {
    padding: 0 9vw;
    margin-right: 0;
  }
  .feature-content-block.right {
    padding-right: 0;
    padding: 0 9vw;
  }
  .content-box-section.dashboard {
    height: 100%;
  }
  .content-box-section {
    padding: 4vw 4vw;
  }
  .content-box-section.left {
    margin-right: 0;
  }
  .content-header-section {
    margin-bottom: 2rem;
  }

  /* Features Section end */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  html {
    font-size: 40%;
  }
  /* .cust-card {
    display: none !important;
  }
  .cust-tab {
    display: block !important;
  } */
  .m-t-mob {
    margin-top: 14% !important;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 96% !important;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1024px) {
  html {
    font-size: 45%;
  }
  /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1200px) {
  html {
    font-size: 50%;
  }
  /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  html {
    font-size: 10px;
  }
  .wo-2 {
    margin-left: 1vw;
  }
  .inner_section {
    color: white;
    padding-top: 2vw;
  }
  .blur_logo {
    height: 95px;
    opacity: 30%;
  }
  .bottom-content {
    color: white;
    padding-top: 14px;
    font-size: 24px;
  }
  .third-chr {
    color: white;
    font-size: 52px;
  }
  .second-chr {
    color: white;
    font-size: 17px;
  }
  .top_content {
    padding: 16px;
  }
  .vertical-img {
    height: 59.5vw;
    margin-left: 94px;
    width: 128px;
  }


  .m-b {
    margin-bottom: 8%;
  }

  .f-s {
    padding: 24px;
    font-size: 21px;
    /* margin-bottom: 65px; */
  }
}
@media only screen and (min-width: 2000px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 3000px) {
  html {
    font-size: 14px;
  }
  .u-p-size {
    width: 100%;
    padding: 0 5vw 1vw 5vw;
  }
}
p {
  opacity: 1;
  font-weight: normal;
}
