/* inner pages css */

.innerimg {
    background: url(../images/header/banner-img.webp);
    height: 400px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.innerheading {
    text-align: center;
    margin-top: -206px;
}
.innerheading h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
}

.text-area h1 {
    font-size: 30px;
    line-height: 1.4;
    color: #000;
    margin-top: 50px;
    font-family: sans-serif;
}
.text-area .heading {
    font-size: 30px;
    line-height: 1.4;
    color: #000;
    margin-top: 50px;
    font-family: sans-serif;
}

.text-area p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 10px;
}
.headtwo{
    margin: 0 !important;
    margin-top: 10px !important;
    padding-bottom: 20px;
}
.listitem ul li::before{
    content: '';
    left: -30px;
    top: 6px;
    display: block;
    width: 16px;
    height: 15px;
    background-color: #606c38;
    -webkit-mask-image: url(../images/ultickIcon.svg);
    float: left;
}
.listhead{
    
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .4px;
    padding: 0 0 6px 0;

    
}
.content {
    margin-left: 35px;
    margin-top: 22px;
}
.content p {
    margin-bottom: 15px;
}
.listhead {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .4px;
    padding: 0 0 6px 0;
}

.bannerarea1{
    margin: 66px;
}
.bannerarea2{
    margin-top: 20px;
    margin-left: 66px;
}
.bannerarea3{
    margin-top: 66px;
    margin-left: 66px;
}

.side-banner-one-wrapper {
    background: url(../images/banner-img-2.jpg) center center / cover #ababab !important;
}

/* --------------------------------------------------- */
  /* faq-area-start */

  .web-faq-section  {
    background-color:#c6ced1;
    padding: 35px 0px;
  }

  .web-faq-section .sec4_top {
    margin: 0 0 0px !important;
} 

  .faq-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .faq-wrapper .sec4_top{
    color: #000;
    text-align: center;
  }

.panel-heading{
    padding: 0px !important;
  }
.faq-wrapper .panel-heading{
    background-color: #606c38;
    color: #fff;
}

.faq-wrapper .panel-body{
    font-size: 17px !important;
}

  /* plus glyph for showing collapsible panels */
  .panel-heading .accordion-plus-toggle:before {
    font-family: FontAwesome;
    content: "\f068";
    float: right;
    color: #fff;
 }
 
 .panel-heading .accordion-plus-toggle.collapsed:before {
    content: "\f067";
    color: #fff;
 }
 
 /* arrow glyph for showing collapsible panels */
 .panel-heading .accordion-arrow-toggle:before {
    font-family: FontAwesome;
    content: "\f078";
    float: right;
    color: #fff;
 }
 
 .panel-heading .accordion-arrow-toggle.collapsed:before {
    content: "\f054";
    color: #fff;
 }
 
 /* sets the link to the width of the entire panel title */
 .panel-title > a {
    display: block !important;
    padding: 20px 15px !important;
 }
  /* faq-area-end */

/* --------------------------------------------------- */