@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  top: 0;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

input {
  font-family: "Poppins", sans-serif;
}

textarea {
  font-family: "Poppins", sans-serif;
}




/*main-classes*/

.container {
  width: 1170px;
  padding: 8px;
  margin: auto;
}

.container-low {
  width: 1050px;
  padding: 20px;
  margin: auto;
}
.bg-white {
  background-color: white;
  border-radius: 10px;
}

.box-shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.margin-top {
  margin-top: 90px;
}

.padding-auto {
  padding-top: 30px;
  padding-bottom: 30px;
}

.bg-grey {
  background-color: #1fb65f0a;
}

.mr-auto {
  margin: 40px auto;
}

.justify-center {
  justify-content: center;
}

.top-heading {
  display: flex;
  position: relative;
}

.line-absolute {
  position: absolute;
  top: 55px;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #00b89c;
}

.line-absolute-long {
  position: absolute;
  top: 40px;
  content: "";
  width: 130px;
  height: 3px;
  background-color: #00b89c;
}

.top-heading h1 {
  color: #333333;
}

.gap {
  gap: 30px;
}

.boxes-blog a {
  color: #00b150a8;
}

.position-relative {
  position: relative;
}

/*main-classes*/

/*navbar*/

.top-navbar {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
}

.bottom-bar {
  position: absolute;
  z-index: 1;
  top: 110%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-left {
  padding-left: 15px;
  width: 25%;
}

.nav-left img {
  height: 40px;
  width: auto;
  padding-top: 8px;
}

.flex {
  display: flex;
  /* Aashish change */
  justify-content: center;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.nav-right {
  width: 75%;
  display: flex;
}

.nav-right ul {
  display: flex;
  gap: 40px;
  padding-top: 18px;
  padding-bottom: 15px;
  width: 70%;
}

.contact-btn {
  width: 30%;
  display: flex;
  justify-content: right;
  padding-right: 15px;
  padding-top: 6px;
  gap: 20px;
}

.contact-btn a {
  background-color: #2f80ed;
  color: white;
  text-decoration: none;
  padding: 10px 25px;
  height: 25px;
  border-radius: 5px;
}

.mobile-hamburger{
  margin-top: 6px;
  display: none;
}

.mobile-hamburger i{
  background-color: #2f80ed;
  padding: 10px;
  font-size: 17px;
  color: white;
  border-radius: 5px;
}

.contact-btn a i {
  transition: 0.5s;
}

.contact-btn a span {
  transition: 0.5s;
}

.contact-btn a:hover i {
  padding-left: 5px;
}

.nav-right ul li {
  list-style: none;
  position: relative;
  z-index: 99999;
}

.nav-right ul li a.active {
  color: #00b89c !important;
}

.nav-right ul li a {
  text-decoration: none;
  color: #4f4f4f;
  transition: 0.5s;
}

.nav-right ul li a:hover {
  color: #00b89c;
}

.nav-right ul li a i {
  font-size: 12px;
}

/*navbar*/

/*slider*/

.slider {
  position: relative;
  width: 100%;

}
.myslide {
  display: none;
  overflow: hidden;
  margin-top: 2px;
}

.mini-slide {
  height: 250px;
  display: none;
  overflow: hidden;
  background-color: #00b89c;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 50px;
  padding: 15px;
  cursor: pointer;
  transition: 0.1s;
  user-select: none;
  color: #00b89c;
}
.prev:hover,
.next:hover {
  color: #00b89c;
}
.next {
  right: 0;
}

.dotsbox {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 85%;
  cursor: pointer;
}

.dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #a8a8a8;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}

.red-text-container {
  display: flex;
}

.text-red {
  background-color: #fbe0e7;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  color: #e53722 !important;
  width: auto !important;
}

.active,
.dot:hover {
  border-color: #00b89c; /* blue */
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.see-all-link {
  text-align: right;
}
.see-all-link a {
  text-decoration: none;
  color: #00b89c !important;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

.slider-text {
  position: absolute;
  color: #fff;
  letter-spacing: 2px;
  line-height: 35px;
  top: 10%;
  left: 6%;
  /* right: 0px; */
  -webkit-animation-name: posi;
  -webkit-animation-duration: 2s;
  animation-name: posi;
  animation-duration: 2s;
  z-index: 1;
  /* width: 1170px;
	margin: auto; */
}

.mini-slider-text {
  position: absolute;
  color: #fff;
  letter-spacing: 2px;
  line-height: 35px;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 1;
}

@-webkit-keyframes posi {
  from {
    left: 20%;
  }
  to {
    left: 6%;
  }
}

@keyframes posi {
  from {
    left: 20%;
  }
  to {
    left: 6%;
  }
}

.slider-text h1 {
  /* color: #222222; */
  color: #333333;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 100;
  line-height: 60px;
  font-family: "Playfair Display", serif;
}

.mini-slider-text h1 {
  /* color: #222222; */
  color: white;
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 60px;
  font-family: "Playfair Display", serif;
}

.slider-text h1 span {
  font-weight: bold;
  color: #00b89c;
}

.slider-text p {
  font-weight: 400;
  font-size: 15px;
  /* color: #222222; */
  color: #828282;
  margin-bottom: 30px;
  width: 500px;
}

.slider-text a {
  text-decoration: none;

  display: flex;
  color: #333333;
}

.slider-text a i {
  background-color: #00b89c;
  padding: 13px;
}

.slider-text a span {
  padding-left: 10px;
  background-color: #00b89c4f;
  padding-top: 4px;
  padding-right: 10px;
  font-size: 14px;
}

.myslide img {
  /* transform: scale(1.1, 1.1);
	-webkit-animation-name: zoomin;
  	-webkit-animation-duration: 40s;
  	animation-name: zoomin;
  	animation-duration: 40s; */
}

@-webkit-keyframes zoomin {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}

@keyframes zoomin {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}

/*boxes*/
.boxes {
  width: 25%;
  text-align: center;
  padding: 6px;
  border-left: 2px solid #1fb65e2d;
}

.boxes:first-child {
  border-left: 0px;
}

h3.green-text {
  color: #00b89c !important;
}

.boxes h3,
.boxes p {
  color: #484848;
}

/*boxes*/

/*what we do*/
.about-left {
  width: 45%;
}

.about-right {
  width: 50%;
}

.about-left img {
  width: 85%;
  height: auto;
}

.about-right h2 {
  font-size: 27px;
  color: #333333;
  margin-bottom: 30px;
}

.about-right p {
  color: #333333;
  line-height: 30px;
}

.about-lists {
  margin-top: 20px;
  margin-bottom: 30px;
}

.about-lists li {
  color: #555555;
  font-size: 15px;
  list-style: none;
  display: flex;
  width: 100%;

  margin-top: 7px;
}

.about-right a {
  margin-top: 7px;
  text-decoration: none;
  background-color: #2f80ed;
  padding: 10px;
  border-radius: 5px;
  color: white;
}

.about-lists li img {
  height: 15px;
  width: 15px;
  margin-top: 8px;
}

.about-lists li p {
  margin-left: 10px;
}

/*what we do*/

/*why choose us*/

.boxes-choose-us {
  gap: 20px;
  margin-top: 40px;
}

.box-container {
  width: 25%;
  text-align: center;
  padding: 15px;
  border-top: 10px solid #00b89c;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.box-container img {
  margin-top: 10px;
  height: 70px;
  width: auto;
}

.box-container h3 {
  margin-top: 10px;
  color: #555555;
  font-size: 17px;
}

.box-container p {
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #555555;
  line-height: 30px;
  text-align: center;
}

/*our-services*/

.service-left {
  width: 50%;
}

.service-right {
  width: 50%;
}

.service-img-container-right {
  width: 100%;
  display: flex;
  justify-content: right;
}

.service-img-container-left {
  width: 100%;
  display: flex;
  justify-content: left;
}

.service-img {
  width: 90%;
  height: auto;
}

.about-lists-services li {
  margin-top: 15px !important;
}

.about-lists-services li img {
  margin-top: 4px !important;
}
h2.service-head {
  color: #333333;
}

.mobile-services-view-img{
  margin-top: 50px;
  text-align: center;
}

.mobile-services-view-img img{
  width: 50%;
  height: auto;
}

p.service-para {
  color: #555555;
  font-size: 15px;
  line-height: 30px;
  margin-top: 30px;
}

p.service-para2{
  color: #555555;
  font-size: 15px;
  line-height: 30px;
  margin-top: 5px;
}

p.blog-time{
  color: #919191;
  font-size: 15px;
  line-height: 30px;
  margin-top: 15px;
}

/*our-services*/

.boxes-blog {
  width: 33.33%;
}

.boxes-blog img {
  width: 100%;
}

.boxes-blog h3 {
  color: #555555;
  font-size: 18px;
  margin-top: 20px;
}

.boxes-blog p {
  color: #555555;
  font-size: 14px;
  margin-top: 10px;
  line-height: 25px;
}

.blog-img-banner{
  margin-top: 20px;
}

.blog-img-banner{
  text-align: center;
}

.blog-img-banner img{
  width: 90%;
  height: auto;
}

.blog-desc{
  margin-top: 20px;
}

p.announcement{
  color: #00b89c!important;
  font-weight: 500;
}

.blog-desc p{
  color: #555555;
  text-align: justify;
  line-height: 30px;
  margin-top: 10px;
}



.announcement-container{
  margin-top: 30px;
}
.announcement-container ul{
  margin-left: 15px;
  margin-top: 5px;
}

.announcement-container ol li{
  margin-top: 15px;
}



.announcement-container ul li{
  color: #555555;
  line-height: 40px;
  text-align: justify;
}

.announcement-container ol li h3{
  font-size: 17px;
  color: #2c2c2c;
}

.announcement-container p a{
  color: #00b89c;
}

/*our services*/

.app-background {
  position: relative;
}

.app-background img {
  width: 100%;
  height: auto;
}

.absoulte-text-driver {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.absoulte-text-driver h3 {
  color: white;
}

.app-badges {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
}

.app-badges img {
  height: 40px;
  width: auto;
}

.img-flex {
  display: flex;
  gap: 20px;
}

.img-flex img {
  height: 50px;
  width: auto;
  margin-top: 10px;
  margin-left: -5px;
}

.app-top {
  position: absolute;
  top: 22%;
  left: 80px;
}

.app-top h2 {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 15px;
}

.app-top p {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 15px;
}


/*download app*/

.mobile-services-view-img{
  display: none;
}

/*footer*/

.footer-flex {
  display: flex;
  justify-content: space-between;
  /* gap: 20px; */
}

.footer-col:first-child {
  width: 30%;
}

.footer-col {
  width: 15%;
}

.footer-col img {
  height: 40px;
  width: auto;
}

footer {
  margin-top: 40px;
}

.footer-col h3 {
  color: rgba(79, 79, 79, 1);
  font-size: 18px;
  margin-top: 15px;
}

.footer-col ul li {
  list-style: none;
  margin-top: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: rgba(130, 130, 130, 1);
  font-size: 15px;
  transition: 0.5s;
}

.footer-col p {
  color: rgba(130, 130, 130, 1);
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  width: 90%;
  margin-top: 10px;
}

.footer-col ul li a:hover {
  color: #00b89c;
  font-weight: bold;
}

.social-media {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}

.social-media a i {
  color: rgba(130, 130, 130, 1);
  transform: 0.5s;
  font-size: 19px;
}

.social-media a i:hover {
  color: #00b89c;
}

.footer-bottom {
  border-top: 1px solid rgba(224, 224, 224, 1);
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}

.footer-bottom p {
  color: rgba(130, 130, 130, 1);
}

.footer-bottom a {
  color: rgba(26, 177, 137, 1);
  text-decoration: none;
}

.footer-bottom a span {
  color: rgba(18, 105, 155, 1);
}

/*footer*/

/*dropdown*/

ul.dropdown-menu-contents {
  background: white;
  position: absolute;
  width: 350px;
  max-width: 350px;
  top: 100px;

  opacity: 0;
  visibility: hidden;
  gap: 0px;
  padding-top: 0px;
  padding-bottom: 0px;

  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.details-nav {
  display: flex;
}

.img-nav {
  width: 30%;
}

.desc-nav h3 {
  font-size: 16px;
  font-weight: 500;
}

.desc-nav {
  margin-top: 7px;
}

.desc-nav p {
  font-size: 13px;
}

.img-nav img {
  margin-top: 15px;
  width: 65%;
  margin-left: 5px;
}

.drop-down-margin {
  background-color: white;
  position: absolute;
  width: 100%;
  left: 0px;
  top: -35px;
  height: 50px;
  opacity: 0;
}

li.list-dropdown:hover > ul.dropdown-menu-contents {
  visibility: visible;
  opacity: 1;
  background: white;
  -webkit-transition: all 0.5s, background, 2s 0.5s linear;
  transition: all 0.5s, background 2s 0.5s linear;
  top: 40px;
}

.display-block {
  width: 100%;
}

ul.dropdown-menu-contents .display-block li {
  padding: 10px;
  border-bottom: 1px solid rgb(221, 221, 221);
  width: auto;
}

ul.dropdown-menu-contents li:hover {
  background-color: #00b89c;
}

ul.dropdown-menu-contents li a {
  line-height: 50px;
  padding-left: 10px;
}

ul.dropdown-menu-contents a:hover {
  color: white !important;
}

/*dropdown*/

/*bottom*/

.app-info-absolute {
  position: absolute;
  display: flex;
  top: 50%;
  transform: translate(0, -50%);
  right: 40px;
  width: 70%;
}

.info-div {
  border-left: 1px solid white;
  width: 20%;
  text-align: center;
}

.info-div:first-child {
  border-left: none;
}

.img-linear-flex {
  width: 80%;
  position: relative;
}

.img-linear-flex img {
  width: 100%;
}

/*bottom*/

.mobile-container {
  gap: 70px;
}
.app-heading-contain {
  display: flex;
  gap: 30px;
}

.app-heading-contain img {
  height: 70px;
  width: auto;
}

.get-info {
  margin-top: 5px;
}

.get-info p {
  color: #2c3e50;
}

.get-info h3 {
  font-size: 25px;
  color: #00b89c;
}

.download-mobile-app {
  width: 100%;
  position: relative;
  display: flex;
  gap: 40px;
}

.download-mobile-app img {
  width: 35%;
  height: auto;

}

.heading-side{
  width: 65%;
  padding: 60px;

}

.ride-side-heading-app {
  top: 50%;
  left: 50%;
  position: relative;
  transform: translate(-50%,-50%);
}

.left-side-heading-side{
  top: 50%;
  left: 50%;
  position: relative;
  transform: translate(-50%,-50%);
}

.mt-auto{
  margin-top: 160px;
}

.app-img-btn{
  display: flex;
  gap: 10px;
  margin-top: 20px;
}


.app-img-btn img{
  height: 40px;
  width: auto;
}

.arrow-absolute {
  position: absolute;
  width: 200px!important;
  height: auto;

}

.arrow-1 {
  top: 110%;
 left: 41%;
}

.arrow-2 {
  top: 110%;
  right: 40%;
  width: 250px!important;
}

.download-mobile-app h3 {
  color: rgba(21, 41, 52, 1);
  font-size: 17px;
}
.download-mobile-app p {
  font-size: 14px;
  color: rgba(93, 100, 103, 1);
}

/*contact us*/

.contact-us-container {
  display: flex;
  background-color: white;
  margin: 40px 0px;
  border-radius: 10px;
  padding: 15px;
}
.contact-img {
  width: 50%;
  position: relative;
}

.contact-position-absoulte {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(0, -50%);
}

.contact-position-absoulte h2 {
  color: white;
}

.contact-position-absoulte p {
  margin-top: 40px;
  color: white;
}

.contact-position-absoulte p i {
  margin-right: 10px;
}

.contact-img img {
  width: 100%;
  height: 100%;
}

.contact-us-form {
  width: 50%;
  margin-top: 20px;
  margin-right: 60px;
  margin-left: 60px;
  margin-bottom: 20px;
}

.contact-form-container {
  width: 100%;
}

.contact-form-container {
  margin-top: 38px;
}

.contact-form-container:first-child {
  margin-top: 0px;
}

.contact-form-container label {
  color: rgba(21, 41, 52, 1);
  font-size: 15px;
}

.contact-form-container input {
  width: 100%;
  padding: 5px;
  margin-top: 10px;
  border: none;
  border-bottom: 1px solid grey;
  font-size: 15px;
  color: black;
}

.contact-form-container textarea {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  border: none;
  border: 1px solid grey;
  font-size: 15px;
  color: black;
  height: 80px;
}

.contact-form-container input::placeholder {
  color: rgba(141, 141, 141, 1);
  font-size: 14px;
}

.contact-form-container input:focus {
  outline: none;
}
.button-form {
  margin-top: 20px;
}

.button-form button {
  padding: 10px;
  border: none;
  background-color: rgba(0, 184, 156, 1);
  font-family: poppins;
  color: white;
  font-weight: 500;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}

/*contatc us*/

/*login-register*/

.body-row {
  display: grid;
  height: 100%;
  width: 100%;
  place-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  color: black !important;
}

.login-wrap {
  overflow: hidden;
  max-width: 390px;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.login-wrap .login-title {
  display: flex;
  width: 200%;
}

.login-wrap .title {
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  line-height: 30px;
}

.login-wrap .login-controls-slide {
  position: relative;
  display: flex;
  height: 50px;
  width: 99%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 5px;
}

.login-wrap .login-controls-slide input {
  width: 99%;
}

.login-controls-slide .slide {
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}

.login-controls-slide label.signup {
  color: #000;
}

.login-controls-slide .slider-tab {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 5px;
  background: #00b89c;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.login-controls-slide input[type="radio"] {
  display: none;
}

#signup:checked ~ .slider-tab {
  left: 50%;
}

#signup:checked ~ label.signup {
  color: #fff;
  cursor: default;
  user-select: none;
}

#signup:checked ~ label.login {
  color: #000;
}

#login:checked ~ label.signup {
  color: #000;
}

#login:checked ~ label.login {
  cursor: default;
  user-select: none;
}

.login-wrap .login-form-container {
  width: 100%;
  overflow: hidden;
}

.login-form-container .form-inner {
  display: flex;
  width: 200%;
}

.login-form-container .form-inner form {
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-inner form .field {
  height: 50px;
  width: 100%;
  margin-top: 20px;
}

.field select {
  width: 99%;
  padding: 12px;
  font-family: poppins;
  font-size: 15px;
  border-radius: 5px;
  color: #333333;
  cursor: pointer;
  border-bottom: 1px solid #00b89c73 !important;
}

.field select:focus {
  outline: none;
}

button.submit-btn {
  width: 98%;
  margin-top: 10px;
  padding: 13px;
  border: none;
  background-color: #00b89c !important;
  font-family: poppins;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.form-inner form .field input {
  height: 100%;
  width: 95%;
  outline: none;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid #00b89c73;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}

.form-inner form .field input:focus {
  border-color: #00b89c73;
  /* box-shadow: inset 0 0 3px #fb6aae; */
}

.form-inner form .field input::placeholder {
  color: #999;
  transition: all 0.3s ease;
}

form .field input:focus::placeholder {
  color: #b3b3b3;
}

.form-inner form .pass-link {
  margin-top: 25px;
}

.form-inner form .signup-link {
  text-align: center;
  margin-top: 30px;
}

.form-inner form .pass-link a,
.form-inner form .signup-link a {
  color: #12accb81;
  text-decoration: none;
}

.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
  text-decoration: underline;
}

form .btn {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

form .btn .btn-layer {
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: #12adcb;
  border-radius: 5px;
  transition: all 0.4s ease;
}

form .btn:hover .btn-layer {
  left: 0;
}

form .btn input[type="submit"] {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
/* popup */
.popup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
  z-index: 999999999999; /* Ensure the popup is above other elements */
  display: none; /* Initially hide the popup */
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.popup-content {
  margin-top: 70px;
  background: #fff;
  padding: 20px;
  max-width: 600px;
  text-align: center;
  position: relative;
  animation: slideDown 1s ease-in;
}

.popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.mobile-img{
  display: none;
}
.mobile-img img{
  width: 100%;
  height: auto;
}



/*mobile navbar*/


.mobile-left-none{
  left: 0px!important;
}
.mobile-navbar{
  position: fixed;
  width: 320px;
  height: 100%;
  background-color: white;
  z-index: 9999999999999999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  top: 0px;
  left: -200%;
  transition: 0.5s;
  overflow-y: auto;
}

.nav-display{
  display: none;
}

.fa-xmark{
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
}

.mobile-navbar ul{
  margin-top: 30px;
}

.mobile-navbar ul li{
  border-bottom: 1px dashed rgb(212, 212, 212);
  line-height: 25px;
  padding: 15px;
}

.mobile-navbar ul li a{
  text-decoration: none;
  color: rgb(65, 64, 64);
  font-size: 15px;
  margin-left: 15px;
}

.show-div{
  display: block!important;
}

.drop-down-mobile-nav{
  display: none;
}

.drop-down-mobile-nav ul{
  margin-top: 6px;

}

.drop-down-mobile-nav ul li {
  list-style: none;
  border-bottom: none;
  padding: 10px;
  line-height: 15px;
}

.drop-down-mobile-nav ul li a{
font-size: 14px;
margin-left: 5px;
}

.drop-down-mobile-nav ul li a i{
  margin-right: 8px;
}

.fa-angle-down{
margin-left: 5px!important;
font-size: 12px;
margin-top: 5px;
}

.icon-flex i:first-child{
  margin-left: 0px;
}

.icon-flex i{
  color: rgb(36, 35, 35);
  margin-left: 10px;
  font-size: 19px;
}

.icon-flex{
  line-height: 30px;
  padding: 15px;
}


.display-block-nav{
  display: block!important;
}

.background-linear{
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 88888888888888;
  display: none;
}

/*mobile navbar*/


.step-heading h2{
  color: #00b89cc2;
  margin-bottom: 10px;

}


/*login-register*/

.error-message{
  margin-top: 10px;
  color: red;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #00b89cc2;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  right: 10%;
  top: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.heading-para-italic{
  margin-bottom: 10px;
  color: #00b89c;
}

.img-download-about{
  margin-top: 30px;
}

.heading-middle{
  display: flex;
  gap: 20px;
  width: auto;
}

.flex-middle{
  display: flex;
  justify-content: center;
}

.heading-details h2{
color: #00b89c;
}

.steps-app{
  margin-top: 50px;
  display: flex;
  gap: 30px;
}

.steps-box{
  width: 33.33%;
  text-align: center;
}

.steps-box img{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.steps-box h2{
  color: #333333;
  font-size: 23px;
  margin-bottom: 5px;
}

.steps-box p{
  color: #646464;
  font-size: 14px;
}

.text-align-center{
  text-align: center;
  position: relative;
}

.line-center{
  position: absolute;
  top: 45px;
  left: 50%;
  content: "";
  width: 130px;
  height: 3px;
  background-color: #00b89c;
  transform: translate(-50%,-50%);
}
.text-aligh-center h2{
  color: #333333;
}

.comming-soon{
  display: flex;
margin: 50px 0px;
justify-content: center;
}

.left-soon-div{
  border-right: 3px solid #00b89c;
  padding-right: 15px;
}



.left-soon-div h1{
  font-size: 50px;
  color: #333333;
  text-align: right;
 
}
.right-soon-div{
  padding-left: 20px;
}

.line-top{
  display: flex;
  width: auto;
}

.line-top p{
  width: 50%;
}

.line-top p:first-child{
  font-size: 12px;
  color: #706C6C;
}

.aligh-div-center h2{
  color: #333333;
  font-size: 35px;
}

.line-top p:last-child{
  text-align: right;
  font-weight: bold;
  color: black;
  font-size: 15px;
}

.line-content{
  margin-top: 10px;
  width: 500px;
}

.line-display{
  width: 100%;
  height: 5px;
  background-color: grey;
}

.line-finished{
  background-color: #00b89c;
  width: 80%;
  height: 100%;
}

.aligh-div-center{
  position: relative;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}

@-webkit-keyframes fadein {
  from {top: 0; opacity: 0;} 
  to {top: 30px; opacity: 1;}
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}


.about-new-container{
  display: flex;
  gap: 20px;
  margin-top: 70px;
}

.about-box{
  width: 25%;
}

.about-box p{
  color: #555555;
  font-size: 14px;
  margin-top: 5px;
  text-align: justify;
  padding-left: 15px;
  padding-right: 15px;
}

.img-border{
  border-left: 4px solid #00b89c;
  padding-left: 15px;
}

.our-teams-container{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 100%;

}
.teams-box{
  width: calc(25% - 30px);
  background-color: white;
  border-radius: 20px;
  text-align: center;
  /* padding: 10px; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.padding-box{
  padding: 10px;
}

.teams-box img{
  width: 100%;
  height: auto;
}

.teams-box p{
  color: #8F9394;
}

.comming-soon-pic{
  margin: 40px 0px;
  display: flex;
  justify-content: center;
}


.comming-soon-pic img{
  width: 85%;
  height: auto;
}

.soon-para-hidden{
  display: none;
}

.linear-background-delete{
  background-color: black;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.delete-account-modal{
  background-color: white;
  margin: 30px auto;
  width: 60%;
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 
}

.delete-account-modal h3{
  color: #00b89c;
  margin-bottom: 20px;
  font-size: 25px;
}

.reason-to-delete{
  display: flex;
  flex-wrap: wrap;
}

.reason-to-delete label{
  color: #2c2c2c;
}

.reason-to-delete textarea{
  width: 100%;
  margin-top: 20px;
  border: none;
  border: 1px solid grey;
  padding: 15px;
  border-radius: 5px;
  height: 50px;
  font-size: 16px;
}

.reason-to-delete-para{
  margin-top: 15px;
}

.text-delete{
  margin-bottom: 10px;
}

.reason-to-delete-para ul{
  margin-left: 20px;
}

.reason-to-delete-para ul li{
  color: #686767;
  font-size: 15px;
  line-height: 30px;
}

.button-form{
  display: flex;
  gap: 10px;
  justify-content: right;
}

.button-form button{
  width: 150px;
}

.button-delete button{
  background-color: red;
}

.input-boxes-delete{
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: flex-start
}

.input-delete{
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.readonly-input{
  width: 10%;
  cursor: pointer;
}

input:focus{
  outline: none;
}

textarea:focus{
  outline: none;
}

.pass-input{
  width: 100%;
}

.num-input{
  width: 90%;
}

.input-field-delete{
  width: 100%;
  display: flex;
  gap: 10px;
}

.input-delete input{
 
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  border: none;
  border: 1px solid grey;
}

.success-delete h1{
  color: #00b89c;
  margin-bottom: 10px;
}

.success-delete p{
  color: rgb(161, 161, 161);
}

.success-delete{
  margin: 100px auto;
  width: 80%;
  text-align: center;
}

.success-delete i{
  font-size: 60px;
  margin-bottom: 20px;
  color: #00b89c;
}

.delete-account-modal .error-message{
  margin-bottom: 10px;
}

.input-delete label span{
  color: red;
}

@media screen and (min-width: 1500px) {
  .container {
    width: 1400px;
  }
  .slider-text {
    top: 20%;
  }
}


@media screen and (max-width:1200px){
  .container{
    width: 90%;
  
  }
}

@media screen and (max-width:1151px){
  .bottom-flex{
    margin-top: 30px;
  }
  .app-info-absolute{
    width: 85%;
  }
  .info-div h2{
    font-size: 19px;
  }
  .nav-right ul{
    gap: 30px;
  }
  .nav-right ul li a{
    font-size: 15px;
  }
}

@media screen and (max-width:1095px){
  .about-left img {
    width: 95%;
    position: relative;
    top: 50%;
    transform: translate(0 , -50%);
}

.service-img{
  width: 95%;
    position: relative;
    top: 50%;

}
.boxes-choose-us{
  flex-wrap: wrap;
}
h2.service-head{
  font-size: 21px;
}
.app-top{
  transform: translate(0%,-50%);
  left: 50px;
  top: 50%;
  position: absolute;
}
.img-flex img{
  height: 40px;
}

}

@media screen and (max-width: 999px) {
  .nav-right ul{
    gap: 25px;
  }
  .arrow-absolute{
    display: none;
  }
  .mobile-container{
    gap: 30px;
  }

}

@media screen and (max-width: 980px) {
  .slider-text h1 {
  font-size: 30px;
  }
  .slider-text p{
    font-size: 14px;
    width: 390px;
  }
  .bottom-flex{
    margin-top: 130px;
  }
  .img-linear-flex{
    width: 85%;
  }
  .box-container{
    width: calc(45% - 20px);
  }
  .about-left{
    display: none;
  }
  .about-right{
    width: 100%;
  }
  .margin-top{
    margin-top: 40px;
  }
  .right-display{
    display: none;
  }
  .left-display{
    display: none;
  }
  .service-left{
    width: 100%;
  }
  .service-right{
    width: 100%;
  }
  .footer-flex{
    flex-wrap: wrap;
  }
  .footer-col{
    width: 25%;
  }
  .footer-col:first-child{
    width: 50%;
  }
  .app-top h2{
    margin-bottom: 10px;
  }

  .app-top p{
    margin-bottom: 10px;
  }

  .app-background-color img.none-img{
    display: none;
  }
  .app-background-color{
    background-color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .absoulte-text-driver{
    position: relative;
    left: 0px;
    top: 0px;
    transform: translate(0,0);
  }

  .mobile-services-view-img{
    display: block;
  }

}

@media screen and (max-width:953px){
  .nav-right ul{
    display: none;
  }
  .contact-btn{
    width: 100%;
  }
  .mobile-hamburger{
    display: block;
  }
  .contact-btn a{
    display: none;
  }
  .mini-slide{
    height: auto;
  }
  .mini-slider-text h1 {
    font-size: 45px;
}
.contact-us-container{
  display: flex;
  flex-wrap: wrap;
}
.contact-us-form{
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}
.contact-form-container input{
  width: 95%;
}
.contact-form-container textarea{
  width: 95%;
}
.contact-img{
  width: 100%;
  height: 300px;
 
}

.contact-img img{
  object-fit: cover;
  border-radius: 10px;
}

.left-soon-div h1{
  font-size: 40px;
}
.aligh-div-center h2{
  font-size: 30px;
}
.joinus-div{
  display: flex;
  gap: 20px;
}

.joinus-div{
  padding: 15px;
}

.icon-flex{
  padding: 0px;
  width: 50%;
  display: flex;
  justify-content: right;
  align-items: center;
}
.joinus-a{
  width: 50%;
}

.joinus-a a{
  background-color: #2f80ed;
    color: white;
    text-decoration: none;
    padding: 9px 25px;
  
    border-radius: 5px;
}

}

@media screen and (max-width:863px){
  .slider-text{
    width: 100%;
  }
  .myslide img{
    display: none;
  }
  .slider-text{
    position: relative;
    text-align: center;
  }
  .red-text-container{
    display: flex;
    justify-content: center;
  }
  .heading-auto-banner h1 br{
    display: none;
  }
  .slider-text{
    left: 0px;
    margin-top: 20px;
  }

  .slider-text p{
    width: auto;
  }

  .heading-auto-a{
    display: flex;
    justify-content: center;
  }

  .mobile-img{
    display: block;
  }

  .mobile-img{
    margin-top: 30px;
    text-align: center;
  }
  .mobile-img img{
    width: 50%;
  
  }

  .bottom-flex{
    margin-top: 0px;
  }

  @-webkit-keyframes posi {
    from {
      left: 20%;
    }
    to {
      left: 0%;
    }
  }
  
  @keyframes posi {
    from {
      left: 20%;
    }
    to {
      left: 0%;
    }
  }

  .about-new-container{
    flex-wrap: wrap;
    gap: 40px;
  }
  .about-box {
    width: calc(50% - 40px);
}
.teams-box{
  width: calc(33.33% - 40px);
}
.our-teams-container{
  justify-content: center;
}

}

@media screen and (max-width: 830px) {
  .app-info-absolute{
    top: 30px;
  }
  .app-info-absolute{
    width: 90%;
  }
  .info-div h2{
    font-size: 16px;
  }

  .info-div p{
    font-size: 14px;
  }
  .info-div{
    padding: 10px 0px;
  }
  .steps-box h2{
    font-size: 20px;
  }
}

@media screen and (max-width: 792px) {
  .left-soon-div{
    display: none;
  }
  .right-soon-div{
    padding-left: 0px;
    width: 100%;
  }
  .line-content{
    width: 100%;
  }
  .soon-para-hidden{
    display: block;
  }
}


@media screen and (max-width: 770px) {
  .info-div h2{
    font-size: 15px;
  }

  .info-div p{
    font-size: 13px;
  }
 
  .boxes-blog{
    width: calc(50% - 30px);
  }

  .img-flex img{
    height: 30px;
  }
  .app-top p{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .app-top h2{
    margin-bottom: 5px;
    font-size: 17px;
  }
  .boxes-blog h3 {
    font-size: 16px;
  }
  .boxes-blog p{
    font-size: 13px;
  }
  p.service-para{
    font-size: 14px;
  }
  .about-lists li{
    font-size: 14px;
  }
  h2.service-head{
    font-size: 20px;
  }
  .padding-auto{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-col p{
    font-size: 13px;
  }
  .footer-col ul li a{
    font-size: 13px;
  }

  .footer-col:first-child{
    width: 100%;
  }

  .top-heading h1{
    font-size: 23px;
  }

  .about-right h2{
    font-size: 23px;
  }

  .footer-col{
    width: 33.33%;
  }
  .footer-col p{
    width: 100%;
  }
  .box-container p {
font-size: 12px;
}

.about-right p{
  font-size: 13px;
}

.footer-bottom p{
  font-size: 14px;
}
.contact-btn a{
  height: 21px;
  margin-top: 4px;
}
.absoulte-text-driver h3{
  font-size: 16px;
}
.app-badges img{
  height: 30px;
}
.app-background-color{
  padding-top: 15px;
  padding-bottom: 15px;
}
.map iframe{
  height: 300px;
}
.contact-position-absoulte{
  left: 40px;
}
.mobile-container{
  flex-wrap: wrap;
}
.download-mobile-app{
  width: calc(50% - 40px);
}
}

@media screen and (max-width: 700px) {
  .wrap{
    flex-wrap: wrap;
    justify-content: left;
    gap: 10px!important;
  }
  .slider-text{
    width: 90%;
  }
  .myslide {
    display: flex!important;
    justify-content: center;
  }
  .bottom-flex{
    display: none;
  }
  .boxes-blog{
    width: calc(50% - 10px);
  }

  .mini-slider-text h1{
    font-size: 30px;
  }
  .contact-form-container{
    margin-top: 30px;
  }
  .comming-soon-pic{
    margin: 30px 0px;
  }
  .comming-soon-pic img{
    width: 100%;
  }

  .teams-box {
    width: calc(50% - 40px);
}

.steps-app{
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.steps-box{
  width: calc(50% - 30px);
}
  
}

@media screen and (max-width:630px){
  .delete-account-modal{
    width: 85%;
  }
  .delete-account-modal h3{
    font-size: 20px;
  }
  .button-form button{
    width: auto;
  }
}

@media screen and (max-width: 540px) {
  .slider-text h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .sign {
    margin-right: 20px;
  }
  .sign a {
    font-size: 12px;
  }
  .app-top{
    left: 10px;
  }
  .contact-btn a{
    font-size: 14px;
  }
  .contact-btn{
    padding-right: 0px;
  }
  .contact-btn a {
    padding: 10px 10px;
}
.nav-left img {
  height: 34px;
  width: auto;
  padding-top: 13px;
}
.red-text-container{
  display: none;
}
.step-heading h2{
  font-size: 20px;
}
.download-mobile-app h3{
  font-size: 14px;
}
.download-mobile-app p{
  font-size: 13px;
}
.aligh-div-center h2{
  font-size: 25px;
}
h2.service-head{
  font-size: 16px;
}
.line-absolute-long{
  height: 2px;
}
.line-center{
  height: 2px;
  top: 40px;
}
.text-align-center h2{
  font-size: 21px;
}
.mobile-services-view-img img{
width: 60%;
}
.comming-soon{
  margin: 40px 0px;
}
.img-download-about img{
  height: 40px;
  width: auto;
}
.img-border img{
  height: 35px;
  width: auto;
}
.img-border h3{
  font-size: 17px;
}
.steps-box p{
  font-size: 13px;
}
.steps-box h2{
  font-size: 16px;
}
.mini-slider-text h1{
  font-size: 21px;
}
}

@media screen and (max-width: 470px) {
  .footer-col{
    width: 100%;
  }

  .slider-text p {
    font-size: 12px;
}
  .app-top h2{
    font-size: 12px;
  }
  .app-top p{
    font-size: 12px;
  }
  .img-flex img{
    height: 25px;
  }
  .mobile-services-view-img img {
width: 75%;
}
.box-container{
  width: 100%;
}
.slider-text h1{
  font-size: 21px;
  line-height: 35px;
}
.slider-text p{
  font-size: 13px;
}
.mobile-img img{
  width: 80%;
}

.step-heading h2{
  font-size: 18px;
}
.mobile-container{
  justify-content: left;
}
.download-mobile-app{
  width: 100%;
  text-align: center;
}
.download-mobile-app img{
  width: 40%;
 
}
.download-mobile-app p{
  text-align: left;
  margin-top: 5px;
  font-size: 14px;
}
.download-mobile-app h3{
  font-size: 18px;
  text-align: left;
  margin-top: 5px;
}
.about-new-container{
  gap: 25px;
}
.about-box{
  width: 100%;
}

.our-teams-container{
  gap: 10px;
}

.teams-box{
  width: calc(50% - 10px);
}
.padding-box h4{
  font-size: 14px;
}
.teams-box p{
  font-size: 14px;
}
.steps-box{
  width: 90%;
}

.steps-box img{
  width: 45%;
}

.heading-details h2{
  font-size: 18px;
}

}

@media screen and (max-width:410px){
  .aligh-div-center h2{
    font-size: 20px;
  }
}



/*slider*/
