@import url("https://fonts.googleapis.com/css2?family=Open Sans:wght@100;200;300;500;600;700;800;900&display=swap");
/* mobile first */
/*=== Global ===*/
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  background-color: #fff;
  color: #464646;
  scroll-behavior: smooth; }

body {
  font-family: 'Open Sans', sans-serif; }

.container, .services_wrapp_item {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px; }
  @media (min-width: 992px) {
    .container, .services_wrapp_item {
      max-width: 1227px; } }
  @media (min-width: 1110px) {
    .container, .services_wrapp_item {
      max-width: 1227px; } }

/*=== Heder ===*/
header {
  position: relative;
  width: 100%;
  z-index: 6; }
  @media (min-width: 992px) {
    header {
      background-color: transparent; } }
  @media (min-width: 1110px) {
    header {
      background-color: transparent; } }
  header .container, header .services_wrapp_item {
    display: none; }
    @media (min-width: 992px) {
      header .container, header .services_wrapp_item {
        align-items: center;
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        padding: 40px 10px;
        width: 100%; } }
    @media (min-width: 1110px) {
      header .container, header .services_wrapp_item {
        align-items: center;
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        padding: 40px 10px;
        width: 100%; } }

.logo_img {
  max-width: 240px;
  width: 100%; }
  @media (min-width: 992px) {
    .logo_img {
      max-width: 296px; } }
  @media (min-width: 1110px) {
    .logo_img {
      max-width: 296px; } }

.navigation {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-decoration: none; }

.nav_link {
  color: #49527E;
  font-weight: 600;
  padding: 5px 15px;
  position: relative;
  text-decoration: none;
  z-index: 6; }
  .nav_link:hover {
    color: #FF9100; }

.topnav {
  background-color: transparent;
  overflow: hidden;
  position: relative; }
  .topnav a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 14px 16px;
    text-decoration: none; }
    .topnav a:hover {
      color: #FF9100; }
  .topnav #myLinks {
    display: none; }

.topnav a.icon {
  background-color: #00E0E0;
  color: #fff;
  display: block;
  position: absolute;
  right: 10px;
  top: 14px; }

#myLinks {
  background-color: #707070; }

.desctop_navigation {
  display: none; }
  @media (min-width: 992px) {
    .desctop_navigation {
      display: block; } }
  @media (min-width: 1110px) {
    .desctop_navigation {
      display: block; } }

.mobile_navigation {
  display: block; }
  @media (min-width: 992px) {
    .mobile_navigation {
      display: none; } }
  @media (min-width: 1110px) {
    .mobile_navigation {
      display: none; } }

/*=== Live Support ===*/
.live_support {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right; }

.live_support_container {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .live_support_container {
      flex-direction: row; } }
  @media (min-width: 1110px) {
    .live_support_container {
      flex-direction: row; } }

.live_support_item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 992px) {
    .live_support_item {
      align-items: flex-start; } }
  @media (min-width: 1110px) {
    .live_support_item {
      align-items: flex-start; } }

.live_support {
  height: auto;
  padding: 20px 0;
  text-align: left; }
  @media (min-width: 992px) {
    .live_support {
      padding: 70px 0 170px 0; } }
  @media (min-width: 1110px) {
    .live_support {
      padding: 70px 0 170px 0; } }

.live_title {
  color: #49527E;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 650px;
  margin-bottom: 15px;
  text-align: center; }
  @media (min-width: 992px) {
    .live_title {
      font-size: 60px;
      margin-bottom: 25px;
      text-align: left; } }
  @media (min-width: 1110px) {
    .live_title {
      font-size: 64px;
      margin-bottom: 30px;
      text-align: left; } }

.live_sub_title {
  color: #49527E;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 600px;
  text-align: center;
  width: 100%; }
  @media (min-width: 992px) {
    .live_sub_title {
      font-size: 23px;
      line-height: 1.6;
      max-width: 480px;
      text-align: left; } }
  @media (min-width: 1110px) {
    .live_sub_title {
      font-size: 25px;
      line-height: 1.6;
      max-width: 480px;
      text-align: left; } }

.support_img {
  max-width: 290px;
  width: 100%; }
  @media (min-width: 992px) {
    .support_img {
      max-width: 590px; } }
  @media (min-width: 1110px) {
    .support_img {
      max-width: 590px; } }

.button_go_live {
  background: transparent linear-gradient(90deg, #F7396C 0%, #F7D3AD 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  margin-top: 40px;
  opacity: 1;
  padding: 16px 40px;
  text-decoration: none; }

.go_to_live_support_wrapper {
  margin: 0 auto; }
  @media (min-width: 992px) {
    .go_to_live_support_wrapper {
      margin: 0; } }
  @media (min-width: 1110px) {
    .go_to_live_support_wrapper {
      margin: 0; } }

/*=== Services ===*/
.services_wrapp_item {
  color: #49527E;
  max-width: 1280px;
  padding: 0;
  text-align: center;
  width: 100%; }

.services_title, .about_title, .faq_title, .contact_title {
  color: #49527E;
  font-weight: 500;
  font-size: 42px;
  max-width: 570px;
  margin: 0 auto;
  padding: 70px 0 10px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .services_title, .about_title, .faq_title, .contact_title {
      font-size: 50px; } }
  @media (min-width: 1110px) {
    .services_title, .about_title, .faq_title, .contact_title {
      font-size: 54px; } }

.services_sub_title, .about_text, .contact_sub_title, .contact_text {
  color: #49527E;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 992px) {
    .services_sub_title, .about_text, .contact_sub_title, .contact_text {
      font-size: 21px; } }
  @media (min-width: 1110px) {
    .services_sub_title, .about_text, .contact_sub_title, .contact_text {
      font-size: 25px; } }

.page_link {
  color: #dedede; }

/*=== About ===*/
.about {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 20px 0; }
  @media (min-width: 992px) {
    .about {
      padding: 80px 0; } }
  @media (min-width: 1110px) {
    .about {
      padding: 80px 0; } }

.about_container {
  align-items: center;
  border-radius: 5px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  max-width: 1227px;
  margin: 0 auto;
  padding: 0 10px; }
  @media (min-width: 992px) {
    .about_container {
      flex-direction: row;
      padding: 0; } }
  @media (min-width: 1110px) {
    .about_container {
      flex-direction: row;
      padding: 0; } }

.about_title {
  text-align: left; }

.about_text {
  margin-top: 30px; }

.about_image {
  max-width: 300px;
  width: 100%; }
  @media (min-width: 992px) {
    .about_image {
      max-width: 555px; } }
  @media (min-width: 1110px) {
    .about_image {
      max-width: 555px; } }

.about_wrapper {
  max-width: 560px; }

.goup_image {
  left: 0;
  position: relative;
  width: 100%; }

/*=== Faq ===*/
.faq {
  background-color: #fff;
  height: auto;
  margin-bottom: 50px;
  padding: 10px 10px 90px 10px;
  position: relative;
  top: 50px;
  z-index: 2; }
  @media (min-width: 992px) {
    .faq {
      height: 100%;
      margin-bottom: 130px; } }
  @media (min-width: 1110px) {
    .faq {
      height: 100%;
      margin-bottom: 150px; } }
  .faq .blue_font {
    margin-right: 5px; }

.faq_title {
  max-width: 100%; }

.faq-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 40px auto 0 auto;
  padding: 10px 0; }
  @media (min-width: 992px) {
    .faq-content {
      flex-direction: row; } }
  @media (min-width: 1110px) {
    .faq-content {
      flex-direction: row; } }

.faq_box {
  width: 100%; }
  @media (min-width: 992px) {
    .faq_box {
      width: 46%; } }
  @media (min-width: 1110px) {
    .faq_box {
      width: 46%; } }

.accordion {
  background-color: #fff;
  border: none;
  color: #49527E;
  cursor: pointer;
  display: flex;
  font-size: 25px;
  font-weight: 500;
  justify-content: flex-start;
  line-height: 24px;
  margin: 20px 0 0 0;
  outline: none;
  position: relative;
  padding: 5px;
  text-align: left;
  transition: 0.4s;
  width: 100%; }

.accordion:hover {
  color: #ff0000; }

.accordion:hover:after {
  color: #9e9e9e; }

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
  .panel p {
    color: #49527E;
    font-size: 16px;
    font-weight: 400;
    text-align: left; }
  .panel a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none; }
    .panel a:hover {
      color: #ff0000; }

/*=== Contact ===*/
.contact {
  color: #fff;
  height: auto; }

.contact_container {
  max-width: 1227px;
  margin: 0 auto;
  padding: 50px 10px 120px 10px; }

.contact_bottom_item {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px; }

.contact_bottom {
  display: block;
  flex-direction: column;
  margin-top: 80px; }
  @media (min-width: 992px) {
    .contact_bottom {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 1110px) {
    .contact_bottom {
      display: flex;
      justify-content: space-between; } }

.contact_item {
  margin-right: 25px; }

.contact_sub_title {
  max-width: 840px;
  text-align: center; }

.contact_text {
  text-align: center; }

.contact_link {
  align-items: center;
  display: flex;
  font-size: 14px;
  flex-direction: column-reverse;
  justify-content: center;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .contact_link {
      font-size: 16px;
      flex-direction: row;
      justify-content: flex-end; } }
  @media (min-width: 1110px) {
    .contact_link {
      font-size: 18px;
      flex-direction: row;
      justify-content: flex-end; } }

.link {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px; }
  @media (min-width: 992px) {
    .link {
      font-size: 20px;
      margin-top: 20px; } }
  @media (min-width: 1110px) {
    .link {
      font-size: 24px;
      margin-top: 20px; } }
  .link .blue_font a {
    color: #49527E;
    font-weight: 600; }

.blue_font a {
  font-weight: 500;
  text-decoration: none; }
  .blue_font a:hover {
    color: #ff0000; }

/*=== Back To Top button ===*/
.back_top {
  background-color: yellowgreen;
  color: black; }

#myBtn {
  background-color: #ff3200;
  border-radius: 5px;
  border: none;
  bottom: 20px;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  outline: none;
  position: fixed;
  padding: 15px;
  right: 30px;
  z-index: 99; }
  #myBtn:hover {
    background-color: rgba(255, 0, 0, 0.4); }

/*=== Footer ===*/
footer {
  color: #49527E; }
  footer .container, footer .services_wrapp_item {
    font-size: 16px;
    font-weight: 700;
    padding: 50px 10px;
    text-align: center; }
