/* ===== pseudo ===== */
/* ===== Usage ===== */
/* ===== vertically-center ===== */
.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-center, .blu-botbox-inner .fare-col small i, #accordion .card-header .fa-chevron-down, .otp-group .otp-wrap, .flex-center-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-align-center, .blu-botbox-inner .flight-shorts .content h6 {
  display: flex;
  align-items: center;
}

.flex-between, .flex-between-center, section.newsletter-main .newsletter .form-control {
  display: flex;
  justify-content: space-between;
}

.flex-between-center, section.newsletter-main .newsletter .form-control {
  align-items: center;
}

.flex-between-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-end, .flex-end-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-center-column {
  flex-direction: column;
}

.flex-end-column {
  flex-direction: column;
}

.flex-center-vert {
  display: flex;
  align-items: center;
}

.flex-center-horiz {
  display: flex;
  justify-content: center;
}

.flex-evenly {
  display: flex;
  justify-content: space-evenly;
}

* {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: inherit;
  background-size: 100% auto;
  overflow-x: hidden;
  color: #5E616E;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 25px;
  }
}

h2 {
  font-size: 28px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 15px;
}

img {
  max-width: 100%;
  height: auto;
}

.py-80 {
  padding: 40px 0px;
}
@media only screen and (min-width: 1200px) {
  .py-80 {
    padding: 80px 0px;
  }
}

.py-100 {
  padding: 50px 0px;
}
@media only screen and (min-width: 1200px) {
  .py-100 {
    padding: 100px 0px;
  }
}

.py-40 {
  padding: 20px 0px;
}
@media only screen and (min-width: 1200px) {
  .py-40 {
    padding: 40px 0px;
  }
}

.gap1 {
  gap: 4px;
}
.gap2 {
  gap: 8px;
}
.gap3 {
  gap: 12px;
}
.gap4 {
  gap: 16px;
}

.hr {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(94, 97, 110, 0.4) 50%, transparent 100%);
}

.text-primary2 {
  color: #004E8F;
}
.text-green {
  color: #04B14A;
}

.custooltip-wrap .custooltip {
  display: none;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  bottom: 150%;
  left: 50%;
  border-radius: 5px;
  padding: 8px;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  box-shadow: 0px 1.33px 3.33px 0px rgba(0, 0, 0, 0.102);
}
.custooltip-wrap:hover .custooltip {
  display: block;
}

.bg-black {
  background: #000;
}

.light-orange {
  background: #fff7f2;
}

form {
  max-width: 100%;
}

.form-group {
  margin-bottom: 25px;
}
.form-group .valid-check, .form-group .invalid {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  padding-left: 15px;
}
.form-group .valid-check {
  color: #5E616E;
}
.form-group .invalid {
  color: #FF5454;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 12px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #17344D;
}
@media only screen and (min-width: 1400px) {
  label {
    font-size: 15px;
  }
}

.errors {
  color: #FF5454;
}

input {
  outline: 0 !important;
}

.form-control {
  color: #17344D;
  font-weight: 500;
  background-color: #fff;
  width: 100%;
  border: 1px solid rgba(94, 97, 110, 0.5);
  box-shadow: none;
  border-radius: 8px;
  font-size: 14px;
  padding: 12px 15px;
  line-height: 1.5;
  height: auto;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: #004E8F;
}
.form-control input:not([type=file i], [type=image i], [type=checkbox i], [type=radio i]) {
  outline: 0 !important;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-size: inherit;
  line-height: inherit;
}

.icon-wrap {
  position: relative;
}
.icon-wrap .form-control {
  padding-right: 25px;
}
.icon-wrap .input-icon {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
}

::-moz-placeholder {
  color: rgba(23, 52, 77, 0.3);
}

::placeholder {
  color: rgba(23, 52, 77, 0.3);
}

.input-group .input-group-text {
  background-color: transparent;
  border: none;
  color: #17344D;
  line-height: 1;
  padding: 0 15px 0 0;
  margin-right: 15px;
  border-right: 1px solid #17344D;
}

.otp-group .otp-wrap {
  gap: 15px;
}
.otp-group .form-control {
  font-size: 30px;
  display: inline-block;
  padding: 13px 10px;
  line-height: 1;
  text-align: center;
  width: 50px;
  border-radius: 5px;
}

.topbar {
  background: #17344D;
  padding: 10px;
}
.topbar p {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 991px) {
  .topbar {
    display: none;
  }
}

header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 0;
  background: rgba(255, 255, 255, 0.46);
}
@media only screen and (min-width: 992px) {
  header {
    top: 42px;
  }
}
header .navbar-brand img {
  max-width: 123px;
}
@media only screen and (max-width: 991px) {
  header .navbar-brand img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  header .navbar-brand img {
    max-width: 100%;
  }
}
header.header-shrink {
  box-shadow: #afa4a4 0 0 2px 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  background: #fff;
  position: fixed;
}
header.header-shrink nav .navigation li a {
  color: #283252;
}
@media only screen and (max-width: 991px) {
  header.header-shrink nav .navigation li a {
    color: #ffffff;
  }
}
header nav .navigation li a {
  color: #283252;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  header nav .navigation li a {
    color: #ffffff;
  }
}
header nav .navigation li a.nav-link.active {
  color: #FE6500;
}
header nav .navigation li a.nav-link:hover {
  color: #000;
}
@media only screen and (max-width: 991px) {
  header nav .navigation li a.nav-link:hover {
    color: #ffffff;
  }
}
header nav .navigation li .btn {
  border-radius: 10px;
}
header nav .navigation li .btn.btn-login {
  border: 1px solid #FE6500;
  background: #FE6500;
  color: #fff;
}
header nav .navigation li .btn.btn-login:hover {
  border: 1px solid #FE6500;
  color: #fff;
}
header nav .navigation li .btn.btn-register {
  border: 1px solid #17344D;
  background: #17344D;
  color: #fff;
}
header nav .navigation li .btn.btn-register:hover {
  border: 1px solid #fff;
  color: #fff;
}
header nav .navbar-toggler {
  border-color: #000; /* Changes border color */
}
header nav .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='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse.collapsing {
    height: auto !important;
  }
  header .navbar .lateral-left {
    left: -100%;
    animation: slide-out-left 200ms forwards;
  }
  header .navbar .lateral-left.open {
    animation: slide-in-left 200ms forwards;
  }
  header .navbar .lateral-right {
    right: -100%;
    animation: slide-out-right 200ms forwards;
  }
  header .navbar .lateral-right.open {
    animation: slide-in-right 200ms forwards;
  }
  header .navbar .navbar-collapse {
    top: 0px;
    bottom: 0px;
    position: fixed;
    width: 80%;
    width: calc(100% - 60px);
    max-width: 320px;
    height: auto !important;
    /* Optional styling */
    background: #f8f8f8;
    padding: 30px;
    top: 52px;
  }
  header .navbar .lateral-left.open,
  header .navbar .lateral-right.open {
    display: block !important;
    overflow-y: auto;
  }
}
@keyframes slide-in-left {
  0% {
    left: -100%;
  }
  100% {
    left: 0px;
  }
}
@keyframes slide-out-left {
  0% {
    left: 0px;
  }
  100% {
    left: -100%;
  }
}
@keyframes slide-in-right {
  0% {
    right: -100%;
  }
  100% {
    right: 0px;
  }
}
@keyframes slide-out-right {
  0% {
    right: 0px;
  }
  100% {
    right: -100%;
  }
}

.offcanvas-start.custom-offcanvas {
  width: 400px;
  background-color: #191b1e;
  color: white;
}
.offcanvas-start .offcanvas-header h5 img {
  width: 200px;
}

.offcanvas {
  max-width: 80%;
}

.banner {
  background-image: url(../img/gif/banner-bg.gif);
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .banner .col-12.col-lg-6.ps-5 {
    padding-left: 2rem !important;
  }
}
.banner h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #121212;
  font-size: 2rem;
}
@media only screen and (min-width: 1900px) {
  .banner h1 {
    font-size: 54px;
  }
}
.banner h1 span {
  color: #FE6500;
}
.banner p {
  color: #121212;
  font-size: 17px;
}
.banner .track-order {
  background: #fff;
  box-shadow: 0px 0px 11.26px 0px rgba(21, 28, 34, 0.168627451);
  border-radius: 29px;
}
.banner .track-order h5 {
  color: #121212;
}
.banner .track-order .otp-form .input-group {
  box-shadow: 0px 0px 11.26px 0px rgba(21, 28, 34, 0.168627451);
  border: 1px solid #9e9999;
  border-radius: 27px;
  align-items: center;
  height: 44px;
  padding: 0px 20px;
  width: 70%;
}
.banner .track-order .otp-form .input-group label {
  font-size: 14px;
}
.banner .track-order .otp-form .input-group label::before {
  content: "";
  border-right: 1px solid #ccc;
  height: 26px;
  position: absolute;
  left: 76px;
  top: 10px;
}
.banner.banner-about {
  height: 80vh;
}
.banner.banner-about img {
  max-width: 80%;
  margin-top: 6rem;
  border-radius: 30px;
}
.banner.inner-head {
  height: auto;
  padding: 6rem 0 3rem;
  text-align: center;
}
.banner.inner-head .about-content {
  padding-top: 1rem;
}

.inner-banner {
  background: url("../img/png/inner-banner.png");
  background-size: cover;
  min-height: 258px;
  display: flex;
  align-items: center;
  text-align: center;
}

.bgcolor .owl-stage-outer {
  background: rgba(255, 255, 255, 0.2392156863);
  padding: 15px 15px 0 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .banner .owl-carousel .owl-item img {
    display: block;
    width: 72%;
    margin: 0 auto;
  }
}
footer {
  padding: 100px 0 22px;
  background: url(../img/png/footer-bg.png), linear-gradient(181.06deg, #010D18 -56.91%, #082137 120.67%);
  color: #fff;
  background-size: cover;
}
footer .description {
  line-height: 1.5;
  margin-bottom: 30px;
  color: #fff;
}
footer .icon {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
footer .flinks h5 {
  font-size: 17px;
  font-weight: 600;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul a {
  display: block;
  text-decoration: none;
  margin-bottom: 17px;
  color: #bebebe;
  font-weight: 400;
  font-size: 14px;
}
footer ul a:hover {
  color: #FE6500;
}
footer .fsocial > div {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .fsocial a {
  display: inline-block;
  padding: 0;
}
footer .fsocial a i {
  font-size: 16px;
  color: #919FAB;
}
footer .blue-para {
  color: #A5E4E6;
}

.btn {
  position: relative;
  box-shadow: none !important;
  outline: none !important;
  padding: 8px 35px;
  border-radius: 24px;
  font-family: "Inter", sans-serif;
  border: 1px solid;
}
.btn.btn-orange {
  background: #FE6500;
  border-color: #FE6500;
  color: #fff;
}
.btn.btn-orange:hover, .btn.btn-orange:active {
  background: #fff;
  border-color: #FE6500;
  color: #FE6500;
}
.btn.btn-white {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.btn.btn-white:hover, .btn.btn-white:active {
  background: #FE6500;
  border-color: #FE6500;
  color: #fff;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004E8F;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
  cursor: pointer;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
  margin-top: -5px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -15px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -15px;
}

#accordion .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
#accordion .card-header .fa-chevron-down {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #004E8F;
  color: #004E8F;
  font-size: 12px;
}

.search-cities {
  border-radius: 9px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0px 2.142px 3.213px 0px rgba(0, 0, 0, 0.15);
  width: 25%;
  text-align: left;
}
.search-cities .serach-bar {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  position: relative;
}
.search-cities .serach-bar button {
  position: absolute;
  right: 11px;
  border: 0;
  background: transparent;
  top: 11px;
  color: #999393;
}
.search-cities .serach-bar h4 {
  color: #777;
}
.search-cities ul li div {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.search-cities ul li div p {
  color: #777;
  font-size: 11px;
}

.p-count {
  box-shadow: 0px 0.52px 3.13px 1.04px rgba(106, 146, 96, 0.1294117647);
  border-radius: 9px;
  background: #fff;
  width: 45%;
}
.p-count div {
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
.p-count div p {
  font-size: 11px;
}
.p-count .input-group {
  display: flex;
  border: 1px solid #e1e7ee;
  width: 125px;
  padding: 0 15px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-radius: 5px;
}
.p-count .input-group .number {
  border: 0px;
  text-align: center;
  font-size: 15px;
}
.p-count .input-group button {
  border: 0;
  background: transparent;
  font-size: 25px;
}
.p-count .input-group button.plus-btn {
  color: #17344D;
}
.p-count .action-btn button.btn {
  background: linear-gradient(177.94deg, #FFFFFF 1.74%, #CBE3F8 119.4%);
  box-shadow: 0px 0.86px 5.15px 0px rgba(192, 223, 249, 0.4784313725);
  color: #3E3E66;
  font-size: 13px;
  border-radius: 5px;
  padding: 8px 24px;
  border: 0.83px solid rgba(165, 200, 238, 0.4901960784);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.p-count .apply-btn {
  background: linear-gradient(180deg, #58ACF1 0%, #004E8F 100%);
  border-radius: 6px;
  color: #fff;
}

.login-box-wrap {
  width: auto;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  display: flex;
  align-items: center;
  z-index: 9;
  transition: 0.3s ease;
}
.login-box-wrap .login-tabs {
  width: 131px;
}
.login-box-wrap .login-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.login-box-wrap .login-tabs ul li {
  width: 100%;
  background-color: #fff;
  border-radius: 15px 0 0 15px;
  padding: 25px 12px 15px;
  text-align: center;
  margin-bottom: 2px;
  cursor: pointer;
}
.login-box-wrap .login-tabs ul li.active {
  background-color: #E1EFFE;
}
.login-box-wrap .login-tabs ul li img {
  margin-bottom: 8px;
}
.login-box-wrap .login-tabs ul li .title {
  color: #17344D;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.246px;
  margin-bottom: 5px;
}
.login-box-wrap .login-tabs ul li .subtitle {
  color: #5E616E;
  font-size: 10px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
.login-box-wrap .login-box-inner {
  width: 480px;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  height: 100vh;
}
.login-box-wrap .login-box-inner .login-header {
  padding: 50px 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.login-box-wrap .login-box-inner .login-header .close {
  position: absolute;
  top: calc(50% + 10px);
  right: 25px;
  font-size: 25px;
  transform: translateY(-50%);
  cursor: pointer;
}
.login-box-wrap .login-box-inner .login-body {
  height: calc(100vh - 127px);
  width: 100%;
  padding-bottom: 20px;
}
.login-box-wrap .login-box-inner .login-body .box-content {
  height: calc(100% - 278px);
  padding: 40px 50px 20px;
}
.login-box-wrap .login-box-inner .login-body .box-content .tab-pane h5 {
  font-size: 19px;
  margin-bottom: 8px;
}
.login-box-wrap .login-box-inner .login-body .box-content .tab-pane .small {
  font-size: 13px;
}
.login-box-wrap .login-box-inner .login-body .box-content .tab-pane .btn-login {
  border-radius: 10px;
  border: 1px solid rgba(0, 78, 143, 0.7);
  padding: 10px 25px;
  color: #004E8F;
  background: linear-gradient(178deg, #fff 1.74%, rgba(88, 172, 241, 0.3) 119.4%);
}
.login-box-wrap .login-box-inner .login-body .box-content .tab-pane .disclaimer {
  margin-top: 15px;
  font-size: 13px;
}
.login-box-wrap .login-box-inner .login-body .box-content .tab-pane .note {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
}
.login-box-wrap .login-box-inner .login-body .login-body-img {
  text-align: center;
}
@media (max-height: 700px) {
  .login-box-wrap .login-box-inner .login-body {
    padding-bottom: 0px;
  }
  .login-box-wrap .login-box-inner .login-body .box-content {
    height: 100%;
  }
  .login-box-wrap .login-box-inner .login-body .login-body-img {
    display: none;
  }
}

.login-open .login-box-wrap {
  right: 0;
}

.modal-dialog {
  max-width: 600px;
}
.flight-modal {
  border-radius: 10px;
  padding: 0;
}
.flight-modal .card {
  margin-bottom: 15px;
}
.flight-modal .card .card-header {
  border-radius: 11px;
  background: #F4F5F5;
  box-shadow: 0px 0.85px 5.1px 0px rgba(0, 0, 0, 0.1294117647);
  border: none;
}
.flight-modal .flight-tabs {
  list-style: none;
  margin: 0;
  padding: 0 25px;
  display: flex;
  gap: 20px;
  border-radius: 9px 9px 0px 0px;
  background: linear-gradient(178deg, #fff 1.74%, #E1EFFE 119.4%);
  box-shadow: 0px 1.025px 4.15px 0px rgba(94, 97, 110, 0.48);
}
.flight-modal .flight-tabs li {
  font-family: "Inter", sans-serif;
  padding: 13px 0;
  position: relative;
  cursor: pointer;
  font-size: 13px;
}
.flight-modal .flight-tabs li.active {
  color: #004E8F;
  font-weight: 500;
}
.flight-modal .flight-tabs li.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #004E8F;
}
.flight-modal .tab-content {
  padding: 25px;
}
.flight-modal .tab-content h6 {
  color: #17344D;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.flight-modal .tab-content h6.small {
  color: #5E616E;
  font-size: 13px;
  font-weight: 500;
}
.flight-modal .tab-content h6.small strong {
  font-weight: 600;
}
.flight-modal .tab-content .card-flight {
  margin-top: 15px;
  background-color: #F4F5F5;
}
.flight-modal .tab-content .card-flight .flight-col-inner .flight-icon {
  width: 33px;
  margin-bottom: 10px;
}
.flight-modal .tab-content .card-flight .flight-col-inner .flight-des h6 {
  color: #17344D;
  font-weight: 500;
}
.flight-modal .tab-content .card-flight .flight-col-inner .flight-des p {
  color: #5E616E;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
.flight-modal .tab-content .card-flight .timestop-col-inner {
  display: flex;
}
.flight-modal .tab-content .card-flight .timestop-col-inner .times {
  flex: 0 1 auto;
}
.flight-modal .tab-content .card-flight .timestop-col-inner .times h5 {
  font-size: 18px;
  color: #17344D;
}
.flight-modal .tab-content .card-flight .timestop-col-inner .times h6 {
  font-size: 14px;
  color: #5E616E;
  font-weight: 500;
}
.flight-modal .tab-content .card-flight .timestop-col-inner .times h6 .small {
  font-size: 12px;
}
.flight-modal .tab-content .card-flight .timestop-col-inner .stops {
  text-align: center;
  flex: 1 1 auto;
}
.flight-modal .tab-content .card-flight .timestop-col-inner .stops .dur {
  color: #004E8F;
  font-size: 11px;
  font-weight: 600;
}
.flight-modal .tab-content .card-flight .timestop-col-inner .stops .stops-line {
  width: 80px;
  padding: 5px;
  position: relative;
  margin: 0 auto;
}
.flight-modal .tab-content .card-flight .timestop-col-inner .stops .stops-line::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #99B3C8;
}
.flight-modal .tab-content .card-flight .timestop-col-inner .stops .stops-line > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #004E8F;
  box-shadow: 0 0 5px 1px rgba(0, 78, 143, 0.5);
}
.flight-modal .tab-content .card-flight .timestop-col-inner .stops .stops-line > div:nth-child(2) {
  left: auto;
  right: 0;
}
.flight-modal .tab-content .card-flight .timestop-col-inner .stops .stops-line > div:hover > span {
  display: block;
}
.flight-modal .tab-content .card-flight .timestop-col-inner .stops .stops-line > div > span {
  display: none;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  bottom: 150%;
  left: 50%;
  border-radius: 5px;
  padding: 8px;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.flight-modal .tab-content .card-flight .timestop-col-inner .stops .stops-line > div > span .title {
  display: block;
  color: #004E8F;
  font-size: 10px;
  font-weight: 600;
}
.flight-modal .tab-content .card-flight .timestop-col-inner .stops .stops-line > div > span .subtitle {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.36px;
}
.flight-modal .tab-content .card-flight .baggage h6.small {
  font-size: 12px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.flight-modal .tab-content .card-flight .baggage p.small {
  color: #000;
  font-size: 12px;
}
.flight-modal .tab-content .card-flight .baggage p.small:last-child {
  margin-bottom: 0;
}
.flight-modal .tab-content .card-flight .baggage p.small strong {
  font-weight: 600;
}
.flight-modal .tab-content .card-flight .baggage p.small img {
  margin-right: 6px;
}
.flight-modal .tab-content .change {
  color: #5E616E;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}
.flight-modal .tab-content .change span {
  color: #E34141;
  font-weight: 600;
}
.flight-modal .tab-content .change strong {
  font-weight: 600;
}
.flight-modal .tab-content .table {
  font-size: 13px;
}
.flight-modal .tab-content .table strong {
  font-weight: 600;
}
.flight-modal .tab-content .table thead {
  background-color: #eee;
}
.flight-modal .tab-content .table thead .small {
  font-size: 10px;
  font-weight: 400;
}
.flight-modal .tab-content .disclaimer {
  color: #5E616E;
  font-size: 14px;
  font-weight: 500;
}
.flight-modal .tab-content .cancel-charges .badge {
  color: #BD7F06;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  padding: 3px 15px;
  background-color: rgba(189, 127, 6, 0.2);
}

.card {
  background-color: #fff;
  color: #17344D;
  padding: 25px;
  border-radius: 15px;
}

.flight-card .heading {
  border-bottom: 1px solid #D6D7DB;
  padding: 15px 25px;
}
.flight-card .heading h5 {
  color: #004E8F;
}
.flight-card .flight-details {
  padding: 25px;
}
.flight-card .flight-details h6 {
  color: #17344D;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.flight-card .flight-details h6.small {
  color: #5E616E;
  font-size: 13px;
  font-weight: 500;
}
.flight-card .flight-details h6.small strong {
  font-weight: 600;
}
.flight-card .flight-details .card-flight {
  margin-top: 15px;
  background-color: #F4F5F5;
}
.flight-card .flight-details .card-flight .flight-col-inner .flight-icon {
  width: 33px;
  margin-bottom: 10px;
}
.flight-card .flight-details .card-flight .flight-col-inner .flight-des h6 {
  color: #17344D;
  font-weight: 500;
}
.flight-card .flight-details .card-flight .flight-col-inner .flight-des p {
  color: #5E616E;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
.flight-card .flight-details .card-flight .timestop-col-inner {
  display: flex;
}
.flight-card .flight-details .card-flight .timestop-col-inner .times {
  flex: 0 1 auto;
}
.flight-card .flight-details .card-flight .timestop-col-inner .times h5 {
  font-size: 18px;
  color: #17344D;
}
.flight-card .flight-details .card-flight .timestop-col-inner .times h6 {
  font-size: 14px;
  color: #5E616E;
  font-weight: 500;
}
.flight-card .flight-details .card-flight .timestop-col-inner .times h6 .small {
  font-size: 12px;
}
.flight-card .flight-details .card-flight .timestop-col-inner .stops {
  text-align: center;
  flex: 1 1 auto;
}
.flight-card .flight-details .card-flight .timestop-col-inner .stops .dur {
  color: #004E8F;
  font-size: 11px;
  font-weight: 600;
}
.flight-card .flight-details .card-flight .timestop-col-inner .stops .stops-line {
  width: 80px;
  padding: 5px;
  position: relative;
  margin: 0 auto;
}
.flight-card .flight-details .card-flight .timestop-col-inner .stops .stops-line::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #99B3C8;
}
.flight-card .flight-details .card-flight .timestop-col-inner .stops .stops-line > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #004E8F;
  box-shadow: 0 0 5px 1px rgba(0, 78, 143, 0.5);
}
.flight-card .flight-details .card-flight .timestop-col-inner .stops .stops-line > div:nth-child(2) {
  left: auto;
  right: 0;
}
.flight-card .flight-details .card-flight .timestop-col-inner .stops .stops-line > div:hover > span {
  display: block;
}
.flight-card .flight-details .card-flight .timestop-col-inner .stops .stops-line > div > span {
  display: none;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  bottom: 150%;
  left: 50%;
  border-radius: 5px;
  padding: 8px;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.flight-card .flight-details .card-flight .timestop-col-inner .stops .stops-line > div > span .title {
  display: block;
  color: #004E8F;
  font-size: 10px;
  font-weight: 600;
}
.flight-card .flight-details .card-flight .timestop-col-inner .stops .stops-line > div > span .subtitle {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.36px;
}
.flight-card .flight-details .card-flight .baggage h6.small {
  font-size: 12px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.flight-card .flight-details .card-flight .baggage p.small {
  color: #000;
  font-size: 12px;
}
.flight-card .flight-details .card-flight .baggage p.small:last-child {
  margin-bottom: 0;
}
.flight-card .flight-details .card-flight .baggage p.small strong {
  font-weight: 600;
}
.flight-card .flight-details .card-flight .baggage p.small img {
  margin-right: 6px;
}
.flight-card .flight-details .change {
  color: #5E616E;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}
.flight-card .flight-details .change span {
  color: #E34141;
  font-weight: 600;
}
.flight-card .flight-details .change strong {
  font-weight: 600;
}
.flight-card .flight-details .table {
  font-size: 13px;
}
.flight-card .flight-details .table strong {
  font-weight: 600;
}
.flight-card .flight-details .table thead {
  background-color: #eee;
}
.flight-card .flight-details .table thead .small {
  font-size: 10px;
  font-weight: 400;
}
.flight-card .flight-details .disclaimer {
  color: #5E616E;
  font-size: 14px;
  font-weight: 500;
}
.flight-card .flight-details .cancel-charges .badge {
  color: #BD7F06;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  padding: 3px 20px;
  background-color: rgba(189, 127, 6, 0.2);
}

.blu-botbox {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.blu-botbox-inner {
  background-color: #004E8F;
  color: #fff;
  border: none;
  padding: 0;
  border-radius: 15px 15px 0 0;
}
.blu-botbox-inner > .row > * {
  position: relative;
}
.blu-botbox-inner > .row > *:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.blu-botbox-inner .flight-shorts {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin: 0 auto;
  padding: 0 25px;
}
.blu-botbox-inner .flight-shorts .content h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}
.blu-botbox-inner .flight-shorts .content h6 i {
  font-size: 3px;
}
.blu-botbox-inner .flight-shorts .content h6 .small {
  font-size: 13px;
  font-weight: 400;
}
.blu-botbox-inner .flight-shorts .content p i {
  font-size: 10px;
}
.blu-botbox-inner .flight-shorts .price h6 {
  font-size: 15px;
  font-weight: 600;
}
.blu-botbox-inner .flight-shorts .price h6 small {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 5px;
}
.blu-botbox-inner .fare-col {
  padding: 0 25px;
}
.blu-botbox-inner .fare-col small {
  font-size: 12px;
  white-space: nowrap;
}
.blu-botbox-inner .fare-col small i {
  position: relative;
  display: inline-flex;
  font-size: 8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #04B14A;
}
.blu-botbox-inner .fare-col small i .custooltip {
  width: 267px;
  color: #17344D;
  font-family: "Montserrat", sans-serif;
}
.blu-botbox-inner .fare-col small i .custooltip-head, .blu-botbox-inner .fare-col small i .custooltip-body, .blu-botbox-inner .fare-col small i .custooltip-foot {
  padding: 15px;
}
.blu-botbox-inner .fare-col small i .custooltip-head > *, .blu-botbox-inner .fare-col small i .custooltip-body > *, .blu-botbox-inner .fare-col small i .custooltip-foot > * {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.blu-botbox-inner .fare-col small i .custooltip-head > *:not(:first-child), .blu-botbox-inner .fare-col small i .custooltip-body > *:not(:first-child), .blu-botbox-inner .fare-col small i .custooltip-foot > *:not(:first-child) {
  margin-top: 8px;
}
.blu-botbox-inner .fare-col small i .custooltip-head {
  font-size: 15px;
  font-weight: 500;
}
.blu-botbox-inner .fare-col small i .custooltip-head span:last-child {
  font-size: 16px;
  font-weight: 600;
}
.blu-botbox-inner .fare-col small i .custooltip-body {
  font-size: 11px;
  font-weight: 600;
}
.blu-botbox-inner .fare-col small i .custooltip-body span:last-child {
  font-size: 12px;
  font-weight: 500;
}
.blu-botbox-inner .fare-col small i .custooltip-foot {
  font-size: 12px;
  font-weight: 600;
}
.blu-botbox-inner .fare-col small i .custooltip-foot span:last-child {
  font-size: 13px;
}
.blu-botbox-inner .fare-col h5 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.blu-botbox-inner > hr {
  margin: 0;
}
.blu-botbox .blu-botbox-bot {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 8px 25px;
  color: #fff;
  font-size: 14px;
  font-family: 500;
}
.blu-botbox .blu-flight-details {
  max-height: 400px;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.35);
}

section.thumb-sec h4 span.orange {
  color: #FE6500;
}
section.thumb-sec h4 span.blue {
  color: #317ea9;
}
section.thumb-sec h4 span.green {
  color: #1ead4e;
}
section.thumb-sec img {
  width: 55% !important;
}
@media only screen and (max-width: 991px) {
  section.thumb-sec img {
    width: 33% !important;
  }
}
section.tabs-sec {
  background: url(../img/png/blue-bg.png) no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 77px 0;
}
section.tabs-sec h4 {
  font-size: 44px;
  font-weight: 600;
  color: #fff;
}
section.tabs-sec p {
  font-size: 16px;
  color: #fff;
}
section.tabs-sec .nav.nav-cust.nav-pills button {
  text-align: left;
}
section.tabs-sec .nav.nav-cust.nav-pills button.nav-link h3 {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}
section.tabs-sec .nav.nav-cust.nav-pills button.nav-link.active {
  background-color: transparent;
}
section.offers {
  position: relative;
}
section.offers::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 168px;
  -o-object-fit: cover;
     object-fit: cover;
  background: url(../img/png/left-triangle.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
@media only screen and (max-width: 991px) {
  section.offers::after {
    background: none;
  }
}
section.offers::before {
  content: "";
  position: absolute;
  bottom: 280px;
  right: 0;
  height: 100%;
  width: 168px;
  -o-object-fit: cover;
     object-fit: cover;
  background: url(../img/png/right-triangle.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
}
@media only screen and (max-width: 991px) {
  section.offers::before {
    background: none;
  }
}
section.offers .offers-title {
  font-size: 28px;
  color: #001222;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1400px) {
  section.offers .offers-title {
    font-size: 36px;
    line-height: 45px;
  }
}
section.offers p {
  color: #000;
}
section.offers p span.blue-text {
  color: #1f9aef;
}
section.offers p span.orange-text {
  color: #fe6500;
}
section.cards-animation {
  background: url(../img/png/product-bg.png) no-repeat;
  background-position: top;
  background-size: 100%;
  counter-reset: section;
  padding: 113px 0;
}
section.cards-animation h1 {
  color: #000;
  font-weight: 600;
  margin: 15px 0;
  text-transform: capitalize;
}
section.cards-animation h1 span {
  color: #FE6500;
}
section.cards-animation .content-container {
  display: flex;
}
section.cards-animation .content-container > * {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  section.cards-animation .content-container > * {
    width: 50%;
  }
}
section.cards-animation .left-content {
  width: 100%;
  padding: 0 3rem 0 0;
}
@media only screen and (min-width: 992px) {
  section.cards-animation .left-content {
    width: 50%;
  }
}
section.cards-animation .left-content > img {
  position: sticky;
  top: 3rem;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  section.cards-animation .left-content > img {
    width: 78%;
  }
}
section.cards-animation .right-content {
  padding-top: 0;
}
section.cards-animation .wrapper {
  padding: 0 0 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.cards-animation .wrapper:last-child {
  padding-bottom: 50px;
}
section.cards-animation .check-list {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
}
section.cards-animation .check-list li {
  padding: 0 0 35px 30px;
  position: relative;
}
section.cards-animation .check-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #11D76C;
  color: #ffffff;
}
section.cards-animation .check-list li .heading {
  font-size: 18px;
  font-weight: 700;
  color: #2F343A;
}
section.cards-animation .check-list li p {
  margin: 0;
}
section.cards-animation .check-list-img li {
  padding: 0 0 35px 100px;
}
section.cards-animation .check-list-img li::before {
  content: "";
  width: 68px;
  height: 68px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
}
section.cards-animation .check-list-img li .heading {
  font-size: 1.313rem;
  color: #000;
  font-weight: 700;
}
section.platfroms .container {
  background: url(../img/png/platform-bg.png) no-repeat;
  background-size: cover;
  border-radius: 30px;
}
section.platfroms .container h4 {
  font-size: 33px;
  color: #000;
  font-weight: 400;
}
section.platfroms .container p {
  font-size: 33px;
  font-weight: 600;
  color: #000;
}
section.platfroms .container .box1 {
  background: #fafafa;
  border-radius: 16px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 991px) {
  section.platfroms .container .box1 {
    margin-bottom: 20px;
  }
}
section.platfroms .container .box1::before {
  background: linear-gradient(0deg, transparent, transparent 30%, rgba(0, 255, 255, 0.3));
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}
section.platfroms .container .box1:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}
section.platfroms .container .box1:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}
section.platfroms .container .box1 h6 {
  font-size: 14px;
  font-weight: 500;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
section.platfroms .container .box1 h5 {
  font-size: 29px;
  color: #333333;
}
section.platfroms .container .box1 p {
  color: #4f4f4f;
  font-size: 19px;
  font-weight: 400;
}
section.platfroms .container .box1 a {
  color: #4f4f4f;
  font-size: 13px;
}
section.platfroms .container .box2 {
  background: #fff;
  border-radius: 16px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 991px) {
  section.platfroms .container .box2 {
    margin-bottom: 20px;
  }
}
section.platfroms .container .box2::before {
  background: linear-gradient(0deg, transparent, transparent 30%, rgba(0, 255, 255, 0.3));
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}
section.platfroms .container .box2:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}
section.platfroms .container .box2:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}
section.platfroms .container .box2 p {
  font-size: 15px;
  font-weight: 500;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
section.platfroms .container .box2 h4 {
  font-size: 23px;
  color: #333333;
  font-weight: 600;
}
section.platfroms .container .box2 a {
  color: #4f4f4f;
  font-size: 13px;
}
section.platfroms .container .box2 .pincodes {
  font-size: 13px;
  color: #333333;
}
section.platfroms .container .green-box {
  background: #6eeaaf;
  border-radius: 16px;
  min-height: 208px;
  transition: all 0.5s ease;
}
section.platfroms .container .green-box::before {
  background: linear-gradient(0deg, transparent, transparent 30%, rgba(0, 255, 255, 0.3));
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}
section.platfroms .container .green-box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}
section.platfroms .container .green-box:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}
section.platfroms .container .green-box p {
  font-size: 13px;
  color: #333333;
  font-weight: 500;
  text-align: center;
}
section.platfroms .container .green-box a {
  color: #4f4f4f;
  font-size: 13px;
}
section.platfroms .container .box-purple {
  background: #dcd5f2;
  border-radius: 16px;
  min-height: 243px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 991px) {
  section.platfroms .container .box-purple {
    margin-bottom: 20px;
  }
}
section.platfroms .container .box-purple::before {
  background: linear-gradient(0deg, transparent, transparent 30%, rgba(0, 255, 255, 0.3));
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}
section.platfroms .container .box-purple:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}
section.platfroms .container .box-purple:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}
section.platfroms .container .box-purple.box-yellow {
  background: #ffec88;
}
section.platfroms .container .box-purple h6 {
  font-size: 14px;
  color: #121212;
  font-weight: 500;
}
section.platfroms .container .box-purple p {
  font-size: 13px;
  color: #121212;
  font-weight: 500;
}
section.platfroms .container .box-purple a {
  color: #4f4f4f;
  font-size: 13px;
}
section.platfroms .container .box-white {
  background: #fff;
  border-radius: 16px;
  min-height: 475px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 991px) {
  section.platfroms .container .box-white {
    margin-bottom: 20px;
  }
}
section.platfroms .container .box-white::before {
  background: linear-gradient(0deg, transparent, transparent 30%, rgba(0, 255, 255, 0.3));
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}
section.platfroms .container .box-white:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}
section.platfroms .container .box-white:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}
section.platfroms .container .box-white h6 {
  color: #121212;
  font-size: 15px;
  font-weight: 500;
}
section.platfroms .container .box-white h1 {
  font-size: 69px;
  font-weight: 500;
  color: #333333;
}
section.platfroms .container .box-white h1 p {
  font-size: 19px;
  font-weight: 500;
  color: #333333;
}
section.platfroms .container .box-white h5 {
  font-size: 13px;
  color: #4f4f4f;
  font-weight: 400;
  line-height: 21px;
}
section.platfroms .container .box-purple-dark {
  background: #6885ee;
  border-radius: 16px;
  height: 213px;
  transition: all 0.5s ease;
}
section.platfroms .container .box-purple-dark::before {
  background: linear-gradient(0deg, transparent, transparent 30%, rgba(0, 255, 255, 0.3));
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}
section.platfroms .container .box-purple-dark:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}
section.platfroms .container .box-purple-dark:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}
section.platfroms .container .box-purple-dark h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
section.platfroms .container .box-purple-dark p {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
section.platfroms .container .box-purple-dark a {
  color: #fff;
}
section.platfroms .container .box-purple-dark img {
  width: 100px;
}
section.calculator {
  background: linear-gradient(181.06deg, #F66D10 -56.91%, #FFE3D0 120.67%);
  border-radius: 28px 24px;
  box-shadow: 0px 5.1px 10.9px 0px rgba(0, 0, 0, 0.1254901961);
  position: relative;
}
section.calculator::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: url(../img/png/cal-left.png) no-repeat;
  background-position: bottom left;
}
@media only screen and (max-width: 991px) {
  section.calculator::after {
    background: none;
  }
}
section.calculator::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: url(../img/png/cal-right.png) no-repeat;
  background-position: bottom right;
}
@media only screen and (max-width: 991px) {
  section.calculator::before {
    background: none;
  }
}
section.calculator .calci-main {
  background: #fff;
  border-radius: 44px;
  /* Hide the default radio */
  /* Custom radio style */
  /* Selected state */
  /* Hover effect */
}
@media only screen and (max-width: 1399px) {
  section.calculator .calci-main {
    width: 74%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  section.calculator .calci-main {
    width: 100%;
    margin: 0 auto;
  }
}
section.calculator .calci-main .radio-group {
  display: flex;
  gap: 1rem;
}
section.calculator .calci-main .radio-container {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #000;
  font-weight: 500;
}
section.calculator .calci-main .radio-container input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
section.calculator .calci-main .custom-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 2px solid black;
  border-radius: 50%;
}
section.calculator .calci-main .radio-container input:checked ~ .custom-radio::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: black;
}
section.calculator .calci-main .radio-container:hover input ~ .custom-radio {
  background-color: #eee;
}
section.calculator .calci-main h3 {
  text-align: center;
  color: #000;
}
section.calculator .calci-main p {
  color: #1a2950;
}
section.newsletter-main {
  background: linear-gradient(181.06deg, #F66D10 -56.91%, #FFE3D0 120.67%);
}
section.newsletter-main h2 {
  color: #000;
}
section.newsletter-main .newsletter {
  margin-bottom: 48px;
  width: 50%;
  margin: 0 auto;
}
section.newsletter-main .newsletter .form-control {
  border-radius: 6.484px;
  border: 0.926px solid #cad6f2;
  background-color: #fff;
  width: 85%;
}
@media only screen and (max-width: 991px) {
  section.newsletter-main .newsletter .form-control {
    width: 100%;
  }
}
section.newsletter-main .newsletter .form-control input {
  border: none;
  color: #000;
  background-color: transparent;
}
section.newsletter-main .newsletter .form-control input::-moz-placeholder {
  color: #000;
}
section.newsletter-main .newsletter .form-control input::placeholder {
  color: #000;
}
section.newsletter-main .newsletter .btn {
  background: #17344d;
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  width: 18%;
}
@media only screen and (max-width: 991px) {
  section.newsletter-main .newsletter .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  section.newsletter-main .newsletter .btn {
    width: 15%;
  }
}
section.newsletter-main p {
  color: #000;
  text-align: center;
}
section.shipping {
  background: #f9fafb;
  position: relative;
}
section.shipping::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 168px;
  -o-object-fit: cover;
     object-fit: cover;
  background: url(../img/png/left-triangle.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
@media only screen and (max-width: 991px) {
  section.shipping::after {
    background: none;
  }
}
section.shipping .ship-div {
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  section.shipping .ship-div {
    flex-wrap: nowrap;
  }
}
section.shipping .blue-div {
  background: linear-gradient(181.06deg, #000846 -56.91%, #173d5f 120.67%);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
section.shipping .blue-div h1 {
  color: #fff;
}
section.shipping .blue-div ul {
  padding-left: 0;
  list-style: none;
}
section.shipping .blue-div ul li {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}
section.shipping .blue-div ul li i {
  color: #50d4a4;
  width: 12px;
}
section.shipping .blue-div .btn-orange,
section.shipping .blue-div .btn-white {
  border-radius: 8px;
}
section.shipping .ship-img img {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
section.shipping .delivery .title {
  font-size: 36px;
  color: #212b36;
  text-align: center;
  font-weight: 600;
}
section.shipping .delivery p {
  color: #454f5b;
  text-align: center;
}
section.shipping .delivery-text p span {
  color: #1f9aef;
}

.about-us-banner {
  position: relative;
  z-index: 1;
  background-image: url(../img/jpg/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 603px;
  display: flex;
  align-items: end;
}

.about-section {
  position: relative;
  z-index: 1;
  background-image: url(../img/png/bharat-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 0 0;
}
.about-section .about-heading h2 {
  color: #010c5e;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 20px;
}
.about-section .about-heading h2 span {
  color: #fe6500;
}
.about-section .about-heading p {
  color: #424242;
  text-align: justify;
  font-size: 16px;
  line-height: 38px;
}
.about-section .about-content p {
  color: #424242;
  text-align: justify;
  font-size: 14px;
  line-height: 33px;
}

.ecosystems-box {
  position: relative;
}
.ecosystems-box .eco-inner-box1 {
  display: flex;
  gap: 17px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
  padding: 30px 25px;
  width: 426px;
  align-items: center;
}
.ecosystems-box .eco-inner-box1 figure {
  width: 94px;
}
.ecosystems-box .eco-inner-box1 .eco-title h3 {
  color: #fe6500;
  text-align: justify;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
}
.ecosystems-box .eco-inner-box1 .eco-title p {
  color: #111;
  text-align: justify;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
  }
}
.ecosystems-box {
  position: relative;
}
.ecosystems-box .eco-inner-box1 {
  display: flex;
  gap: 17px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
  padding: 30px 25px;
  width: 335px;
  align-items: center;
}
.ecosystems-box .eco-inner-box1 figure {
  width: 94px;
}
.ecosystems-box .eco-inner-box1 .eco-title h3 {
  color: #fe6500;
  text-align: justify;
  font-size: 18px;
  font-weight: 600;
}
.ecosystems-box .eco-inner-box1 .eco-title p {
  color: #111;
  text-align: justify;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.ecosystems-box .eco-inner-box2 {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 16px;
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
  padding: 40px 25px;
  width: 259px;
  right: 0px;
  top: 29px;
}
.ecosystems-box .eco-inner-box2 .eco-title h3 {
  color: #fe6500;
  text-align: justify;
  font-size: 18px;
  font-weight: 600;
}
.ecosystems-box .eco-inner-box2 .eco-title p {
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.ecosystems-box .eco-inner-box3 {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 16px;
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
  padding: 30px 20px;
  width: 260px;
  right: 0px;
  bottom: -216px;
}
.ecosystems-box .eco-inner-box3 .eco-title h3 {
  color: #fe6500;
  text-align: justify;
  font-size: 18px;
  font-weight: 600;
}
.ecosystems-box .eco-inner-box3 .eco-title p {
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.ecosystems-box .eco-inner-box4 {
  gap: 20px;
  border-radius: 16px;
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
  padding: 30px 20px;
  width: 260px;
  left: 75px;
  bottom: -185px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.ecosystems-box .eco-inner-box4 .eco-title h3 {
  color: #fe6500;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
}
.ecosystems-box .eco-inner-box4 .eco-title p {
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  text-align: right;
}

@media only screen and (min-width: 1200px) {
  .ecosystems-box .eco-inner-box1 {
    animation: move-chevron 3s ease-out infinite;
  }
  .ecosystems-box .eco-inner-box2 {
    animation: move-chevron 4s ease-out infinite;
  }
  .ecosystems-box .eco-inner-box3 {
    animation: move-chevron 5s ease-out infinite;
  }
  .ecosystems-box .eco-inner-box4 {
    animation: move-chevron 6s ease-out infinite;
  }
}
@media only screen and (max-width: 1400px) {
  .ecosystems-box .eco-inner-box1 {
    width: 350px;
  }
  .ecosystems-box .eco-inner-box4 {
    left: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .ecosystems-box .eco-inner-box1 {
    width: 100%;
  }
  .ecosystems-box .eco-inner-box2 {
    position: relative;
    width: 100%;
  }
  .ecosystems-box .eco-inner-box3 {
    position: relative;
    width: 100%;
    bottom: -60px;
  }
  .ecosystems-box .eco-inner-box4 {
    position: relative;
    width: 100%;
    bottom: -88px;
    left: 0;
  }
  .ecosystems-box .eco-inner-box4 .eco-title h3 {
    text-align: left;
  }
  .ecosystems-box .eco-inner-box4 .eco-title p {
    text-align: left;
  }
}
.mission-section {
  position: relative;
  z-index: 1;
  background-image: url(../img/png/mission-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 220px 0px;
}
@media only screen and (max-width: 991px) {
  .mission-section {
    background-image: none;
    background-color: #052139;
    padding: 20px 0;
    margin-top: 7rem;
    margin-bottom: 3rem;
  }
}
.mission-section .missin-title h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
}

.mission-box {
  position: relative;
  border-radius: 24px;
  border: 1px solid #fff;
  padding: 30px 37px;
  transition: all 0.5s;
}
@media only screen and (min-width: 1400px) {
  .mission-box {
    padding: 40px 60px;
  }
}
.mission-box h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.5s;
  margin-bottom: 25px;
}
.mission-box p {
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  transition: all 0.5s;
}
@media only screen and (min-width: 1400px) {
  .mission-box p {
    font-size: 18px;
    line-height: 36px;
  }
}
.mission-box .mission-hover1 {
  display: none;
  opacity: 0;
  transition: all 0.5s;
}
.mission-box:hover {
  background-color: #fff;
}
.mission-box:hover .mission-1 {
  display: none;
  opacity: 0;
}
.mission-box:hover .mission-hover1 {
  display: block;
  opacity: 1;
}
.mission-box:hover p,
.mission-box:hover h3 {
  color: #010c5e;
}

.histry-heading h2 {
  font-weight: 600;
  color: #010c5e;
  font-size: 36px;
  margin-bottom: 30px;
}
.histry-heading p {
  color: #666666;
  text-align: justify;
  font-size: 18px;
  margin-bottom: 40px;
}

.histry-wrapper .histry-sec {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12) inset;
}
@media only screen and (max-width: 1400px) {
  .histry-wrapper .histry-sec {
    gap: 15px;
    padding: 15px;
  }
}
.histry-wrapper .histry-sec .histry-icon {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  padding: 7px;
  text-align: center;
  line-height: 50px;
  transition: 0.3s;
}
.histry-wrapper .histry-sec .histry-content {
  flex: 1;
}
.histry-wrapper .histry-sec .histry-content p {
  color: #424242;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.contact-sec .contact-inner::after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 189px;
  -o-object-fit: cover;
  object-fit: cover;
  background: url("../img/png/contact-arrow.png") no-repeat;
  background-position: left;
  background-size: contain;
  right: 0;
}
.contact-sec .contact-inner .contact-detail .contact-icon {
  width: 54px;
  height: 54px;
  background: #6b61fc;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-sec .contact-inner .contact-detail p {
  font-weight: 600;
}
.contact-sec .contact-inner .contact-detail p span {
  color: #777;
}
.contact-sec form {
  background: #F1F8FF;
  border-radius: 20px;
  position: relative;
}
.contact-sec form::after {
  content: "";
  position: absolute;
  top: 3rem;
  height: 100%;
  width: 279px;
  -o-object-fit: cover;
  object-fit: cover;
  background: url("../img/dotted-bg.png") no-repeat;
  background-position: right;
  background-size: contain;
  right: -130px;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .contact-sec form::after {
    display: none;
  }
}
.contact-sec form h2 {
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .contact-sec form.p-5 {
    padding: 1rem !important;
  }
}/*# sourceMappingURL=main.css.map */