.faq-body {
  padding-bottom: 0;
}
.faq-page {
  background-color: #fff;
}
#faq {
  margin: 0 auto 120px;
}
.faq-page__getstarted {
  background: url("/assets/images/main/get_started_bg.png") 50% 50% no-repeat;
  background-size: contain;
  display: flex;
  justify-content: flex-end;
  height: 700px;
  margin: 0 auto 120px;
  max-width: 100%;
  padding: 103px 150px 0 0;
  width: 1780px;
}
@media (max-width: 1780px) {
  .faq-page__getstarted {
    height: 40vw;
    padding: 6vw 9vw 0 0;
  }
}
@media (max-width: 1024px) {
  .faq-page__getstarted {
    margin-bottom: 50px;
    padding-top: 4vw;
  }
}
@media (max-width: 500px) {
  .faq-page__getstarted {
    background: url("/assets/images/main/get_started_bg_m.png") 50% 100%
      no-repeat;
    height: 300px;
    padding: 30px 0 0;
  }
}
.faq-page__getstarted-inner {
  width: 38%;
}
@media (max-width: 500px) {
  .faq-page__getstarted-inner {
    text-align: center;
    width: 100%;
  }
}
.faq-page__getstarted-title {
  color: #000;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 30px;
}
@media (max-width: 1780px) {
  .faq-page__getstarted-title {
    font-size: 3.6vw;
  }
}
@media (max-width: 1024px) {
  .faq-page__getstarted-title {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .faq-page__getstarted-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.faq-page__getstarted-text {
  color: #838486;
  font-size: 24px;
  line-height: 2;
  margin: 0 0 40px;
}
@media (max-width: 1780px) {
  .faq-page__getstarted-text {
    font-size: 1.4vw;
    margin-bottom: 2vw;
  }
}
.faq-page__getstarted-btn {
  background: #5495ff;
  border-radius: 44px;
  color: #fff;
  display: block;
  height: 80px;
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
  padding: 0;
  text-align: center;
  width: 250px;
  margin-top: 40px;
}
@media (max-width: 1780px) {
  .faq-page__getstarted-btn {
    height: 4.5vw;
    line-height: 4.5vw;
    width: 14vw;
  }
}
@media (max-width: 1024px) {
  .faq-page__getstarted-btn {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    width: 150px;
  }
}
@media (max-width: 500px) {
  .faq-page__getstarted-btn {
    height: 55px;
    font-size: 14px;
    line-height: 55px;
    margin: 0 auto;
    width: 180px;
    margin-top: 40px;
  }
}

.faq-page__footer {
  background: #fff;
  margin: 0;
}
@media (max-width: 1024px) {
  .faq-page__footer {
    padding: 0 20px;
  }
}
.faq-page__footer-logo {
  display: block;
  height: 80px;
  margin: 0 auto 40px;
  width: 306px;
}
@media (max-width: 500px) {
  .faq-page__footer-logo {
    height: auto;
    margin-bottom: 30px;
    width: 153px;
  }
}
.faq-page__footer-social {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 500px) {
  .faq-page__footer-social {
    display: flex;
    justify-content: space-between;
    margin: 0 40px 30px;
  }
}
.faq-page__footer-social-link {
  margin-left: 42px;
}
@media (max-width: 500px) {
  .faq-page__footer-social-link {
    margin: 0;
  }
}
.faq-page__footer-social-link:first-child {
  margin-left: 0;
}
@media (max-width: 500px) {
  .faq-page__footer-social-link svg {
    height: 35px;
    width: 35px;
  }
}
.faq-page__footer-social-link:hover svg circle {
  opacity: 1;
}
.faq-page__footer-social-link:hover svg path {
  fill: #fff;
}
.faq-page__footer-menu {
  margin: 0 auto 50px;
  max-width: 100%;
  text-align: center;
  width: 1000px;
}
@media (max-width: 500px) {
  .faq-page__footer-menu {
    margin-bottom: 30px;
  }
}
.faq-page__footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .faq-page__footer-menu ul {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .faq-page__footer-menu ul li {
    margin: 0 7px 15px;
  }
}
.faq-page__footer-menu ul li a {
  color: #838486;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
.faq-page__footer-menu ul li a:hover {
  color: #3c8aff;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .faq-page__footer-menu ul li a {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .faq-page__footer-menu ul li a {
    font-size: 14px;
    font-weight: normal;
  }
}
.faq-page__footer-copyright {
  color: #838486;
  border-top: 1px solid #e0ebf6;
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 24px;
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 500px) {
  .faq-page__footer-copyright {
    font-size: 14px;
    margin: 0 -20px;
    padding: 20px 0;
  }
}


.faq_row {
    display: flex;
    align-items: center;
}
.faq_top_content {
    width: 50%;
    padding-right: 10%;                                             
}
.faq_top_content .main-page__banner-block-title {
    text-align: left;
    font-size: 72px;
    color: #2F3031;
}
.faq_top_content .main-page__banner-block-desc {
    margin-bottom: 0;
}
.faq-page__banner {
    height: 700px;
    background: #F8FBFF;
    align-items: center;
    display: flex;
}
.contain-fluid {
    width: 100%;
}
header.fix {
    background: #F8FBFF;
    z-index: 101;
}
.lines {
    position: absolute;
    left:0;
    bottom:0;
}
.tabs-nav ul {
    margin: 0;
    padding: 0;
  }
  
  .tabs-nav li {
    display: inline-block;
    color: #2F3031;
    border-width: 1px 1px 0 1px;
    margin-right: 5px;
    width: 100%;
    opacity: 0.5;
}
  
  .tabs-nav a {
    display: block;
    padding: 10px 15px;
    font-weight: bold;
    color: #2F3031;
    border-right: 1px solid #E0EBF6;
  }
  /* Active tab */
  
  .tabs-nav li.active {
    opacity: 1;
    border-right: 3px solid #3C8AFF;
}
.tabs-nav li.active  a {
    padding-right: 13px;
}
  /* Tab content */
  
  .tabs-content {
    padding: 10px;
    background: #FFF;
    margin-top: -1px;
    overflow: hidden;
    width: 100%;
    padding-left: 50px;
  }
  
  .tabs-content IMG {
    margin-right: 10px;
  }
  
  header.tabs-nav {
    position: relative;
    height: auto;
}
.tabs-section {
    display: flex;
}
.tabs-section header.tabs-nav {
    width: 270px;
}
.tabs-section header.tabs-nav ul li img {
    width: 55px;
    margin: 0 auto;
}
.tabs-section header.tabs-nav ul li h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 20px;
}
section#faq .contain {
    max-width: 1440px;
    padding-top: 90px;
}
.tabs-content ul.faqLst li {
    border-top: none;
    margin: 0;
    padding: 0;
}
.tabs-content ul.faqLst li h3 {
    margin: 0;
    padding:21px 0;
    font-size: 24px;
    color: #000;
    padding-left: 34px;
}
.tabs-content ul.faqLst .cntnt {
    padding-bottom: 23px;
}
.tabs-content h2 {
    font-size: 48px;
    padding-left: 30px;
    color: #2F3031;
    margin-bottom: 30px;
}
.tabs-content ul.faqLst .cntnt, .tabs-content ul.faqLst .cntnt p {
    font-size: 18px;
    line-height: normal;
}
.tabs-content ul.faqLst li h3:before {
    content: "?";
    position: absolute;
    left: 0;
    background: #2cb1ff;
    top: 17px;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    align-items: center;
    display: flex;
    justify-content: center;
}
ul.faqLst i.fi-plus {
    background: #B9D6FF;
    width: 35px;
    font-size: 14px;
    height: 35px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    opacity: 1;
    justify-content: center;
    color: #3C8AFF !important;
}
ul.faqLst i.fi-minus {
    background: #3C8AFF;
    width: 35px;
    font-size: 14px;
    height: 35px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    opacity: 1;
    justify-content: center;
    color: #fff !important;
}

/* == Responsive == */
@media (max-width:1024px) {
    .faq-page__getstarted {
        height: auto;
        background-size: cover;
        padding-bottom: 50px;
    }
}
@media (max-width:767px) {
    .faq_top_content {
        width: 100%;
        padding-right: 0;
    }
    .faq_row {
        flex-wrap: wrap-reverse;
    }
    .faq_top_content .main-page__banner-block-title {
        font-size: 36px;
        color: #2F3031;
        margin: 20px 0;
        text-align: center;
    }
    .tabs-section {
        flex-wrap: wrap;
    }
    .tabs-section header.tabs-nav {
        width: 100%;
        background: transparent;
    }
    .tabs-nav a {
        border:none;
    }
    .tabs-section header.tabs-nav ul {
        display: flex;
        width: 100%;
    }
    .tabs-section header.tabs-nav ul li {
        width: 50%;
        background: transparent;
        border-right: none !important;
        border-bottom: 1px solid #E0EBF6;
    }
    .tabs-section header.tabs-nav ul li.active {
        border-bottom: 3px solid #3C8AFF;
    }
    .tabs-content ul.faqLst li h3:before {
        top: 23px;
    }
    .tabs-section header.tabs-nav ul li h2 {
        font-size: 22px;
        margin-top: 17px;
        margin-bottom: 3px;
    }
    .tabs-content ul.faqLst li h3 {
        font-size: 18px;
        padding-right: 60px;
        padding-left: 34px;
        line-height: normal;
    }
    .tabs-content {
        padding-left: 0;
        padding-top: 30px;
    }
    .tabs-content h2 {
        font-size: 36px;
        padding-left: 0;
        color: #2F3031;
        margin-bottom: 30px;
    }
    h2.mob-title {
        font-size: 28px;
        padding-left: 0;
        color: #2F3031;
        margin-bottom: 30px;
        text-align: center;
    }
    .desktop-title {
        display: none;
    }
    .faq_top_content .main-page__banner-block-desc {
        margin-bottom: 0;
        max-width: 100%;
        text-align: center;
    }

}



@media (min-width:767px) {
    h2.mob-title {
        display: none;
    }
}

@media (min-width:767px) and (max-width:1024px) {
    .faq_top_content {
        padding-right: 0;
    }
    .faq_top_content .main-page__banner-block-title {
        font-size: 45px;
    }
    .tabs-section header.tabs-nav {
        background: none;
    }
}

