.slider-content h4,
.top-header ul li a,
h2 {
  text-transform: uppercase;
}
#ewaste-management ul li::after,
.map-item ul li::after {
  width: 7px;
  background-color: #f38b52;
}
.about-content ul li,
.contact-info ul li,
.journey-content p,
.map-item ul li {
  list-style-type: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Obvia Wide";
  src: url("../fonts/ObviaWide-Light.woff2") format("woff2"),
    url("../fonts/ObviaWide-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obvia Wide";
  src: url("../fonts/ObviaWide-Book.woff2") format("woff2"),
    url("../fonts/ObviaWide-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obvia Wide";
  src: url("../fonts/ObviaWide-ExtraLight.woff2") format("woff2"),
    url("../fonts/ObviaWide-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obvia Wide";
  src: url("../fonts/ObviaWide-Medium.woff2") format("woff2"),
    url("../fonts/ObviaWide-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obvia Wide";
  src: url("../fonts/ObviaWide-SemiBold.woff2") format("woff2"),
    url("../fonts/ObviaWide-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obvia Wide";
  src: url("../fonts/ObviaWide-Thin.woff2") format("woff2"),
    url("../fonts/ObviaWide-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obvia Wide";
  src: url("../fonts/ObviaWide.woff2") format("woff2"),
    url("../fonts/ObviaWide.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obvia Wide";
  src: url("../fonts/ObviaWide-Bold.woff2") format("woff2"),
    url("../fonts/ObviaWide-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obvia Wide";
  src: url("../fonts/ObviaWide-Black.woff2") format("woff2"),
    url("../fonts/ObviaWide-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Obvia Wide" !important;
}
.container-fluid {
  padding: 0 13% !important;
}
.mfg-points {
  font-family: Kanit;
  line-height: 1.5;
  letter-spacing: 1px;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../img/hamburger.svg) !important;
  width: 2em;
  height: 2em;
  transition: 0.3s ease-in-out;
}
.hamburger-icon .navbar-light .navbar-toggler-icon {
  background-image: url(../img/cross.svg) !important;
  width: 1.5em;
  height: 1.5em;
}
.journey-wrapper .journey-wrapper-con::after,
.journey-wrapper-content::before {
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 8px 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.portfolio-img,
section.footer-section {
  background-color: #ddefef;
}
.top-header ul li a {
  font-size: 13px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #282828 !important;
}
h2 {
  font-size: 22px !important;
  letter-spacing: 8px;
  margin-bottom: 50px !important;
}
.top-header li.nav-item {
  margin-right: 30px;
  position: relative;
}
.top-header .navbar-brand {
  max-width: 150px;
}
.about-img img,
.journey-content .journey-img img,
.operations-img img,
.plumage-today-img img,
.plumpage-wrapper img,
.portfolio-img img,
.slider-img img,
.top-header .navbar-brand img {
  width: 100%;
}
.top-header a.nav-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  content: "";
  height: 2px;
  background-color: #f5a072;
  transition: 0.8s ease-in-out;
  margin: auto;
}
.top-header a.nav-link:hover::after {
  width: 90%;
}
li.nav-item:last-child {
  margin: 0;
}
.navbar-toggler:focus {
  box-shadow: unset !important;
}
.dropdown-menu,
.navbar-light .navbar-toggler {
  border: none !important;
}
.dropdown-item:active {
  background-color: #4923af !important;
  color: #fff !important;
}
.navbar-nav {
  align-items: center;
}
.banner-wraper{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.banner-heading h1 {
  font-size: 5.5rem;
  max-width: 100%;
  font-weight: 300;
  line-height: 1;
}
.sub-heading p {
  max-width: 85%;
  font-size: 18px;
  font-weight: 300;
  margin: 30px 0;
}
a#dropdownMenuLink {
  margin-right: 34px;
}
.top-header .menu-title .navbar-brand img {
  width: 100%;
  max-width: 160px;
  margin-left: -44%;
}
#ewaste-management,
.banner {
  margin: 160px 0 60px;
}
.page-banner {
  margin-top: 80px;
}
.banner-btn button {
  font-size: 12px;
  font-weight: 700;
  color: #4923af;
  letter-spacing: 4px;
  border: 2px !important;
  padding: 8px 18px;
  border-radius: 7px;
}
.slider-content h4,
.team-position h4,
.team-title h4 {
  font-weight: 600;
  color: #4923af;
}
.banner-btn button:hover {
  background-color: #4923af;
  color: #fff !important;
}
.banner .slick-dots li button:before {
  font-size: 6px;
  color: #4923af !important;
}
.banner .slick-dots {
  width: unset;
  right: -12px;
  bottom: -50px !important;
}
.banner-btn button:active:focus,
.banner-btn button:focus {
  box-shadow: unset;
}
.banner-slider .slider-img {
  padding-right: 5px;
  margin-left: 5px;
  width: 100%;
}
.slider-content h4 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 7px;
  padding-top: 30px;
  margin-right: -7px;
}
.arrow svg#Layer_1 {
  width: 30px;
}
.about-img {
  max-width: 85%;
}
.about-content ul li {
  margin: 0 0 30px;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  color: #000;
}
.about-content ul li.about-item-three {
  color: #4923af;
  font-weight: 600;
}
.about-content,
.map-item,
.plumage-today {
  position: relative;
}
.about-content ul li.about-item-one::after,
.about-content ul li.about-item-two::after {
  position: absolute;
  left: -31px;
  width: 14px;
  height: 2px;
  content: "";
  top: 10px;
  background-color: #be465a;
}
.about-content ul li.about-item-three::after {
  position: absolute;
  left: -30px;
  top: 6px;
  content: "";
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
}
.team-title h4 {
  font-size: 16px;
}
.team-position h4 {
  font-size: 14px;
}
.team-description p {
  font-size: 14px;
  max-width: 240px;
  font-weight: 300;
  margin-bottom: 0;
  color: #000;
}
.team-img img {
  transition: 0.3s ease-in-out;
  width: 100%;
}
.manage-team .team-wrapper {
  margin: 0 1vw 2vw 0;
  border-radius: 20px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  min-height: 220px;
}
.team-wrapper:hover img {
  transform: scale(1.05);
}
.portfolio-wrapper .slick-dots li button:before {
  color: #4923af !important;
  font-size: 6px !important;
}
.portfolio-wrapper .slick-dots {
  bottom: -38px;
}
.plumage-today-img {
  max-width: 70%;
}
.plumage-content p {
  max-width: 80%;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  line-height: 1.7;
}
.journey-heading h2 {
  margin-bottom: 40px !important;
  font-weight: 600;
}
.plumage-today-heading h2{
  font-weight: 600;
}
.map-heading h4 {
  font-weight: 600;
  color: #4923af;
  letter-spacing: 3px;
}
.map-item ul li,
.portfolio-monitor-content span {
  font-weight: 300;
}
.journey-wrapper .journey-year {
  max-width: 80%;
}
.map-item ul li {
  font-size: 12px;
  color: #000;
}
.map-item ul li::after {
  position: absolute;
  content: "";
  height: 2px;
  left: -20px;
  top: 0;
  margin: 8px 0 0;
}
#ewaste-management ul li::after,
.operations-subheading ul li::after {
  position: absolute;
  height: 2px;
  top: 5px;
  margin: 12px 0 0;
  content: "";
  left: 0;
}
.plumpage-wrapper {
  max-width: 90%;
  margin-top: 50px;
}
.mobile-view,
.plumage-map-mob,
section.journey-mobile-view {
  display: none;
}
.journey-wrapper-content .first-col:first-of-type .journey-content::before,
.map-content-left ul li.manage-item::after {
  position: unset;
}
.portfolio-monitor-content p,
.portfolio-monitor-content span {
  font-size: 13px;
  margin: 0;
  color: #4923af;
  letter-spacing: 2px;
  padding-top: 10px;
}
.portfolio-pc-content p,
.portfolio-pc-content span {
  font-size: 13px;
  margin: 0;
  color: #4923af;
  letter-spacing: 2px;
  font-weight: 500;
  padding-top: 20px;
}
.portfolio-monitor-content,
.portfolio-pc-content {
  margin-top: 36px;
}
.portfolio-img {
  margin: 0 12px 12px;
}

.operations-img {
  max-width: 100%;
}
.contact-info ul,
.operations-subheading ul {
  padding-left: 0;
}
.operations-subheading h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #4923af;
}
#ewaste-management ul li,
.operations-subheading ul li {
  font-weight: 300;
  line-height: 2.3;
  font-size: 16px;
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  color: #000;
}
.operations-subheading ul li::after {
  width: 14px;
  background-color: #be465a;
}
.about-section,
.operations-section,
.plumage-today,
.portfolio-section,
.team-page .team-section,
.team-section {
  margin-top: 80px;
}
.team-section {
  margin: 60px 0;
}
.journey-section {
  margin-top: 90px;
}
.system-wrapper {
  margin: 7% 0;
}
.about-page .about-section,
.about-page .journey-section,
.operations-page .operations-section,
.plumage-to-page .plumage-today,
.product-page .portfolio-section {
  margin-bottom: 80px;
}
.contact-section {
  margin: 80px 0; 
}
.journey-wrapper .journey-wrapper-con::after {
  background-image: url(../img/journey-line.svg);
  width: 100%;
  content: "";
}
.journey-wrapper .journey-wrapper-con {
  margin: 0 auto;
  max-width: 80%;
  position: relative;
  padding: 0 0 20px;
}
.journey-wrapper-content {
  margin-top: 40px;
  position: relative;
  padding: 20px 0 0;
}
.journey-wrapper-content p {
  padding: 10px 0 12px;
}
.journey-wrapper-con p {
  padding: 0 0 10px;
}
.journey-wrapper-content::before {
  background-image: url(../img/bar-icon.svg);
  width: 100%;
  content: "";
  position: absolute;
  top: -30px;
}
.journey-wrapper-con .journey-content::before {
  position: absolute;
  height: 11px;
  width: 2px;
  background: #f38b52;
  content: "";
  bottom: -20px;
}
.journey-wrapper-content .journey-content::before {
  position: absolute;
  height: 11px;
  width: 2px;
  background: #f38b52;
  content: "";
  top: -20px;
}
.journey-content p {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  max-width: 180px;
  color: #282828;
  font-weight: 300;
  min-height: 80px;
}
.journey-content span {
  color: #f38b52;
  font-size: 14px;
  font-weight: 200;
}
.journey-content .journey-img {
  max-width: 64%;
}
.location p {
  font-size: 11px;
  font-weight: 300;
  color: #000;
  margin: 5px 0 0 40px;
}
.location a {
  text-decoration: none;
  color: #4923af;
}
.sales-mail a {
  text-decoration: none;
  color: #000;
}
.footer-logo {
  display: flex;
  align-items: center;
}
.footer-logo a img {
  width: 100%;
  max-width: 150px;
}
.footer-logo p {
  font-size: 11px;
  font-weight: 600;
  padding: 14px 0 0 10px;
  letter-spacing: 2px;
  color: #4923af;
}
#ewaste-management p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}
#ewaste-management table td {
  font-weight: 300;
  font-size: 14px;
}
#ewaste-management h2 {
  letter-spacing: normal;
  margin-top: 50px;
  font-size: 2rem !important;
}
#ewaste-management h4 {
  margin-bottom: 30px;
  margin-top: 50px;
}
#ewaste-management ul {
  margin-left: 0;
  padding-left: 0;
}
.contact-info ul li:first-child {
  padding-bottom: 30px;
}
.contact-info ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 300;
  font-size: 14px;
}
.contact-info ul li .email a{
  color:#4923af;
}
.contact-info .con-details {
  display: flex;
  align-items: flex-start;
}
.con-details img {
  padding-right: 20px;
}
.contact-info h3 {
  padding-bottom: 20px;
  font-weight: 600;
}
.con-details h6{
   font-weight: 300;
}
.about-img img{
  height: 250px;
  object-fit: cover;
}
@media (min-width: 1440px) {
  .container {
    max-width: 100% !important;
    padding: 2% 7% 0 !important;
  }
  h2 {
    font-size: 1.6vw !important;
    margin-bottom: 4vw !important;
    letter-spacing: 0.4vw;
  }
  .top-header {
    padding: 0.5vw 0;
  }
  .about-content ul li {
    font-size: 1vw;
    padding-left: 0.5vw;
    margin-bottom: 2vw;
  }
  .about-content ul li.about-item-three::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
  .top-header .navbar-brand {
    max-width: 10vw;
  }
  #dropdownMenuLink:hover.dropdown-menu {
    display: block !important;
  }
  .about-wrapper {
    margin-left: 2vw;
  }
  .operations-subheading ul li {
    font-size: 1vw;
    padding-left: 2vw;
  }
  #ewaste-management ul li::after {
    height: 0.2vw;
    width: 0.7vw;
    margin: 1vw 0 0;
  }
  #ewaste-management ul li {
    font-size: 1.1vw;
    padding-left: 2vw;
  }
  .operations-img {
    max-width: 36vw;
  }
  .journey-content .journey-img {
    max-width: 14vw;
  }
  .team-img {
    max-width: 7vw;
  }
  .top-header ul li a {
    font-size: 0.9vw;
    font-weight: 600;
    letter-spacing: 0.2vw;
  }
  .top-header a.dropdown-item {
    font-size: 0.8vw !important;
  }
  li.nav-item:last-child {
    margin: 0 !important;
  }
  #ewaste-management,
  .banner {
    margin-top: 10vw;
  }
  .about-section,
  .journey-section,
  .operations-section,
  .plumage-to-page .plumage-today,
  .portfolio-section,
  .team-page .team-section,
  .team-section {
    margin-top: 6.2vw;
  }
  .about-page .about-section,
  .about-page .journey-section,
  .banner,
  .operations-page .operations-section,
  .plumage-to-page .plumage-today,
  .product-page .portfolio-section {
    margin-bottom: 6.2vw;
  }
  .contact-section {
    margin: 5vw 0;
  }
  .team-page .team-section {
    margin-bottom: 4vw;
  }
  .plumage-today-img {
    max-width: 25vw;
  }
  .plumage-map {
    background-position: center;
  }
  .arrow-wrap {
    margin-top: 2vw;
  }
  .map-item ul li {
    padding-left: 1vw;
    font-size: 1vw;
  }
  .portfolio-monitor-content,
  .portfolio-pc-content {
    margin-top: 2.8vw;
  }
  .map-content-top {
    position: absolute;
    top: 2.5vw;
    right: 12vw;
  }

  .about-img img{
    height: 40vh;
  }

  .contact-info h3 {
    padding-bottom: 1.2vw;
    font-size: 1.4vw;
  }
  .contact-info ul li {
    padding-bottom: 1vw;
  }
  #ewaste-management p,
  .team-title h4 {
    font-size: 1.1vw;
  }
  .contact-info h6,
  .journey-content span,
  .location p,
  .team-position h4 {
    font-size: 1vw;
  }
  .team-description p {
    font-size: 0.9vw;
    max-width: 20vw;
  }
  .map-content-left {
    position: absolute;
    bottom: 0;
    left: 1.5vw;
  }
  .map-content-right {
    position: absolute;
    right: 11vw;
    bottom: 1vw;
  }
  .map-item ul li::after {
    height: 0.2vw;
    width: 0.8vw;
    margin: 0.7vw 0 0;
  }
  .sub-heading p {
    max-width: 22vw;
    font-size: 1.2vw;
    margin: 2vw 0;
  }
  .banner-heading h1 {
    font-size: 6vw;
    max-width: 25vw;
  }
  .banner-btn button,
  .portfolio-monitor-content p,
  .portfolio-monitor-content span,
  .portfolio-pc-content p,
  .portfolio-pc-content span {
    font-size: 1vw;
    letter-spacing: 0.2vw;
  }
  .arrow svg#Layer_1 {
    width: 2vw;
  }
  .banner-btn button {
    padding: 0.6vw 1.5vw;
    border-radius: 0.5vw;
    border: 0.2vw solid #4923af !important;
  }
  .about-img {
    max-width: 30vw;
  }
  .banner .slick-dots {
    bottom: -3.5vw !important;
  }
  .slider-content h4 {
    font-size: 1.2vw;
    letter-spacing: 0.5vw;
    margin-right: -0.5vw;
    padding-top: 3vw;
  }
  .journey-content p {
    font-size: 1vw;
    max-width: 14vw;
  }
  .top-header li.nav-item {
    margin-right: 3.5vw;
  }
  .system-wrapper {
    margin: 6vw 0;
  }
  .operations-subheading{
    padding-left: 20px;
  } 
  .operations-subheading h4 {
    font-size: 1.1vw;
    margin: 0 0 1.3vw;
    letter-spacing: 0.2vw;
  }
  .team-wrapper {
    margin: 0 0 2vw;
    padding: 2vw 
  }
  .journey-wrapper-con .journey-content::before,
  .journey-wrapper-content .journey-content::before {
    height: 15px;
    width: 3px;
  }
  .plumage-content p {
    max-width: 26vw;
    font-size: 1vw;
  }
  .journey-wrapper-content p {
    padding: 1vw 0 2vw;
  }
  .journey-content {
    padding: 1vw;
  }
  .journey-wrapper .journey-wrapper-con,
  .journey-wrapper .journey-year {
    max-width: 60vw;
  }
  .footer-logo a img {
    max-width: 11vw;
  }
  .footer-logo p {
    font-size: 1vw;
    padding: 1vw 0 0 1vw;
    letter-spacing: 0.2vw;
  }
  .footer-section footer {
    margin: 2vw 0;
  }
  .banner .slick-dots li button:before,
  .portfolio-wrapper .slick-dots li button:before {
    font-size: 0.5vw !important;
  }
  #ewaste-management h4 {
    font-size: 1.3vw;
    margin-bottom: 2vw !important;
    margin-top: 3vw !important;
  }
  #ewaste-management h2 {
    font-size: 2vw !important;
  }
  #ewaste-management table td,
  #ewaste-management table th {
    font-size: 0.9vw;
  }
  .map-info iframe {
    max-width: 34vw !important;
    height: 20vw;
  }
  .con-details img {
    padding-right: 1vw;
    height: 2vw;
  }
}
.page-banner {
  height: 28vh;
  position: relative;
  background-color: #f9f9f9;
}
/* .page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
} */
.about-heading h2 {
  font-weight: 600;
  color: #212529;
  position: absolute;
  top: 50%;
}
@media (min-width: 2000px) {
  .slider-content h4 {
    padding-top: 5vw;
  }
  .banner .slick-dots {
    bottom: -3vw !important;
    right: -0.7vw;
  }
  .portfolio-monitor-content {
    margin-top: 2.5vw;
  }
  .portfolio-pc-content {
    margin-top: 4vw;
  }
  .slick-dots li {
    margin: 0 1vw !important;
  }
  h2 {
    margin-bottom: 3.5vw !important;
  }
  .journey-wrapper-con .journey-content::before,
  .journey-wrapper-content .journey-content::before {
    height: 0.8vw;
    width: 0.15vw;
  }
  .plumage-today-img {
    max-width: 24vw;
  }
  #ewaste-management ul li::after {
    margin: 1vw 0 0;
  }
  .operations-subheading ul li::after {
    height: 0.15vw;
    width: 0.8vw;
    margin: 0.6vw 0 0;
  }
  .plumage-content p {
    margin-top: 1.5vw;
  }
  .journey-heading h2 {
    margin-bottom: 3vw !important;
  }
  .operations-heading h2 {
    margin-bottom: 4vw !important;
  }
  .about-section,
  .journey-section,
  .operations-section,
  .plumage-today,
  .portfolio-section,
  .team-section {
    margin-top: 7.2vw;
  }
  .journey-wrapper-content::before {
    height: 30px;
    top: -35px;
    background-size: cover;
  }
  .portfolio-img {
    margin: 2vw;
  }
  .team-img {
    max-width: 8vw;
  }
  .team-description p {
    line-height: 1.6;
  }
  .team-title h4 {
    margin-bottom: 0.6vw;
  }
  .team-position h4 {
    margin-bottom: 1vw;
  }
  .contact-info ul li a,
  .footer-logo p,
  .location p {
    font-size: 0.8vw;
  }
  .about-content ul li.about-item-one::after,
  .about-content ul li.about-item-two::after {
    width: 0.8vw;
    height: 0.15vw;
  }
  .about-content ul li.about-item-three::after {
    width: 1.1vw;
    height: 1.1vw;
    background-size: 1.1vw;
  }
  .about-content ul li {
    padding-left: 2vw;
  }
}
@media (max-width: 1199.98px) {
    .container-fluid {
        padding: 0 8% !important;
      }
  .journey-wrapper-con .journey-content.first-line::before {
    display: none;
  }
  .journey-wrapper-content::before {
    background-size: unset !important;
  }
  .banner-heading h1 {
    font-size: 4.5rem;
  }
  .top-header li.nav-item {
    margin-right: 10px;
  }
  .sub-heading p {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 22px;
  }
  .about-content ul li.about-item-three::after {
    top: 2px;
  }
  li.nav-item:last-child {
    margin: 0 50px;
  }
  .top-header li.nav-item {
    margin: 0;
  }
  .banner-heading h1 {
    font-size: 66px;
  }
  .banner-heading h1,
  .journey-wrapper .journey-year,
  .sub-heading p {
    max-width: unset;
  }
  .slider-content h4,
  .sub-heading p {
    font-size: 14px;
  }
  .slider-content h4{
    letter-spacing: 4px;
  }
  .team-img {
    max-width: 100px;
  }
  .team-text-wrapper {
    margin-top: 20px;
  }
  .journey-wrapper .journey-wrapper-con,
  .plumpage-wrapper {
    max-width: 100%;
    margin-top: 70px;
  }
  #ewaste-management ul li,
  .operations-subheading ul li {
    font-size: 14px;
    line-height: 2;
  }
  #ewaste-management ul li::after,
  .operations-subheading ul li::after {
    top: 0;
  }
  .about-content ul li {
    font-size: 14px;
  }
  .portfolio-img {
    padding: 0 !important;
  }
  .plumage-today-img {
    max-width: 250px;
  }
  .plumage-today-img img {
    width: 100%;
  }
  .plumage-content p {
    max-width: 268px;
    font-size: 14px;
  }
  section.team-section .team-wrapper {
    margin: 0 0 30px !important;
  }
  .footer-logo a img {
    max-width: 110px;
  }
  .footer-logo p {
    padding: 10px 0 0 10px;
  }
  #ewaste-management p {
    font-size: 14px !important;
  }
  #ewaste-management table td {
    font-size: 12px !important;
  }
  .banner-slider .slider-img {
    width: unset;
  }
}
@media (max-width: 767.98px) {
  .location p,
  .plumage-content p,
  .plumage-today-heading h2 {
    text-align: center;
  }
  .operations-subheading{
    padding-bottom: 20px;
  }
  .banner-heading h1 {
    font-size: 50px;
  }
  .contact-info,
  .operations-section {
    margin-top: 50px;
  }
  .location p {
    margin: 0 auto;
  }
  .sub-heading p {
    margin: 25px 0;
  }
  .arrow svg#Layer_1 {
    width: 20px;
  }
  section.journey-mobile-view {
    display: block;
    margin-top: 40px;
  }
  .journey-wrapper,
  .journey-wrapper-mob-view {
    background-image: url(../img/bar.svg);
    background-repeat: no-repeat;
    position: relative;
  }
  .journey-content-mob-view p::after {
    position: absolute;
    content: "";
    background-color: #f38b52;
    height: 2px;
    width: 8px;
    margin-top: 8px;
    left: 17px;
  }
  .content-heading h2,
  .system-wrapper {
    margin: 30px 0 !important;
  }
  .journey-wrapper-con-mob-view {
    margin-left: 50px;
  }
  .journey-section,
  .journey-wrapper-content::before {
    display: none;
  }
  .journey-content-mob-view p {
    font-size: 14px;
    font-weight: 300;
    color: #f38b52;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .journey-content-mob-view span {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
  }
  .journey-content-mob-view {
    margin: 0 0 30px;
  }
  .slider-content h4 {
    text-align: center;
    padding: 14px 0;
  }
  .banner .slick-dots {
    width: 100%;
    right: unset;
  }
  h2 {
    font-size: 20px !important;
  }
  .plumpage-wrapper{
    margin-top: 0;
  }
  .plumage-today,
  .team-section {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .about-content{
    padding-top: 30px;
  }
  .plumage-today-img {
    max-width: 340px !important;
    margin: 0 auto;
  }
  .mobile-view {
    display: block;
    margin-top: 30px;
  }
  .portfolio-wrapper-mob-view {
    margin: 60px 0 0;
  }
  .portfolio-wrapper .slick-dots {
    bottom: -50px;
  }
  .portfolio-section {
    margin-top: 12%;
  }
  .portfolio-img {
    margin: 0;
  }
  .team-description p {
    font-size: 12px;
  }
  .team-title h4 {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .plumage-content p {
    max-width: 380px !important;
    margin: 0 auto;
  }
  .about-img {
    max-width: 100%;
  }
  .plumage-content {
    margin-bottom: 40px;
  }
  .operations-content {
    margin-top: 30px;
  }
  .system-wrapper .row.system-wrapper-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-logo {
    padding: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .journey-content {
    margin: 0 0 10% 10%;
  }
  .journey-wrapper .journey-wrapper-con {
    margin: unset;
  }
  .journey-wrapper-con .journey-content,
  .journey-wrapper-content .journey-content {
    position: relative;
  }
  .journey-wrapper-con .journey-content::before {
    position: absolute;
    height: 2px;
    width: 10px;
    background: #f38b52;
    content: "";
    bottom: -20px;
    left: -7.5%;
    top: 62px;
  }
  .journey-wrapper-content .journey-content::before {
    position: absolute;
    height: 2px;
    width: 10px;
    background: #f38b52;
    content: "";
    bottom: -20px;
    left: -8.5%;
    top: 12px;
  }
  .journey-wrapper-content .first-col:first-of-type .journey-content::before {
    position: absolute;
  }
  .journey-wrapper-con .journey-content.first-line::before {
    display: block !important;
  }
  .banner {
    margin: 150px 0 60px;
  }
  .about-page,
  .about-page .about-section,
  .about-page .journey-section,
  .contact-section,
  .plumage-to-page .plumage-today {
    margin: 60px 0;
  }
  .operations-page .operations-section,
  .product-page .portfolio-section,
  .team-page .team-section {
    margin: 60px 0 30px;
  }
  .page-banner .about-heading {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .team-wrapper,
  h2 {
    text-align: center;
  }
  .about-heading h2 {
    line-height: 1.5;
  }
  .navbar-light .navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
  }
  .hamburger-icon .navbar-light .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }
  .portfolio-monitor-content {
    margin-bottom: 30px;
  }
  .portfolio-monitor-content p,
  span {
    padding-top: 0;
  }
  .portfolio-second-wrapper {
    margin-top: 30px;
  }
  .about-section {
    margin-top: 75px;
  }
  .portfolio-pc-content {
    margin-top: 25px;
  }
  .banner-btn button {
    margin-bottom: 10px;
  }
  .banner-heading h1 {
    font-size: 44px !important;
  }
  .plumage-map {
    background-image: none;
  }
  .plumpage-wrapper {
    /* margin: 0 auto !important; */
  }
  .map-item {
    margin-left: -10px;
  }
  .plumpage-wrapper img {
    display: block;
  }
  .plumpage-content-wrap {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
  }
  .plumage-content p {
    font-size: 12px !important;
  }
  .map-content-top {
    bottom: 80%;
    left: 50%;
    position: absolute;
  }
  .plumage-map-mob {
    display: block;
    position: relative;
  }
  .map-heading h4 {
    font-size: 14px;
  }
  .map-item ul li {
    font-size: 12px;
    position: relative;
  }
  .about-wrapper {
    margin-left: 0 !important;
  }
  .team-img {
    margin: 0 auto;
  }
  .team-description p {
    max-width: 220px;
    margin: 0 auto;
  }
  .system-wrapper {
    margin: 0 !important;
  }
  .journey-wrapper-con .journey-content::before {
    left: -6.5% !important;
  }
  .journey-wrapper-content .journey-content::before {
    left: -8% !important;
  }
  .journey-content-mob-view p::after {
    left: 13px;
  }
}
@media (max-width: 320px) {
  .journey-wrapper-con .journey-content::before {
    left: -7% !important;
  }
}
