.section-padding {
  padding: 60px 0;
}

.section-top-pad {
  padding-top: 60px;
}

.section-bottom-pad {
  padding-bottom: 60px;
}

.sectiontitle {
  font-weight: 600;
  font-size: 40px;
  line-height: 53px;
}

.kitimageWrap {
  padding: 30px;
  overflow: hidden;
}

.text-justify {
  text-align: justify;
}

.kitimageWrap img {
  border-radius: 20px;
}

.overviewPointer {
  padding-left: 15px !important;
}

p.errortext {
  color: red;
  font-size: 14px;
  margin-top: 5px !important;
  letter-spacing: 0.5px;
  display: none;
  margin-bottom: -10px;
}

/* home product  */

.homeProduct {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.productContentWrap {
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #f5f5f5;
  border-radius: 20px;
  position: relative;
}

.knowMoreWrap {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.productWrap1 {
  margin-left: -9%;
}

.productWrap2 {
  margin-right: -9%;
  position: relative;
  z-index: 20;
}

.productCardHead {
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  text-align: left;
  padding-bottom: 15px !important;
}

.checkImg {
  width: 25px;
  height: auto;
  margin-right: 15px;
}

.productCardContent {
}

.curved-border {
  border-radius: 20px;
}

/* garment Page */
.garmentImg {
  width: auto;
  height: 680px;
}

/* footer */
.footerHeadText {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.footLinks {
  margin-bottom: 8px !important;
  padding-left: 20px !important;
}

.footLinks a {
  color: #262626 !important;
}

.footLinks li {
  margin-bottom: 7px;
}

.footMediaLinks a {
  font-size: 25px;
  /* color: #2dc3c1; */
  color: #262626;
  margin-left: 12px;
  margin-top: 15px;
}

#menu11 {
  position: relative;
}

.dropDownIcon {
  position: absolute;
  right: -15px;
  top: 23px;
  width: 15px;
}

/* fixed cta */

.fixedCtaButtonWrap {
  position: fixed !important;
  bottom: 35px;
  right: 35px;
  z-index: 9999;
}

.whatsappFixedBtn {
  width: 60px;
  height: auto;
}

/* testimonial section */

.met-testimonials-box {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
}

.met-testimonials-sub {
  padding: 15px;
  border-radius: 6px;
}

/* product section */

.feature-box-icon {
  width: 85px !important;
  height: auto;
}

.productCardHead {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #262626;
}

.productCardText {
  color: #262626;
}

.feature-box-item {
  background: rgb(45, 195, 193, 0.15);
  border-radius: 20px;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.feature-box-item:hover {
  background: transparent;
  transition: all 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transform: translateY(-10px);
}

.desktopProducts {
  display: block;
}

.mobileProducts {
  display: none;
}

.mobileProducts .item {
  display: flex;
  justify-content: center;
}

.footContact {
  color: #262626;
  margin-bottom: 15px !important;
}

.ctaText {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  text-align: left;
  padding-bottom: 5px !important;
}

.ctaWrapper {
  background: rgb(45, 195, 193, 0.15);
  border-radius: 20px;
  padding: 30px 30px 30px 50px;
}

.pos-relative {
  position: relative;
}

.fillbtn,
.submitBtn,
.brochureBtn {
  background: #2dc3c1;
  color: #fff;
  border-radius: 8px;
  padding: 10px 13px;
  display: inline-block;
  border: 2px solid #2dc3c1;
}

.submitBtn {
  width: 100%;
}

.brochureBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  width: 295px;
}

.pdfIcon {
  width: 25px;
  margin-right: 8px;
}

.fillbtn:hover,
.submitBtn:hover,
.brochureBtn:hover {
  background: #fff;
  color: #2dc3c1;
  transition: all 0.2s ease-in-out;
}

.brochureBtn:hover .pdfIcon {
  filter: invert(55%) sepia(94%) saturate(325%) hue-rotate(130deg)
    brightness(98%) contrast(93%);
  transition: all 0.2s ease-in-out;
}

.ctaImageWrap {
  position: absolute;
  bottom: 0;
  width: 400px;
  right: 40px;
}

.owl-next span,
.owl-prev span {
  font-size: 70px;
  line-height: 35px;
  margin: 0 15px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #2dc3c1 !important;
  color: #fff !important;
  text-decoration: none;
}

/* innepage CSS */

.innerPageBanner {
  border-radius: 6px;
  padding: 75px 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 30px;
}

.disposableGarmentBanner {
  background-image: url(../img/blog_main.png);
}

.innnerPageSection {
  margin: 0 30px;
}

.innerPageTitle {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
}

.innerPageContentHead {
  color: #262626;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  text-align: left;
  padding-bottom: 10px;
}

.innerPageContentsubHead {
  color: #262626;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  text-align: left;
  font-weight: 700;
}

.subProductImgWrap {
  width: 25%;
  border: 2px solid rgba(38, 38, 38, 0.4);
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.subProductCardWrap {
  background-color: #f6f6f6;
  padding: 25px;
  border-radius: 20px;
  margin-top: 20px;
  border: 2px solid transparent;
  display: flex;
  align-items: center;

  /* border-top: 5px solid #4da5a6; */
}

.subProductCardWrap:hover {
  /* border: 2px solid rgba(38, 38, 38, 0.8); */
}

.subProductContentWrap {
  padding-left: 25px;
  width: 70%;
}

.subProductContentWrap ul {
  padding-left: 10px;
}

.subProductHead {
  font-size: 25px;
  line-height: 32px;
  text-align: left;
  padding-bottom: 5px;
  font-weight: 500;
}

.mopContent {
  margin-left: 15px;
}

.subProductContentWrap li {
  margin-top: 7px;
}

/* form wrap */

.formHead {
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  text-align: left;
  padding-bottom: 7px;
}

.productEnquiryformWrap {
  background-color: #f6f6f6;
  border-radius: 20px;
  border-top: 6px solid #4da5a6;
  padding: 20px;
  position: sticky;
  top: 100px;
}

.inputBox {
  width: 100%;
}

.labelText {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.inputBox {
  font-size: 16px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 8px;
}

.imgBorder {
  border: 2px solid #262626;
}

/* about us  */

.aboutBanner {
  background-image: url(../img/banner/inner-ban.png);
}

.uppertitle {
  color: #2dc3c1;
  letter-spacing: 1px;
  /* font-weight: 600; */
}

.aboutSection .sectiontitle {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
}

.aboutIcon {
  width: 40px;
  height: auto;
  filter: invert(97%) sepia(0%) saturate(4877%) hue-rotate(209deg)
    brightness(105%) contrast(106%);
}

.aboutIconText {
  font-size: 20px;
  margin-left: 15px;
  color: #fff;
  font-weight: 500;
}

.aboutDataWrap {
  background: #2dc3c1;
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 15px;
}

.profContentWrap .sectiontitle {
  font-weight: 600;
  font-size: 31px;
  line-height: 42px;
}

.teamHead {
  text-align: left;
  font-family: 50px;
  line-height: 58px;
}

/* contact us */

.contactBanner {
  background-image: url(../img/banner/contact-ban.png);
}

.contactIcon {
  font-size: 30px;
  color: #2dc3c1;
  margin: 5px 0;
}

.dotterBorderLeft {
  border-left: 1px dotted #262626;
}

.contactformWrap {
  padding: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  margin: 20px;
}

/* about Banner */

.professionalTeamData {
  padding: 20px;
}

.productUsageBox {
  border-top: 2px dashed #262626;
  padding-top: 15px;
}

.productFeatureContent {
  position: relative;
}

/* Blog CSS */

.blogCardWrap {
  margin-top: 20px;
  box-shadow: 0px 1px 2px 2px rgba(43, 171, 160, 0.14);
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
}

.blogCardWrap:hover {
  box-shadow: 0px 20px 40px 0px rgba(43, 171, 160, 0.08);
  transform: translateY(-6px);
  border: 1px solid turquoise;
}

.blogCardContentWrap {
  padding: 15px;
  /* border-right: 2px solid rgba(38, 38, 38, 0.3);
  border-bottom: 2px solid rgba(38, 38, 38, 0.3);
  border-left: 2px solid rgba(38, 38, 38, 0.3); */
  border-radius: 0 0 20px 20px;
  color: #2e2e2e;
}

.blogHead {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  font-family: Heebo, sans-serif;
  font-weight: 600;
  padding-bottom: 6px !important;
  color: #2e2e2e;
}

.blogSubhead {
  color: #262626;
}

.blogCardImgWrap {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.blogMetaData {
  color: #262626;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.categoryContentWrap {
  position: absolute;
  bottom: 10px;
  left: 15px;
}

.categoryInfo {
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 13px;
  line-height: 25px;
  background: #6dc4c1;
  color: #fff;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
}

.blogReadBtn {
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  color: #2dc3c1;
}

.blogDataBannerImg {
  border-radius: 20px;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.blogContentPageTitle {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  color: #262626;
  text-align: left;
  padding-bottom: 15px;
}

.blogContentPageHead2 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  color: #262626;
  text-align: left;
  padding-bottom: 3px;
}

.blogContentPointer {
  padding-left: 15px;
}

/* .garmentImgWrap {
  position: sticky;
  bottom: 0px;
} */

/* media query */

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
  .productEnquiryformWrap {
    margin-top: 25px;
  }

  .ctaImageWrap {
    width: 245px;
    right: 20px;
  }

  .sectiontitle {
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .ctaImageWrap {
    width: 245px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }

  .contactformWrap {
    margin: 15px 0;
  }

  .section-padding {
    padding: 40px 0;
  }

  .section-top-pad {
    padding-top: 40px;
  }

  .section-bottom-pad {
    padding-bottom: 40px;
  }

  .kitimageWrap {
    padding: 15px;
    overflow: hidden;
  }

  .sectiontitle {
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    padding-bottom: 4px;
  }

  .desktopProducts {
    display: none;
  }

  .mobileProducts {
    display: block;
  }

  .feature-box-item {
    width: 250px;
  }

  .footerHeadText {
    padding-bottom: 10px;
  }

  .footLinkWrap {
    margin-top: 20px;
  }

  .footerSection {
    padding: 20px 0;
  }

  header.scrl-header .top-right {
    margin-top: -30px;
  }

  .top-right {
    margin-top: -27px;
  }

  .footerContentWrap img {
    max-width: 60%;
  }

  .footContact {
    font-size: 17px;
  }

  .productContentWrap {
    margin: 20px 10px;
  }

  .ctaImageWrap {
    position: absolute;
    width: 250px;
  }

  .ctaWrapper {
    height: 530px;
    padding: 20px;
  }

  .ctaText {
    font-size: 25px;
    line-height: 29px;
  }
  .ctatextpoint {
    margin-bottom: 0px !important;
  }

  section.ctaSection.section-padding {
    padding-top: 0px;
  }

  .knowMoreWrap {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .innerPageBanner {
    margin: 0 15px;
  }

  .innnerPageSection {
    margin: 0 13px;
  }

  .serviceProductImgWrap {
    margin: 14px 0;
  }

  .brochureBtn {
    width: 100%;
  }

  .innerPageBanner {
    padding: 40px 15px;
  }

  .innerPageTitle {
    font-size: 29px;
    line-height: 40px;
  }

  .dotterBorderLeft {
    border-left: 0px;
    border-top: 1px dotted #262626;
    padding-top: 15px;
  }

  .subProductCardWrap {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
  }

  .subProductContentWrap {
    padding: 20px;
  }

  .subProductImgWrap {
    display: flex;
    justify-content: center;
    width: 245px;
  }

  .subProductContentWrap {
    padding-left: 25px;
    width: 100%;
  }

  .subProductHead {
    font-size: 20px;
    line-height: 25px;
  }

  .innerPageContentHead {
    font-size: 26px;
    line-height: 35px;
  }

  /* about us */

  .aboutContentWrap {
    margin-top: 25px;
  }

  .aboutSection .sectiontitle {
    font-weight: 600;
    font-size: 30px;
    line-height: 44px;
  }
  .profContentWrap .sectiontitle {
    font-weight: 600;
    font-size: 19px;
    line-height: 29px;
  }

  .teamHead {
    text-align: left;
    font-family: 30px;
    line-height: 35px;
  }

  .garmentMobImg {
    width: auto;
    height: 350px;
  }

  .whatsappFixedBtn {
    width: 50px;
    height: auto;
  }
}

@media only screen and (max-width: 576px) {
}
