*{
    padding: 0;
    margin: 0;
}
.product-inner-banner{
     background-image: url(../product-inner-image/product-inner-bg.png);
        background-size: cover;
        background-position: center;
        height: 550px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
}
.product-inner-banner-h2{
 position: absolute;

height: 36px;
  left: 300px;
    top: 390px;

font-family: Raleway, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 127%;
letter-spacing: 0.01em;
color: #FFFFFF;
}


.product-inner-red-line {
position: absolute;
    width: 30%;
    height: 46px;
    left: 0;
    bottom: -46px;
    background: #E30613;
    clip-path: polygon(0% 0, 100% 0, 90% 100%, 0 100%);
transform: skewX(-0deg);
}


.product-inner-blue-line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 52px;
  background-color: #009FE3;
  z-index: 0;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 104%);
}
.row-1{
justify-content: space-between;
align-items: center
}
.inner-product{
    padding-top: 84px;
    padding-bottom: 97px;
}
.inner-product h1{
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 127%;
    letter-spacing: 1%;
}
.inner-product span{
    color: #36A9E1;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 127%;
    letter-spacing: 1%;
   
}
.inner-product-p{
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 127%;
letter-spacing: 0.01em;
 margin-top: 20px;
 margin-bottom: 23px;
}
.gray-box{
    background-color: #EEEEEE;
    height: 634px;
}

.gray-box h1{
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: #2E2E2E;
   text-align: center;
margin-bottom: 50px;
padding 0 20px;
}
.inner-product-title{
padding 0 20px;
}
li{
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #494949;
    
}
.safety{
    text-align: center;
    padding-bottom: 153px;
}
.safety-h1{
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #2E2E2E;
}
.safety-p{
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #494949;
    margin-bottom: 64px;
}
.safety-image{
    margin-bottom: 25px;
}
.safety h3{
font-family: Raleway, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 38px;
color: #E30613;
}
.image-p{
    font-family:Raleway, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #494949;
}
.features{
    text-align: center;
    padding-bottom: 181px;
}
.features img{
    margin-bottom: 21px;
}
.features-p{
margin-bottom: 64px;
margin-top: 10px;
}
 .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2rem;
        color: #999;
        cursor: pointer;
    }

    .arrow-left {
        left: 20px;
    }

    .arrow-right {
        right: 20px;
    }

    .gray-box {
        background-color: #f2f2f2;
        padding: 40px;
        text-align: center;
        position: relative;
    }

    .gray-box img {
        width: 60%;
    }
@media (max-width: 576px){
.product-inner-blue-line {
height: 13.22px;
width: 70%;
z-index: 0;
}
.product-inner-red-line {
        height: 13.22px;
        bottom: -13px;
    }

.safety-p{
margin-bottom: 0px;
font-size: 14px;
}
.safety-image{
margin-top: 40px
}
.safety{
padding-bottom: 40px
}
.safety-h1{
font-size: 20px;
}
.safety h3{
font-size: 20px;
margin: 0
}
.feature-title{
font-size: 20px;
}
.features-p{
font-size: 14px;
margin-bottom: 0
}
.features-content{
font-size: 14px;
margin-bottom:0;
}
.features{
padding-bottom: 50px
}
.features img{
margin-bottom: 14px;
margin-top: 40px;
}
.product-inner-banner{
height: 277px;
}
.product-inner-banner-h2{
/* Mono PERC */

position: absolute;
width: 94px;
height: 18px;
left: calc(50% - 94px/2 - 116.5px);
top: 211px;

font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
text-align: center;

color: #FFFFFF;
}

.row-1{
display: grid !important;
padding: 0 16px
}
.col-lg-6{
width: 100% !important;
}
.gray-box{
width:327px;
height:300px;
padding: 20px;
}
.gray-box h1{
font-size: 16px;
margin-bottom: 10px;
    line-height: 20px;

}
.inner-product span{
font-size: 16px
}
.inner-product{
padding-top: 41px;
padding-bottom:20px
}
.inner-product-title1{
font-size:20px !important;
margin-top:22px;	
}
.inner-product-p{
font-size: 14px;
    margin-top: 10px;
    margin-bottom: 13px;
}
li{
font-size: 14px;
}
.safety-image{
margin-bottom:0
}
ul{
padding-left: 18px !important
}
}