#demo_img, .clint, .featured_img, .main_toggle_button_cross:hover, .question {
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.advantage_mobile_row, .mobileShow, .mobile_navbar_sticky, .navbar_row_new_Comapany_div, .navbar_row_new_Locations_div, .navbar_row_new_Service_div, .makcity_quest, .whats-app {
  display: none;
}

span {
  color: #0f1010;
}

.answers, .form_align, .form_align_line, .question {
  position: relative;
}

.faq {
  width: 80%;
  padding: 0;
  margin: 0 auto 8rem;
}

.question {
  font-size: 22px;
  padding: 20px 45px 20px 15px;
  display: block;
  width: 100%;
  background-color: #e9ebee;
  /*border-radius: 5px;*/
  border-radius: 15px;
  border: 2px solid #24a3ff;
}

.faq_faq {
  /*border: 1px solid #efefef;*/
  margin-bottom: 15px;
  border-radius: 5px;
  /*-webkit-box-shadow: 0 6px 7px -2px #eaeaea;*/
  /*box-shadow: 0 6px 7px -2px #eaeaea;*/
  border: none;
  box-shadow: none;
}

.answers {
  padding: 0 15px;
  width: 100%!important;
  height: 0;
  font-size: 18px;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.makcity_quest:checked ~ .answers {
  height: auto;
  opacity: 1;
  padding: 15px;
  background-color: #fff;
}

.makcity_quest:checked ~ .question {
  background-color: #fff;
}

.plus {
  color: #ee043c;
  position: absolute;
  right: 1%;
  margin-top: -14px;
  z-index: 5;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.makcity_quest:checked ~ .question > .plus {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width:480px) {
  .answers, .h2cert, .question {
    position: relative;
  }
}

@media screen and (max-width:480px) {
  .ourclint, .question, .slider_mobile {
    display: block;
  }
}

@media screen and (max-width:480px) {
  .question {
    font-size: 18px;
    padding: 5px 40px 5px 15px;
    width: 100%;
    cursor: pointer;
    background-color: #efefef;
    border-radius: 5px;
  }
}

@media screen and (max-width:480px) {
  .faq {
    width: 94%;
    padding: 0;
    margin: 0 auto 6rem;
  }
}

@media screen and (max-width:480px) {
  .answers {
    padding: 0 15px;
    width: 100%!important;
    height: 0;
    font-size: 16px;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

@media screen and (max-width:480px) {
  .plus {
    color: #f2883e;
    position: absolute;
    right: 1%;
    margin-top: 0;
    z-index: 5;
    font-size: 2.5em;
    font-weight: 300;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

