@import url("./btn.css");

@font-face {
  font-family: "Roboto";
  src:
    url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../fonts/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald-Regular";
  src:
    url("../fonts/oswald-regular-webfont.woff"),
    url("../fonts/oswald-regular-webfont.woff2");
}

:root {
  --primary-color: #00aae9;
  --secondary-color: #99cc00;
  --red-color: #ff4444;
  --main-color: #00aae9;
  --purple: #6a49f2;
  --dark-blue: #05335b;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald-Regular" !important;
  letter-spacing: 0.2px;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.section-pd {
  padding-top: 80px;
  padding-bottom: 80px;
}

.main_wrapper {
  background: #fff;
  min-height: calc(100vh - 50vh);
}

.main-title h2 {
  font-size: 35px;
  color: #0f2447;
}

.bg-blue {
  background: var(--main-color);
}

.box-title {
  font-size: 24px;
  line-height: 1.333;
  font-weight: 600;
}

.bg-blue-header {
  background: var(--main-color);
  color: #fff;
  padding: 50px 0;
}

/************ support and help section start***************/

.post h3 {
  background: #f2e7c8;
  padding: 15px;
  margin-top: 5px;
}

.breadcrumb a {
  color: #fff !important;
  font-size: 14px;
  text-decoration: none;
}

.breadcrumb li {
  color: #fbbc05 !important;
}

.terms-and-conditions ol {
  list-style: inside decimal;
}

.list-wrapper li a {
  text-transform: capitalize;
}

.custom-Concepts {
  list-style: inside disc;
}

.copyright-text p {
  margin-bottom: 0;
  padding-top: 15px;
}

.privacy_policy ul {
  list-style: inside;
}

.services-content ul li {
  list-style: inside disc !important;
}

.services-content img {
  width: 100%;
  margin-top: 30px;
}

.privacy-policy-row ul li {
  list-style: inside;
}

.alert {
  margin-top: 80px !important;
}

#search-form {
  flex-wrap: nowrap;
}

.services-content ul {
  padding-left: 0;
}

.alert a.close {
  float: right;
}

a.read-more {
  border: 2px solid #6dbd63;
  padding: 7px 14px;
  color: #6dbd63;
  font-size: 15px;
  display: inline-block;
  border-radius: 5px;
}

.container-fluid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  overflow: hidden;
}

.card-header {
  background-color: var(--main-color);
  color: #fff;
}

/* =================== pricing css ====================== */
.pricing-item {
  background: #fff;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
  height: 100%;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pricing-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pricing-header-wrapper {
  border-radius: 8px;
  height: 175px;
  padding-top: 25px;
  position: relative;
  z-index: 1;
}

.pricing-header-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 10px;
  left: 0;
  top: 0;
  z-index: -1;
}

.pricing-header h5 {
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.pricing-header p {
  color: #fff;
}

.pricing-amount {
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid var(--main-color);
  color: var(--main-color);
  font-weight: 700;
  padding: 30px 0;
  box-shadow: 1px 1px 10px rgb(68 68 68/ 60%);
}

.pricing-amount strong {
  font-size: 37px;
  font-weight: 900;
  color: var(--main-color);
  line-height: 1;
}

.pricing-amount-type {
  position: relative;
  z-index: 1;
  color: var(--main-color);
  font-size: 13px;
  text-transform: uppercase;
}

.pricing-feature {
  margin-top: 50px;
  padding: 40px 0 70px;
  text-align: center;
}

.pricing-feature li {
  margin-bottom: 15px;
  list-style: none;
}

.pricing-feature li:last-child {
  margin-bottom: 0px;
}

.pricing-feature li i {
  color: var(--main-color);
  margin-right: 5px;
}

.pricing-footer {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 30px;
}

/* pricing Css End */

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  padding: 30px 0 40px;
}

.pagination li a,
.pagination li span {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  color: #333;
  box-shadow: 0 0 5px 1px #21212159 !important;
  margin: 5px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 0.75s;
  background-color: #fff;
}

.pagination li:first-of-type a,
.pagination li:first-of-type span,
.pagination li:last-of-type a {
  padding: 10px 20px;
  background-color: var(--main-color);
  color: #fff;
}

.pagination li.active a {
  background-color: var(--main-color);
  color: #fff !important;
}

.pagination-list-wrapper li a:hover {
  box-shadow: 0 0 5px 1px #21212159;
}

.header-fix .navbar-toggler:focus {
  box-shadow: none;
}

.thankyou_wrap {
  background: #e3daff;
  padding: 60px 30px;
  color: #000;
}

.thankyou_wrap h1 {
  font-weight: 500;
}

.blog-single-slide {
  background: #fff;
  height: 100%;
  border: 1px solid #eee;
}

.blog-single-slide a {
  display: block;
}

.blog-single-slide a img {
  width: 100%;
}

.blog-slide-text {
  padding: 20px;
}

.blog-single-slide a {
  display: block;
  color: #010101;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog-meta {
  margin-left: 5px;
  margin-right: 15px;
}

.blog-single-slide span.blog-meta {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-btn .main-btn {
  display: inline-block;
}

.registration-view p a {
  color: #00aae9;
  font-weight: 600;
}

.vl {
  position: absolute;
  left: 52%;
  transform: translate(-50%, -50%);
  border: 1px solid #e3e3e3;
  height: 60%;
  top: 50%;
}

.vl-innertext {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ff4646;
  border: 2px solid #ff4646;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.sign-link {
  color: #00aae9;
}

@media (max-width: 767px) {
  .bg-blue-header h1 {
    font-size: 30px;
  }
  a.blog_img {
    height: 258px;
  }
}

/* Download App page css */
.app-img {
  text-align: center;
  position: relative;
}

.qr-img {
  margin: 30px 0px 40px;
}
.qr-img img {
  width: 200px;
}

.app-avil {
  font-size: 14px;
  font-weight: 500;
}

.app-desc h2 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 15px;
}
.app-desc h2 span {
  color: #00aae9;
}
.app-desc h2 span .red {
  color: #ff4646;
}
.app-bg {
  background: #e3fbff;
}
.app-bg-2 {
  background: #fee;
}
.app-img img {
  position: relative;
  max-width: 510px;
}
.app-desc {
  text-align: center;
}
.app-img::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 500px;
  width: 500px;
  transform: translate(-50%, -50%);
  background: #67d2fb;
  border-radius: 50%;
  z-index: 0;
}

.app-desc p {
  max-width: 520px;
  font-size: 16px;
  margin: auto;
}
.app-bg-2 .app-img::before {
  background: #67d2fb;
}
.banner_section .banner_text h1 {
  font-size: 62px;
  color: #fff;
  letter-spacing: -1.5px;
  font-weight: 700;
  line-height: 80px;
}

.banner_section .banner_text h1 span {
  color: var(--main-color);
}

.banner_section {
  padding: 80px 0px;
  background: #05335b;
  background-size: cover;
  color: #fff;
}

/* features section wraper */
.features_section .feature_detail {
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 20px;
  box-shadow: 0px 4px 25px #0f063524;
}
/* features section image */
.features_section .feature_detail .feature_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  width: 310px;
}

.features_section .feature_detail .feature_img img {
  max-width: 100%;
}

/* features section box */

.features_section .feature_detail .feature_box {
  max-width: 410px;
}

.features_section .feature_detail .feature_box .data_block {
  margin-bottom: 50px;
}

.features_section .feature_detail .feature_box .data_block h4 {
  font-size: 20px;
  color: var(--dark-blue);
  font-weight: 600;
}

.features_section .feature_detail .left_data {
  text-align: right;
  padding-left: 130px;
}

.features_section .feature_detail .right_data {
  padding-right: 130px;
}

.features_section .feature_detail .left_data .data_block .icon {
  margin-right: -15px;
}

.features_section .feature_detail .right_data .data_block .icon {
  margin-left: -15px;
}
.features_section {
  padding: 100px 0px;
}
.app_section_title h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--dark-blue);
}
.app_section_title h2 span {
  color: #00aae9;
}
.app_section_title {
  text-align: center;
}
.banner_section .banner_text h1 span {
  color: #00a9e9;
}

.swiper.mySwiper.swiper-initialized {
  padding-bottom: 50px;
}
.banner-slider .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
}
.banner-slider .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.banner_text {
  margin-bottom: 30px;
}

/* -------------How It Work Section Css Start------------- */
.how_it_section {
  position: relative;
}

.how_it_inner {
  max-width: 1320px;
  margin: 0 auto;
  background-color: #05335b;
  padding: 80px 0;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.how_it_inner .steps_block {
  text-align: center;
  position: relative;
}

.how_it_inner .steps_block .icon {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  margin: 0 auto;
}

.how_it_inner .steps_block .text {
  margin-top: 40px;
  color: #fff;
}

.how_it_inner .steps_block .text .social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px 0 20px 0;
  list-style: none;
}

.how_it_inner .steps_block .text .social li a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  transition: 0.4s all;
  list-style: none;
}

.how_it_inner .steps_block .text .social li a:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.how_it_inner .steps_block .text .tag_text {
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 20px 0;
}

.how_it_inner .steps_block .step {
  width: 40px;
  height: 40px;
  border: 1px dashed #9599ab;
  color: #9599ab;
  text-align: center;
  line-height: 38px;
  display: block;
  margin: 0 auto;
  border-radius: 100px;
  margin-top: 30px;
  position: relative;
}

.how_it_inner .steps_block.step_border::after {
  content: "";
  position: absolute;
  left: calc(50% + 45px);
  bottom: 20px;
  width: calc(100% - 60px);
  height: 1px;
  border-bottom: 1px dashed #9599ab;
}

.how_it_inner .text-center .btn_block {
  margin-top: 35px;
}


.features_section .feature_detail p{
  font-size: 14px;
}

.features_section .feature_detail .data_block .icon {
  margin-right: -15px;
  background: #00aae9;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  margin-bottom: 15px;
}
.features_section .feature_detail .data_block .icon::before {
  position: absolute;
  content: "";
  background: #05335bf7;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: 10px;
  top: 10px;
}
.features_section .feature_detail .data_block .icon svg {
  width: 40px;
  color: #fff;
  fill: #fff;
  z-index: 9;
}
.features_section .feature_detail .left_data .data_block .icon {
  margin-left: auto;
}
.page-title {
  background: var(--main-color);
  padding: 40px 0px;
}
.prodct_heading h1 {
  font-size: 36px;
}

.woot-widget-bubble.woot-widget--expanded,
.woot-widget-bubble {
  bottom: 50px !important;
}

#woot-widget--expanded__text {
  font-size: 0 !important;
}

.woot-widget-holder {
  bottom: 125px !important;
}

#woot-widget--expanded__text::before {
  content: "Chat";
  font-size: 16px;
  font-weight: 600;
  color: inherit;
}

.woot-widget-bubble.woot-elements--right {
  right: 5px !important;
}
