@charset "utf-8";

* {
  outline: none;
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  font-family: "InterTight";
  box-sizing: border-box;
}

body {
  text-decoration: none;
  background-color: #fff;
  font-family: "InterTight";
  font-size: 16px;
  color: #000;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* Remove horizontal scrollbar */
}

.smooth-scroll-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  will-change: transform;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

p {
  font-style: normal;
  font-display: swap;
  height: auto;
  font-size: 1em;
  color: #212121;
  line-height: 1.7;
  font-family: "InterTight";
  font-weight: normal;
}

li {
  font-size: 16px;
  font-weight: normal;
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}


@font-face {
  font-family: 'Borna';
  src: url('../fonts/Borna-Medium.eot');
  src: url('../fonts/Borna-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Borna-Medium.woff2') format('woff2'),
    url('../fonts/Borna-Medium.woff') format('woff'),
    url('../fonts/Borna-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-Light.eot');
  src: url('../fonts/InterTight-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/InterTight-Light.woff2') format('woff2'),
    url('../fonts/InterTight-Light.woff') format('woff'),
    url('../fonts/InterTight-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-Regular.eot');
  src: url('../fonts/InterTight-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/InterTight-Regular.woff2') format('woff2'),
    url('../fonts/InterTight-Regular.woff') format('woff'),
    url('../fonts/InterTight-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-Medium.eot');
  src: url('../fonts/InterTight-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/InterTight-Medium.woff2') format('woff2'),
    url('../fonts/InterTight-Medium.woff') format('woff'),
    url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


/************************************************** MENU **************************************************/

body.home .sexy-menu {
  position: fixed;
}

.sexy-menu.detached .header-contact {
  display: none;
}

video {
  width: 100%;
}

.sexy-menu.detached .tophead {
  display: none;
}

.sexy-menu.detached .logo {
  margin-top: 5px;
  width: 70%;
}

/* .sexy-menu.detached .nav-header {
  width: 70%;
} */

.nav-menu2 {
  border-top: 0;
  margin-top: 0;
}

.wh-top {
  margin-right: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.nav-menu>li>a {
  margin: 0 20px;
  display: inline-block;
  position: relative;
  color: #333;
  font-size: 1em;
  font-family: "InterTight";
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  font-display: swap;
  text-transform: capitalize;
}

.nav-menu2>li>a {
  margin: 35px 44px 20px;
}

.nav-menu {
  /* border-top: 2px solid rgb(199 199 199 / 23%); */
  margin-top: 14px;
}

.header-phone {
  display: flex !important;
  align-items: center;
  margin-top: 30px !important;
}

.wh-img {
  margin-right: 10px;
}

.sexy-menu.detached .header-phone {
  display: none;
}

.nav-menu>li:last-child a,
ul.header-social li:last-child,
.nav-menu2>li>a:last-child {
  margin-right: 0 !important;
}

.nav-menu>li:first-child a,
.nav-menu2>li:first-child a {
  margin-left: 0 !important;
}

.resp-show {
  display: none !important;
}

.nav-menu>li>a:hover {
  color: #61bc4b;
}

.sexy-menu.detached .nav-menu>li>a {
  margin: 15px 15px;
  color: #393939;
}

.sexy-menu.detached .nav-menu {
  border-top: 0;
}

.sexy-menu.detached .header-phone {
  margin: 32px 15px !important;
}

#button {
  display: inline-block;
  background-color: #333;
  line-height: 50px;
  width: 50px;
  color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

#button i {
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.carousel-indicators .active,
.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  border: 0 !important;
}

.carousel-indicators .active {
  background: #dfc0f3 !important;
}

.carousel-indicators li {
  background: #655a8e !important;
  margin: 0 3px !important;
}

.carousel-indicators {
  bottom: 5em !important;
  right: 200px !important;
  left: unset !important;
  width: unset !important;
}

/**/
.clear {
  clear: both;
}

audio,
::selection {
  background: #8cc248 !important;
  color: #fff !important;
}

span::selection {
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  background: #8cc248 !important;
}

::-moz-selection {
  color: #fff !important;
}

.grecaptcha-badge {
  display: none !important;
}

.img-full {
  width: 100%;
  height: auto;
  display: block;
}

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

.logo1 {
  display: none;
}

.sexy-menu.detached .navigation {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navigation {
  padding: 15px 25px;
}

.nav-brand img {
  width: 100%;
}

.sexy-menu.detached .header-call {
  margin-top: 8px;
}

.top-container {
  background-color: #fff;
}

.desk-view {
  display: block;
}

.mob-view {
  display: none;
}

.hide-menu {
  display: none;
}



/************************************************** TOP MENU **************************************************/

.nav-menus-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 42px;
}

.banner-contact {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #59D853;
  background: linear-gradient(90deg, rgba(89, 216, 83, 1) 0%, rgba(198, 246, 55, 1) 100%);
  padding: 5px 10px;
  border-radius: 10px;
  color: #000;
  letter-spacing: 0;
  font-weight: normal;
}

.banner-contact img {
  filter: brightness(0);
}

.banner-contact a {
  color: #000;
}


/************************************************** BREDCUM **************************************************/

.bredcum-wraper {
  width: 100%;
  height: auto;
  padding: 10px 25px 0 25px;
  text-align: center;
  display: flex;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 9;
}

.bredcum-container {
  width: auto;
  height: auto;
}

.bred-home {
  width: auto;
  height: auto;
  float: left;
}

.bred-home a,
.bred-home {
  width: auto;
  height: auto;
  float: left;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: capitalize;
  color: #424242;
}

.bred-home a {
  font-size: 1em;
}

.bred-home a:hover {
  width: auto;
  height: auto;
  float: left;
  color: #070606;
}

.bred-arrow {
  width: auto;
  height: auto;
  float: left;
  font-size: 0.85em;
  color: #333;
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.bred-next {
  width: auto;
  height: auto;
  float: left;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: capitalize;
  color: #40cf39;
}



/************************************************** FOOTER **************************************************/

.footer-bottom-icons {
  width: 100%;
  height: auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.footer-mid {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: .5em 0em;
}

.footer-social-links {
  width: auto;
  height: auto;
  align-content: center;
}

.footer-social-links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer-social-links ul li {
  width: auto;
  height: auto;
  float: left;
  margin-left: 1em;
  font-size: 1.25em;
  color: #e37d4f;
}

.footer-social-links ul li a {
  width: auto;
  height: auto;
  float: left;
  font-size: 1em;
  color: #28bebf;
}

.footer-menu {
  width: auto;
  height: auto;
  display: flex;
}

.footer-address-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
}

.footer-address {
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.footer-menu ul li {
  width: auto;
  height: auto;
  float: left;
  padding: 0px 1em;
}

.icon-f {
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
}

.icon-f span {
  margin-right: 0.5em;
  padding-top: 5px;
}

.footer-menu-title {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  letter-spacing: 1px;
  color: #61bc4b;
  line-height: 1.8;
  padding-right: 0.5em;
}

.footer-menu ul li a {
  width: auto;
  height: auto;
  text-transform: capitalize;
  font-family: "InterTight";
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 1px;
  color: #656565;
  line-height: 1.8;
}

.footer-menu ul li a:hover {
  color: #333;
}

.footer-menu ul {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer-bottom-container {
  display: flex;
  justify-content: space-between;
}

.copy-right {
  width: auto;
  height: auto;
  float: left;
  font-family: 'InterTight';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  color: #242424;
  line-height: 60px;
}

.copy-right span {
  font-family: 'InterTight';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.designed {
  width: auto;
  height: auto;
  float: right;
}

.designed-ido {
  float: right;
  height: auto;
  padding-left: 8px;
  padding-top: 15px;
  width: auto;
}

.designed p {
  width: auto;
  height: auto;
  float: right;
  font-family: 'InterTight';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  line-height: 60px;
  margin: 0;
  color: #363636;
}

.designed p a {
  text-decoration: none;
  font-family: 'InterTight';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  color: #242424;
}

.footer-wraper {
  width: 100%;
  height: auto;
  padding-top: 50px;
}

.footer-address-container .btm-link:nth-child(3) .icon-f:nth-child(1) {
  margin-bottom: 15px;
}




/************************************************** CONTACT FORM **************************************************/

.enquiry-cont {
  align-items: flex-start;
}

.welcome-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.enquiry-top {
  width: 100%;
  height: auto;
  padding: 30px 0px 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.enquire-pic {
  width: 52%;
  -webkit-mask-image: url(../images/contact-cliping-shape.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  position: relative;
  -webkit-mask-size: 100% 100%;
}


.enquiry-home {
  width: 45%;
  height: auto;
}

.enquiry-home-title {
  width: 100%;
  height: auto;
  padding-bottom: 0.5em;
  padding-top: 2%;
}

.title-enquiry {
  width: 100%;
  height: auto;
  font-size: 1.633em;
  color: #4c4c4c;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 1.2;
}

.enquiry-form-outer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1em;
}

.enquiry-form-outer .user-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom: 15px;
}

.enquiry-form-outer .user-box:nth-child(2n + 2) {
  margin-right: 0%;
}

.enquiry-form-outer .user-box input {
  width: 100%;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  border: none;
  /* border: 1px solid #ccc; */
  outline: none;
  background: #f3f3f3;
  border-radius: 15px;
  line-height: 55px;
}

.enquiry-form-outer .user-box input:focus~label,
.enquiry-form-outer .user-box input:valid~label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  pointer-events: none;
  transition: 0.5s;
  bottom: 0;
  line-height: 55px;
  background-color: transparent;
}

.full-field {
  width: 100% !important;
  margin-right: 0% !important;
}

textarea:focus~.floating-label,
textarea:not(:placeholder-shown)~.floating-label,
input:not(:focus):valid~.floating-label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.scheme-des textarea {
  width: 100%;
  height: 120px;
  resize: none;
  padding: 10px 20px 0 20px;
  /* border: 1px solid #ccc; */
  font-size: 1em;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  border-radius: 15px;
  background: #f3f3f3;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #999999;
  font-size: 1em;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.submit-button {
  /* line-height: 1.7; */
  color: #61bc4b;
  text-transform: uppercase;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1.351em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #000;
  border-radius: 8px;
  padding: 0px 30px;
  line-height: 48px;
}

.submit-button:hover {
  transform: scale(1);
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.button-out {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#plus {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 60px;
  cursor: pointer;
  margin-bottom: 0.25em;
  background: #59D853;
  background: linear-gradient(90deg, rgba(89, 216, 83, 1) 0%, rgba(198, 246, 55, 1) 100%);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 2em;
  padding: 15px 0px;
  float: left;
}

#plus .desk-view {
  /* transform: rotate(90deg); */
  white-space: nowrap;
}

#popUp {
  position: fixed;
  width: 400px;
  height: auto;
  background: #59D853;
  background: linear-gradient(90deg, rgba(89, 216, 83, 1) 0%, rgba(198, 246, 55, 1) 100%);
  bottom: 8%;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9999;
  padding: 2% 2% 2%;
  right: 0;
  opacity: 0;
  border-bottom-right-radius: 80px;
  border-top-right-radius: 35px;
}

#popUp .close {
  position: absolute;
  top: -5px;
  opacity: 1;
  left: -4%;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  cursor: pointer;
  background-color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#popUp .close i {
  color: #fff;
  font-size: 1em;
  margin-left: 0px;
}

.button-out {
  position: fixed;
  right: 0;
  bottom: 40vh;
  z-index: 999;
}

/* WhatsApp button */
.whats-app {
  background: #28bebf;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 2em;
  padding: 15px 0px;
  float: left;
}

.whats-app a i {
  color: #fff;
}

#plus::after {
  display: block;
  display: relative;
}

.side-form .form-group {
  margin-bottom: 12px;
}

.side-form-title {
  font-size: 2em;
  font-family: 'Albert Sans';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #fff;
  line-height: 1;
  display: block;
}

/************************************************ WRAPER ***********************************************/

.main-wraper {
  width: 100%;
  height: auto;
  padding-top: 100px;
  position: relative;
}

.main-container {
  width: 100%;
  height: auto;
  padding-top: 60px;
}

.d-container {
  width: 100%;
  padding-left: 16%;
  padding-right: 16%;
}


/************************************************ BANNER ***********************************************/

.banner-wraper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  padding: 60px 25px 0 25px;
}

.banner-wraper img {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.banner-inner {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 9%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.banner-caption-left {
  font-size: 6.191em;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  background: #1BF3F4;
  background: linear-gradient(90deg, rgba(27, 243, 244, 1) 0%, rgba(210, 249, 54, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-txt {
  font-size: 1.754em;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #fff;
  line-height: 1;
}

.banner-caption-right :nth-child(2) {
  background: #59D853;
  background: linear-gradient(90deg, rgba(89, 216, 83, 1) 0%, rgba(198, 246, 55, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub-extrusion {
  display: none;
}








/************************************************ ABOUT ***********************************************/

.about-inner {
  display: flex;
}

.about-left {
  width: 17%;
  height: auto;
  background: #37E3DA;
  background: linear-gradient(90deg, rgba(55, 227, 218, 1) 0%, rgba(121, 231, 131, 1) 100%);
  position: relative;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

.about-mid {
  width: 45%;
  height: auto;
  float: left;
  margin: 0 7% 0 2%;
  border-radius: 10px;
  overflow: hidden;
}

.about-right {
  width: 28%;
  height: auto;
  float: left;
}

.about-left-shape {
  position: absolute;
  top: 41%;
  left: 0;
}

.about-left-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-left-innertxt {
  font-size: 1.754em;
  color: #fff;
  text-align: center;
  padding: 20px;
  line-height: 1.1;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.about-right-welcome {
  font-size: 1.196em;
  color: #23ca1b;
  letter-spacing: 2px;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  padding-top: 30px;
}

.about-right-heading {
  font-size: 2.258em;
  color: #4c4c4c;
  /* letter-spacing: 2px; */
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 0.9;
  margin: 10px 0;
}

.about-right p {
  text-align: justify;
  margin-bottom: 30px;
}

.about-link {
  color: #23ca1b;
  font-size: 0.879em;
  text-transform: uppercase;

  &:hover {
    color: #22c01a;
  }
}


/************************************************ OUR PRODUCTS ***********************************************/

.section-heading {
  font-size: 2.258em;
  color: #4c4c4c;
  text-align: center;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  text-transform: capitalize;
}

.index-products-inner {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.index-pro-items {
  width: 21%;
  height: auto;
  position: relative;
}

.index-pro-items-txt {
  font-size: 1.229em;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.index-products-inner .index-pro-items:nth-child(1) .index-pro-items-txt {
  padding-left: 48%;
}

.index-products-inner .index-pro-items:nth-child(2) .index-pro-items-txt {
  padding-left: 29%;
}

.dashline-topleft {
  position: absolute;
  top: 4%;
  left: -23%;
}

.dashline-topright {
  position: absolute;
  top: 11%;
  left: 80%;
  z-index: 1;
}

.dashline-bottom {
  position: absolute;
  bottom: 17%;
  right: -55%;
}



.index-products-inner .index-pro-items:nth-child(3) {
  padding-top: 3%;
}

.list-icon1 {
  padding-left: 49%;
  padding-top: 10px;
}

.list-icon2 {
  padding-left: 42%;
}

.list-icon3 {
  transform: scaleX(-1);
  position: absolute;
  top: 99px;
  left: 32px;
}

.list-icon4 {
  padding-left: 21%;
  padding-bottom: 5px;
}

.index-product2 {
  margin-top: 30%;
}

.index-product4 {
  margin-top: 26%;
}


/************************************************ INDUSTRY APPLICATION ***********************************************/

.Industry-wraper {
  width: 100%;
  height: auto;
  padding: 100px 0;
  position: relative;
  background-image: url("../images/expert-industry-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 100px;
}

.industry-application-inner {
  display: flex;
}

.industry-application-img {
  width: 58%;
  height: auto;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

.industry-application-content {
  width: 40%;
  height: auto;
  float: left;
  margin-left: 2%;
  background-color: #fff;
  padding: 100px 20px 20px 50px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.industry-appli-heading {
  font-size: 1.633em;
  color: #4c4c4c;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  margin-bottom: 20px;
}

.industry-appli-list {
  background: url(../images/circle-green.png) no-repeat left 9px;
  padding-left: 30px;
  position: relative;
  margin: 15px 0;
}

.industry-con-bgleft {
  position: absolute;
  top: 0;
  left: 0;
}

.industry-con-bgright {
  position: absolute;
  top: 0;
  right: 0;
}

.tech-advantages {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-top: 2%;
}

.tech-adv-item {
  width: 15%;
  height: auto;
  background-color: #f7ffd9;
  padding: 18px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tech-adv-item p {
  padding-top: 100px;
  line-height: 1.2;
  font-size: 1.158em;
}

.tech-advantages-heading {
  width: 20%;
  text-align: center;
  align-content: center;
  font-size: 1.633em;
  color: #4c4c4c;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.tech-adv-item:nth-child(3) {
  background-color: #e7ffe1;
}

.tech-adv-item:nth-child(4) {
  background-color: #e1ffec;
}

.tech-adv-item:nth-child(5) {
  background-color: #e1fff9;
}

.tech-adv-item:nth-child(6) {
  background-color: #e2f5ff;
}




/************************************************ CONTACT ***********************************************/

.contact-wraper {
  width: 100%;
  height: auto;
  padding-top: 70px;
  position: relative;
}


.enquiry-top {
  padding: 0 20px 20px 20px;
  position: relative;
  margin-left: -57%;
  width: calc(100% + 60%);
}

.enquiry-top-inner {
  display: flex;
  justify-content: space-around;
  background-color: #e6ffef;
  padding: 57px 20px;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 42px;
  width: 100%;
}

.enquiry-top-heading {
  width: 28%;
  font-size: 2.378em;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #51b738;
  border-right: 1px solid #93a399;
  line-height: .9;
  align-content: center;
}

.enquiry-top-para {
  width: 60%;
}

.bottomleft-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 38%;
  height: 173px;
  border-top-right-radius: 42px;
  display: none;
}



/************************************************ ABOUT PAGE ***********************************************/

.banner-innerpage-caption {
  font-size: 3.879em;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  background: #1BF3F4;
  background: linear-gradient(90deg, rgba(27, 243, 244, 1) 0%, rgba(210, 249, 54, 1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-caption .sub-txt {
  color: #fff;
  font-size: 3.879em;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  margin-left: 5px;
}

.innerpage .banner-inner {
  bottom: 3%;
}

.innerpage .about-inner {
  align-items: center;
}

.innerpage .about-mid {
  margin: 0 1% 0 8%;
}

.innerpage .about-right {
  width: 27%;
}

.innerpage .about-right p {
  text-align: left;
}

.innerpage .tech-advantages-heading {
  width: 100%;
}

.innerpage .tech-advantages-heading br {
  display: none;
}

.innerpage .tech-adv-item {
  width: 19%;
}

.innerpage .tech-adv-item p {
  padding-top: 5px;
}


/************************************************ PRODUCT PAGE ***********************************************/

.productpage-inner {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 24px;
}

.productpage-item {
  width: 49%;
  height: auto;
  border-radius: 10px;
  box-shadow: 1px 1px 17px 0px rgba(0, 0, 0, 0.12);
  padding: 100px 40px 40px 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.productpage-item-inner {
  display: flex;
}

.item-head {
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1.229em;
  color: #3b3b3b;
}

.item-con {
  align-content: center;
}

.pro-link {
  text-align: right;
  margin-top: auto;
}

.pro-link a {
  background: linear-gradient(90deg, rgba(89, 216, 83, 1) 0%, rgba(198, 246, 55, 1) 100%);
  padding: 8px 25px;
  border-radius: 10px;
  color: #000;
}


/************************************************ CONTACT PAGE ***********************************************/

.contactpage-enquire-pic {
  -webkit-mask-image: url(../images/contactpage-cliping-shape.png);
}

.contactpage-form-person {
  position: absolute;
  top: 15.5%;
  left: 20%;
}

.enquiry-bottom {
  position: relative;
  padding-top: 15%;
  margin-left: -49%;
  line-height: 1.3;
  font-size: 1.158em;
  font-family: 'InterTight';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.view-location {
  width: auto;
  height: auto;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #f7ffd9;
  color: #61bc4b;
  padding: 5px 35px;
  border-radius: 10px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.contact-details-inner {
  display: flex;
  align-items: center;
}

.contact-box {
  background-color: #f7ffd9;
  padding: 20px;
  width: 32%;
  border-radius: 10px;
  align-content: center;
  float: left;
  margin-left: 2%;
}

.contact-box:nth-child(1) {
  margin-left: 0;
  height: 132px;
}

.contact-box span {
  padding-top: 5px;
  margin-right: 5px;
}

.contact-details-inner .contact-box:nth-child(2) {
  background-color: #e7ffe1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}

.contact-details-inner .contact-box:nth-child(3) {
  background-color: #e1ffec;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-details-inner .contact-box:nth-child(2) span {
  background-color: #61bc4b;
  padding: 20px;
  border-radius: 50%;
  width: 61px;
  height: 61px;
  align-content: center;
}

.contact-details-inner .contact-box:nth-child(1) .icon-f {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}



/************************************************ CONVEYOR-BELT ***********************************************/

.conveyor-belt .banner-innerpage-caption,
.polyurethane .banner-innerpage-caption,
.rubber-moduled .banner-innerpage-caption,
.rubber-extruded .banner-innerpage-caption {
  font-size: 2.496em;
  text-align: center;
  line-height: 1;
  letter-spacing: -2px;
}

.conveyor-belt .banner-inner {
  bottom: 5%;
}

.conveyor-sec-1-heading {
  font-size: 2.258em;
  color: #4c4c4c;
  letter-spacing: 2px;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 0.9;
  margin: 10px 0;
  text-align: center;
  letter-spacing: -1px;
}

.conveyor-sec-1-para {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}

.conveyor-sec-img {
  padding-left: 3.5%;
  padding-right: 3.5%;
}

.item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
}


.owl-controls {
  display: none;
}

.conveyor-benefits-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 25px;
  margin-top: 30px;
}

.conveyor-benefits-card {
  background-color: #f7ffd9;
  padding: 20px 20px 30px 20px;
  width: 49%;
  height: auto;
  border-radius: 10px;
  text-align: center;
}

.conveyor-benefits-inner .conveyor-benefits-card:nth-child(2) {
  background-color: #e7ffe1;
}

.conveyor-benefits-card-heading {
  font-size: 1.464em;
  color: #171717;
  margin: 15px 0 10px 0;
  font-family: 'InterTight';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.conveyor-benefits-card {
  color: #323635;
}

.conveyor-benefits-card2 {
  width: 32%;
  height: auto;
  background-color: #e1ffec;
  border-radius: 10px;
  text-align: center;
  padding: 30px 20px 40px 20px;
}

.conveyor-benefits-card2:nth-child(4) {
  background-color: #e1fff9;
}

.conveyor-benefits-card2:nth-child(5) {
  background-color: #e2f5ff;
}

.conveyor-material-inner {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.conveyor-material-left {
  width: 49%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.conveyor-material-right {
  width: 46%;
  height: auto;
}

.conveyor-material-right-heading {
  font-size: 1.353em;
  color: #171717;
  font-family: 'InterTight';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.conveyor-material-right p {
  color: #171717;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 300;
}

.conveyor-wraper .conveyor-sec-1-heading {
  text-align: left;
}

.conveyor-types-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.conveyor-type-item {
  border-right: 1px solid #b5b5b5;
  /* padding-left: 20px; */
  width: 23%;
}

.conveyor-types-inner .conveyor-type-item:nth-child(1) {
  padding-left: 0;
}

.conveyor-types-inner .conveyor-type-item:last-child {
  border-right: none;
}

.conveyor-type-item p {
  font-weight: 300;
  margin-top: 5px;
  font-size: 0.938em;
}

.conveyor-bottom-sec .conveyor-material-inner {
  margin-top: 0;
}

.conveyor-bottom-sec .conveyor-sec-1-heading {
  text-align: left;
}


/************************************************ POLYURETHANE ***********************************************/

.polyurethane .banner-inner {
  bottom: 7%;
}

.polyurethane .conveyor-sec-1-heading {
  font-size: 1.923em;
}

.polyurethane .conveyor-sec-1-para {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.product-range {
  margin-top: 50px;
}

.product-range-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.product-range-item {
  padding: 10px 40px;
  background-color: #e7ffe1;
  border-radius: 10px;
}

.product-range-item p {
  background: url(../images/circle-green2.png) no-repeat left 5px;
  padding-left: 30px;
  position: relative;
  color: #4c4c4c;
  font-size: 1.125em;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.product-range-bottom {
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.product-range-img {
  width: 33%;
  height: auto;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
}

.product-range-bottom-txt {
  margin-left: 8%;
  margin-right: 8%;
  background-color: #fffee1;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  border-radius: 10px;
}

.product-range-bottom-txt p {
  color: #4c4c4c;
  font-size: 1.125em;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.polyurethane-adv-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.polyurethane-adv-left {
  width: 47%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}

.polyurethane-adv-right {
  width: 47%;
  height: auto;
  border-radius: 10px;
}

.polyurethane-adv-right ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.polyurethane-adv-right ul li {
  background: url(../images/circle-green.png) no-repeat left 3px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  font-size: 1.158em;
  font-family: 'InterTight';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.polyurethane-adv-right-bottom {
  background-color: #e7ffe1;
  padding: 20px 30px;
  margin-top: 25px;
  border-radius: 10px;
}

.polyurethane-adv-right-bottom .heading {
  font-size: 1.456em;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  margin-bottom: 10px;
}

.polyurethane-adv-subtxt {
  text-align: center;
  font-size: 1.035em;
  color: #4c4c4c;
}

/************************************************ RUBBER MODULED ***********************************************/

.rubber-moduled .banner-inner {
  bottom: 7%;
}

.rubber-moduled .conveyor-sec-1-heading {
  font-size: 1.923em;
}

.polyurethane-adv-right .conveyor-sec-1-heading {
  text-align: left;
  margin-bottom: 30px;
}

.rubber-moduled .polyurethane-adv-right-bottom {
  padding: 30px 50px;
}

.rubber-moduled .manufac-capabilities .polyurethane-adv-right {
  padding-top: 9%;
}

.rubber-moduled .product-range-img {
  width: 23%;
}

.rubber-moduled .product-range-bottom {
  padding-left: 0;
  padding-right: 0;
}

.rubber-moduled .polyurethane-adv-inner {
  margin-top: 70px;
}

.rubber-moduled .application .polyurethane-adv-inner {
  margin-top: 0px;
}

.rubber-moduled .product-range-item {
  padding: 10px 30px;
}

.rubber-moduled .conveyor-sec-1-para {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.key-features-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.key-features-box {
  width: 19.5%;
  height: auto;
  background: linear-gradient(44deg, #7BE2B3 0%, #1AB6AD 50%);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.features-box-txt {
  font-size: 1.229em;
  font-family: 'Borna';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #fff;
  padding-top: 20px;
  line-height: 1;
}


/************************************************ RUBBER EXTRUDED ***********************************************/

.rubber-extruded .banner-inner {
  bottom: 7%;
}

.rubber-extruded .conveyor-sec-1-heading {
  font-size: 1.923em;
}

.rubber-extruded .conveyor-sec-1-para {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.rubber-extruded .product-range-item {
  padding: 10px 30px;
}

.rubber-extruded .product-range-bottom {
  padding-left: 0;
  padding-right: 0;
}

.rubber-extruded .product-range-img {
  width: 24.5%;
}

.materials-left {
  width: 47%;
  height: auto;
}

.materials-left-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.materials-left-head p {
  font-weight: 300;
  line-height: 1.3;
}

.materials-left-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.polyurethane-adv-right ul li span {
  color: #4bb02b;
  font-family: 'InterTight';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.industries-inner-con {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.industries-box {
  width: 13.5%;
  height: auto;
  border-radius: 10px;
  background-color: #f7ffd9;
  text-align: center;
  padding: 20px;
}

.industries-box:nth-child(2) {
  background-color: #e7ffe1;
}

.industries-box:nth-child(3) {
  background-color: #e1ffec;
}

.industries-box:nth-child(4) {
  background-color: #e1fff9;
}

.industries-box:nth-child(5) {
  background-color: #e2f5ff;
}

.industries-box:nth-child(6) {
  background-color: #e2eaff;
}

.industries-box:nth-child(7) {
  background-color: #f6e2ff;
}

.industries-box-txt {
  font: 1.125em;
  font-family: 'InterTight';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  margin-top: 10px;
}

.industries-sub-head {
  text-align: center;
  font-size: 1.035em;
  color: #171717;
}

.industries-sec-bottom {
  background-color: #e7ffe1;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  margin-top: 12px;
}

.industries-sec-bottom p {
  font: 1.125em;
  font-family: 'InterTight';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.key-benefits .polyurethane-adv-right {
  padding-top: 5%;
}

.key-benefits .polyurethane-adv-left {
  width: 60%;
}

.key-benefits .polyurethane-adv-right {
  width: 32%;
}

.key-benefits .polyurethane-adv-inner {
  margin-top: 0;
}


@media (min-width: 1023px) and (max-width: 1279px) {

  body,
  li {
    font-size: 12px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .whats-app {
    width: 40px;
    height: 40px;
    font-size: 1.25em;
  }

  #plus {
    width: 40px;
    height: 40px;
    font-size: 1.25em;
  }


  /* Index Page */

  .about-left-img {
    width: 120px;
  }

  .about-left-innertxt {
    font-size: 1.5em;
    padding: 15px;
    line-height: 1.2;
  }

  .about-inner {
    justify-content: center;
  }

  .about-mid {
    margin: 0 4% 0 2%;
  }

  .about-right p {
    margin-bottom: 15px;
  }

  .main-wraper {
    padding-top: 70px;
  }

  .dashline-topleft {
    top: 0%;
    left: -36%;
  }

  .dashline-bottom {
    right: -64%;
  }

  .dashline-topright {
    top: 0%;
    left: 69%;
  }

  .list-icon3 {
    top: 64px;
    left: 10px;
  }

  .industry-application-content {
    padding: 65px 20px 20px 20px;
  }

  .industry-con-bgleft,
  .industry-con-bgright {
    width: 250px;
  }

  .industry-appli-heading {
    margin-bottom: 0;
  }

  .industry-appli-list {
    background: url(../images/circle-green.png) no-repeat left 3px;
    padding-left: 23px;
    margin: 12px 0;
    font-size: 1.2em;
  }

  .tech-adv-item {
    padding: 10px;
  }

  .tech-adv-item p {
    padding-top: 50px;
  }

  .Industry-wraper {
    padding: 60px 0;
    margin-top: 70px;
  }

  .enquiry-top-inner {
    padding: 35px 20px;
  }

  .icon-f span {
    padding-top: 0px;
  }




  /* About Page */

  .innerpage .about-mid {
    margin: 0 1% 0 4%;
  }




  /* Product Page */

  .productpage-item {
    width: 48%;
    padding: 65px 40px 20px 40px;
  }

  .productpage-item-inner {
    flex-direction: column;
  }

  .item-head {
    font-size: 1.7em;
  }

  .item-con br {
    display: none;
  }

  .productpage-inner .productpage-item:last-child .item-con {
    margin-bottom: 40px;
  }




  /* Contact Page */

  .contactpage-form-person {
    top: 15%;
    left: 9%;
    width: 285px;
  }

  .view-location {
    padding: 5px 15px;
    line-height: 30px;
  }

  .enquiry-home-title {
    padding-bottom: 0em;
    padding-top: 0%;
  }

  .enquiry-form-outer .user-box input {
    line-height: 44px;
  }

  .enquiry-form-outer .user-box label {
    line-height: 44px;
  }

  .scheme-des textarea {
    height: 100px;
  }

  .submit-button {
    padding: 0px 25px;
    line-height: 38px;
  }

  .enquiry-bottom {
    padding-top: 8%;
    font-size: 1.3em;
  }




  /* Rubbermoduled Product */
  .product-range-item p {
    background: url(../images/circle-green2.png) no-repeat left 1px;
  }

  .polyurethane-adv-right ul li {
    background: url(../images/circle-green.png) no-repeat left 1px;
    padding-left: 23px;
  }

  .rubber-moduled .manufac-capabilities .polyurethane-adv-right {
    padding-top: 8%;
  }

  .polyurethane-adv-right .conveyor-sec-1-heading {
    margin-bottom: 20px;
  }

  .rubber-moduled .polyurethane-adv-right-bottom {
    padding: 10px 20px;
    margin-top: 10px;
  }




  /* Rubber Extruded Products */
  .polyurethane-adv-right-bottom {
    padding: 10px 15px;
    margin-top: 10px;
  }

  .polyurethane-adv-left {
    width: 51%;
  }

  .polyurethane-adv-right {
    width: 45%;
  }




  /* Conveyor belts */
  .conveyor-material-right {
    margin-top: 10px;
  }





}

@media (min-width: 1280px) and (max-width: 1359px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }


  /* Index Page */

  .about-inner {
    justify-content: center;
  }

  .about-mid {
    margin: 0 4% 0 2%;
  }

  .list-icon3 {
    top: 79px;
    left: 25px;
  }

  .industry-appli-heading {
    margin-bottom: 10px;
  }

  .industry-application-content {
    padding: 92px 20px 20px 50px;
  }

  .innerpage .about-mid {
    margin: 0 1% 0 4%;
  }

  .about-left-innertxt {
    font-size: 1.625em;
  }

  .about-left-img {
    width: 160px;
  }


  /* Product Page */

  .productpage-item {
    width: 48%;
  }



  /* Contact Page */

  .contactpage-form-person {
    top: 16.5%;
    left: 10%;
    width: 327px;
  }

  .enquiry-bottom {
    padding-top: 9%;
  }



  /* Rubber Moulded Products */

  .rubber-moduled .polyurethane-adv-right-bottom {
    padding: 20px 50px;
  }

  .polyurethane-adv-right-bottom {
    padding: 10px 30px;
  }


}





@media (min-width: 1360px) and (max-width: 1399px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }




  /* Index page */

  .about-left-innertxt {
    font-size: 1.625em;
  }

  .about-left-img {
    width: 160px;
  }

  .list-icon3 {
    top: 80px;
    left: 30px;
  }

  .industry-appli-heading {
    margin-bottom: 10px;
  }

  .industry-application-content {
    padding: 95px 20px 20px 50px;
  }



  /* Product Page */

  .productpage-item {
    width: 48%;
  }



  /* Contact Page */

  .contactpage-form-person {
    top: 17%;
    left: 12.5%;
    width: 320px;
  }

  .enquiry-bottom {
    padding-top: 10%;
  }


}

@media (min-width: 1400px) and (max-width: 1441px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }




  /* Index page */

  .about-left-innertxt {
    font-size: 1.625em;
  }

  .about-left-img {
    width: 160px;
  }

  .list-icon3 {
    top: 90px;
    left: 28px;
  }


  /* Contact Page */

  .contactpage-form-person {
    top: 14.5%;
    left: 11%;
    width: 350px;
  }

  .enquiry-bottom {
    padding-top: 12%;
  }


}

@media (min-width: 1441px) and (max-width: 1599px) {

  li,
  body {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }





  /* Index Page */

  .industry-appli-heading {
    margin-bottom: 10px;
  }

  .industry-application-content {
    padding: 83px 20px 20px 50px;
  }

  .list-icon3 {
    top: 84px;
    left: 26px;
  }

  .productpage-item {
    width: 48%;
  }


}

@media (min-width: 1600px) and (max-width: 1680px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }




  /* Index page */

  .about-left-innertxt {
    font-size: 1.625em;
  }

  .about-left-img {
    width: 160px;
  }

  .list-icon3 {
    top: 88px;
    left: 28px;
  }

  .contactpage-form-person {
    top: 14%;
    left: 16.5%;
    width: 350px;
  }
}

@media (min-width: 1681px) {}


@media (max-width: 992px) {
  .header-contact {
    display: none;
  }

  .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent !important;
  }

  .nav-dropdown {
    min-width: 100% !important;
  }

  .sexy-menu.detached {
    opacity: 1 !important;
    position: unset !important;
  }

  .navigation-portrait li {
    font-size: 18px !important;
  }

  .nav-brand img {
    display: flex;
    align-items: center;
  }

  /* .logo {
    transform: translate(-50%, 0%);
    left: 50%;
  } */

  .hide-menu a {
    width: 25%;
    line-height: 1;
    font-size: 1em;
    display: inline-block;
    float: left;
    text-align: center;
    font-weight: normal;
    font-family: "InterTight";
    text-transform: capitalize;
  }

  .hide-menu a i {
    display: block;
    justify-content: center;
    background-color: #4c4c4c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto 10px;
    font-size: 1.6em;
  }

  .desk-view {
    display: none;
  }

  .mob-view {
    display: block;
  }

  .nav-menu>li>a {
    color: #fff !important;
  }

  .nav-toggle,
  .navigation-hidden .nav-header {
    display: block !important;
  }

  .hide-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
    padding: 15px 10px;
    display: block;
  }

  .hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 38px;
  }

  .sexy-menu.detached .header-phone a {
    margin: 12px 20px !important;
  }

  .sexy-menu.detached {
    position: fixed !important;
    bottom: 0px !important;
    top: inherit !important;
    /* height: 100vh; */
    background-color: transparent !important;
    backdrop-filter: unset !important;
  }

  .banner-contact {
    display: none;
  }

  .nav-menu {
    flex-direction: column;
  }

  .side-form-title {
    padding-left: 20px;
  }


  /* Index Page */

  .navigation {
    justify-content: center !important;
    padding: 15px 0 0;
  }

  .nav-header {
    position: absolute !important;
    left: 50% !important;
    top: 10px !important;
    transform: translateX(-50%) !important;
    padding: 0 !important;
    background-color: transparent !important;
  }

  .nav-brand img {
    width: 80%;
    margin: auto;
  }

  .banner-wraper {
    padding: 140px 10px 0 10px;
  }

  .banner-caption {
    gap: 0px;
    flex-direction: column;
  }

  .innerpage .banner-caption {
    gap: 0px;
    flex-direction: row;
    font-size: .65em;
  }

  .banner-caption-right {
    text-align: center;
    font-size: 0.55em;
  }

  .banner-caption-left {
    font-size: 3em;
    line-height: 1;
  }

  .txt1,
  .txt2 {
    float: left;
    margin-bottom: 5px;
  }

  .sub-extrusion {
    display: inline-block;
  }

  .about-inner {
    flex-direction: column;
  }

  .about-right {
    width: 100%;
  }

  .about-mid {
    width: 100%;
    margin: 5% 0%;
  }

  .about-left {
    width: 100%;
    display: none;
  }

  .about-right-welcome {
    padding-top: 0px;
  }

  .about-right-heading {
    font-size: 1.5em;
  }

  .about-right-heading br {
    display: none;
  }

  .about-right p {
    margin-bottom: 10px;
  }

  .about-left-shape,
  .about-left-img {
    display: none;
  }

  .about-left-innertxt br {
    display: none;
  }

  .about-left-innertxt {
    font-size: 1.5em;
    padding: 20px;
    line-height: 1.3;
  }





  .index-products-inner {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .index-pro-items {
    width: 100%;
  }

  .dashline-topleft,
  .dashline-topright,
  .dashline-bottom {
    display: none;
  }

  .index-product2 {
    margin-top: 0%;
  }

  .index-products-inner .index-pro-items:nth-child(3) {
    padding-top: 0%;
  }

  .index-product4 {
    margin-top: 0%;
  }

  .index-pro-items-txt {
    text-align: center;
  }

  .index-pro-items-txt br {
    display: none;
  }

  .index-products-inner .index-pro-items:nth-child(1) .index-pro-items-txt {
    padding-left: 0%;
  }

  .index-products-inner .index-pro-items:nth-child(2) .index-pro-items-txt {
    padding-left: 0%;
  }

  .list-icon1,
  .list-icon2,
  .list-icon3,
  .list-icon4 {
    display: none;
  }

  .index-products-inner .index-pro-items:nth-child(3) {
    display: flex;
    flex-direction: column-reverse;
    margin: 20px 0;
  }

  .index-products-inner .index-pro-items:nth-child(1) {
    display: flex;
    flex-direction: column-reverse;
  }

  .index-products-inner .index-pro-items:nth-child(1) .index-pro-items-txt,
  .index-products-inner .index-pro-items:nth-child(3) .index-pro-items-txt {
    margin-top: 10px;
  }




  .industry-application-inner {
    flex-direction: column;
    gap: 20px;
  }

  .industry-application-img {
    width: 100%;
  }

  .industry-application-content {
    width: 100%;
    margin-left: 0%;
    padding: 50px 20px 20px 20px;
  }

  .industry-con-bgleft,
  .industry-con-bgright {
    width: 300px;
    top: -4%;
    right: 0%;
  }

  .industry-appli-heading {
    font-size: 1.5em;
  }

  .industry-appli-list {
    background: url(../images/circle-green.png) no-repeat left 5px;
  }

  .industry-appli-list br {
    display: none;
  }

  .tech-advantages {
    flex-direction: column;
    gap: 10px;
    margin-top: 5%;
  }

  .tech-advantages-heading {
    width: 100%;
  }

  .tech-advantages-heading br {
    display: none;
  }

  .tech-adv-item {
    width: 100%;
    text-align: center;
  }

  .tech-adv-item p {
    padding-top: 0px;
    line-height: 1.2;
    font-size: 1.158em;
  }

  .tech-adv-item p br {
    display: none;
  }

  .Industry-wraper {
    padding: 50px 0;
    margin-top: 60px;
  }





  .welcome-container {
    flex-direction: column;
  }

  .enquire-pic {
    width: 100%;
    -webkit-mask-image: unset;
    border-radius: 10px;
    overflow: hidden;
  }

  .enquiry-home {
    width: 100%;
  }

  .enquiry-top {
    margin-left: 0%;
    width: calc(100% + 0%);
    padding: 0;
    margin-top: 10px;
  }

  .enquiry-top-inner {
    padding: 10px;
    width: 100%;
    flex-direction: column;
    border-bottom-left-radius: 11px;
  }

  .enquiry-top-heading {
    width: 100%;
    font-size: 1.5em;
    border-right: none;
    line-height: .9;
    text-align: center;
  }

  .enquiry-top-heading br {
    display: none;
  }

  .enquiry-top-para {
    width: 100%;
    margin-top: 5px;
    text-align: center;

    br {
      display: none;
    }
  }

  .title-enquiry {
    font-size: 1.5em;
  }

  .enquiry-home-title {
    padding-top: 7%;
    padding-bottom: 0;
  }

  .enquiry-form-outer .user-box {
    margin-right: 0%;
    width: 100%;
  }

  .main-wraper,
  .contact-wraper {
    padding-top: 60px;
  }



  /* Footer */
  .footer-address-container {
    display: none;
  }

  .footer-menu {
    display: none;
  }

  .footer-mid {
    justify-content: center;
  }

  .footer-social-links ul li a {
    font-size: 1.5em;
    margin-left: 15px;
  }

  #button {
    display: none;
  }

  .footer-bottom-container {
    padding-bottom: 65px;
  }





  /* About Page */
  .innerpage .about-right {
    width: 100%;
  }

  .innerpage .about-mid {
    margin: 2% 0% 5% 0%;
    display: none;
  }

  .innerpage .tech-adv-item {
    width: 100%;
  }

  .productpage-item {
    width: 100%;
    padding: 50px 30px 40px 30px;
  }

  .productpage-item-inner {
    flex-direction: column;
  }

  .pro-link {
    margin-top: 5%;
    text-align: center;
  }

  .item-head br {
    display: none;
  }

  .productpage-inner .productpage-item:nth-child(4) .item-con {
    margin-bottom: 10px;
  }




  /* Contact Page */
  .contact-details-inner {
    flex-direction: column;
    gap: 20px;
  }

  .contact-box {
    width: 100%;
  }

  .contact-details-inner .contact-box:nth-child(2) p br {
    display: none;
  }

  .contactpage-form-person {
    display: none;
  }

  .view-location {
    padding: 0px 15px;
    font-size: .9em;
  }

  .enquiry-bottom {
    padding-top: 7%;
    margin-left: 0;
    line-height: 1.5;
    font-size: 1em;
  }

  .enquiry-bottom br {
    display: none;
  }

  .contact-details-inner .contact-box:nth-child(1) .icon-f {
    align-items: center;
  }

  .icon-f br {
    display: none;
  }

  .icon-f .num2 {
    margin-left: 5px;
  }



  /* Rubbermoduled product */
  .product-range-item {
    padding: 10px 20px !important;
    width: 100%;
  }

  .rubber-moduled .polyurethane-adv-inner {
    margin-top: 60px;
  }

  .polyurethane-adv-inner {
    flex-direction: column;
    margin-top: 0;
    gap: 20px;
  }

  .polyurethane-adv-left,
  .polyurethane-adv-right {
    width: 100%;
  }

  /* .polyurethane-adv-right ul li{
    font-size: 1.2em;
  } */

  .key-features-inner {
    flex-direction: column;
    gap: 10px;
  }

  .key-features-box {
    width: 100%;
  }

  .features-box-txt {
    line-height: 1.2;
  }

  .features-box-txt br {
    display: none;
  }

  .rubber-moduled .application .polyurethane-adv-inner {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .polyurethane-adv-right .conveyor-sec-1-heading {
    margin-bottom: 20px;
  }

  .rubber-moduled .conveyor-sec-1-heading {
    font-size: 1.5em;
  }

  .rubber-moduled .polyurethane-adv-right-bottom {
    padding: 15px;
  }

  .rubber-moduled .polyurethane-adv-right-bottom br {
    display: none;
  }

  .polyurethane-adv-right-bottom .heading {
    font-size: 1.5em;
  }



  /* Rubberextruded Product */
  .rubber-extruded .conveyor-sec-1-heading {
    font-size: 1.5em;
  }

  .rubber-extruded .conveyor-sec-1-para {
    margin-top: 10px;
  }

  .product-range-inner {
    margin-top: 20px;
  }

  /* .rubber-extruded .product-range-item {
    padding: 10px 20px;
    width: 100%;
  } */

  .product-range-bottom {
    margin-top: 30px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .materials-left {
    width: 100%;
  }

  .materials-left-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .materials-left-head .conveyor-sec-1-heading {
    text-align: left;
  }

  .materials-left-head p br {
    display: none;
  }

  .polyurethane-adv-right-bottom {
    padding: 15px;
  }

  .key-benefits .polyurethane-adv-right {
    width: 100%;
    padding-top: 0%;
  }

  .key-benefits .polyurethane-adv-left {
    width: 100%;
  }

  .industries-inner-con {
    margin-top: 15px;
    flex-direction: column;
    gap: 10px;
  }

  .industries-box {
    width: 100%;
  }

  .industries-box-txt br {
    display: none;
  }

  .industries-sec-bottom {
    padding: 15px;

    br {
      display: none;
    }
  }

  .product-range {
    margin-top: 30px;
  }




  /* Polyurethane */

  .polyurethane .conveyor-sec-1-heading {
    font-size: 1.5em;
    line-height: 1.2;
  }

  .polyurethane-adv-subtxt {
    font-size: 1em;
    margin-bottom: 10px;
  }

  .industries-sec .conveyor-sec-1-heading,
  .industries-sec .polyurethane-adv-subtxt {
    text-align: left;
  }


  .product-range-bottom-txt {
    margin-left: 3%;
    margin-right: 3%;
    padding: 10px;
    margin-top: 10px;
  }

  .product-range-bottom-txt p {
    font-size: 1em;
    line-height: 1.5;
  }

  .polyurethane-adv-right-bottom p br {
    display: none;
  }




  /* Conveyor Belt */

  .conveyor-sec-1-heading {
    font-size: 1.5em;
  }

  .conveyor-matrials .conveyor-sec-1-heading {
    text-align: left;
  }


  .conveyor-benefits-inner {
    row-gap: 10px;
    margin-top: 20px;
    flex-direction: column;
  }

  .conveyor-benefits-card {
    width: 100%;
  }

  .conveyor-benefits-card p br {
    display: none;
  }

  .conveyor-benefits-card-heading {
    margin: 15px 0 0px 0;
  }

  .conveyor-benefits-card2 {
    width: 100%;
  }

  .conveyor-material-inner {
    margin-top: 20px;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .conveyor-material-left {
    width: 100%;
  }

  .conveyor-material-right {
    width: 100%;
  }

  .conveyor-types-inner {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }

  .conveyor-type-item {
    border-right: none;
    width: 100%;
  }

  .conveyor-sec-1-para br {
    display: none;
  }




}




@media (max-width: 420px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  .footer-address:nth-child(3) {
    display: none;
  }

  .package-content {
    float: none;
    width: 100%;
    top: 60px;
  }

  .owl-controls {
    display: none;
  }

  .nav-brand img {
    width: 100px;
    margin: 0 auto;
  }

  .carousel-indicators {
    display: none !important;
  }

  .side-btn {
    padding: 6px 19px;
    right: -33px;
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 17px;
  }

  #popUp {
    width: 300px;
    padding: 6% 5% 6%;
    bottom: 14%;
  }

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

  /* .side-form input[type="text"],
  .side-form textarea {
    padding: 12px 13px;
  } */

  .side-form-title {
    /* font-size: 1.5em;
    margin-bottom: 10px;
    line-height: 18px; */
    padding-left: 15px;
  }

  .whats-app {
    /* width: 40px; */
    bottom: 25vh;
    right: 5px;
  }

  .btm-title {
    font-size: 1.4em;
    line-height: 15px;
  }

  .btm-link {
    margin-bottom: 15px;
  }


  .footer-wraper {
    padding-top: 50px;
  }

  .footer-logo img {
    display: none;
  }

  /* .footer-social-links ul li a {
    font-size: 1.1em;
    margin-left: 15px;
  } */

  /* .micon {
    width: 20px;
  } */

  .footer-menu ul li a {
    line-height: 25px;
  }

  /* .footer-bottom-container {
    padding-bottom: 125px;
  } */

  .copy-right,
  .designed p {
    line-height: 45px;
  }

  .copy-right span {
    display: none;
  }

  .footer-content-title {
    margin-bottom: 5px;
  }

  .banner-wraper {
    padding: 100px 10px 0 10px;
  }

  .bredcum-wraper {
    padding: 10px 10px 0 15px;
  }

  .bred-arrow {
    font-size: 0.938em;
    padding-left: 6px;
    padding-right: 6px;
  }

  .bred-home a {
    font-size: 0.938em;
  }

  .bred-next {
    font-size: 0.938em;
    letter-spacing: 0px;
  }


  .main-wraper,
  .contact-wraper {
    padding-top: 40px;
  }


  .contact-details-inner .contact-box:nth-child(2) span {
    padding: 0px;
    width: 50px;
    height: 50px;
  }


}

@media (min-width: 421px) and (max-width: 460px) {

  body,
  li {
    font-size: 14px;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  /* Index Page */


  .main-wraper,
  .contact-wraper {
    padding-top: 40px;
  }


  /* Rubbermoduled Product */

  .industries-inner-con {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .industries-box {
    width: 48%;
  }

  .industries-inner-con .industries-box:last-child {
    width: 100%;
  }



}

@media (min-width: 461px) and (max-width: 560px) {

  body,
  li {
    font-size: 14px;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .footer-social-links ul li {
    font-size: 1em;
  }

  /* Index page */

  .banner-caption-left {
    font-size: 5em;
  }

  .banner-caption-right {
    font-size: 0.85em;
  }

  .innerpage .banner-caption {
    font-size: .75em;
  }

  .index-products-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .index-pro-items {
    width: 45%;
  }

  .innerpage .tech-adv-item {
    width: 49%;
  }


  .tech-advantages {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tech-adv-item {
    width: 49%;
  }

  .tech-advantages .tech-adv-item:last-child {
    width: 100%;
  }

  .tech-advantages .tech-adv-item:last-child .tech-adv-item-icon {
    text-align: center;
  }

  .tech-advantages .tech-adv-item:last-child p {
    text-align: center;
    padding-top: 20px;
  }

  /* Product Page */

  .industry-appli-list {
    font-size: 1.2em;
  }

  .industry-appli-list br {
    display: none;
  }

  .productpage-item {
    padding: 100px 35px 40px 35px;
  }

  .item-head {
    font-size: 1.5em;
  }



  /* Rubbermoduled Product */
  .key-features-inner {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .key-features-box {
    width: 49%;
  }

  .key-features-inner .key-features-box:last-child {
    width: 100%;
  }

  .key-features-inner .key-features-box:last-child .features-box {
    text-align: center;
  }

  .key-features-inner .key-features-box:last-child .features-box-txt {
    text-align: center;
    padding-top: 10px;
  }

  .rubber-moduled .conveyor-sec-1-heading {
    font-size: 2em;
  }

  .rubber-moduled .manufac-capabilities .polyurethane-adv-right {
    padding-top: 0%;
  }



  /* Rubberextruded Product */

  .industries-inner-con {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .industries-box {
    width: 49%;
  }

  .industries-inner-con .industries-box:last-child {
    width: 100%;
  }

  .polyurethane-adv-right ul li {
    font-size: 1.1em;
  }

  .rubber-extruded .conveyor-sec-1-heading {
    font-size: 2em;
  }




  /* Polyurethane Product */
  .polyurethane .conveyor-sec-1-heading {
    font-size: 2em;
  }



  /* Conveyor Belt Product */
  .conveyor-sec-1-heading {
    font-size: 2em;
  }






}

@media (min-width: 561px) and (max-width: 680px) {

  body,
  li {
    font-size: 14px;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  /* Index Page */

  .banner-caption-left {
    font-size: 5em;
  }

  .banner-caption-right {
    font-size: .9em;
  }

  .innerpage .banner-caption {
    font-size: .85em;
  }

  .about-right-heading {
    font-size: 2em;
  }

  .about-right-welcome {
    font-size: 1.5em;
  }

  .about-link {
    font-size: 1em;
  }

  .index-products-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .index-pro-items {
    width: 46%;
  }

  .industry-appli-heading {
    font-size: 2em;
  }

  .industry-appli-list {
    font-size: 1.1em;
  }

  .tech-advantages-heading {
    font-size: 2em;
  }

  .tech-advantages {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .tech-adv-item {
    width: 49%;
  }

  .tech-advantages .tech-adv-item:last-child {
    width: 100%;
  }

  .tech-advantages .tech-adv-item:last-child .tech-adv-item-icon {
    text-align: center;
  }

  .tech-advantages .tech-adv-item:last-child p {
    text-align: center;
    padding-top: 20px;
  }

  .enquiry-top-heading {
    font-size: 2em;
  }

  .title-enquiry {
    font-size: 2em;
  }

  .enquiry-form-outer .user-box {
    margin-right: 2%;
    width: 49%;
  }




  /* About Page */

  .tech-advantages {
    margin-top: 2%;
  }

  .innerpage .tech-adv-item {
    width: 49%;
  }




  /* Product Page */

  .productpage-item-inner {
    flex-direction: row;
  }

  .industry-appli-list {
    background: url(../images/circle-green.png) no-repeat left 8px;
  }




  /* Rubbermoduled Product */
  .rubber-moduled .conveyor-sec-1-heading {
    font-size: 2em;
  }

  .product-range-item {
    padding: 10px 15px !important;
    width: 49%;
  }

  .rubber-moduled .manufac-capabilities .polyurethane-adv-right {
    padding-top: 0%;
  }

  .polyurethane-adv-right ul li {
    font-size: 1.1em;
  }

  .key-features-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .key-features-box {
    width: 49%;
  }

  .key-features-inner .key-features-box:last-child {
    width: 100%;
  }

  .key-features-inner .key-features-box:last-child .features-box {
    text-align: center;
  }

  .key-features-inner .key-features-box:last-child .features-box-txt {
    text-align: center;
  }

  .product-range-inner .product-range-item:last-child {
    width: 60%;
  }

  .product-range-item p {
    background: url(../images/circle-green2.png) no-repeat left 2px;
  }

  .rubber-extruded .product-range-inner .product-range-item:last-child {
    width: 72%;
  }





  /* Rubberextruded Product */
  .rubber-extruded .conveyor-sec-1-heading {
    font-size: 2em;
  }

  .polyurethane-adv-right-bottom p {
    font-size: 1.1em;
  }

  .industries-inner-con {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .industries-box {
    width: 49%;
  }

  .industries-inner-con .industries-box:last-child {
    width: 100%;
  }




  /* Polyurethane */
  .polyurethane .conveyor-sec-1-heading {
    font-size: 2em;
  }

  .product-range-bottom-txt p {
    font-size: 1.1em;
  }




  /* Conveyor Belt */
  .conveyor-sec-1-heading {
    font-size: 2em;
  }

  .conveyor-benefits-inner {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }

  .conveyor-benefits-card {
    width: 49%;
    padding: 20px 10px 30px 10px;
  }

  .conveyor-benefits-card2 {
    width: 49%;
    padding: 30px 10px 40px 10px;
  }

  .conveyor-benefits-card-heading {
    margin: 15px 0 5px 0;
  }



}

@media (min-width: 681px) and (max-width: 768px) {

  body,
  li {
    font-size: 14px;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }


  /* Index Page */

  .innerpage .banner-caption {
    font-size: .95em;
  }

  .banner-caption-left {
    font-size: 6em;
  }

  .banner-caption-right {
    font-size: 1em;
  }


  .about-right-heading {
    font-size: 2em;
  }

  .about-right-welcome {
    font-size: 1.5em;
  }

  .about-link {
    font-size: 1em;
  }

  .about-mid {
    margin: 3% 0%;
  }

  .index-products-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .index-pro-items {
    width: 46%;
  }

  .industry-appli-heading {
    font-size: 2em;
  }

  .industry-con-bgleft,
  .industry-con-bgright {
    width: auto;
  }

  .industry-application-content {
    padding: 100px 20px 20px 50px;
  }

  .industry-appli-list {
    font-size: 1.1em;
  }

  .tech-advantages-heading {
    font-size: 2em;
  }

  .tech-advantages {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .tech-adv-item {
    width: 49%;
  }

  .tech-advantages .tech-adv-item:last-child {
    width: 100%;
  }

  .tech-advantages .tech-adv-item:last-child .tech-adv-item-icon {
    text-align: center;
  }

  .tech-advantages .tech-adv-item:last-child p {
    text-align: center;
    padding-top: 20px;
  }

  .enquiry-top-heading {
    font-size: 2em;
  }

  .title-enquiry {
    font-size: 2em;
  }

  .enquiry-form-outer .user-box {
    margin-right: 2%;
    width: 49%;
  }




  /* About Page */

  .tech-advantages {
    margin-top: 2%;
  }

  .innerpage .tech-adv-item {
    width: 49%;
  }





  /* Product Page */

  .productpage-item-inner {
    flex-direction: row;
  }

  .industry-appli-list {
    background: url(../images/circle-green.png) no-repeat left 8px;
  }

  .item-head {
    font-size: 1.5em;
  }




  /* Contact Page */
  .contact-details-inner {
    flex-direction: row;
    gap: 0px;
  }

  .contact-box {
    padding: 10px;
    width: 33%;
  }

  .enquiry-bottom {
    font-size: 1.1em;
    padding-top: 4%;
  }

  .enquiry-home-title {
    padding-top: 4%;
  }

  .icon-f br {
    display: block;
  }

  .view-location {
    padding: 5px 35px;
    font-size: 1em;
  }




  /* Rubbermoduled Product */

  .rubber-moduled .conveyor-sec-1-heading {
    font-size: 2em;
  }

  .product-range-item {
    padding: 10px 15px !important;
    width: 49%;
  }

  .rubber-moduled .manufac-capabilities .polyurethane-adv-right {
    padding-top: 0%;
  }

  .polyurethane-adv-right ul li {
    font-size: 1.2em;
  }

  .key-features-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .key-features-box {
    width: 49%;
  }

  .key-features-inner .key-features-box:last-child {
    width: 100%;
  }

  .key-features-inner .key-features-box:last-child .features-box {
    text-align: center;
  }

  .key-features-inner .key-features-box:last-child .features-box-txt {
    text-align: center;
  }

  .product-range-inner .product-range-item:last-child {
    width: 60%;
  }

  .product-range-item p {
    background: url(../images/circle-green2.png) no-repeat left 2px;
  }

  .rubber-extruded .product-range-inner .product-range-item:last-child {
    width: 72%;
  }





  /* Rubberextruded Product */
  .rubber-extruded .conveyor-sec-1-heading {
    font-size: 2em;
  }

  .polyurethane-adv-right-bottom p {
    font-size: 1.1em;
  }

  .industries-inner-con {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .industries-box {
    width: 49%;
  }

  .industries-inner-con .industries-box:last-child {
    width: 100%;
  }




  /* Polyurethane */
  .polyurethane .conveyor-sec-1-heading {
    font-size: 2em;
  }

  .product-range-bottom-txt p {
    font-size: 1.1em;
  }





  /* Conveyor Belt */
  .conveyor-sec-1-heading {
    font-size: 2em;
  }

  .conveyor-benefits-inner {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }

  .conveyor-benefits-card {
    width: 49%;
    padding: 20px 10px 30px 10px;
  }

  .conveyor-benefits-card2 {
    width: 49%;
    padding: 30px 10px 40px 10px;
  }

  .conveyor-benefits-card-heading {
    margin: 15px 0 5px 0;
  }



}