.info_top_page{
  height: 410px;
  background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url(../images/faq-header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.info_top_page .page_title{
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  padding: 65px 0;
}
.info_top_page .form_search_faqpage{
  /* width: 30%; */
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  position: relative;
}
.info_top_page .form_search_faqpage .input_field{
  width: 426px;
  margin-left: 20px;
  font-size: 1.286rem;
  line-height: 1.222;
  letter-spacing: -.6px;
  border-radius: 9px;
  padding: 10px 10px;
  background: #fff;
  border: 1px solid #c8c8c8;
}
.info_top_page .form_search_faqpage .search-submit{
  padding: 11px 40px 9px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 1.071rem;
  line-height: 1.467;
  background-color: #00bfd6;
  border: 1px solid #148693;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.info_top_page .form_search_faqpage .search-submit:hover{
  background-color: #36cddf;
}
.general_faq_box{
  padding:0px 120px;
}
.content_faq_page{
  position: relative;
  margin-top: -95px !important;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #dedede;
  box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
}
.content_faq_page .get_back_button{
  float: left;
  color: #ffffff;
  background-color: #00bfd6;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all .3s ease-in-out;
}
.content_faq_page .get_back_button:hover{
  background-color: #36cddf;
}
.title_cat_box,.frequently_asked_questions_title{
  font-size: 19px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}
.main_box_faq_cats{
  display: flex;
  flex-wrap: wrap;
}
.main_box_faq_cats .link_faq_cats{
  width: 33.33333%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  position: relative;
}
.main_box_faq_cats .link_faq_cats.border_bottom:before{
  content: "";
  width: calc(100% - 20px);
  position: absolute;
  right: 10px;
  height: 1px;
  background-color: #d3d3d3;
  bottom: 0;
}
.main_box_faq_cats .link_faq_cats.border_left:after{
  content: "";
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  width: 1px;
  background-color: #d3d3d3;
  left: 0;
}
.main_box_faq_cats .link_faq_cats:hover{
  box-shadow: 0 0 12px 0 hsla(0,0%,71%,.46);
  border-radius: 8px;
}
.main_box_faq_cats .link_faq_cats img{
  /* max-width: fit-content; */
  max-width: 75px;
}
.main_box_faq_cats .link_faq_cats span{
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #2a2a2a;
}
.accordion_faq_questions{
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #dedede;
  box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
  margin-top: 30px;
}
.asked_questions_box{
  position: relative;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  margin-top: 10px;
}
.toggle_icon{
  position: absolute;
  left: 20px;
  top: 30px;
  line-height: 0px;
  width: 28px;
  height: 28px;
  background-color: rgba(86,199,218,.11);
  color: #56c7da;
  display: flex;
  /* -webkit-box-pack: center; */
  justify-content: center;
  /* -webkit-box-align: center; */
  align-items: center;
  border-radius: 50%;
}
.toggle_icon:after{
  content: "\f107";
  font-size: 19px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all .3s ease-in-out;
}
.accordion.active .toggle_icon:after{
  transform: rotate(180deg);
}
.accordion.active .toggle_icon{
  background-color: rgba(240,86,98,.11);
  color: #f05662;
}
.accordion{
  background-color: unset;
  color: #494949;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  padding-left: 30px;
  text-align: justify;
}
.panel{
  padding: 20px 18px;
  display: none;
  overflow: hidden;
  position: relative;
}
.panel:after{
  content: "";
  background: #56c7da;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  top: 32px;
  width: 8px;
  height: 8px;
}
.panel p{
  font-size: 14px;
  color: #535353;
  line-height: 28px;
  text-align: justify;
}
.panel .link_of_faq_post{
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 15px;
  color: #19bfd3;
  padding: 6px 10px 7px 25px;
  transition: all .3s ease-in-out;
  line-height: 20px;
}
.panel .link_of_faq_post:after{
  content: "\f104";
  position: absolute;
  left: 10px;
  line-height: 0px;
  top: 50%;
  font-size: 10px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
}
.panel .link_of_faq_post:hover{
  background-color: rgba(86,199,218,.11);
}
.support_faq_page_image{
  display: none;
  margin-top: 35px;
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 50%;
}
.content_faq_page .post_title{
  font-size: 20px;
  padding: 20px 0;
}
.the_question_post_content{
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.25px;
}
.the_question_post_content p{
  font-size: 16px;
}
.the_question_post_content img.aligncenter{
  margin: 0 auto;
  display: block;
}
.main_result_ajax_faq_search{
  background-color: #fff;
  position: absolute;
  box-sizing: border-box;
  top: 40px;
  right: 20px;
  width: 70%;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  border-radius: 10px;
  padding: 10px 15px;
  z-index: 999;
  display:none;
}

@media only screen and (max-width : 1100px) {
  .general_faq_box{
    padding:0 15px;
  }
}
@media only screen and (max-width : 768px) {
  .info_top_page .form_search_faqpage{
    width: 93%;
  }
  .info_top_page .form_search_faqpage .input_field{
    width: 70%;
    margin-left: 10px;
  }
  .info_top_page{
    background: unset;
  }
  .info_top_page .page_title{
    color: #2a2a2a;
    font-size: 21px;
    letter-spacing: -0.9px;
    padding: 20px 0;
  }
  .support_faq_page_image{
    display: block;
  }
  .main_box_faq_cats .link_faq_cats{
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    padding: 15px 0;
    align-items: center;
  }
  .main_box_faq_cats .link_faq_cats img{
    width: 45px;
    margin-left: 15px;
    max-height: 50px;
  }
  .main_box_faq_cats .link_faq_cats span{
    font-size: 14px;
  }
  .main_box_faq_cats .link_faq_cats.border_left:after{
    background-color:unset;
  }
  .content_faq_page .main_box_faq_cats .link_faq_cats:after{
    content: "\f104" !important;
    left: 20px !important;
    position: absolute;
    line-height: 0px;
    top: 50% !important;
    font-size: 20px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    width:unset;
  }
  .main_box_faq_cats .link_faq_cats.border_bottom:last-child:before{
    display: none;
  }
  .content_faq_page{
    padding-bottom: unset;
  }
  .content_faq_page .asked_questions_box,.accordion_faq_questions .asked_questions_box{
    padding: 10px 10px;
  }
  .accordion{
    font-size: 14px;
    line-height: 21px;
  }
  .accordion .toggle_icon{
    left: 6px;
    top: 10px;
  }
  .general_faq_box .content_faq_page .asked_questions_box:last-child{
    margin-bottom: 25px;
  }
  .panel{
    padding: 10px 18px 35px 0px;
  }
  .panel:after{
    top: 17px;
  }
  .panel p{
    font-size: 13px;
    line-height: 20px;
  }
  .info_top_page .form_search_faqpage .search-submit{
    padding: 11px 30px 9px;
  }
}
