@import url('https://fonts.googleapis.com/css?family=Muli');

*{
    padding: 0;
    margin: 0;
}
body{
    font-family: Muli;
}
@media (max-width: 2560px) and (min-width: 769px) {
    html {
      font-size: calc(7px + (20 - 7) * ((100vw - 768px) / (2560 - 768)));
    }
    .navleftselect{
        border: none;
        padding-top: 6%;
        font-size: small;
        font-weight: bold;
    }
    .navrightul{
        margin-top: 2%;
        margin-right: auto;
    }
    .navitemsizeleft{
        font-size: small;
        font-weight: bold;
    }
   
    /* .navrightulli{
        margin-left: 1%;
    } */
    .navrightimg{
        height: 50%;
        margin-top: 10%;
        width: 30%;
    }
    .navrightselect{
        border: none;
        padding-top: 3%;
        padding-left: 12%;
        font-weight: bold;
        font-size: small;
    }
    .navitemsizeright{
        margin-left: 5%;
        font-size: small;
        font-weight: bold;
    }
    .navbtnrightouter{
        margin-left: 20px;
    }
    .navbtnrightiner{
        font-size: small;
        color: white;
        border: none;
       padding: 5px 25px;
        background-color: #000;
        border-radius: 25px;
    }
    .line{
        margin-bottom: 0%;
        
    }
    .firstpart{
        background-image: linear-gradient(to bottom, #E7E9E8, #fff);
        padding-top: 3%;
        padding-right: 10%;
        padding-left: 10%;

    }
    .firstpartcontbackground{
        background-image: url("image/Group\ 16293.png");
        height: auto;
        width: 100%;
       border-radius:50px;
        background-position: center; 
        background-repeat: no-repeat; 
        background-size: cover; 
         }
    .firstpartcontcol1{
        margin-top: 5%;
        margin-left: 6%;
    }
    .firstpartcontcol1inputgroup{
        
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    }
    .firstpartcontcol1span1{
        background-color: white;
        border: none;
        font-weight: bold;
        padding-top: 0%;
        padding-bottom: 0%;
        border-radius: 5px;
    }
    .firstpartcontcol1image1{
        margin-right: 10%;
    }
    .firstpartcontcol1span2{
        background-color: white;
        border: none;
        font-weight: bold;
       padding-left: 10%;
    }
    .firstpartcontcol1image2{
        background-color: white;
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .firstpartcontcol1input{
        border: none;
        border-radius: 5px;
        padding-top: 2%;
        padding-bottom: 2%;
        font-size: medium;
        font-weight: 500;
    }
    .firstpartcontcol2{
        margin-left: 6%;
    }
    .firstpartcontcol2heading{
        color: white;
        font-size: 30px;
        font-weight: bold;
    }
    
    .firstpartcontcol2btn{
        background-image: linear-gradient(to right, #1E1915, #483F36);
        color: white;
        font-size: large;
        border: 3px solid white;
        border-radius: 50px;
        margin-top: 4%;
        margin-bottom: 10%;
        padding-top: 1.5%;
        padding-bottom: 3%;
        padding-left: 5%;
        padding-right: 5%;
        margin-left: 0%;
    }
.secondpartcont{
   
    padding-left: 8%;
    padding-right: 4%;
} 
.secondpartrow{
    margin-top: 5%;
}   
.card{
    width: 80%;
    border-radius: 10px;
}  
.secondpartcard-title{
    color: #646464;
    font-size: medium;
    font-weight: 600;
}
.secondpartcardspan1{
    background: none;
    border: none;
}
.secondpartcardspan1inerspan{
    margin-left: 3%;
}
.partsixcont{
    margin-top: 8%;
}
.partsixcontcol1{
    padding-left: 10%;
}
.partsixcontheading{
    font-size: 45px;
    font-weight: bold;
}
.partsixcontpara{
    font-size: large;
    font-weight: bold;
    color: #646464;
}
.partsixcontpara u{
    color: #000;
}
.partsixcontimg{
    margin-top: 15%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
/* .partsixcontcol2{
margin-top: 5%;
} */
/* .partsixcontcol2faqitem{
    border: 1px solid #000;
   
} */

  
  
  input {
    display: none;
  }
  
  label {
    display: flex;
    width: 100%;
    cursor: pointer;
    padding-left: 4%;
    /* border: 3px solid #3E474F; */
    box-shadow: 2px 2px 4px 0px grey;
    border-radius: 5px;
    user-select: none;
  }
  
  label div:first-child {
    width: 100%;
    line-height: 45px;
    margin-left: 10px;
    font-size: 1.2em;
  }
  
  .cross{
    margin-right:15px;
    margin-top:3px;
  }
  
  .cross:before,.cross:after {
    content: '';
    border-top: 2px solid #3E474F;
    width: 15px;
    font-weight: bold;
    display: block;
    margin-top: 18px;
    transition: 0.3s;
  }
  
  .cross:after {
    transform: rotate(90deg);
    margin-top: -2px;
  }
  
  .content {
    box-sizing: border-box;
    font-size: 0.9em;
    margin: 10px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
  }
  
  input:checked ~ .content {
    max-height: 400px;
    transition: max-height, 1s;
  }
  
  input:checked ~ label .cross:before {
    transform: rotate(180deg);
  }
  
  input:checked ~ label .cross:after {
    transform: rotate(0deg);
  }
  
  .questions{
    margin-top:20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
  }
  
  .questions label{
    border:none;
    box-shadow: none;
    margin:0;
  }
  
  input:checked ~ .questions {
    max-height: 400px;
    border-bottom:2px solid #3E474F;
    transition: 1s;
  }
  
  
.partsixcontcol2faqbtn{
    color: #000;
    padding-left: 5%;
    padding-top: 5%;
    padding-bottom: 1%;
    background-color: white;
    font-weight: bold;
    font-size: large;
    border: none;
}
.partsixcontcol2faqpara{
    color: #8D9598;
    padding-left: 5%;
    background-color: white;
    padding-right: 20%;
    padding-bottom: 5%;  
}

.lastpartfluidcont{
    margin-top: 5%;
    background-color: #E7E9E8;
}
.lastpartinercont{
    padding-left: 7%;
    padding-right: 7%;
}
.lastpartcontcol1{
    margin-top: 3%;
    padding-left: 8%;
}
.lastpartcontcol1para1{
font-size: small;
color: #1D1815;
}
.lastpartcontcol1para2{
    margin-top: 20%;
    color: #1D1815;
}
.lastpartcontcol1rowiner{
    padding-bottom: 10%;
}
.lastpartcontcol2{
    margin-top: 5%;
    padding-left: 8%;
}
.lastpartcol2cols{
margin-top: 5%;
}
.lastpartcontcol2a{
    text-decoration: none;
    color: #1D1815;
    font-weight: bold;
}
.lastpartcontcol3{
    margin-top: 4%;
    padding-left: 8%;
}
.accordion .accordion-item {
    border-bottom: 1px solid #000;
    background: none;
  }
  
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #0000;
  }
  
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  
  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
  
  }
  
  .accordion button:hover::after,
  .accordion button:focus::after {
    cursor: pointer;
   
    border: 1px solid #000;
  }
  
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-size: medium;
    font-weight: bold;
    color: #000;
  }
  
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    color: gray;
    right: 0;
    width: 22px;
    height: 22px;
   
  }
  
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  
  .accordion button[aria-expanded='true'] {
    color: #000;
  }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
      color: #000;
    font-size: 1rem;
    font-weight: 300;
  }
  .footerbackgroundcolor{
      background-color: #707070;
  }
  .footercont{
    padding-left: 12%;
    padding-right: 12%;
  }
  .footercol1para{
      color: #fff;
      font-weight: bold;
      padding-top: 2%;
      padding-bottom: 2%;
      margin-bottom: 0%;
  }
  .footercol2para{
      color: #fff;
      font-weight: bold;
      padding-top: 7%;
      padding-bottom: 2%;
      margin-bottom: 0%;
  }
}
@media (max-width: 768px) and (min-width: 431px)  {
    html {
      font-size: calc(7px + (12 - 7) * ((100vw - 320px) / (767 - 320)));
    }
    .navleftselect{
        border: none;
        padding-top: 0%;
        padding-left: 0%;
        font-size: small;
        font-weight: bold;
    }
    .navrightul{
        margin-top: 2%;
        margin-right: auto;
    }
    .navitemsizeleft{
        font-size: small;
        font-weight: bold;
    }
   
    /* .navrightulli{
        margin-left: 1%;
    } */
    .navrightimg{
        height: 50%;
        margin-top: 5%;
        width: 30%;
    }
    .navrightselect{
        border: none;
        padding-top: 3%;
        padding-left: 12%;
        font-weight: bold;
        font-size: small;
    }
    .navitemsizeright{
        margin-left: 0%;
        font-size: small;
        font-weight: bold;
    }
    .navbtnright{
        font-size: small;
        color: white;
        border: none;
        /* padding-right: 3%;
        padding-left: 3%; */
        background-color: #000;
        border-radius: 25px;
    }
    .navbtnrightouter{
        margin-left: 0%;
        text-align: center;
        margin: auto;
        display: flex;
        justify-content: center;
    }
    .navbtnrightiner{
        font-size: small;
        color: white;
        border: none;
       padding: 5px 25px;
        background-color: #000;
        border-radius: 25px;
    }
    .line{
        margin-bottom: 0%;
        
    }
    .firstpart{
        background-image: linear-gradient(to bottom, #E7E9E8, #fff);
        padding-top: 3%;
        padding-right: 10%;
        padding-left: 10%;

    }
    .firstpartcontbackground{
        background-image: url("image/Group\ 16284.png");
        height: 610px;
        width: 100%;
       border-radius:50px;
        background-position: center; 
        background-repeat: no-repeat; 
        background-size: cover; 
         }
    .firstpartcontcol1{
        margin-top: 30%;
        margin-left: 6%;
        padding-left: 0%;
        padding-right: 0%;
    }
    .firstpartcontcol1inputgroup{
        
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    }
    .firstpartcontcol1span1{
        background-color: white;
        border: none;
        font-size: x-small;
        font-weight: bold;
        padding-top: 0%;
        padding-bottom: 0%;
        border-radius: 5px;
    }
    .firstpartcontcol1image1{
        width: 20%;
        margin-right: 10%;
    }
    .firstpartcontcol1span2{
        background-color: white;
        border: none;
        font-weight: bold;
       padding-left: 5%;
    }
    .firstpartcontcol1image2{
        width: 5%;
        background-color: white;
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .firstpartcontcol1input{
        border: none;
        border-radius: 5px;
        padding-top: 2%;
        padding-bottom: 2%;
        font-size: mall;
        font-weight: 500;
    }
    .firstpartcontcol2{
        margin-left: 6%;
    }
    .firstpartcontcol2heading{
        color: white;
        font-size: 20px;
        font-weight: bold;
    }
   
    .firstpartcontcol2btn{
        background-image: linear-gradient(to right, #1E1915, #483F36);
        color: white;
        font-size: large;
        border: 3px solid white;
        border-radius: 50px;
        margin-top: 25%;
        padding-top: 1.5%;
        padding-bottom: 3%;
        padding-left: 5%;
        padding-right: 5%;
        margin-left: 0%;
    }
    .secondpartcont{
        padding-left: 12%;
        padding-right: 8%;
    } 
    .secondpartrow{
        margin-top: 10%;
    }   
    .card{
        width: 80%;
        border-radius: 10px;
    }  
    .secondpartcard-title{
        color: #646464;
        font-size: x-small;
        font-weight: 500;
    }
    .secondpartcardspan1{
        background: none;
        border: none;
    }
    .secondpartimage1{
        width: 10%;
    }
    .secondpartcardspan1inerspan{
        margin-left: 3%;
        font-size: x-small;
    }   
    
.partsixcont{
    margin-top: 8%;
}
.partsixcontcol1{
    padding-left: 10%;
}
.partsixcontheading{
    font-size: 25px;
    font-weight: bold;
}
.partsixcontpara{
    font-size: small;
    font-weight: bold;
    color: #646464;
}
.partsixcontpara u{
    color: #000;
}
.partsixcontimg{
    margin-top: 15%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


  
  
  input {
    display: none;
  }
  
  label {
    display: flex;
    width: 100%;
    cursor: pointer;
    padding-left: 4%;
    box-shadow: 2px 2px 4px 0px grey;
    border-radius: 5px;
    user-select: none;
  }
  
  label div:first-child {
    width: 100%;
    line-height: 45px;
    margin-left: 10px;
    font-size: 9px;
  }
  
  .cross{
    margin-right:15px;
    margin-top:3px;
  }
  
  .cross:before,.cross:after {
    content: '';
    border-top: 2px solid #3E474F;
    width: 15px;
    font-weight: bold;
    display: block;
    margin-top: 18px;
    transition: 0.3s;
  }
  
  .cross:after {
    transform: rotate(90deg);
    margin-top: -2px;
  }
  
  .content {
    box-sizing: border-box;
    font-size: 0.9em;
    margin: 10px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
  }
  
  input:checked ~ .content {
    max-height: 400px;
    transition: max-height, 1s;
  }
  
  input:checked ~ label .cross:before {
    transform: rotate(180deg);
  }
  
  input:checked ~ label .cross:after {
    transform: rotate(0deg);
  }
  
  .questions{
    margin-top:20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
  }
  
  .questions label{
    border:none;
    box-shadow: none;
    margin:0;
  }
  
  input:checked ~ .questions {
    max-height: 400px;
    border-bottom:2px solid #3E474F;
    transition: 1s;
  }
  
  
.partsixcontcol2faqbtn{
    color: #000;
    padding-left: 5%;
    padding-top: 5%;
    padding-bottom: 1%;
    background-color: white;
    font-weight: bold;
    font-size: large;
    border: none;
}
.partsixcontcol2faqpara{
    color: #8D9598;
    padding-left: 5%;
    background-color: white;
    padding-right: 20%;
    padding-bottom: 5%;  
}

.lastpartfluidcont{
    margin-top: 5%;
    background-color: #E7E9E8;
}
.lastpartinercont{
    padding-left: 3%;
    padding-right: 3%;
}
.lastpartcontcol1{
    margin-top: 3%;
    padding-left: 0%;
}
.lastpartcontcol1para1{
font-size: x-small;
color: #1D1815;
}
.lastpartcontcol1para2{
    margin-top: 20%;
    font-size: small;
    color: #1D1815;
}
.lastpartcontcol1rowiner{
    padding-bottom: 10%;
}
.lastpartcontcol2{
    margin-top: 7%;
    padding-left: 6%;
}
.lastpartcol2cols{
margin-top: 4%;
}
.lastpartcontcol2a{
    text-decoration: none;
    font-size: small;
    color: #1D1815;
    font-weight: bold;
}
.lastpartcontcol3{
    margin-top: 4%;
    padding-left: 6%;
}
.accordion .accordion-item {
    border-bottom: 1px solid #000;
    background: none;
  }
  
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #0000;
  }
  
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  
  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
  
  }
  
  .accordion button:hover::after,
  .accordion button:focus::after {
    cursor: pointer;
   
    border: 1px solid #000;
  }
  
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-size: small;
    font-weight: bold;
    color: #000;
  }
  
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    color: gray;
    right: 0;
    width: 22px;
    height: 22px;
   
  }
  
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  
  .accordion button[aria-expanded='true'] {
    color: #000;
  }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
      color: #000;
    font-size: 1rem;
    font-weight: 300;
  }
  .footerbackgroundcolor{
      background-color: #707070;
  }
  .footercont{
    padding-left: 2%;
    padding-right: 2%;
  }
  .footercol1para{
      font-size: xx-small;
      color: #fff;
      font-weight: bold;
      padding-top: 2%;
      padding-bottom: 2%;
      margin-bottom: 0%;
  }
  .footercol2para{
      font-size: xx-small;
      color: #fff;
      font-weight: bold;
      padding-top: 7%;
      padding-bottom: 2%;
      margin-bottom: 0%;
  }
}

@media (max-width: 430px) and (min-width: 320px)  {

    html {
        font-size: calc(7px + (12 - 7) * ((100vw - 320px) / (767 - 320)));
      }
      .navleftselect{
          border: none;
          padding-top: 0%;
          padding-left: 0%;
          font-size: small;
          font-weight: bold;
      }
      .navrightul{
          margin-top: 2%;
          margin-right: auto;
      }
      .navitemsizeleft{
          font-size: small;
          font-weight: bold;
      }
     
      /* .navrightulli{
          margin-left: 1%;
      } */
      .navrightimg{
          height: 50%;
          margin-top: 5%;
          width: 30%;
      }
      .navrightselect{
          border: none;
          padding-top: 3%;
          padding-left: 12%;
          font-weight: bold;
          font-size: small;
      }
      .navitemsizeright{
          margin-left: 0%;
          font-size: small;
          font-weight: bold;
      }
      .navbtnright{
          font-size: small;
          color: white;
          border: none;
          /* padding-right: 3%;
          padding-left: 3%; */
          background-color: #000;
          border-radius: 25px;
      }
      .navbtnrightouter{
          margin-left: 0%;
          text-align: center;
          margin: auto;
          display: flex;
          justify-content: center;
      }
      .navbtnrightiner{
          font-size: small;
          color: white;
          border: none;
         padding: 5px 25px;
          background-color: #000;
          border-radius: 25px;
      }
      .line{
          margin-bottom: 0%;
          
      }
      .firstpart{
          background-image: linear-gradient(to bottom, #E7E9E8, #fff);
          padding-top: 3%;
          padding-right: 10%;
          padding-left: 10%;
  
      }
      .firstpartcontbackground{
          background-image: url("image/Group\ 16284.png");
          height: 610px;
          width: 100%;
         border-radius:50px;
          background-position: center; 
          background-repeat: no-repeat; 
          background-size: cover; 
           }
      .firstpartcontcol1{
          margin-top: 50%;
          margin-left: 6%;
          padding-left: 0%;
          padding-right: 0%;
      }
      .firstpartcontcol1inputgroup{
          
      position: relative;
      display: flex;
      flex-wrap: nowrap;
      align-items: stretch;
      width: 100%;
      }
      .firstpartcontcol1span1{
          background-color: white;
          border: none;
          font-size: x-small;
          font-weight: bold;
          padding-top: 0%;
          padding-bottom: 0%;
          border-radius: 5px;
      }
      .firstpartcontcol1image1{
          width: 20%;
          margin-right: 10%;
      }
      .firstpartcontcol1span2{
          background-color: white;
          border: none;
          font-weight: bold;
         padding-left: 5%;
      }
      .firstpartcontcol1image2{
          width: 5%;
          background-color: white;
          padding-top: 3%;
          padding-bottom: 3%;
      }
      .firstpartcontcol1input{
          border: none;
          border-radius: 5px;
          padding-top: 2%;
          padding-bottom: 2%;
          font-size: mall;
          font-weight: 500;
      }
      .firstpartcontcol2{
          margin-left: 6%;
      }
      .firstpartcontcol2heading{
          color: white;
          font-size: 15px;
          font-weight: bold;
      }
      
      .firstpartcontcol2btn{
          background-image: linear-gradient(to right, #1E1915, #483F36);
          color: white;
          font-size: large;
          border: 3px solid white;
          border-radius: 50px;
          margin-top: 10%;
          padding-top: 1.5%;
          padding-bottom: 3%;
          padding-left: 5%;
          padding-right: 5%;
          margin-left: 0%;
      }
      .secondpartcont{
        padding-left: 15%;
        padding-right: 15%;
    } 
    .secondpartrow{
        margin-top: 0%;
      
    }
    .secondpartcontcol1{
        margin-top: 10%;
      
    }   
    .secondpartcontcol2{
        margin-top: 10%;
    } 
    .secondpartcontcol3{
        margin-top: 10%;
    } 
    .card{
        width: 100%;
        border-radius: 10px;
    }  
    .secondpartcard-title{
        color: #646464;
        font-size: small;
        font-weight: 500;
    }
    .secondpartcardspan1{
        background: none;
        border: none;
    }
    .secondpartimage1{
        width: 5%;
    }
    .secondpartcardspan1inerspan{
        margin-left: 3%;
        font-size: small;
    }   
      
    
  .partsixcont{
      margin-top: 8%;
  }
  .partsixcontcol1{
      margin-top: 5%;
      padding-left: 10%;
  }
  .partsixcontheading{
      font-size: 25px;
      font-weight: bold;
  }
  .partsixcontpara{
      font-size: small;
      font-weight: bold;
      color: #646464;
  }
  .partsixcontpara u{
      color: #000;
  }
  .partsixcontimg{
      margin-top: 8%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
  }
  .partsixcontcol2{
  margin-top: 8%;
  }
  /* .partsixcontcol2faqitem{
      border: 1px solid #000;
     
  } */
  
    
    
    input {
      display: none;
    }
    
    label {
      display: flex;
      width: 100%;
      cursor: pointer;
      padding-left: 4%;
      box-shadow: 2px 2px 4px 0px grey;
      border-radius: 5px;
      user-select: none;
    }
    
    label div:first-child {
      width: 100%;
      line-height: 45px;
      margin-left: 10px;
      font-size: 9px;
    }
    
    .cross{
      margin-right:15px;
      margin-top:3px;
    }
    
    .cross:before,.cross:after {
      content: '';
      border-top: 2px solid #3E474F;
      width: 15px;
      font-weight: bold;
      display: block;
      margin-top: 18px;
      transition: 0.3s;
    }
    
    .cross:after {
      transform: rotate(90deg);
      margin-top: -2px;
    }
    
    .content {
      box-sizing: border-box;
      font-size: 0.9em;
      margin: 10px 10px;
      max-height: 0;
      overflow: hidden;
      transition: max-height, .5s;
    }
    
    input:checked ~ .content {
      max-height: 400px;
      transition: max-height, 1s;
    }
    
    input:checked ~ label .cross:before {
      transform: rotate(180deg);
    }
    
    input:checked ~ label .cross:after {
      transform: rotate(0deg);
    }
    
    .questions{
      margin-top:20px;
      max-height: 0;
      overflow: hidden;
      transition: max-height, .5s;
    }
    
    .questions label{
      border:none;
      box-shadow: none;
      margin:0;
    }
    
    input:checked ~ .questions {
      max-height: 400px;
      border-bottom:2px solid #3E474F;
      transition: 1s;
    }
    
    
  .partsixcontcol2faqbtn{
      color: #000;
      padding-left: 5%;
      padding-top: 5%;
      padding-bottom: 1%;
      background-color: white;
      font-weight: bold;
      font-size: large;
      border: none;
  }
  .partsixcontcol2faqpara{
      color: #8D9598;
      padding-left: 5%;
      background-color: white;
      padding-right: 20%;
      padding-bottom: 5%;  
  }
  
  .lastpartfluidcont{
      margin-top: 5%;
      background-color: #E7E9E8;
  }
  .lastpartinercont{
      padding-left: 3%;
      padding-right: 3%;
  }
  .lastpartcontcol1{
      margin-top: 3%;
      padding-left: 0%;
  }
  .lastpartcontcol1para1{
  font-size: medium;
  padding-left: 7%;
  padding-right: 7%;
  color: #1D1815;
  }
  .lastpartcontcol1para2{
      margin-top: 8%;
      font-size: medium;
      padding-left: 7%;
      padding-right: 7%;
      color: #1D1815;
  }
  .lastpartcontcol1rowiner{
      padding-left: 7%;
      padding-right: 7%;
      padding-bottom: 5%;
  }
  .lastpartcontcol2{
      margin-top: 0%;
      padding-left: 7%;
  }
  .lastpartcol2cols{
  margin-top: 4%;
  }
  .lastpartcontcol2a{
      text-decoration: none;
      font-size: small;
      color: #1D1815;
      font-weight: bold;
  }
  .lastpartcontcol3{
      margin-top: 5%;
      padding-left: 7%;
      padding-bottom: 5%;
  }
  .accordion .accordion-item {
      border-bottom: 1px solid #000;
      background: none;
    }
    
    .accordion .accordion-item button[aria-expanded='true'] {
      border-bottom: 1px solid #0000;
    }
    
    .accordion button {
      position: relative;
      display: block;
      text-align: left;
      width: 100%;
      padding: 1em 0;
      color: #000;
      font-size: 1.15rem;
      font-weight: 400;
      border: none;
      background: none;
      outline: none;
    }
    
    .accordion button:hover,
    .accordion button:focus {
      cursor: pointer;
    
    }
    
    .accordion button:hover::after,
    .accordion button:focus::after {
      cursor: pointer;
     
      border: 1px solid #000;
    }
    
    .accordion button .accordion-title {
      padding: 1em 1.5em 1em 0;
      font-size: small;
      font-weight: bold;
      color: #000;
    }
    
    .accordion button .icon {
      display: inline-block;
      position: absolute;
      top: 18px;
      color: gray;
      right: 0;
      width: 22px;
      height: 22px;
     
    }
    
    .accordion button .icon::before {
      display: block;
      position: absolute;
      content: '';
      top: 9px;
      left: 5px;
      width: 10px;
      height: 2px;
      background: currentColor;
    }
    .accordion button .icon::after {
      display: block;
      position: absolute;
      content: '';
      top: 5px;
      left: 9px;
      width: 2px;
      height: 10px;
      background: currentColor;
    }
    
    .accordion button[aria-expanded='true'] {
      color: #000;
    }
    .accordion button[aria-expanded='true'] .icon::after {
      width: 0;
    }
    .accordion button[aria-expanded='true'] + .accordion-content {
      opacity: 1;
      max-height: 9em;
      transition: all 200ms linear;
      will-change: opacity, max-height;
    }
    .accordion .accordion-content {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: opacity 200ms linear, max-height 200ms linear;
      will-change: opacity, max-height;
    }
    .accordion .accordion-content p {
        color: #000;
      font-size: 1rem;
      font-weight: 300;
    }
    .footerbackgroundcolor{
        background-color: #707070;
    }
    .footercont{
      padding-left: 2%;
      padding-right: 2%;
    }
    .footercol1para{
        font-size: 6px;
        color: #fff;
        font-weight: bold;
        padding-top: 2%;
        padding-bottom: 2%;
        margin-bottom: 0%;
    }
    .footercol2para{
        font-size: 6px;
        color: #fff;
        font-weight: bold;
        padding-top: 4%;
        padding-bottom: 2%;
        margin-bottom: 0%;
    }


}

