/* ****************** Custom Fonts ****************** */
/*
  "Inter"
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100 – 900;
  font-style: normal;
}
*/

/* ***************** Common Section ***************** */
@media (min-width: 1600px) {
  .container-xxl {
    max-width: 1540px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .container-xxl {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
}
h1 {
  font-size: 75px;
  line-height: 70px;
  margin-bottom: 30px;
}
h2 {
  font-size: 50px;
  line-height: 65px;
}
h3 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
}
h5 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
h6 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0;
}
.btn {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  border-radius: 99999px;
  display: inline-block;
  margin-top: 40px;
  width: fit-content;
  padding-left: 30px;
  padding-right: 48px;
  background-image: url("../images/btn-vector.png");
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-color: #1d3557;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
  letter-spacing: 0.16px;
}
.btn-secondary {
  background-image: none;
  padding-right: 30px;
}
.btn:hover {
  background-color: #00cdca;
}
.btn-blue {
  background-color: #00cdca;
}
.btn.btn-blue:hover {
  background-color: #1d3557;
  color: #fff;
}
.btn.btn-blue.hover-blue-001:hover,
.btn.hover-blue-001:hover {
  background-color: #009FE3;
}

section {
  margin-bottom: 50px;
}
section:last-child {
  margin-bottom: 0;
}
section.colored-box-section {
  margin-bottom: 50px !important;
}

.section-head {
  margin-bottom: 40px;
}
.section-head h2 span {
  color: #009fe3;
}
.section-head h6 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
a {
  color: #00cdca;
}
.edge-image {
  height: 100px;
  width: 100%;
}
.edge-image:first-child {
  margin-bottom: -1px;
}
.edge-image:last-child {
  margin-top: -1px;
}
.edge-image img {
  height: 100%;
  width: 100%;
  display: block;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding-right: 26px;
}
.breadcrumbs ul li:last-child {
  padding-right: 0;
}
.breadcrumbs ul li::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs ul li:last-child::after {
  content: none;
}
.breadcrumbs ul li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumbs ul li a:visited {
  text-decoration: underline;
}

label {
  font-size: 15px;
  line-height: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-bottom: 14px;
}
label span {
  color: #eb5757;
  padding-left: 2px;
}
input {
  min-height: 45px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}
input[type="checkbox"],
.form-check-input[type="checkbox"] {
  min-height: 15px;
  height: 15px;
  width: 15px;
  border-radius: 0;
  padding-right: 10px;
}
.form-group {
  margin-bottom: 15px;
}
form button[type="submit"] {
  width: 100%;
  margin-top: 0;
  background-image: none;
}

@media (max-width: 1199.98px) {
  h1 {
    font-size: 65px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 40px;
    line-height: 55px;
  }
  h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  h5 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  section {
    margin-bottom: 40px;
  }
  .section-head {
    margin-bottom: 30px;
  }
  .edge-image {
    height: 60px;
  }
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 30px;
    line-height: 45px;
  }
  h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  h5 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  section {
    margin-bottom: 30px;
  }
  .section-head {
    margin-bottom: 20px;
  }
  .section-head h6 {
    font-size: 14px;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 45px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 45px;
  }
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
  h5 {
    line-height: 24px;
  }
  .btn {
    margin-top: 30px;
    padding-left: 24px;
    padding-right: 42px;
    background-position: center right 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0;
  }
  .btn-secondary {
    padding-left: 24px;
    padding-right: 24px;
  }
  section {
    margin-bottom: 30px;
  }
  .section-head {
    margin: 0 auto 20px;
    width: 90% !important;
  }
  .edge-image {
    height: 50px;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 35px;
    line-height: 30px;
  }
  h2 {
    font-size: 20px;
    line-height: 25px;
  }
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
  h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .edge-image {
    height: 24px;
  }
}

/* *************** PopUp modal Section ************** */
.modal-content {
  border-radius: 20px;
  padding: 80px 60px;
  text-align: center;
  align-items: center;
}
.modal-content .btn-close {
  position: absolute;
  right: 14px;
  top: 14px;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 835px;
  }
}
@media (max-width: 767.98px) {
  .modal-content {
    border-radius: 10px;
    padding: 40px 30px;
  }
}
@media (max-width: 575.98px) {
  .modal-content {
    padding: 30px 15px;
  }

  .modal-content .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 7px;
    width: 7px;
  }
}

/* ***************** header Section ***************** */
.header-wrapper {
  box-shadow: 0px 4px 25px 0px rgba(108, 177, 242, 0.2);
  -webkit-box-shadow: 0px 4px 25px 0px rgba(108, 177, 242, 0.2);
  -moz-box-shadow: 0px 4px 25px 0px rgba(108, 177, 242, 0.2);
}
.navbar-brand {
  max-width: 294px;
}
.navbar {
  padding: 20px 0;
}
.navbar .navbar-nav {
  gap: 16px;
}
.nav-link {
  color: #333333 !important;
}
.nav-link.active {
  color: #00CDCA !important;
}
.navbar-toggler:focus {
  box-shadow: none;
  border-color: #00cdca;
}

@media (max-width: 1199.98px) {
  .navbar-brand {
    max-width: 250px;
  }
  .navbar .navbar-nav {
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .navbar {
    padding: 10px 0;
  }
  .navbar-brand {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .navbar-brand {
    max-width: 150px;
  }
  .navbar-toggler {
    padding: 4px 7px;
  }
  .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }
}

/* ***************** banner Section ***************** */
.banner-section {
  background-color: #009fe3;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  overflow: hidden;
  background-blend-mode: color-dodge;
}
.banner-wrapper {
  padding-top: 130px;
  color: #fff;
}
.banner-content {
  font-size: 24px;
  line-height: 28px;
  padding-top: 40px;
  padding-bottom: 50px;
}
.banner-content p {
  margin-bottom: 0;
  max-width: 80%;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .banner-content {
    padding-top: 0;
  }
  .banner-content h1 {
    font-size: 70px;
    line-height: 65px;
  }
}
@media (max-width: 1399.98px) {
  .banner-wrapper {
    padding-top: 100px;
  }
  .banner-content {
    padding-top: 0;
  }
  .banner-content h1 {
    font-size: 65px;
    line-height: 60px;
  }
}
@media (max-width: 1199.98px) {
  .banner-content {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 40px;
  }
  .banner-content h1 {
    font-size: 60px;
    line-height: 55px;
  }
}
@media (max-width: 991.98px) {
  .banner-wrapper {
    padding-top: 60px;
  }
  .banner-content h1 {
    font-size: 50px;
    line-height: 45px;
  }
}
@media (max-width: 767.98px) {
  .banner-content {
    text-align: center;
  }
  .banner-content p {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .banner-wrapper {
    padding-top: 50px;
  }
  .banner-content {
    font-size: 18px;
    line-height: 22px;
  }
  .banner-content h1 {
    font-size: 40px;
    line-height: 35px;
  }
}
@media (max-width: 480px) {
  .banner-wrapper {
    padding-top: 40px;
  }
  .banner-content {
    font-size: 16px;
    line-height: 20px;
  }
  .banner-content h1 {
    font-size: 30px;
    line-height: 25px;
  }
}

/* **************** works box Section *************** */
.works-section {
  background: linear-gradient(to top, #fff 0%, #f1faff 60%, #fff 100%);
}
.work-box-item {
  border: 1px solid #dddddd;
  padding: 30px 30px 30px 40px;
  position: relative;
  border-radius: 20px;
  background: #fff;
  color: #666666;
}
.work-box-item h5 {
  color: #333333;
}
.item-counter {
  position: absolute;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  background: #00cdca;
  color: #fff;
  border-radius: 99999px;
  left: -20px;
}

@media (max-width: 575.98px) {
  .work-box-item {
    border-radius: 10px;
    padding: 40px 30px 30px 30px;
    text-align: center;
  }
  .item-counter {
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .work-box-item {
    padding: 25px 15px 15px 15px;
  }
  .item-counter {
    height: 30px;
    width: 30px;
    font-size: 18px;
    top: -15px;
  }
}

/* ****************** logos Section ***************** */
.brand-logo {
  max-width: 210px;
}
.logos-section h5 {
  color: #009fe3;
}

@media (max-width: 767.98px) {
  .brand-logo {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .logos-section h5 {
    text-align: center;
  }
  .brand-logo {
    max-width: 150px;
  }
}
@media (max-width: 480px) {
  .brand-logo {
    max-width: 100px;
  }
}

/* ************ business-section Section ************ */
.business-section {
  margin: 50px 0;
}
.business-conntainer {
  background-color: #1d3557;
  padding: 50px 0;
}
.business-section .section-head {
  color: #fff;
}
.business-box-item {
  color: #dddddd;
}
.business-box-item h6 {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 36px;
}
.business-box-item h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 27px;
  width: 27px;
  background-image: url("../images/icon-checkmark.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .business-box-item {
    text-align: center;
  }
  .business-box-item h6 {
    font-size: 18px;
    margin-bottom: 12px;
    padding-left: 26px;
    display: inline-block;
  }
  .business-box-item h6::before {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 480px) {
  .business-box-item h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/* *********** colored-box-section Section ********** */
.colored-box {
  background-color: #00cdca;
  border-radius: 20px;
  padding: 40px;
  display: inline-block;
  width: 100%;
  color: #fff;
}
.colored-box .section-head {
  margin: 0 auto;
}
.colored-box p {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .colored-box {
    border-radius: 10px;
    padding: 30px;
  }
}

/* ***************** footer Section ***************** */
.footer-section {
  background-color: #1d3557;
  padding: 70px 0 30px;
  color: #fff;
}
.footer-logo img {
  max-width: 290px;
  width: 100%;
  margin-bottom: 16px;
}
.footer-logo p {
  color: #dddddd;
}
.footer-section h2 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02px;
  margin-bottom: 30px;
}
.footer-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-nav ul li {
  list-style: none;
}
.footer-nav ul li a {
  color: #dddddd;
  text-decoration: none;
}
.footer-nav ul li a:hover,
.footer-section ul li a.active {
  color: #00cdca;
}
.form-wrapper {
  position: relative;
}
.form-wrapper .form-control {
  border-radius: 99999px;
  border: 0;
  min-height: 55px;
  padding-left: 25px;
  padding-right: 65px;
}
.form-wrapper .form-control::placeholder {
  color: #666666;
}
.form-wrapper button.btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: none;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.form-wrapper button.btn img {
  max-width: 15px;
  width: 100%;
}

.footer-btm {
  border-top: 1px solid #838383;
  padding-top: 10px;
  margin: 70px 50px 0 50px;
  color: #dddddd;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .footer-btm {
    margin: 60px 30px 0 30px;
  }
}
@media (max-width: 991.98px) {
  .footer-section h2 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer-nav {
    padding: 40px 0;
  }
}
@media (max-width: 575.98px) {
  .footer-logo {
    text-align: center;
  }
  .footer-nav {
    padding: 30px 0;
    text-align: center;
  }
  .footer-nav ul {
    gap: 10px;
  }
  .footer-newsletter {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .footer-logo img {
    max-width: 200px;
    margin-bottom: 0;
  }
  .footer-btm {
    margin: 60px 20px 0 20px;
  }
}

/*========================================== About Us Page ==========================================*/
/* ************ banner-general Section ************** */
.banner-general {
  background-color: #009fe3;
  background-image: url(../images/banner-bg-general.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  overflow: hidden;
  background-blend-mode: color-dodge;
}
.banner-general-wrapper {
  padding: 70px 0;
  color: #fff;
  text-align: center;
}
.banner-general-wrapper .banner-content {
  padding-top: 0;
  padding-bottom: 0;
}
.banner-general-wrapper .banner-content h1 {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .banner-general-wrapper {
    padding: 50px 0;
  }
}

/* ************** img-with-text-section ************* */
.img-with-text-content h2 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.2px;
}

@media (max-width: 767.98px) {
  .img-with-text-content {
    padding-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .img-with-text-content {
    text-align: center;
  }
  .img-with-text-content h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .img-with-text-content h2 {
    font-size: 18px;
    line-height: 22px;
  }
}

/*======================================== Features Us Page =========================================*/
/* ************ business-section Section ************ */
.business-section.business-general {
  margin: 0;
  padding: 50px 0 100px;
  background: linear-gradient(to bottom, #fff 0%, #f1faff 80%);
}
.business-section.business-general .section-head {
  color: #333333;
}
.business-section.business-general .business-box-item {
  color: #666666;
}
.business-section.business-general .business-box-item h6 {
  color: #333333;
}
.business-section.business-general .business-box-item h6::before {
  background-image: url("../images/icon-checkmark-blue.png");
}

/* ***************** slider Section ***************** */
.slider-section {
  background: linear-gradient(to top, #fff 0%, #f1faff 80%);
}
.slider-conntainer {
  background-color: #1d3557;
  padding: 50px 0;
  color: #dddddd;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dddddd;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}
.swiper-button-prev,
.swiper-button-next {
  height: 55px;
  width: 55px;
  color: #000;
  border-radius: 99999px;
  background-color: #fff;
  top: var(--swiper-navigation-top-offset, 40%);
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #fff;
  background-color: #00cdca;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  line-height: 20px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background: #4a5d79;
  height: 10px;
  width: 10px;
  margin: 0 6px;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #00cdca;
}

.slide-item p {
  margin-top: 30px;
}

@media (max-width: 575.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 45px;
    width: 45px;
  }
}

/* *************** rich text Section **************** */
.rich-text-content {
  max-width: 1135px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}
.rich-text-content h2 {
  font-size: 50px;
  line-height: 54px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .rich-text-content h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 767.98px) {
  .rich-text-content {
    padding: 30px 0;
  }
  .rich-text-content h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 575.98px) {
  .rich-text-content {
    padding: 20px 0;
  }
  .rich-text-content h2 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (max-width: 480px) {
  .rich-text-content h2 {
    font-size: 18px;
    line-height: 22px;
  }
}

/*=========================================== Pricing Page ==========================================*/
/* ************* comparison-table Section *********** */
.comparison-table-section {
  background: linear-gradient(to top, #fff 0%, #f1faff 80%);
  padding: 120px 0;
  margin: 0;
}
.comparison-table-wrapper {
  padding: 50px 100px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(108, 177, 242, 0.2);
  -webkit-box-shadow: 0px 4px 25px 0px rgba(108, 177, 242, 0.2);
  -moz-box-shadow: 0px 4px 25px 0px rgba(108, 177, 242, 0.2);
}
.comparison-table-wrapper .table-responsive {
  height: 100%;
  overflow-y: hidden;
}
.comparison-table-wrapper .table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 100px;
  background-color: #ececec;
  border-radius: 99999px;
  height: 16px;
}
.comparison-table-wrapper .table-responsive::-webkit-scrollbar-thumb {
  border-radius: 99999px;
  background-color: #fff;
  border: 3px solid #ececec;
}
.comparison-table-wrapper .table-responsive .table {
  border-collapse: separate;
  border-spacing: 10px 0;
}
.comparison-table-wrapper .table-responsive .table thead tr th:first-child {
  border-top-left-radius: 20px;
  text-align: left;
}
.comparison-table-wrapper .table-responsive .table thead tr th:last-child {
  border-top-right-radius: 20px;
}
.comparison-table-wrapper .table-responsive .table tr th {
  background: #009fe3;
  color: #fff;
  border: 0;
}
.comparison-table-wrapper .table tr th:first-child {
  background-color: #1d3557;
}
.comparison-table-wrapper .table tr th h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.comparison-table-wrapper .table img {
  max-width: 20px;
}
.comparison-table-wrapper .table tr:nth-child(even) td {
  background-color: #f1faff;
}
.comparison-table-wrapper .table tr:nth-child(even) td:first-child {
  background-color: transparent;
}
.comparison-table-wrapper .table tr td {
  border-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.comparison-table-wrapper .table tr td:first-child {
  text-align: left;
}
.comparison-table-wrapper .table tr td,
.comparison-table-wrapper .table tr th {
  min-width: 300px;
  height: 50px;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  padding: 10px 40px;
}

@media (max-width: 1399.98px) {
  .comparison-table-wrapper .table tr td,
  .comparison-table-wrapper .table tr th {
    min-width: 250px;
  }
}
@media (max-width: 1199.98px) {
  .comparison-table-section {
    padding: 100px 0;
  }
  .comparison-table-wrapper {
    padding: 50px 80px;
  }
  .comparison-table-wrapper .table tr td,
  .comparison-table-wrapper .table tr th {
    min-width: 224px;
    padding: 10px 30px;
  }
}
@media (max-width: 991.98px) {
  .comparison-table-wrapper .table tr td {
    font-size: 16px;
    line-height: 20px;
  }
  .comparison-table-wrapper .table tr th h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .comparison-table-wrapper {
    padding: 40px 60px;
    border-radius: 10px;
  }
  .comparison-table-wrapper .table-responsive .table tr td,
  .comparison-table-wrapper .table-responsive .table tr th {
    min-width: 200px;
    padding: 8px 20px;
  }
  .comparison-table-wrapper .table-responsive .table thead tr th:first-child {
    border-top-left-radius: 10px;
  }
  .comparison-table-wrapper .table-responsive .table thead tr th:last-child {
    border-top-right-radius: 10px;
  }
}
@media (max-width: 575.98px) {
  .comparison-table-section {
    padding: 50px 0;
  }
  .comparison-table-wrapper {
    padding: 30px 40px;
  }
}
@media (max-width: 480px) {
  .comparison-table-section {
    padding: 30px 0;
  }
  .comparison-table-wrapper {
    padding: 20px 30px;
  }
  .comparison-table-wrapper .table-responsive .table tr td,
  .comparison-table-wrapper .table-responsive .table tr th {
    min-width: 180px;
    padding: 6px 15px;
  }
  .comparison-table-wrapper .table tr th h2 {
    font-size: 16px;
    line-height: 20px;
  }
}

/*======================================= Start Free Trial Page =====================================*/
.form-section {
  background: linear-gradient(to top, #fff 0%, #f1faff 80%);
  padding: 80px 0;
}
.form-content {
  padding: 50px 50px 60px 50px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(108, 177, 242, 0.2);
  -webkit-box-shadow: 0px 4px 25px 0px rgba(108, 177, 242, 0.2);
  -moz-box-shadow: 0px 4px 25px 0px rgba(108, 177, 242, 0.2);
}
@media (max-width: 1199.98px) {
  .form-section {
    padding: 60px 0;
  }
  .form-content {
    padding: 40px 40px 50px 40px;
  }
}
@media (max-width: 767.98px) {
  .form-content {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .form-section {
    padding: 40px 0;
  }
  .form-content {
    margin-top: 30px;
    padding: 25px 20px 30px 20px;
  }
}

/*========================================= Contact Us Page =========================================*/
.inquery-form-wrapper {
  padding: 50px 50px 60px 50px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(108, 177, 242, 0.2);
  -webkit-box-shadow: 0px 4px 25px 0px rgba(108, 177, 242, 0.2);
  -moz-box-shadow: 0px 4px 25px 0px rgba(108, 177, 242, 0.2);
}
.inquery-form-wrapper .form-content {
  padding: 0;
  box-shadow: none;
}
.form-highlight-content {
  background-color: #ebf8ff;
  padding: 40px 35px 40px 48px;
  border-radius: 20px;
  height: 100%;
}
.form-highlight-content h5 {
  color: #148295;
}
.form-highlight-content ul {
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 13px;
}
.form-highlight-content ul li {
  list-style: none;
}
.form-highlight-content ul li img {
  max-width: 47px;
  width: 100%;
}
.form-highlight-content ul li h6 {
  margin-bottom: 7px;
}
.form-highlight-content ul li a {
  text-decoration: none;
  color: #626262;
  word-break: break-all;
}
.inquiry-form input.form-control,
.inquiry-form select.form-control {
  border-radius: 99999px;
  border-color: #dddddd;
  min-height: 55px;
  padding: 10px 20px;
}
.inquiry-form textarea.form-control {
  border-radius: 20px;
  border-color: #dddddd;
  min-height: 55px;
  padding: 10px 20px;
}
.inquiry-form input.form-control:focus,
.inquiry-form select.form-control:focus,
.inquiry-form textarea.form-control:focus {
  color: #333333;
  border-color: #00cdca;
  outline: 0;
  box-shadow: none;
}
.inquiry-form input.form-control::placeholder,
.inquiry-form select.form-control::placeholder,
.inquiry-form select.form-control option,
.inquiry-form textarea.form-control::placeholder {
  color: #666666;
}
.inquiry-form .form-group.form-file {
  position: relative;
}
.inquiry-form .form-group.form-file label.form-label {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00cdca;
  color: #fff;
  border-radius: 99999px;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 48px;
  background-image: url("../images/btn-vector.png");
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-size: 9px auto;
  letter-spacing: 0.16px;
}

@media (max-width: 1399.98px) {
  .form-highlight-content {
    padding: 35px 30px 35px 40px;
  }
}
@media (max-width: 991.98px) {
  .inquery-form-wrapper {
    padding: 53px 35px 45px 35px;
  }
  .form-highlight-content {
    padding: 25px 10px 15px 25px;
  }
  .inquiry-form .form-group {
    row-gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .inquery-form-wrapper {
    border-radius: 10px;
  }
  .form-highlight-content {
    padding: 35px 20px 25px 35px;
    border-radius: 10px;
  }
}
@media (max-width: 575.98px) {
  .inquery-form-wrapper {
    padding: 30px 15px 30px 15px;
  }
  .form-highlight-content {
    padding: 20px 10px 20px 20px;
  }
  .form-highlight-content ul {
    margin: 20px 0 0;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .inquiry-form .form-group.form-file label.form-label {
    padding-left: 26px;
    padding-right: 20px;
    background-position: center right 20px;
    font-size: 0;
  }
}

/*========================================== General Page ===========================================*/
.general-page-section {
  margin: 90px 0 60px;
}
.general-page-container h1 {
  font-size: 50px;
  line-height: 65px;
  text-align: center;
  margin-bottom: 50px;
}
.general-page-container ol li {
  list-style: decimal;
}

@media (max-width: 1199.98px) {
  .general-page-section {
    margin: 60px 0;
  }
  .general-page-container h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .general-page-section {
    margin-top: 40px;
  }
  .general-page-container h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .general-page-section {
    margin-top: 30px;
  }
  .general-page-container h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

/*========================================== About Us Page ==========================================*/
/* ***************** banner Section ***************** */
/* ***************** banner Section ***************** */
/* ***************** banner Section ***************** */
@media (min-width: 1400px) and (max-width: 1599.98px) {
}
@media (max-width: 1399.98px) {
}
@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
}
@media (max-width: 480px) {
}
