.heroBanner {
  background-color: #2563eb;
  color: #ffffff;
  padding: 100px 0 10em;
  position: relative;
  overflow: hidden;
}
.heroBanner .hero-content h1 {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 55px;
}
.heroBanner .hero-content p {
  font-size: 18px;
  margin-bottom: 30px;
}
.heroBanner .hero-content a.btn.btn-primary {
  padding: 15px 0;
}
.heroBanner .home_bannerImg img {
  max-width: 800px;
  position: absolute;
  top: 0;
}
.heroBanner .curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.heroBanner .curve svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}
.heroBanner .curve .shape-fill {
  fill: #ffffff;
}
.heroBanner #calculator {
  padding: 30px;
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 320px;
  z-index: 1;
  position: relative;
  border-radius: 20px;
  box-shadow: 3px 2px 20px 3px #ecffb4;
}
.heroBanner .box {
  text-align: right;
  font-size: 35px;
  line-height: 3vh;
  padding: 1em;
  border: 2px solid #000000;
  color: #000000;
  border-radius: 15px;
  background-color: #ffffff;
}
.heroBanner #last_operation_history {
  font-size: 20px;
  text-align: right;
  padding-right: 20px;
  color: rgb(0, 0, 0);
  background-color: #ffffff;
}
.heroBanner button {
  width: 50px;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 50%;
  border: 1px solid #000000;
  margin: 7px;
}
.heroBanner #backspace_btn {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.7em;
}
.heroBanner button:hover {
  cursor: pointer;
}
.heroBanner .operator {
  background-color: #e68a00;
}
.heroBanner .operator:hover {
  background-color: #ffd11a;
}
.heroBanner .waves > use {
  animation: move-forever 2s -2s linear infinite;
}
.heroBanner .waves > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 6s;
}
.heroBanner .waves > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

.splittoFeatures {
  position: relative;
  background: #f6f9fe;
}
.splittoFeatures .g-20 {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.splittoFeatures .g-20 > [class*=col-]:last-child .serviceHoverBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.splittoFeatures .g-20 > [class*=col-]:last-child .serviceHoverBox:hover {
  background: #2563eb;
  color: #fff;
}
.splittoFeatures .g-20 > [class*=col-]:last-child .serviceHoverBox h3 {
  font-size: 25px;
}
.splittoFeatures .g-20 > [class*=col-]:last-child .serviceHoverBox .serviceHoverBox_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.splittoFeatures .g-20 .serviceHoverBox {
  display: block;
  position: relative;
  height: 100%;
  background-color: #ffffff;
  text-decoration: none;
  color: #000000;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}
.splittoFeatures .g-20 .serviceHoverBox:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
  border-color: #c7d2fe;
}
.splittoFeatures .g-20 .serviceHoverBox:hover::before {
  opacity: 1;
}
.splittoFeatures .g-20 .serviceHoverBox:hover .serviceHoverBox_iconbg {
  opacity: 0.05;
}
.splittoFeatures .g-20 .serviceHoverBox:hover .serviceHoverBox_iconbg i {
  background: linear-gradient(180deg, #2563eb 0%, #2563eb 45%, #0dcaf0 100%);
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
}
.splittoFeatures .g-20 .serviceHoverBox:hover .serviceHoverBox_icon i {
  background: #2563eb;
  color: #fff;
}
.splittoFeatures .g-20 .serviceHoverBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #2563eb 0%, #06b6d4 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.splittoFeatures .g-20 .serviceHoverBox .serviceHoverBox_icon i {
  color: #2563eb;
  font-size: 1.5rem;
  width: 70px;
  height: 70px;
  border-radius: 8px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.splittoFeatures .g-20 .serviceHoverBox .serviceHoverBox_iconbg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
.splittoFeatures .g-20 .serviceHoverBox .serviceHoverBox_iconbg i {
  font-size: 200px;
}
.splittoFeatures .g-20 .serviceHoverBox .serviceHoverBox_content h3 {
  margin: 20px 0;
}

.stepSec.dark .stepSec_title {
  color: rgba(11, 12, 16, 0.6);
}
.stepSec.dark .stepSec_box_title {
  color: rgba(11, 12, 16, 0.6);
}
.stepSec.dark .row [class*=col-]:nth-child(1) .stepSec_box_num {
  color: rgba(11, 12, 16, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
}
.stepSec.dark .row [class*=col-]:nth-child(2) .stepSec_box_num {
  color: rgba(11, 12, 16, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
}

.stepSec_inner {
  position: relative;
}
.stepSec_inner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  /* z-index: -1; */
  right: 0;
  top: -10px;
  background-image: url("../images/right-icon.svg");
  height: 100%;
}
.stepSec_inner::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  /* z-index: -1; */
  left: 0;
  background-image: url("../images/left-icon.svg");
  top: 45px;
  height: 100%;
}

.stepSec .row [class*=col-]:nth-child(1) .stepSec_box_num {
  background-color: #f5f5f5;
  position: relative;
}
.stepSec .row [class*=col-]:nth-child(1) .stepSec_box_num::before {
  content: "";
  top: 5px;
  right: -10px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #0089ff;
}
.stepSec .row [class*=col-]:nth-child(2) .stepSec_box_num {
  background-color: #f5f5f5;
  position: relative;
}
.stepSec .row [class*=col-]:nth-child(2) .stepSec_box_num::before {
  content: "";
  top: 0px;
  left: -15px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #06f033;
}
.stepSec .row [class*=col-]:nth-child(2) .stepSec_box {
  position: relative;
}
.stepSec .row [class*=col-]:nth-child(2) .stepSec_box::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 42px;
  right: -85px;
  top: 0;
  background-image: url("../images/top-icon.svg");
}
.stepSec .row [class*=col-]:nth-child(2) .stepSec_box::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 162px;
  height: 46px;
  left: -85px;
  background-image: url("../images/bottom-icon.svg");
}
.stepSec .row [class*=col-]:nth-child(3) .stepSec_box_num {
  color: rgba(11, 12, 16, 0.6);
  position: relative;
  background-color: #215cff;
}
.stepSec .row [class*=col-]:nth-child(3) .stepSec_box_num::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #ae39fb;
  bottom: 5px;
  left: -15px;
  mix-blend-mode: darken;
}
.stepSec .row [class*=col-]:nth-child(3) .stepSec_box_num::before {
  content: "";
  position: absolute;
  width: 94px;
  height: 113px;
  top: -75px;
  right: -45px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/line-icon.svg");
}

.stepSec_box_num {
  font-weight: 800;
}

.stepSec_box_title {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.4;
}

.whyChoose .leftContent img {
  margin-left: -40px;
}
.whyChoose .rightContent {
  margin-bottom: 0;
  line-height: 1.87;
  padding-right: 4px;
  /* &::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
      background-color: #F5F5F5;
  }
  &::-webkit-scrollbar {
      width: 10px;
      background-color: #F5F5F5;
  }
  &::-webkit-scrollbar-thumb {
      background-color: #0ae;            
      background-image: -webkit-gradient(linear, 0 0, 0 100%,
          color-stop(.5, rgba(255, 255, 255, .2)),
          color-stop(.5, transparent), to(transparent)
      );
  } */
}
.whyChoose .rightContent .diversityList h3.diversityList_title {
  font-weight: bold;
}
.whyChoose .rightContent .diversityList ul {
  margin: 10px 0 0;
  list-style: disc;
  padding-left: 20px;
}
.whyChoose .rightContent .diversityList ul li::marker {
  color: #2563eb;
  font-size: 1.2em;
}

.builtForSpeed img {
  width: 100%;
  max-width: 500px;
}

.exploreSection .exploreSec_cnt .exploreSec_cnt_wrap {
  position: relative;
}
.exploreSection .exploreSec_cnt .exploreSec_cnt_wrap a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.exploreSection .exploreSec_cnt .exploreSec_cnt_wrap .exploreSec_cnt_item {
  background-color: #fff;
  box-shadow: 0px 0px 20px 2px #eee;
  padding: 35px 25px;
  height: 100%;
}
.exploreSection .exploreSec_cnt .exploreSec_cnt_wrap .exploreSec_cnt_item h3 {
  font-weight: 100;
  padding-bottom: 15px;
}
.exploreSection .exploreSec_cnt .exploreSec_cnt_wrap .exploreSec_cnt_item ul {
  padding-left: 20px;
}
.exploreSection .exploreSec_cnt .exploreSec_cnt_wrap .exploreSec_cnt_item ul li {
  font-size: 16px;
  padding-bottom: 10px;
}

.compareSection .compareSec_cnt_right ul li, .compareSection .compareSec_cnt_left ul li {
  font-size: 18px;
  padding-bottom: 15px;
}

.ctaSection .partnershipSec {
  background-color: #f0f4f7;
  position: relative;
  padding: 0px 60px 0;
}
.ctaSection .partnershipSec .ctaSec_cnt a.btn {
  background: #6366f1;
  width: 100%;
  max-width: 270px;
  padding: 15px;
}

.faqSection .faqContentSec .accordion-item {
  border: 1px solid #e6e6e6;
  position: relative;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.faqSection .faqContentSec .accordion-item button.accordion-button {
  max-width: 100%;
  font-size: 24px;
  background-color: #fff;
  position: relative;
  border-radius: 0 !important;
  z-index: 5;
  line-height: 1.3;
  box-shadow: none;
  color: #000;
  font-weight: 500;
}
.faqSection .faqContentSec .accordion-item .accordion-body {
  padding-top: 0;
}
.faqSection .faqContentSec .accordion-item .accordion-body p {
  margin-bottom: 0;
}

.blogSec .swiper-slide {
  height: auto;
}
.blogSec_box {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background-color: rgb(241, 241, 241);
  transition: all 0.5s;
}
.blogSec_box:hover {
  /* background-color: $background-color_2; */
}
.blogSec_box p {
  color: #000000;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  -o-line-clamp: 4;
  text-overflow: ellipsis;
  margin-bottom: 0px;
  font-weight: 300;
}
.blogSec_box_duration {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.blogSec_box_duration > span {
  padding: 0 6px;
}
.blogSec_box_title {
  color: #000000;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
}
.blogSec_box_btn span {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}
.blogSec_box_btn a {
  /* color: variables.$color_7; */
  background: #582bd3;
  background: linear-gradient(to right, #582BD3 0%, #227DE1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: relative;
  font-weight: 600;
  flex-shrink: 0;
  margin-left: 10px;
}
.blogSec_box_btn a i {
  margin-left: 6px;
}

/* Responsive */
@media (max-width: 991px) {
  .heroBanner .three, .heroBanner .four, .heroBanner .five, .heroBanner .six, .heroBanner .seven, .heroBanner .eight {
    opacity: 0.1;
  }
  .heroBanner .hero-content {
    text-align: center;
  }
  .heroBanner .hero-content h1 {
    font-size: 40px;
  }
  .heroBanner .hero-content p {
    font-size: 16px;
  }
  .splittoFeatures img.service-left-removebg {
    display: none;
  }
  .splittoFeatures .tripDetails, .splittoFeatures form {
    padding: 15px;
  }
  .splittoFeatures .tripDetails .header {
    word-break: break-word;
  }
  .splittoFeatures .tripDetails .header h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .heroBanner .three, .heroBanner .four, .heroBanner .five, .heroBanner .six, .heroBanner .seven, .heroBanner .eight {
    opacity: 0.5;
  }
  .heroBanner .hero-content h1 {
    font-size: 60px;
  }
  .heroBanner .hero-content p {
    font-size: 16px;
  }
  .splittoFeatures img.service-left-removebg {
    display: none;
  }
}
@media (min-width: 1400px) and (max-width: 1620px) {
  .heroBanner .hero-content h1 {
    font-size: 60px;
  }
  .heroBanner .hero-content p {
    font-size: 16px;
  }
  .splittoFeatures img.service-left-removebg {
    display: none;
  }
}
@media (min-width: 1621px) {
  .splittoFeatures form, .splittoFeatures .commonHeading {
    z-index: 1;
    position: relative;
  }
}
@media (min-width: 1921px) {
  .stepSec {
    padding-top: 20px;
  }
  .stepSec .row [class*=col-]:nth-child(1) .stepSec_box_num {
    position: relative;
  }
  .stepSec .row [class*=col-]:nth-child(1) .stepSec_box_num::before {
    width: 134px;
    height: 134px;
  }
  .stepSec .row [class*=col-]:nth-child(2) .stepSec_box_num::before {
    width: 134px;
    height: 134px;
  }
  .stepSec .row [class*=col-]:nth-child(3) .stepSec_box_num::after {
    width: 70px;
    height: 70px;
  }
  .stepSec_title {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .stepSec_box_num {
    font-size: 70px;
    width: 134px;
    height: 134px;
    margin-bottom: 25px;
  }
  .stepSec_box_title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .stepSec .container {
    max-width: 1080px;
  }
}
@media (max-width: 1920px) {
  .stepSec .row [class*=col-]:nth-child(1) .stepSec_box_num::before {
    width: calc(80px + 54 * (100vw - 320px) / 1600);
    height: calc(80px + 54 * (100vw - 320px) / 1600);
  }
  .stepSec .row [class*=col-]:nth-child(2) .stepSec_box_num::before {
    width: calc(80px + 54 * (100vw - 320px) / 1600);
    height: calc(80px + 54 * (100vw - 320px) / 1600);
  }
  .stepSec .row [class*=col-]:nth-child(3) .stepSec_box_num::after {
    width: calc(35px + 39 * (100vw - 320px) / 1600);
    height: calc(35px + 39 * (100vw - 320px) / 1600);
  }
  .stepSec_title {
    font-size: calc(20px + 16 * (100vw - 320px) / 1600);
    margin-bottom: calc(25px + 25 * (100vw - 320px) / 1600);
  }
  .stepSec_box_num {
    font-size: calc(40px + 30 * (100vw - 320px) / 1600);
    width: calc(80px + 54 * (100vw - 320px) / 1600);
    height: calc(80px + 54 * (100vw - 320px) / 1600);
    margin-bottom: calc(15px + 10 * (100vw - 320px) / 1600);
  }
  .stepSec_box_title {
    font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1761px) {
  .stepSec_inner::before {
    width: 470px;
  }
  .stepSec_inner::after {
    width: 486px;
  }
}
@media (min-width: 1561px) and (max-width: 1760px) {
  .stepSec_inner::before {
    width: 350px;
  }
  .stepSec_inner::after {
    width: 350px;
  }
}
@media (min-width: 1401px) and (max-width: 1560px) {
  .stepSec_inner::before {
    width: 300px;
    top: 60px;
  }
  .stepSec_inner::after {
    width: 300px;
    top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .stepSec_inner::before {
    width: 260px;
    top: 80px;
    left: -70px;
  }
  .stepSec_inner::after {
    width: 260px;
    top: 50px;
  }
}
@media (min-width: 1200px) {
  .stepSec .row [class*=col-]:nth-child(2) .stepSec_box::before {
    top: 95px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .stepSec .row [class*=col-]:nth-child(2) .stepSec_box::before {
    top: 80px;
  }
}
@media (max-width: 1199px) {
  .stepSec_inner::before {
    display: none;
  }
  .stepSec_inner::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .stepSec .row [class*=col-]:nth-child(2) .stepSec_box::after {
    width: 130px;
    height: 38px;
    right: -80px;
  }
  .stepSec .row [class*=col-]:nth-child(2) .stepSec_box::before {
    top: 70px;
    width: 130px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .stepSec .row [class*=col-]:not(:last-child) .stepSec_box {
    margin-bottom: 100px;
  }
  .stepSec .row [class*=col-]:nth-child(2) .stepSec_box::before {
    transform: rotate(90deg);
    top: -60px;
    left: 80px;
  }
  .stepSec .row [class*=col-]:nth-child(2) .stepSec_box::after {
    transform: rotate(90deg);
    top: 200px;
    right: 80px;
  }
}
@media (max-width: 575px) {
  .stepSec_box_title {
    max-width: 200px;
  }
  .stepSec .row [class*=col-]:nth-child(2) .stepSec_box::before {
    top: -60px;
    left: 80px;
    width: 120px;
    height: 36px;
  }
  .stepSec .row [class*=col-]:nth-child(2) .stepSec_box::after {
    top: 220px;
    right: 60px;
    width: 120px;
    height: 36px;
  }
}
@media (max-width: 460px) {
  .stepSec .row [class*=col-]:nth-child(2) .stepSec_box::before {
    top: -65px;
    left: 0px;
  }
  .stepSec .row [class*=col-]:nth-child(2) .stepSec_box::after {
    top: 200px;
    right: -30px;
  }
}
@media (max-width: 575.98px) {
  .blogSec_box_btn a {
    justify-content: end;
    margin-top: 8px;
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .blogSec_box {
    padding: 32px 25px;
  }
  .blogSec_box p {
    font-size: 16px;
  }
  .blogSec_box_subTilte {
    font-size: 16px;
  }
  .blogSec_box_title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .blogSec_box_duration {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .blogSec_box_btn {
    margin-top: 50px;
  }
  .blogSec_box_btn a {
    font-size: 16px;
  }
  .blogSec_box_btn a em {
    margin-left: 8px;
    font-size: 12px;
  }
}
@media (max-width: 1920px) {
  .blogSec_box {
    padding: calc(20px + 12 * (100vw - 320px) / 1600) calc(20px + 5 * (100vw - 320px) / 1600);
  }
  .blogSec_box p {
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  }
  .blogSec_box_subTilte {
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  }
  .blogSec_box_title {
    font-size: calc(18px + 6 * (100vw - 320px) / 1600);
    margin-bottom: calc(10px + 2 * (100vw - 320px) / 1600);
  }
  .blogSec_box_duration {
    margin-bottom: calc(8px + 2 * (100vw - 320px) / 1600);
    font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  }
  .blogSec_box_btn {
    margin-top: calc(20px + 30 * (100vw - 320px) / 1600);
  }
  .blogSec_box_btn a {
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  }
  .blogSec_box_btn a em {
    margin-left: calc(5px + 3 * (100vw - 320px) / 1600);
    font-size: calc(10px + 2 * (100vw - 320px) / 1600);
  }
}