.product_dis .business-marklting-area-thumb img {
  clip-path: polygon(90.979% 76.176%, 90.979% 76.176%, 87.388% 81.516%, 83.451% 86.042%, 79.278% 89.812%, 74.979% 92.886%, 70.667% 95.322%, 66.452% 97.179%, 62.445% 98.517%, 58.756% 99.393%, 55.497% 99.868%, 52.778% 99.999%, 52.778% 99.999%, 42.4% 98.943%, 33.16% 95.938%, 25.057% 91.227%, 18.089% 85.055%, 12.257% 77.665%, 7.557% 69.302%, 3.989% 60.209%, 1.553% 50.631%, 0.245% 40.812%, 0.065% 30.995%, 0.065% 30.995%, 1.106% 22.187%, 3.343% 15.123%, 6.605% 9.637%, 10.719% 5.561%, 15.511% 2.73%, 20.809% 0.978%, 26.44% 0.137%, 32.231% 0.041%, 38.009% 0.525%, 43.602% 1.421%, 43.602% 1.421%, 48.661% 2.87%, 53.065% 5.004%, 56.977% 7.646%, 60.562% 10.618%, 63.982% 13.743%, 67.403% 16.844%, 70.987% 19.742%, 74.9% 22.261%, 79.304% 24.222%, 84.363% 25.45%, 84.363% 25.45%, 89.337% 26.87%, 93.369% 29.444%, 96.454% 33.043%, 98.585% 37.539%, 99.755% 42.803%, 99.959% 48.709%, 99.19% 55.127%, 97.441% 61.93%, 94.706% 68.989%, 90.979% 76.176%);
  height: 450px;
  width: auto;
  object-fit: cover;
}
.pt40{
    padding-top: 40px !important;
}

.bullet_icon{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.bullet_icon:last-child{
    margin-bottom: 0px;
}
.bullet_icon i{
    line-height: 26px;
    color: #f39314;
}
.pr40{
    padding-right: 40px !important;
}
.left_right_ani{
    animation: left_right_ani 6s ease-in-out infinite;
}
@keyframes left_right_ani {
    0% { transform: translateX(0); }
    50% { transform: translateX(30px); }
    100% { transform: translateX(0); }
}
.drop_shadow{
    filter: drop-shadow(-6px 4px 14px #00000017);
}
.mt30{
    margin-top: 30px !important;
}
.product_title{
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0.5px;
}
.bg_light_gray{
    background: #f3f3f3;
}
.bg_layer{
    background: url("../img/products/bg_layer.webp");
    background-repeat: no-repeat;
    background-size: cover;
}
.pb60{
    padding-bottom: 60px !important;
}
#two .feature_list{
    height: 99px;
}
.nav-project-tab li button {
  background: white !important;
  border: 1px solid #E7E7E7 !important;
  box-shadow: unset;
  border-radius: 6px;
  padding: 12px 20px;
  border-radius: 10px !important;
  font-size: 16px;
  color: #1C2539;
  font-weight: 500;
  transition: 0.3s;
  letter-spacing: 0.5px;
  color: #4c4c4c !important;
  margin-left: 0 !important;
}
.nav-project-tab li button.active {
  background-color: #B0CB1F !important;
  color: #fff !important;
  font-weight: 600;
  box-shadow: unset;
}
.nav-project-tab li button:hover {
  background-color:  unset !important;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05) !important;
  color: #fff !important;
}
#myTabContent {
  margin-top: 34px;
}
.nav-project-tab {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  justify-content: flex-start;
  gap: 23px;
}
.feature_list{
    padding: 12px 14px;
    border-radius: 6px;
    text-align: left;
    letter-spacing: 0.5px;
    font-size: 17px;
    font-weight: 400;
    color: rgb(74, 74, 74);
    margin-bottom: 0px;
    box-shadow: 4px 4px 15px #7d7d7d24;
    background: #ffffff5c;
}
.bg_beige{
    background: #f1edea;
}
.accordion-collapse.collapse.show{
  border-top: 1px solid #d6cfca;
}
#form_scroll button{
    border: 1px solid white;
    background: #FFF !important;
}
.mt50{
    margin-top: 50px !important;
}
.pt30{
    padding-top: 30px !important;
}
.bg_white{
    background: white;
}

.accordion-button::after {
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  background: unset;
  font-size: 17px;
  position: absolute;
  right: 19px;
  top: 36%;
  margin: 0;
  width: unset;
  height: unset;
  line-height: 16px;
}
.accordion-button:not(.collapsed)::after {
  background-image: unset;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq-inner-wrapper-one .accordion-item .accordion-header button{
    background: transparent;
    font-size: 16px !important;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "DM Sans", serif;
    padding: 16px 16px;
    color: #e5097f;
    border-radius: 6px;
    border-bottom: unset;
}
.faq-inner-wrapper-one .accordion-item {
  margin-bottom: 24px;
  border-radius: 6px;
}
.faq-inner-wrapper-one .accordion-item {
  background-color: #eee8e3;
}
.faq-inner-wrapper-one .accordion-body .title{
    font-size: 18px !important;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "DM Sans", serif;
    margin-bottom: 6px;
}
.faq-inner-wrapper-one .accordion-body .disc{
    margin-bottom: 2px;
}
.faq-inner-wrapper-one .accordion-item .accordion-body{
    align-items: start;
    background: #eee8e3;
    gap: 25px;
    justify-content: space-between;
    padding: 20px;
}
.faq-inner-wrapper-one.project-detils .accordion-body .left {
  max-width: 22%;
  width: 22%;
}
.faq-inner-wrapper-one.project-detils .accordion-body .left img {
  border-radius: 5px;
  box-shadow: 3px 4px 15px rgb(220, 220, 220);
}
.faq-inner-wrapper-one.project-detils .accordion-body .right-area {
  max-width: 78%;
  width: 75%;
}
.read_more_btn{
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #3d3d3d !important;
  font-size: 15px !important;
  text-transform: initial;
}

.read_more_btn i{
    color: #3d3d3d !important;
  font-size: 14px;
    margin-left: 3px;
}

.read_more_title { 
  font-size: 13px;
  color: #030303 !important;
  line-height: 26px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  cursor: pointer !important;
  background-color:  transparent !important;
  color: #6e6e6e !important;
  text-align: left;
}
.read_more_btn i::before {
  color: #3d3d3d !important;
  font-size: 14px;
  margin-left: 3px;
}
.read_more_content p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.3px;
}   
.read_more_title::after{
  content: "\e09f";
  font-family: "Font Awesome 6 Pro";
font-size: 13px;
  margin-left: 8px;
}  


.read_more_content {
  display: none;
}

.d_flex{
    display: flex;
}

table{
    box-shadow: 3px 11px 16px #0000001a;
    border-radius: 7px;
    overflow: hidden;
    z-index: 9;
    position: relative;
}
td:first-child, th:first-child{
    border-right: 1px solid gainsboro;
    width: 21%;
}
th{
    padding: 15px 25px;
    color: white;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: "DM Sans", serif;
    text-transform: unset;
    text-align: center;
    background: #00a0e3;
}
td{
    border: none;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 25px;
    color: #323232;
    padding: 15px 25px;
    text-align: center;
    font-weight: 300; 
}
table tr:nth-child(n){
    background-color: white;
}
table tr:nth-child(2n){
    background-color: #f3f3f3;
}
.feature_h74{
    height: 74px !important;
}
.feature_hauto{
    height: auto !important;
}
.feature_h124{
    height: 124px !important;
}
.mb15{
    margin-bottom: 15px !important;
}
.feature_h99{
    height: 99px;
}
.bullet_icon_read i{
    line-height: 40px;
    color: #f39314;
}
.mb0{
    margin-bottom: 0px !important;

}
h4{
    font-size: 18px !important;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "DM Sans", serif;
  margin-bottom: 20px;
}


.read_more_btn i::after{
  color: #3d3d3d !important;
  font-size: 14px;
  margin-left: 3px;
}
.bd{
    border: none;
}
.btn-primary.active::after{
    content: "";
    display: inline-block;
    margin-left: 0;
    border-top: 12px solid;
    border-right: 7px solid #aeca3600;
    border-left: 7px solid #aeca3600;
    color: #b0cb1f;
    position: absolute;
    bottom: -12px;
    left: 32px;
      transition: all 0.5s ease;
}
.btn_before::before{
    content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #F2F2F2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.btn_before{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn_before:hover::before {
  top: -40%;
}
#myTab .rts-btn.btn-primary::before {
  content: unset;
}
#myTab .nav-link.btn-primary{
    overflow: unset;
    min-width: 100%;
}
#myTab .btn-primary.active:hover::after {
  color: #cccccc;
  transition: all 0.5s ease;
}
.tab_title{
    font-weight: 600;
  font-family: "DM Sans", serif;
  font-size: 17px;
  display: none;
    margin-bottom: 7px;
}


@media screen and (min-width:1500px) and (max-width:1599px){
.product_title {
  letter-spacing: 0.2px;
}
.feature_h124 {
  height: 100px !important;
}
.feature_list {
   padding: 12px;
  letter-spacing: 0.1px;
  font-size: 16px;
}
.feature_h74{
    height: auto !important;
}
.feature_hn74{
    height: 74px !important;
}
}

@media screen and (min-width:1400px) and (max-width:1499px){
.product_title {
  letter-spacing: 0.2px;
}
.feature_h124 {
  height: 100px !important;
}
.feature_list {
  letter-spacing: 0.5px;
  font-size: 16px;
}
    .nor_feature_h124 {
        height: 124px;
    }
    .nor_feature_h74 {
        height: 74px;
    }
}

@media screen and (min-width:1300px) and (max-width:1399px){
    .feature_list{
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    .box_h101{
        height: 101px !important;
    }
    .nor_feature_h124 {
        height: 124px;
    }
    .nor_feature_h74 {
        height: 74px;
    }
}
@media screen and (min-width:1200px) and (max-width:1299px){
.feature_list {
  letter-spacing: 0.15px;
  font-size: 16px;
}
    .nor_feature_h124 {
        height: 124px;
    }
    .lap_feature_h124 {
        height: 124px;
    }
    .nor_feature_h74 {
        height: 74px;
    }
}

@media screen and (min-width:1050px) and (max-width:1099px){
    .pc_pt0{
        padding-top: 0px !important;
    }
    .pc_pb40{
        padding-bottom: 40px !important;
    }
    .pc_ptb50{
        padding-top: 50px;
  padding-bottom: 50px;
    }
}

@media screen and (max-width:767px){
    .hdpepp_woven_fabrics_pg .main_title{
        display: block !important;
        line-height: 22px !important;
        text-align: center;
    }
    .hdpepp_woven_bag_pg .main_title{
        display: block !important;
        line-height: 22px !important;
        text-align: center;
    }
    .bop_pg .main_title{
        display: block !important;
        line-height: 22px !important;
        text-align: center;
    }
  
    .res_pt0{
        padding-top: 0px !important;
    }
    .banner_padd{
        padding-top: 63px;
  padding-bottom: 25px;
    }
    .hdpepp_woven_fabrics_pg .product_title{
        font-size: 17px;
        line-height: 25px;
    }
    .hdpepp_woven_bag_pg .product_title{
        font-size: 16px;
        line-height: 25px;
    }
    .bop_pg .product_title{
        font-size: 16px;
        line-height: 25px;
    }
    .res_mt0{
        margin-top: 0px !important;
    }
    .res_mt30{
            margin-top: 30px !important;
    }
    .bullet_icon{
        margin-bottom: 10px; 
    }

    .flex_direction{
        flex-direction: column-reverse;
    }
    .product_dis .business-marklting-area-thumb img{
        height: 250px;
        width: 90%;
    }
    .res_mt20{
        margin-top: 20px !important;
    }
    .res_mt40{
            margin-top: 40px !important;
    }
    .res_pb40{
        padding-bottom: 40px !important;
    }
    .res_mt17{
          margin-top: 17px !important;
    }
    .nav-project-tab li button{
        padding: 10px 11px;
        font-size: 15px;
        letter-spacing: 0.4px;
    }
    #myTabContent{
        margin-top: 30px;
    }
    .feature_list{
        padding: 10px 13px;
        font-size: 15px;
    }
    .res_mb20{
        margin-bottom: 20px;
    }
    .faq-inner-wrapper-one .accordion-item .accordion-header button{
        font-size: 15px !important;
        padding: 10px 15px;
        width: 93%;
    }
    .faq-inner-wrapper-one .accordion-item .accordion-body {

  padding: 15px;
}
    .faq-inner-wrapper-one .accordion-item .accordion-body .left{
        min-width: 100%;
    }
    .faq-inner-wrapper-one .accordion-body .title{
        font-size: 17px !important;
    }
    .res_spe{
        font-size: 47.5px !important;
        top: -33px !important;
    }
    th{
        font-size: 15px;
        padding: 14px;
    }
    td{
        font-size: 15px;
        padding: 15px;
    }
    table{
        margin: 0 0 0px;
    }
    .faq-inner-wrapper-one.project-detils .accordion-body .right-area {
  max-width: 100%;
  width: 100%;
}
.accordion-button::after{
    right: -12px;
}
#two .feature_list{ 
    height: auto;
    margin-bottom: 20px; 
}
.res_lh28{
    line-height: 28px !important;
}
.res_fs_plant{
    font-size: 39.5px;
}
.res_pb0{
    padding-bottom: 0px;
}
.res_pt35{
    padding-top: 35px !important;
}
.res_mt19{
    margin-top: 19px !important;
}
.res_pr8{
    padding-right: 8px !important;
}
.product_title{
      font-size: 17px;
}
.res_hauto{
      height: auto !important;
}
.res_mb0{
    margin-bottom: 0px !important;
}

.title-style-two .pre{
    margin-top: 21px;
    margin-bottom: -2px;
}
.res_lh0{
    line-height: 0px !important;
}
.res_mt25{
    margin-top: 25px;
}
.plant_machinery_pg .title-style-two .bg-content{
    font-size: 39.5px !important;
}
.res_mb10{
      margin-bottom: 10px;
}
.res_pro_top{
        top: -23px !important;
}
.res_pt60{padding-top: 60px;}
.res_pt25{
        padding-top: 25px !important;
}
.res_mt25{
        margin-top: 25px !important;
}
.btn-primary.active::after {
  content: unset;
}
.nav-project-tab {
  gap: 14px;
}
.feature_sec.bg_layer {
  background-position: 41%;
}
.tab_title{
    display: block;
    padding-left: 20px !important;
}
.nav-project-tab li:nth-child(1){
    width: 48%;
}
.nav-project-tab li:nth-child(2){
    width: 48%;
}
.nav-project-tab li:nth-child(3){
    width: 100%;
}
.res_hg60{
    height: 60px;
}
}

