@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
button:disabled,
button[disabled] {
  opacity: 0.7;
}

.blue-wave {
  -webkit-animation-name: blue-wave;
  animation-name: blue-wave;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes blue-wave {
  0% {
    -webkit-box-shadow: 0 0 0px 0px #319fff;
    box-shadow: 0 0 0px 0px #0f85ef;
  }
  100% {
    -webkit-box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 3px;
}
body::-webkit-scrollbar-thumb {
  background-color: #D9EBFE;
}

._pb {
  padding-bottom: 60px !important;
}
@media (min-width: 992px) {
  ._pb {
    padding-bottom: 80px !important;
  }
}

._pb-con {
  padding-bottom: 250px !important;
}
@media (min-width: 376px) {
  ._pb-con {
    padding-bottom: 230px !important;
  }
}
@media (min-width: 576px) {
  ._pb-con {
    padding-bottom: 130px !important;
  }
}

.heading h3 {
  background-color: #ddeef9;
  display: inline-block;
  color: #007acc;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
}
.heading h2 {
  font-weight: 600;
  padding: 20px 0;
  margin-bottom: 0;
  color: #004099;
  font-size: 26px;
}
@media (min-width: 576px) {
  .heading h2 {
    font-size: 32px;
  }
}
.heading p {
  color: #9296b9;
  font-size: 16px;
  font-weight: 500;
}

section {
  padding: 60px 0;
}
@media (min-width: 768px) {
  section {
    padding: 80px 0;
  }
}

.custom-btn._white {
  background-color: #fff;
  padding: 12px 30px;
  border: 0;
  outline: 0;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
  color: #0F85E0;
  border: 2px solid #fff;
  transition: 0.4s;
}
.custom-btn._white:hover {
  background-color: transparent;
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 200;
  width: 100%;
  height: 70px;
  font-size: 15px;
  transition: 0.4s ease-in-out;
}
header .logo {
  display: flex;
  align-items: center;
  width: 150px;
  height: 100%;
  transition: 0.4s;
}
header .logo figure {
  width: 100%;
  margin-bottom: 0;
}
header .logo figure img {
  width: 100%;
}
header nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
header nav ul li {
  padding: 0 30px;
  font-weight: 500;
}
header nav ul li a {
  text-decoration: none;
  color: #000;
  transition: 0.4s;
}
header nav ul li a:hover, header nav ul li a.active {
  color: #1086ef;
  text-decoration: none;
}
header .login-wrap {
  width: 50%;
  display: flex;
  justify-content: right;
}
@media (min-width: 576px) {
  header .login-wrap {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  header .login-wrap {
    width: auto;
  }
}
header .login-wrap .login-btn {
  font-weight: 500;
  padding: 10px;
  text-decoration: none;
  padding-right: 15px;
  color: #000;
}
header .login-wrap .login-btn:hover {
  color: #000;
  text-decoration: none;
}
header .login-wrap .try-free-btn {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background: rgb(15, 133, 224);
  background: linear-gradient(90deg, rgb(15, 133, 224) 0%, rgb(31, 145, 238) 46%, rgb(49, 158, 254) 100%);
  padding: 10px 30px;
  border-radius: 25px;
  transition: 0.4s;
}
header .login-wrap .menu-btn {
  background-color: transparent;
  border: none;
  font-size: 26px;
  color: #1287e3;
}
header.sticky-header {
  background-color: rgba(255, 255, 255, 0.954);
  box-shadow: 0 0 30px 0px rgba(0, 28, 49, 0.1215686275);
}
header.sticky-header .logo {
  width: 130px;
}

section.banner {
  padding: 0;
  position: relative;
  background: rgb(244, 248, 252);
  background: linear-gradient(45deg, #f4f8fc 0%, #d5e9ff 74%, #e9f1fa 100%);
}
section.banner h1 {
  font-weight: 600;
  padding-top: 150px;
  padding-bottom: 30px;
  margin-bottom: 0;
  font-size: 28px;
}
@media (min-width: 768px) {
  section.banner h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  section.banner h1 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  section.banner h1 {
    font-size: 38px;
  }
}
section.banner h1 span {
  color: #0F85E0;
}
section.banner._home {
  padding-top: 0px;
}
@media (min-width: 1700px) {
  section.banner._home {
    padding-top: 150px;
  }
}
section.banner._home h1 {
  padding-top: 70px;
}
@media (min-width: 1200px) {
  section.banner._home h1 {
    font-size: 42px;
  }
}
section.banner p {
  font-weight: 500;
  padding-bottom: 30px;
  margin-bottom: 0;
}
section.banner .signup-mail {
  width: 300px;
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
  height: 50px;
  border-radius: 25px;
  box-shadow: 5px 5px 25px rgba(221, 221, 221, 0.8666666667);
  padding: 10px 20px;
}
section.banner .signup-mail:focus {
  outline: none;
}
section.banner .signup-mail::placeholder {
  font-size: 14px;
}
section.banner .signup-btn-wrap {
  padding-top: 30px;
  width: 50%;
  display: flex;
  width: 100%;
  align-items: baseline;
}
@media (min-width: 768px) {
  section.banner .signup-btn-wrap {
    align-items: center;
    width: 100%;
  }
}
section.banner .signup-btn-wrap .signup-btn {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 5px 25px;
  padding-right: 5px;
  margin-bottom: 30px;
  border-radius: 30px;
  min-width: 150px;
  width: 150px;
  text-align: center;
  box-shadow: 10px 10px 25px rgba(221, 221, 221, 0.8666666667);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  overflow: hidden;
  z-index: 100;
  transition: 0.4s;
}
@media (min-width: 768px) {
  section.banner .signup-btn-wrap .signup-btn {
    margin-right: 40px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  section.banner .signup-btn-wrap .signup-btn {
    margin-bottom: 0;
    width: 180px;
  }
}
section.banner .signup-btn-wrap .signup-btn figure {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #2151c5;
  border-radius: 50%;
  color: #fff;
}
section.banner .signup-btn-wrap .signup-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: rgb(15, 133, 224);
  background: linear-gradient(90deg, rgb(15, 133, 224) 0%, rgb(31, 145, 238) 46%, rgb(49, 158, 254) 100%);
  z-index: -1;
}
section.banner .signup-btn-wrap .signup-btn:hover::before {
  transform: translateX(-50%);
}
section.banner .signup-btn-wrap .try-free-btn {
  font-weight: 500;
  padding: 5px 25px;
  padding-right: 5px;
  text-decoration: none;
  color: #000;
  background: #fff;
  border-radius: 25px;
  transition: 0.4s;
  min-width: 150px;
  width: 150px;
  text-align: center;
  box-shadow: 10px 10px 25px rgba(221, 221, 221, 0.8666666667);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s;
}
@media (min-width: 992px) {
  section.banner .signup-btn-wrap .try-free-btn {
    width: 180px;
  }
}
section.banner .signup-btn-wrap .try-free-btn:hover {
  text-decoration: none;
  background: rgb(15, 133, 224);
  background: linear-gradient(90deg, rgb(15, 133, 224) 0%, rgb(31, 145, 238) 46%, rgb(49, 158, 254) 100%);
  color: #fff;
}
section.banner .signup-btn-wrap .try-free-btn figure {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #2151c5;
  border-radius: 50%;
  color: #fff;
}
section.banner .properties {
  padding-bottom: 30px;
  padding-top: 20px;
}
@media (min-width: 576px) {
  section.banner .properties {
    padding-top: 100px;
  }
}
section.banner .properties ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  section.banner .properties ul {
    flex-direction: row;
    align-items: center;
    justify-content: unset;
  }
}
section.banner .properties ul li {
  padding: 10px 0;
}
section.banner .properties ul li:first-child {
  margin-right: 40px;
}
section.banner .properties ul li h6 span {
  display: inline-block;
}
section.banner .properties ul li h6 svg {
  color: #007acc;
}
section.banner .banner-bg-img {
  right: 0;
  width: 100%;
  top: 80px;
  position: relative;
}
@media (min-width: 992px) {
  section.banner .banner-bg-img {
    position: absolute;
    display: block;
    bottom: 0;
    top: unset;
  }
}
@media (min-width: 992px) {
  section.banner .banner-bg-img {
    width: 50%;
  }
}
section.banner .banner-bg-img img {
  width: 100%;
}

section.tools {
  background-color: #F1F6FA;
}
section.tools .tools-description {
  color: #9296b9;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  section.tools .tools-description {
    font-size: 16px;
  }
}
section.tools .business-card {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  height: 250px;
  border-radius: 20px;
  margin-top: 30px;
  padding: 10px;
  transition: 0.4s;
  background-color: #fff;
}
section.tools .business-card:hover {
  transform: translateY(-10px);
}
section.tools .business-card.business-card-2 figure {
  background-color: #fffaf3;
  color: #f9bd64;
}
section.tools .business-card.business-card-3 figure {
  background-color: #f2fbfd;
  color: #5ec6e8;
  font-size: 32px;
}
section.tools .business-card.business-card-4 figure {
  background-color: #fff0f4;
  color: #ff3365;
  font-size: 32px;
}
section.tools .business-card figure {
  margin-bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f0f8ff;
  color: #3567ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  padding: 8px;
}
section.tools .business-card figure img {
  width: 100%;
}
section.tools .business-card h3 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 22px;
  text-align: center;
}
section.tools .business-card p {
  text-align: center;
  color: #7d7f81;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 15px;
}

section.unlimited-invoice figure {
  width: 100%;
}
section.unlimited-invoice figure img {
  width: 100%;
}
section.unlimited-invoice .heading h2 {
  font-weight: 700;
  color: #004099;
}
section.unlimited-invoice ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 20px;
}
section.unlimited-invoice ul li p {
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: baseline;
}
section.unlimited-invoice ul li p .fa-circle-check {
  margin-right: 10px;
  color: #007acc;
}

section.mobile-menu {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  background-color: #fff;
  padding: 0;
  z-index: 202;
  transition: 0.4s;
}
@media (min-width: 992px) {
  section.mobile-menu {
    display: none;
  }
}
section.mobile-menu.menu-open {
  transform: translateX(0%);
}
section.mobile-menu .top-menu {
  display: flex;
  justify-content: space-between;
  padding: 10px 50px;
  margin: 30px 0;
}
section.mobile-menu .top-menu .logo {
  display: flex;
  align-items: center;
  width: 150px;
  height: 100%;
}
section.mobile-menu .top-menu .logo figure {
  width: 100%;
  margin-bottom: 0;
}
section.mobile-menu .top-menu .logo figure img {
  width: 100%;
}
section.mobile-menu .top-menu .close-btn {
  background-color: transparent;
  border: none;
  color: #007acc;
  font-size: 24px;
}
section.mobile-menu .menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
}
section.mobile-menu .menu ul:first-child {
  border-top: 1px solid #ddd;
}
section.mobile-menu .menu ul li {
  font-weight: 500;
  border: 1px solid #ddd;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
section.mobile-menu .menu ul li .dot-container {
  width: 50px;
  height: 50px;
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
section.mobile-menu .menu ul li .dot-container figure {
  width: 100%;
  margin-bottom: 0;
}
section.mobile-menu .menu ul li .dot-container figure img {
  width: 100%;
}
section.mobile-menu .menu ul li .dot-container .dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
}
section.mobile-menu .menu ul li .close-btn {
  background-color: transparent;
  border: none;
  color: #007acc;
  font-size: 24px;
}
section.mobile-menu .menu ul li a {
  text-decoration: none;
  color: #004099;
}
section.mobile-menu .menu ul li.active a {
  color: #0F85E0;
}
section.mobile-menu .menu ul li.active .dot {
  background-color: #0F85E0;
}
section.mobile-menu .menu ul .menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
}
section.mobile-menu .menu ul .menu ul:first-child {
  border-top: 1px solid #ddd;
}
section.mobile-menu .menu ul .menu ul li {
  font-weight: 500;
  border: 1px solid #ddd;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
section.mobile-menu .menu ul .menu ul li .dot-container {
  width: 50px;
  height: 50px;
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.mobile-menu .menu ul .menu ul li .dot-container .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
}
section.mobile-menu .menu ul .menu ul li.active {
  border: 1px solid #007acc;
}
section.mobile-menu .menu ul .menu ul li.active .dot-container {
  border-right: 1px solid #007acc;
}
section.mobile-menu .menu ul .menu ul li.active .dot-container .dot {
  background-color: #007acc;
}
section.mobile-menu .menu ul .menu ul li.active a {
  color: #007acc;
}
section.mobile-menu .menu ul .menu ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  transition: 0.4s;
  padding-left: 30px;
}
section.mobile-menu .menu ul .menu ul li a:hover {
  color: #1086ef;
  text-decoration: none;
}
section.mobile-menu .menu ul .menu .login-wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100px;
}
section.mobile-menu .menu ul .menu .login-wrap a.login-btn {
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background: rgb(15, 133, 224);
  background: linear-gradient(90deg, rgb(15, 133, 224) 0%, rgb(31, 145, 238) 46%, rgb(49, 158, 254) 100%);
  padding: 5px 20px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 10px 10px 25px rgba(221, 221, 221, 0.8666666667);
  width: 150px;
}
section.mobile-menu .menu ul .menu .login-wrap a.login-btn figure {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #2151c5;
  border-radius: 50%;
  color: #fff;
}
section.mobile-menu .menu ul .menu .login-wrap a.try-free-btn {
  padding: 0;
  font-weight: 500;
  padding: 5px 20px;
  text-decoration: none;
  color: #000;
  background: #fff;
  border-radius: 25px;
  transition: 0.4s;
  text-align: center;
  box-shadow: 10px 10px 25px rgba(221, 221, 221, 0.8666666667);
  width: 150px;
}
section.mobile-menu .menu ul .menu .login-wrap a.try-free-btn:hover {
  text-decoration: none;
}
section.mobile-menu .menu ul .menu .login-wrap a.try-free-btn figure {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #2151c5;
  border-radius: 50%;
  color: #fff;
}
section.mobile-menu .menu section.testimonial {
  position: relative;
  z-index: 0;
}
@media (min-width: 992px) {
  section.mobile-menu .menu section.testimonial {
    padding: 80px 0;
  }
}
section.mobile-menu .menu section.testimonial::before {
  background-image: radial-gradient(at center center, #f3f7f8 100%, #ffffff 100%);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 425px) {
  section.mobile-menu .menu section.testimonial::before {
    width: 25rem;
    height: 25rem;
  }
}
@media (min-width: 576px) {
  section.mobile-menu .menu section.testimonial::before {
    width: 25rem;
    height: 25rem;
  }
}
@media (min-width: 768px) {
  section.mobile-menu .menu section.testimonial::before {
    width: 36rem;
    height: 36rem;
  }
}
@media (min-width: 992px) {
  section.mobile-menu .menu section.testimonial::before {
    width: 50rem;
    height: 50rem;
  }
}
section.mobile-menu .menu section.testimonial .quote-div {
  height: 100px;
  width: 100px;
  background-color: #ffc961;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
section.mobile-menu .menu section.testimonial .quote-div figure {
  width: 50%;
  margin-bottom: 0;
  position: absolute;
  top: 30%;
  left: 25%;
}
section.mobile-menu .menu section.testimonial .quote-div figure img {
  width: 100%;
}
section.mobile-menu .menu section.testimonial .testimonial_heading h2 {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  color: #004099;
  margin-bottom: 0;
  padding-top: 20px;
}
@media (min-width: 768px) {
  section.mobile-menu .menu section.testimonial .testimonial_heading h2 {
    font-size: 38px;
    padding-top: 30px;
  }
}
section.mobile-menu .menu section.testimonial .testimonial_heading.active {
  border: 1px solid #007acc;
}
section.mobile-menu .menu section.testimonial .testimonial_heading.active .dot-container {
  border-right: 1px solid #007acc;
}
section.mobile-menu .menu section.testimonial .testimonial_heading.active .dot-container .dot {
  background-color: #007acc;
}
section.mobile-menu .menu section.testimonial .testimonial_heading.active a {
  color: #007acc;
}
section.mobile-menu .menu section.testimonial .testimonial_heading a {
  display: block;
  text-decoration: none;
  color: #000;
  transition: 0.4s;
  padding-left: 30px;
}
section.mobile-menu .menu section.testimonial .testimonial_heading a:hover {
  color: #1086ef;
  text-decoration: none;
}
section.mobile-menu .menu .login-wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100px;
}
section.mobile-menu .menu .login-wrap a.login-btn {
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background: rgb(15, 133, 224);
  background: linear-gradient(90deg, rgb(15, 133, 224) 0%, rgb(31, 145, 238) 46%, rgb(49, 158, 254) 100%);
  padding: 5px 20px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 10px 10px 25px rgba(221, 221, 221, 0.8666666667);
  width: 150px;
}
section.mobile-menu .menu .login-wrap a.login-btn figure {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #2151c5;
  border-radius: 50%;
  color: #fff;
}
section.mobile-menu .menu .login-wrap a.try-free-btn {
  padding: 0;
  font-weight: 500;
  padding: 5px 20px;
  text-decoration: none;
  color: #000;
  background: #fff;
  border-radius: 25px;
  transition: 0.4s;
  text-align: center;
  box-shadow: 10px 10px 25px rgba(221, 221, 221, 0.8666666667);
  width: 150px;
  transition: 0.4s;
}
section.mobile-menu .menu .login-wrap a.try-free-btn:hover {
  text-decoration: none;
}
section.mobile-menu .menu .login-wrap a.try-free-btn figure {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #2151c5;
  border-radius: 50%;
  color: #fff;
}

section.why-choose-us-sec {
  background-color: #F1F6FA;
}
section.why-choose-us-sec .reason-div {
  background-color: #025084;
  border-radius: 10px;
  padding: 20px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  section.why-choose-us-sec .reason-div {
    padding: 40px;
    padding-top: 20px;
  }
}
section.why-choose-us-sec .reason-div .reason {
  background-color: #def0ff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}
section.why-choose-us-sec .reason-div .reason p {
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
  color: #004099;
}
section.why-choose-us-sec .why-choose-details {
  padding-top: 0;
  text-align: center;
}
@media (min-width: 992px) {
  section.why-choose-us-sec .why-choose-details {
    text-align: left;
  }
}
section.why-choose-us-sec .why-choose-details .heading p {
  margin-bottom: 0;
  font-weight: 600;
}
section.why-choose-us-sec .why-choose-details .heading p span {
  color: #004099;
  text-decoration: underline;
}
section.why-choose-us-sec .why-choose-details .why-choose-us-btn {
  background-color: #007acc;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 40px;
  border: 2px solid #007acc;
  transition: 0.4s;
}
section.why-choose-us-sec .why-choose-details .why-choose-us-btn:hover {
  text-decoration: none;
  background-color: #fff;
  color: #007acc;
}
section.why-choose-us-sec ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 20px;
}
section.why-choose-us-sec ul li p {
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: baseline;
}
section.why-choose-us-sec ul li p .fa-circle-check {
  margin-right: 10px;
  color: #007acc;
}

section.testimonial {
  position: relative;
  z-index: 0;
}
section.testimonial::before {
  background-image: radial-gradient(at center center, #f3f7f8 100%, #ffffff 100%);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 425px) {
  section.testimonial::before {
    width: 25rem;
    height: 25rem;
  }
}
@media (min-width: 576px) {
  section.testimonial::before {
    width: 25rem;
    height: 25rem;
  }
}
@media (min-width: 768px) {
  section.testimonial::before {
    width: 36rem;
    height: 36rem;
  }
}
section.testimonial .quote-div {
  height: 100px;
  width: 100px;
  background-color: #ffc961;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
section.testimonial .quote-div figure {
  width: 50%;
  margin-bottom: 0;
  position: absolute;
  top: 30%;
  left: 25%;
}
section.testimonial .quote-div figure img {
  width: 100%;
}
section.testimonial .testimonial_heading h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: #004099;
  margin-bottom: 0;
  padding-top: 20px;
}
@media (min-width: 768px) {
  section.testimonial .testimonial_heading h2 {
    font-size: 38px;
    padding-top: 30px;
  }
}
section.testimonial .testimonial_splide .testimonial_card {
  padding: 0px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  section.testimonial .testimonial_splide .testimonial_card {
    padding: 30px;
  }
}
section.testimonial .testimonial_splide .testimonial_card .customer_details h3 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
section.testimonial .testimonial_splide .testimonial_card .customer_details p {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  section.testimonial .testimonial_splide .testimonial_card .customer_details p {
    font-size: 18px;
    padding-bottom: 30px;
  }
}
section.testimonial .testimonial_splide .testimonial_card .customer_words {
  padding: 30px;
}
@media (min-width: 768px) {
  section.testimonial .testimonial_splide .testimonial_card .customer_words {
    padding: 20px;
  }
}
section.testimonial .testimonial_splide .testimonial_card .customer_words p {
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
}
@media (min-width: 768px) {
  section.testimonial .testimonial_splide .testimonial_card .customer_words p {
    font-size: 20px;
  }
}

footer {
  background: rgb(2, 47, 87);
  background: linear-gradient(45deg, rgb(2, 47, 87) 0%, rgb(2, 69, 116) 75%, rgb(2, 87, 142) 100%);
  color: #fff;
}
footer .top-footer {
  padding: 60px 0;
}
@media (min-width: 768px) {
  footer .top-footer {
    padding: 80px 0;
  }
}
footer .top-footer .available {
  background-color: #007acc;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  padding: 20px;
  border-radius: 40px;
  transition: 0.4s;
}
@media (min-width: 576px) {
  footer .top-footer .available {
    width: 80%;
  }
}
@media (min-width: 768px) {
  footer .top-footer .available {
    width: 60%;
  }
}
@media (min-width: 992px) {
  footer .top-footer .available {
    width: 80%;
  }
}
footer .top-footer .available svg {
  margin-left: 20px;
  font-size: 24px;
}
footer .top-footer .available:hover {
  text-decoration: none;
  background-color: #fff;
  color: #023b67;
}
footer .footer-logo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: left;
  flex-direction: column;
  padding: 40px 0;
  border-top: 1px solid #234d70;
  border-bottom: 1px solid #234d70;
}
@media (min-width: 992px) {
  footer .footer-logo-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
footer .footer-logo-wrap .logo {
  display: flex;
  align-items: center;
  width: 240px;
  height: 100%;
}
footer .footer-logo-wrap .logo figure {
  width: 100%;
  margin-bottom: 0;
}
footer .footer-logo-wrap .logo figure img {
  width: 100%;
}
footer .footer-logo-wrap .social-media-icons {
  display: flex;
  align-items: center;
}
footer .footer-logo-wrap .social-media-icons a {
  color: unset;
}
footer .footer-logo-wrap .social-media-icons figure {
  width: 45px;
  height: 45px;
  background-color: transparent;
  border: 2px solid #007acc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 0;
  position: relative;
  margin-right: 30px;
}
footer .footer-logo-wrap .social-media-icons figure:last-child {
  margin-right: 0;
}
footer .footer-logo-wrap .social-media-icons figure .tooltiptext {
  display: none;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1.4s;
}
@media (min-width: 992px) {
  footer .footer-logo-wrap .social-media-icons figure .tooltiptext {
    display: block;
    visibility: hidden;
  }
}
footer .footer-logo-wrap .social-media-icons figure .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
footer .footer-logo-wrap .social-media-icons figure:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
footer .footer-logo-wrap .social-media-icons figure:hover .icons {
  color: #007acc;
}
footer .footer_logo_wrap {
  padding: 40px 0;
  border-top: 1px solid #234d70;
  border-bottom: 1px solid #234d70;
}
footer .footer_logo_wrap .logo {
  display: flex;
  align-items: center;
  width: 240px;
  height: 100%;
}
footer .footer_logo_wrap .logo figure {
  width: 100%;
  margin-bottom: 0;
}
footer .footer_logo_wrap .logo figure img {
  width: 100%;
}
footer .footer_logo_wrap .social-media-icons {
  display: flex;
  padding-top: 20px;
  align-items: center;
  margin-top: 30px;
  border-top: 1px solid #fff;
  justify-content: center;
}
@media (min-width: 576px) {
  footer .footer_logo_wrap .social-media-icons {
    justify-content: unset;
  }
}
@media (min-width: 992px) {
  footer .footer_logo_wrap .social-media-icons {
    padding-left: 30px;
    margin-left: 50px;
    padding-top: 0px;
    margin-top: 0px;
    border-top: unset;
    border-left: 1px solid #fff;
  }
}
footer .footer_logo_wrap .social-media-icons a {
  color: unset;
  margin-right: 5px;
}
footer .footer_logo_wrap .social-media-icons figure {
  width: 45px;
  height: 45px;
  background-color: transparent;
  border: 2px solid #007acc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 0;
  position: relative;
  margin-right: 30px;
}
footer .footer_logo_wrap .social-media-icons figure:last-child {
  margin-right: 0;
}
footer .footer_logo_wrap .social-media-icons figure .tooltiptext {
  display: none;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1.4s;
}
@media (min-width: 992px) {
  footer .footer_logo_wrap .social-media-icons figure .tooltiptext {
    display: block;
    visibility: hidden;
  }
}
footer .footer_logo_wrap .social-media-icons figure .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
footer .footer_logo_wrap .social-media-icons figure:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
footer .footer_logo_wrap .social-media-icons figure:hover .icons {
  color: #007acc;
}
footer .news-letter {
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
}
footer .news-letter .input-wrap {
  display: flex;
  width: 100%;
  padding: 2px;
}
footer .news-letter input {
  padding: 10px 20px;
  border: 0;
  outline: 0;
  width: 70%;
}
footer .news-letter button {
  width: 30%;
  border: 0;
  outline: 0;
  border-radius: 25px;
  padding: 10px 20px;
  background-color: #0F85E0;
  color: #fff;
}
footer .bottom-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
  padding: 25px 0;
}
@media (min-width: 768px) {
  footer .bottom-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
footer .bottom-footer p {
  margin-bottom: 0;
  padding: 10px 0px;
  font-size: 14px;
}
@media (min-width: 992px) {
  footer .bottom-footer .footer-links {
    width: 40%;
  }
}
footer .bottom-footer .footer-links ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  footer .bottom-footer .footer-links ul {
    justify-content: right;
  }
}
footer .bottom-footer .footer-links ul li {
  padding: 10px 0;
  margin-right: 30px;
}
footer .bottom-footer .footer-links ul li:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  footer .bottom-footer .footer-links ul li {
    padding: 0;
  }
}
footer .bottom-footer .footer-links ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  transition: 0.4s;
  font-size: 13px;
}
@media (min-width: 576px) {
  footer .bottom-footer .footer-links ul li a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  footer .bottom-footer .footer-links ul li a {
    font-size: 16px;
  }
}
footer .bottom-footer .footer-links ul li a svg {
  margin-left: 20px;
}
footer .bottom-footer .footer-links ul li a:hover {
  text-decoration: none;
  color: #0F85E0;
}
footer .bottom-footer .footer-links ul .footer-logo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: left;
  flex-direction: column;
  padding: 40px 0;
  border-top: 1px solid #234d70;
  border-bottom: 1px solid #234d70;
}
@media (min-width: 992px) {
  footer .bottom-footer .footer-links ul .footer-logo-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
footer .bottom-footer .footer-links ul .footer-logo-wrap .logo {
  display: flex;
  align-items: center;
  width: 240px;
  height: 100%;
}
footer .bottom-footer .footer-links ul .footer-logo-wrap .logo figure {
  width: 100%;
  margin-bottom: 0;
}
footer .bottom-footer .footer-links ul .footer-logo-wrap .logo figure img {
  width: 100%;
}
footer .bottom-footer .footer-links ul .footer-logo-wrap .social-media-icons {
  display: flex;
  align-items: center;
}
footer .bottom-footer .footer-links ul .footer-logo-wrap .social-media-icons figure {
  width: 45px;
  height: 45px;
  background-color: transparent;
  border: 2px solid #007acc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 0;
  position: relative;
  margin-right: 30px;
}
footer .bottom-footer .footer-links ul .footer-logo-wrap .social-media-icons figure:last-child {
  margin-right: 0;
}
footer .bottom-footer .footer-links ul .footer-logo-wrap .social-media-icons figure .tooltiptext {
  display: none;
  width: 100px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 70%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1.4s;
}
@media (min-width: 992px) {
  footer .bottom-footer .footer-links ul .footer-logo-wrap .social-media-icons figure .tooltiptext {
    display: block;
    visibility: hidden;
  }
}
footer .bottom-footer .footer-links ul .footer-logo-wrap .social-media-icons figure .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
footer .bottom-footer .footer-links ul .footer-logo-wrap .social-media-icons figure:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
footer .bottom-footer .footer-links ul .footer-logo-wrap .social-media-icons figure:hover .icons {
  color: #007acc;
}
footer .bottom-footer .footer-links ul .bottom-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
  padding: 25px 0;
}
@media (min-width: 992px) {
  footer .bottom-footer .footer-links ul .bottom-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
footer .bottom-footer .footer-links ul .bottom-footer p {
  margin-bottom: 0;
  padding: 10px 0px;
  font-size: 14px;
}
footer .bottom-footer .footer-links ul .bottom-footer p:hover {
  color: #fff;
  text-decoration: none;
}

.contact-div {
  background: rgb(2, 47, 87);
  background: linear-gradient(45deg, rgb(2, 47, 87) 0%, rgb(2, 69, 116) 75%, rgb(2, 87, 142) 100%);
  color: #fff;
  padding: 18px;
  border-radius: 20px;
  height: 800px;
}
@media (min-width: 376px) {
  .contact-div {
    height: 750px;
  }
}
@media screen and (min-width: 425px) {
  .contact-div {
    height: 750px;
  }
}
@media (min-width: 576px) {
  .contact-div {
    height: 700px;
  }
}
@media (min-width: 992px) {
  .contact-div {
    height: 550px;
    padding: 45px;
  }
}
@media (min-width: 1024px) {
  .contact-div {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .contact-div {
    padding: 60px;
    height: 450px;
  }
}
.contact-div h2 {
  font-weight: 600;
  padding-bottom: 30px;
  margin-bottom: 0;
  font-size: 28px;
}
@media (min-width: 768px) {
  .contact-div h2 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .contact-div h2 {
    font-size: 38px;
  }
}
.contact-div p {
  font-weight: 600;
  padding-right: 50px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5882352941);
}
@media (min-width: 992px) {
  .contact-div p {
    font-size: 15px;
  }
}
.contact-div .logo {
  display: flex;
  align-items: center;
  width: 200px;
  padding: 20px 0;
}
.contact-div .logo figure {
  width: 100%;
  margin-bottom: 0;
}
.contact-div .logo figure img {
  width: 100%;
}
.contact-div .contact-form {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  box-shadow: 0 3px 30px 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .contact-div .contact-form {
    padding: 40px;
  }
}
.contact-div .contact-form .contact-elements {
  margin-bottom: 20px;
}
.contact-div .contact-form .contact-elements label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .contact-div .contact-form .contact-elements label {
    font-size: 14px;
  }
}
.contact-div .contact-form .contact-elements input {
  width: 100%;
  padding: 10px;
  background-color: #fbfbff;
  border: none;
  border-radius: 5px;
  font-size: 12px;
}
.contact-div .contact-form .contact-elements input:focus {
  outline: none;
}
.contact-div .contact-form .contact-elements textarea {
  width: 100%;
  padding: 10px;
  background-color: #fbfbff;
  border: none;
  border-radius: 5px;
  font-size: 12px;
}
.contact-div .contact-form .contact-elements textarea:focus {
  outline: none;
}
.contact-div .contact-form .signup-btn {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 10px 30px;
  border-radius: 25px;
  text-align: center;
  z-index: 100;
  overflow: hidden;
  border: none;
}
.contact-div .contact-form .signup-btn:focus {
  outline: none;
}
.contact-div .contact-form .signup-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: rgb(15, 133, 224);
  background: linear-gradient(90deg, rgb(15, 133, 224) 0%, rgb(31, 145, 238) 46%, rgb(49, 158, 254) 100%);
  z-index: -1;
  transition: 0.4s;
}
.contact-div .contact-form .signup-btn:hover::before {
  transform: translateX(-50%);
}
.contact-div ._email-wrap {
  display: flex;
  align-items: center;
}
.contact-div ._email-wrap span.icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #005ca6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.contact-div ._email-wrap span.icon svg {
  color: #fff;
  font-size: 24px;
}
.contact-div ._email-wrap ._con p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.contact-div ._email-wrap ._con a {
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}
.contact-div ._email-wrap ._con a:hover {
  color: #007acc;
}

section.why-choose-us-sec .why-choose-details .heading p span {
  color: #004099;
  text-decoration: underline;
}
section.why-choose-us-sec .why-choose-details .available {
  background-color: #007acc;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  padding: 20px;
  border-radius: 40px;
  transition: 0.4s;
}
@media (min-width: 576px) {
  section.why-choose-us-sec .why-choose-details .available {
    width: 80%;
  }
}
@media (min-width: 768px) {
  section.why-choose-us-sec .why-choose-details .available {
    width: 60%;
  }
}
@media (min-width: 992px) {
  section.why-choose-us-sec .why-choose-details .available {
    width: 80%;
  }
}
section.why-choose-us-sec .why-choose-details .available svg {
  margin-left: 20px;
}
section.why-choose-us-sec .why-choose-details .available:hover {
  text-decoration: none;
  background-color: #fff;
  color: #023b67;
}

.tutorial-card {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 8px 8px 30px 0px rgba(2, 57, 101, 0.1803921569);
  height: 100%;
}
.tutorial-card figure {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #aaceff;
  position: relative;
}
.tutorial-card figure img {
  width: 100%;
}
.tutorial-card figure .play-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #0F85E0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tutorial-card figure .play-btn svg {
  color: #fff;
  margin-left: 3px;
}
.tutorial-card h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #004099;
}
.tutorial-card h5 {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 15px;
  color: #223c51;
}

.features-wrap .feature-card {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 8px 8px 30px 0px rgba(2, 57, 101, 0.1803921569);
  padding: 15px;
  height: 100%;
}
@media (min-width: 768px) {
  .features-wrap .feature-card {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .features-wrap .feature-card {
    padding: 40px 20px;
  }
}
@media (min-width: 1024px) {
  .features-wrap .feature-card {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .features-wrap .feature-card {
    padding: 40px 20px;
  }
}
.features-wrap .feature-card ._content h4 {
  font-weight: 600;
  color: #004099;
  font-size: 20px;
}
.features-wrap .feature-card ._content p {
  font-size: 15px;
  color: #223c51;
}
.features-wrap .feature-card figure {
  width: 40px;
}
@media (min-width: 768px) {
  .features-wrap .feature-card figure {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .features-wrap .feature-card figure {
    width: 60px;
  }
}
.features-wrap .feature-card figure img {
  width: 100%;
}

.pricing-plan-wrap {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
}
@media (min-width: 768px) {
  .pricing-plan-wrap {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .pricing-plan-wrap .title {
    padding-block: 10px 25px;
  }
}
@media (min-width: 1200px) {
  .pricing-plan-wrap .title {
    padding-block: 10px 30px;
  }
}
.pricing-plan-wrap .title h4 {
  font-weight: 700;
  color: #004099;
  font-size: 20px;
}
@media (min-width: 992px) {
  .pricing-plan-wrap .title h4 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .pricing-plan-wrap .title h4 {
    font-size: 24px;
  }
}
.pricing-plan-wrap .pricing-content .caption {
  text-transform: uppercase;
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  font-style: italic;
  color: #757A89;
  margin-bottom: 18px;
}
@media (min-width: 576px) {
  .pricing-plan-wrap .pricing-content .caption {
    margin-bottom: 30px;
  }
}
.pricing-plan-wrap .pricing-content .caption::after {
  content: "";
  position: absolute;
  width: 75%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: rgba(117, 122, 137, 0.2392156863);
}
.pricing-plan-wrap .pricing-content .con-items {
  display: flex;
  align-items: center;
}
.pricing-plan-wrap .pricing-content .con-items .check {
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0CC572;
  border-radius: 50%;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .pricing-plan-wrap .pricing-content .con-items .check {
    min-width: 30px;
    height: 30px;
  }
}
.pricing-plan-wrap .pricing-content .con-items .check svg {
  color: #fff;
  font-size: 10px;
}
@media (min-width: 768px) {
  .pricing-plan-wrap .pricing-content .con-items .check svg {
    font-size: 16px;
  }
}
.pricing-plan-wrap .pricing-content .con-items .check.close {
  background-color: #ff5e5e;
}
.pricing-plan-wrap .pricing-content .con-items p {
  color: #223c51;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .pricing-plan-wrap .pricing-content .con-items p {
    font-size: 18px;
  }
}
.pricing-plan-wrap .pricing-value {
  border-radius: 12px;
  background-color: #0f85e0;
  padding: 16px;
}
@media (min-width: 768px) {
  .pricing-plan-wrap .pricing-value {
    padding: 18px;
  }
}
@media (min-width: 1200px) {
  .pricing-plan-wrap .pricing-value {
    padding: 25px;
  }
}
.pricing-plan-wrap .pricing-value h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 20px;
}
.pricing-plan-wrap .pricing-value ._pricing-placeholder {
  display: flex;
  align-items: flex-end;
  color: #fff;
  position: relative;
  height: 48px;
}
@media (min-width: 992px) {
  .pricing-plan-wrap .pricing-value ._pricing-placeholder {
    height: 35px;
  }
}
@media (min-width: 1700px) {
  .pricing-plan-wrap .pricing-value ._pricing-placeholder {
    height: 48px;
  }
}
.pricing-plan-wrap .pricing-value ._pricing-placeholder span {
  position: absolute;
  font-weight: 500;
}
.pricing-plan-wrap .pricing-value ._pricing-placeholder span:first-child {
  left: 0;
  font-weight: 500;
  font-size: 28px;
  top: -10px;
}
@media (min-width: 1200px) {
  .pricing-plan-wrap .pricing-value ._pricing-placeholder span:first-child {
    top: -22px;
    font-size: 30px;
  }
}
@media (min-width: 1700px) {
  .pricing-plan-wrap .pricing-value ._pricing-placeholder span:first-child {
    top: -10px;
  }
}
.pricing-plan-wrap .pricing-value ._pricing-placeholder span:nth-child(2) {
  left: 34px;
  line-height: 0.5;
  top: 0px;
  font-size: 75px;
}
@media (min-width: 992px) {
  .pricing-plan-wrap .pricing-value ._pricing-placeholder span:nth-child(2) {
    font-size: 60px;
    top: -3px;
  }
}
@media (min-width: 1200px) {
  .pricing-plan-wrap .pricing-value ._pricing-placeholder span:nth-child(2) {
    font-size: 80px;
    top: -15px;
  }
}
@media (min-width: 1700px) {
  .pricing-plan-wrap .pricing-value ._pricing-placeholder span:nth-child(2) {
    font-size: 80px;
    top: -3px;
  }
}
.pricing-plan-wrap .pricing-value ._pricing-placeholder span:last-child {
  bottom: -5px;
  left: 173px;
  font-size: 21px;
}
@media (min-width: 576px) {
  .pricing-plan-wrap .pricing-value ._pricing-placeholder span:last-child {
    font-size: 23px;
    left: 170px;
  }
}
@media (min-width: 992px) {
  .pricing-plan-wrap .pricing-value ._pricing-placeholder span:last-child {
    font-size: 18px;
    left: 149px;
  }
}
@media (min-width: 1200px) {
  .pricing-plan-wrap .pricing-value ._pricing-placeholder span:last-child {
    font-size: 19px;
    left: 175px;
  }
}
@media (min-width: 1700px) {
  .pricing-plan-wrap .pricing-value ._pricing-placeholder span:last-child {
    font-size: 23px;
    left: 170px;
  }
}

section.cta {
  background: #319fff;
  background: linear-gradient(180deg, #319fff 0%, #0f85ef 50%);
}/*# sourceMappingURL=style.min.css.map */