* {
  box-sizing: border-box;
}

body {
  margin: 0;
  /* font-family: "Plus Jakarta Sans", sans-serif; */
  font-family: "Plus Jakarta Sans", serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.flex {
  display: flex;
}
.item-center {
  align-items: center;
}
.item-end {
  align-items: end;
}
.item-baseline {
  align-items: baseline;
}
.item-flex-start {
  align-items: flex-start;
}
.direction-column {
  flex-direction: column;
}
.space-between {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-right {
  justify-content: right;
}
.justify-content-end {
  justify-content: end;
}
.justify-content-left {
  justify-content: left;
}
.title-1 {
  font-size: 92px;
  line-height: 1;
  color: #2a2a30;
}
.title-2,
.career-title {
  font-size: 40px;
  color: #2a2a30;
  font-weight: 600;
}
.paragraph {
  color: #707070;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.64px;
}
.width-50 {
  width: 50px;
}
.width-100-p {
  width: 100%;
}
.width-40-p {
  width: 40%;
}
.width-50-p {
  width: 50%;
}
.width-60-p {
  width: 60%;
}
.width-70-p {
  width: 70%;
}
.width-30-p {
  width: 30%;
}
.width-200 {
  width: 200px;
}
.width-90 {
  width: 90px;
}
.height-auto {
  height: auto;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-25 {
  gap: 25px;
}
.gap-50 {
  gap: 50px;
}
.gap-70 {
  gap: 70px;
}
.gap-120 {
  gap: 120px;
}
.list-style {
  list-style: none;
}
.padding-0 {
  padding: 0;
}
.padding-70-50 {
  padding: 70px 50px;
}
.padding-10-0 {
  padding: 10px 0;
}
.padding-25-0 {
  padding: 25px 0;
}
.padding-0-7rem {
  padding: 0 7rem;
}
.padding-15 {
  padding: 15px;
}
.padding-20 {
  padding: 20px;
}
.padding-25 {
  padding: 25px;
}
.padding-10-15 {
  padding: 10px 15px;
}
.padding-7-15 {
  padding: 7px 15px;
}
.padding-70-0 {
  padding: 70px 0;
}
.padding-t-70 {
  padding-top: 70px;
}
.padding-t-100 {
  padding-top: 100px;
}
.padding-t-15 {
  padding-top: 15px;
}
.padding-20-0 {
  padding: 20px 0;
}
.padding-25-0 {
  padding: 25px 0;
}
.padding-100-0 {
  padding: 100px 0;
}
.padding-0-100 {
  padding: 0 100px;
}
.padding-b-50 {
  padding-bottom: 50px;
}
.padding-b-15 {
  padding-bottom: 15px;
}
.padding-left-200 {
  padding-left: 200px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-50 {
  padding: 25px;
}
.padding-70 {
  padding: 70px;
}
.padding-30 {
  padding: 30px;
}
.padding-t-50 {
  padding-top: 50px;
}
.margin-0 {
  margin: 0;
}
.margin-b-5 {
  margin-bottom: 5px;
}
.margin-b-15 {
  margin-bottom: 15px;
}
.margin-b-25 {
  margin-bottom: 25px;
}
.margin-b-20rem {
  margin-bottom: 20rem;
}
.margin-b-10rem {
  margin-bottom: 10rem;
}
.margin-t-0 {
  margin-top: 0;
}
.margin-t-10 {
  margin-top: 10px;
}
.margin-t-15 {
  margin-top: 15px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-t-30 {
  margin-top: 30px;
}
.margin-t-35 {
  margin-top: 35px;
}
.margin-t-40 {
  margin-top: 40px;
}
.margin-t-50 {
  margin-top: 50px;
}
.margin-t-60 {
  margin-top: 60px;
}
.margin-t-70 {
  margin-top: 70px;
}
.margin-t-130 {
  margin-top: 130px;
}
.margin-t-120 {
  margin-top: 130px;
}
.margin-t-100 {
  margin-top: 100px;
}
.margin-t-17 {
  margin-top: -17px;
}
.margin-t-88 {
  margin-top: -88px;
}
.margin-b-40 {
  margin-bottom: 40px;
}
.margin-b-70 {
  margin-bottom: 70px;
}
.margin-b-100 {
  margin-bottom: 100px;
}
.margin-b-50 {
  margin-bottom: 50px;
}
.res-mb-50 {
  margin-bottom: 50px !important;
}
.border {
  width: 100%;
  height: 1px;
  background-color: #edebeb;
}

.border1 {
  width: 50%;
  height: 1px;
  background-color: #edebeb;
}

.border-bottom {
  border-bottom: 1px solid #fff;
}

.d-block {
  display: block;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-17 {
  font-size: 17px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-30 {
  font-size: 30px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-44 {
  font-size: 44px;
}
.line-height-1-5 {
  line-height: 1.5;
}
.text-colort-1 {
  color: #707070;
}
.text-colort-2 {
  color: #ff566a;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000;
}
.text-black-1 {
  color: #2a2a30;
}
.text-color-3 {
  color: #2a2a30;
}
.text-color-4 {
  color: #203959;
}

.text-color-primary {
  color: #086293;
}

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

.text-left {
  text-align: left;
}

.box-shadow-1 {
  box-shadow: 0px 33px 50px #1616160d;
}

.box-shadow-2 {
  box-shadow: 0px 3px 12px #08629314;
}

.underline {
  text-decoration: underline;
}

.underline-none {
  text-decoration: none;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.radius-3 {
  border-radius: 3px;
}

.radius-4 {
  border-radius: 4px;
}

.radius-5 {
  border-radius: 5px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-20 {
  border-radius: 20px;
}

.cursor-pointer {
  cursor: pointer;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-t-120 {
  margin-top: 120px;
}

.container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 9;
  transition: all 0.5s ease;
}

.signin-btn {
  text-decoration: none;
  color: #150425;
  display: inline-block;
  width: 100px;
  height: 51px;
  text-align: center;
  line-height: 47px;
  border-radius: 4px;
}

.book-demo-btn {
  background-color: #41b5c2;
  color: white;
  border: 0;
  width: 151px;
  height: 48px;
  padding: 15px 25px;
  position: relative;
  font-size: 16px;
  transition: background-color 0.3s, transform 0.3s;
  font-weight: 500;
  cursor: pointer;
}

.book-demo-btn:hover {
  background-color: #1d4d7d;
  transform: scale(1.05);
}

.book-demo-btn-head {
  background-color: #41b5c2;
  color: white;
  border: 0;
  width: 151px;
  height: 48px;
  padding: 15px 25px;
  position: relative;
  font-size: 16px;
  transition: background-color 0.3s, transform 0.3s;
  font-weight: 500;
  cursor: pointer;
}

.book-demo-btn-head:hover {
  background-color: #1d4d7d;
  transform: scale(1.05);
}

.button-gap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mobile-nav {
  display: none;
  background-color: white;
  width: 100%;
  position: fixed;
  top: 66px;
  left: 0;
  z-index: 10;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.mobile-nav.active {
  display: block;
}

.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mobile-nav-list li {
  padding: 10px;
}

.mobile-nav-list a {
  text-decoration: none;
  color: #150425;
  font-size: 14px;
}

.mobile-nav-list a:hover {
  color: #41b5c2;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .toggle-menu {
    display: block;
    cursor: pointer;
  }
}

@media (max-width: 480px) {
  .btns-res {
    width: 106px;
    height: 47px;
    font-size: 14px;
    padding: 7px;
  }
}

.submit-btn {
  background-color: #41b5c2;
  color: white;
  border: 0;
  width: 151px;
  height: 48px;
  padding: 15px 25px;
  position: relative;
  font-size: 16px;
  transition-duration: 0.5s;
  font-weight: 500;
  cursor: pointer;
}

.submit-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  transform: scale(1.1);
}

.nav-menu li a {
  transition: color 0.3s ease;
}

.nav-menu li a:hover {
  color: #41b5c2;
}

.nav-menu {
  display: flex;
}

.toggle-menu {
  display: none;
}

.close-btn {
  display: none;
}

.main-head {
  font-size: 65px;
  text-align: center;
  margin-top: 160px;
}
.content-color {
  color: #41b5c2;
}
.main-sub-cont {
  text-align: center;
  font-size: 16px;
  color: #707070;
  margin-top: -15px;
}

.get-start-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.get-start-con-btn {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 30px;
}

.main-img {
  margin-top: -319px;
}

.sub-contact-cont {
  margin-top: -52px;
  font-size: 16px;
  color: #707070;
}

.margin-l-29 {
  margin-left: 48px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-t-100 {
  margin-top: 100px;
}

.margin-t-75 {
  margin-top: 114px;
}

.operational-process {
  display: flex;
  margin-top: 100px;
  gap: 70px;
}

.left-cont-img {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 1s ease, opacity 1s ease;
}

.left-cont-img.visible {
  opacity: 1;
  transform: translateX(0);
}

.right-cont {
  opacity: 0;
  transform: translateY(-30px);
  transition: transform 1s ease, opacity 1s ease;
}

.right-cont.visible {
  opacity: 1;
  transform: translateY(0);
}

.sub-head {
  font-size: 46px;
  font-weight: 600;
  color: #17171b;
  line-height: 1.5;
  text-align: left;
}

.content-color {
  color: #41b5c2;
}

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

.area-focus {
  opacity: 0;
  transform: translateY(-50px);
  margin-bottom: 100px;
  transition: transform 1s ease, opacity 1s ease;
}

.area-focus.visible {
  opacity: 1;
  transform: translateY(0);
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  justify-items: flex-start;
  text-align: left;
  padding: 10px;
}

.box-grid {
  width: 100%;
  max-width: 293px;
  height: 203px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.box-grid:hover {
  transform: scale(1.05);
  background-color: #f7f4ff;
}

.box-details {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.box-head {
  font-size: 18px;
  font-weight: 600;
  color: #1d4d7d;
  margin-top: 15px;
}

.box-para {
  font-size: 14px;
  color: #707070;
  font-weight: normal;
  margin-top: 10px;
}

.box-details img {
  max-width: 100px;
  height: auto;
}

.border-line {
  width: 100%;
  display: block;
}

.cont-head {
  font-size: 34px;
  color: #17171b;
  font-weight: 600;
}

.btn-feature {
  margin-top: 50px;
}

.administration {
  display: flex;
  margin-top: 100px;
  gap: 70px;
}

.cookie-para{
  text-align: left;
  font-size: 14px;
  color: #707070;
}

.left-cont-img,
.right-cont-img {
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.left-cont-img.visible {
  opacity: 1;
  transform: translateX(0);
}

.right-cont-img.visible {
  opacity: 1;
  transform: translateX(0);
}

.right-cont-admin,
.left-cont-admin {
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 1s ease, opacity 1s ease;
}

.right-cont-admin.visible,
.left-cont-admin.visible {
  opacity: 1;
  transform: translateY(0);
}

.integration ul {
  gap: 25px;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.integration ul li {
  background: #f5fbfc;
  width: 65px;
  height: 65px;
  min-width: 65px;
  min-height: 65px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  box-shadow: 20px 20px 30px #28608912;
}

.integration ul li img {
  max-width: 44px;
  margin: 0;
}

.integration ul :hover {
  transform: scale(1.05);
}

.feature-btn {
  text-decoration: none;
  color: #ffffff;
  /* display: inline-block; */
  width: 172px;
  height: 48px;
  padding: 12px 20px;
  background-color: #41b5c2;
  border-radius: 4px;
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}

.feature-btn .arrow {
  font-size: 20px;
  margin-left: 8px;
}

.feature-btn:hover {
  background-color: #1d4d7d;
  color: #fff;
}

.feature-btn:active {
  transform: scale(0.98);
}

.para-cont {
  font-size: 16px;
  color: #707070;
}

.cont-para {
  font-size: 16px;
  color: #707070;
}

.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f3f3f3;
  width: 1230px;
  height: 632px;
  margin-top: 120px;
}

.left-side {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.left-image {
  height: 499px;
  margin-top: 132px;
}

.form-sec {
  padding-left: 86px;
  padding-right: 86px;
  padding-top: 20px;
  max-width: 773px;
  height: 500px;
}

.subheading {
  font-size: 16px;
  color: #00b7bd;
}

.direction-column {
  flex-direction: column;
}

.text-left {
  text-align: left;
}

.title-2 {
  font-size: 22px;
}

.Description-form {
  font-size: 16px;
  margin-bottom: 66px;
  color: #707070;
}

.margin-rt-10 {
  margin-right: 10px;
}

.flex {
  display: flex;
}

.width-50 {
  width: 50%;
}
.direction-column {
  flex-direction: column;
}

.input-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.input-form,
.text-area {
  width: 281px;
  height: 49.16px;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
}

.floating-label {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 6px;
  transition: 0.2s;
  font-size: 14px;
  pointer-events: none;
  color: #0c0c0b;
}

.text-area:focus + .floating-label,
.input-form:focus + .floating-label {
  top: -15px;
  left: 10px;
  font-size: 12px;
  color: #0c0c0b;
}

.text-area:not(:placeholder-shown) + .floating-label,
.input-form:not(:placeholder-shown) + .floating-label {
  top: -15px;
  font-size: 12px;
  color: #0c0c0b;
}

.input-form:-webkit-autofill:focus,
.text-area:-webkit-autofill:focus {
  border-color: #ccc !important;
}

.input-form:-webkit-autofill:focus + .floating-label,
.text-area:-webkit-autofill:focus + .floating-label {
  top: -10px;
  font-size: 12px;
  color: #ccc;
  padding: 0 5px;
}

.loader-sec .loader {
  display: none;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #00b7bd;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.text-box {
  width: 591px;
}

.main-footer .main-footer-head {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.main-footer .main-footer-head .main-footer-head-left {
  max-width: 750px;
}

.main-footer .main-footer-head .knowmore {
  width: 200px;
  height: 58px;
  border-radius: 30px;
  background: #0c6492;
  color: #fff;
  margin: 0 auto;
  border: none;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 20px;
  transition: 0.2s all ease-in-out;
}

.main-footer .main-footer-head .knowmore:hover {
  background: #3c3c3c;
  transition: 0.2s all ease-in-out;
  letter-spacing: 1px;
}

.main-footer .main-footer-data {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  list-style: none;
  gap: 15px;
  flex-wrap: wrap;
}

.main-footer .main-footer-data .main-footer-data-item a:hover {
  color: #0c6492;
}

.main-footer .main-footer-data .main-footer-data-item a {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #3c3c3c;
  text-decoration: none;
  width: 100%;
}

.main-footer .main-footer-data .main-footer-data-item.links {
  display: flex;
  flex-direction: column;
  margin-top: -58px;
}

.main-footer .main-footer-data .main-footer-data-item h5 {
  font-size: 15px;
  font-weight: 600;
  color: #3c3c3c;
  margin-bottom: 12px;
}

.main-footer .main-footer-data .main-footer-data-item p {
  font-size: 15px;
  font-weight: 500;
  color: #3c3c3c;
  max-width: 350px;
  line-height: 28px;
}

.main-footer .main-footer-data .main-footer-data-item .social-links a {
  margin-right: 5px;
}

.margin-t-83 {
  margin-top: 83px;
}

.main-footer-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  list-style: none;
}

.main-footer-data-item {
  margin-bottom: 20px;
}

.main-footer-data-item h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.main-footer-data-item a {
  display: block;
  color: #333;
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 14px;
}

.main-footer-data-item a:hover {
  text-decoration: underline;
}

.footer-cls {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.number {
  margin-top: 8px;
}

.cookie-wrapp {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 15px 25px;
  width: 100%;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none; /* Start with hidden state */
}

.cookie-wrapp .content-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}

.cookie-buttons {
  margin-top: 10px;
}

.cookie-buttons button {
  background-color:#41b5c2;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 151px;
  height: 48px;
  position: relative;
  font-size: 16px;
  border-radius: 3px;
}

.cookie-buttons button:hover {
  background-color: #1d4d7d;;
}

.all-left {
  text-align: left;
  font-weight: normal;
  opacity: 0.75;
  color: #ffffff;
  padding: 15px;
  margin: 0;
}

/* Footer links style */
.links-footer {
  margin-top: 10px;
}

.footer-link {
  font-weight: normal;
  opacity: 0.75;
  color: #ffffff;
  font-size: 13.28px;
  text-decoration: none;
}

.links-footer a {
  margin-right: 10px;
}


.social-links {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
}

.contact-form {
  margin-top: -45px;
}

.social-links a {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.social-links img {
  width: 100%;
}

.social-links a:hover img {
  opacity: 0.8;
}

.border-radius-38 {
  border-radius: 38px;
}

.submit-color {
  background: #00b7bd;
  width: 125px;
  height: 50px;
  border: none;
  font-size: 16px;
  border-radius: 25px;
  color: #ffffff;
}

.submit-color:hover {
  background-color: #1d4d7d;
  color: #fff;
}

.background-clr {
  background: #1d4d7d;
}

.location-sec {
  text-align: center;
  font-size: 3rem;
}

.location-item {
  display: flex;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s ease, opacity 1s ease;
  margin-bottom: 56px;
}

.location-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.location-icon {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  margin-right: 24px;
  overflow: hidden;
}

.location-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-details {
  color: #333;
  text-align: left;
}

.location-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.location-address,
.location-phone {
  color: #707070;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
}

.loc-para {
  font-size: 16px;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s ease, opacity 1s ease;
}

.loc-para.visible {
  opacity: 1;
  transform: translateY(0);
}

.location-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 83px;
}

.location-right {
  display: flex;
  flex-direction: column;
  width: 48%;
}

.location-left {
  display: flex;
  flex-direction: column;
  width: 48%;
  /* border-right: 1px solid #707070; */
}

.margin-t-20 {
  margin-top: 20px;
}

.margin-t-16 {
  margin-top: -16px;
}

.margin-t-9 {
  margin-top: 9px;
}

.margin-t-58 {
  margin-top: 58px;
}

.margin-t-93 {
  margin-top: 93px;
}

.margin-t-7 {
  margin-top: -7px;
}

.footer-head-h3 {
  color: #ffffff;
  font-size: 24px;
  margin-top: 100px;
  font-weight: bold;
}

.footer-para {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  opacity: 0.75;
}

.border-bottom {
  margin-top: 20px;
  width: 286px;
}

.main-footer {
  height: auto;
  width: 100%;
}

.footer-sec {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 90px;
  min-width: 24rem;
}

.footer-sec .footer-sec-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-sec .footer-sec-item {
  width: auto;
}

.footer-sec-item ul {
  list-style: none;
  padding: 0;
}

.footer-sec-item ul li {
  margin-bottom: 16px;
}

.footer-sec-item ul li a {
  text-decoration: none;
  color: #ffffffbc;
  opacity: 0.75;
}

.footer-sec-item ul li a:hover {
  text-decoration: underline;
}

.footer-flex {
  display: flex;
  margin-bottom: 60px;
}

.footer-h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
}

.cont-img {
  width: 573.38px;
  height: 608.57px;
}

.contact-sec {
  display: flex;
  margin-top: 100px;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s ease, opacity 1s ease;
}

.contact-sec.visible {
  opacity: 1;
  transform: translateY(0);
}

.left-contact-cont {
  width: 50%;
  opacity: 0;
  transform: translateX(-50px);
  transition: transform 1s ease, opacity 1s ease;
}

.left-contact-cont.visible {
  opacity: 1;
  transform: translateX(0);
}

.right-contact-cont {
  width: 50%;
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 1s ease, opacity 1s ease;
}

.right-contact-cont.visible {
  opacity: 1;
  transform: translateY(0);
}

.formarea {
  width: 50%;
}

.formarea ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.formarea ul li {
  display: block;
}

.formarea ul li {
  width: 49%;
}

.formarea .namelabel {
  font-size: 14px;
  color: #17171b;
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
}

.formarea .form-control {
  width: 100%;
  height: 48px;
  background: #fff;
  border: solid 1px #4a4a4a33;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  color: #130623;
  padding: 0 20px;
  outline: none;
  box-sizing: border-box;
  font-weight: 500;
}

.formarea .input {
  width: 100%;
  height: 48px;
  background: #fff;
  border: solid 1px #4a4a4a33;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  color: #130623;
  padding: 0 20px;
  outline: none;
  box-sizing: border-box;
  font-weight: 500;
}

.formarea .text-area {
  height: 90px !important;
  padding: 20px;
}

.formarea ul .full {
  width: 100%;
}

.formarea .form-control {
  width: 100%;
  height: 48px;
  background: #fff;
  border: solid 1px #4a4a4a33;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  color: #130623;
  padding: 0 20px;
  outline: none;
  box-sizing: border-box;
  font-weight: 500;
}

.formarea .input,
.formarea .form-control,
.formarea .text-area {
  width: 100%;
  height: 48px;
  background: #fff;
  border: solid 1px #4a4a4a33;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  color: #130623;
  padding: 0 20px;
  outline: none;
  box-sizing: border-box;
  font-weight: 500;
  margin-bottom: 16px;
}

.formarea .text-area {
  height: auto;
  padding: 15px 20px;
  resize: vertical;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.formarea .btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: #00b7bd;
  color: #fff;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  height: 4.5rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  border-radius: 22px;
  text-decoration: none;
}

.contact-page {
  display: flex;
  justify-content: space-between;
}

.flex {
  display: flex;
}

.right {
  width: 50%;
  justify-content: center;
  flex-direction: column;
}
.left {
  width: 50%;
}

.font-clr {
  color: #ffffff;
}

.margin-t-32 {
  margin-top: 32px;
}

.title-contact {
  font-size: 32px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 20px;
}

.margin-t-30 {
  margin-top: 30px;
}

.contact-no,
.email-address {
  display: flex;
  gap: 50px;
}

.margin-t-4 {
  margin-top: -4px;
}

.address-contact ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 16px;
  margin-bottom: 29px;
  line-height: 24px;
}

.address-contact ul li img {
  width: 33px;
}

.address-contact ul a {
  text-decoration: none;
  color: #ffffff;
}

.margin-t-8 {
  margin-top: 8px;
}

.margin-t-4 {
  margin-top: -10px;
}

.flex-card2 {
  background: #1d4d7d;
  height: 532px;
}

.contact-no {
  font-size: 18px;
}

.margin-t-73 {
  margin-top: 73px;
}

.margin-t-20 {
  margin-top: 20px;
}

.box-height {
  height: 90px;
}


.home-wrapper section .dec {
  margin-bottom: 1.5rem;
  color: #707070;
}

.home-wrapper {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.home-wrapper section {
  width: 100%;

}

.home-wrapper section .container {
  padding: 7rem 0;
  /* border-bottom: dashed 1px #707070; */
}

.home-wrapper section .content-area {
  width: 100%;
}

.home-wrapper .sec1 .left-sec {
  width: 50%;
  padding-right: 4.5rem;
}

.home-wrapper .sec1 .right-sec {
  width: 50%;
}

.home-wrapper .sec1 .right-sec .title3 {
  margin-bottom: 1rem;
}

.home-wrapper .sec1 .right-sec ul {
  border-left: solid 1px #286089;
}

.home-wrapper .sec1 .right-sec li {
  margin-bottom: 2rem;
  padding-left: 4.5rem;
  position: relative;
}

.home-wrapper .sec1 .right-sec li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border: solid 1px #D62893;
  border-radius: 100%;
  position: absolute;
  left: -6px;
  top: 0;
  z-index: 5;
}

.home-wrapper .sec1 .right-sec li:last-child {
  margin: 0;
}

.home-wrapper .sec2 {
  text-align: center;
}

.home-wrapper .sec2 .pic-outer {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 1rem;
}

.home-wrapper .sec2 .pic-outer img {
  max-width: 100%;
  display: inline-block;
}

.home-wrapper .sec3 .container {
  padding: 0;
  border-bottom: none;
}

.home-wrapper .sec3 li {
  padding: 7rem 0;
  position: relative;
  z-index: 10;
}

.home-wrapper .sec3 .left-sec {
  width: 45%;
}

.home-wrapper .sec3 .right-sec {
  width: 45%;
}

.home-wrapper .sec3 li:nth-child(even) {
  flex-direction: row-reverse;

}

.home-wrapper .sec3 ul {
  position: relative;
}

.home-wrapper .sec3 ul::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/linebg.svg) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.home-wrapper .sec4 .leftsec {
  width: 42%;
  position: relative;
}

.home-wrapper .sec4 .rightsec {
  width: 55%;
  position: relative;
}


.home-wrapper .sec5 .leftsec {
  width: 45%;
  position: relative;
}

.home-wrapper .sec5 .rightsec {
  width: 50%;
  position: relative;
}

.home-wrapper .sec5 .contactbg {
  width: 100%;
}

.home-wrapper .sec5 .container {
  border: none;
}

.terms-link {
  
  text-decoration: none;
  font-weight: bold;
  color: #1d4d7d;
}

.terms-link:hover {
  color: #41b5c2;
}


@media (max-width: 768px) {
  .header {
    padding: 15px 10px;
  }

  .nav-menu {
    display: none;
  }

  .toggle-menu {
    display: block;
  }

  .signin-btn,
  .book-demo-btn {
    width: 100%;
    height: 45px;
    margin-bottom: 17px;
  }

  .signin-btn,
  .book-demo-btn {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
  }

  .margin-t-22 {
    margin-top: -22px;
  }

  .margin-t-100 {
    margin-top: 0;
  }

  .margin-t-50 {
    margin-top: 50px;
  }

  .sub-contact-cont {
    margin-top: -13px;
    font-size: 16px;
    color: #707070;
  }
  .margin-l-29 {
    margin-left: 0;
  }

  .cookie-wrapp .content-sec {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 14px;
}
}

@media (max-width: 480px) {
  .button-gap {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }

  .signin-btn,
  .book-demo-btn {
    width: 48%;
    font-size: 14px;
    height: 45px;
    padding: 10px 20px;
  }

  .signin-btn {
    margin-bottom: 0;
  }

  .book-demo-btn {
    margin-bottom: 0;
  }
}

@media (max-width: 414px) {
  .header {
    padding: 10px 15px;
  }

  .signin-btn,
  .book-demo-btn {
    width: 45%;
  }

  .button-gap {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .right-contact-cont {
    width: 100%;
  }
  .main-head {
    font-size: 45px;
  }

  .main-sub-cont {
    font-size: 14px;
  }

  .main-img {
    margin-top: 0;
  }
  .main-img img {
    width: 100%;
    height: auto;
  }

  .operational-process {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .sub-head {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .para-cont {
    font-size: 14px;
  }
  .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .box-grid {
    width: 100%;
    height: auto;
  }

  .box-details {
    padding: 15px;
  }

  .box-head {
    font-size: 16px;
    font-weight: bold;
  }

  .box-para {
    font-size: 12px;
  }

  .flex-container {
    flex-direction: column;
    width: 100%;
  }

  .left-side {
    justify-content: center;
    align-items: center;
  }

  .btn-primary {
    width: 100%;
  }

  .text-left {
    text-align: left;
  }

  .btn-primary {
    width: 100%;
  }

  .direction-column {
    flex-direction: column;
  }

  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    justify-items: center;
    text-align: center;
  }

  .box-details {
    align-items: center;
  }
  .main-footer .main-footer-head {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .main-footer .main-footer-head-left {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .main-footer .main-footer-data {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .main-footer .main-footer-data .social-links {
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
  }

  .main-footer .footer-sec {
    margin-top: 20px;
  }

  .main-footer .footer-sec .footer-sec-data {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .main-footer .footer-sec .footer-sec-item {
    width: 100%;
    text-align: center;
  }

  .main-footer .footer-sec .footer-sec-item h5 {
    font-size: 16px;
  }

  .main-footer .footer-sec .footer-sec-item ul li a {
    font-size: 14px;
  }

  .main-footer .main-footer-data .social-links a img {
    width: 30px;
    height: 30px;
  }

  .contact-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }

  .left-contact-cont {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }

  .main-head {
    font-size: 28px;
    line-height: 1.2;
  }

  .get-start-con-btn {
    margin-top: 30px;
    justify-content: center;
  }

  .cont-img {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin-top: 20px;
  }

  .contact-main {
    padding: 20px;
  }

  .contact-page {
    flex-direction: column;
    align-items: center;
  }

  .flex-card2 {
    background: #1d4d7d;
    height: auto;
  }

  .left,
  .right {
    width: 100%;
    text-align: center;
  }

  .title-contact {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .cont-para {
    font-size: 16px;
    margin-top: 20px;
  }

  .contact-no,
  .email-address {
    flex-direction: column;
    gap: 20px;
  }

  .address-contact ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .cont-img {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin-top: 20px;
  }

  .margin-t-75 {
    margin-top: 0;
  }

  .formarea {
    width: 100%;
  }

  .formarea ul li {
    width: 100%;
    margin-top: 15px;
  }

  .formarea .input,
  .formarea .form-control {
    height: 45px;
    font-size: 14px;
  }

  .formarea .text-area {
    height: 120px;
    font-size: 14px;
  }

  .formarea .submit-btn {
    padding: 15px;
    font-size: 16px;
  }
  .contact-form-sec {
    padding: 20px;
  }

  .submit-btn {
    width: 120px;
    height: 50px;
  }

  .location-sec {
    font-size: 2rem;
    padding: 20px;
  }

  .loc-head {
    font-size: 2.8rem;
  }

  .contact-sec-location {
    padding: 20px 0;
  }

  .margin-t-16 {
    margin-top: 16px;
  }

  .location-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
  }

  .location-right {
    width: 100%;
    flex-direction: column;
    border-right: none;
    margin-top: 40px;
  }

  .location-left {
    width: 100%;
    flex-direction: column;
    border-right: none;
  }
  .location-item {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }

  .location-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px auto;
  }

  .location-details {
    text-align: center;
    padding: 0 10px;
  }

  .location-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .location-address {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
  }

  .loc-para {
    font-size: 14px;
    padding: 0 20px;
  }

  .submit-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
      rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    transform: scale(1.1);
  }

  .mobile-nav-list a:hover {
    color: #41b5c2;
    text-decoration: underline;
  }

  .book-demo-btn:hover {
    background-color: #1d4d7d;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 700px){
  
  .home-wrapper .sec1 .column50 {
    width: 100%;
  }

  .home-wrapper section .container {
    /* padding: 30px 0; */
    padding: 20px;
  }

  .home-wrapper .sec1 .column25 {
    width: 100%;
  }

  .home-wrapper .sec1 .column25 {
    background: #F5F8FA !important;
    margin: 5px 0;
    border-radius: 10px;
  }

  .home-wrapper .sec1 .column25.none {
    display: none;
  }

  .formsec1 {
    border-radius: 10px;
    width: auto;
    padding: 30px;
  }

  .home-wrapper .sec2 .title3 br {
    display: none;
  }

  .home-wrapper .sec3 .container {
    display: block;
  }

  .home-wrapper .sec3 .leftsec {
    width: 100%;
  }

  .home-wrapper .sec3 .rightsec {
    width: 100%;
  }

  .home-wrapper .sec3::before {
    width: 100%;
  }

  .home-wrapper .sec3 .rightsec {
    border-radius: 10px;
    width: auto;
    padding: 30px;
  }

  .home-wrapper .sec3 .rightsec .title3 {
    line-height: 1.2;
  }

  .home-wrapper .sec5 .leftsec {
    display: none;
  }

  .home-wrapper .sec5 .rightsec {
    width: 100%;
  }

}

@media (max-width: 480px) {
  .header {
    padding: 10px 5px;
  }

  .logo-header-sec {
    width: 111px;
  }

  .containers {
    width: 100%;
    max-width: fit-content;
    margin: 0;
  }
  .main-cont-img {
    width: 100%;
  }
  .left-cont-img {
    width: 100%;
  }
  .border-line {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .global-width {
    padding: 20px;
  }

  .cont-head {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .cont-para {
    font-size: 14px;
    line-height: 1.5;
  }
  .margin-t-120 {
    margin-top: 60px;
  }
  .integration ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .integration ul li {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }

  .integration ul li img {
    max-width: 30px;
  }

  .signin-btn {
    width: 107px;
    font-size: 14px;
  }
  /* .gap-13{
  gap: 6px;
} */
  .main-head {
    font-size: 30px;
  }

  .main-sub-cont {
    font-size: 12px;
  }

  .operational-process {
    flex-direction: column;
    gap: 20px;
    margin-top: 54px;
  }

  .sub-head {
    font-size: 24px;
  }

  .para-cont {
    font-size: 12px;
    text-align: center;
  }

  .grid-container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .box-grid {
    width: 100%;
    height: auto;
  }

  .box-head {
    font-size: 14px;
  }

  .box-para {
    font-size: 12px;
  }

  .flex-container {
    flex-direction: column;
    width: 100%;
  }

  .left-side {
    justify-content: center;
    align-items: center;
  }

  .btn-primary {
    width: 100%;
  }

  .direction-column {
    flex-direction: column;
  }

  .flex-container {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .left-side {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .left-image {
    width: 100%;
    height: auto;
  }

  .form-sec {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    max-width: 100%;
    height: auto;
  }
  .subheading {
    font-size: 14px;
  }
  .title-2 {
    font-size: 18px;
  }
  .Description-form {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .width-50 {
    width: 100%;
  }

  .input-form {
    width: 100%;
  }
  .input-form,
  .text-area {
    width: 100%;
    height: 45px;
    padding: 8px;
  }
  .text-box {
    width: 100%;
  }
  .submit-color {
    width: 100%;
    margin-top: 15px;
  }
  .loader-sec {
    display: none;
  }
  .margin-t-15 {
    margin-top: 10px;
  }

  .margin-b-15 {
    margin-bottom: 10px;
  }

  .gap-20 {
    gap: 10px;
  }

  .gap-25 {
    gap: 15px;
  }

  .gap-15 {
    gap: 8px;
  }

  /* .seamless{
    padding: 20px;
  } */

  .contact-form {
    margin-top: -45px;
  }
  .container.main-content {
    padding: 20px;
  }

  .main-head {
    font-size: 40px;
    margin-top: 135px;
  }

  .main-sub-cont {
    font-size: 14px;
    margin-top: 20px;
  }

  .get-start-btn {
    margin-top: 30px;
    padding: 8px 0;
  }

  .margin-t-60 {
    margin-top: 60px;
  }
  .width-img {
    width: 100%;
  }

  .main-img {
    margin-top: -50px;
    width: 100%;
  }

  .book-demo-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .para-cont br {
    display: none;
  }

  .main-sub-cont br {
    display: none;
  }

  .grid-container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem 0.5rem;
  }

  .box-grid {
    width: 100%;
    height: auto;
    /* margin-bottom: 20px;  */
    margin-bottom: -5px;
  }

  .box-details {
    padding: 20px;
  }

  .box-head {
    font-size: 16px;
    margin-top: 15px;
  }

  .box-para {
    font-size: 12px;
    margin-top: 12px;
  }

  .grid-container {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    justify-items: center;
    text-align: center;
  }

  .sub-head {
    font-size: 22px;
    text-align: center;
  }

  .box-grid {
    max-width: 100%;
  }

  .box-head {
    font-size: 16px;
  }

  .box-para {
    font-size: 12px;
  }

  .box-details img {
    max-width: 80px;
  }

  .administration {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
  }

  .left-cont-admin,
  .right-img {
    width: 100%;
    padding: 20px;
  }

  .cont-head {
    font-size: 24px;
    text-align: center;
  }

  .cont-para {
    font-size: 12px;
    text-align: center;
  }

  .right-cont-img {
    width: 100%;
    height: auto;
  }

  .integration ul {
    flex-wrap: wrap;
  }

  .integration ul li {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }

  .integration ul li img {
    max-width: 30px;
  }

  .cont-head {
    font-size: 28px;
    margin-top: 20px;
  }

  .cont-para {
    font-size: 14px;
    text-align: left;
  }

  .flex-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .left-side {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 20px;
  }
  .left-image {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .form-sec {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    max-width: 100%;
    height: auto;
  }

  .subheading {
    font-size: 14px;
  }

  .title-2 {
    font-size: 18px;
  }

  .Description-form {
    font-size: 12px;
    margin-bottom: 40px;
  }

  .input-form {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .input-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }

  .input-form,
  .text-area {
    width: 100%;
    height: 45px;
    padding: 10px;
    font-size: 14px;
  }

  .floating-label {
    font-size: 12px;
    padding: 4px;
  }

  .text-box {
    width: 100%;
  }

  .btn-primary {
    width: 100%;
    font-size: 16px;
    padding: 12px;
  }

  .btn-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .feature-btn {
    width: auto;
    padding: 12px 20px;
  }

  .form-sec {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }

  .form-sec .flex {
    flex-direction: column;
  }

  .form-sec .width-50 {
    width: 100%;
    margin-bottom: -10px;
  }

  .input-form,
  .text-area {
    width: 100%;
  }

  .Description-form {
    margin-bottom: 70px;
  }

  .title-2 {
    font-size: 20px;
  }

  .btn-primary {
    width: 140px;
    height: 50px;
    margin-bottom: 20px;
  }

  .main-footer .main-footer-head {
    padding: 20px;
  }

  .main-footer .main-footer-head-left {
    text-align: center;
    margin-bottom: 20px;
  }

  .main-footer .main-footer-data {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  .main-footer .footer-sec {
    padding: 20px 10px;
  }

  .main-footer .footer-sec .footer-sec-item {
    width: 100%;
    text-align: center;
  }

  .main-footer .footer-sec .footer-sec-item h5 {
    font-size: 14px;
  }

  .main-footer .footer-sec .footer-sec-item ul li a {
    font-size: 12px;
  }

  .main-footer .main-footer-data .social-links a img {
    width: 35px;
    height: 35px;
  }

  .height-auto {
    height: auto;
    /* padding: 20px; */
  }

  .footer-flex {
    display: grid;
  }

  .border-bottom {
    width: 100%;
  }

  .text-align {
    text-align: center;
  }
  .main-head {
    font-size: 38px;
  }

  .contact br {
    display: none;
  }
  .main-head br {
    display: none;
  }
  .book-demo-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .cont-img {
    max-width: 400px;
  }

  .contact-main {
    padding: 20px;
  }

  .title-contact {
    font-size: 22px;
  }

  .flex-card2 {
    background: #1d4d7d;
    height: auto;
  }

  .margin-t-83 {
    margin-top: -83px;
  }
  .cont-para {
    font-size: 14px;
  }

  .cont-para br {
    display: none;
  }

  .contact-no,
  .email-address {
    gap: 15px;
    margin-top: 20px;
  }

  .formarea .input,
  .formarea .form-control,
  .formarea .text-area {
    font-size: 14px;
  }

  .formarea .submit-btn {
    font-size: 14px;
    padding: 12px;
  }
  .contact-form-sec {
    padding: 20px;
  }

  .submit-btn {
    width: 120px;
    height: 50px;
  }

  .loc-head {
    font-size: 2.4rem;
  }

  .location-name {
    font-size: 16px;
  }

  .location-address {
    font-size: 12px;
  }

  .location-wrapper {
    gap: 20px;
  }

  .location-icon {
    width: 90px;
    height: 90px;
  }

  .location-item {
    margin-bottom: -5px;
  }

  .submit-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
      rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    transform: scale(1.1);
  }

  .mobile-nav-list a:hover {
    color: #41b5c2;
    text-decoration: underline;
  }

  .book-demo-btn:hover {
    background-color: #1d4d7d;
    transform: scale(1.05);
  }
}

/* iPad Pro (portrait) - 1024px */
@media (max-width: 1024px) and (min-width: 768px) {
  /* Adjust header padding */
  .header {
    padding: 20px 15px;
  }

  .main-head {
    font-size: 50px;
  }

  .main-sub-cont {
    font-size: 16px;
  }

  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .box-grid {
    width: 100%;
    height: auto;
  }

  .operational-process {
    flex-direction: row;
    gap: 40px;
  }

  .main-footer .main-footer-head {
    flex-direction: row;
    justify-content: space-between;
  }

  .main-footer .footer-sec .footer-sec-data {
    flex-direction: row;
  }

  .main-footer .footer-sec .footer-sec-item {
    text-align: left;
  }

  .location-wrapper {
    justify-content: space-between;
  }

  .location-item {
    width: 48%;
  }
}

@media (max-width: 768px) and (min-width: 480px) {
  .header {
    padding: 18px 12px;
  }

  .main-head {
    font-size: 45px;
  }

  .main-sub-cont {
    font-size: 14px;
  }

  .grid-container {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .operational-process {
    flex-direction: column;
    gap: 30px;
  }

  .main-footer .main-footer-head {
    flex-direction: column;
  }

  .location-wrapper {
    flex-direction: column;
  }

  .location-item {
    width: 100%;
  }
}

@media (max-width: 820px) and (min-width: 600px) {
  .header {
    padding: 20px 15px;
  }

  .main-head {
    font-size: 48px;
  }

  .main-sub-cont {
    font-size: 15px;
  }

  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .box-grid {
    width: 100%;
    height: auto;
  }

  .main-footer .main-footer-head {
    flex-direction: row;
    justify-content: space-between;
  }

  .location-wrapper {
    justify-content: space-between;
  }

  .location-item {
    width: 48%;
  }
}


@media (min-width: 500px) and (max-width: 1024px) {
  .nav-menu li span {
    font-size: 13px;
  }
  .book-demo-btn-head {
    height: 40px;
    padding: 12px 15px;
    position: relative;
    font-size: 14px;
    width: auto;
  }
  .signin-btn {
    height: 40px;
    font-size: 14px;
  }
  .main-cont-img {
    width: 100%;
    margin-top: 92px;
  }
  .form-section .flex-container {
    width: 100%;
    flex-direction: column;
    height: auto;
  }
  .form-section .flex-container .form-sec {
    height: auto;
    padding-right: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 25px;
    width: 100%;
    max-width: inherit;
  }
  .form-section .flex-container .form-sec .Description-form {
    margin-bottom: 0;
  }
  .form-section .flex-container .form-sec .contact-form {
    margin-top: 0;
  }
  .form-section .flex-container .form-sec .contact-form .form {
    flex-direction: column;
  }
  .form-section .flex-container .form-sec .contact-form .form .input-form {
    width: 100%;
  }
  .form-section .flex-container .form-sec .contact-form .text-box {
    width: 100%;
  }
  .form-section .flex-container .form-sec .width-50 {
    width: 100%;
  }
  .form-section .flex-container .form-sec .contact-form .input {
    width: 100%;
  }
  .form-section .flex-container .left-image {
    height: auto;
    width: 200px;
    margin-top: 15px;
  }
  .main-footer {
    margin-top: 15px !important;
  }
  .administration {
    flex-direction: column;
  }
  .administration .cont-head.margin-top-150 {
    margin-top: 15px;
  }
  .logo-header-sec {
    width: 100px;
  }

  .cont-img{
    width: 100%;
    height: auto;
    margin-top: 100px;
  }

  .sub-contact-cont br {
    display: none;
  }

  .location-right {
    width: 100%;
  }
  .location-left{
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 1024px) {
  .seamless .integration ul {
    flex-wrap: wrap;
  }
  .operational-process {
    flex-direction: column;
  }
  .operational-process .text-left {
    text-align: center;
  }
  .operational-process .left-cont {
    text-align: center;
  }
  .operational-process .para-cont {
    text-align: center;
  }
  .administration {
    margin-top: 20px;
  }
}

@media (min-width: 500px) and (max-width: 770px) {
  .book-demo-btn-head {
    width: 120px;
  }
  .button-gap .signin-btn.btns-res.margin-t-22.weight-500 {
    margin: 0 15px 0 0;
    height: auto;
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 770px) {
  .footer-flex {
    flex-direction: column;
  }
  .main-footer .main-footer-head .main-footer-head-left {
    max-width: 100%;
  }
  .main-footer .main-footer-head .border-bottom {
    margin-top: 20px;
    width: 100%;
  }
  .footer-head-h3 {
    margin-top: 15px;
  }
  .box-height.message-section {
    height: 100px;
  }
  .footer-flex {
    margin-bottom: 20px;
  }
  .administration .right-img img {
    width: 100%;
  }
  .container.form-section {
    background-color: #f3f3f3;
  }
  .container.form-section .global-width {
    padding: 0;
  }
  .footer-sec {
    min-width: auto;
  }
  .main-footer.margin-t-120 {
    margin-top: 0;
  }
}
