* {
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.8rem;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 40rem;
}

::-webkit-scrollbar-thumb {
  background: #ffe2f4;
  border-radius: 40rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #e30c79;
  border-radius: 40rem;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

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

html {
  font-size: 10px;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
p,
div,
span,
ul,
li {
  font-family: "Mulish", sans-serif;
  display: block;
}

.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.d-flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.container {
  width: 96%;
  max-width: 1240px;
  margin: auto;
}

.font-regular {
  font-weight: 400;
}

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

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

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

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

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

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

.flex-start {
  justify-content: flex-start;
}

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

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

.btn-primary:hover {
  background-color: #344b47;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.exom-icon {
  width: 131px;
  height: 35px;
}

#submit:focus,
#submit:hover {
  background-color: #e30c79;
  box-shadow: none;
}

.btn-secondary {
  display: inline-block;
  border: 0;
  background-color: #01b2d6;
  color: #fff;
  border-radius: 4px;
  padding-left: 3rem;
  padding-right: 3rem;
  height: 4.5rem;
  font-size: 1.6rem;
  line-height: 4.5rem;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  text-decoration: none;
}

.btn-secondary:hover {
  background-color: #344b47;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.banner-callsec {
  margin-top: 2rem;
}

.banner-callsec .phone {
  width: 68px;
  height: 68px;
  background: #e30c79;
  border-radius: 100%;
  animation: pulse-animation 2s infinite;
}

.banner-callsec .details {
  width: calc(100% - 80px);
}

.banner-callsec .details .dec {
  margin: 0;
}

.btn-primary.sign {
  background: #fff;
  color: #150425;
  margin-right: 1rem;
}

.btn-primary.sign:hover {
  background-color: #344b47;
  color: #fff;
}

#headerSection {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.header-outer {
  padding: 30px 0;
  transition: all 0.2s ease-in-out;
}

.headerscroll {
  padding: 5px 0;
  box-shadow: #959da533 0 8px 24px;
}

#headerSection .container {
  max-width: 90%;
}

#headerSection .contentsec {
  width: 100%;
}

#headerSection .logosec {
  width: 131px;
  position: relative;
  top: -0.3px;
}

#headerSection .logosec img {
  width: 100%;
}

#headerSection .left-sec {
  width: auto;
}

.nav-menu {
  display: flex;
}

#headerSection .right-nav {
  width: auto;
}

#headerSection .right-nav li {
  font-size: 16px;
  line-height: 1;
  color: #150425;
  font-weight: 500;
  margin-right: 20px;
  position: relative;
}

#headerSection .right-nav li a {
  color: #344b47;
  text-decoration: none;
  padding: 5px;
  cursor: pointer;
  display: inline-block;
}

#headerSection .right-nav li a.active {
  color: #e30c79;
  cursor: default;
}

#headerSection .right-nav li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 180px;
  padding: 8px 0;
  z-index: 1000;
}

#headerSection .right-nav li ul li {
  margin: 0;
}

#headerSection .right-nav li ul li a {
  padding: 10px 15px;
  display: block;
  color: #344b47;
  font-weight: 400;
  white-space: nowrap;
}

#headerSection .right-nav li ul li a:hover {
  background: #f6f6f6;
  color: #e30c79;
}

#headerSection .right-nav li:hover > ul {
  display: block;
}

.formloader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  display: none;
}

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

.toogle-menu {
  display: none;
}

.burger {
  border-radius: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px;
  transition: all 0.5s ease;
  position: fixed;
  top: 11px;
  right: 10px;
  cursor: pointer;
}

.burger-strip {
  transition: all 0.5s ease;
}

.strip div {
  height: 1px;
  border-radius: 0;
  border-bottom: solid 2px #e30c79;
  margin: 5px;
  transition: all 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 20px;
}

.title2 {
  font-size: 3rem;
  line-height: 1.2;
  color: #344b47;
  font-weight: 700;
  position: relative;
  margin-bottom: 1.5rem;
}

.title3 {
  font-size: 2rem;
  line-height: 1.2;
  color: #272b26;
  font-weight: 700;
  position: relative;
  margin-bottom: 1rem;
}

.title4 {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #01b2d6;
  font-weight: 500;
  position: relative;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.title5 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000000;
  font-weight: 600;
  position: relative;
  margin-bottom: 1rem;
}

.title6 {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #a60013;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.5rem;
}

.explore {
  width: auto;
  font-size: 1.6rem;
  line-height: 1;
  color: #e30c79;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  background: none;
  max-width: 12rem;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 2.5rem;
  cursor: pointer;
}

.explore:hover {
  padding-left: 2rem;
  background: #e30c79;
  color: #fff;
}

.explore::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/arrow-right.svg) center center no-repeat;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  transition: all 0.2s ease-in-out;
}

.explore:hover::before {
  filter: brightness(0) invert(1);
}

.dec {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #344b47;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

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

.home-banner {
  width: 100%;
  height: calc(100vh - 95px);
  background: #f5f8fa;
  background-size: contain;
  position: relative;
}

.home-banner .title1 {
  font-size: 4.8rem;
  line-height: 1.2;
  color: #344b47;
  font-weight: 700;
  position: relative;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}

.sub {
  color: #e30c79;
  display: block;
}

.dflex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-banner .content-area {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

.home-banner .dec {
  margin-bottom: 2rem;
}

.home-banner .content-area .content-sec {
  width: 100%;
}

.home-banner::after {
  content: "";
  width: 50%;
  height: 100%;
  background: url(../images/bannerbg.png) right bottom no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
}

.home-banner .container {
  position: relative;
}

.doc-card {
  background-color: #fff;
  padding: 2rem;
  width: 18rem;
  border-radius: 1rem;
  animation: pulse-animation 2s infinite;
}

.doc-card .right-box-topsec {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.doc-card .right-box-head .right-box-card-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.doc-card .right-box-topsec .right-box-head .right-box-card-text {
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.doc-card .doctors-sec .doctors-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.3rem;
}

.doc-card .doctors-img {
  margin-right: 10px;
}

.doctors-list-text {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}

.doctors-list-text:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.8rem;
  top: 2.3rem;
  left: 0;
  background-color: #e7e9e7;
  border-radius: 2rem;
}

.loc-para {
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

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

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

.home-wrapper section .container {
  padding: 7rem 0;
}

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

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

.home-wrapper .sec1 .column25.bg-gray {
  background: #f5f8fa;
}

.home-wrapper .sec1 .box-item {
  padding: 3rem;
  transition: all 0.2s ease-in-out;
  box-shadow: #fff 0 0 0;
}

.home-wrapper .sec1 .box-item2 {
  padding: 0 3rem 0 0;
}

.home-wrapper .sec1 .box-item:hover {
  box-shadow: #959da533 0 8px 24px;
}

.home-wrapper .sec1 .icon {
  margin-bottom: 1rem;
}

.home-wrapper .sec1 .arrow {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.home-wrapper .sec1 .arrow img {
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
}

.home-wrapper .sec1 .box-item:hover .arrow {
  background: #01b2d6;
}

.home-wrapper .sec1 .box-item:hover .arrow img {
  left: 10px;
  filter: brightness(0) invert(1);
}

.home-wrapper .sec1 .box-item .arrow:hover {
  background: #e30c79 !important;
}

.home-wrapper .sec1 .box-item .arrow:hover img {
  left: 0;
}

.home-wrapper .sec1 .box-item .arrow:hover .home-wrapper .sec1 .icon img {
  max-width: 100%;
}

.home-wrapper .sec1 .content-area {
  flex-wrap: wrap;
}

.home-wrapper .sec2 {
  background: url(../images/Section2.jpg) center center;
  background-size: cover;
}

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

.home-wrapper .sec2 .title3 {
  font-size: 2.2rem;
}

.home-wrapper .sec3 .leftsec {
  padding: 2rem 0;
  width: 40%;
  position: relative;
  z-index: 10;
}

.home-wrapper .sec3 {
  position: relative;
  background: #f5f8fa;
}

.home-wrapper .sec3 .container::before {
  content: "";
  width: 40%;
  height: 100%;
  background: #02b2d6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.home-wrapper .sec3::before {
  content: "";
  width: 40%;
  height: 100%;
  background: #02b2d6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.home-wrapper .sec3 .container {
  position: relative;
  z-index: 5;
}

.home-wrapper .sec3 .rightsec {
  padding: 2rem 0;
  background: #f5f8fa;
  width: 50%;
  position: relative;
  z-index: 10;
}

.home-wrapper .sec3 .solutionsec {
  width: 100%;
  padding: 2rem 0;
}

.home-wrapper .sec3 .title3 {
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
}

.home-wrapper .sec3 .dec {
  color: #fff;
  font-weight: 400;
}

.home-wrapper .sec3 .rightsec .title3 {
  color: #344b47;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

.home-wrapper .sec3 .rightsec .dec {
  color: #344b47;
  margin-bottom: 2rem;
}

.home-wrapper .sec3 .solutionsec .icon {
  width: 56px;
  height: 56px;
}

.home-wrapper .sec3 .solutionsec .details {
  width: calc(100% - 80px);
}

.home-wrapper .sec3 .solutionsec .details .dec {
  margin: 0;
}

.formsec1 {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
  width: 100%;
  max-width: 400px;
}

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

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

.home-wrapper .sec5 .contactbg {
  width: 100%;
  border-radius: 10px;
}

.home-wrapper .sec5 .container {
  border: none;
  max-width: 1020px;
}

.form-group {
  position: relative;
}

.formarea {
  width: 100%;
  height: auto;
}

.formarea .btn-primary {
  width: 100%;
}

.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 {
  width: 49%;
  margin-top: 2rem;
}

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

.formarea ul .align-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.formarea ul .align-right .btn-primary {
  width: 125px;
}

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

.formarea .form-group {
  position: relative;
}

.formarea .form-label {
  padding: 0 3px;
  pointer-events: none;
  position: absolute;
  top: 15px;
  z-index: 10;
  left: 15px;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
  font-size: 1.4rem;
  color: #17171b;
  letter-spacing: 0.01em;
  background: #fcfcfc;
  font-weight: 500;
  display: flex;
}

.formarea .form-control {
  width: 100%;
  height: 48px;
  background: #fff;
  border: solid 1px #e7f1f2;
  border-radius: 6px;
  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 #e7f1f2;
  border-radius: 6px;
  display: block;
  font-size: 14px;
  color: #130623;
  padding: 0 20px;
  outline: none;
  box-sizing: border-box;
  font-weight: 500;
}

.text-area {
  width: 100%;
  height: 80px;
  background: #fff;
  border: solid 1px #e7f1f2;
  border-radius: 6px;
  display: block;
  font-size: 14px;
  color: #130623;
  padding: 20px;
  outline: none;
  font-family: "Mulish", sans-serif !important;
  box-sizing: border-box;
  font-weight: 500;
}

.formarea .invalid-input {
  border: solid 1px red;
}

.form-msg {
  padding: 12px 20px;
}

input:focus + label,
textarea:focus + label,
input:-webkit-autofill + label,
textarea:-webkit-autofill + label {
  opacity: 1;
  transform: scale(1) translateY(-30px) translateX(0);
  top: -30px;
  font-size: 12px;
  color: #0c0c0b;
  padding: 0 5px;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: #fafafa !important;
  border-color: #ccc !important;
}

input:-webkit-autofill + label,
textarea:-webkit-autofill + label {
  color: #ccc;
  top: -30px;
  font-size: 12px;
}

input:focus + label,
textarea:focus + label,
input:not(:placeholder-shown) + label,
textarea:not(:placeholder-shown) + label {
  opacity: 1;
  transform: scale(1) translateY(-30px) translateX(0);
  font-size: 12px;
  color: #0c0c0b;
  padding: 0 5px;
}

input:not(:placeholder-shown) + label,
textarea:not(:placeholder-shown) + label {
  top: -30px;
  font-size: 12px;
  color: #0c0c0b;
  padding: 0 5px;
}

textarea:focus,
input:focus {
  box-shadow: 0 0 6px rgba(0, 200, 222, 0.25);
  background-color: #fafafa;
}

.footersec {
  width: 100%;
  background: #f5f8fa;
}

.footersec .social-media {
  width: 100%;
  padding: 0;
  margin: 0;
}

.footersec .social-media li {
  list-style-type: none;
  margin-right: 1rem;
  border-radius: 5px;
}

.footersec .social-media .item {
  width: 34px;
  height: 34px;
  background: #fff;
  border: solid 1px #e7f1f2;
  border-radius: 6px;
  cursor: pointer;
}

.footersec .sec2 .item {
  font-size: 1.4rem;
  color: #646a69;
  font-weight: 400;
}

.footersec .sec2 ul {
  padding: 0;
  margin: 0;
}

.footersec .sec2 ul li {
  margin-left: 1rem;
}

.footersec .sec2 ul li::after {
  content: " . ";
  margin-left: 0.5rem;
  position: relative;
  top: -0.2rem;
}

.footersec .sec2 ul li:last-child::after {
  display: none;
}

.footersec .sec2 {
  padding: 2rem 0;
}

.footersec .sec2 ul li a {
  cursor: pointer;
}

.footersec .sec2 ul li a:hover {
  color: #a60013;
}

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

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

.footersec .location {
  width: 100%;
}

.footersec .flag {
  width: 32px;
}

.footersec .flag img {
  width: 100%;
}

.footersec .location .details {
  width: calc(100% - 40px);
}

.footersec .sec1 {
  padding: 5rem 0;
  border-bottom: solid 1px #e7f1f2;
  flex-wrap: wrap;
}

.footersec .sec1 .logosec {
  margin-bottom: 1.5rem;
}

.footersec .sec1 .dec {
  font-size: 1.5rem;
  font-weight: 400;
}

.footersec .sec1 .title5 {
  margin-bottom: 0.5rem;
}

.footersec .sec1 .column-25 {
  width: 25%;
}

.column-100 {
  width: 100%;
}

.innerbanner {
  width: 100%;
  height: 355px;
  background: #02b2d6;
  display: flex;
  align-items: center;
}

.innerbanner .contentarea {
  width: 100%;
}

.contact-banner {
  background: #02b2d6 url(../images/contactpic1.png) right bottom no-repeat;
  background-size: contain;
}

.innerbanner .title1 {
  font-size: 4.8rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}

.innerbanner .dec {
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: 400;
}

.loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: #fff;
}

.footersec .sec1 {
  padding-bottom: 20px;
}

.inner-wrapper h1 {
  font-size: 3rem;
  line-height: 1.5;
  color: #344b47;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.inner-wrapper h2 {
  font-size: 2.8rem;
  line-height: 1.5;
  color: #344b47;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.inner-wrapper h3 {
  font-size: 2.6rem;
  line-height: 1.5;
  color: #344b47;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
}

.inner-wrapper h4 {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #344b47;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
}

.inner-wrapper h5 {
  font-size: 2rem;
  line-height: 1.5;
  color: #344b47;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
}

.inner-wrapper h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #344b47;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
}

.inner-wrapper p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #17171b;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.inner-wrapper li {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #17171b;
  font-weight: 400;
  display: list-item;
  margin-bottom: 1rem;
}

.inner-wrapper ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.inner-wrapper a {
  color: #e30c79;
}

.formarea ul li {
  display: block;
}

.fornotfor {
  width: 100%;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  padding-top: 85px;
}

.fornotfor .container {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.fornotfor .contentarea {
  width: 100%;
}

.fornotforpic {
  width: 100%;
}

.fornotfor .container .text-area {
  text-align: center;
  width: 100%;
  height: auto;
  position: absolute;
  top: -100px;
  left: 0;
}

.fornotfor .title1 {
  font-size: 130px;
  line-height: 1.2;
  font-family: "Mulish", sans-serif;
  color: #27293b;
  font-weight: 600;
}

.fornotfor .container .text-area .btn-primary {
  margin: auto;
  max-width: 100px;
  text-decoration: none;
}

.fornotfor .container .text-area .dec {
  font-size: 18px;
  margin-bottom: 20px;
}

.active-contact #headerSection .right-nav #contactUs a {
  color: #02b2d6 !important;
  cursor: default;
}

.active-home #headerSection .right-nav #home a {
  color: #02b2d6 !important;
  cursor: default;
}

.active-platform #headerSection .right-nav #platform a {
  color: #02b2d6 !important;
  cursor: default;
}

.active-home #headerSection .right-nav #home a {
  color: #02b2d6;
  cursor: default;
}

.home-wrapper .sec1 .title3 {
  text-transform: capitalize;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.contactsec1 {
  background: #f5f8fa;
}

.contactsec1 .column3 {
  width: 33.3333333%;
}

.contactsec1 .banner-callsec .details {
  padding-top: 0.5rem;
}

/* -----video-start--- */
.video-sec {
  position: relative;
}

.video-sec .vide-box {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: solid 1px #5e5e5e64;
}

.video-sec .container {
  padding: 20px 0 90px 0 !important;
}

.video-sec .vide-box video {
  width: 100%;
}

.video-sec .centered {
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  box-shadow: 0px 0px 20px #68686877;
  border-radius: 50px;
  cursor: pointer;
}

.popupVideo {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #0000004a;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5%;
  display: none;
  box-sizing: border-box;
}

.show {
  display: flex !important;
}

.popupVideo iframe {
  height: 500px;
}

.close-menu {
  border: 0;
  height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 50px;
  cursor: pointer;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-bottom: 5px;
}

.close-menu span {
  font-weight: 600;
  font-size: 14px;
  transform: scaleX(1.2);
  color: #414141;
}

.close-menu:hover span {
  color: #1b1b1b;
}

.contact-sec-location {
  text-align: center;
}
.border-location {
  width: 29%;
  margin-left: 447px;
  height: 1px;
  background-color: #edebeb;
}

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

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

.location-left,
.location-right {
  display: flex;
  flex-direction: column;
  width: 48%;
}
.location-item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.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;
  line-height: 1.5;
}

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

.location-address,
.location-phone {
  font-size: 16px;
  color: #707070;
}

.title-loc {
  font-size: 3rem;
  line-height: 1.2;
  color: #272b26;
  font-weight: 700;
}

.margin-t-47 {
  margin-top: -47px;
}
.decr {
  text-decoration: none;
}
.margin-t-22 {
  margin-top: -22px;
}

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

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

.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: #e30c79;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 125px;
  height: 45px;
  font-size: 16px;
}

.cookie-buttons button:hover {
  background-color: #344b47;
}

@media (max-width: 768px) {
  .location-wrapper {
    /* display: grid; */
    justify-items: center !important;
    gap: 30px;
  }

  .location-left,
  .location-right {
    width: 100%;
    gap: 30px;
  }

  .location-item {
    display: grid;
    justify-items: center;
    text-align: center;
    margin-bottom: 30px;
  }

  .location-icon {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    margin: 0 auto;
  }

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

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

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

/* -----video-end--- */
@media screen and (min-width: 1100px) {
  .home-wrapper .sec1 .box-item2 .dec {
    line-height: 2;
  }

  .home-wrapper .sec1 .box-item2 .title2 {
    line-height: 1.5;
  }
}

@media screen and (max-width: 1100px) {
  .home-banner {
    height: 500px;
  }
}

@media screen and (max-width: 1020px) {
  .popupVideo iframe {
    height: 400px;
  }

  #headerSection .left-sec {
    width: 80px;
  }

  #headerSection .logosec {
    width: 80px;
  }

  #headerSection .right-sec {
    padding-right: 20px;
  }

  .header-outer {
    padding: 5px 0;
  }

  .btn-primary {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 14px;
  }

  @media screen and (max-width: 768px) {
    .btn-primary {
      margin-right: 4rem;
    }
  }

  .right-nav {
    transition: all 0.2s ease-in-out;
    width: 300px;
    height: 100vh;
    position: fixed;
    display: block;
    right: -110%;
    top: 0;
    z-index: 100;
    background: #e30c79;
    padding-top: 100px;
    box-shadow: rgb(125, 122, 114) 1px 1px 1px 0px,
      rgb(115, 113, 113) -1px -1px 15px 0px;
  }

  .right-nav .item {
    width: 100%;
    margin: 0;
  }

  #headerSection .right-nav li a.active {
    color: #fff;
  }

  #headerSection .right-nav li a {
    padding: 10px 0;
    display: block;
    color: #fff;
  }

  .right-nav .item .active {
    color: #fff;
  }

  #headerSection .right-nav {
    padding-right: 0;
    width: 300px;
  }

  .right-nav.activemenu {
    right: 0;
    padding-right: 0;
  }

  .toogle-menu {
    display: block;
  }

  .activemenu .burger-strip-2 div:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  .activemenu .burger-strip-2 div:nth-child(2) {
    opacity: 0;
  }

  .activemenu .burger-strip-2 div:last-child {
    transform: translateY(-8px) rotate(-45deg);
  }

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

  #headerSection .right-nav li a {
    text-transform: uppercase;
    text-align: center;
    border-bottom: solid 1px #e943ac;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
  }

  #headerSection .right-nav li {
    margin: 0;
  }

  .home-banner .title1 {
    font-size: 3rem;
  }

  .home-wrapper section .title2 br {
    display: none;
  }

  .footersec .sec1 .column-25 {
    width: 50%;
    padding: 1rem 0;
  }
}

@media screen and (max-width: 700px) {
  #headerSection .right-nav {
    width: 100%;
  }

  .home-banner::after {
    display: none;
  }

  .home-banner .container {
    display: block;
  }

  .home-banner .leftsec {
    width: 100%;
    padding-bottom: 30px;
  }

  .home-banner {
    height: auto;
    padding: 30px 0;
  }

  .doc-card {
    margin: auto;
  }

  .banner-callsec .phone {
    width: 45px;
    height: 45px;
    overflow: hidden;
  }

  .banner-callsec .details {
    width: calc(100% - 60px);
  }

  #headerSection .right-sec {
    padding-right: 30px;
  }

  .title2 {
    font-size: 2.5rem;
  }

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

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

  .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%;
  }

  .footersec .sec1 .column-25 {
    width: 100%;
  }

  .footersec .sec2 {
    display: block;
  }

  .footersec .sec2 ul {
    justify-content: flex-start;
  }

  .footersec .sec2 ul li {
    margin: 0 1rem 0 0;
  }
}

.mail-to {
  color: #000;
  text-decoration: none;
}

.linked-in {
  width: 20px;
}

.formloader {
  border: 5px solid #c7c6c6;
  border-radius: 50%;
  border-top: 5px solid #e30c79;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

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

  100% {
    transform: rotate(360deg);
  }
}

#result {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.title-sec {
  font-weight: 700;
  font-size: 20px;
}

.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gap-2 {
  gap: 20px;
}

.cookie-para {
  font-size: 14px;
  text-align: left;
}
.privacy {
  text-decoration: none;
  color: #02b2d6;
}

@media screen and (max-width: 768px) {
  .innerbanner {
    height: 250px;
  }

  .popupVideo iframe {
    height: 350px;
  }

  .video-sec .container {
    padding: 20px 0 90px 0 !important;
  }

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

  .contactsec1 .column3 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .innerbanner .title1,
  .innerbanner .dec {
    text-shadow: 0px 0px 5px #0000006e;
  }
  .innerbanner {
    height: 180px;
  }

  .popupVideo iframe {
    height: 480px;
  }

  .video-sec .container {
    padding: 0px 0 40px 0 !important;
  }
}

.inner-title {
  font-size: 4.8rem;
  line-height: 1.2;
  color: #344b47;
  text-align: center;
}
.inner-para {
  font-size: 1.8rem;
  color: #344b47;
  text-align: center;
  margin-top: 2rem;
}
.inner-cont {
  font-size: 1.5rem;
  color: #344b47;
  text-align: center;
  margin-top: 2rem;
  line-height: 2;
}
.img-sec {
  width: 100%;
  height: auto;
}
.banner-img {
  margin-top: 10rem;
}
.sec-detail {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.why-twigo {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(35%, 1fr));
  grid-gap: 1.4rem 0.8rem;
}
@media screen and (max-width: 768px) {
  .why-twigo {
    flex-direction: column;
    display: flex;
  }
}
.primary-text {
  font-size: 2rem;
  color: #344b47;
}
.sub-head {
  font-size: 2.8rem;
  margin-top: 4rem;
  color: #344b47;
}
.para-inner {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 3rem;
  color: #344b47;
}
.why-twigo aside ul {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .why-twigo aside ul {
    padding: 1rem;
  }
}
.why-twigo aside ul li {
  margin-bottom: 25px;
  list-style: none;
  position: relative;
}
.why-twigo aside ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  left: -55px;
  top: 8px;
  border: 1px solid #ec577a;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .why-twigo aside ul li::before {
    display: none;
  }
}

.scalability {
  position: relative;
}

.scalability::before {
  content: "";
  width: 1px;
  height: 93%;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: rgb(96, 96, 108);
}
@media screen and (max-width: 768px) {
  .scalability::before {
    display: none;
  }
}
.point-head {
  font-size: 2.6rem;
  color: #344b47;
}
.twigo-detail {
  margin-top: 4rem;
}
.twigo-head {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .img-twi {
    width: 230px;
    height: 76px;
  }
}
