.carousel-frame,
.sub-carousel-wrapper {
  overflow: hidden;
  width: 1200px;
  margin: 0px auto;
}

.sub-carousel-wrapper {
  margin-top: 20px;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-300px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(300px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideInTop {
  from {
    transform: translateY(-300px);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes slide_animation {
  0% {
    left: 0px;
  }
  10% {
    left: 0px;
  }
  20% {
    left: 1200px;
  }
  30% {
    left: 1200px;
  }
  40% {
    left: 2400px;
  }
  50% {
    left: 2400px;
  }
  60% {
    left: 1200px;
  }
  70% {
    left: 1200px;
  }
  80% {
    left: 0px;
  }
  90% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}

@-webkit-keyframes slide_animation_sub {
  0% {
    left: 0px;
  }
  10% {
    left: 0px;
  }
  20% {
    left: 1200px;
  }
  30% {
    left: 2400px;
  }
  40% {
    left: 3600px;
  }
  50% {
    left: 3600px;
  }
  60% {
    left: 2400px;
  }
  70% {
    left: 1200px;
  }
  80% {
    left: 0px;
  }
  90% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}

/* .carousel-wrapper{
    height: 100%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
} */

.carousel-wrapper {
  height: 100%;
  width: 3600px;
  margin: 0 0 0 -2400px;
  position: relative;
  -webkit-animation-name: slide_animation;
  -webkit-animation-duration: 33s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-play-state: running;
}

.carousel-wrapper-sub {
  height: 100%;
  width: 4800px;
  margin: 0 0 0 -3600px;
  position: relative;
  -webkit-animation-name: slide_animation_sub;
  -webkit-animation-duration: 33s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-play-state: running;
}

.mySlides {
  position: relative;
  float: left;
  width: 1200px;
  margin: 0px auto;
}

.mySlidesSub {
  position: relative;
  float: left;
  width: 1200px;
  margin: 0px auto;
}

.mySlide {
  position: relative;
}

.carousel-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 50px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.arrow-container {
  position: relative;
  top: 100px;
}

.arrow-left {
  /* border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 12px;
    background-color: black; */
  padding: 20px;
  cursor: pointer;
}

.arrow-right {
  /* left: 30px;
    position: absolute;
    top: 50px;
    background: black; */
  padding: 20px;
  cursor: pointer;
}

.banner-text {
  padding: 50px 100px;
}

.banner-text-right {
  padding: 50px 100px;
}

.banner-text-right img {
  position: relative;
  right: 150px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.slide-img-1 {
  background: url("../images/199.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slide-img-2 {
  background: url("../images/201.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slide-img-3 {
  background: url("../images/202.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slide-img-4 {
  background: url("../images/203.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slide-img-5,
.slide-img-7,
.slide-img-8 {
  background: url("../images/207.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slide-img-6 {
  background: url("../images/208.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.prev {
  cursor: pointer;
  position: relative;
  bottom: 200px;
  left: 1%;
  width: auto;
  padding: 16px 25px;
  margin-top: -22px;
  color: white;
  text-decoration: none;
  background: #f2994a;
  font-weight: bold;
  font-size: 16px;
  transition: 0.6s ea;
  user-select: none;
}

.next {
  position: relative;
  cursor: pointer;
  bottom: 200px;
  left: 90%;
  text-align: right;
  width: auto;
  padding: 16px 25px;
  margin-top: -22px;
  color: white;
  text-decoration: none;
  background: #f2994a;
  font-weight: bold;
  font-size: 16px;
  transition: 0.6s ea;
  user-select: none;
  /* margin-left: auto; */
}

.prev1 {
  cursor: pointer;
  position: relative;
  bottom: 200px;
  /* left: 1%; */
  width: auto;
  padding: 16px 25px;
  margin-top: -22px;
  color: white;
  text-decoration: none;
  background: #f2994a;
  font-weight: bold;
  font-size: 16px;
  transition: 0.6s ea;
  user-select: none;
}

.next2 {
  position: relative;
  cursor: pointer;
  bottom: 200px;
  left: 90%;
  text-align: right;
  width: auto;
  padding: 16px 25px;
  margin-top: -22px;
  color: white;
  text-decoration: none;
  background: #f2994a;
  font-weight: bold;
  font-size: 16px;
  transition: 0.6s ea;
  user-select: none;
  /* margin-left: auto; */
}

.banner-text-right-container {
  padding-top: 100px;
  position: relative;
  left: 70px;
}

.slide-right {
  animation: slideInRight 1s ease-out 0s 1 normal none;
}

.special {
  position: relative;
  left: 90px;
}

.banner-text > h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 100%;
  color: rgba(49, 49, 111, 1);
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 200px;
}

.nav-item a {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #828282;
  margin-left: 20px;
}

.nav-item > .active-menu {
  color: rgba(49, 49, 111, 1);
  border-bottom: 2px solid rgba(242, 153, 74, 1);
  font-weight: 600;
}

.contact a {
  position: relative;
  right: 50px;
}

/* .banner-text > h1{
    font-size: 44px; 
    font-weight: 800; 
    line-height: 100%;
    color: rgba(49, 49, 111, 1);
} */

.slide-image {
  animation: slideInTop 1s ease-in 0s 1 normal none;
}

.banner-text h1 {
  animation: slideInLeft 1s ease-in 0s 1 normal none;
}

.order-now {
  animation: slideInLeft 1s ease-in 0s 1 normal none;
}

.banner-text > p {
  font-size: 14px;
  line-height: 26px;
  color: rgba(82, 82, 91, 1);
  animation: slideInLeft 1s ease-in 0s 1 normal none;
}

.banner-text-right > h3 {
  padding-top: 150px;
  width: 200px;
  margin: 0px auto;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  color: white;
}

/* .mg{
    margin-right: 20px;
}

.button{
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
} */

.bg-color {
  background: rgba(242, 153, 74, 1);
}

.bg-color-2 {
  background: #31316f;
}

.ps-color {
  color: rgba(242, 153, 74, 1);
}

.ps-color-2 {
  color: #31316f;
}

.ps-card {
  background-color: white;
  box-shadow: 0px 0px 30px rgba(51, 51, 111, 0.15);
  padding: 10px;
}

.ps-plastic {
  text-align: center;
  color: white;
  text-transform: uppercase;
  padding: 5px 10px;
}

.ps-plastic p {
  font-size: 12px;
}

.ps-card > p {
  /* font-size: 40px;
    font-family: 'Plus Jakarta Sans', sans-serif; */
}
.ps-card-container-1 {
  margin-bottom: 20px;
  position: relative;
  left: 20px;
}

.ps-card-container-2 {
  margin-bottom: 20px;
  position: relative;
  left: 40px;
}

.tonnes-bg {
  position: relative;
  left: 40px;
}

.tonnes-bg-2 {
  position: relative;
  left: 40px;
}

.tonnes-bg-3 {
}

.tonnes-bg-1 > div {
  padding-left: 23px;
  padding-right: 23px;
  border-radius: 16px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #31316f;
  position: relative;
  left: 40px;
}

.tonnes-bg-3 > div {
  padding-left: 23px;
  padding-right: 23px;
  border-radius: 16px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #31316f;
}

.tonnes-bg-2 > div {
  padding-left: 23px;
  padding-right: 23px;
  border-radius: 16px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #31316f;
}

.tonnes-bg > div {
  padding-left: 23px;
  padding-right: 23px;
  border-radius: 16px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #31316f;
}

.tonnes-bg > div > p {
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #31316f;
  margin-bottom: 0px;
}

.tonnes-bg-1 > div > p,
.tonnes-bg-2 > div > p,
.tonnes-bg-3 > div > p {
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #31316f;
  margin-bottom: 0px;
}

.icon-bg {
  width: 40px;
  height: 40px;
  padding: 8px;
  /* background-color: #31316F;  */
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;

  bottom: 5px;
}

.ps-plastic > p {
  margin-bottom: 0px;
}

.core-bg {
  background-color: white;
  box-shadow: 0px 0px 30px rgba(51, 51, 111, 0.15);
  padding: 20px 10px 10px 10px;
}

.core-bg > p {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: rgba(49, 49, 111, 1);
}

.collection-section {
  margin-top: 150px;
}

.collection-process-container {
  background: url("../images/196.jpg");
  padding: 70px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.collection-process-container h2,
.recycling-process-container h2,
.packaging-process-container h2 {
  font-size: 36px;
  line-height: 34px;
  font-weight: 500;
  color: white;
}

.collection-process-container p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: white;
}

.recycling-section {
  margin-top: 50px;
}

.recycling-process-container {
  background: url("../images/197.jpg");
  padding: 70px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: right;
}

.recycling-process {
  width: 50%;
  margin-left: auto;
}

.recycling-process-container p {
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  color: white;
}

.recycling-process-button {
  width: 200px;
  height: 60px;
  margin-left: auto;
}

.packaging-section {
  margin-top: 50px;
}

.packaging-process-container {
  background: url("../images/198.jpg");
  padding: 70px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.packaging-process-container p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: white;
  width: 50%;
}

.learn-more > a {
  width: 200px;
  height: 60px;
  background-color: rgba(242, 153, 74, 1);
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: white;
  padding: 19px 40px;
}

.learn-more-icon {
  width: 56px;
  height: 59px;
  padding-top: 18px;
  background-color: rgba(237.91, 120.93, 17.09, 1);
  position: relative;
  bottom: 18px;
  right: 15px;
}

.our-reach-state-container {
  border: 1px solid rgba(237.91, 120.93, 17.09, 1);
}

.ou-reach-state-container {
  border: 1px solid rgba(237.91, 120.93, 17.09, 1);
  display: block;
  padding: 15px;
}

.ou-reach-item {
  display: inline-block;
  width: 24%;
  background-color: #31316f;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.ou-reach-item a {
  /* padding: 5px 21px;  */
  font-size: 14px;
  line-height: 48px;
  color: white;
  text-decoration: none;
}

.collection-container {
  background: #31316f;
  padding: 50px 50px 70px 50px;
}

.collection-process > h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  color: white;
  padding-left: 20px;
  border-left: 10px solid #f2994a;
}

.collection-paragraph > p {
  width: 424px;
  height: 80px;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: white;
}

.collection-process-container {
  margin-bottom: 30px;
}

.collection-bottom {
  padding: 10px 30px;
  background-color: white;
}

.collection-bottom > h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 48px;
  color: rgba(49, 49, 111, 1);
  margin: 0px;
}

.collection-bottom > p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: rgba(82, 82, 91, 1);
}

.recycling-container {
  padding: 50px 50px 70px 50px;
}

.recycling-details {
  padding: 50px 50px;
}

.recycling-details > h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  color: rgba(49, 49, 111, 1);
}

.recycling-details > p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: rgba(82, 82, 91, 1);
}

.we-mission {
  width: 637px;
  background-color: rgba(49, 49, 111, 1);
  padding: 50px 20px 50px 100px;
  position: relative;
  right: 170px;
}

.we-mission > div {
  padding-left: 32px;
  padding: 17px 32px;
  background-color: rgba(242, 153, 74, 1);
  border-radius: 40px;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.we-mission > div > p {
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: white;
  margin: 0px;
}

.we-mission > p {
  font-size: 28px;
  line-height: 100%;
  color: white;
}

.Packaging-product-container {
  background: #31316f;
  padding: 100px 20px 50px 20px;
}

.packing-container {
  margin-bottom: 20px;
}

.packing-container > h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  color: white;
}

.packing-container > p {
  width: 700px;
  margin: 0px auto;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: white;
}

.view-all {
  width: 400px;
  margin: 0px auto;
  text-align: center;
}

.recycled-product-container {
  background: #2c2c65;
  padding: 100px 20px 50px 20px;
}

.our-reach-container {
  background: url(../images/183.jpg);
  padding-right: 50px;
  padding-top: 150px;
}

.our-reach {
  background: white;
  padding: 50px;
  margin-top: 150px;
  margin: 150px 0px 0px auto;
  box-shadow: 0px 0px 30px rgba(242, 153, 74, 0.1);
}

.our-reach > h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 48px;
  color: rgba(49, 49, 111, 1);
}

.our-reach > p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: rgba(82, 82, 91, 1);
}

.our-reach-item > a {
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #31316f;
  border-radius: 30px;
  font-size: 16px;
  line-height: 48px;
  color: white;
  text-decoration: none;
}

.float-right {
  float: right;
}

.polysmart-group > h4 {
  width: 250px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: white;
  padding: 7px 18px 6px 18px;
  background-color: rgba(49, 49, 111, 1);
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.polysmart-group > h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
  color: rgba(49, 49, 111, 1);
  padding-right: 70px;
}

.newsletter-section {
  margin-top: 100px;
}

.newsletter {
  width: 70%;
  border-radius: 20px;
  margin: 0px auto;
}

.newsletter > p {
  font-size: 28px;
  font-weight: 600;
  line-height: 41.22px;
  text-align: center;
  color: white;
}

.input > input {
  background: transparent;
  border: 1px solid white;
  border-radius: 10px;
  margin-right: 20px;
  height: 40px;
  padding-left: 10px;
  color: white;
}

input::placeholder {
  color: white;
  font-size: 14px;
}

textarea::placeholder {
  font-size: 12px;
}

.quick-links {
  padding-left: 0px;
}

.quick-links a {
  font-size: 14px;
  line-height: 22.58px;
  color: rgba(49, 49, 111, 1);
  text-decoration: none;
}

.quick-links li {
  margin-bottom: 20px;
  list-style: none;
}

.footer-section {
  margin-top: 50px;
  padding: 150px 100px;
  background: #f5f5f5;
}

.footer-left {
  font-size: 12px;
}

.footer-left p {
  margin-top: 15px;
  padding-right: 50px;
  font-size: 14px;
  line-height: 22.58px;
  text-align: justify;
  color: rgba(75, 87, 104, 1);
}

.footer-contact-container {
  /* display: inline-flex; 
    flex-direction: column; 
    align-items: flex-start; 
    justify-content: center; */
}

.footer-right {
  margin-top: 40px;
}

.about-img-container > img {
  position: relative;
  right: 200px;
  bottom: 50px;
}

.img-container {
  width: 268px;
  height: 356px;
  background-color: rgba(242, 153, 74, 1);
}

.media-container {
  padding: 80px;
}

.media-container > div {
  background: #31316f;
  padding: 50px;
}

.polysmart-group {
  background: white;
  padding: 50px;
}

.polysmart-group > p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: rgba(82, 82, 91, 1);
}

.about-banner {
  background: url("../images/181.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 750px;
}

.about-paragraph {
  width: 80% !important;
}
.our-team-banner {
  background: url("../images/178.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.board-banner {
  background: url("../images/199.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.our-team-container {
  padding: 100px 50px 50px 50px;
}

.board-of-director-container {
  padding: 100px 50px 50px 50px;
}

.board-of-director-details h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 100%;
  color: black;
}

.board-of-director-details h3 {
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: white;
  background: rgba(49, 49, 111, 1);
  padding: 5px 10px;
  width: 30%;
}

.board-of-director-details p {
  font-size: 14px;
  line-height: 100%;
  text-align: justify;
  color: black;
}

.board-of-director {
  margin-bottom: 20px;
}

.board-of-director-image {
  /* border: 1px solid #F2994A;
    padding: 2px;
    border-radius: 50%; */
}

.our-team-container img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
}

.our-team-container h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  color: rgba(49, 49, 111, 1);
  margin-top: 15px;
}

.our-team-container p {
  padding: 10px 20px;
  background-color: rgba(49, 49, 111, 1);
  font-size: 10px;
  line-height: 26px;
  text-align: center;
  color: white;
  text-transform: capitalize;
}

.our-team-container p {
  text-transform: uppercase;
  line-height: 10px;
}

.about-content {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 100px;
  /* position: relative;
    top: 180px; */
}

/* .aboutContainer {
  height: max-content !important;
} */

.about-content > div > h3 {
  /* width: 566px; 
    height: 166px;  */
  color: white;
  font-size: 48px;
  font-weight: 800;
  line-height: 100%;
}

.about-content > div > p {
  width: 629px;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: white;
}

.new-we-are {
  position: relative;
  margin-top: -250px !important;
  padding: 0 30px;
  background: white;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.who-we-are {
  /* background: transparent; */
  color: #fff;
  padding: 50px;
  position: relative;
  top: 30px;
  max-height: 70%;
  padding-bottom: 0px;
}

.who-we-are-content {
}

.who-we-are-content > h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  color: rgba(49, 49, 111, 1);
}

.who-we-are-content > p {
  /* width: 618px;  */
  font-size: 14px;
  line-height: 24px;
  /* text-align: justify; */
  color: #52525b;
  /* padding-right: 50px; */
}

.who-we-are-content > ul {
  /* width: 618px;  */
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: #52525b;
  padding-right: 50px;
}

.ceo-name-container {
  position: relative;
  top: 50px;
  margin-left: 20px;
  line-height: 34px;
}

.ceo-name-container p {
  margin-bottom: 0px;
}

.dealers {
  padding: 170px 50px 30px 50px;
  /* margin-top: 180px; */
}

.dealers h3 {
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
  color: rgba(82, 82, 91, 1);
  text-align: center;
}

.dealers p {
  /* width: 171px;  */
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: black;
}

.mission {
  padding: 100px 50px 50px 50px;
}

.mission-container {
  padding: 20px 40px 20px 40px;
  border-left: 5px solid rgba(49, 49, 111, 1);
  margin-bottom: 10px;
}

.mission-container > h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 48px;
  color: rgba(49, 49, 111, 1);
}

.mission-container p {
  /* width: 424px;  */
  height: 53px;
  font-size: 14px;
  line-height: 100%;
  color: black;
  margin-bottom: 0px;
}

.core-values {
  padding: 50px 30px;
}

.core-values-container > h1 {
  /* width: 492px;  */
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  color: rgba(49, 49, 111, 1);
  margin-bottom: 70px;
}

.core-values-container h4 {
  /* width: 415px; 
    height: 31px;  */
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  color: rgba(49, 49, 111, 1);
}

.core-values-container p {
  /* width: 415px; 
    height: 60px;  */
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: rgba(82, 82, 91, 1);
}

.core-values-container .col-lg-4 {
  margin-bottom: 70px;
}

.quotes {
  margin-bottom: 70px;
}

.quotes p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: rgba(82, 82, 91, 1);
  position: relative;
  top: 230px;
  right: 90px;
}

.sub-left {
  position: relative;
  bottom: 70px;
}

.sub-left h2 {
  font-size: 64px;
  font-weight: 800;
  line-height: 100%;
}

.sub-left p {
  font-size: 14px;
  line-height: 26px;
  color: white;
}

.dealers-banner {
  padding: 50px;
  width: 80%;
  margin: 50px auto;
  background-color: white;
  box-shadow: 0px 0px 30px rgba(242, 153, 74, 0.15);
}

.dealers-container {
  /* width: 151px; 
    height: 34px;  */
  font-size: 30px;
  font-weight: 600;
  line-height: 26px;
  color: rgba(242, 153, 74, 1);
  padding-top: 5px;
}

.dealers-container p {
  /* width: 174px;  */
  font-size: 14px;
  line-height: 100%;
  color: black;
  text-transform: uppercase;
}

.sub-who-we-are {
  margin-bottom: 50px;
}

.sub-who-we-are h3 {
  /* width: 567px; 
    height: 69px;  */
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  color: rgba(49, 49, 111, 1);
  margin-top: 50px;
}

.sub-who-we-are p {
  /* width: 567px; 
    height: 344px;  */
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  color: rgba(82, 82, 91, 1);
}

.our-products {
  width: 206px;
  height: 42px;
  padding-left: 23px;
  padding-right: 23px;
  background-color: rgba(242, 153, 74, 1);
  border-radius: 27px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.our-products > h5 {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: white;
  margin-bottom: 0px;
}

.sub-packaging-products {
  background: #f1f1f1;
  padding: 100px 50px;
}

.sub-packaging-products h1 {
  /* width: 592px; 
    height: 102px;  */
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  color: rgba(51, 51, 51, 1);
}

.sub-product-container {
  background: white;
  padding: 50px;
  margin-bottom: 50px;
}

.product-img-container {
  background: #31316f;
  padding: 20px;
}

.product-text-container {
  padding: 20px 50px;
}

.product-text-container > h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 48px;
  color: black;
}

.product-text-container h4 {
  font-size: 12px;
  line-height: 26px;
  text-align: left;
  color: rgba(242, 153, 74, 1);
  text-transform: uppercase;
  background: rgba(253.29, 241.59, 231.21, 1);
  padding: 10px 20px;
  border-radius: 20px;
  width: 50%;
  text-align: center;
}

.product-text-container p {
  font-size: 12px;
  line-height: 26px;
  color: rgba(82, 82, 91, 1);
}

.media-banner-text {
  padding-top: 100px;
}

.media-banner-container {
  padding-top: 50px;
}

.blue-container {
  width: 388px;
  height: 172px;
  background-color: rgba(49, 49, 111, 1);
  position: relative;
  left: 200px;
}

.orange-container {
  width: 364px;
  height: 250px;
}

.media-banner-img > img {
  /* position: absolute;
    bottom: 150px; */
}

.dropdown-container {
  width: 500%;
  padding: 20px;
}

.media-banner-text > h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 15px;
}

.media-banner-text > p {
  font-size: 14px;
  line-height: 100%;
  color: black;
}

.article-container {
  background-color: white;
  box-shadow: 0px 0px 30px rgba(242, 153, 74, 0.15);
  padding: 50px;
  margin-bottom: 50px;
}

.article-text > h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  color: rgba(49, 49, 111, 1);
}

.article-text > p {
  font-size: 12px;
  line-height: 20px;
  color: rgba(82, 82, 91, 1);
  margin-bottom: 0px;
  margin-top: 0px;
}

.article-bg {
  background: url("../images/article-bg.jpg");
  padding: 100px 50px 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.article-bg h2 {
  width: 528px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  color: white;
}

.article-bg p {
  background-color: white;
  border-radius: 32px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: rgba(49, 49, 111, 1);
  text-transform: uppercase;
  width: 20%;
}

.article-details-container {
  padding: 70px 150px;
}

.article-details-container img {
  margin-bottom: 40px;
}

.article-details-container p {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  color: rgba(82, 82, 91, 1);
}

.related-post {
  background: #f6f6f6;
  padding: 50px;
}

.related-post h2 {
  color: #31316f;
  margin-left: 50px;
  margin-bottom: 40px;
  font-size: 20px;
}

.career-banner-container > .row {
  padding: 0px;
}
.career-banner-text {
  background: #31316f;
  padding: 40px 50px 20px 50px;
  position: relative;
  right: 12px;
  height: 70%;
}

.career-banner-text h2 {
  /* width: 658px; height: 83px;  */
  font-size: 54px;
  font-weight: 800;
  line-height: 100%;
  color: rgba(242, 153, 74, 1);
}

.career-banner-text p {
  /* width: 543px;  */
  font-size: 14px;
  line-height: 26px;
  color: white;
}

.perfect-job-container {
  background: url("../images/193.jpg");
  padding: 250px 50px 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  bottom: 100px;
}

.perfect-job-container h4 {
  font-size: 14px;
  line-height: 100%;
  text-align: left;
  color: white;
  padding: 17px 32px;
  background-color: rgba(242, 153, 74, 1);
  border-radius: 40px;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.perfect-job-container h2 {
  /* width: 520px; height: 125px;  */
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  color: rgba(49, 49, 111, 1);
  margin-bottom: 40px;
}

.perfect-job-content {
  background-color: white;
  border-radius: 20px;
  border: 1px solid rgba(228, 228, 231, 1);
  padding: 15px 2px 15px 15px;
  /* margin-right: 15px; */
  margin-bottom: 10px;
}

.second,
.fourth {
  position: relative;
  left: 30px;
}

.perfect-job-content p {
  /* width: 297.06px; 
    height: 94.80px;  */
  font-size: 14px;
  color: rgba(24, 24, 27, 1);
}

.job-opening-container > div > div > h4 {
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: white;
  padding: 17px 32px;
  background-color: rgba(242, 153, 74, 1);
  border-radius: 40px;
  width: 30%;
  margin: 0px auto;
  /* display: inline-flex; 
    flex-direction: row; 
    align-items: flex-start; 
    justify-content: flex-start; */
  margin-bottom: 20px;
}

.job-opening-container > div > div > h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  color: rgba(49, 49, 111, 1);
  margin-bottom: 50px;
}

.job-opening-content {
  background-color: white;
  box-shadow: 0px 0px 30px rgba(237.91, 120.93, 17.09, 0.15);
  padding: 40px 50px;
}

.job-opening-content h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  color: rgba(49, 49, 111, 1);
}

.job-opening-content h4 {
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: rgba(242, 153, 74, 1);
  text-transform: uppercase;
  background-color: rgba(253.29, 241.59, 231.21, 1);
  border-radius: 30px;
  padding: 5px 10px;
  width: 40%;
}

.job-opening-content p {
  font-size: 14px;
  line-height: 26px;
  color: rgba(82, 82, 91, 1);
}

.career-details-bg {
  background: url("../images/194.jpg");
  padding: 100px 50px 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.career-details-container h2 {
  /* width: 728px;  */
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  color: white;
  margin-bottom: 20px;
}

.career-details-container p {
  background-color: white;
  border-radius: 32px;
  padding: 5px 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: rgba(49, 49, 111, 1);
  text-transform: uppercase;
  width: 100%;
}

.job-summary-container {
  padding: 50px;
}

.job-summary-container h4 {
  color: rgba(49, 49, 111, 1);
  font-size: 18px;
}

.job-summary-container p {
  font-size: 12px;
}

.job-summary-container li {
  font-size: 12px;
}

.career-details-form-container {
  background-color: white;
  box-shadow: 0px 0px 30px rgba(237.91, 120.93, 17.09, 0.15);
  padding: 30px;
  width: 50%;
  margin: 0px auto;
}

.career-details-form-container h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  color: rgba(49, 49, 111, 1);
}

.career-details-form-container p {
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: rgba(82, 82, 91, 1);
  width: 70%;
  margin: 0px auto;
}

.contact-container {
  padding: 50px;
}

.contact-text-container {
  padding: 10px 30px;
}

.contact-text-container h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 60px;
  color: rgba(15.96, 23.62, 40.04, 1);
}

.contact-text-container p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(102.23, 112.41, 132.77, 1);
}

.contact-text-container label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.contact-text-container input {
  width: 512px;
  padding: 12px 16px;
  background-color: white;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(207.67, 212.89, 220.73, 1);
}

.contact-text-container select {
  padding: 12px 16px;
  /* background-color: white;  */
  /* box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05); 
    border-radius: 8px; 
    border: 1px solid rgba(207.67, 212.89, 220.73, 1); 
    border-right: none;  */
}

.contact-text-container input::placeholder {
  line-height: 24px;
  color: rgba(102.23, 112.41, 132.77, 1);
}

.contact-text-container textarea {
  padding: 12px 16px;
  background-color: white;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(207.67, 212.89, 220.73, 1);
}

.form-group {
  margin-bottom: 10px;
}

.order-h4 h4 {
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: rgba(242, 153, 74, 1);
  text-transform: uppercase;
  width: 40%;
  margin-top: 10px;
  padding-left: 23px;
  padding-right: 23px;
  background-color: rgba(253.29, 241.59, 231.21, 1);
  border-radius: 30px;
}

.order-h4 .order-form input {
  width: 10%;
}

.view-pictures {
  position: relative;
  top: 20px;
  left: 70px;
}

.view-pictures p {
  text-align: right;
  color: #f2994a;
}

.form-group > button {
  width: 105%;
  border-radius: 8px;
  padding: 10px 12px;
  background-color: rgba(49, 49, 111, 1);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(49, 49, 111, 1);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: white;
}

.form-group .whatsapp-button {
  width: 105%;
  border-radius: 8px;
  padding: 10px 12px;
  background-color: white;
  box-shadow: 0px 1px 2px rgba(97, 214, 106, 1);
  border-radius: 8px;
  border: 1px solid rgba(97, 214, 106, 1);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(97, 214, 106, 1);
  margin-top: 10px;
}

.career-details-form-container label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.career-details-form-container input {
  width: 100%;
  padding: 12px 16px;
  background-color: white;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(207.67, 212.89, 220.73, 1);
}

.career-details-form-container textarea {
  padding: 12px 16px;
  background-color: white;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(207.67, 212.89, 220.73, 1);
}

.career-details-form-container input::placeholder {
  line-height: 24px;
  color: rgba(102.23, 112.41, 132.77, 1);
}

.order-now-text {
  padding: 100px 50px 50px 150px;
}

.order-now-text h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  color: rgba(49, 49, 111, 1);
}

.order-now-text p {
  font-size: 14px;
  line-height: 40px;
  color: #000;
}

.order-now-text img {
  position: absolute;
  top: 120px;
  left: 450px;
  max-width: 100%;
  height: auto;
}

.step-to-order-container {
  padding: 50px;
}

.step-to-order-container h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  color: rgba(49, 49, 111, 1);
  border-left: 10px solid rgba(242, 153, 74, 1);
}

.steps {
  background-color: white;
  box-shadow: 0px 0px 30px rgba(237.91, 120.93, 17.09, 0.15);
  padding: 20px;
  text-align: center;
}

.steps img {
  margin: 0px auto;
  text-align: center;
}

.steps p {
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  color: rgba(82, 82, 91, 1);
}

.social-media {
  width: 150%;
  position: relative;
  top: 150px;
}

.social-media a {
  margin-left: 20px;
}

aside {
  text-align: center;
  border-top: 1px solid #d0d5dd;
  position: relative;
  top: 50px;
  padding: 30px 10px;
}

@media (min-width: 576px) {
  /* .banner-text-right > h3 {
        padding-top: 100px;
  } */
}

@media (max-width: 576px) {
  .banner-img-container > img {
    max-width: 100%;
    height: auto;
  }

  .banner-text-right > h3 {
    padding-top: 100px;
  }

  .banner-text-right > div {
    padding-bottom: 10px;
  }

  .banner-text-right-container {
    padding-top: 0px;
  }

  .arrow-container {
    position: relative;
    top: 150px;
    display: none;
  }

  .tonnes-bg-1 {
    position: relative;
    left: 110px;
  }

  .tonnes-bg-2 {
    position: relative;
    left: 150px;
  }

  .tonnes-bg-3 {
    position: relative;
    left: 150px;
  }

  .ps-card-container {
    margin-bottom: 20px;
    left: 0px;
  }

  .ps-card-container-1 {
    margin-bottom: 20px;
    position: relative;
    left: 0px;
  }

  .ps-card-container-2 {
    margin-bottom: 20px;
    position: relative;
    left: 0px;
  }

  .core-bg {
    width: 100%;
  }

  .message-icon-container {
    display: none;
  }

  .recycling-process {
    width: 100%;
    text-align: left;
  }

  .recycling-process p {
    text-align: left;
    text-align: justify;
  }

  .recycling-process-button {
    width: 200px;
    height: 60px;
    margin-left: 0px;
  }

  .packaging-process-container p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: white;
    width: 100%;
  }

  .footer-section {
    margin-top: 50px;
    padding: 20px 10px;
    background: #f5f5f5;
  }

  .img-container {
    width: 100%;
  }

  .about-img-container > img {
    position: relative;
    right: 0px;
    bottom: 200px;
    max-width: 100%;
    height: auto;
  }

  .collection-container {
    margin-top: 100px;
    padding: 20px 20px 30px 20px;
  }

  .collection-paragraph > p,
  .bg-about > p {
    width: 100%;
    font-size: 12px;
  }

  .recycling-details {
    padding: 50px 0px;
  }

  .we-mission {
    width: 100%;
    background-color: rgba(49, 49, 111, 1);
    padding: 50px 10px 10px 10px;
    position: relative;
    right: 20px;
  }

  .recycling-container {
    padding: 20px 20px 30px 20px;
  }

  .recycling-container img {
    width: 100%;
    height: auto;
  }

  .packing-container > p {
    width: 100%;
    font-size: 12px;
  }

  .ceo-name-container {
    position: relative;
    top: 50px;
    margin-left: 100px;
    line-height: 34px;
  }

  .who-we-are {
    /* background: #fff; */
    color: #fff;
    padding: 50px;
    /* position: relative;
    top: 1px;
    max-height: 70%;
    padding-bottom: 0px; */
  }

  .dealers {
    padding: 50px 50px 30px 50px;
    position: relative;
    top: 120px;
  }

  .dealers .col-lg-3 {
    margin-top: 20px;
  }

  .mission {
    padding: 150px 50px 50px 50px;
  }

  .quotes .col-lg-4 {
    padding: 30px;
  }

  .board-of-director-details h3 {
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color: white;
    background: rgba(49, 49, 111, 1);
    padding: 5px 10px;
    width: 80%;
  }

  .product {
    margin-bottom: 30px;
  }

  .media-container {
    padding: 10px;
  }

  .media-container > div {
    background: #31316f;
    padding: 50px 30px;
  }

  .polysmart-group {
    padding: 50px 20px;
  }

  .polysmart-group > h1 {
    font-size: 22px;
  }

  .polysmart-group > p {
    font-size: 12px;
    line-height: 18px;
  }

  .newsletter {
    width: 100%;
  }

  .input input {
    width: 100%;
    margin-bottom: 20px;
  }

  .button {
    margin: 0px auto;
  }

  .who-we-are {
    padding: 30px;
  }

  .who-we-are-content {
    position: relative;
    right: 0px;
    top: 0px;
  }

  .about-content {
    padding: 20px;
  }

  .about-content > div > p {
    width: 100%;
  }

  .quotes p {
    position: relative;
    top: 0px;
    right: 0px;
  }

  .sub-product-container {
    background: white;
    padding: 30px;
    margin-bottom: 50px;
  }

  .product-text-container > h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: black;
    text-align: center;
  }

  .product-text-container h4 {
    font-size: 11px;
    line-height: 26px;
    color: rgba(242, 153, 74, 1);
    text-transform: uppercase;
    background: rgba(253.29, 241.59, 231.21, 1);
    padding: 10px 20px;
    border-radius: 20px;
    width: 100%;
    text-align: center;
  }

  .product-text-container {
    padding: 20px 30px;
  }

  .product-text-container p {
    font-size: 12px;
    line-height: 26px;
    color: rgba(82, 82, 91, 1);
    text-align: justify;
  }

  .media-banner-text {
    padding-top: 30px;
  }

  .media-banner-img > img {
    position: relative;
    bottom: 120px;
    width: 80%;
  }

  .blue-container {
    width: 300px;
    height: 72px;
    background-color: rgba(49, 49, 111, 1);
    position: relative;
    left: 200px;
  }

  .orange-container {
    width: 264px;
    height: 50px;
  }

  .article-bg h2 {
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    color: white;
  }

  .article-bg p {
    background-color: white;
    border-radius: 32px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: rgba(49, 49, 111, 1);
    text-transform: uppercase;
    width: 60%;
  }

  .article-details-container {
    padding: 40px 50px;
  }

  .article-details-container p {
    font-size: 14px;
  }

  .career-orange-bg {
    display: none;
  }

  .perfect-job-container {
    background: url(../images/193.jpg);
    padding: 50px 50px 50px 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    bottom: 0px;
  }

  .second,
  .fourth {
    position: relative;
    left: 0px;
  }

  .job-opening-container > div > div > h4 {
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: white;
    padding: 17px 32px;
    background-color: rgba(242, 153, 74, 1);
    border-radius: 40px;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
  }

  .job-opening-container {
    padding-top: 100px;
  }

  .job-opening-content h4 {
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color: rgba(242, 153, 74, 1);
    text-transform: uppercase;
    background-color: rgba(253.29, 241.59, 231.21, 1);
    border-radius: 30px;
    padding: 5px 10px;
    width: 50%;
  }

  .job-opening-content p {
    font-size: 12px;
    line-height: 24px;
    color: rgba(82, 82, 91, 1);
  }

  .about-paragraph {
    width: 100% !important;
  }

  .new-we-are {
    margin-top: -200px !important;
  }
}
