.faq {
  padding: 30px 0;
}


.breadcrumb-holder{
  padding-left: 0;
}

.faq .holder {
  display: grid;
  grid-template-columns: 20% 75%;
  gap: 5%;
}

.faq .holder .right > .heading {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.faq .holder .right > .heading h3{
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.faq .box {
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 20px;
  cursor:pointer;
}

.faq .box .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-bottom: 20px; */
}

.faq .box .head h3 {
  font-size: 15px;
  font-weight: 600;
}

.faq .box .head .icon-holder {
  cursor: pointer;
}

.faq .box .head .icon-holder {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}


.faq .box .head .icon-holder.open {
  transform: rotate(0);
}

.faq .box .body {
  display: none;
  margin-top: 20px;
}
.faq .box.active .body {
  display:block;
}

/* .faq .box:first-child .body{
    display: block;
} */

/* .faq .box:nth-of-type(5) .body{
    display: block;
} */

.faq .box .body p {
  line-height: 26px;
  font-size: 14px;
}

.faq .box .body .label {
  text-align: center;
  background-color: #eaf7ff;
  padding: 15px;
  color: #000;
  font-size: 14px;
  margin: 30px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table tr th,
table tr td {
  font-size: 14px;
  font-weight: 400;
}

table tr th {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

table tr td {
  position: relative;
  padding: 15px 10px 15px 0;
  border-bottom: 1px solid #e6e6e6;
}

/*========== Services Side Bar ===========*/
.faq .side-bar.services a {
  font-size: 14px;
  padding: 7px 15px;
  width: 100%;
  display: block;
  color: #000;
}

.faq .side-bar.services h3 {
  font-size: 20px;
  font-weight: 400;
  padding-left: 15px;
  margin-bottom: 23px;
}

.faq .side-bar.services h4 {
  font-size: 20px;
  font-weight: 400;
  padding-left: 15px;
  margin-bottom: 23px;
}

.faq .side-bar.services ul {
  margin-top: 20px;
}

.faq .side-bar.services ul li {
  margin-bottom: 5px;
}

.faq .side-bar.services ul li a:hover {
  background-color: #ededed;
  color: #000;
}

.faq .side-bar.services ul li.active a {
  background-color: #ededed;
  color: #000;
}

/*========== Services Side Bar ===========*/

@media (max-width: 1280px) {
  .faq .holder {
    grid-template-columns: 25% 75%;
    gap: 25px;
  }
}

@media (max-width: 1080px) {
  .faq .holder {
    grid-template-columns: 30% 68%;
    gap: 25px;
  }
}

@media (max-width: 992px) {
  .breadcrumb-holder{
    padding-left: 0;
  }
  .faq .holder {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  .faq{
    padding-top: 0
  }

  @media (max-width: 670px) {
    .mainContainer,
    #mainContainer{
      padding: 0 !important;
    }
  }
}




@media (min-width: 1024px) and (max-width: 1233px) {
  .container {
    width: 100% !important;
  }
}
 
@media (max-width: 992px) {
  /* .checkout .holder {
    grid-template-columns: 1fr;
    gap: 1%;
  } */
  .link-pointer ul{
    padding-top: 15px;
    margin-bottom: 0;
  }
  .billing .info .third-btn{
    padding: 8px 15px !important;
  }
  /* .checkout{
    padding-bottom: 165px
  } */
}

.rotate{
  transition: all 0.2s ease-in-out;
  transform: rotate(-180deg);
}

.side-bar.services{
  /* margin-left: -15px; */
}

@media (max-width: 992px) {
  .side-bar.services{
    display: block
  }
  .side-bar.services h3{
    position: relative;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    padding: 12px 0px;
    padding-right: 5px;
    padding-left: 0 !important;
    margin-top: 25px;
  }
  .faq .side-bar.services a{
    margin-left: -10px
  }
  .breadcrumpList{
    padding-left: 0 !important;
  }
  .side-bar.services{
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  };
  .side-bar.services h3{
    margin-bottom: 0 
  }
  .faq .holder{
    row-gap: 25px !important;
  }
}

@media (max-width: 700px) {
  .billing .info .third-btn{
    font-size: 14px;
  } 
  .faq{
    padding-inline: 15px;
  }
  .link-pointer ul {
    padding-left: 15px !important;
  }
  /* .checkout .content .body{
    gap: 15px;
  } */
}


@media (max-width: 1023px){
  .whole-liner{
   display: none
  }
  .google-banner{
   margin-top: 40px;
  }
 }
 