@media (max-width: 991px) {
  .commonHeading h2 {
    font-size: 30px;
  }
  .commonHeading p {
    font-size: 16px;
  }
  header.mainHeader {
    padding: 10px 0;
  }
  header.mainHeader .navbar-toggler {
    color: #ffffff;
    box-shadow: none;
    border: none;
    padding-right: 0;
  }
  header.mainHeader .navbar-toggler .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3e%3cpath stroke="rgba%28255,%20255,%20255,%201%29" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4%207h22M4%2015h22M4%2023h22"/%3e%3c/svg%3e');
  }
  header.mainHeader.scrolled .navbar-toggler .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3e%3cpath stroke="rgba%2833, 37, 41, 0.75%29" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e');
  }
  header.mainHeader ul.nav-links {
    background-color: #ffffff;
    padding: 15px;
    padding-bottom: 30px;
    margin-top: 20px;
    border-radius: 5px;
  }
  header.mainHeader ul.nav-links li a {
    margin-left: 0;
    color: #343a40;
  }
  header.mainHeader ul.nav-links li > .btn-primary {
    color: #ffffff;
    margin-top: 15px;
  }
  .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;
  }
  .footer {
    padding-top: 50px;
  }
  .footer .container .footer-body {
    flex-direction: column;
  }
  .footer .container .footer-body .footer-links {
    flex-direction: column;
  }
}
@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);
  }
}