* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  font-family: "Public Sans", sans-serif;
}

/* .navbar {
  padding: 30px 0px;
  background-color: transparent;
} */

.nav-link {
  font-weight: 500;
  font-size: 18px;
}

.nav-link:hover {
  font-weight: 600;
}

/* nav menu */
.checkbtn {
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check {
  display: none;
}

a {
  text-decoration: none;
  color: white;
}

.hero-section {
  color: white;
  background-image: linear-gradient(
    to right bottom,
    rgb(0, 78, 134),
    transparent
  );
  background-size: cover;
  padding: 300px 0px 150px 0px;
  font-weight: 400;
  font-size: 20px;
  position: relative;
}

/* .hero-img {
       background-image: url(/images/hero-img.jpg);
       background-size: cover;
    } */

.bg-video-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  object-fit: cover;
  overflow: hidden;
}

/* exp-section */
.exp-section {
  margin: 80px 0px;
}
.exp-btn {
  border-radius: 15px;
  background-color: #150b5b;
  color: white;
  padding: 10px 40px;
}

.exp-btn:hover {
  border-radius: 15px;
  background-color: #2a8dd8;
  color: white;
  padding: 10px 40px;
  box-shadow: 1px 5px 10px #ddd;
}

/* .data-capab{
  margin-bottom: -100px;
} */

/* card-section */
.card-section {
  margin: 40px 0px;
}

.card-feat {
  padding: 35px;
  border-radius: 7px;
  box-shadow: 15px 30px 30px rgba(9, 8, 77, 0.15);
  border: none;
  transition: transform 0.3s;
  z-index: 10;
}

.card-feat:hover {
  padding: 35px;
  border-radius: 7px;
  box-shadow: 20px 40px 40px rgba(9, 8, 77, 0.15);
  border: none;
  transform: scale(1.11);
}

.card-header {
  background-color: white;
  margin: 10px 0px;
  display: inline;
  font-weight: 500;
}

.card-body {
  padding: 15px 0px;
  margin: 15px 0px;
}

.card-text {
  height: 100px;
  color: #000033;
  font-size: 13px;
  padding: none;
}

.card-btn {
  padding-top: 15px;
}

.laptop-image {
  width: 100%;
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  /* padding-right:30px !important; */
}
/* footer */

/* font-size: 18px; 
    text-decoration: none;
    background-color: #004a80 !important;
    padding: 10px 0px;
 }

 .text-start-1 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
 }
 
 .logo-line{
     margin: 60px 0px;
     padding-right: 225px;
 } */

footer {
  background-color: #595959;
  padding: 80px 0px;
}
.col-lg-2 {
  line-height: 1.2;
  font-size: 14px;
  @media (max-width: 1024px) {
    font-size: 10px;
  }
}
.logofoot {
  width: 160px;
  max-width: 100%;
  @media (max-width: 1024px) {
    width: 100px;
  }
}
.textfoot {
  font-size: 16px;
  text-decoration: none;
  @media (max-width: 450px) {
    text-align: center;
  }
}

#t1foot {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  @media (max-width: 450px) {
    text-align: center;
  }
}

#tfoot {
  font-size: 16px;
  text-decoration: none;
  @media (max-width: 450px) {
    text-align: center;
  }
}
.rightrres {
  font-size: 18.8px;
  text-decoration: none;
}
#icons {
  padding: 10px 10px;
  text-decoration: none;
  color: white;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 5px;
  display: inline-block;
}
#icons:hover {
  color: #cce1f0 !important;
  border: 1px solid #cce1f0;
}
#tfoot:hover {
  color: #cce1f0 !important;
  cursor: pointer;
}
#tfoot:hover {
  color: #cce1f0 !important;
  cursor: pointer;
}
.footer-logo {
  width: 200px;
  max-width: 100%;
  @media (max-width: 1024px) {
    width: 180px;
  }
}

/* Contact page */
.form-head {
  margin-top: 40px;
  margin-bottom: 20px;
}

.form-h1 {
  font-size: 56px;
}

.tech-we {
  margin-top: 100px;
}

/* form styles */

.heading-edit {
  border-bottom: 2px solid #0069b4;
  /* width:fit-content; */
  width: 180px;
  text-align: center;
  color: #f86e00;
}
.container-form {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  z-index: -100;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.container header {
  font-size: 1.5rem;
  color: #333;
  font-weight: 500;
  text-align: center;
}
.container .form {
  margin-top: 30px;
}
.form .input-box {
  width: 95%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.select-box {
  width: 95%;
  margin-top: 20px;
}
.input-box label {
  color: #333;
}
.form :where(.input-box input, .select-box) {
  position: relative;
  height: 50px;
  width: 100%;
  outline: none;
  font-size: 1rem;
  color: #707070;
  margin-top: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px;
}
.input-box input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.form .column {
  display: flex;
  column-gap: 15px;
}
.form .gender-box {
  margin-top: 20px;
}
.gender-box h3 {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.form :where(.gender-option, .gender) {
  display: flex;
  align-items: center;
  column-gap: 50px;
  flex-wrap: wrap;
}

.address :where(input, .select-box) {
  margin-top: 15px;
}
.select-box select {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  color: #707070;
  font-size: 1rem;
}
.form button {
  height: 55px;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #150b5b;
}
.form button:hover {
  background: #2a8dd8 !important;
}

.con-text {
  font-size: 20px;
  color: #464646;
}

/* contact-cards */
.contact-card {
  background-color: #cce1f0;
  border-radius: 10px;
  width: 270px;
  height: 250px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* technologies */

.card {
  border: 2.5px solid #d6d5d5;
  border-radius: 35px;
}

.card:hover {
  border: 2.5px solid #0069b4;
  border-radius: 35px;
  background-color: #fafafa;
  box-shadow: 5px 5px 10px rgba(9, 8, 77, 0.15);
  cursor: pointer;
}

/* industries-section */

.ind-section {
  margin: 50px 0px;
  margin-top: 90px;
  padding: 0px !important;
}

/* Media Queries */

h2 {
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 2px;
  font-weight: 500;
  position: relative;
  text-align: center;
  &:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 40px;
    height: 2px;
    margin: auto;
    content: "";
  }
}

.services-align {
  justify-content: center;
  margin-bottom: -100px;
}
/* 
#regist {
  margin-top: 0px !important;
} */

.contact-us-cont {
  margin-top: 10px;
  padding: 0px;
  margin-left: -15px;
}

.pricing-page {
  margin-top: 10px;
}

/* .pricing-page1 {

  background-image: url(wave-riverworld.jpg);
} */

/* Style the tab */
.tab1 {
  overflow: hidden;
  border: 0.75px solid #00000026;
  background-color: #fafafa;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

/* Change background color of buttons on hover */
.tab1 button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab1 button.active {
  border-bottom: 2px solid #000033;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;

  border-top: none;
}

/* Style the close button */
/* .topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
} */

.topright:hover {
  color: red;
}

.tab-pricing {
  margin: 30px 0px;
}

.mobile-item-display {
  display: none;
}

.pricing-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 98px;
  letter-spacing: 0em;
  text-align: center;
}

.pricing-sub-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
}

.card-tab-pricing {
  border: 0.5px solid #0000001a;
  width: 70vw;
  height: fit-content;
  border-radius: 20px;
  margin: auto;
  box-shadow: 0px 5px 16px 0px #00000040;
  margin-top: 40px;
}

.pricing-card-bg {
  background-color: #f4f4f4;
  width: 23vw;
  padding: 15px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.btn-card-pricing {
  /* width: 12vw; */
  margin-top: 30px !important;
  padding: 5px 60px;
  border-radius: 20px;
  background: #595959;
  border: none;
  margin: auto;
  display: block;
  color: white;
}

/* .card-tab-align{
  padding: 10px 10px;
} */

.pricing-card-left {
  padding: 40px;
}

.pricing-card-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0em;
}

.pricing-card-sub-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}

.Whats-included-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #137bca;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 0.9;
}
.hr-text:before {
  content: "";
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #137bca;
  background-color: #fcfcfa;
}

.pricing-card-right-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
}

.pricing-card-right-title-1 {
  font-family: DM Sans;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 40px;
}

.pricing-card-right-sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #137bca;
  text-decoration: underline;
  margin-top: 30px;
  cursor: pointer;
}

.card-right-sub-sub-title-1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

.card-pricing-feature {
  font-size: 17px;
  color: #242526;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.free-trial-sub-title {
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  overflow-wrap: break-word;
}

.free-trial-card-group {
  margin: auto;
  display: block;
}

.card-free-trial {
  width: 30vw;
  height: 260px;
  box-shadow: 0px 6px 16px 0px #137bca40;
  border-radius: 20px;
  border: 0.5px;
  padding: 20px 30px;
  background: #fafafa;
}

.free-trial-card-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: center;
}

.free-trial-card-sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
}

.btn-free-trial1:hover {
  height: fit-content;
  border-radius: 10px;
  border: 1.5px solid #000000cc;
  background-color: rgb(82, 80, 80);
  color: white;
}

.btn-free-trial1 {
  height: fit-content;
  border-radius: 10px;
  border: 1.5px solid #000000cc;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.free-trial-card-login {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #137bca;
  margin-top: 25px;
  cursor: pointer;
}

.form-subtitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
}

.submit-btn-form {
  background: #595959 !important;
}

.careers-page-image {
  width: 602px;
  height: 370px;
  box-shadow: 0px 6px 16px 0px #00000026;
}

.careers-page {
  background-image: url(wave-riverworld.jpg);
  background-repeat: repeat-x;
  background-size: contain;
  aspect-ratio: 1190/400;
  width: 100%;
  background-size: contain;
}

.btn-card-careers {
  width: 12vw;
  margin-top: 10px !important;
  padding: 5px 10px !important;
  border-radius: 20px;
  background: #595959;
  border: none;
  color: white;
}

.careers-sub-para {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

.careers-title-main {
  font-size: 30px;
  font-weight: 700;
  line-height: 89px;
  letter-spacing: 0em;
  text-align: left;
}

.careers-card-section-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 20px;
}

.card-section-title {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 15px;
}

.card-section-sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
}

.card-careers-section {
  width: 280px;
  height: 250px;
  border-radius: 20px;
  background-color: #fafafa;
  box-shadow: 0px 1px 10px 0px #137bca33;
  padding: 25px 20px;
}

.job-section-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
}

.job-section-sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  width: 800px;
}

.job-section-btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #137bca;
  margin: auto;
  border: none;
  background-color: transparent;
}

.home-title-main {
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 50px;
}

.home-sub-para {
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
}

.home-page-about-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: 0em;
  text-align: center;
}

.home-page-about-sub-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
}

.home-card-img {
  width: 96.59px;
  height: 90.87px;
  margin: auto;
}

.home-card-1 {
  padding: 20px 5px;
  width: 300px;
  height: fit-content;
  border: none;
  background: none;
}

.home-card-1:hover {
  background: none;
  border: none !important;
  box-shadow: none;
}

.home-card-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
}

.home-card-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0px;
}

.home-card-groups {
  background-color: #f5f5f5;
  box-shadow: 0px 4px 10px 0px #0000001a;
  width: fit-content;
  height: fit-content;
  margin: auto;
}

/* Style the tab */
.tab1 {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #fafafa;
}

/* Style the buttons inside the tab */
.tab1 button1 {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab1 button1:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
/* .tab1 button1.active {
  background-color: #ccc;
} */

/* Style the tab content */
.tabcontent1 {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tablinks1 {
  font-size: 22px !important;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #00000080;
  border-bottom: 2.5px solid transparent !important;
}

.tablinks1.active {
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000cc;
  border-bottom: 2.5px solid #000000cc !important;
}

.products-hero-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 98px;
  letter-spacing: 0em;
  text-align: center;
}

.products-hero-sub-title {
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 60px !important;
}

.products-page-image {
  width: 472.43px;
  height: 266.91px;
  box-shadow: 0px 5px 16px 0px #00000033;
}

.product-page-row-head {
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
}

.product-page-row-para {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

.btn-card-products {
  /* width: 12vw; */
  margin-top: 30px !important;
  padding: 5px 60px;
  border-radius: 20px;
  background: #595959;
  border: none;
  display: block;
  color: white;
}

.form .input-box {
  width: 100%;
  margin-top: 20px;
}

.input-box label {
  color: #333;
}

.form :where(.input-box input, .select-box) {
  position: relative;
  height: 50px;
  width: 100%;
  outline: none;
  font-size: 1rem;
  color: #707070;
  margin-top: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px;
}

.input-box input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.form .column {
  display: flex;
  column-gap: 15px;
}

.form .gender-box {
  margin-top: 20px;
}

.gender-box h3 {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.form :where(.gender-option, .gender) {
  display: flex;
  align-items: center;
  column-gap: 50px;
  flex-wrap: wrap;
}
.form .gender {
  column-gap: 5px;
}
.gender input {
  accent-color: rgb(130, 106, 251);
}
.form :where(.gender input, .gender label) {
  cursor: pointer;
}
.gender label {
  color: #707070;
}
.address :where(input, .select-box) {
  margin-top: 15px;
}
.select-box select {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  color: #707070;
  font-size: 1rem;
}
.form button {
  height: 55px;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background: rgb(130, 106, 251);
}
.form button:hover {
  background: rgb(88, 56, 250);
}

.form-registration {
  box-shadow: 0px 7px 25px 0px #00000040;
  padding: 40px;
  border-radius: 10px;
}

.dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

.tandc-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  margin-top: 15px;
}

.tandc-sub-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: justify;
  margin-bottom: 20px !important;
}

.text-link{
  color: #137bca;
  text-decoration: underline;
  cursor: pointer;
}

.home-page-about-title-tc{
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 20px;
}

.tandc-title1{
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
}

.list-style-num{
list-style-type: decimal;
}

/*Responsive*/
@media screen and (max-width: 500px) {
  .form .column {
    flex-wrap: wrap;
  }
  .form :where(.gender-option, .gender) {
    row-gap: 15px;
  }
}

/*Responsive*/

@media (max-width: 364px) {
  .tab1 button1 {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 11px 0px;
    transition: 0.3s;
    font-size: 13px;
  }

  .tablinks1 {
    font-size: 13px !important;
    margin: 0px 10px !important;
  }

  .tab-pricing {
    margin: 30px 5px;
  }

  .pricing-card-left {
    width: 465px;
    padding: 20px 10px 0px 10px !important;
    align-items: center !important;
    margin: 0px !important;
    margin-left: -5px !important;
  }

  .card-tab-pricing {
    border: 0.5px solid #0000001a;
    width: 80vw;
    height: fit-content;
    border-radius: 20px;
    margin: auto;
    box-shadow: 0px 5px 16px 0px #00000040;
    margin-top: 40px;
    padding: 0px 0px 15px 0px;
  }

  .pricing-card-bg {
    width: fit-content;
    margin-left: 20px !important;
    padding: 16px 3px 10px 3px !important;
    border-top-right-radius: 0px !important;
  }

  .tab-pricing {
    margin: 30px 5px !important;
  }

  .pricing-card-right-title {
    font-size: 26px !important;
    /* font-weight: 700; */
    line-height: 30px;
    /* letter-spacing: 0em; */
    text-align: center;
  }
}

@media (max-width: 375px) {
  .form-registration {
    /* width: 90vw; */
    padding: 15px;
    border-radius: 10px;
  }

  .card-tab-pricing {
    border: 0.5px solid #0000001a;
    width: 90vw;
    height: fit-content;
    border-radius: 20px;
    margin: auto;
    box-shadow: 0px 5px 16px 0px #00000040;
    margin-top: 40px;
  }

  .tab1 button1 {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 0px;
    transition: 0.3s;
    font-size: 13px;
  }

  .tablinks1 {
    font-size: 13px !important;
    margin: 0px 10px !important;
  }

  .tab-pricing {
    margin: 30px 5px;
  }

  .container-form {
    width: 90vw !important;
    padding: 10px !important;
    margin-left: -20px !important;
    margin-top: 25px !important;
  }
}

@media (max-width: 405px) {
  .form-registration {
    /* width: 90vw; */
    padding: 20px;
    border-radius: 10px;
  }

  .pricing-card-bg {
    /* width: 293px !important; */
    /* border-top: 1px solid #242526; */
    width: fit-content;
    margin-left: 30px;
    background-color: white;
    padding: 16px 3px 10px 3px !important;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px !important;
  }
}

@media (max-width: 430px) {
  .form-registration {
    /* width: 90vw; */
    padding: 15px;
    border-radius: 10px;
  }

  /* .tab{
    display: none;
  } */

  .checkbtn {
    display: block;
    margin-left: 20px;
    color: #004a80;
  }

  .nav-item {
    display: none;
  }

  .exp-img {
    margin-bottom: 50px;
    width: 100px !important;
  }

  .ind-img {
    margin-bottom: 50px;
    width: 350px;
  }

  .footer {
    font-size: 14px;
    text-align: center;
  }

  .footer-logo {
    text-align: center;
  }

  .logo-icon {
    display: inline-block;
  }

  .card-section {
    margin: 50px 25px !important;
  }
  .exp-section {
    margin: 50px 25px !important;
    margin-left: 0px !important;
  }

  /* .contact-us-cont {
    margin-top: 20px !important;
    padding: 0px !important;
    margin-left: -15px !important;
  } */

  .contact-card {
    /* width: 270px !important; */
    height: 240px !important;
    margin-left: 35px !important;
    margin-top: 20px;
  }

  .data-capab-1 {
    font-size: 25px !important;
    margin-left: 30px !important;
  }

  .display-2 {
    margin: 0px !important;
    padding: 0px !important;
  }

  /* .container {
    margin: 25px !important;
  } */
  #contact-row {
    margin: 0px !important;
    padding: 0px !important;
  }

  .lap-content {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 16px;
  }

  .btn {
    margin: auto;
    display: block;
  }

  .laptop-image {
    width: 300px;
  }

  .col-sm {
    width: 300px;
    padding: 10px 5px !important;
  }

  .col {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 45px !important;
  }

  .copy-text {
    font-size: 14px;
  }

  .logofoot {
    margin-bottom: 20px !important;
    margin: auto !important;
  }

  .ind-content {
    font-size: 16px;
  }

  .ind-section {
    margin: 20px 25px !important;
  }

  .row {
    width: 300px;
  }

  .container {
    padding: 0px !important;
    width: 300px;
  }
  .display-1 {
    font-size: 35px;
    padding: 5px;
  }

  h1 {
    text-align: center;
  }

  .pricing-card-sub-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center !important;
  }

  .pricing-card-right-title-1 {
    font-family: DM Sans;
    font-size: 26px !important;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 30px !important;
  }

  .card-pricing-feature {
    font-size: 14px !important;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
  }
  /* p {
    text-align: justify;
  } */

  .card-feat {
    padding: 20px 20px !important;
    margin-left: 25px !important;
    display: block;
    width: 250px;
  }

  .monit-data {
    padding: 0px !important;
    margin: 0px !important;
  }

  #monitdata-img {
    margin-top: 50px;
  }

  .pricing-card-left {
    width: 465px;
    padding: 20px 10px 0px 30px !important;
    align-items: center !important;
    margin: 0px 20px 10px 10px;
  }

  #tfoot {
    text-align: center !important;
  }

  .card-tab-pricing {
    border: 0.5px solid #0000001a;
    width: 80vw;
    height: fit-content;
    border-radius: 20px;
    margin: auto;
    box-shadow: 0px 5px 16px 0px #00000040;
    margin-top: 40px;
    padding: 0px 0px 15px 0px;
  }

  .pricing-card-bg {
    /* width: 293px !important; */
    /* border-top: 1px solid #242526; */
    width: fit-content;
    margin-left: 50px;
    background-color: transparent;
    padding: 16px 3px 10px 3px !important;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px !important;
  }

  .tab-pricing {
    margin: 30px 5px !important;
  }

  .pricing-card-right-title {
    font-size: 26px !important;
    /* font-weight: 700; */
    line-height: 30px;
    /* letter-spacing: 0em; */
    text-align: center;
  }

  .form-head {
    margin-top: 0px !important;
    /* margin-left: 30px !important; */
    padding: 5px !important;
  }

  .form-h1 {
    font-size: 35px;
  }

  .footer-cont {
    margin: auto !important;
  }

  /* #regist {
    margin: 0px !important;
  } */

  .container-form {
    /* width: 100vw; */
    padding: 10px !important;
    margin: auto;
    margin-top: 25px !important;
    z-index: -3;
  }

  /* .input-box {
    width: 280px !important;
  } */

  .con-text {
    text-align: center;
  }

  .hero-section {
    background-image: linear-gradient(
      to right bottom,
      rgb(7, 53, 86),
      rgb(42, 112, 161)
    ) !important;
    padding-top: 130px;
  }
  .bg-video-content {
    display: none;
  }

  .tab1 button1 {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 8px;
    transition: 0.3s;
    font-size: 12px;
  }

  #col-1to1 {
    width: 300px;
    padding: 0px 5px !important;
    margin-left: 30px !important;
  }
  .display-4 {
    margin: 15px !important;
    padding: 20px !important;
  }

  .services-align {
    justify-content: center;
    margin-bottom: 10px !important ;
    margin-left: 30px !important;
  }

  .free-trial-sub-title {
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    overflow-wrap: break-word;
    width: 360px;
    margin-left: -30px;
  }

  .card-free-trial {
    width: 350px;
    height: 260px;
    box-shadow: 0px 6px 16px 0px #137bca40;
    border-radius: 20px;
    border: 0.5px;
    padding: 20px 30px;
    background: #fafafa;
    margin-top: 20px;
    margin-left: -25px !important;
  }

  .free-trial-card-group {
    display: block !important;
    margin: auto;
  }
  .tablinks1 {
    font-size: 14px !important;
    margin: 0px 0px !important;
  }
}

@media (max-width: 470px) {
  .careers-page-image {
    width: 302px;
    height: 250px;
  }

  .careers-page-col-sm {
    margin: 0px !important;
  }

  .home-title-main {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 50px;
  }

  .home-sub-para {
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
  }

  .careers-page {
    background-image: none;
    margin-left: -25px;
  }

  .home-card-groups {
    background-color: #f5f5f5;
    box-shadow: 0px 4px 10px 0px #0000001a;
    width: 340px;
    height: fit-content;
    margin: auto;
    display: block !important;
  }

  .home-card-1 {
    margin: auto;
  }

  .menu-btn {
    margin: 0px;
    padding: 0px;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    z-index: 100000;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  /* .mobile-item{
    display:none !important;
  } */

  .navbar-list-name {
    color: white !important;
    padding: 6px 16px !important;
  }

  .pricing-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 50px;
  }

  .pricing-sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    width: 360px;
    margin-left: -28px;
    margin-top: 20px;
  }

  .careers-page-image {
    width: 302px !important;
    height: 220px !important;
    margin-top: 20px !important;
    margin-left: -10px;
    box-shadow: 0px 6px 16px 0px #00000026;
  }

  .careers-page {
    background-image: none !important;
  }

  .btn-card-careers {
    width: fit-content;
    margin-top: 10px !important;
    padding: 6px 25px !important;
    border-radius: 20px;
    border: none;
    color: white;
    font-size: 18px;
    margin: auto;
    display: block;
  }

  .careers-sub-para {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: justify;
    margin-top: 40px;
  }

  .careers-title-main {
    font-size: 27px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
  }

  .careers-card-section-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 59px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 20px;
  }

  .card-section-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
  }

  .card-section-sub-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
  }

  .card-careers-section {
    width: 360px !important;
    height: 220px !important;
    border-radius: 20px;
    background-color: #fafafa;
    box-shadow: 0px 1px 10px 0px #137bca33;
    padding: 10px 20px;
    margin: auto;
    margin-top: 20px;
  }

  .job-section-title {
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
  }

  .job-section-sub-title {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: justify;
    width: 300px;
  }

  .job-section-btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #137bca;
    margin: auto;
    border: none;
    background-color: transparent;
    margin-top: 0px !important;
    margin-bottom: 2px !important;
  }

  .card-careers-mobile-view {
    margin: auto;
  }

  .contact-us-cont {
    margin-top: 20px !important;
    padding: 0px !important;
    margin-left: -15px !important;
  }

  .form-subtitle {
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    width: 300px;
    margin-left: 12px !important;
  }

  .tab-left-main {
    display: none;
  }

  .products-hero-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
  }

  .products-hero-sub-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 60px !important;
    width: 360px;
    margin-left: -25px;
  }

  .products-page-image {
    width: 352.43px;
    height: 200.91px;
    margin-left: -15px;
    /* border: 1px solid #555; */
    box-shadow: 0px 5px 16px 0px #00000033;
  }

  .products-page-text-box {
    width: 370px !important;
  }

  .product-page-row-head {
    font-size: 25px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: -10px;
  }

  .product-page-row-para {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: justify;
    width: 350px;
    margin-left: -10px;
  }

  .btn-card-products {
    /* width: 12vw; */
    margin-top: 30px !important;
    padding: 5px 30px;
    border-radius: 20px;
    border: none;
    display: block;
    color: white;
    margin: auto;
  }

  .mobile-item-display {
    /* display: block;
    color: #137bca !important;
    margin: 10px;
    margin-left: -20px;
    font-size: 18px !important; */
    display: none;
  }
}

@media (max-width: 500px) {
  .form .column {
    flex-wrap: wrap;
  }
  .form :where(.gender-option, .gender) {
    row-gap: 15px;
  }
}

@media (max-width: 1024px) {
  .card-feat {
    display: block;
    width: 200px;
    padding: 26px !important;
  }

  .card-section {
    margin: 30px 25px !important;
  }

  .tech-card {
    width: 200px !important;
  }

  /* .nav-links li a {
    color: white !important;
    text-decoration: none;
  } */
}

@media (max-width: 1400px) {
  .home-title-main {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 50px;
  }

  .home-sub-para {
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
  }

  .home-page-about-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 59px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 20px;
  }

  .home-page-about-sub-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
  }

  .careers-page {
    background-image: url(wave-riverworld.jpg);
    background-repeat: repeat-x;
    background-size: contain;
    aspect-ratio: 1090/400;
    width: 100%;
    background-size: contain;
  }

  .careers-page-image {
    width: 502px;
    height: 250px;
    box-shadow: 0px 6px 16px 0px #00000026;
  }

  .careers-card-section-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 59px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 20px;
  }

  .card-section-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
  }

  .card-section-sub-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
  }

  .card-careers-section {
    width: 250px;
    height: 260px;
    border-radius: 20px;
    background-color: #fafafa;
    box-shadow: 0px 1px 10px 0px #137bca33;
    padding: 20px 20px;
  }

  .contact-card {
    background-color: #cce1f0;
    border-radius: 10px;
    width: 230px;
    /* height: 220px; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}

@media (min-width: 1470px) {
  .pricing-card-bg {
    background-color: #f4f4f4;
    width: 21vw;
    padding: 40px !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: 10px;
  }

  .card-tab-pricing {
    border: 0.5px solid #0000001a;
    width: 65vw;
    height: fit-content;
    border-radius: 20px;
    margin: auto;
    box-shadow: 0px 5px 16px 0px #00000040;
    margin-top: 40px;
  }
}
