@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&family=Raleway:wght@100&family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  position: relative;
  background-color: #f7f3f3;
}

#bottom_warpper footer {
  width: 100%;
  background-color: black;
  padding: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
}

#bottom_warpper footer .top_cnt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  margin: auto;
}

#bottom_warpper footer .top_cnt .title {
  color: #d8d8d8;
  margin: 0;
  font-size: 42px;
  font-family: "Open Sans", sans-serif;
  align-items: center;
}

#bottom_warpper footer .top_cnt .store_cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
  margin: auto;
}

#bottom_warpper footer .top_cnt .store_cnt .store_img {
  width: 45%;
  margin-right: 15px;
}

#bottom_warpper footer .mid_cnt {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: start;
  width: 100%;
  margin: auto;
  margin-top: 75px;
}

#bottom_warpper footer .mid_cnt .single {
  width: 22%;
  text-align: start;
}

#bottom_warpper footer .mid_cnt .single .footer_title {
  color: white;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#bottom_warpper footer .mid_cnt .single .footer_title.active .footer_colapse_icon {
  transform: rotateX(140deg) !important;
}

#bottom_warpper footer .mid_cnt .single .footer_title .footer_colapse_icon {
  display: none;
}

#bottom_warpper footer .mid_cnt .single ul {
  list-style: none;
  padding-left: 0px;
}

#bottom_warpper footer .mid_cnt .single ul li {
  margin-bottom: 10px;
}

#bottom_warpper footer .mid_cnt .single ul li a {
  text-decoration: none;
  color: #e2e2e2;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  font-weight: 400;
}

#bottom_warpper footer .mid_cnt .single ul li a:hover {
  color: #e3232c !important;
}

#bottom_warpper footer .socialIcons_cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  border-bottom: 1px solid white;
  padding-bottom: 18px;
  margin-top: 60px;
  margin-bottom: 18px;
}

#bottom_warpper footer .socialIcons_cnt a {
  margin-right: 27px;
}

#bottom_warpper footer .socialIcons_cnt a i {
  font-size: 27px;
}

#bottom_warpper footer .socialIcons_cnt a:nth-child(1) {
  color: #415997;
}

#bottom_warpper footer .socialIcons_cnt a:nth-child(2) {
  color: #65aced;
}

#bottom_warpper footer .socialIcons_cnt a:nth-child(3) {
  color: #e03465;
  background: -webkit-radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  -webkit-background-clip: text;
  background-clip: text;
}

#bottom_warpper footer .socialIcons_cnt a:hover {
  opacity: 0.8;
}

#bottom_warpper footer .footer_bottom_cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#bottom_warpper footer .footer_bottom_cnt .left {
  display: flex;
  justify-content: start;
  align-items: center;
}

#bottom_warpper footer .footer_bottom_cnt .left button {
  background-color: black;
  border: none;
  font-size: 15px;
  color: gainsboro;
  font-family: "Open Sans", sans-serif;
}

#bottom_warpper footer .footer_bottom_cnt .copyright {
  text-align: right;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  color: gainsboro;
}

#wrapper {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  /* top_cnt */
}

#wrapper #top_cnt {
  background-color: rgb(51, 0, 255);
  height: 50vh;
  width: 100%;
  position: relative;
  background-image: url("../images/help.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(159, 0, 0, 0.47);
  background-blend-mode: soft-light;
  box-sizing: border-box;
  background-position: center center;
  /* navbar */
}

#wrapper #top_cnt .nav_cnt {
  box-sizing: border-box;
  position: fixed !important;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 59px;
  transition: all 600ms ease-in-out;
  top: 0px;
}

#wrapper #top_cnt .nav_cnt.active {
  background-color: white !important;
}

#wrapper #top_cnt .nav_cnt.active .link {
  color: black !important;
}

#wrapper #top_cnt .nav_cnt.active .link:hover {
  color: #e3232c !important;
}

#wrapper #top_cnt .nav_cnt.active .bar1,
#wrapper #top_cnt .nav_cnt.active .bar2,
#wrapper #top_cnt .nav_cnt.active .bar3 {
  background-color: black !important;
}

#wrapper #top_cnt .nav_cnt .left #sideBar_cnt {
  width: 100vw;
  background-color: black;
  height: 109vh;
  position: fixed !important;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 20px;
  padding-top: 28px;
  box-sizing: border-box;
  transform-origin: 0 0;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#wrapper #top_cnt .nav_cnt .left #sideBar_cnt .dropdown .lng_btn {
  background: none;
  border: none;
  outline: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 17px;
  margin-left: auto;
  /* margin-top: -44px; */
  position: relative;
  top: -27px;
}

#wrapper #top_cnt .nav_cnt .left #sideBar_cnt #linksUL {
  -webkit-font-smoothing: antialiased;
  list-style-type: none;
  padding: 0;
  max-height: 100%;
}

#wrapper #top_cnt .nav_cnt .left #sideBar_cnt #linksUL li {
  font-size: 24px;
  margin-bottom: 30px;
}

#wrapper #top_cnt .nav_cnt .left #sideBar_cnt #linksUL li a {
  cursor: pointer;
  color: white;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

#wrapper #top_cnt .nav_cnt .left #sideBar_cnt #linksUL .divider {
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
  margin-top: 40px;
  margin-bottom: 40px;
  cursor: none;
}

#wrapper #top_cnt .nav_cnt .left #sideBar_cnt #linksUL .sub {
  font-size: 18px;
  margin-bottom: 27px;
}

#wrapper #top_cnt .nav_cnt .left .sidebar_toggle_cnt {
  z-index: 4;
  display: none;
  cursor: pointer;
}

#wrapper #top_cnt .nav_cnt .left .sidebar_toggle_cnt .bar1,
#wrapper #top_cnt .nav_cnt .left .sidebar_toggle_cnt .bar2,
#wrapper #top_cnt .nav_cnt .left .sidebar_toggle_cnt .bar3 {
  width: 24px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
  position: relative;
  z-index: 4;
}

#wrapper #top_cnt .nav_cnt .left .sidebar_toggle_cnt.active .bar1 {
  transform: translate(0, 7px) rotate(-45deg);
}

#wrapper #top_cnt .nav_cnt .left .sidebar_toggle_cnt.active .bar2 {
  opacity: 0;
}

#wrapper #top_cnt .nav_cnt .left .sidebar_toggle_cnt.active .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

#wrapper #top_cnt .nav_cnt .left .sidebar_toggle_cnt.active ~ #sideBar_cnt {
  transform: none !important;
}

#wrapper #top_cnt .nav_cnt .logo_img {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  margin: auto;
  height: 43px;
}

#wrapper #top_cnt .nav_cnt .link_cnt {
  display: flex;
  align-items: center;
  width: 30%;
  align-content: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#wrapper #top_cnt .nav_cnt .link_cnt .link {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  color: white;
  font-size: 17px;
  font-weight: 300;
  transition: all 200ms ease-in-out;
}

#wrapper #top_cnt .nav_cnt .link_cnt .link:hover {
  color: #e3232c;
}

#wrapper #top_cnt #mid_cnt {
  width: 80%;
  margin: auto;
  text-align: center;
  color: white;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#wrapper #top_cnt #mid_cnt .title {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  font-size: 37px;
  font-weight: 700;
  color: white;
}

#wrapper #top_cnt #mid_cnt .right {
  background-color: white;
  border-radius: 50px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 20px 10px 20px;
}

#wrapper #top_cnt #mid_cnt .right p {
  color: #e3232c;
  margin: 0px;
  margin-right: 3px;
  margin-left: 3px;
}

#wrapper #top_cnt #mid_cnt .right a {
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border: none;
  outline: none;
  background-color: white;
  text-decoration: none;
}

#wrapper #top_cnt #mid_cnt .right a:hover {
  color: #e3232c;
}

#wrapper #top_cnt #mid_cnt .right a:not(:last-child) {
  opacity: 0.7;
}

#wrapper .faq_cnt {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

#wrapper .faq_cnt .help_img {
  margin-right: 50px;
  width: 30%;
}

#wrapper .faq_cnt .right_cnt {
  width: 60%;
}

#wrapper .faq_cnt .right_cnt .title1 {
  color: #e3232c;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border-radius: 60px;
  padding: 8px 30px 8px 30px;
  background: rgba(255, 0, 0, 0.1882352941);
  display: inline-block;
}

#wrapper .faq_cnt .right_cnt .title2 {
  color: black;
  font-size: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 50px;
}

#wrapper .faq_cnt .right_cnt .mid_cnt {
  width: 100%;
}

#wrapper .faq_cnt .right_cnt .mid_cnt .single {
  width: 100%;
  text-align: start;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.54);
  border-radius: 30px;
  padding: 10px 20px 0px 20px;
}

#wrapper .faq_cnt .right_cnt .mid_cnt .single .footer_title {
  color: rgb(0, 0, 0);
  font-size: 19px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: start;
  cursor: pointer;
  position: relative;
  padding-right: 10px;
}

#wrapper .faq_cnt .right_cnt .mid_cnt .single .footer_title.active::after {
  content: "\f068" !important;
}

#wrapper .faq_cnt .right_cnt .mid_cnt .single .footer_title::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f067";
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background-image: linear-gradient(250deg, #f09ba0 0%, #e3232e 100%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
}

#wrapper .faq_cnt .right_cnt .mid_cnt .single ul {
  list-style: none;
  padding-left: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#wrapper .faq_cnt .right_cnt .mid_cnt .single ul li {
  margin-bottom: 10px;
}

#wrapper .faq_cnt .right_cnt .mid_cnt .single ul li a {
  text-decoration: none;
  color: #2b2b2b;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  font-weight: 400;
}

#wrapper .faq_cnt .right_cnt .mid_cnt .single ul li a:hover {
  color: #e3232c !important;
}

#wrapper .available_cnt {
  background-image: url("../images/app.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.41);
  padding-top: 60px;
  padding-bottom: 60px;
}

#wrapper .available_cnt .content_cnt {
  text-align: center;
  width: 50%;
  margin: auto;
}

#wrapper .available_cnt .content_cnt .title {
  color: white;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

#wrapper .available_cnt .content_cnt .desc {
  color: white;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 28px;
  line-height: 29px;
}

#wrapper .available_cnt .store_cnt {
  display: flex;
  justify-content: center;
  align-items: center;
}

#wrapper .available_cnt .store_cnt .store_img {
  margin-right: 15px;
  object-fit: contain;
  width: 25%;
}

#wrapper .get_in_touch_cnt {
  margin: auto;
  text-align: center;
  background: white;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}

#wrapper .get_in_touch_cnt figure #figure2 {
  position: absolute;
  width: 300px;
  z-index: -1;
  right: 2px;
  left: 17%;
  top: 35%;
}

#wrapper .get_in_touch_cnt figure img {
  position: absolute;
  width: 178px;
  z-index: -1;
  right: 0px;
  top: 0px;
}

#wrapper .get_in_touch_cnt .get {
  color: #e3232c;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}

#wrapper .get_in_touch_cnt .subscribe {
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 15px;
}

#wrapper .get_in_touch_cnt .desc {
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 45%;
  margin: auto;
  margin-bottom: 35px;
}

#wrapper .get_in_touch_cnt .button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#wrapper .get_in_touch_cnt .button input {
  padding: 18px;
  width: 50%;
  background-color: #ffffff;
  border: 1.5px solid #e3232c;
  border-radius: 60px;
  padding-left: 30px;
  outline: none;
  color: #757575;
}

#wrapper .get_in_touch_cnt .button button {
  border-radius: 50px;
  border: 1.5px solid #e3232c;
  /* position: relative; */
  /* z-index: 1; */
  overflow: hidden;
  background-color: #ffffff;
  padding: 12px 30px 12px 30px;
  padding: 16px 30px 16px 30px;
  margin-left: 20px;
  transition: all 2ms ease-in-out;
}

#wrapper .get_in_touch_cnt .button button:hover {
  background-color: #e3232c;
}

#wrapper .get_in_touch_cnt .button button:hover i {
  color: white;
}

#wrapper .get_in_touch_cnt .button button i {
  color: #e3232c;
  font-size: 25px;
}

.connect_cnt {
  padding-left: 7vw;
  padding-right: 10px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.connect_cnt .title {
  font-size: 23px;
  font-family: "Open Sans", sans-serif;
  color: black;
  font-weight: 600;
}

.connect_cnt .socialIcons_cnt a {
  color: red;
  margin-right: 10px;
  font-size: 21px;
}

.connect_cnt .socialIcons_cnt a:hover {
  opacity: 0.7;
}

/* tablet */
@media only screen and (max-width: 1100px) {
  #wrapper .about_cnt {
    padding: 20px !important;
  }
  #wrapper .about_cnt .right_cnt {
    width: 100% !important;
    order: 2 !important;
  }
  #wrapper .about_cnt .right_cnt .title {
    font-size: 30px !important;
    text-align: center !important;
    margin-bottom: 5px !important;
  }
  #wrapper .about_cnt .right_cnt .desc {
    font-size: 18px;
    margin-top: 0px !important;
  }
  #wrapper .about_cnt .phone_img {
    margin-left: 0px !important;
    margin-bottom: 20px;
    width: 40% !important;
    order: 1 !important;
  }
  #wrapper .faq_cnt .help_img {
    margin-right: 50px;
    width: 50% !important;
  }
  #wrapper .faq_cnt .right_cnt {
    width: 100% !important;
  }
  #wrapper .faq_cnt .right_cnt .title1 {
    font-size: 17px !important;
    margin-left: 10px;
    margin-right: 10px;
  }
  #wrapper .faq_cnt .right_cnt .title2 {
    font-size: 25px !important;
    margin-left: 10px;
    margin-right: 10px;
  }
  #wrapper .faq_cnt .right_cnt .mid_cnt .single {
    width: 96% !important;
    padding: 10px 20px 0px 20px !important;
    margin: auto !important;
  }
  #wrapper .faq_cnt .right_cnt .mid_cnt .single .footer_title {
    font-size: 16px !important;
    padding-right: 46px !important;
  }
  #wrapper .available_cnt .content_cnt {
    text-align: center;
    width: 90%;
    margin: auto;
  }
  #wrapper .available_cnt .content_cnt .title {
    font-size: 20px !important;
  }
  #wrapper .available_cnt .content_cnt .desc {
    font-size: 14px !important;
  }
  #wrapper .available_cnt .store_cnt {
    flex-wrap: wrap !important;
  }
  #wrapper .available_cnt .store_cnt .store_img {
    margin-right: 0px !important;
    width: 57% !important;
    margin-bottom: 10px !important;
    height: 50px !important;
  }
  #wrapper .connect_cnt {
    padding-left: 20px !important;
  }
  #wrapper .get_in_touch_cnt .subscribe {
    font-size: 25px !important;
  }
  #wrapper .get_in_touch_cnt .desc {
    width: 90% !important;
  }
  #wrapper .get_in_touch_cnt .button input {
    padding: 14px !important;
    width: 60% !important;
  }
  #wrapper .get_in_touch_cnt .button button {
    padding: 11px 30px 11px 30px !important;
  }
  #wrapper .get_in_touch_cnt .button button:hover {
    background-color: #e3232c;
  }
  #wrapper .get_in_touch_cnt .button button:hover i {
    color: white;
  }
  #wrapper .get_in_touch_cnt .button button i {
    color: #e3232c;
    font-size: 25px;
  }
  footer .top_cnt .title {
    width: 100% !important;
    font-size: 20px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }
  footer .top_cnt .store_cnt {
    width: 100% !important;
  }
  footer .top_cnt .store_cnt .store_img {
    width: 30% !important;
    margin-right: 18px !important;
  }
  footer .mid_cnt .single {
    width: 100% !important;
  }
  footer .mid_cnt .single .footer_title {
    padding-bottom: 10px !important;
    cursor: pointer !important;
    border-bottom: 1px solid white !important;
  }
  footer .mid_cnt .single .footer_title .footer_colapse_icon {
    display: block !important;
    font-size: 34px !important;
    font-weight: normal !important;
  }
  footer .mid_cnt .single ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  footer .footer_bottom_cnt .left button {
    font-size: 11px !important;
  }
  footer .footer_bottom_cnt .copyright {
    font-size: 11px !important;
  }
  .nav_cnt {
    position: relative !important;
  }
  .nav_cnt.active {
    background-color: white !important;
    -webkit-transform: translate3d(0, -62px, 0) !important;
    transform: translate3d(0, -62px, 0) !important;
  }
  .nav_cnt.active .link {
    color: black !important;
  }
  .nav_cnt.active .bar1,
  .nav_cnt.active .bar2,
  .nav_cnt.active .bar3 {
    background-color: black !important;
  }
  .sidebar_toggle_cnt {
    display: inline-block !important;
  }
  #bottom_warpper {
    margin-top: 0px !important;
  }
  .link_cnt .link:nth-child(-n+2) {
    display: none !important;
  }
}
/* mobile */
@media only screen and (max-width: 600px) {
  #help_cnt .help_form_cnt {
    padding: 0px !important;
  }
  .global_cnt {
    width: 100% !important;
  }
  .link_cnt .link:nth-child(3) {
    display: none !important;
  }
  #top_cnt #mid_cnt {
    width: 100% !important;
    top: 40% !important;
    justify-content: center !important;
  }
  #top_cnt #mid_cnt .title {
    font-size: 28px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
  }
  #top_cnt #mid_cnt .right {
    padding: 10px 20px 10px 20px !important;
  }
  #top_cnt #mid_cnt .right a {
    font-size: 17px !important;
  }
}


/*# sourceMappingURL=faq.css.map */
