
.container{
    width: 100%;
    display: flex;
    margin-bottom: 40px;
   
}

.content{
    width: 100%;
} 


/* start banner css here *** */

.banner-section{
    display: flex;
    width: 100%;
}

/* start banner like bpl***** */

.banner-section-bpl{
    width: 100%;
    display: flex;
}

.bannerbpl-section{
    width: 100%;
    display: flex;
}

.banner-section-bpl {
  display: flex;
  /* min-height: 500px; */
  width: 100%;
  position: relative;
  background:
    repeating-linear-gradient(120deg, transparent, transparent 70px, rgba(200,230,240,0.12) 80px),
    linear-gradient(120deg, #e8faff 70%, #c2eaf4 100%);
  overflow: hidden;
      padding-bottom: 2%;
    padding-top: 1%;
    max-height: 700px;
}

.banner-section-bpl *{
    /* border: 1px solid red; */
}

.banner-section-bpl .bottom-curve {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  pointer-events: none;
  z-index: 1;
}

.banner-section-bpl .bottom-curve svg {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-content-bpl{
    display: flex;
    justify-content: center;
    width: 100%;
}

.banner-content-bpl-first{
    width: 30%;
}


 .banner-content-bpl-first img {
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: contain;
}

.banner-content-bpl-second{
    width: 50%;
    padding: 5%;
    padding-left: 10%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.banner-content-bpl-second h3{
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 49px;
}

.banner-content-bpl-second p{
   font-family: 'Poppins',sans-serif;
  font-size: 23px;
  line-height: 29px;
  margin-top: 10px;
  color: #454446;

}


.learn-btn {
  display: inline-flex;
  align-items: center;
  background:var(--accent-color);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 28px 12px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  transition: background 0.3s, box-shadow 0.3s;
  gap: 14px;
  width: 44%;
  margin-top: 30px;
}

.learn-btn .arrow {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  font-size: 1.2em;
  transition: transform 0.3s, background 0.3s;
}

.learn-btn:hover {
  background: #137bb9;
  box-shadow: 0 6px 18px rgba(22,146,199,0.15);
}

.learn-btn:hover .arrow {
  background: #fff;
  color: #1692c7;
  transform: translateX(6px) scale(1.15);
}


/* end banner like bpl***** */

/* end banner css here *** */


/* start section two css here **** */

.section-two{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -14%;
    margin-bottom: 30px;
}

.section-two-first{
    width: 85%;
    /* background-color:white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* height: 300px; */
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin-top: 10px;
}


.card-section-two{
    width: 25%;
    border-right:1px solid #e9d8d8;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 2%;
    padding-left: 2%;
    /* cursor: pointer; */
}


.svg-section-two-div{
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px;
    border-radius: 100%;
    transition: all .8s ease;
    border: 2px dotted var(--accent-color);
}

.svg-color{
    fill: var(--accent-color);
        transition: all .8s;
}

.svg-size{
    width: 60px;
    /* height: 40px; */
}

.svg-stroke-color{
    stroke:var(--accent-color);
        transition: all .8s;
}

.card-section-two:hover .svg-color{
    fill: var(--color-primary);
} 

.card-section-two:hover .svg-section-two-div{
    background-color: var(--color-secondary);
    box-shadow: 0 6px 20px rgba(0, 59, 115, 0.5);
    transform: scale(1.08);
    border: 2px dotted var(--color-primary);
} 

.card-section-two:hover .svg-stroke-color{
    stroke: var(--color-primary);
} 

.card-section-two h3{
    font-family: 'Poppins',sans-serif;
    color: #3D3D3D;
    font-size: 21px;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
}

.card-section-two p{
    font-family: 'Poppins',sans-serif;
    color:#3D3D3D;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
}

.copy-paste-category-sec{
    display: flex;
    flex-direction: column;
    width: 19%;
    font-family: 'Poppins',sans-serif;
    justify-content: center;
    align-items: center;
    margin-left: 1%;
}



.copy-paste-category-sec-img{
    width: 100%;
    border-radius: 100%;
    border: 2px dotted var(--color-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4%;
    box-shadow: 0 4px 15px rgba(0, 59, 115, 0.25);
    transition: all 0.4s ease-in-out;
}

.copy-paste-category-sec-img:hover {
    box-shadow: 0 6px 25px rgba(0, 59, 115, 0.568);
    scale: 1.1;
     border: 2px dotted var(--accent-color);
}


.category-image-anchor{
    display: flex;
}


.copy-paste-category-sec-img img{
    width: 100%;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #ffff;
     transition: all 0.4s ease-in-out;
}

.copy-paste-category-sec-img:hover img{
    background-color: var(--accent-color);
}

.category-image-anchor-text{
    font-size: 18px;
    font-weight: 600;
    color: var(--color-secondary);
    margin-top: 20px;
    text-decoration: none;
    display: block;
    transition: all .3s ease;
    text-transform: capitalize;
}

.copy-paste-category-sec:hover .category-image-anchor-text{
    color: var(--accent-color);
    scale: 1.1;
}

.copy-paste-category-sec:hover .copy-paste-category-sec-img img{
        background-color: var(--accent-color);
}


.copy-paste-category-sec:hover .copy-paste-category-sec-img{
    box-shadow: 0 6px 25px rgba(0, 59, 115, 0.568);
    scale: 1.1;
    border: 2px dotted var(--accent-color);
    }



/* end section two css here **** */
.line-look-onsdf{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px;
}

/* look line start here**** */



/* look line end here**** */

/* start third section here**** */

.third-section {
    position: relative;
    background: var(--accent-color); /* Use your blue color or variable */
    background-repeat: no-repeat;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    padding: 5%;
    
}

.third-section::before{
    position:absolute;
    content:"";
    left:47.4%;
    top:0;
    width:0;
    height:0;
    border-left:35px solid transparent;
    border-right:35px solid transparent;
    border-top:23px solid #fff;

}

.third-section-one{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.third-section-one img{
    width: 80%;
    border: 3px solid var(--color-secondary);
    border-radius: 5px;
}

.third-section-two{
    width: 47%;
    padding-left: 3%;
}

.third-section-two h2{ 
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    color: var(--color-primary);
    text-transform:capitalize;
    font-weight: 700;
}

.third-section-two h3{
    font-family: 'Poppins',sans-serif;
    color:var(--color-primary);
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.h3-span-text-one{
font-size: 32px;
  font-weight: 500;
  line-height: 47px;
}

.h3-span-text-two{
  font-size: 41px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: 2px;
}

.third-section-two p{
    font-family: 'Poppins',sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .3px;
  margin-top: 24px;
  color: var(--color-primary);
}



/*end third section here**** */


/*start fourth section here***  */

.fourth-section{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../images/overlay/product-section-overlay.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:auto 100%;
    overflow-x: hidden;

}

.fourth-first-section{
    display: flex;
    width: 100%;
        padding-left: 2%;
    padding-right: 2%;

}

.fourth-first-one{
    display: flex;
    width: 50%; 
}


.fourth-first-one h2{
    font-family: 'Poppins',sans-serif;
    font-size: 30px;
    letter-spacing: .5px;
    color: var(--color-secondary);
    font-weight: 700;
}

.fourth-first-two{
    display: flex;
    width: 50%;
    justify-content: end;
    align-items: center;
}

.fourth-first-two a{
    font-family: 'Poppins',sans-serif;
    color: var(--text-muted-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;

}

.img-view-all-product{
    height: 13px;
    margin-left: 5px;
}


.fourth-second-section{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}


.product-card-main{
    width: 31%;
    margin-left: 1.33%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    margin-top: 15px;
    border: 1px solid var(--card-border-color);
    background-color: #ffff;
}


.product-card-main:hover {
  transform: scale(1.03);
  box-shadow: rgba(0, 59, 115, 0.25) 0px 6px 16px 0px;
  border-color: var(--accent-color); /* adds orange glow */
}


.product-card-first{
    width: 100%;
    padding:3%;
}

.product-card-first img{
    width: 100%;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid var(--card-border-color);
}


.product-card-second{
    width: 100%;
    padding: 3%;
    padding-top: 0px;
}


.product-card-second a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: var(--color-secondary);
  line-height: 24px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
  display: block;
}

.product-card-second a:hover {
  color: var(--accent-color); /* orange highlight */
  transform: translateY(-2px); /* subtle lift */
}

.product-card-second h3{
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 18px;
    /* color: var(--text-dark-color); */
    line-height: 24px;
}

.product-card-secondssdf{
    display: flex;
    width: 100%;
    margin-top: 5px;
}

.product-card-secondssdf_oa{
    width: 50%;
    display: flex;
    align-items: center;
}

.product-card-secondssdf_oa img{
    margin-left: -7px;
}

.product-card-secondssdf_ob{
    display: flex;
    width: 50%;
    justify-content: end;
    align-items: center;
}

.product-whatsapp-icon{
    color: var(--accent-color);
    font-size: 38px;
}

.product-price-section-main{
    display: flex;
    width: 100%;
    margin-top: 8px;
}

.product-price-section-main-one{
    display: flex;
    width: 50%;
    align-items: end;
}

.product-price-section-main-one span{
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 600;
}

.product-price-section-main-two{
    display: flex;
    width: 50%;
    justify-content: end;
    align-items: end;
}

.product-price-section-main-two span{
        font-family: 'Poppins',sans-serif;
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 600;
}

/*end fourth section here***  */


/* start five section here**** */

.five-section{
    display: flex;
    width: 100%;
    overflow-x: hidden;
}

.five-section-first{
    display: flex;
    width: 48%;
    background-image: url(../images/overlay/why_choose_us_overlay.png);
    background-repeat: no-repeat;
    background-position: left;
    justify-content: end;
    margin-right: 3%;
    background-size: 66%;
    position:relative;
}

.five-section-first-image{
      width: 67%;
    display: flex;
    justify-content: end;
    border:none;
    padding-top: 10%;
    margin-left: 33%;
    position: relative;
}


.five-section-first-image img{
    width: 90%;
}

.vertically-orange-line-why-choose-us{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 80%;
    background-color: var(--accent-color);
    margin-top: 22%;
}

.iso-div-card{
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 30%;
    padding: 30px;
    background-color: white;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center;
    width: 225px;
}

.iso-div-card .first-iso-div-card-span{
    font-family: 'Poppins',sans-serif;
    font-weight: 900;
    color: var(--accent-color);
    font-size: 40px;
    line-height: 49px;
}

.iso-div-card .second-iso-div-card-span{
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    color: #3D3D3D;
    font-size: 22px;
    line-height: 27px;
}

.card-review-why-choose{
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-left: 22%;
    background-color: #ffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 2;
    padding: 30px;
    margin-bottom: 10%;
    display: flex;
    align-items: center;
}

.card-review-why-choose-first{
    background-color:var(--accent-color);
   height: 100px;
    padding: 15px;
    border-radius: 100%;
}

.card-review-why-choose-first img{
    height: 100%;
}

.card-review-why-choose-second{
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.second-review-textsdfsd{
     color: var(--text-muted-color);
     font-family: 'Poppins',sans-serif;
     font-size: 16px;
     font-weight: 600;
}

.second-review-textsdfsdsdf{
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    color: var(--accent-color);
    font-size: 20px;
}

.five-section-second{
    display: flex;
    width: 49%;
    padding-top:5%;
    padding-right: 2%;
    flex-direction: column;
}

.five-section-second-h2{
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    color: var(--accent-color);
    font-size: 18px;
    letter-spacing: .4px;
    display: flex;
    align-items: center;
}

.das-line-span{
    width: 40px;
    background-color: var(--accent-color);
    height: 3px;
    margin-left: 7px;
}

.five-section-second-h3{
    font-weight: 600;
    color: var(--color-secondary);
    font-size: 44px;
    line-height: 50px;
    font-family: 'Poppins',sans-serif;
    margin-top: 10px;
}

.five-section-second-one{
    display: flex;
    margin-top: 24px;
}

.five-section-second-one-firstsdf{
    width: 15%;
}

.five-section-second-one-first{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    background-color: #ffb3004d;
    border-radius: 100%;
}

.five-section-second-one-first img{
    width: 80%;
}

.five-section-second-one-second{
    width:85%;
    padding-right: 12%;
}

.heading-whychose-span{
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: var(--text-muted-color);
}

.whychoose-smallara{
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: var(--color-secondary-paragraph);
}

.appoitement-section-why-choose-us{
    display: flex;
    margin-top: 20px;
    margin-bottom: 5px;
}

.appoitement-section-why-choose-us-first{
    width: 30%;
}
 

.btn-appoitement{
    background-color: var(--accent-color);
    color: white;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    padding: 19px 18px;
    font-size: 18px;
    text-align: center;
    border-radius: 30px;
         /* For animation */
    background-image: linear-gradient(to right, #003B73 0%, #003B73 50%, var(--accent-color) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.4s ease;
    cursor: pointer;
}

.btn-appoitement:hover{
       background-position: left bottom; 
}

.appoitement-section-why-choose-us-second{
    display: flex;
    width: 70%;
    padding-left: 4%;
}

.why-choose-call-us-first{
    width: 80px;
    /* border: 1px solid; */
}

.why-choose-call-us-first-img{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: white;
    padding: 17%;
    border: 1px solid var(--card-border-color);
}

.why-choose-call-us-first-img img{
    width: 100%;
}

.why-choose-call-us-second{
     display: flex;
     flex-direction: column;
         justify-content: center;

}

.talk-to-expert-span-sdf{
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--text-muted-color);
}

.number-talk-to-expert{
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    color: var(--accent-color);
    font-size: 20px;
    text-decoration: none;
}

/* end five section here**** */


/* start six section here**** */

.six-section{
    display: flex;
    flex-direction: column;
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
    margin-top: 50px;
    background: url(../images/overlay/overlay-03.png);
    background-position:left;
    background-repeat: no-repeat;
    background-size:contain;
}

.six-section-one{
    width: 100%;
}

.six-section-one h2{
    font-family: 'Poppins',sans-serif;
    font-size: 30px;
    color: var(--color-secondary);
    text-align: center;
    line-height: 50px;
}

.six-section-two{
     display: flex;
     width: 100%;
     justify-content: center;
     margin-top: 20px;
}


.six-section-two-copy{
    width: 30%;
    margin-left: 1%;
    border-radius: 8px;
}

.six-section-two-copy img{
    width: 100%;
    border-radius: 8px;
}

/* end six section here**** */



/* start seven section here*** */

.seven-section{
    display: flex;
    width: 100%;
    flex-direction: column;
    background:url(../images/overlay/product-section-overlay.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 50px;
}

.seven-section-first{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.top-seven-sdf{
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: var(--accent-color);
    letter-spacing: .3px;
}

.seven-section-first h2{
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height:50px;
    color: var(--color-secondary);
}



.seven-section-second{
    width: 100%;
    display: flex;
    justify-content: center;
}

.seven-section-second-one{
    width: 100%;
    position: relative;
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.seven-section-second-one_bg{
    background: url(../images/overlay/line-work-process.png);
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: 115% 66%; */
    position: absolute;
    width: 76%;
    top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}


.seven-section-copy-paste{
    width: 33%;
    height: 100%;
    border:none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.seven-section-copy-paste-one{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.big-circle-seve{
    width:200px;
    height: 200px;
    background-color: #F6F3F2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13%;
    border-radius: 100%;
    position: relative;
    transition: all .7s;
}

.big-circle-seve:hover{
    background-color: #000;
}

.big-circle-seve img{
    width: 100%;
}

.small-circle-seve{
    position: absolute;
    left: -27px;
    top: 50%;
    transform: translateY(-50%); 
    background-color: #ffff;
    width: 65px;
    height: 65px;
    font-family: 'Poppins',sans-serif;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 100%;  
    display: flex;
    justify-content: center; 
    align-items: center;
    font-weight: 600;
    color: var(--color-secondary);
}   

.seven-section-copy-paste-two{
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    color:var(--text-dark-color);
    margin-top: 6px;
    margin-bottom: 20px;
    padding-left: 6%;
    padding-right: 6%;
    text-align: center;
    line-height: 21px;
}


.seven-section-third{
      text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: var(--text-muted-color);
    margin-top: 18px;
}
/* end seven section here*** */


/* start eight section here****** */

.eight-section{
      background:
    linear-gradient(rgba(255, 255, 255, 0.1216), rgba(255, 255, 255, 0.1216)),
    url('../images/overlay/white-pattern-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    display: none;
}

.eight-section-one{
    display: flex;
    width: 100%;
    background-color: #fff;

}

.eight-copy-section{
 width: 16.66%; 
    border-right:1px solid var(--accent-color);
    display: flex;
    align-items: center;
    height: 121px;
    padding: 20px;
}

.eight-copy-section img{
    width: 100%;
}

/* end eight section here****** */


/* start nine section here********* */

.nine-section{
    display: flex;
    width: 100%;
    flex-direction: column;
    background: url(../images/overlay/testimonial-overlay.png);
    background-position:right;
    background-repeat: no-repeat;
    background-size:66% 144%;
}

.nine-section-one{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.nine-section-one h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: var(--color-secondary);
}


.nine-section-two{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

.copy-paste-testimonial{
    width: 28%;
    margin-left: .2%;
    margin-right: .2%; 
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    
    display: flex;
    flex-direction:column;
    border-radius: 5px;
    z-index: 3;
    background-color: #ffff;
    border: 1px solid var(--card-border-color);
     min-height: 375px;
}

.copy-paste-testimonial-one{
    display: flex;
}

.testimonial-one-first{
    margin-top: 20px;
    padding-left: 7%;
    position: relative;
}

.column-testimonial-img{
    position: absolute;
    padding: 3px;
    background: var(--accent-color);
    width: 27px;
    right: 7px;
    top: 28%;
}

.testimonial-user-icon{
    width: 80px;
    margin-right: 20px;
}

.testimonial-one-second{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.testimonial-one-second img{
    width: 35%;
    background-color: var(--color-testimonial-section);
    padding: 3px;
}

.copy-paste-testimonial-two{
    display: flex;
    background: url(../images/overlay/testimonial-vertical-shape.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 15px 100%;
    padding-left: 6%;
    width: 99%;
    margin-left: 1%;
    padding-right: 7%;

    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    color: var(--color-secondary-paragraph);
    line-height: 20px;
    margin-top: 12px;
    font-weight: 500;
    letter-spacing: .3px;
    margin-bottom: 115px;
}

.copy-paste-testimonial-three{
    display: flex;
    width: 100%;
    /* padding-left: 7%;
    padding-right: 7%; */
    background: url(../images/overlay/testimonial-side-bottom-shape.png);
    margin-top: 10px;
    min-height: 100px;
    background-position: top left;
    background-size: auto 100%;
    background-repeat: no-repeat;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 0px;
}

.testimonial-three-one{
    width: 33%;
    padding-left: 26px;
}

.testimonial-three-one h4{
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    color: var(--text-dark-color);
}

.testimonial-three-two{
    width: 33%;
    padding-left: 26px;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 11px;
    color: var(--text-muted-color);
    text-transform: uppercase;
}

/*end nine section here********* */


/* start award section here************** */

   .award-section-main{
        display: flex;
        flex-direction: column;
        margin-top: 70px;
   } 

   .award-section-main-one{
    display: flex;
    width: 100%;
    background-color:var(--accent-color);
    height: 100px;
   }

   .award-section-main-two{
    width: 100%;
    font-family: 'Poppins',sans-serif;
   }

   .award-section-main-two-first{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
   }

   .award-section-main-two-first h2{
    font-family: 'Poppins',sans-serif;
  font-size: 30px;
  color: var(--color-secondary);
  text-align: center;
  line-height: 50px;
  font-weight: 400;
   }

   .awart-span-bigger-word{
    color: var(--accent-color);
    font-weight: 600;
    font-size: 50px;
   }

   .award-section-main-two-first img{
    margin-top: -80px;
   }

   .award-section-main-two-second{
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 15px;
   }

   .award-section-main-two-second-copy-paste{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19%;
    margin-left: 1%;
   }

   .award-section-main-two-second-copy-paste img{
    width: 100%;
   }

/* end award section here************** */

.about-para{
    font-family: 'Poppins',sans-serif;
    line-height: 25px;
}






@media(max-width:900px){
  
    .cursor-glow-effect{
        display: none;
    }
    /* start banner css here ** */
       
    .banner-section-bpl{
        /* padding-bottom: 6%; */
        max-height: unset;
    }
    
    .banner-content-bpl{
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
    }

    .banner-content-bpl-first{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .banner-content-bpl-first img{
        width: 80%;
    }

    .banner-content-bpl-second{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .banner-content-bpl-second h3{
        font-size: 18px;
        line-height: 27px;
        text-align: center;
    }

    .banner-content-bpl-second p{
        text-align: center;
        font-size: 16px;
        line-height: 25px;
        margin-top: 6px;
    }
    
    .banner-learn-morebtn-div{
        display:flex;
        width: 100%;
        justify-content: center;
        margin-bottom: 40px;
    }

    .learn-btn{
        width: 70%;
                justify-content: space-between;

    }
    
    /* end banner css here ** */


    /* start section two css here*** */

 .copy-paste-category-sec{
        margin-left: 0px;
    }

 .learn-btn span{
        text-wrap: nowrap;
    }
        /* .section-two-first{
            flex-direction: column;
            height: auto;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .card-section-two{
            width: 90%;
            border-right: none;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            border-radius: 5px;
            margin-top: 8px;
        } */
    /* end section two css here*** */
  

    /* start section three css here*** */
    .third-section{
        flex-direction: column;
    }

    .third-first-section{
        width: 100%;
    }

    .third-second-section{
        width: 100%;
    }

    .second-third-one-section-first{
        width: 100%;
    }

   

    /* end section three css here*** */


    /* start section four css here*** */

        .fourth-first-one{
            width: 70%;
        }

        .fourth-first-one h2{
            font-size: 24px;
            line-height: 32px;
        }

        .product-card-main{
            width: 100%;
            margin-right:2%;
            margin-left: 2%;
        }

    /* end section four css here*** */


    /* start section five css here*** */

        .five-section{
            flex-direction: column;
        }

        .five-section-first{
            width: 100%;
        }

        .five-section-second{
            width: 100%;
            padding-left: 3%;
            padding-right: 2%;
        }

        .five-section-first-image{
            width: 87%;
            margin-left: 10%;
        }

        .card-review-why-choose{
            margin-left: 4%;
        }

        .card-review-why-choose-first{
            height: 76px;
        }

        .five-section-second-h2{
            margin-top: 20px;
        }

        .five-section-second-h3{
            font-size: 32px;
            line-height: 40px;
        }

        .five-section-second-one{
            align-items: center;
        }

        .five-section-second-one-firstsdf{
            width: 25%;
        }

        .five-section-second-one-second{
            width: 75%;
        }

        .heading-whychose-span{
            font-size: 20px;
        }

        .whychoose-smallara{
            display: none;
        }

        .appoitement-section-why-choose-us{
            flex-direction: column-reverse;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            padding: 12px;
            border-radius: 5px;
        }

        .appoitement-section-why-choose-us-second{
            width: 100%;
            margin-bottom: 10px;
        }

        .appoitement-section-why-choose-us-first{
            width: 60%;
        }

    /* end section five css here*** */


    /* start section seven css here*** */
        .seven-section-second-one{
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-top: 0px;
        }

        .seven-section-first h2{
            font-size: 30px;
            line-height: 40px;
        }

        .seven-section-second-one_bg{
           transform: translate(-50%, -65%);
        background: url(../images/overlay/line-work-process-verticall.png);
        background-repeat: repeat;
        background-repeat: no-repeat;
        background-position: center;
        height: 70%;
        margin-top: 55%;
        width: 100%;
        }

        .seven-section-copy-paste{
            width: 96%;
            margin-top: 70px;
            background-color: white;
        }
    /* end section seven css here*** */


    /* start section nine css here**** */
        .nine-section-one h2{
            font-size: 30px;
            line-height: 40px;
            text-align: center;
        }
    /* end section nine css here**** */

    
    
    /* third about section ******** */

       .third-section{
        flex-direction: column-reverse;
       }

       .third-section::before{
        left: 44.4%;
       }

       .third-section-two{
        width: 100%;
        text-align: center;
        padding: 2%;
       }

       .third-section-one{
        width: 100%;
        margin-top:15px;
        margin-bottom: 15px;
       }

       .third-section-two h2{
        font-size: 26px;
        line-height: 45px;
       }

       .third-section-two h3{
        margin-top: 0px;
       }

       .h3-span-text-one{
            font-size: 28px;
            font-weight: 500;
            line-height: 38px;
       }

       .h3-span-text-two{
        font-size: 32px;
        line-height: 42px;
       }
    /* third about section ******** */

    

}

/* start mobile responsive 500 */

@media(max-width:500px){



    /* start section third css here*** */

    .third-section{
        padding-right: 4%;
    }

    .side-card-third-section{
        padding-left: 10px;
    }

    .side-card-third-section img{
        width: 40px;
    }

    .side-card-third-section h4{
        font-size: 14px;
        line-height: 17px;
    }

    .third-second-section h3{
        font-size: 32px;
        line-height: 40px;
    }
    
    .second-third-one-section{
        flex-direction: column;
    }

    .second-third-one-section-first h3{
        font-size: 25px;
        line-height: 33px;
    }

    .second-third-one-section-second{
        flex-direction: row;
        width: 100%;
        margin-top: 10px;
        margin-right: 2%;
    }

    .second-third-img_sdf{
        display: flex;
        align-items:center;
    }

    .second-third-one-section-second img{
        margin-top: 0px;
        width: 80%;
    }

    .apt-btn-about{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* end section third css here*** */


    /* start five section here css here****** */
    
        .iso-div-card .first-iso-div-card-span{
            font-size: 30px;
            line-height: 37px;
        }

        .iso-div-card .second-iso-div-card-span{
            font-size: 17px;
            line-height: 23px;
        }

        .iso-div-card{
            width: 147px;
            padding: 10px;
        }
    /* end five section here css here****** */

    
    /* start section six css here*** */

        .six-section-two-copy{
            margin-left: 0%;
        }

    /* end section six css here*** */


    /* testimonials************ */
       .copy-paste-testimonial{
        height: auto;
       } 

       .copy-paste-testimonial-two{
        margin-bottom: unset;
       }

       .copy-paste-testimonial-three{
        position: unset;
       }
    /* testimonials************ */
    
     .award-section-main-two-second-copy-paste{
        margin-left: 0px;
    }

}

/* end mobile responsive 500 */

