@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;
}

#bottom_warpper {
  width: 100%;
  background-color: white;
  position: relative;
  padding-top: 30px;
}
#bottom_warpper #review_wrapper {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#bottom_warpper #review_wrapper .slide_icons {
  border: 1px solid #c4c4c4;
  border-radius: 60%;
  padding: 5px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 28px;
  font-weight: bold;
  color: #979797;
  cursor: pointer;
}
#bottom_warpper #review_wrapper .slide_icons:nth-child(1) {
  margin-right: 20px;
  padding-left: 10px;
}
#bottom_warpper #review_wrapper .slide_icons:not(:first-child) {
  margin-left: 20px;
}
#bottom_warpper #review_wrapper #review_cnt {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  padding: 10px;
}
#bottom_warpper #review_wrapper #review_cnt .single_review {
  background-color: #f8f9fa;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 rgba(182, 196, 210, 0.4);
  display: inline-block;
  height: 159px;
  line-height: 16px;
  margin: 0 24px 0 0;
  padding: 15px;
  position: relative;
  vertical-align: middle;
  white-space: normal;
}
#bottom_warpper #review_wrapper #review_cnt .single_review .review_img {
  width: 50%;
}
#bottom_warpper #review_wrapper #review_cnt .single_review .title {
  color: #1f2936;
  font-size: 14px;
  font-weight: 700;
  height: 16px;
  margin: 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#bottom_warpper #review_wrapper #review_cnt .single_review .desc {
  color: #191919;
  font-size: 13px;
  line-height: 16px;
  max-height: 50px;
  margin: 0 0 11px;
  overflow: hidden;
  word-wrap: break-word;
}
#bottom_warpper #review_wrapper #review_cnt .single_review .name_date {
  display: flex;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
}
#bottom_warpper #buttonSearch_cnt {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: auto;
  text-align: center;
  color: white;
  background-image: -webkit-linear-gradient(right, #100e26, #100e26);
}
#bottom_warpper #buttonSearch_cnt .title {
  font-size: 34px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin-bottom: 28px;
}
#bottom_warpper #buttonSearch_cnt .search_cnt {
  background-color: white;
  border-radius: 50px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: auto;
  width: 30%;
}
#bottom_warpper #buttonSearch_cnt .search_cnt .search_icon {
  color: #858484;
  margin-left: 11px;
  font-size: 20px;
}
#bottom_warpper #buttonSearch_cnt .search_cnt .search_input {
  width: 100%;
  border: none;
  outline: none;
  padding: 12px;
  border-radius: 50%;
  font-family: "Open Sans", sans-serif;
}
#bottom_warpper .global_cnt {
  position: relative;
  margin: auto;
  background-color: white;
  border: 1px solid #e9e9e9;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.1);
  border-bottom-color: #eee;
  text-align: center;
  width: 70%;
  padding: 30px;
}
#bottom_warpper .global_cnt .ribbon-primary {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}
#bottom_warpper .global_cnt .ribbon-primary div {
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  position: relative;
  padding: 5px 0;
  left: -38px;
  top: 7px;
  width: 120px;
  background-color: #e3232c;
  text-transform: uppercase;
  font-size: 14px;
}
#bottom_warpper .global_cnt .title {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}
#bottom_warpper .global_cnt .title .icon {
  color: #e3232c;
  margin-right: 5px;
}
#bottom_warpper .global_cnt .desc {
  color: rgb(44, 43, 43);
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 27px;
}
#bottom_warpper .global_cnt .read_more {
  color: #e3232c;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  transition: all 0.7s ease;
}
#bottom_warpper .global_cnt .read_more:hover {
  opacity: 0.7;
  text-decoration: underline;
}
#bottom_warpper .limitted_cnt {
  margin: auto;
  text-align: center;
  margin-top: 60px;
}
#bottom_warpper .limitted_cnt .title {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  color: #e3232c;
  margin-bottom: 60px;
}
#bottom_warpper .limitted_cnt .down_cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#bottom_warpper .limitted_cnt .down_cnt .single {
  text-align: center;
  position: relative;
}
#bottom_warpper .limitted_cnt .down_cnt .single:first-child {
  padding-right: 50px;
  margin-right: 50px;
}
#bottom_warpper .limitted_cnt .down_cnt .single:not(:last-child)::after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  border-right: 1px solid rgba(152, 152, 152, 0.435);
  right: 0px;
  top: 0px;
}
#bottom_warpper .limitted_cnt .down_cnt .single p {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
#bottom_warpper .limitted_cnt .down_cnt .single p .flag {
  margin-right: 5px;
}
#bottom_warpper .limitted_cnt .down_cnt .single .desc {
  color: rgb(44, 43, 43);
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  line-height: 27px;
  margin-bottom: 29px;
}
#bottom_warpper .limitted_cnt .down_cnt .single a {
  display: block;
  margin: auto;
  padding: 10px;
  border: 1px solid #e3232c;
  text-align: center;
  color: #e3232c;
  font-family: "Open Sans", sans-serif;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 12px;
}
#bottom_warpper .limitted_cnt .down_cnt .single a:hover {
  background-color: #e3232c;
  color: white;
}
#bottom_warpper .calling_cnt {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#bottom_warpper .calling_cnt .phone_img {
  margin-right: 10px;
  transform: rotateX(315deg);
}
#bottom_warpper .calling_cnt .right_cnt .title1 {
  color: #e3232c;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
}
#bottom_warpper .calling_cnt .right_cnt .title2 {
  color: black;
  font-size: 32px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
#bottom_warpper .calling_cnt .right_cnt .desc {
  color: rgb(44, 43, 43);
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  margin-top: 20px;
  margin-bottom: 28px;
}
#bottom_warpper .calling_cnt .right_cnt .learn_more {
  background-color: #e3232c;
  color: white;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  transition: all 0.7s ease;
  text-decoration: none;
  padding: 13px;
  width: 26%;
  display: block;
  text-align: center;
}
#bottom_warpper .calling_cnt .right_cnt .learn_more:hover {
  opacity: 0.7;
}
#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;
}
#bottom_warpper .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;
}
#bottom_warpper .available_cnt .content_cnt {
  text-align: center;
  width: 50%;
  margin: auto;
}
#bottom_warpper .available_cnt .content_cnt .title {
  color: white;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
#bottom_warpper .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;
}
#bottom_warpper .available_cnt .store_cnt {
  display: flex;
  justify-content: center;
  align-items: center;
}
#bottom_warpper .available_cnt .store_cnt .store_img {
  margin-right: 15px;
  object-fit: contain;
  width: 25%;
}
#bottom_warpper .get_in_touch_cnt {
  margin: auto;
  text-align: center;
  background: white;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}
#bottom_warpper .get_in_touch_cnt figure #figure2 {
  position: absolute;
  width: 300px;
  z-index: -1;
  right: 2px;
  left: 17%;
  top: 35%;
}
#bottom_warpper .get_in_touch_cnt figure img {
  position: absolute;
  width: 178px;
  z-index: -1;
  right: 0px;
  top: 0px;
}
#bottom_warpper .get_in_touch_cnt .get {
  color: #e3232c;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}
#bottom_warpper .get_in_touch_cnt .subscribe {
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 15px;
}
#bottom_warpper .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;
}
#bottom_warpper .get_in_touch_cnt .button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#bottom_warpper .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;
}
#bottom_warpper .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;
}
#bottom_warpper .get_in_touch_cnt .button button:hover {
  background-color: #e3232c;
}
#bottom_warpper .get_in_touch_cnt .button button:hover i {
  color: white;
}
#bottom_warpper .get_in_touch_cnt .button button i {
  color: #e3232c;
  font-size: 25px;
}

#wrapper {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  /* top_cnt */
}
#wrapper #top_cnt {
  width: 100%;
  position: relative;
  background-blend-mode: soft-light;
  box-sizing: border-box;
  /* 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 #carousel_wrapper {
  position: relative;
}
#wrapper #top_cnt #carousel_wrapper #carouselExample {
  position: relative;
}
#wrapper #top_cnt #carousel_wrapper #carouselExample .inner {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.71);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
#wrapper #top_cnt #carousel_wrapper #carouselExample button {
  background-color: black;
  border-radius: 50%;
  padding: 10px;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 45%;
  z-index: 3;
  margin: 10px;
}
#wrapper #top_cnt #carousel_wrapper .content_cnt {
  position: absolute;
  top: 10%;
  left: 0px;
  right: 0px;
  padding: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 95%;
  margin: auto;
}
#wrapper #top_cnt #carousel_wrapper .content_cnt .phone_img {
  margin-right: 20px;
  width: 25%;
}
#wrapper #top_cnt #carousel_wrapper .content_cnt .right_cnt {
  width: 40%;
}
#wrapper #top_cnt #carousel_wrapper .content_cnt .right_cnt .title1 {
  color: #e3232c;
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
}
#wrapper #top_cnt #carousel_wrapper .content_cnt .right_cnt .title2 {
  color: white;
  font-size: 32px;
  /* font-family: "Raleway", sans-serif; */
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px;
}
#wrapper #top_cnt #carousel_wrapper .content_cnt .right_cnt .desc {
  color: white;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  margin-top: 9px;
  margin-bottom: 28px;
}
#wrapper #top_cnt #carousel_wrapper .content_cnt .right_cnt .link_cnt {
  display: flex;
  justify-content: start;
  align-items: center;
}
#wrapper #top_cnt #carousel_wrapper .content_cnt .right_cnt .link_cnt .buy_btn {
  background-color: #e3232c;
  color: white;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  transition: all 0.7s ease;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  border-radius: 5px;
}
#wrapper #top_cnt #carousel_wrapper .content_cnt .right_cnt .link_cnt .buy_btn:not(:first-child) {
  margin-left: 20px;
}
#wrapper #top_cnt #carousel_wrapper .content_cnt .right_cnt .link_cnt .buy_btn i {
  display: block;
  margin-left: 20px;
}
#wrapper #top_cnt #carousel_wrapper .content_cnt .right_cnt .link_cnt .buy_btn:hover {
  opacity: 0.7;
}
#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;
}

#help_cnt {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #9B36B7;
}
#help_cnt .help_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e3232c;
  color: white;
  font-family: "Open Sans", sans-serif;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 200ms ease-in-out;
  padding: 10px 16px 10px 16px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
#help_cnt .help_btn:hover {
  opacity: 0.8;
}
#help_cnt .help_btn .help_icon {
  margin-right: 11px;
}
#help_cnt .help_btn.active {
  display: none !important;
}
#help_cnt .help_form_cnt {
  box-sizing: border-box;
  color: rgb(47, 57, 65);
  width: 23%;
  height: 541px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0.428571rem 0px;
  border-radius: 0.571429rem;
  display: none;
}
#help_cnt .help_form_cnt.active {
  display: block !important;
}
#help_cnt .help_form_cnt .header {
  display: flex;
  align-content: stretch;
  -webkit-box-align: center;
  align-items: center;
  min-height: 2rem;
  background-color: #e3232c;
  color: white;
  justify-content: center;
  padding: 10px;
  position: relative;
}
#help_cnt .help_form_cnt .header h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
#help_cnt .help_form_cnt .header .remove_icon {
  position: absolute;
  right: 6px;
  font-size: 17px;
  cursor: pointer;
}
#help_cnt .help_form_cnt .body {
  height: 77%;
  overflow-y: scroll;
  padding: 15px;
}
#help_cnt .help_form_cnt .body form .first_title {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 12px;
  color: black;
}
#help_cnt .help_form_cnt .body form label {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: black;
  margin-bottom: 3px;
  margin-top: 17px;
}
#help_cnt .help_form_cnt .body form #fileLabel {
  border: 2px dashed #d6d2d2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  color: #7a7979;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  cursor: pointer;
}
#help_cnt .help_form_cnt .body form #fileLabel .file_icon {
  color: #e3232c;
  margin-right: 3px;
}
#help_cnt .help_form_cnt .body form .inputfile {
  /* visibility: hidden etc. wont work */
  display: none;
}
#help_cnt .help_form_cnt .bottom {
  padding: 1.07143rem 1.42857rem;
  border-top: 0.0785714rem solid rgb(233, 235, 237);
  box-shadow: rgba(0, 0, 0, 0.08) 0px -0.0714286rem 0.857143rem;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
}
#help_cnt .help_form_cnt .bottom .send_btn {
  margin-left: auto;
  display: block;
  background: #e3232c;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 6px 9px 6px 9px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

@media only screen and (max-width: 1460px) {
  #midSearch_cnt {
    width: 44% !important;
  }
}
/* tablet */
@media only screen and (max-width: 1100px) {
  #help_cnt .help_form_cnt {
    width: 100vw !important;
    height: 100vh !important;
    position: fixed !important;
    right: 0px !important;
    bottom: 0px !important;
    border-radius: 0px !important;
    z-index: 100 !important;
    padding: 30px !important;
  }
  #help_cnt .help_form_cnt .header h4 {
    font-size: 18px !important;
  }
  #help_cnt .help_form_cnt .header .remove_icon {
    font-size: 20px !important;
  }
  #help_cnt .help_form_cnt .body form .first_title {
    font-size: 15px !important;
  }
  #help_cnt .help_form_cnt .body form label {
    font-size: 17px !important;
  }
  #help_cnt .help_form_cnt .body form #fileLabel {
    font-size: 16px !important;
  }
  #help_cnt .help_form_cnt .bottom {
    padding: 1.07143rem 1.42857rem;
    border-top: 0.0785714rem solid rgb(233, 235, 237);
    box-shadow: rgba(0, 0, 0, 0.08) 0px -0.0714286rem 0.857143rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
  }
  #help_cnt .help_form_cnt .bottom .send_btn {
    margin-left: auto;
    display: block;
    background: #e3232c;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 6px 9px 6px 9px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
  }
  #review_wrapper {
    width: 100% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  #buttonSearch_cnt .title {
    font-size: 30px !important;
  }
  #buttonSearch_cnt .search_cnt {
    width: 50% !important;
  }
  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;
  }
  .available_cnt .content_cnt {
    text-align: center;
    width: 90%;
    margin: auto;
  }
  .available_cnt .content_cnt .title {
    font-size: 20px !important;
  }
  .available_cnt .content_cnt .desc {
    font-size: 14px !important;
  }
  .available_cnt .store_cnt {
    flex-wrap: wrap !important;
  }
  .available_cnt .store_cnt .store_img {
    margin-right: 0px !important;
    width: 57% !important;
    margin-bottom: 10px !important;
    height: 50px !important;
  }
  .calling_cnt .phone_img {
    margin-right: 0px !important;
    margin: auto !important;
    width: 50%;
  }
  .calling_cnt .right_cnt {
    width: 100% !important;
    text-align: left !important;
  }
  .calling_cnt .right_cnt .learn_more {
    padding: 13px;
    width: 50% !important;
    margin: auto !important;
  }
  .limitted_cnt .down_cnt .single {
    width: 80% !important;
  }
  .limitted_cnt .down_cnt .single:first-child {
    padding-bottom: 50px !important;
    margin-bottom: 50px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
  .limitted_cnt .down_cnt .single:not(:last-child)::after {
    content: "";
    height: 3px !important;
    width: 100% !important;
    border-bottom: 1px solid rgba(152, 152, 152, 0.435) !important;
    border-right: none !important;
    right: 0px;
    bottom: 0px;
    display: block !important;
    position: relative !important;
    top: 52px !important;
  }
  .limitted_cnt .down_cnt .single a {
    width: 80% !important;
  }
  .global_cnt {
    width: 80% !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;
  }
  #midSearch_cnt {
    width: 55% !important;
  }
  #midSearch_cnt .title {
    font-size: 26px !important;
  }
  #midSearch_cnt .down_cnt .desc {
    font-size: 16px !important;
    font-family: "Roboto", sans-serif !important;
  }
  #midSearch_cnt .down_cnt div .flag {
    font-size: 14px !important;
    margin-right: 5px !important;
  }
  #midSearch_cnt .down_cnt div .flag i {
    margin-right: 2px !important;
  }
  .down_desc_cnt {
    background-color: white !important;
    position: relative !important;
    margin-top: 0px !important;
  }
  .down_desc_cnt .downIcon {
    display: none;
  }
  .down_desc_cnt .single_desc {
    width: 100% !important;
    position: relative;
    padding-top: 32px !important;
  }
  .down_desc_cnt .single_desc .title {
    margin-bottom: 7px !important;
    color: black !important;
  }
  .down_desc_cnt .single_desc .title .icon {
    color: #e3232c !important;
  }
  .down_desc_cnt .single_desc .desc {
    font-size: 14px !important;
    color: rgba(19, 19, 19, 0.6) !important;
    font-size: 13px !important;
  }
  .down_desc_cnt .single_desc:not(:first-child)::after {
    content: "";
    height: 0px !important;
    width: 0;
    position: relative !important;
    display: block;
    top: 0;
    left: 0px !important;
    border-left: !important;
  }
  .down_desc_cnt .single_desc:not(:last-child)::after {
    content: "";
    width: 100% !important;
    display: block !important;
    margin-top: 32px !important;
    border-bottom: 1px solid #e9e9e9 !important;
  }
  .link_cnt .link:nth-child(-n+2) {
    display: none !important;
  }
  #carousel_wrapper {
    position: relative;
  }
  #carousel_wrapper #carouselExample {
    position: relative;
  }
  #carousel_wrapper #carouselExample .inner {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.71);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
  }
  #carousel_wrapper #carouselExample button {
    margin: 0px !important;
  }
  #carousel_wrapper .content_cnt .phone_img {
    margin-right: 0px;
    width: 15% !important;
    position: absolute;
    z-index: 2;
  }
  #carousel_wrapper .content_cnt .right_cnt {
    width: 90% !important;
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, 0.1215686275);
    padding: 20px;
  }
  #carousel_wrapper .content_cnt .right_cnt .title1 {
    font-size: 17px !important;
  }
  #carousel_wrapper .content_cnt .right_cnt .title2 {
    font-size: 25px !important;
  }
  #carousel_wrapper .content_cnt .right_cnt .desc {
    font-size: 17px;
  }
}
/* mobile */
@media only screen and (max-width: 600px) {
  #help_cnt .help_form_cnt {
    padding: 0px !important;
  }
  .global_cnt {
    width: 100% !important;
  }
  #midSearch_cnt {
    width: 80% !important;
  }
  #midSearch_cnt .title {
    font-size: 20px !important;
  }
  #midSearch_cnt .down_cnt {
    justify-content: center !important;
    /* align-items: center; */
    margin-top: 12px !important;
  }
  .link_cnt .link:nth-child(3) {
    display: none !important;
  }
  #top_cnt #midSearch_cnt {
    top: 20% !important;
  }
  #top_cnt #carousel_wrapper {
    position: relative;
  }
  #top_cnt #carousel_wrapper #carouselExample {
    position: relative;
  }
  #top_cnt #carousel_wrapper #carouselExample .inner {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.71);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
  }
  #top_cnt #carousel_wrapper #carouselExample button {
    margin: 0px !important;
  }
  #top_cnt #carousel_wrapper .content_cnt .phone_img {
    margin-right: 0px;
    position: absolute;
    z-index: 2;
  }
  #top_cnt #carousel_wrapper .content_cnt .right_cnt {
    width: 90% !important;
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, 0.1215686275);
    padding: 20px;
  }
  #top_cnt #carousel_wrapper .content_cnt .right_cnt .title1 {
    font-size: 15px !important;
  }
  #top_cnt #carousel_wrapper .content_cnt .right_cnt .title2 {
    font-size: 20px !important;
  }
  #top_cnt #carousel_wrapper .content_cnt .right_cnt .desc {
    font-size: 17px;
    display: none;
  }
}

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