.hdr-wrpr ul li:last-child{
    margin-left: 14px;
    display: block;
} 

.hdr-wrpr ul li a.menu-btn{
    border: none;
    padding: 0;
}

.menu-btn span{
    display: table;
    width: 38px;
    height: 6px;
    background: #294C80;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 9px;
}

.menu-btn span:last-child{
    margin-bottom: 0;
}

.hdr-wrpr ul.nav-menu{
    position: absolute;
    top: -14px;
    right: 0;
    /* right: 65px; */
    background: #294C80;
    padding: 45px 20px 20px;
    width: 292px;
    display: none;

}

.hdr-wrpr ul.nav-menu.active{
    display: block;
}
.hdr-wrpr ul.nav-menu li {
    display: block;
    width: 100%;
    margin-bottom: 13px;
}

.hdr-wrpr ul.nav-menu li:last-child{
    margin-bottom: 0;
}

.hdr-wrpr ul.nav-menu li a{
    color: #fff;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
}

.hdr-wrpr ul.nav-menu li a.active{
    opacity: 50%;
}

.hdr-wrpr ul.nav-menu li:last-child{
    margin: 0;
}

.hdr-wrpr ul.nav-menu .menu-btn{
    position: absolute;
    top: 26px;
    right: 20px;
    z-index: 12;
    display: inline-block;
    height: 35px;
}

.hdr-wrpr ul.nav-menu .menu-btn span{
    background: #fff;
}

.hdr-wrpr ul.nav-menu .menu-btn span:first-child{
    transform: rotate(45deg) translate(10.3px, 10px);
    -webkit-transform: rotate(45deg) translate(10.3px, 10px);
    -moz-transform: rotate(45deg) translate(10.3px, 10px);
    -ms-transform: rotate(45deg) translate(10.3px, 10px);
    -o-transform: rotate(45deg) translate(10.3px, 10px);
}

.hdr-wrpr ul.nav-menu .menu-btn span:last-child{
    transform: rotate(-45deg);
}


.about-banner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 435px;
    position: relative;
    padding: 76px 0;
    overflow: hidden;
}

.about-banner::before{
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 394px;
    height: 385px;
    background: url(../images/aboutbg.png) no-repeat;
    background-size: 100%;
}

.about-banner .row{
    padding-left: 312px;
}

.top-accordion{
    background: transparent;
    text-align: left;
}

.top-accordion .accordion-item{
    background: transparent;
    border: none;
}

.top-accordion .accordion-button{
    border-radius: 0 !important;
    background: transparent;
    border: none;
    border-top: 1px solid #294C80;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 11px 0 11px 0;
    box-shadow: none;
    font-size: 20px;
    font-weight: bold;
    color: #294C80;
}

.top-accordion .accordion-item:first-of-type .accordion-button{
    border-radius: 0 !important;
}

.top-accordion .accordion-body{
    padding: 0;
}

.about-banner .txt-col{
    padding-left: 0;
}

.top-accordion p{
    font-size: 14px;
    line-height: 22px;
    color: #294C80;
}

.top-accordion  .accordion-button::before{
    content:"";
    background-image: none;
    width: 3px;
    height: 14px;
    background: #294C80;
    position: absolute;
    right: 17.5px;
}

.top-accordion  .accordion-button::after{
    background-image: none;
    width: 14px;
    height: 3px;
    background: #294C80;
    right: 12px;
    position: absolute;
}



.top-accordion .accordion-button:not(.collapsed)::after{
    background-image: none;
    width: 14px;
    height: 3px;
    background: #294C80;
    right: 12px;
    position: absolute;

}

.top-accordion .accordion-button:not(.collapsed)::before{
    opacity: 0;
}

.whychose-row{
    justify-content: center;
}

.lstrowcol{
margin-top: 35px;
}

.customr-tstimnl-wrpr{
    width: 100%;
    max-width:885px;
    text-align: center;
    margin: 0 auto;
}
.customr-tstimnl-wrpr p{
    font-size: 30px;
    line-height: 43.2px;
    color: #5E5E5E;
    font-weight: 600;
    margin: 0 0 65px 0;
}

.customr-tstimnl-wrpr span{
    font-size: 18px;
    font-weight: normal;
    color: #5E5E5E;
}


.custmr-sec{
    padding: 51px 0 31px 0;
}

.custmr-sec .section-titl{
    margin-bottom: 72px;
}

.customer-testimonial .owl-nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.customer-testimonial .owl-nav button span{
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../images/arroww.png) no-repeat;
    background-size: 60px;
    font-size: 0;
    position: relative;
}

.customer-testimonial .owl-nav button.owl-prev span{
    left: -74px;
 
}

.customer-testimonial .owl-nav button.owl-next span{
    right: -74px;
    transform: rotate(180deg);
}

.whychsus-sec .section-titl br{
    display: none;
}

.customer-testimonial .owl-dots{
        display: none !important;
    }

.cstmprodct-card img.cformulation{
    max-width: 50px;
    height: 74px;
  }  

.cstmprodct-card img.ldesign{
    max-width: 78px;
    height: 75px;
  } 
  
  .cstmprodct-card img.dteam{
    max-width: 104px;
    height: 50px;
  } 

  header .container{
    position: relative;
  }

  @media(min-width:2000px){
    .about-banner{
        height: auto;
    }
  }

@media(max-width:1600px){
    .about-banner{
        padding: 76px 0 !important;
    }
}

@media(max-width:1199px){
   .about-banner::before {
        width:275px;
        height: 265px;
        /* width: 325px;
        height: 315px; */
    }

    .about-banner .row {
        padding-left: 195px;
    }
}



@media(max-width:1023px){

    .custmr-sec .section-titl {
        margin-bottom: 50px;
    }
  .customr-tstimnl-wrpr p {
    font-size: 22px;
    line-height: 34.2px;
    margin-bottom: 35px;
  }

  .customr-tstimnl-wrpr{
    max-width: 80%;
  }

  .customer-testimonial .owl-nav{
    top: 35%;
  }

 
}

@media(max-width:1023px){
    .menu-btn span{
        display: table !important;
        width: 32px;
        height: 5px;
        margin-bottom: 7px;
    }

    .hdr-wrpr ul.nav-menu .menu-btn span:first-child{
        transform: rotate(45deg) translate(8px, 7.5px);
        -webkit-transform: rotate(45deg) translate(8px, 7.5px);
        -moz-transform: rotate(45deg) translate(8px, 7.5px);
        -ms-transform: rotate(45deg) translate(8px, 7.5px);
        -o-transform: rotate(45deg) translate(8px, 7.5px);
    }

    .whychose-row .cstmprodct-card P{
        font-size: 11px;
    }

    .about-banner {
        height: auto;
        background-image: none !important;
    }

    .about-banner .row {
        padding-left: 112px;
    }

    
    .top-accordion .accordion-button{
        padding-right: 32px;
        font-size: 18px;
    }
}

@media(max-width:800px){
    .hdr-wrpr ul li a{
        font-size: 12px;
    }
}

@media(max-width:767px){

    .about-banner{
        height: auto;
    }
    .whychsus-sec .section-titl br{
        display: block;
    }

    .whychsus-sec{
        padding: 48px 0 0 0;
    }

    .whychose-row .cstmprodct-card P {
        font-size: 12.6px;
    }

    .lstrowcol {
        margin-top: 0;
    }

    .customr-tstimnl-wrpr{
        max-width: 100%;
    }

    .customr-tstimnl-wrpr p {
        font-size: 17px;
        line-height: 20.6px;
        margin-bottom: 28px;
    }
    .custmr-sec .section-titl {
        margin-bottom: 42px;
    }

    .custmr-sec {
        padding: 38px 0;
    }

    .customer-testimonial .owl-nav{
        display: none;
    }

    .customr-tstimnl-wrpr span {
        font-size: 12.65px;
    }
    

    .customer-testimonial .owl-dots{
        display: block !important;
    }

    .customer-testimonial .owl-dots button:not(:last-child){
        margin-right: 8px;
    }

     .customer-testimonial .owl-dots button span{
        display: inline-block;
        width: 7px;
        height: 7px;
        background: #C1C1C1;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
}

    .customer-testimonial .owl-dots button.active span{
        background:#5E5E5E;
    }

    .hdr-wrpr ul li:last-child{
        margin-left: 0;
        margin-top: 12px;
    }

    .hdr-wrpr ul.nav-menu li a{
        width: 100%;
        text-align: left;
    }

    .hdr-wrpr ul.nav-menu{
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
    }

    .hdr-wrpr ul.nav-menu:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(41,76,128,0.7);
        height: 100vh;
        width: 100%;
        z-index: -1;

    }

    .hdr-wrpr ul.nav-menu li a{
        font-size: 21px;
        line-height: 33.2px;
    }

    .hdr-wrpr ul.nav-menu{
        padding: 57px 24px 28px;
        box-shadow: 0 -14px 19px 17px #000;
    }

    .hdr-wrpr ul.nav-menu .menu-btn{
        top: 31px;
    }

    .hdr-wrpr ul.nav-menu li:not(:last-child){
        margin-bottom: 5px;
    }

     .about-banner{
    background-image: none !important;
  }

    .about-banner .row {
        padding-left: 14px;
    }

    .about-banner h1{
        text-align: left !important;
        font-size: 22px !important;
        line-height: 26px !important;
        width: 100% !important;
    }

    .about-banner h1 br{
        display: block !important;
    }

    .about-banner {
        padding: 92px 0 22px 0 !important;
    }

    .about-banner::before{
        bottom: auto;
        top: 14px;
        left: auto;
        right: 0;
        width: 176px;
        height: 166px;
        background: url(../images/mb-about-bg.png) no-repeat;
        background-size: 100%;
    }

    .top-accordion .accordion-button{
        font-size: 16px;
        line-height: 19px;
        padding-right: 105px;
        padding-left: 15px;
    }

    .top-accordion .accordion-body {
        padding: 0px 15px 0 15px;
    }
    
}

@media(max-width:320px){
    .top-accordion .accordion-button{
        padding-right: 70px;
    }

    .hdr-wrpr ul.nav-menu li a{
        font-size: 18px;
    }

    .g-recaptcha > div{
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform-origin: 0;
    }
}







