/* body {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
}       
        .common-space{
            padding: 40px 0px;
            margin: 0px;
        }
        .faq-banner{
            padding: 0px;
            margin: 0px;
        }
        .faq-banner img{
            padding: 0px;
            margin: 0px;
            width: 100%;
        }
        .faq-title{
            padding: 0px 0px;
            margin: 0px;
            font-size: 22px;
            font-weight: 600;
            color: #252525;
        }
         .faq-comp{
            padding: 0px;
            margin: 0px;
        }

       
        .faq-collapsible {
          background-color: #fff;
          color: #252525;
          cursor: pointer;
          padding: 12px 12px 12px 40px;
          width: 100%;
          font-weight: 600;
          border-left: 3px solid #252525 !important;
          border: none;
          text-align: left;
          outline: none;
          font-size: 16px;
          position: relative;
        }
        .faq-collapsible:before{
            content: '\ Q.';
            position: absolute;
            left: 4px;
            top:5px;
            font-size: 26px;
            font-weight: 600;
            color: #252525;
        }
        .faq-collapsible:after {
          content: '\f107';
          color: #252525;
          font-family: 'FontAwesome';
          font-weight: 600;
          float: right;
          margin-left: 5px;
          font-size: 22px;
        }
        
        .faq-collapsible.active:after {
          content: "\f106";
        }
        .faq-content .faq-content-show{
            position: relative;
            padding: 0px 0px 0px 40px;
            margin: 0px;
                   }
                   .faq-content .faq-content-show p{
                    font-size: 15px;
                    font-weight: 400;
                    color: #252525;
                    line-height: 24px;
                    padding: 0px 0px 10px 0px;
                    margin: 0px;
                           }
        .faq-content .faq-content-show:before{
            content: '\ A.';
            position: absolute;
            left: 7px;
            top: 0px;
            font-size: 26px;
            font-weight: 600;
            color: #a7a7a7;
        }
        .collapsible {
            width: 100%;
            border: none;
            border-radius: 10px;
            background: #fff;
            text-align: left;
            border-bottom: 1px solid #1d6dad !important;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        }
        .faq-comp li {
            border: 1px solid #1d6dad;
            border-radius: 10px;
            margin-bottom: 10px;
            padding: 0px !important;
        }
        .collapsible p {
            padding: 10px;
            margin: 0px !important;
        }
        .faq-comp li .active {
            background: #eee;
        }
        .collapsible:hover {
            background: #eee;
        } */
.tabicon_btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.tabicon_btn a {
  font-size: 15px;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 15px;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  position: relative;
  background: #f0f0f0;
  color: #757575;
  font-family: arial;
  margin: 0px 3px;
  border-radius: 50px;
}

/* .tabicon_btn a:hover {
          background: #e1e1e1;
          color: #000;
         } */
.tbicons {
  width: 140px;
  margin: 25px;
}

.tbicons img {
  width: 100%;
}

.tabic {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tabicon_btn .tabfaq_active {
  background: #fff;
  color: #757575;
  border: 1px solid #757575;
}

/* faq start */

.overallfaq {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image {
  max-width: 50%;
  max-height: 100%;
  /* width: 50%; */
  margin-right: 20px;
}

.image img {
  width: 100%;
  border-radius: 50px;
}

.accordion1 {
  width: 100% !important;
  max-width: fit-content !important;
  margin: 2rem auto !important;
}

.accordion {
  width: 50%;
  max-width: 1000px;
  margin: 2rem auto;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media only screen and (max-width: 991px) {
  .overallfaq {
    display: block;
  }

  .overallfaq .image {
    max-width: 100%;
    margin: 0px;
  }

  .accordion {
    width: 100%;
  }
  .accordion-item-header {
    height: auto !important;
  }
}

/* faq end */


/* new_faq_css_start*/
@import url("https://fonts.googleapis.com/css?family=Montserrat");


.hed_ing {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

/* .container {
    width: 95%;
    margin: auto;
} */
.overallfaq {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image {
  max-width: 50%;
  max-height: 100%;
  /* width: 50%; */
  margin-right: 20px;
}

.image img {
  width: 100%;
  border-radius: 50px;
}

/* .accordion1 {
    width: 100% !important;
    max-width: fit-content !important;
    margin: 2rem auto !important;
  } */
.accordion {
  width: auto !important;
  max-width: 1100px;
  margin: 2rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 45px;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

.faq_text_img {
  width: 40%;
}

.faq_text_img img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

@media only screen and (max-width: 991px) {
  .overallfaq {
    display: block;
  }

  .overallfaq .image {
    max-width: 100%;
    margin: 0px;
  }

  .accordion {
    width: 100%;
  }
  .tabicon_btn {
    display: block !important;
  }
  .tabicon_btn a {
    padding: 5px 10px !important;
  }
  .accordion {
    display: block;
  }
  .faq_text_img {
    width: 100%;
  }
  .qanswer {
    width: 100% !important;
    margin-left: 0px !important;
  }
}
.faq_cont {
  margin-top: 10px;
}
.hed_ing {
  text-align: center;
}

.qanswer {
  width: 60%;
  margin-left: 40px;
}

.full_qanswer {
  width: 100%;
}
.accordion-item .accordion-item-header p{
  margin: 0px;
}
.accordion-item .accordion-item-header h1{
  margin: 0px;
}
.accordion-item .accordion-item-header h2{
  margin: 0px;
}
.accordion-item .accordion-item-header h3{
  margin: 0px;
}
.accordion-item .accordion-item-header h4{
  margin: 0px;
}
.accordion-item .accordion-item-header h5{
  margin: 0px;
}
.accordion-item .accordion-item-header h6{
  margin: 0px;
}

/* new_faq_css_end */