@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

body {
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}
* {
  font-family: "Manrope", sans-serif;
}
.preloader {
  display: none;
}
/* .dotlottie-player{
  color:#439ab6;
} */
#map-container {
  position: relative;
  display: flex;
  justify-content: center;
  /* max-width: 1440px;  */
  height: 100vh;
  width:100%;
  margin-bottom:5rem; 
}
@media screen and (max-width: 1366px) {
  #map-container {
    height: 66vh;
  }
}

/* Larger screens than iPad Pro - 210vh height */
@media screen and (min-width: 1367px) {
  #map-container {
    height: 172vh;
  }
}

/* Your existing large screen positioning */
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  #map-container {
    left: 5%;
    height: 210vh;
    /* Maintains the large height */
  }
}
#india-map {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.coordinate-point {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f1f1f1;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  transform: translate(-50%,-50%);
  z-index:999;
  /* animation: pulse 2.5s ease-in-out infinite; */
}
.coordinate-point:hover {
  background-color: #439ab6;
  z-index: 1000;
}
@keyframes pulse {
  100%{
    opacity: 0;
    transform: translate(-50%,-50%);
    scale:(1.15);
  }
}
.nav-right-sec{
  display: flex;
  gap:20px;
}
.desk-signup{
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  display: flex;
}

.desk-signup::after {
  position: absolute;
  content: "";
  width: 20px;
  left: 0;
  bottom: -4px;
  background: #4ba7dd;
  height: 2px;
  transition: 0.3s ease-out;
}

.desk-signup:hover::after {
  width: 100%;
}

.tooltipCard {
  display: none;
  position: absolute;
  background-color: #ffffff;
  color: #000000;
  padding: 18px;
  border-radius: 5px;
  pointer-events: auto;
  cursor: pointer;
  min-width: 280px;
  margin-left: 8px;
  height: auto;
  z-index: 1200;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.tooltip-city {
  color: #4ba7dd;
  font-family: "Manrope";
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.022em;
  text-align: left;
  margin-top: 2px;
  min-width: 140px;
}
.tooltip-content {
  font-family: "Manrope";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 4px;
}
.content-head{
  margin-top: 0px;
  width:90px;
}
.support-mail {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  position: relative;
  top:40px;
  right:200px;
}
.location-card {
  display: flex;
  gap: 4px;
}
.location-container {
  display: flex;
  justify-content: space-between;
}
.dot-line{
  border: none;
  border-top: 2px dotted #AAAAAA;
  color: #fff;
  height: 2px;
  width: 12.75%;
  position:absolute;
}
.dot-lines{
  border: none;
  border-top: 2px dotted #AAAAAA;
  color: #fff;
  height: 2px;
  width: 18%;
  position:absolute;
}

.dot-line1{
  /* bottom:597px;
  left:980px; */
  bottom:63%;
  left:64.5%;
}
.dot-line2{
  /* bottom:175px;
  left:650px; */
  position:absolute;
  bottom:16.5%;
  left:45.5%;
}
.dot-line3{
  /* bottom:115px;
  left:320px; */
  position:absolute;
  bottom:10%;
  left:28.5%;
}
.dot-line4{
  /* bottom:175px;
  left:340px; */
  position:absolute;
  bottom:22%;
  left:27%;
}
.dot-line5{
  /* bottom:345px;
  left:670px; */
  bottom:36%;
  left:45%;
}
.dot-line6{
  bottom:4.25%;
  left:44%;
}
.dot-line7{
  bottom:41%;
  left:25%;
}
.dot-line8{
  bottom:53%;
  left:17%;
}
.dot-line9{
  bottom: 62.8%;
  left: 22%;
}
.dot-line10{
  bottom:69%;
  left:43.5%;
}
.dot-line11{
  bottom:70%;
  left:27%;
}
.dot-line-name{
  position:absolute;
  color:#4BA7DD;
}
.dot-line-name1{
  bottom:63%;
  left:77%;
}
.dot-line-name2{
  position:absolute;
  bottom:16.5%;
  left:55%;
  /* bottom:180px;
  left:740px; */
}
.dot-line-name3{
  position:absolute;
  /* bottom:120px;
  left:340px; */
  bottom:10%;
  left:24%;
}
.dot-line-name4{
  /* bottom:175px;
  left:360px; */
  bottom:22%;
  left:24%;
}
.dot-line-name5{
  /* bottom:350px;
  left:800px; */
  bottom:36%;
  left:55%;
}
.dot-line-name6{
  bottom:4.5%;
  left:52%;
}
.dot-line-name7{
  bottom:41%;
  left:20%;
}
.dot-line-name8{
  bottom:52.75%;
  left:17%;
}
.dot-line-name9{
  bottom:63%;
  left:18%;
}
.dot-line-name10{
  bottom:69%;
  left:52%;
}
.dot-line-name11{
  bottom:70%;
  left:25%;
}
/*.location-div{*/
/*    min-width: 240px;*/
/*    min-height: 120px;*/
/*    background: #FFFFFF;*/
/*    box-shadow:5px 5px 10px rgba(0, 0, 0, 0.5);*/
/*    border-radius: 12px;*/
/*}*/
.menu-bar > a{
  font-weight: 500;
}
nav .active {
  color: #4ba7dd;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.owl-dots {
  display: none;
}
.owl-nav{
  font-size: 48px;
  
}
button.owl-prev, button.owl-next{
  background-color: #F5F5F5 !important;
  height:403px;
  width:44px;
}
.owl-prev, .owl-next {
  position:absolute;
}
.owl-next:hover, .owl-prev:hover{
  color:#000;
  background-color: grey !important;
}
.owl-prev {
  left:-4%;
  top: 1%;
  
}
button.owl-prev:hover .owl-prev{
  color:#000 !important;
}
.owl-next {
  right:-4%;
  top:1%;
}
.menu-logo{
  width:156px;
  height:40px;
}
.signup-line{
  width:30px;
}
.desk-signup:hover .signup-line{
  width:100%;
  height:50%;
  transition: all 0.5s;
}
.menu-signup svg, .menu-signin svg {
  position: relative;
  top: -12px;
  right:5px;
  transform: rotate(45deg);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #FFF;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  font-weight: 700;
  width:18px;
  height:18px;
}
.menu-signin{
  width:150px;
  padding:0 10px;
}
.menu-signin svg{
  top:5px;
  right:0;
  left:10px;
}
.acute{
  transform: rotate(-45deg) ;
}

.menu-signup:before {
  width: 100%;
  background: #b1dae7;
}

.menu-signup:hover svg {
  transform: translateY(0px);
}

.menu-signup{
  display: flex;
  gap:25px;
  align-items: center;
  justify-content: center;
padding: 10px 0px 10px 18px;
border-radius: 60px;
background-color: #2C358A;
color:white;
font-size: 16px;
font-weight: 700;
position: relative;
}
.menu-signup:hover{
  opacity: 0.9;
}
.mob-menu-heading {
  color: #fff;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 29px */
  letter-spacing: -0.44px;
}
.mob-menu-content {
  color: #fff;
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 40.6px */
  letter-spacing: -0.616px;
}
.ft-weight {
  font-weight: 700;
}
.mob-btn {
  display: flex;
  /* width: 110px; */
  height: 35px;
  padding: 5.643px 8.631px 7.303px 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 35.52px;
  background: #fff;
  color: #4ba7dd;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}
.btn {
  position: absolute;
  right: 30px;
  top: 30px;
}
.mob-btn svg {
  position: relative;
  transform: rotate(45deg);
  margin-left: 5px;
  margin-top: -8px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #4ba7dd;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  font-weight: 700;
  width:15px;
  height:20px;
}

.mob-btn:before {
  width: 100%;
  background: #b1dae7;
}

.mob-btn:hover svg {
  transform: translateY(0px);
}

.home-landing-img {
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.home-text {
  position: relative;
  display: flex;
  max-width: 1240px;
  margin: 20px auto;
}
.ver-line {
  position: absolute;
  top: 20px;
  left: -15px;
  height: 210px;
  width:5px;
  border-radius: 5px;
  background-color: #4BA7DD;
}
.home-text h4 > span {
  display: block;
}
.home-sec1-heading {
  font-size: 55px;
  line-height: 83px;
  letter-spacing: -0.022em;
  text-align: left;
  font-weight: 600;
}
.book {
  position: relative;
  max-width: 1220px;
  margin: auto;
}
.book > .sec1-btn {
  position: absolute;
} 
.navbar {
  width: 100%;
  z-index: 2;
  /* background-color: #f9f9f9; */
}
.navbar:only-child {
  animation-name: dissolve;
  animation-timing-function: ease-out;
  animation-duration: 300ms;
}
.product-sec2-list span:nth-child(1){
  margin-top: 8px;
}
@keyframes dissolve {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  .scrolled {
    background-color: #f3f3f3 !important;
    position: fixed !important;
    top: 0px;
  }
  .onlyweb {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .scrolled {
    background-color: #f3f3f3 !important;
    position: fixed !important;
    top: 0px;
    left: 12.5%;
  }
  .onlyweb {
    display: none;
  }
  .fontsemhalf{
    font-size: 1.2rem;
  }
}
@media screen and (min-width:1440px) and (max-width:2700px){
  .fontsemhalf{
    font-size: 1.2rem;
  }
}
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 99;
  width: 50px;
  cursor: pointer;
}

.nav {
  color: #000000;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.022em;
  text-align: center;
}
/* .sec1-btn {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
} */

/* .sec1-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #b1dae7;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
} */

/* .sec1-btn span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #234567;
} */

.sec1-btn svg {
  position: absolute;
  right:20px;
  top:33%;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #FFF;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  font-weight: 700;
  width:25px;
  height: 25px;
}

.sec1-btn:before {
  width: 100%;
  background: #b1dae7;
}

.sec1-btn:hover svg {
  transform: translateX(0);
}

.sec1-btn:active {
  transform: scale(0.95);
}
.demo-button {
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  width:150px;
}
.demo-btn{
  width:180px;
}
.arrow {
  position: absolute;
  width:24px;
  height:24px;
  top: 27%;
  right: 25px;
  font-weight: 800;
}
.arrow-track{
  right:15px;
}
.arrow-book{
  transform: rotate(45deg);
  top:32%;
}
.demo-button:hover .arrow{
  animation: moveArrow 0.75s infinite alternate;
}
.demo-buttons:hover .arrow-book{
  animation: moveArrowBook 0.75s infinite alternate;
}
@keyframes moveArrow {
  0% {
    top: 7px;
    right:7px;
  }
  100% {
    top: 17px;
    right:15px; /* Move the arrow diagonally to the inner edge of the button */
  }
}
@keyframes moveArrowBook {
  0% {
    right:7px;
  }
  100% {
    right:25px; /* Move the arrow diagonally to the inner edge of the button */
  }
}
.sec1-btn {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  background-color: #4ba7dd;
  border-radius: 81px;
  padding: 10px 40px 10px 5px;
  /* left:42%; */
  width: 228px;
  height: 65px;
}
.sec1-btn-img {
  position: absolute;
  right: 25px;
  bottom: 14px;
}
.home-sec3-heading {
  font-size: 55px;
  font-weight: 600;
  line-height: 63px;
  letter-spacing: -0.022em;
  text-align: center;
  margin-top: -20px;
}
.home-sec3-horline {
  margin-bottom: 50px;
}
.slider {
  /* height:200px; */
  margin: 0px 50px 0 50px;
  position: relative;
  width: 100%;
  padding: 50px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.slide-track {
  display: flex;
  gap: 50px;
  margin: 0px 10px 0 100px;
  width: calc(200px * 25);
  animation: scroll 30s linear infinite;
}
.slide-track2 {
  display: flex;
  gap: 50px;
  margin: 0px 100px 0 100px;
  width: calc(200px * 30);
  animation: scroll2 20s linear infinite;
}
.slide-track img,
.slide-track2 img {
  width: 15%;
  aspect-ratio: 5/2;
  object-fit: contain;
}
.slide-track:hover {
  animation-play-state: paused;
}
.slide-track2:hover {
  animation-play-state: paused;
}
.slide {
  height: 100px;
  width: auto;
  display: flex;
  align-items: center;
  padding: 15px;
  perspective: 100px;
}
.slide > img {
  width: 300px !important;
  height: 40px;
  /* transition: transform 1s; */
  /* filter: grayscale(100%); */
}
.slider::before,
.slider::after {
  background: linear-gradient(
    to right,
    rgba(35, 97, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  /* height:100%; */
  position: absolute;
  top: 100px;
  width: 15%;
  z-index: 2;
}
.slider::before {
  left: 0;
  top: 0;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px*15));
  }
}
@keyframes scroll2 {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(calc(-200px * 15));
  }
}

.video-container {
  position: relative;
  margin: 0 auto;
  padding-bottom: 50.25%; /* 16:9 aspect ratio */
  display: table;
  position: relative;
  width: 70%;
}

.video-container video {
  position: absolute;
  top: -30px;
  left: 0;
  /* width: 90%; */
  height: 100%;
}
.video-container img{
  align-items: center;
  justify-content: center;
  position: absolute;
  top:40%;
  left:40%;
}

.playpause {
  background-image: url(./images/playcircle.png);
  background-repeat: no-repeat;
  width: 15%;
  height: 15%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

/* .carousel-container{
  box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.25);
  height:400px;
  background:  lightgray 50% / cover no-repeat, #D9D9D9; 
} */
.carousel-wrapper {
  width: 374px;
  height: 403px;
  /* background-color: #ffffff; */
  /* box-shadow:
    6px 6px 6px rgba(0, 0, 0, 0.25),
    -2px -0.5px 8px rgba(0, 0, 0, 0.25);  */
  /* box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.5); */
  box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.25);
  /* box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); */
  
  padding: 10px 20px;
  margin: 10px 20px;
  border-radius: 16px;
  
}
.owl-stage-outer{
  height:440px;
}
.home-sec5-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.022em;
  text-align: center;
  margin-bottom: 20px;
}
.sec5-heading {
  font-family: Manrope;
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.022em;
  text-align: left;
  margin-top: 20px;
}
.sec5-img {
  margin-top: 10px;
  /* max-width: 335px; */
  max-height: 215px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.sec5-wrapper{
  padding:0 40px;
}
.sec5-head-wrapper {
  display: flex;
  position: relative;
}
.sec5-icon {
  width: 20px !important;
  height: 20px;
  position: absolute;
  top: 30px;
  left: 175px;
}
.sec5-content {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.022em;
  text-align: left;
}
.sec5-book {
  display: flex;
  justify-content: center;
}
.sec5-btn {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  background-color: #4ba7dd;
  border-radius: 81px;
  padding: 10px 40px 10px 5px;
  justify-content: center;
  top: 20px;
  width: 250px;
  height: 65px;
}
.sec6 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec6-wrapper {
  width: 532px;
  height: 328px;
  background-color: #ffffff;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  /* display:flex;
   gap:30px; */
  padding: 20px 26px;
  margin: 20px 40px 40px 40px;
}
.sec6-wrapper .title {
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
}
.sec6-wrapper .col-wrapper {
  background-color: #2c358a;
  border-radius: 5px;
  box-shadow: 2px 4px 8px #2c358a;
  width: 140px;
  height: 38px;
  margin: 10px;
  padding: 5px 10px;
  display: flex;
  gap: 10px;
}
.sec6-wrapper .col-wrapper2 {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  width: 140px;
  height: 38px;
  margin: 10px;
  padding: 5px 10px;
  display: flex;
  gap: 10px;
}
.sec6-wrapper .col-wrapper3 {
  background-color: #ffffff;
  border: 1px solid #2b2b2b;
  border-radius: 5px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  width: 120px;
  height: 38px;
  margin: 10px;
  padding: 5px 10px;
}
.sec6-wrapper .col-wrapper4 {
  background-color: #ffffff;
  border: 1px solid #2b2b2b;
  border-radius: 5px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  width: 160px;
  height: 38px;
  margin: 10px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
}
.sec6-wrapper .col-wrapper5 {
  background-color: #ffffff;
  border: 1px solid #2b2b2b;
  border-radius: 10px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  width: 220px;
  height: 75px;
  margin: 10px;
  padding: 5px 10px;
}
.col-wrapper5 .content {
  display: flex;
  justify-content: space-between;
}
.home-sec6-col2 {
  margin-top: -30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec6-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
.sec6-wrapper2 {
  display: flex;
  align-items: center;
}

.sec6-wrapper2 .col-wrapper6 {
  background-color: #2c358a;
  width: 260px;
  height: 310px;
  border-radius: 10px;
  padding: 20px;
}
.sec6-wrapper2 .col-wrapper7-container {
  background-color: #ffffff;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  width: 240px;
  height: 100px;
  margin: 35px 10px;
}
.col-wrapper6 .lists {
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.col-wrapper6 .lists2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #2c358a;
}
/* .col-wrapper6 > p{
   margin:10px;
} */
.col-wrapper6 .container {
  display: flex;
  gap: 20px;
  margin: 15px 5px;
}
.col-wrapper6 .container > p {
  margin-top: 10px;
}
.col-wrapper6 .container2 > p {
  margin-top: 10px;
}
.col-wrapper6 .container2 {
  display: flex;
  gap: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
  /* margin:10px; */
}
.col-wrapper7-container .lists3 {
  font-size: 9px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}
.col-wrapper7-container .lists4 {
  font-size: 9px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  color: #439ab6;
}
.col-wrapper7-container .lists5 {
  font-size: 9px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  color: #2b2b2b;
}
.col-wrapper7-container {
  padding: 10px 30px;
}
.col-wrapper7-container input {
  width: 187px;
  height: 25px;
  border-radius: 5px;
  font-size: 12px;
}
.port {
  display: flex;
  gap: 20px;
}

.acute{
  transform: rotate(-45deg) ;
}

.sec6-btn svg {
  /* position: absolute; */
  /* top: 10%; */
  transform: rotate(45deg);
  margin-left: 13px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #FFF;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  font-weight: 700;
  width:20px;
  height:20px;
}

.sec6-btn:before {
  width: 100%;
  background: #b1dae7;
}

.sec6-btn:hover svg {
  transform: translateY(0px);
}

.sec6-btn {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  /* font-weight: 800; */
  background-color: #2c358a;
  border-radius: 81px;
  /* padding: 10px 10px 10px 30px; */
  /* left:42%; */
  width: 155px;
  height: 55px;
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.sec6-btn-img {
  position: absolute;
  right: 15px;
  bottom: 8px;
}
.sec6-subheading {
  font-family: Manrope;
  color:#555555;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.022em;
  text-align: left;
  margin-left: 20px;
}
.sec6-subheading2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.022em;
  text-align: left;
  padding-right: 40px;
}
.spot-wrapper {
  margin: 20px 0px 0px 40px;
  font-weight: 600;
}
.sec6-wrapper2 {
  /* width:560px;
   height:310px;
   background-color: #ffffff;
   box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
   border-radius: 10px;
   display:flex;
   gap:30px;
   padding:20px 26px; */
  margin: 50px 60px 0px 80px;
}
.sec6-tab img, .sec6-wrapper2 img{
  width:530px;
  height:330px;
}
.home-sec8-img2{
  width:530px;
  height:450px;
}
.sec7-spot-points {
  display: flex;
  gap: 20px;
}
.sec9 {
  margin-bottom: -400px;
}
.ver3 {
  width: 14px;
  height: 50px;
}
.sec9-container {
  width: 626px;
  height: 142px;
  background-color: #fff;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  gap: 30px;
  margin-left: 4rem;
  padding: 20px 26px;
}
.sec9 .card-content {
  margin-top: 10px;
}
.sec9 .card-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.022em;
  text-align: left;
}
.sec9 .card-content h4 {
  font-family: Manrope;
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.022em;
  text-align: left;
}
.sec9-logo-img {
  width: 80px;
  height: 90px;
}
.sec9-mob-img {
  display: none;
}
.sec9-img {
  position: relative;
  left: 13%;
}
.sec9-img > img {
  width: 220px;
  height: 108px;
}
.sec9-container2 {
  width: 565px;
  height: 142px;
  background-color: #fff;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  gap: 30px;
  position: relative;
  margin-left: 6rem;
  left: 16%;
  bottom: 180px;
  padding: 20px 26px;
}
.sec9-img2 {
  position: relative;
  left: 30%;
  top: 70px;
}
.sec9-img > .sec-img2 {
  width: 220px;
  height: 108px;
}
.sec9-container3 {
  width: 565px;
  height: 142px;
  background-color: #fff;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  gap: 30px;
  position: relative;
  left: 33%;
  margin-left: 6rem;
  bottom: 250px;
  padding: 20px 26px;
}
.sec9-img3 {
  position: relative;
  left: 45%;
  top: 0px;
}
.sec9-img > .sec-img3 {
  width: 220px;
  height: 108px;
}
.sec9-container4 {
  width: 565px;
  height: 142px;
  background-color: #fff;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  gap: 30px;
  position: relative;
  left: 50%;
  margin-left: 6rem;
  bottom: 210px;
  padding: 20px 26px;
}
.sec10,
.sec9 {
  max-width: 1440px;
  margin: auto;
  position: relative;
  /* left: 5%; */
}
.sec10 {
  top: -150px;
}
.sec10-heading {
  font-family: Manrope;
  font-size: 38px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -0.022em;
  text-align: left;
}
/* .sec5-icon1 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  left: -15px;
} */
.sec5-icon2 {
  width: 20px !important;
  height: 20px;
  position: absolute;
  top: 27px;
  left:140px;
}
.sec5-icon3 {
  width: 20px !important;
  height: 20px;
  position: absolute;
  top: 30px;
  left: 240px;
}
.sec5-icon4 {
  width: 20px !important;
  height: 20px;
  position: absolute;
  top: 30px;
  left: 170px;
}
.sec5-icon5 {
  width: 20px !important;
  height: 20px;
  position: absolute;
  top: 30px;
  left: 230px;
}
.sec5-icon6 {
  width: 20px !important;
  height: 20px;
  position: absolute;
  top: 30px;
  left: 210px;
}
.sec10-subheading {
  font-family: Manrope;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.022em;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 10px;
}
.sec10 .data {
  max-width: 983px;
  margin: auto;
  /* position: relative;
  left: 3%; */
  margin-top: 30px;
   margin-bottom: 20px;
   display: flex;
   justify-content: center; 
}
.sec10-data-wrapper {
  padding-top: 30px;
}
.sec10-content {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.022em;
  text-align: left;
}
/* .content2{
  margin-top: -15px;
} */
.sec10-heading2 {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.022em;
  text-align: left;
  margin-top: 20px;
}
.image-container {
  position: relative;
  top: -80px;
  max-width: 1056px;
  height: 485px;
  margin: auto;
  background: url("./assets/Rectangle25.svg");
  background-repeat: no-repeat;
}

.image-container > h1 {
  position: absolute;
  top: 28%;
  left: 13%;
  text-align: center;
  color: white;
  line-height: 73px;
}
.sec11-heading {
  position: absolute;
  top: 15%;
  left: 37%;
  color: white;
  line-height: 73px;
  font-size: 30px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.022em;
}
.sec11-subheading {
  font-size: 50px;
  font-weight: 700;
  line-height: 73px;
  letter-spacing: -0.022em;
  text-align: center;
}
.image-container > h1 > span {
  display: block;
}
.image-container-btn svg {
  position: relative;
  transform: rotate(45deg);
  margin-left: 13px;
  margin-top: 2px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #439ab6;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  font-weight: 700;
  width:20px;
  height:20px;
}

.image-container-btn:before {
  width: 100%;
  background: #b1dae7;
}

.image-container-btn:hover svg {
  transform: translateY(0px);
}
.image-container-btn {
  position: absolute;
  bottom: 100px;
  color: #439ab6;
  font-size: 24px;
  font-weight: 800;
  background-color: #ffffff;
  border-radius: 107px;
  /* padding: 10px 0px 10px 40px; */
  left: 40%;
  width: 185px;
  height: 60px;
  align-items: center;
  justify-content: center;
}
.image-container .btn-img {
  position: absolute;
  right: 20px;
}
.image-container-ellipse1 {
  position: absolute;
}
.image-container-ellipse2 {
  position: absolute;
  bottom: 8%;
  left: 23%;
}
.image-container-ellipse3 {
  position: absolute;
  bottom: 0%;
  right: 0%;
}
.home-sec8-img {
  width: 335px;
  height: 374px;
}
.footer {
  max-width: 1440px;
  margin: auto;
  padding: 40px;
}
.footer-home{
  max-width: 1440px;
  margin: auto;
  padding: 20px 5px;
}
.footer-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -0.022em;
  text-align: left;
}
.footer-content {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.012em;
  text-align: left;
  width: 80%;
}
.home-list {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -0.022em;
  text-align: left;
}

.input-email {
  width: 80%;
  height: 67px;
  border-radius: 57px;
  border: 1px solid #aaaaaa;
  margin-bottom: 20px;
  /* margin-right: 100px; */
}
.input-container {
  position: relative;
}
.input-container > input {
  border-radius: 57px;
  border: 1px solid #aaaaaa;
  width: 80%;
  height: 67px;
  margin-bottom: 20px;
  padding-left: 70px;
  padding-right:240px;
}
input:focus{
  outline-color: #439ab6 !important;
  outline-offset: 0px !important;
}
.input-image {
  position: absolute;
  top: 40%;
  left: 20px;
  transform: translateY(-50%);
  width: 35px;
}

.input-button {
  position: absolute;
  top: 32%;
  right: 20%;
  transform: translateY(-50%);
  background-color: #439ab6;
  border-radius: 57px;
  padding: 10px 57px;
  color: white;
  margin: 5px;
  height: 58px;
  font-size: 22px;
  line-height: 32px;
}
.input-button:hover{
  opacity: 0.9;
}
.social-links {
  display: flex;
  gap: 20px;
}
.social-links > a {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.022em;
  text-align: left;
  display: flex;
  gap: 10px;
  color: #555555;
  text-decoration: none;
  width: auto;
  flex-wrap: nowrap;
}
.social-links > img {
  margin-top: -10px;
}
.copy-rights {
  display: flex;
  gap: 30px;
  /* margin: 50px auto; */
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.022em;
  justify-content: space-between;
  max-width: 1440px;
  padding: 0 60px;
}
.copy-rights .copy-list {
  font-size: 20px;
  line-height: 29px;
  margin-top: -3px;
}
.copy-rights a:hover {
  color: #2c358a;
}
.services > a {
  display: block;
}

.product-list {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.022em;
  text-align: left;
  color: #555555;
  text-decoration: none;
  margin-top: 10px;
}
.anim2 {
  padding: 0px 20px 0 60px!important;
  gap: 10px !important;
}
.anim1 {
  background-color: #4ba7dd;
  display: flex;
  white-space: nowrap;
  align-items: center;
  text-align: center;
  padding-left: 24px;
}
.anim2 {
  background-color: #4ba7dd;
  display: flex;
  white-space: nowrap;
  align-items: center;
  text-align: center;
  padding: 10px;
  gap: 11px;
}
.anim3 {
  /* background-color: #2c358a; */
  display: flex;
  /* padding: 14px; */
  white-space: nowrap;
  gap: 10px;
  padding-left: 23px;
  /* –dotlottie-player-toolbar-icon-color:#439ab6; */
}
.anim1sub {
  width: 77px;
  height: 50px;
  position: relative;
  left: 3px;
  
}
.anim3sub {
  width: 49px;
  height: 31px;
  position: relative;
  rotate: -45deg;
  bottom: 7px;
  right: 10px;
}
.anim3sub2 {
  width: 59px;
  height: 31px;
  position: relative;
  rotate: -45deg;
  bottom: 7px;
  right: 10px;
}

.anim4 {
  display: flex;
  white-space: nowrap;
  padding-left: 35px;
}
.anim4sub {
  height: 40px;
  width: 59px;
  rotate: -45deg;
  position:relative;
  bottom:10px;
}
.anim5{
  display: flex;
  padding-left: 20px;
}
.anim5sub{
    height: 25px;
    width: 40px;
    rotate: -45deg;
    position:relative;
    bottom:7px;
    font-weight: bold;
}
.sec7-subheading2{
  color: #555555;
  font-weight: 500;
}
@media screen and (min-width: 300px) and (max-width: 600px) {
  .home-page {
    overflow-x: hidden;
  }
  .owl-nav{
    display: block;
    font-size: 24px;
  }
  .owl-prev{
    left:-4%;
    top:5%;
  }
  .owl-next{
    right:-4%;
    top:5%;
  }
  .owl-stage-outer{
    height:380px;
  }
  .video-container video{
    top:-10px;
  }
  button.owl-prev, button.owl-next{
    height:320px;
    width:30px;
  }
  #back-to-top {
    width: 50px;
    right: 20px;
  }
  .home-sec1-heading {
    font-size: 22px;
    line-height: 33px;
  }
  .home-text {
    padding: 0px 0 0 30px;
  }
  .ver-line {
    top: 7px;
    left: 20px;
    width: 3px;
    height: 20px;
  }
  .book dotlottie-player {
    width: 40px;
  }
  .mob-menu-arrow dotlottie-player {
    color: red;
  }
  .sec1-btn,
  .sec5-btn {
    width: 140px;
    height: 35px;
    border-radius: 51px;
    font-size: 12px;
    padding: 7px 20px 5px 0px;
  }
  .sec1-btn svg{
    right:15px;
    top:40%;
    width:15px;
    height:10px;
  }
   .anim2 {
    padding: 0px 20px 0 40px!important;
    gap: 0px !important;
  }
  .sec5-btn dotlottie-player {
    width: 40px;
  }
  .sec5-wrapper{
    padding:0;
  }
  .sec1-btn-img {
    position: absolute;
    right: 15px;
    bottom: 7px;
    width: 22px;
  }
  .book {
    padding-left: 30px;
  }
  .home-landing-img {
    padding: 30px;
  }
  .home-sec3-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .home-sec3-horline {
    margin-bottom: 20px;
  }
  .slider {
    padding: 0px;
  }
  .home-sec5-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .carousel-wrapper {
    height: 340px;
    margin:10px 40px;
  }
  .sec5-heading {
    font-size: 14px;
    line-height: 20px;
  }
  .sec5-content {
    font-size: 12px;
    line-height: 18px;
  }
  .sec5-icon {
    /* width: 14px;
    height: 14px; */
    top: 17px;
    left: 100px;
  }
  .sec5-icon2 {
    top: 15px;
    left: 80px;
  }
  .sec5-icon3 {
    top:20px;
    left:140px;
  }
  .sec5-icon4 {
    top:20px;
    left:100px;
  }
  .sec5-icon5 {
    top: 20px;
    left: 130px;
  }
  .sec5-icon6 {
    top: 25px;
    left: 120px;
  }
  .sec10-heading {
    font-size: 16px;
    line-height: 23px;
    margin-top: 30px;
  }
  .sec10-head2{
    margin-top: 30px;
    margin-left: 20px;
  }
  .sec6-subheading,
  .sec6-subheading2 {
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
  }
  .sec6-subheading{
    margin-left: 0px;
    margin-top: 20px;
  }
  .sec6-tab img, .sec6-wrapper2 img{
    height:220px;
  }
  .home-sec8-img2{
    height:220px;
  }
  .sec6 > img {
    width: 3px;
    height: 20px;
  }
  .sec6-wrapper {
    width: 292px;
    height: 190px;
    padding: 5px 20px;
    margin: 20px 20px;
  }
  .spot-wrapper {
    margin: 20px 0px 0px 0px;
  }
  .sec6-wrapper .title {
    font-size: 7px;
    line-height: 10px;
    margin: 5px 0;
  }
  .home-sec6-img {
    width: 9px;
  }
  .sec6-wrapper .col-wrapper {
    width: 77px;
    height: 20px;
    margin: 0 0 0 10px;
    padding: 5px;
    font-size: 10px;
  }
  .sec6-wrapper .col-wrapper2 {
    width: 80px;
    height: 20px;
    margin: 0 0 0 10px;
    padding: 5px;
    font-size: 10px;
  }
  .sec6-wrapper .col-wrapper3 {
    width: 65px;
    height: 20px;
    margin: 0 0 0 10px;
    padding: 0 0 0 5px;
    font-size: 10px;
  }
  .sec6-wrapper .col-wrapper4 {
    width: 86px;
    height: 20px;
    margin: 0 0 0 10px;
    padding: 0 0 0 5px;
    justify-content: space-between;
    font-size: 10px;
  }
  .sec6-wrapper .col-wrapper5 {
    width: 120px;
    height: 45px;
    margin: 0 0 0 10px;
    padding: 0 0 0 5px;
    font-size: 10px;
  }
  .home-sec6-col2 {
    margin: 0;
  }
  .sec6-wrapper2 {
    /* width: 292px;
    height: 202px; */
    margin: 0px;
    display: flex;
    justify-content: center;
  }
  /* .lead-mob{
    display: flex;
    justify-content: center;
  } */
  .lead-mob{
    padding:0;
  }
  .lead-mob img{
    height:240px;
    width:100%;
    object-fit: cover;
    margin:10px 0;
  }
  .sec7-subheading2{
    color: #555555;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 20.3px */
    letter-spacing: -0.308px;
  }
  .sec7-spot-points > p{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 20.3px */
    letter-spacing: -0.308px;
    position:relative;
    bottom:7px;
  }
  .sec7-spot-points > img{
    width:14px;
    height:14px;
  }
  .sec6-wrapper2 .col-wrapper7-container {
    width: 126px;
    height: 71px;
    margin: 20px 0px;
  }
  .sec6-wrapper2 .col-wrapper6 {
    width: 135px;
    height: 202px;
    padding: 5px;
  }
  .col-wrapper6 .container img,
  .col-wrapper6 .container2 img {
    width: 16px;
  }
  .col-wrapper6 .container {
    margin: 0;
    gap: 10px;
    padding: 5px;
  }
  .col-wrapper6 .container2 {
    padding: 0px;
    margin: 0px;
  }
  .col-wrapper6 .container > p {
    margin-top: 10px;
  }
  .col-wrapper6 .container2 > p {
    margin-top: 10px;
  }
  .col-wrapper6 .lists,
  .col-wrapper6 .lists2 {
    font-size: 12px;
    line-height: 14px;
  }
  .col-wrapper7-container {
    padding: 0px 10px;
  }
  .col-wrapper7-container .lists3,
  .col-wrapper7-container .lists4,
  .col-wrapper7-container .lists5 {
    line-height: 10px;
  }
  .col-wrapper7-container input {
    width: 97px;
    height: 13px;
    border-radius: 5px;
    font-size: 7px;
    position: relative;
    bottom: 10px;
  }
  .home-sec8 {
    /* padding: 0 60px 0 30px; */
    margin: 0 20px 0 0;
  }
  /* .home-sec8-img {
    width: 292px;
    height: 262px;
  } */
  .home-sec8-img2{
    width:100%;
    margin:20px 0;
  }
  .sec9,
  .sec10 {
    padding: 0 20px;
  }
  .sec9{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sec9-container,
  .sec9-container2,
  .sec9-container3,
  .sec9-container4 {
    width: 100%;
    height: 65px;
    padding: 7px;
    margin-top: 15px;
    margin-left: 0rem;
    gap:10px;
  }
  .sec9 .card-content {
    margin-top: 0px;
  }
  .sec9 .card-content p {
    font-size: 12px;
    line-height: 17px;
  }
  .sec9 .card-content .cardp {
    position: relative;
    top: 0px;
  }
  .sec9 .card-content h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .sec9-logo-img {
    width: 40px;
    height: 40px;
    margin:auto 7px;
  }
  .sec9-mob-img {
    display: flex;
    width:40px;
    justify-content: center;
    margin-top: 15px;
  }
  .sec9-img {
    display: none;
  }
  .sec9-container2 {
    left: 0%;
    bottom: 0px;
    align-items: center;
  }
  .sec9-img2 {
    display: none;
  }

  .sec9-container3 {
    left: 0%;
    bottom: 0px;
    align-items: center;
  }
  .sec9-img3 {
    display: none;
  }

  .sec9-container4 {
    left: 0%;
    bottom: 0px;
    align-items: center;
  }
  .sec10 {
    top: 20px;
    padding: 0;
    margin: 10px 0 30px 0;
  }

  .sec10-subheading,
  .sec10-heading {
    font-size: 18px;
    line-height: 26px;
  }
  .sec10-content,
  .sec10-heading2 {
    font-size: 14px;
    line-height: 20px;
  }
  .sec10 .data {
    margin: -3px;
    right: 0%;
  }
  .sec10-data-wrapper {
    padding: 0 20px;
    margin-top: 30px;
  }
  .image-container {
    background: url("./assets/Rectangle\ 25m.svg");
    max-width: 350px;
    height: 161px;
    padding: 20px;
    border-radius: 10px;
  }
  .image-container {
    top: 20px;
  }
  .sec11-heading {
    font-size: 12px;
    line-height: 17px;
    left: 32%;
  }
  .sec11-subheading {
    font-size: 16px;
    line-height: 26px;
  }
  .image-container > h1 {
    top: 27%;
    left: 15%;
    line-height: 26px;
  }
  .image-container-btn {
    bottom: 20px;
    font-size: 12px;
    border-radius: 35px;
    padding-left:10px;
    left: 33%;
    width: 110px;
    height: 35px;
  }
  .image-container-btn svg{
    margin-top: -2px;
    width:15px;
    height:10px;
  }
  .image-container .btn-img {
    width: 22px;
  }
  .image-container-ellipse1 {
    position: absolute;
    width: 40px;
    top: 0%;
    left: 0%;
  }
  .image-container-ellipse2 {
    position: absolute;
    bottom: 8%;
    left: 23%;
    width: 8px;
  }
  .image-container-ellipse3 {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 40px;
  }
  .anim4sub {
    height: 35px;
    width: 35px;
    /* rotate: -90deg; */
    position:relative;
    bottom:13px;
    right:0px;
    color:#4BA7DD;
  }
  .footer{
    padding:0 20px;
  }
  .footer-home{
    padding:40px 20px;
  }
  .footer-heading {
    font-size: 16px;
    line-height: 23px;
  }
  
  .footer-content {
    font-size: 14px;
    line-height: 20px;
  }

  .home-list {
    font-size: 16px;
    line-height: 23px;
    margin-top: 30px;
  }
  .product-list {
    font-size: 14px;
    line-height: 20px;
  }

  .copy-rights {
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    display: block;
    margin: 20px 0;
    padding: 0px 0 0 0;
  }
  .copy-rights > p {
    margin-top: 20px;
  }
  .copy-rights .copy-list {
    font-size: 12px;
    line-height: 17px;
    margin-left: -10px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
  }
  .footer .list3 {
    margin-top: 20px;
  }
  .social-links {
    display: block;
  }
  .social-links > a {
    margin-top: 25px;
  }
  .input-image {
    position: absolute;
    top: 32%;
    width:22px;
    height:22px;
  }
  
  .input-container > input {
    border-radius: 26px;
    border: 0.5px solid #aaaaaa;
    width: 100%;
    height: 40px;
    padding-right: 100px;
    padding-left:50px;
    font-size: 12px;
  }
  .input-button {
    position: absolute;
    top: 25%;
    right: -0.5%;
    transform: translateY(-50%);
    background-color: #439ab6;
    border-radius: 57px;
    padding: 0px 20px;
    color: white;
    margin: 5px;
    width: 89px;
    height: 35px;
    font-size: 12px;
  }
  .anim3sub{
    width:39px;
    bottom:4px;
    flex-shrink: 0;
  }
  .anim3sub2{
    position: relative;
    bottom:15px;
    right:10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .home-sec1-heading {
    font-size: 35px;
    line-height: 52px;
  }
  .owl-stage-outer{
    height:320px;
  }
  
  .anim1sub {
    width: 47px;
    height: 50px;
    position: relative;
    left: 3px;
  
  }
  .ver-line{
    top:10px;
    height:130px;
  }
  .spot-wrapper {
    margin: 20px 0px 0px 0px;
  }
  /* .menu-logo{
    width:121px;
    height:95px;
  } */
  .menu-signup{
    width:95px;
    height:36px;
    padding: 5px;
  }
  .anim4sub {
    height: 35px;
    width: 35px;
    position:relative;
    bottom:13px;
    right:0px;
  }
  .owl-prev{
    left:-4.5%;
    top:5%;
  }
  .owl-next{
    right:-6%;
    top:5%;
  }
  button.owl-prev, button.owl-next{
    height:280px;
    width:30px;
  }
  .onlyweb {
    display: none;
  }
  #back-to-top {
    width: 50px;
    right: 5px;
    bottom:0px;
  }
  .home-text,
  .book {
    margin-left: 8%;
  }
  .sec1-btn {
    width: 182px;
    height: 48px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
  }
  .sec1-btn svg{
    top:28%;
    right:12px;
  }
  .sec1-btn-img {
    position: absolute;
    right: 20px;
    bottom: 15px;
  }
  .sec10-heading {
    font-size: 26px;
    line-height: 38px;
  }
  .sec5-heading {
    font-size: 16px;
    line-height: 23px;
    margin-top: 0px;
  }
  .sec5-content {
    font-size: 12px;
    line-height: 18px;
  }
  .sec5-icon {
    width: 14px;
    height: 14px;
    top: 5px;
    left: 110px;
  }
  .sec5-icon2 {
    top: 0px;
    left: 90px;
  }
  .sec5-icon3 {
    top:3px;
    left:150px;
  }
  .sec5-icon4 {
    top:0px;
    left:110px;
  }
  .sec5-icon5 {
    top: 0px;
    left: 150px;
  }
  .sec5-icon6 {
    top: 5px;
    left: 140px;
  }
  .sec5-head-wrapper, .sec5-content {
    display: flex;
    position: relative;
    top:20px;
  }  
  .carousel-wrapper {
    height: 280px;
  }
  .sec6-subheading,
  .sec6-subheading2 {
    font-size: 16px;
    line-height: 23px;
    padding-right: 40px;
  }
  /* .sec6-tab {
    margin-top: 60px;
  } */
  .sec6-btn{
    width:88px;
    height:30px;
    font-size:12px;
    line-height: 18px;
    align-items: center;
    justify-content: center;
    /* padding:5px 15px; */
  }
  .sec6-btn svg{
    margin-left: 5px;
    margin-top:0px;
    height:12px;
  }
  .anim3sub{
    width:28px;
    height:18px;
    bottom:4px;
  }
  .sec6-wrapper2 {
    width: 400px;
    display: flex;
    align-items: center;
    height: 240px;
    margin: 100px 10px 20px 20px;
  }
  .sec6-wrapper2 .col-wrapper7-container {
    width: 167px;
    height: 88px;
    margin: 20px 10px;
  }
  .sec6-wrapper2 .col-wrapper6 {
    width: 172px;
    height: 242px;
    padding: 5px;
  }
  .col-wrapper6 .container {
    margin: 5px;
    gap: 10px;
    padding: 5px;
  }
  .col-wrapper6 .container2 {
    padding: 5px;
    margin: 0px;
  }
  .col-wrapper6 .lists,
  .col-wrapper6 .lists2 {
    font-size: 14px;
    line-height: 19px;
  }
  .col-wrapper7-container {
    padding: 0px 10px;
  }
  .col-wrapper7-container .lists3,
  .col-wrapper7-container .lists4,
  .col-wrapper7-container .lists5 {
    line-height: 10px;
  }
  .col-wrapper7-container input {
    width: 141px;
    height: 20px;
    border-radius: 5px;
    font-size: 7px;
    position: relative;
    bottom: 10px;
  }
  .home-sec8{
    margin-top: 70px;
  }
  .home-sec8-img {
    width: 292px;
    height: 265px;
    position: relative;
    right: 30px;
  }
  .home-sec8-img1 {
    margin-top: 25px;
  }
  
  .sec9-container,
  .sec9-container2,
  .sec9-container3,
  .sec9-container4 {
    width: 422px;
    height: 92px;
    padding: 5px;
    margin-top: 30px;
    margin-left: 4rem;
  }
  /* .sec9-container2{
      left:10%;
   } */
   .sec9-logo-img {
    width: 70px;
    height: auto;
  }
  
  .sec9-container3,
  .sec9-container4 {
    left: 35%;
    bottom:280px;
  }
  .sec9-container4 {
    left: 54%;
  }
  .sec9 .card-content {
    margin-top: 0px;
  }
  .sec9 .card-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .sec9 .card-content .cardp {
    position: relative;
    top: -5px;
  }
  .sec9 .card-content h4 {
    font-size: 16px;
    line-height: 23px;
  }
  .sec9-img > img {
    width: 143px;
    height: 70px;
  }
  .sec9-img2 {
    left: 25%;
    top:50px;
  }
  .sec9-img3 {
    left: 44%;
    top:-50px;
  }
  .sec10 {
    padding: 20px;
  }
  .sec10-data-wrapper {
    padding-left: 60px;
  }

  .sec10-content,
  .sec10-heading2 {
    font-size: 16px;
    line-height: 23px;
  }
  .image-container {
    background: url("./assets/Rectangle\ 25t.svg");
    max-width: 700px;
    height: 250px;
    padding: 20px;
    background-repeat: no-repeat;
    left:5%;
  }
  .sec11-heading {
    font-size: 20px;
    line-height: 29px;
  }
  .sec11-subheading {
    font-size: 25px;
    line-height: 36px;
  }
  .image-container > h1 {
    top: 29%;
    left: 25%;
    line-height: 36px;
  }
  .image-container-btn {
    bottom: 40px;
    font-size: 12px;
    border-radius: 35px;
    /* padding:10px 0px 10px 25px; */
    left: 45%;
    width: 110px;
    height: 35px;
  }
  .image-container-btn svg{
    margin-left: 10px;
    margin-top: 5px;
  }
  .image-container .btn-img {
    width: 22px;
  }
  .image-container-ellipse1 {
    position: absolute;
    width: 100px;
    top: 0%;
    left: 0%;
  }
  .image-container-ellipse2 {
    position: absolute;
    bottom: 8%;
    left: 23%;
    width: 8px;
  }
  .image-container-ellipse3 {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 100px;
  }
  .sec5-img {
    margin-top: 0px;
    width: 250px;
    height: 150px;
  }
  .footer-heading, .home-list, .social-links > a {
    font-size: 16px;
    line-height: 23px;
  }
  .footer-content {
    font-size: 14px;
    line-height: 20px;
  }

  .home-list {
    font-size: 16px;
    line-height: 23px;
    /* margin-top: 30px; */
  }
  .product-list {
    font-size: 14px;
    line-height: 20px;
  }
  
  .copy-rights {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    padding: 0px 0 0 0;
  }
  .copy-rights .copy-list {
    font-size: 12px;
    line-height: 17px;
    margin-left: -10px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    margin-top: 2px;
  }
  .footer .list3 {
    margin-top: 0px;
  }
  .input-image {
    position: absolute;
    top: 30%;
  }
  
  .input-container > input {
    border-radius: 26px;
    border: 0.5px solid #aaaaaa;
    width: 100%;
    height: 40px;
    padding-right: 100px;
  }
  .input-button {
    position: absolute;
    top: 25%;
    right: -0.7%;
    transform: translateY(-50%);
    background-color: #439ab6;
    border-radius: 57px;
    padding: 0px 20px;
    color: white;
    margin: 5px;
    width: 89px;
    height: 35px;
    font-size: 12px;
  }
}

@media screen and (min-width: 1024px) {
  /* .signup {
    position: relative;
    left: 80px;
  } */
  .contact-col1 {
    background-image: url("./assets/Contact-US-Page-1.png");
    background-repeat: no-repeat;
    background-position: center -50px;
    background-size: cover;
    border-radius: 13px;
    height:560px;
    padding:50px 20px;
  }
  .logo {
    position: relative;
    right: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-signin{
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .sec5-icon {
    top: 5px;
    left: 110px;
  }
  .contact-col1{
    background-position: center;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .sec5-icon {
    top: 30px;
    left: 175px;
  }
  .sec6-tab {
    margin: 80px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .sec6-wrapper2 {
    width: 400px;
    height: 280px;
    margin: 100px 10px 20px 20px;
  }
  .sec6-wrapper2 .col-wrapper7-container {
    width: 250px;
    height: 110px;
    margin: 20px 10px;
  }
  .sec6-wrapper2 .col-wrapper6 {
    width: 300px;
    height: 280px;
    padding: 5px;
  }
  .sec5-icon2 {
    top: 25px;
    left: 135px;
  }
}
@media screen and (min-width: 601px) and (max-width: 820px) {
  .footer {
    padding-left: 50px;
  }
  
  .onlyweb {
    display: none;
  }
  .fontsemhalf{
    font-size: 1rem;
  }
  .nav-right-sec{
    display: block;
  }
}
@media screen and (min-width: 821px) and (max-width: 1200px) {
  .copy-rights {
    gap: 10px;
    padding: 20px;
    justify-content: space-between;
  }
  .onlyweb {
    display: none;
  }
  .fontsemhalf{
    font-size: 1.2rem;
  }
}
/* Products */
.product-head {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.022em;
  text-align: center;
  color: #000000;
  margin: 0px auto 20px auto;
}
.product-verline{
  position:relative;
  height:55px;
}
.product-sec2-col2{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-sec2-list {
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: -0.022em;
  text-align: left;
  display: flex;
  gap: 20px;
  margin: 28px 0px 0px 20px;
  color: #555555;
}
.product-sec3-container {
  max-width: 1280px;
  margin: 10px auto;
  padding: 20px;
}
.product_section_img_2 {
  margin-top: 10px;
}
.product-sec3-wrapper {
  display: flex;
  gap: 20px;
}
.product-sec3 {
  display: flex;
  align-items: center;
  max-width: 1300px;
  margin: 100px auto 0px auto;
}
.product-sec3-heading {
  font-size: 38px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -0.022em;
  text-align: left;
  color: #000000;
  padding-left: 20px;
}
.product-sec3-subheading {
  font-size: 28px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.022em;
  text-align: left;
}
.product-sec3-content {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.022em;
  text-align: left;
}
.test2{
  display: none;
}
.test:hover .test2{
  display: flex;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .product-head {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.022em;
    text-align: center;
    width: 300px;
    /* margin: 30px auto; */
  }
  .nav-right-sec{
    display: none;
  }
  .product-head-sub {
    display: block;
  }
  .onlyweb {
    display: none;
  }
  .product-sec2{
    margin: 0 auto;
  }
  .product-sec2-col1{
    margin: 0;
  }
  .product-sec2-list {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
  .product-sec2-list span:nth-child(1), .product_section_img_2 
  {
    margin-top: 0;
  }
  .product-sec3 {
    margin: 0px auto 0px auto;
  }
  .product-sec3 img {
    display: none;
  }
  .product-sec3-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    /* width: 300px; */
    text-align: center;
    margin-left: 20%;
    margin-top: 39px;
  }
  .product-sec3-subheading {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
  }
  .product-sec3-content {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-sec2 {
    padding: 0 50px;
  }
  .product-head {
    font-size: 30px;
    line-height: 45px;
  }
  .product-sec2-list {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 15px 0px 0px 20px;
  }
  .product-sec2-list span:nth-child(1){
    margin-top: 8px;
  }
  .product-sec2-content{
    margin-top: 8px;
  }
  /* .product-sec2-col1 {
    margin-top: 20px;
  } */
  .product-sec3-content {
    font-size: 16px;
    line-height: 24px;
    /* width:535px; */
  }
  .product-sec3 {
    margin: 30px auto 0px auto;
    padding-left: 50px;
  }
  .product-sec3-container {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .product-sec2 {
    padding: 0 50px;
  }
  .product-sec2-list {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    margin: 25px 0px 25px 20px;
  }
  .product-sec2-col2 {
    margin-top: 0px;
  }
}
.product_section_img_1 {
  width: 500px;
  height: 575px;
}
.text_product:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* .product-list{
   font-family: Manrope;
   font-size: 30px;
   font-weight: 500;
   line-height: 45px;
   letter-spacing: -0.022em;
   text-align: left;

} */

/* AboutUs */
.heading-text-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 0px;
}
.heading-text {
  font-size: 50px;
  font-weight: 600;
  line-height: 75px;
  letter-spacing: -0.022em;
  text-align: center;
  position: relative;
}
.heading-sec2{
  margin-top: 50px;
}
.sec5-heading-text{
  font-size: 50px;
  font-weight: 600;
  line-height: 75px;
  letter-spacing: -0.022em;
  text-align: center;
  position: relative;
}
.about-sec1-content {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: -0.022em;
  text-align: left;
}
.about-sec1-cont{
  margin-left: 50px;
}
.about-sec1-content > p {
  margin: 20px 0px;
}
.about-sec1-content > p:nth-child(3){
  font-weight: 600;
}
.about-img-wrapper {
  display: flex;
}
.about-img-wrapper .img1 {
  z-index: 1;
  margin-top: 40px;
}
.about-img-wrapper .img {
  position: relative;
  right: 340px;
}

/* Section2 */
.about-sec2-content {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: -0.022em;
  margin: 30px auto 50px 30px;
  max-width: 890px;
}
.heading-text .img {
  position: absolute;
  right: 10px;
  top: 70px;
}
.heading-text .img2 {
  position: absolute;
  right: 10px;
  top: 70px;
}
.heading-sec3 {
  max-width: 218px;
}
.about-sec2 {
  background: url("./assets/AboutUs/Section2/Group.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.about-sec2 .img2 {
  margin-top: 20px;
  position: relative;
  left: 20%;
}

/* Section3 */
.abouts-sec3 {
  margin: 30px 80px 30px 70px;
  align-items: center;
  position: relative;
}
.our-team-wrapper {
  margin:0 150px;
  height:350px;
}
.about-sec3-name {
  font-family: Manrope;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.022em;
  /* text-align: left; */
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  /* margin-left: 15px; */
  text-align: center;
}
.about-sec3-desig {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.022em;
  text-align: center;
}
.abouts-sec3 .img {
  width: 50px;
  position: absolute;
  bottom: 75px;
  height: 50px;
  left: 55px;
}
.abouts-sec3 .img1{
  bottom:75px !important;
}
.abouts-sec3 img:first-child{
  width:160px;
  border-radius: 50%;
  margin-left: 30px;
}
.contact-head{
  font-size: 30px;
  position:relative;
  left:50px;
}
.contact-sec1-heading{
  padding-left: 5px;
}
.contact-sec1-heading span{
  display: block;
}
.contact-in-wrapper{
  padding-left: 20px;
}
.carrier-sec1{
  padding:90px 0;
}
.contact-sec1-wrapper {
  box-shadow:
    2px 2px 4px rgba(0, 0, 0, 0.2),
    -2px -2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 13px;
  padding: 15px 10px;
  height:590px;
}
.contact-col1 {
  border-radius: 13px;
  height:560px;
  padding:50px 20px;
}
.contact-col2 {
  padding: 50px 0px 10px 20px;
}
.contact-info {
  position: relative;
  /* padding-bottom: 50px; */
}
.contact-sec1-container {
  display: flex;
  gap: 20px;
  margin: 30px 0;
  color:#FFF;
}
.contact-sec1-containers{
  margin-top: 90px;
}
.contact-footer img {
  position: relative;
  right: 120px;
  top:0px;
}
.contact-footer button {
  width: 172px;
  height: 43px;
  padding: 10px 25px;
  border-radius: 81px;
  background-color: #4ba7dd;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  top: 80px;
  display: flex;
}
.contact-footer button:hover, .sec1-btn:hover, .sec5-btn:hover, .sec6-btn:hover, .image-container-btn:hover{
  opacity: 0.9;
}
.contact-footer button img {
  position: absolute;
  width: 20px;
  left: 130px;
  top:12px;
}
.custom-radio input[type="radio"] {
  display: none;
}
.round-image {
  position: absolute;
  top: -30px;
  right: 50px;
  width: 100px; /* Adjust as needed */
  height: 100px; /* Adjust as needed */
  background-image: url("./assets/Ellipse\ 24.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.round-image2 {
  position: absolute;
  top: 35px;
  right: 50px;
  width: 40px; /* Adjust as needed */
  height: 40px; /* Adjust as needed */
  background-image: url("./assets/Ellipse\ 24.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.contact-sec1-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: -0.02em;
  color: #ffffff;
  /* background: url("./assets/Ellipse\ 24.svg");
   background-position-x: 270px;
   background-repeat: no-repeat;
   background-size: cover; */
}
.contact-details-wrapper{
  background-color: #439ab6;
  width:200px;
  height:140px;
  border-radius: 8px;
  margin-top: 30px;
}
.contact-details-no img{
  margin:30px 75px 20px 75px; 
}
.contact-details {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.022em;
  text-align: left;
  color: #ffffff;
  padding-left: 10px;
}
.contact-details span{
  display: block;
}
.contact-details-no{
  background-color: #a1def3;
  padding: 10px;
  border-radius: 8px;
  width:190px;
  height:140px;
  margin:-10px 10px 0 0px;
  text-align: center;
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .heading-text {
    font-family: Manrope;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.022em;
    text-align: left;
    position:relative;
    right:10px;
    width:162px;
  }
  .sec5-heading-text{
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.022em;
    text-align: center;
    position:relative;
    right:10px;
  }
  .about-sec2 {
    background: url("./assets/back-img.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .abouts-sec3 img:first-child{
    width:240px;
    border-radius: 50%;
    margin-left: 0px;
  }
  .our-team-wrapper {
    margin:0 100px;
    height:300px;
  }
  .heading-text-wrapper {
    margin-top: 0px;
  }
  .heading-text-wrapper > img {
    width: 3px;
    height: 20px;
  }
  .about-sec1-content,
  .about-sec2-content {
    font-size: 14px;
    line-height: 21px;
  }
  .about-sec1-cont{
    margin-left: 0px;
  }
  .about-img-wrapper .img {
    position: absolute;
    left: 100px;
    width:255px;
    height:232px;
    top:20px;
    /* bottom: 20px; */
  }
  .about-img-wrapper .img1 {
    /* margin-top: 0; */
  }
  .about-img-wrapper {
    padding: 0 40px 20px 40px;
    position:relative;
    width:338px;
  }
  .heading-sec2,
  .heading-sec3 {
    text-align: center;
  }
  .about-sec3-name {
    font-size: 14px;
    line-height: 24px;
    /* width:300px; */
    text-align: center;
  }
  .about-sec3-desig {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .abouts-sec3 .img {
    bottom: 55px;
    height: 50px;
    left: 65px;
  }
  .heading-text .img {
    top: 30px;
    left: 120px;
  }
  .heading-sec3 .img {
    top: 30px;
    left: 80px;
  }
  .abouts-sec3 {
    margin: 30px 10px 0 10px;
  }
  .abouts-sec3 img:first-child{
    /* width:300px; */
    border-radius: 50%;
  }
  
  .about-container {
    overflow-x: hidden;
  }  
  .heightvh{
    height:fit-content !important;
    margin:30px 5px;
    width:fit-content !important;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.25) !important;
  }
  .contact-col1{
    height:400px;
    padding:30px;
  }
  .contact-info{
    margin-top: -20px;
  }
  .round-image{
    width:50px;
    height:50px;
    top:5px;
    right:10px;
  }
  .round-image2{
    width:20px;
    height:20px;
    bottom:45px;
    right:10px;
  }
  .contact-details-wrapper{
    margin-top: 30px;
  }
  .contact-details{
    font-size: 12px;
  }
  .contact-sec1-wrapper{
    height:1345px;
    margin:0 20px;
    width:350px;
  }
  .contact-sec1-container{
    margin:20px 0 10px 0;
  }
  .contact-details-wrapper{
    background-color: #439ab6;
    width:160px;
    height:110px;
    border-radius: 8px;
    margin-top: 15px;
  }
  .contact-details-no img{
    margin:15px 35px 15px 45px; 
  }
  .contact-details {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.022em;
    text-align: left;
    color: #ffffff;
    padding-left: 0px;
  }
  .contact-details span{
    display: block;
  }
  .contact-details-no{
    background-color: #a1def3;
    padding: 10px;
    border-radius: 8px;
    width:130px;
    height:110px;
    margin:-10px 10px 0 0px;
    text-align: center;
    font-size: 12px;
  }
  
  
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about-img-wrapper .img {
    position: relative;
    right: 240px;
    bottom: 10px;
  }
  .about-img-wrapper {
    max-width: 700px;
  }
  .about-sec2{
    margin-left: 4%;
  }
  .round-image{
    width:50px;
    height:50px;
    top:5px;
    right:10px;
  }
  .round-image2{
    width:20px;
    height:20px;
    bottom:45px;
    right:10px;
  }
  .contact-sec3{
    position:relative;
    left:30px;
  }
  .contact-head{
    font-size: 30px;
    position:relative;
    left:-20px;
  }
  .menu-signup{
    display: none;
  }
  .menu-signin{
    height: 45px;
    padding: 10px 10px 8px 10px;
    border-radius: 60px;
    background-color: #2C358A;
    color:white;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right:25px;
    top:90px;
    display: flex;
    align-items: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .m-head{
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .contact-in-wrapper{
    display: flex;
    gap:100px;
  }
  .contact-col1{
    height:330px;
    padding:20px;
  }
  .contact-sec1-wrapper{
    height:940px;
    margin:0 20px;
    width:750px;
  }
  .contact-sec1-container{
    margin:10px 0;
  }
  .conatct-sec1-containers{
    margin-top:0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .our-team-wrapper {
    margin:0 20px 0 40px;
  }
  
  .carrier-sec1{
    padding:5px 0;
  }
  .abouts-sec3 .img {
    bottom: 55px;
    height: 50px;
    left: 65px;
  }
  .about-sec1-content,
  .about-sec2-content {
    font-size: 16px;
    line-height: 24px;
  }
  .about-sec1-content > p {
    margin: 20px 20px;
  }
  
  .contact-sec1-container{
    display: flex;
    /* justify-content: center; */
  }
  .contact-details-wrapper{
    background-color: #439ab6;
    width:190px;
    height:90px;
    border-radius: 8px;
    margin-top: 10px;
  }
  
  .contact-details {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.022em;
    text-align: left;
    color: #ffffff;
    padding-left: 10px;
    width:75%;
  }
  .contact-details span{
    display: inline;
  }
  .contact-details-no img{
    margin:10px 75px 10px 75px; 
  }
  .contact-details-no{
    background-color: #a1def3;
    padding: 10px;
    border-radius: 8px;
    width:180px;
    height:90px;
    margin:-10px 10px 0 0px;
    text-align: center;
  }
  
}
.conatct-sec1 {
  margin-bottom: 20px;
}
.form-check-input:checked {
  background-color: #000000 !important;
  border: 1px solid #000000;
}
.form-check-input:checked .form-check {
  background-color: #000000 !important;
}

.contact-sec1-heading2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.022em;
  text-align: left;
  margin: 30px 0 10px 0;
}
.contact-col2-check {
  display: flex;
  gap: 10px;
}
#inputboxes {
  width: 100% !important;
  padding-left:0px;
}
@media (max-width: 768px) {
  .row {
    display: flex;
    flex-direction: column;
  }

  .col-md-6 {
    display: contents;
    /* This removes the column structure on mobile */
  }

  /* Target the immediate parent divs */
  .col-md-6>div:nth-child(1) {
    order: 1;
  }

  /* First Name */
  .col-md-6:nth-child(1)>div:nth-child(2) {
    order: 3;
  }

  /* Email */
  .col-md-6:nth-child(2)>div:nth-child(1) {
    order: 2;
  }

  /* Last Name */
  .col-md-6:nth-child(2)>div:nth-child(2) {
    order: 4;
  }

  div:has([class*="inputemail"]) {
    margin-top: 10px !important;
    /* Reduce from 30px to 10px */
  }

  div:has([class*="inputphone"]) {
    margin-top: 10px !important;
    /* Reduce from 30px to 10px */
  }

  div:has([class*="inputlastname"]) {
    margin-top: 15px;
    /* Add some margin for lastname */
  }

  /* Remove default margin from firstname if any */
  div:has([class*="inputfirstname"]) {
    margin-top: 0;
  }

  /* Phone */
}
.contact-footer {
  display: flex;
  justify-content: end;
}

/* Style the custom radio button container */
.custom-radio {
  display: inline-block;
  position: relative;
  /*padding-left: 30px; !* Adjust as needed *!*/
  margin-right: 15px; /* Adjust as needed */
  cursor: pointer;
}

/* Style the custom radio button's label */
.custom-radio label {
  font-size: 14px; /* Adjust as needed */
  position: relative;
  padding-left: 20px; /* Adjust as needed */
  cursor: pointer;
}

/* Create the custom radio button design using pseudo-elements */
.custom-radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px; /* Adjust as needed */
  height: 16px; /* Adjust as needed */
  border: 2px solid #333; /* Border color */
  border-radius: 50%; /* Make it a circle */
  background-color: transparent;
  margin-top: 4px;
}

/* Style the custom radio button when selected */
.custom-radio input[type="radio"]:checked + label::before {
  background-color: #000000; /* Background color when selected */
  box-shadow: inset 0 0 0 2px white;
}

/* Optional: Style the label text when the radio button is selected */
.custom-radio input[type="radio"]:checked + label {
  color: #333; /* Text color when selected */
}
@media screen and (min-width:768px) and (max-width:1600px){
  .about-sec3-name {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .about-sec3-desig {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .abouts-sec3 img:first-child{
    margin-left: 0px;
  }
  .heightvh{
    height:250px !important;
    margin:30px 5px;
    width:fit-content !important;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.25) !important;
  }
}
@media screen and (min-width:1201px) and (max-width:1600px){
  .abouts-sec3 .img {
    width: 50px;
    position: absolute;
    bottom: 55px;
    height: 50px;
    left: 55px;
  }
}
@media screen and (min-width: 300px) and (max-width: 600px) {
  .contact-col2-check {
    display: block;
  }
  
  .form-check {
    margin-top: 20px;
  }
  .lastName {
    margin-top: 30px;
  }
  .product-lan-img{
    /* transform: rotate(-90deg);
    max-width: 240px; */
    margin: auto;
    width:350px;
    height:180px;
  }
  .contact-sec1-heading{
    font-size: 20px;
    padding-left:0px;
    line-height: 27px;
    margin-top: 30px;
  }
  .contact-in-wrapper{
    padding-left: 0px;
  }
  .carrier-sec1{
    padding:0;
  }
  .contact-sec1-wrapper{
    width:95%;
    margin:0 20px;
  }
}
@media screen and (min-width: 300px) and (max-width: 850px) {
  .contact-footer button {
    top: 30px;
  }
  .contact-footer {
    justify-content: end;
  }
  .about_section{
    display: block !important;
    margin-top: 0px;
  }
  
}

.sm-font {
  font-size: 12px;
  margin-top: 30px;
  text-align: justify;
}