/* * {
  overflow-x: hidden!important;
} */
body {
  font-family: 'Inter', sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  background-color: #F1FAFF;
}

/* ====================landing page start==================== */

/* .landing .schedule {
  background-color: #ffffff;
  padding: 10px 0px;
} */

.landing .btn-yellow {
  border-radius: 10000px;
  padding: 8px 18px;
  background-color: #F0D487;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.04em;
  text-decoration-line: underline;
  color: #161616;
  position: absolute;
  left: 56%;
  top: 10px;
}

.landing .btn-yellow a {
  color: #161616;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.04em;
  text-decoration-line: underline;
}


.landing .btn-yellow:after {
  content: '\f061';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /* margin-left: 5px; */
  color: #161616;
}

.landing .top-heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.04em;
  color: #242424;
  width: 50%;
  position: absolute;
  top: 15px;
  left: 14%;
}


.alert {
  padding: 10px;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background-color: #F5F3F3;
  border-bottom: 1px solid #DCDCDC;
  box-shadow: 0px 503px 201px rgba(181, 181, 181, 0.01), 0px 283px 170px rgba(181, 181, 181, 0.05), 0px 126px 126px rgba(181, 181, 181, 0.09), 0px 31px 69px rgba(181, 181, 181, 0.1), 0px 0px 0px rgba(181, 181, 181, 0.1);
  border-radius: 0px !important;
}

.close {
  position: absolute;
  top: 10px;
  left: 69%;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #242424;
  cursor: pointer;
}

@media (max-width: 1199px) {

  .landing .top-heading {
    width: 50%;
    position: absolute;
    top: 15px;
    left: 13%;
  }

  .landing .btn-yellow {
    position: absolute;
    left: 58%;
    top: 10px;
  }

  .close {
    position: absolute;
    top: 10px;
    left: 74%;
  }
}

@media (max-width: 991px) {

  .landing .top-heading {
    width: 50%;
    position: absolute;
    top: 15px;
    left: 9%;
  }

  .landing .btn-yellow {
    position: absolute;
    left: 59%;
    top: 10px;
  }

  .close {
    position: absolute;
    top: 10px;
    left: 77%;
  }
}

@media (max-width: 763px) {

  .landing .top-heading {
    width: 50%;
    position: absolute;
    top: 10px;
    left: 5%;
  }

  .landing .btn-yellow {
    position: absolute;
    left: 55%;
    top: 12px;
  }

  .close {
    position: absolute;
    top: 12px;
    left: 79%;
  }
}

@media (max-width: 585px) {

  .alert {
    height: 70px;
  }

  .landing .top-heading {
    width: 50%;
    position: absolute;
    top: 15px;
    left: 2%;
  }

  .landing .btn-yellow {
    position: absolute;
    left: 53%;
    top: 15px;
  }

  .close {
    position: absolute;
    top: 17px;
    left: 84%;
  }
}

@media (max-width: 471px) {

  .close {
    position: absolute;
    top: 17px;
    left: 88%;
  }
}

@media (max-width: 401px) {

  .alert {
    height: 80px;
  }

  .landing .top-heading {
    width: 50%;
    position: absolute;
    top: 12px;
    left: 5%;
  }

  .landing .btn-yellow {
    position: absolute;
    left: 56%;
    top: 20px;
  }

  .close {
    position: absolute;
    top: 20px;
    left: 96%;
  }
}

@media (max-width: 360px) {

  .alert {
    height: 80px;
  }

  .landing .top-heading {
    width: 50%;
    position: absolute;
    top: 12px;
    left: 2%;
  }

  .landing .btn-yellow {
    position: absolute;
    left: 53%;
    top: 20px;
  }

  .close {
    position: absolute;
    top: 20px;
    left: 97%;
  }
}

/* hero */


.landing .hero {
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/hero.png"); */
  min-height: 80vh;
  max-height: fit-content;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #F1FAFF;
}

/* .landing .image-hero {
  width: 637px;
  height: 512px;
} */

.landing .hero h1 {
  /* color: #ffffff; */
  font-size: 52px;
  font-weight: 500;
  /* font-size: 68px; */
  line-height: 60px;
  letter-spacing: -3.799999952316284px;
  text-align: left;

}

.landing .hero h6 {
  /* color: #ffffff; */
  font-size: 18px;
  font-weight: 600;
  font-family: Inter;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;

}

.landing .hero .btn {
  width: 30%;
  min-width: fit-content;
}

.landing .hero .btn-talk {
  background-color: #031D1E;
  border-radius: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #FFFFFF;
  font-size: 20px;
  width: 100%;
  height: 70px;
}

.landing .hero .btn-talk a {
  text-decoration: none;
  color: #FFFFFF;
}

.landing .hero .btn-schedule {
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #000000 !important;
  font-size: 20px;
  width: 272px;
  height: 70px;
}

.landing .hero .btn-schedule:hover {
  border: 1px solid #000000;
}

.hero .btn-schedule a {
  text-decoration: none;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  line-height: 148%;
  color: #000000 !important;
}




/* company section */

/* .company-area {
  background-color: #EEF7FC;
}

.company-title {
  position: relative;
  display: inline-block;
  color: #343434 !important;
}

.company-title::before,
.company-title::after {
  content: "";
  width: 45px;
  height: 2px;
  display: block;
  background-color: #343434b5;
  background-color: #343434af;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -75px;
  margin: auto;
}

.company-title::after {
  right: -75px;
  left: auto;
}

.company-slider .swiper-wrapper {
  margin-left: 1px;
}

.company-slider .company-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(134, 142, 150, 0.4);
  padding: 0 10px;
}

.company-slider .company-logo img {
  width: 100%;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
} */

.logos {
  background-color: #EEF7FC;
  padding-top: 40px;
  padding-bottom: 40px;
}

.logos h6 {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  color: #031C1E;
  margin-bottom: 40px;
}


/* hiring */

.landing .hiring {
  border-radius: 10px;
  background-color: #9F6AFE;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 575px) {
  .landing .hiring {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

/* 
.landing .hiring h6 {
  color: #32d8d6;
  letter-spacing: 2px;
}

.landing .hiring h3 {
  color: #ffffff;
}

.landing .hiring p {
  color: #b5b5b5;
} */

/* assessment features */
/* .heading {
  color: #0a2d52;
  font-weight: 700;
}


#contentOne,
#contentTwo,
#contentThree,
#contentFour {
  position: absolute;
  color: #020723;
  background: linear-gradient(90deg, #cacaca, #7b7b7b);
  border-radius: 8px;
  z-index: 3;
  width: 100%;
}

#headingOne,
#headingTwo,
#headingThree,
#headingFour {
  position: relative;
}

.card-header {
  padding: 0;
}

.accordion ul li {
  line-height: 2.2rem;
}

.accordion .accordion-icon.card-header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border: 1px solid #91919184 !important;
  font-size: 16px;
  color: #020723;
  padding: 22px 20px 22px 20px;
  width: 100%;
  text-align: left;
  border: none;
  font-weight: normal;
  position: relative;
  border-radius: 0px;
  font-weight: 500;
}

.accordion .accordion-icon.card-header .btn:after {
  content: "\f13a";
  margin-left: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.accordion .accordion-icon.card-header button.collapsed {
  border: none !important;
  background: none;
  color: #626262;
}

.accordion .accordion-icon.card-header button.collapsed:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion .btn:not(:disabled):not(.disabled):active:focus {
  color: #11203e;
}


h6,
h2 {
  margin: 0;
} */

.accordion .accordion-button {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #000000;
  border: 1px solid #999999!important;
  border-radius: 4px;
}


.accordion-button:focus,
.accordion-button:active {
  box-shadow: none;
  background-color: #ffffff;
}

.accordion-button:not(.collapsed) {
  color: #031D1E;
  background-color: #ffffff;
  box-shadow: none;
  border-bottom: none!important;
  border-radius: 4px 4px 0px 0px;
}


.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
  transform: rotate(0deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  transform: rotate(-90deg);
}

.accordion .btn-accordion {
  background-color: #131416;
  border: 1px solid #555555;
  border-radius: 4px;
  width: 100%;
  color: #ffffff;
  height: 55px;
}

.accordion .btn-accordion:active {
  background-color: #5f5c5c;
  border: 1px solid #555555;
  border-radius: 4px;
  width: 100%;
  color: #ffffff;
  height: 55px;
}

.accordion .btn-accordion a {
  color: #ffffff;
  text-decoration: none;
}

.accordion-item {
  /* border: 1px solid #999999; */
  border-radius: 4px;
  margin-top: 10px;
}

.accordion-body {
  border: 1px solid #999999!important;
  border-top: none!important;
  border-radius: 0px 0px 4px 4px;
}

.accordion-body .details {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  align-self: stretch;
  color: #3c3c43d9;
  border-radius: 4px;
}

.accordion-body .tat {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #051F20 !important;
}

.accordion-body .fa-circle-check {
  color: #031D1E;
  background-color: #58FFE1;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}




/* Testimonials */
/* .Testimonials {
  background-size: cover;
  padding: 5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: bottom;
}

.Testimonials .section-title-row .section-title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Testimonials .arrow-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 25px;
}

.Testimonials .arrow-col .arrow-next,
.Testimonials .arrow-col .arrow-prev {
  height: 40px;
  width: 40px;
  margin-right: 24px;
  background-size: contain;
  cursor: pointer;
}

.Testimonials .arrow-col .arrow-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' fill='grey' viewBox='0 0 41 41'%3E%3Ccircle cx='20.384' cy='20.615' r='19.1' stroke='none' stroke-width='1.8' transform='rotate(-180 20.384 20.615)'/%3E%3Cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M22.664 25.259l-4.727-4.728 4.727-4.727'/%3E%3C/svg%3E");
}

.Testimonials .arrow-col .arrow-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' fill='grey' viewBox='0 0 41 41'%3E%3Ccircle cx='20.384' cy='20.615' r='19.1' stroke='none' stroke-width='1.8'/%3E%3Cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M18.105 15.972l4.727 4.727-4.727 4.728'/%3E%3C/svg%3E");
}

.Testimonials .swiper-slide {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 5px 5px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 5px 5px 0 rgba(0, 0, 0, 0.06);
  border: solid 1px #0F738F;
  background-color: #0F738F;
  color: #ffffff;
  height: auto;
}

.Testimonials .swiper-slide .testimonial-item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .Testimonials .swiper-slide .testimonial-item {
    margin: 25px 15px;
  }
}




.Testimonials .swiper-slide .testimonial-item .testimonial-content p {
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  line-height: 34px;
}

.Testimonials .swiper-slide .testimonial-item .testimonial-client {
  position: relative;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Testimonials .swiper-slide .testimonial-item .testimonial-client:before {
  width: 130px;
  height: 2px;
  margin: 15px 15px 15px 0;
  background-color: #0962EB;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}



.Testimonials .swiper-slide .testimonial-item .testimonial-client .client-name {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .Testimonials .swiper-slide .testimonial-item .testimonial-client .client-name {
    font-size: 16px;
  }
}

.Testimonials .swiper-slide .testimonial-item .testimonial-client .client-position {
  font-size: 14px;
  font-weight: 500;
}

.Testimonials .swiper-slide .testimonial-item .testimonial-avatar {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  display: none;
}

.Testimonials .swiper-slide .testimonial-item .testimonial-avatar img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
} */

.testimonials .heading {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 62px;
  line-height: 65px;
  letter-spacing: -0.06em;
  color: #031D1E;
}

.carousel-buttons {
  font-size: 44px;
  margin-top: 70px;
}

@media (max-width: 575px) {
  .carousel-buttons {
    margin-top: 40px;
  }
}

.carousel-buttons button {
  border: none;
  background-color: transparent;
  width: 33px;
  height: 33px;
}

.carousel-buttons .fa-circle-arrow-left {
  color: #a7a7a7;
  color: #031D1E;
  background-color: #58FFE1;
  cursor: pointer;
  border-radius: 51%;
}

.carousel-buttons .fa-circle-arrow-right {
  color: #031D1E;
  cursor: pointer;
  background-color: #58FFE1;
  border-radius: 51%;
}

.active2 {
  color: #a7a7a7!important;
  background-color: transparent!important;
}

.carousel-buttons .next-button {
  margin-left: 30px;
}


.carousel-container {
  position: relative;
  width: 100%;
  height: 450px;
  max-height: fit-content;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 767px) {
  .carousel-container {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media (max-width: 575px) {
  .carousel-container {
    position: relative;
    width: 100%;
    height: 470px;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media (max-width: 499px) {
  .carousel-container {
    position: relative;
    width: 100%;
    height: 520px;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media (max-width: 452px) {
  .carousel-container {
    position: relative;
    width: 100%;
    height: 550px;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media (max-width: 407px) {
  .carousel-container {
    position: relative;
    width: 100%;
    height: 570px;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media (max-width: 373px) {
  .carousel-container {
    position: relative;
    width: 100%;
    height: 630px;
    margin: 0 auto;
    overflow: hidden;
  }
}

.carousel-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  transition: transform 0.6s ease-in-out;
}

.carousel-slide {
  padding: 50px;
  width: 100%;
  height: fit-content;
  color: white;
  transition: transform 0.6s ease-in-out;
  background-color: #0F738F;
  border-radius: 10px;
}

.ring {
  background: linear-gradient(65deg, #0F90A1, #82ff9d, #0F738F 80%);
  border-radius: 51%;
  padding: 4px;
  width: fit-content;
}

.ring2 {
  background-color: #0F738F;
  border-radius: 51%;
  padding: 15px 12px;
  width: fit-content;
}

.carousel-slide .bottom {
  margin: 0px;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.883888840675354px;
  text-align: left;
}

.carousel-slide .name {
  font-family: 'Archivo', sans-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 27px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.carousel-slide .position {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.carousel-slide .comment {
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

/* .slide1 {
  background-color: #e91e63;
}

.slide2 {
  background-color: #9c27b0;
}

.slide3 {
  background-color: #3f51b5;
}

.slide4 {
  background-color: #009688;
} */

.carousel-slide.active {
  transform: translateY(0);
}

.carousel-slide.prev {
  transform: translateY(-25%);
}

.carousel-slide.next {
  transform: translateY(25%);
}



/* scale up */

/* .scale-up {
  margin-top: 90px;
  margin-bottom: 70px;
} */

.scale-up-text {
  margin-top: 90px;
  margin-bottom: 50px;
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 66px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #061F20;
}

@media (max-width: 575px) {
  .scale-up-text {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 50px;
  }
}

.talk-to {
  margin-bottom: 70px;
  background: #031D1E;
  border-radius: 10px;
  padding: 50px;
}

@media (max-width: 575px) {
  .talk-to {
    margin-bottom: 40px;
    padding: 20px;
  }
}

.talk-to .img {
  padding-top: 30px;
}

.talk-to .heading {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: -0.385643px;
  color: #FFFFFF;
}

.talk-to .content {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: -0.385643px;
  color: #FFFFFF;
}

.talk-to .line {
  margin-top: 40px;
  margin-bottom: 50px;
  border-top: 1px solid rgba(240, 212, 135, 0.3);
}

.talk-to .list {
  margin-top: 30px;
}

.talk-to .list-content {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #FFFFFF;
}

.talk-to .list-content .fa-circle-check {
  color: #F0D487;
}

/* form */
form {
  padding: 35px 50px;
  background: #FFFFFF;
  border: 0.832886px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
}

@media (max-width: 575px) {
  form {
    padding: 25px;
  }
}

form .form-heading {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.432644248008728px;
  text-align: left;
}

form label {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}


textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size: 15px !important;
  height: 45px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  background: #FBFBFB;
  border: 1px solid #DADADA;
  border-radius: 6px;
  color: #031C1E !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  box-shadow: none;
  outline: 0 none;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

form .btn-submit {
  background-color: #031D1E;
  border: 1px solid #555555;
  height: 60px;
  border-radius: 4px;
  width: 100%;
  color: #F6F6F6;
  font-weight: 500;
}

form .btn-submit:hover {
  background-color: #031D1E;
  border: 1px solid #555555;
  height: 60px;
  border-radius: 4px;
  width: 100%;
  color: #60D185;
}

.talk-to .btn-submit2 {
  background-color: #ffffff;
  border: 1px solid #555555;
  height: 60px;
  border-radius: 4px;
  width: 100%;
  color: #0B1E23;
  font-weight: 500;
}

.talk-to .btn-submit2:hover {
  background-color: #ffffff;
  border: 1px solid #555555;
  height: 60px;
  border-radius: 4px;
  width: 100%;
  color: #051F20;
}

/* footer */

/* .footer img {
  width: 240px;
  height: auto !important;
} */

.footer .address {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: -0.04em;
  color: #031D1E;
}


.splide__slide img {
  width: 100%;
  height: auto;
}


.footer a {
  text-decoration: none;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: -0.04em;
  color: #031D1E;
}





.thankyou {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 41px;
  align-items: center;
  letter-spacing: -0.551292px;
  color: #FFFFFF;
  background-color: #000000;
  padding: 10px 30px;
  border: 1px solid #B9B9B9;
  box-shadow: 0px 4px 100px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: fit-content;
}

.thankyou::before {
  content: '\f058';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 10px;
  width: 23.41px;
  height: 23.41px;
  color: #F0D487;
}

.alert2 {
  position: fixed;
  top: 0px;
  right: 0px;
}

.p-error {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 41px;
  align-items: center;
  letter-spacing: -0.551292px;
  color: #FFFFFF;
  background-color: #000000;
  padding: 10px 30px;
  border: 1px solid #B9B9B9;
  box-shadow: 0px 4px 100px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: fit-content;
}

.p-error::before {
  content: '\f00d';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 10px;
  width: 23.41px;
  height: 23.41px;
  color: #f00000;
}



/* ====================landing page end==================== */


label.error {
  font-style: normal !important;
}

.hide {
  opacity: 0;
  transition: all 0.6s !important;
}