@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
body {
  font-size: 16px;
}
p {
  font-family: "Roboto", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.tb-pad {
  padding: 50px 0;
}
.tb-pad1 {
  padding-top: 50px;
}
.container {
  max-width: 90%;
  margin: 0 auto;
}
.col-20 {
  width: 19%;
}
.col-25 {
  width: 24%;
}
.col-30 {
  width: 29%;
}
.col-33 {
  width: 32.33%;
}
.col-40 {
  width: 39%;
}
.col-50 {
  width: 49%;
}
.col-70 {
  width: 69%;
}
.col-60 {
  width: 59%;
}
.col-80 {
  width: 79%;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.text-center {
  text-align: center;
}
.al-center {
  align-items: center;
}
.space-bw {
  justify-content: space-between;
}
h2 span {
  position: relative;
}
h2 span::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #0e5b93 0%, #0e5b93 100%);
  border-radius: 28px;
  opacity: 0.3;
  filter: blur(25px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mb {
  margin-bottom: 20px;
}
.common-text {
  margin-bottom: 50px;
}
.common-text h2 {
  font-size: 44px;
}
.p-relate {
  position: relative;
}
header {
  padding: 20px 0;
  background: #0e5b93;
}
.header-section {
  width: 100%;
  background-image: url(../images/home.webp);
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: left, center;
  padding: 5% 0;
}
.header-section .call-btn {
  display: block;
  margin-top: 20px;
}
.header-section h1 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 20px;
}
.header-section p {
  color: #fff;
}
.menu {
  display: none;
}
.menu ul.main-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.menu ul.main-menu li {
  margin-right: 30px;
  position: relative;
}
.menu ul.main-menu li a {
  color: #fff;
}
.menu ul.main-menu li i {
  font-size: 14px;
  color: #fff;
}
.submenu {
  position: absolute;
  width: 250px;
  background: #fff;
  left: -50px;
  top: 26px;
  border-top: 5px solid #0e5b93;
  display: none;
  z-index: 99;
}
.submenu li {
  margin-right: 0 !important;
  padding: 5px;
  border-bottom: 1px solid #0e5b93;
}
.submenu li a {
  color: #0e5b93 !important;
  font-size: 14px;
}
.call-btn a {
  border: 1px solid #fff;
  padding: 10px 25px;
  border-radius: 7px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
.call-btn a i {
  margin-right: 5px;
}
.banner-top {
  margin-bottom: 15px;
}
.new-form {
  padding: 20px;
  border-radius: 10px;
  background: rgba(197, 197, 197, 0.6);
}
.new-form h3 {
  font-size: 25px;
  margin-bottom: 15px;
  color: #ffff;
  font-weight: 900;
}
.booking-form .form-ctrl label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #5c5c5c;
}
.booking-form .form-ctrl {
  width: 49%;
  padding: 15px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.booking-form .form-ctrl input {
  width: 100%;
  outline: none;
  border: none;
  font-size: 18px;
  background: transparent;
  color: #0e5b93;
}
ul#departure,
ul#finalBox {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  z-index: 99;
}
ul#departure li,
ul#finalBox li {
  padding: 10px;
  border-bottom: 1px solid #d1d1d1;
  font-size: 16px !important;
  color: #0e5b93;
  font-weight: 600;
}
ul#departure li:hover,
ul#finalBox li:hover {
  background: #0e5b93;
  color: #fff;
}
.form-ctrl select {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  margin-right: 15px;
  outline: none;
  position: relative;
}
.form-ctrl p {
  color: #fff;
  font-size: 15px;
}
.form-ctrl.p-relate {
  margin-right: 15px;
  background: #0e5b93;
  padding: 10px 30px 10px 10px;
  border-radius: 5px;
}
.form-ctrl p i {
  font-size: 10px;
  position: absolute;
  top: 16px;
  right: 15px;
}
.form-ctrl select option {
  color: #ffff;
}
.form-submit input[type="submit"] {
  background: #0e5b93;
  border: none;
  outline: none;
  color: #ffff;
  border-radius: 5px;
  padding: 15px 0;
  font-size: 18px;
  width: 100%;
  font-weight: 900;
}
.toggle {
  display: none;
}
.toggle i {
  font-size: 20px;
  color: #fff;
}
.form-ctrl ul.cm-sb-ul {
  position: absolute;
  background: #fff;
  z-index: 99;
  width: 220px;
  display: none;
}
.form-ctrl ul.cm-sb-ul li {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.form-ctrl ul.cm-sb-ul li a {
  background-color: #0060e3;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 19px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-ctrl ul.cm-sb-ul li span {
  color: #ffff;
  display: block;
  padding: 0 10px;
  text-align: center;
  width: calc(100% - 70px);
}
.trip_drop {
  position: absolute;
  background: #fff;
  z-index: 9;
  box-shadow: 0 0 5px #9f9f9f;
  width: 150px;
  display: none;
}
.trip_drop li {
  border-bottom: 1px solid #bdbdbd;
  padding: 5px;
}
.trip_drop li a {
  font-size: 14px;
}
.trip_drop li:last-child {
  border-bottom: none;
}
.trip_drop li:hover {
  background: #0e5b93;
  color: #fff;
}
.cta {
  padding: 30px 0;
  background: #0e5b93;
}
.cta h2 {
  color: #ffff;
  font-weight: 500;
}
.cta h2 i {
  margin-right: 10px;
}
.cta h2 a {
  color: #ffff;
  font-weight: 800;
}
.location-slide {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0 10px;
}
.location-slide img {
  width: 100%;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 250px;
  object-fit: cover;
}
.location-slide h3 {
  font-size: 20px;
  text-decoration: underline;
  padding: 15px 0;
  color: #ffff;
}
.location-slide a {
  display: block;
  background: #0e5b93;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.text {
  position: relative;
}
.price {
  position: absolute;
  background: #0e5b93;
  padding: 5px;
  top: 11px;
  color: #fff;
  left: 0;
}
.pick-us-text {
  width: calc(100% - 90px);
}
.pick-us-head {
  margin-bottom: 70px;
}
.pick-us-img {
  background-color: #eefcff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.pick-us-text h3 {
  margin-bottom: 15px;
  font-size: 22px;
}
.pick-us-text p {
  color: #565656;
}
.pick-us-images img {
  width: 100%;
}
.call-center img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 15px;
}
.call-center h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.testimonial-slide {
  padding: 20px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 10px;
  margin: 0 10px;
}
.testimonial-slide img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.testimonial-slide h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.testimonial-slide i {
  color: #ffe234;
  font-size: 16px;
  margin-bottom: 15px;
}
.testimonials .slick-track {
  padding: 10px 0;
}
.testimonials .slick-slide > div {
  margin: 0 10px;
}
.testimonials ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 0;
}
.testimonials ul.slick-dots li {
  margin: 0 2px;
}
.testimonials ul.slick-dots li button {
  background: #ffff !important;
  border: none !important;
  outline: none !important;
  width: 3px !important;
  font-size: 0 !important;
  height: 10px !important;
  padding: 0 !important;
}
.testimonials ul.slick-dots li.slick-active button {
  background: #0e5b93 !important;
  height: 15px !important;
}
.cheap-flight-head {
  margin-bottom: 50px;
}
.cheap-flight-head h3 {
  margin-bottom: 20px;
  font-size: 32px;
}
.cheap-flight-head span {
  color: #2bbcef;
}
.cheap-flight-head span::after {
  display: none;
}
.cheap-flight-head p {
  font-size: 15px;
  color: #565656;
}
.newsletter-bg {
  background-image: url(../images/newsletter.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.newsletter-bg h2 {
  margin: 10px 0;
  font-size: 38px;
}
.newsletter-bg p {
  color: #565656;
}
.input-container {
  position: relative;
  display: flex;
  width: 40%;
  background-color: #fff;
  border-radius: 50px;
  margin: 50px auto 0;
}
.input-container input {
  height: 100%;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #b00000;
  background-color: transparent;
  padding: 15px;
  font-size: 16px;
  color: #ffff;
  outline: none;
}
.invite-btn {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  z-index: 10;
  border-radius: 50px;
  color: #fff;
  padding: 0 25px;
  text-align: center;
  font-size: 14px;
  border: none;
  outline: none;
}
.footer-menu h3 {
  color: #242424;
  margin-bottom: 15px;
}
.footer-menu ul li {
  margin-bottom: 15px;
}
.footer-menu ul li a {
  color: #242424;
}
.footer-bg {
  background-image: url(../images/footer-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.footer-menu-top {
  padding-right: 300px;
}
.slider-container {
  position: relative;
  overflow: hidden;
  height: 50vh;
}
.left-slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease-in-out;
}
.left-slide > div {
  height: 100%;
  width: 100%;
}
.left-slide h1 {
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: -30px;
}
.right-slide {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.5s ease-in-out;
}
.right-slide > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}
.action-buttons button {
  background-color: #fff;
  border: none;
  color: #aaa;
  cursor: pointer;
  font-size: 16px;
  padding: 15px;
}
.action-buttons button i {
  color: #0e5b93;
}
.slider-container .action-buttons button {
  position: absolute;
  right: 20%;
  top: 10%;
  z-index: 100;
}
.slider-container .action-buttons .down-button {
  top: 20%;
}
.slider-container .action-buttons .down-button,
.slider-container .action-buttons .up-button {
  border-radius: 50%;
  width: 50px;
  box-shadow: 0 0 10px #efefef;
  height: 50px;
}
.section-gap {
  padding: 50px 0;
}
.inside-banner {
  background: linear-gradient(#0000004d, #0000004d),
    url(../../images/back-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.inside-banner h2 {
  color: #fff;
  font-size: 30px;
}
.service_section {
  margin-top: 50px;
}
.service_section .col-25 i {
  color: #0033a0;
  font-size: 25px;
  padding-bottom: 10px;
}
.service_section .col-25 h5 {
  color: #0033a0;
  font-size: 18px;
  padding-bottom: 6px;
}
.cm-left-col img {
  width: 100%;
  height: 100%;
}
.cm-right-col {
  padding-left: 30px;
}
.cm-right-col h3,
.cm-right-col p {
  margin-bottom: 15px;
}
.cm-form-field-fourth,
.cm-form-field-half,
.cm-form-field-third {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cm-form-field-half > .cm-form-field {
  padding-right: 15px;
  width: 50%;
}
.cm-form-field-half > .cm-form-field:last-of-type {
  padding-right: 0;
}
.cm-form-field {
  margin-bottom: 15px;
}
.cm-form-field input,
.cm-form-field select,
.cm-form-field textarea {
  background-color: initial;
  border: 1px solid #c0cad5;
  border-radius: 5px;
  color: #ffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  width: 100%;
  resize: none;
  outline: none;
}
.cm-form-field-submit button {
  font-size: 16px;
  padding: 15px 0;
  width: 100%;
  border: 1px solid #0e5b93;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  background: #0e5b93;
  color: #fff;
}
.cm-legal-content-container h1,
.cm-legal-content-container h2 {
  margin: 15px 0;
}
.pb-10 h3,
.pb-10 p {
  padding: 10px 0;
}
.cm-legal-content-container ol,
.cm-legal-content-container ul {
  padding-left: 16px;
}
.cm-legal-content-container ol li,
.cm-legal-content-container ul li {
  list-style: disc !important;
  margin-bottom: 10px;
}
header .currancy-name {
  width: 60px;
  margin-left: 10px;
}
header .country-inp {
  border-radius: 4px;
  position: relative;
}
header .country-inp input {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  outline: none;
  padding: 14px 10px;
  width: 100%;
  user-select: none;
}
header .price-picker-box.main-page {
  position: absolute;
  background: #fff;
  right: 70px;
  width: 200px;
  display: none;
}
header .price-picker-box.main-page ul li {
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 1px solid #ababab;
}
header .price-picker-box.main-page ul li span {
  margin-right: 10px;
}
footer .currancy-name {
  width: 60px;
  margin-left: 0;
  position: relative;
}
footer .country-inp {
  border-radius: 4px;
}
footer .country-inp input {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  outline: none;
  padding: 14px 10px;
  width: 100%;
  user-select: none;
}
footer .price-picker-box.main-page {
  position: absolute;
  background: #fff;
  right: 0;
  width: 200px;
  height: 200px;
  overflow: scroll;
  bottom: 23px;
  display: none;
}
footer .price-picker-box.main-page ul li {
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 1px solid #ababab;
  margin-bottom: 0;
}
footer .price-picker-box.main-page ul li span {
  margin-right: 10px;
}
@media (max-width: 480px) {
  .inside-banner {
    padding: 50px 0;
  }
  .cm-form-field-half > .cm-form-field {
    padding-right: 0;
    width: 100%;
  }
  .cm-right-col {
    padding-left: 0;
  }
  .cm-form-field-submit button {
    padding: 10px 0;
  }
}
.cm-about-us-container .cm-left-col {
  width: calc(100% - 230px);
}
.cm-about-us-container .cm-right-col {
  width: 230px;
}
.cm-about-us-container .cm-right-col > i {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  font-size: 100px;
  background: #0e5b93;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.cm-about-us-container ul {
  padding-left: 16px;
  margin-top: 20px;
}
.cm-about-us-container ul li + li {
  margin-top: 10px;
}
.cm-about-fuss-container {
  padding-top: 50px;
}
.cm-about-fuss-container .cm-left-col {
  width: 450px;
}
.cm-about-fuss-container .cm-left-col img {
  max-width: 100%;
}
.cm-about-fuss-container .cm-right-col {
  width: calc(100% - 450px);
  padding-left: 40px;
}
.cm-about-fuss-container .cm-right-col h2 {
  margin-bottom: 20px;
}
.cm-about-fuss-container .cm-right-col p + p {
  margin-top: 10px;
}
.service_section .cm-wd-25 i {
  color: #0e5b93;
  font-size: 30px;
  margin-bottom: 15px;
}
.form-ctrl {
  margin-bottom: 20px;
}
.input-container1 {
  position: relative;
  display: flex;
  align-items: center;
}
.icon {
  position: absolute;
  left: 10px;
  color: #ccc;
}
.input-container1 input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
input::placeholder {
  color: #aaa;
}
@media screen and (max-width: 767px) {
  .cm-about-us-container .cm-page-center {
    flex-flow: column-reverse;
  }
  .cm-about-fuss-container .cm-right-col {
    padding-left: 0;
  }
  .cm-about-us-container .cm-right-col {
    width: 150px;
  }
  .cm-about-us-container .cm-right-col > i {
    width: 120px;
    height: 120px;
    font-size: 54px;
    margin-bottom: 20px;
  }
  .header-section p {
    color: #fff;
    font-weight: 700;
  }
  .cta h2 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
  }
  .cm-about-us-container .cm-left-col {
    width: 100%;
  }
  .service_section .cm-wd-25 i {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .service_section .cm-wd-25 {
    width: 100%;
    margin-bottom: 10px;
  }
  .service_section .cm-wd-25:last-of-type {
    margin-bottom: 0;
  }
  footer .price-picker-box.main-page {
    left: 0;
    bottom: 33px;
  }
  header .price-picker-box.main-page {
    position: absolute;
    background: #fff;
    right: 13px;
    top: 57px;
    width: 200px;
    display: none;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .tb-pad {
    padding: 20px 0;
  }
  .tb-pad1 {
    padding-top: 20px;
  }
  .container {
    max-width: 95%;
    margin: 0 auto;
  }
  .col-20 {
    width: 19%;
  }
  .col-25 {
    width: 100%;
  }
  .col-30 {
    width: 100%;
  }
  .col-33 {
    width: 100%;
  }
  .col-40 {
    width: 100%;
  }
  .col-50 {
    width: 100%;
  }
  .col-70 {
    width: 100%;
  }
  .col-60 {
    width: 100%;
  }
  .col-80 {
    width: 100%;
  }
  .mb {
    margin-bottom: 0;
  }
  .none {
    display: none !important;
  }
  header {
    padding: 10px 0;
  }
  .logo img {
    width: 150px;
  }
  .call-btn a {
    padding: 10px 15px;
    font-size: 16px;
  }
  .header-section h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .menu {
    position: absolute;
    background: #0e5b93;
    width: 100%;
    height: 100vh;
    top: 70px;
    left: 0;
    z-index: 99;
    display: none;
  }
  .menu ul.main-menu {
    display: block;
  }
  .menu ul.main-menu li {
    margin-right: 0;
    border-bottom: 1px solid #fff;
    padding: 15px;
    position: relative;
  }
  .menu ul.main-menu li i {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .submenu {
    width: 100%;
    left: 0;
    top: 37px;
  }
  .submenu li {
    padding: 10px !important;
    border-bottom: 1px solid #0e5b93 !important;
  }
  .booking-form .form-ctrl {
    padding: 5px;
  }
  .booking-form .form-ctrl label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .booking-form .form-ctrl input {
    font-size: 16px;
  }
  .form-submit {
    padding: 5px;
  }
  .form-submit input[type="submit"] {
    font-size: 16px;
    width: 100%;
  }
  .form-ctrl select {
    font-size: 12px;
    padding: 0;
    margin-right: 5px;
  }
  .new-form {
    padding: 10px;
  }
  .form-ctrl.p-relate {
    margin-right: 3px;
    padding: 5px 25px 5px 5px;
  }
  .form-ctrl p {
    font-size: 11px;
  }
  .class_drop {
    right: -30px;
  }
  .form-ctrl ul.cm-sb-ul {
    right: -70px;
    top: 30px;
  }
  .common-text {
    margin-bottom: 25px;
  }
  .common-text h2 {
    font-size: 24px;
  }
  .call-center {
    margin-bottom: 10px;
  }
  .call-center h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .pick-us-img {
    width: 55px;
    height: 55px;
    margin-right: 0;
  }
  .pick-us-text {
    width: calc(100% - 60px);
  }
  .form-ctrl p i {
    font-size: 6px;
    top: 10px;
    right: 15px;
  }
  .pick-us-head {
    margin-bottom: 20px;
  }
  .pick-us-text h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .cheap-flight-head h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .cheap-flight-head {
    margin-bottom: 15px;
  }
  .newsletter-bg {
    padding: 20px 0 50px;
  }
  .input-container {
    width: 100%;
    margin: 20px auto 0;
  }
  .newsletter-bg h2 {
    font-size: 24px;
  }
  .footer-menu-top {
    padding-right: 0;
    padding-bottom: 50px;
  }
  .footer-menu h3 {
    margin-bottom: 10px;
  }
  .cm-about-fuss-container .cm-left-col {
    width: 100%;
  }
  .cm-about-fuss-container .cm-right-col {
    width: 100%;
    padding-left: 0;
  }
  ul#departure li,
  ul#finalBox li {
    font-size: 14px !important;
  }
}

.logocontent {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: center;
}
.img-fly img {
  width: 90px;
  margin-right: 15px;
  height: 50px;
  object-fit: contain;
}
