@-webkit-keyframes spinning {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinning {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
html {
  overflow-x: hidden;
}

body {
  margin: 0px;
  color: #000;
  font-size: 16px;
  font-family: "lato";
  font-weight: 400;
  line-height: normal;
  padding: 0px !important;
  background-color: #fff;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: #000;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "lato";
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

h6 {
  font-size: 16px;
  margin-bottom: 15px;
}

hr {
  margin: 10px 0px;
  border: 0px;
  border-bottom: 1px dashed #828282;
}

span,
p,
a {
  word-break: break-word;
}

p,
ul,
ol {
  margin: 0px;
  line-height: normal;
  padding: 0px;
}

ul *,
ol * {
  margin: 0px;
  padding: 0px;
}

ol,
ul {
  padding-left: 25px;
}

ul {
  display: block;
}

ul li {
  line-height: 30px;
}

a img {
  border: 0px;
}

p,
ul,
ol {
  margin-bottom: 5px;
}

.clr {
  display: block;
  float: none;
  clear: both;
}

.c {
  overflow: hidden;
  float: none;
}

.underline {
  text-decoration: underline;
}

.left,
.flot_left {
  float: left;
}

.right,
.flot_right {
  float: right;
}

.a_left {
  text-align: left;
}

.a_center {
  text-align: center;
}

.a_right {
  text-align: right;
}

a {
  text-decoration: none;
}

.hidden {
  display: none;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
select,
textarea,
input[type=date] {
  background: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 7px;
  color: #000;
  font-size: 16px;
  padding: 10px;
  resize: vertical;
  width: 100%;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: "lato";
}

textarea {
  width: 100%;
}

:focus-visible {
  outline: none !important;
}

select {
  padding: 12px;
  width: 100%;
}

input[type=button],
input[type=submit],
input[type=reset],
.primary-button,
.btn {
  background: #bf2639;
  color: #fff;
  font-family: "lato";
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 40px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  display: inline-block;
  border: 1px solid #ff860b;
  text-align: center;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.primary-button:hover,
.btn:hover,
.primary-button:focus,
.btn:focus {
  color: #fff;
  outline: none;
}

button:focus {
  outline: none;
}

.gradient {
  background: #fff;
}

.owl-theme .owl-dots .owl-dot {
  display: none;
}

.disabled {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.gradient:hover {
  background: -webkit-gradient(linear, left top, right top, from(#fe611b), to(#ff860b));
  background: linear-gradient(to right, #fe611b 0%, #ff860b 100%);
  color: #fff;
}

.form-control {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  height: auto;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a {
  color: #000;
  cursor: pointer;
  transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
}

a:not([href]):not([tabindex]) {
  color: #000;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #000;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
  color: #d90923;
}

.cfx::after {
  clear: both;
  content: "+";
  display: block;
  height: 0;
  visibility: hidden;
}

.mobile {
  display: none;
}

.container {
  max-width: 100%;
  padding: 0 65px;
}

.primaryBtn,
input.primaryBtn {
  padding: 12px 27px;
  border-radius: 5px;
  background: #bf2639;
  color: #fff;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.primaryBtn:hover {
  background: #d90923;
  color: #fff;
}

input.primaryBtn {
  border: none;
  font-size: 16px;
}

.secondaryBtn {
  padding: 12px 27px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #bf2639;
  color: #bf2639;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.secondaryBtn:hover {
  border: 1px solid #d90923;
  color: #d90923;
  -webkit-box-shadow: 0 0px 5px #d90923;
          box-shadow: 0 0px 5px #d90923;
}

.enquiryBtn {
  padding: 8px 20px;
  border-radius: 6px;
  background: #bf2639;
  display: inline-block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.enquiryBtn:hover {
  background: #d90923;
  color: #fff;
}

button.fullwidthBtn,
input.fullwidthBtn {
  border: none;
  width: 100%;
}

input.fullwidthBtn {
  border-radius: 7px;
}

.fullwidthBtn {
  padding: 13px;
  background: #bf2639;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  display: block;
  cursor: pointer;
}

.fullwidthBtn:hover {
  background: #d90923;
  color: #fff;
}

.disableBtn {
  background-color: #e9e9e9;
  color: #8d8d8d;
  pointer-events: none;
  border: 1px solid #e9e9e9;
}

.errorlist {
  list-style: none;
  color: red;
  padding-left: 0;
  font-size: 14px;
  margin-top: -12px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-dot {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
}

.slider {
  width: 20%;
}
.slider .prev-slide, .slider .owl-prev span {
  background-image: url(/static/assets/images/arrow-left.svg);
}
.slider .next-slide, .slider .owl-next span {
  background-image: url(/static/assets/images/arrow-right.svg);
}
.slider .owl-prev span, .slider .owl-next span {
  color: transparent;
}
.slider .owl-prev {
  left: 16px;
}
.slider .owl-next {
  right: 16px;
}
.slider .main-slide, .slider .owl-prev span, .slider .owl-next span {
  background-size: cover;
  background-position: center;
  width: 7px;
  height: 12px;
}
.slider .item img {
  border-radius: 6px;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-carousel .owl-nav.disabled {
  display: block;
}

.mainHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 28px 0;
  -webkit-transition: ease 800ms;
  transition: ease 800ms;
  z-index: 1050;
}
.mainHeader .header {
  position: relative;
}
.mainHeader .searchImgRed {
  display: none;
}
.mainHeader .logo {
  width: 175px;
}
.mainHeader .headerItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader .menuDrop {
  position: absolute;
  width: 100%;
  top: -260px;
  left: 0;
  display: block;
  background: #fff;
  border-radius: 0 0px 6px 6px;
  padding: 15px 30px 15px;
  -webkit-transition: ease 800ms;
  transition: ease 800ms;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.mainHeader .menuDrop .item {
  display: block;
  text-align: center;
  margin: 15px;
}
.mainHeader .menuDrop .item img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto;
}
.mainHeader .menuDrop .item .menuNames {
  font-size: 14px;
  color: #000;
  padding-top: 12px;
}
.mainHeader .menuDrop .item:hover .menuNames {
  color: #d90923;
}
.mainHeader .menuDrop.active {
  top: 60px;
  -webkit-transition: ease 800ms;
  transition: ease 800ms;
}
.mainHeader .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainHeader .menu .menuItem {
  color: #fff;
  padding: 10px 13px 10px 16px;
  cursor: pointer;
}
.mainHeader .menu .menuItem:hover,
.mainHeader .menu .menuItem.active {
  color: #bf2639;
}
.mainHeader #mobile-btn {
  width: 110px;
}
.mainHeader .search {
  width: 110px;
  text-align: right;
}
.mainHeader .logMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mainHeader .logMenu .loginButton {
  padding: 5px 20px 8px;
  margin-left: 10px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 7px;
  text-align: center;
}
.mainHeader .logMenu .loginButton:hover {
  color: #d90923;
}
.mainHeader .logMenu .dropdown-menu-log {
  z-index: 1000;
  position: absolute;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.mainHeader .logMenu .dropdown-menu-log.active {
  right: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  display: block;
}
.mainHeader .logMenu .dropdown-menu, .mainHeader .logMenu .dropdown-menu-log {
  padding: 0;
  right: 0;
  left: auto;
  min-width: 130px;
  top: 60px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  display: none;
}
.mainHeader .logMenu .dropdown-menu span, .mainHeader .logMenu .dropdown-menu-log span {
  display: block;
  padding: 6px 10px;
}
.mainHeader .logMenu .dropdown-menu span:hover, .mainHeader .logMenu .dropdown-menu-log span:hover {
  color: #d90923;
}
.mainHeader .logMenu .travelAgent {
  color: #fff;
}
.mainHeader .logMenu .travelAgent:hover {
  color: #d90923;
}
.mainHeader .logMenu .log {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.mainHeader .logMenu .log .loginImage {
  width: 30px;
  margin: 0 10px 0 25px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainHeader .logMenu .log p {
  color: #fff;
}
.mainHeader .logMenu .log:hover {
  color: #bf2639;
}
.mainHeader .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  padding: 10px;
}
.mainHeader .nav-slide {
  background-size: cover;
  background-position: center;
  width: 7px;
  height: 12px;
}
.mainHeader .prev-slide {
  background-image: url(/static/assets/images/arrow-left.svg);
}
.mainHeader .next-slide {
  background-image: url(/static/assets/images/arrow-right.svg);
}
.mainHeader .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  padding: 10px;
}
.mainHeader .loginImage {
  width: 30px;
  height: 30px;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainHeader.sticky {
  position: fixed;
  padding: 17px 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-transition: ease 800ms;
  transition: ease 800ms;
}
.mainHeader.sticky .menu .menuItem,
.mainHeader.sticky .logMenu .travelAgent,
.mainHeader.sticky .log {
  color: #000;
}
.mainHeader.sticky .menuItem:hover,
.mainHeader.sticky .menuItem.active {
  color: #bf2639;
}
.mainHeader.sticky .logMenu .loginButton {
  color: #000;
  border-color: rgba(0, 0, 0, 0.1607843137);
}
.mainHeader.sticky .logMenu .loginButton:hover {
  color: #d90923;
}
.mainHeader.sticky .logMenu .log p {
  color: #000;
}
.mainHeader.sticky .searchImg {
  display: none;
}
.mainHeader.sticky .searchImgRed {
  display: inline-block;
}
.mainHeader.sticky .agentlog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100px;
}
.mainHeader.sticky .agentlog p {
  padding-left: 10px;
  width: calc(100% - 30px);
}
.mainHeader.sticky .loginImage {
  width: 30px;
  height: 30px;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header.mobileMenuSec {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*button not active*/
  /* minus button */
}
.header.mobileMenuSec #mob_menu.show_menu {
  left: 0px;
}
.header.mobileMenuSec #mob_menu {
  position: fixed;
  background-color: #fff;
  height: 100%;
  z-index: 999999;
  width: 280px;
  color: #000;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  left: -320px;
  overflow: auto;
}
.header.mobileMenuSec .closeBox {
  text-align: right;
  padding: 20px;
}
.header.mobileMenuSec #close-btn {
  padding: 10px 0 10px 10px;
}
.header.mobileMenuSec .mobileMenus .accordion {
  font-size: 16px;
  padding: 0 0 15px 0px;
}
.header.mobileMenuSec .panel .option {
  display: block;
  padding-bottom: 20px;
  color: #8d8d8d;
}
.header.mobileMenuSec .course-accordion, .header.mobileMenuSec .login {
  cursor: pointer;
  padding: 15px 20px 18px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
  font-size: 16px;
  position: relative;
}
.header.mobileMenuSec .course-accordion .travelAgent, .header.mobileMenuSec .course-accordion .loginButton, .header.mobileMenuSec .login .travelAgent, .header.mobileMenuSec .login .loginButton {
  display: inline-block;
  padding-bottom: 10px;
}
.header.mobileMenuSec button.course-accordion::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
}
.header.mobileMenuSec button.course-accordion:after {
  content: "";
  background-image: url(/static/assets/images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 16px;
}
.header.mobileMenuSec button.course-accordion.active:after {
  background-image: url(/static/assets/images/arrow-up.png);
}
.header.mobileMenuSec .option {
  display: block;
  color: #8d8d8d;
  padding-bottom: 15px;
}
.header.mobileMenuSec .course-panel {
  padding: 0px 18px 0 20px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  width: 100%;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.4px;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.88);
  border-bottom: 1px solid #ddd;
}
.header.mobileMenuSec .log {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header.mobileMenuSec .dropdown-menu-log {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header.mobileMenuSec .select {
  padding-top: 5px;
  height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.header.mobileMenuSec .dropdown-menu-log a {
  padding: 4px 3px;
  display: block;
}

.innerpageContent {
  padding: 130px 0 30px;
}

.heading {
  text-align: center;
  padding: 0 17% 40px 17%;
  text-transform: capitalize;
}

.bannerSection {
  position: relative;
}
.bannerSection::before {
  content: "";
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.bannerSection .bannerImage {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerSection .searchIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bannerSection .bannerContent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.bannerSection .bannerContent h1 {
  color: #fff;
}
.bannerSection .dream {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 33px;
  min-height: 90px;
}
.bannerSection .typewriter {
  position: relative;
}
.bannerSection .typewriter span {
  text-transform: uppercase;
  -webkit-animation: cursor 1s ease-in-out infinite;
          animation: cursor 1s ease-in-out infinite;
}
.bannerSection .animated {
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-1%) rotate(-1deg);
            transform: translateX(-1%) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateX(1%) rotate(1deg);
            transform: translateX(1%) rotate(1deg);
  }
  75% {
    -webkit-transform: translateX(-1%) rotate(0deg);
            transform: translateX(-1%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-1%) rotate(-1deg);
            transform: translateX(-1%) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateX(1%) rotate(1deg);
            transform: translateX(1%) rotate(1deg);
  }
  75% {
    -webkit-transform: translateX(-1%) rotate(0deg);
            transform: translateX(-1%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.bannerSection .wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}
.bannerSection .search:first-child .dropdown {
  border-radius: 7px 0px 0px 7px;
}
.bannerSection .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 15px;
  width: 220px;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-right: 1px solid #bababa;
  color: #8d8d8d;
}
.bannerSection .dropdown .pin {
  margin-right: 10px;
  width: 13px;
  height: 13px;
}
.bannerSection .dropdown select {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.bannerSection .dropdown .dropdown-menu-log {
  z-index: 1000;
  position: absolute;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.bannerSection .dropdown .dropdown-menu, .bannerSection .dropdown .dropdown-menu-log {
  padding: 0;
  width: 100%;
  margin-top: 0;
  z-index: 2;
  max-height: 200px;
  overflow-y: scroll;
}
.bannerSection .dropdown .dropdown-menu li, .bannerSection .dropdown .dropdown-menu-log li {
  padding: 0 10px;
  word-break: break-word;
}
.bannerSection .dropdown .dropdown-menu li:hover, .bannerSection .dropdown .dropdown-menu-log li:hover {
  color: #bf2639;
}
.bannerSection .dropdown .dropdown-menu li:last-child, .bannerSection .dropdown .dropdown-menu-log li:last-child {
  padding-bottom: 4px;
}
.bannerSection .dropdown ::-webkit-scrollbar {
  width: 3px;
  border-radius: 50px;
  background-color: #bf2639;
}
.bannerSection .dropdown ::-webkit-scrollbar-track {
  width: 3px;
  background-color: #ddd;
}
.bannerSection .dropdown ::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 50px;
  background-color: #bf2639;
}
.bannerSection .dropdown:focus {
  outline: none;
}
.bannerSection .dropdown.disable {
  background: #e5e5e5;
  pointer-events: none;
}
.bannerSection .searchClick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  background: #bf2639;
  border-radius: 0px 7px 7px 0px;
  cursor: pointer;
}
.bannerSection .searchClick:hover {
  background: #d90923;
}
.bannerSection .bottomSection {
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.bannerSection .bottomSection .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 2%;
  -webkit-transition: all ease 0.9s;
  transition: all ease 0.9s;
}
.bannerSection .bottomSection .items:hover {
  margin-top: -20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.bannerSection .bottomSection .data {
  padding-left: 6px;
  color: #fff;
  cursor: default;
  min-width: 82px;
}
.bannerSection .bottomSection .count {
  font-size: 18px;
}
.bannerSection .bottomSection .text {
  font-size: 14px;
  padding-top: 3px;
}

.bannerSection.innerPageBanner .bannerImage {
  height: 40vh;
}

.whyTravel.bannerSection {
  padding-top: 146px;
  padding-bottom: 86px;
}
.whyTravel.bannerSection .bottomSection {
  position: static;
}
.whyTravel.bannerSection .bannerSection::before {
  display: none;
}
.whyTravel.bannerSection .bottomSection .data {
  color: #000;
}

.whyTravel.bannerSection::before {
  display: none;
}

.howItWorks.registerPage {
  background-color: #F2F2F2;
  padding: 65px 0 90px;
}
.howItWorks.registerPage .content .title {
  font-weight: 600;
}

.benefitsOf {
  padding: 50px 0 90px;
}
.benefitsOf .benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.benefitsOf .benefits {
  width: 25%;
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefitsOf span.benefitText {
  padding-left: 15px;
  font-weight: 700;
}

.happyTravellers.register-page {
  padding-top: 100px;
}

.registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.registration .regLogo {
  display: none;
  padding-bottom: 20px;
}
.registration .imageSection {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.registration .imageSection .content {
  width: 55%;
  text-align: center;
}
.registration .imageSection .content img {
  margin-bottom: 30px;
}
.registration .signSection {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.registration .signSection .content {
  padding: 20px 0;
  width: 300px;
}
.registration .signSection .content h2 {
  margin-bottom: 18px;
}
.registration .signSection .content .info {
  color: #8d8d8d;
  text-align: center;
  margin-bottom: 25px;
}
.registration .signSection .content .info p {
  color: #000;
  font-weight: 600;
  margin-top: 5px;
}
.registration .signSection .content .fields {
  margin-bottom: 15px;
}
.registration .signSection .content .fields span {
  font-size: 14px;
  color: #6b6b6b;
  padding-bottom: 5px;
  display: block;
}
.registration .signSection .content .fields .cCode {
  position: absolute;
  left: 50px;
  z-index: 2;
  top: 50%;
  padding-bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.registration .signSection .content .otp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.registration .signSection .content .otp input {
  text-align: center;
  width: 22%;
}
.registration .signSection .content label {
  margin-bottom: 0;
  width: 100%;
}
.registration .signSection .content .submitBtn {
  padding: 10px 0 15px;
}
.registration .signSection .content .text {
  color: #8d8d8d;
  font-size: 14px;
}
.registration .signSection .content .text a {
  color: #000;
}
.registration .signSection .content .text a:hover {
  color: #d90923;
}
.registration .signSection .content .already {
  padding-top: 10px;
  text-align: center;
}
.registration .signSection .content .already a {
  color: #bf2639;
  font-weight: 600;
  padding-left: 2px;
}
.registration .signSection .content .already a:hover {
  color: #d90923;
}
.registration .signSection .content .phoneNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #bcbcbc;
  border-radius: 7px;
  position: relative;
}
.registration .signSection .content .phoneNumber .pLeft {
  width: 18%;
  padding-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.registration .signSection .content .phoneNumber .pLeft .arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  z-index: 1;
}
.registration .signSection .content .phoneNumber .pLeft select {
  border: none;
  outline: none;
  appearance: none;
  z-index: 2;
  position: relative;
  background: transparent;
  padding: 12px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.registration .signSection .content .phoneNumber .pLeft select::-ms-expand {
  display: none;
}
.registration .signSection .content .phoneNumber .pLeft::before {
  content: "";
  position: absolute;
  background: #8d8d8d;
  width: 1px;
  height: 20px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.registration .signSection .content .phoneNumber .pRight {
  width: 82%;
  padding-bottom: 0;
}
.registration .signSection .content .phoneNumber .pRight input {
  border: none;
}
.registration .signSection .content .phoneNumber select {
  border: none;
  width: 90px;
  border-radius: 6px 0px 0px 6px;
  position: relative;
}
.registration .signSection .content .phoneNumber select::before {
  content: "";
  position: absolute;
  background: #8d8d8d;
  width: 1px;
  height: 20px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.registration .signSection .content .phoneNumber input {
  border: none;
}
.registration .signSection .content .iti .phonenumber {
  padding-left: 55px;
}
.registration .signSection .content .remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  font-size: 14px;
}
.registration .signSection .content .remember label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration .signSection .content .remember label span {
  padding-left: 5px;
}
.registration .signSection .content .remember a {
  font-size: 14px;
}
.registration .signSection .content.scrollReg {
  padding-top: 110px;
}
.registration .signSection .content.scrollReg::-webkit-scrollbar {
  width: 3px;
  border-radius: 50px;
  background-color: #bf2639;
}
.registration .signSection .content.scrollReg::-webkit-scrollbar-track {
  width: 3px;
  background-color: #ddd;
}
.registration .signSection .content.scrollReg::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 50px;
  background-color: #bf2639;
}
.registration .content h2 {
  text-align: center;
}

.logo.registration-logo {
  position: absolute;
  left: 100px;
  top: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(191, 38, 57, 0.9411764706);
  border: none;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-color: #fff;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background: #bf2639;
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(191, 38, 57, 0.9411764706);
}

.toast-info {
  background-color: rgba(0, 0, 0, 0.5803921569);
}

.mainHeader .profileMenus {
  padding: 0px;
  background: #F7F7F7;
  border-radius: 6px;
  position: absolute;
  right: 0;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  width: 200px;
  padding: 30px;
  display: none;
  top: 80px;
}
.mainHeader .profileMenus.showMenu {
  display: block;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.mainHeader .profileMenus .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mainHeader .profileMenus .menus:first-child {
  padding-top: 0px;
}
.mainHeader .profileMenus .menus:last-child {
  padding-bottom: 0px;
}
.mainHeader .profileMenus .menus.active .menuName, .mainHeader .profileMenus .menus:hover .menuName {
  color: #bf2639;
  font-weight: 700;
}
.mainHeader .profileMenus .menuIcon {
  width: 20px;
}
.mainHeader .profileMenus .menuName {
  color: #000;
  padding-left: 5px;
  width: calc(100% - 20px);
}

.footer {
  background: #303030;
  margin-top: 160px;
  position: relative;
  padding-top: 200px;
  padding-bottom: 40px;
}
.footer .footerOvertop {
  background: #fff;
  padding: 45px 50px;
  border-radius: 20px;
  width: 1016px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  margin: -310px auto 0px;
}
.footer .destinationImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
}
.footer .destinationImgs a {
  margin-bottom: 7px;
  width: 18%;
  height: 58px;
  border-radius: 6px;
  overflow: hidden;
}
.footer .destinationImgs a img:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: ease 800ms;
  transition: ease 800ms;
}
.footer .destinationImgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  -webkit-transition: ease 800ms;
  transition: ease 800ms;
}
.footer .destinationImgs.mobile {
  display: none;
}
.footer .overUsers,
.footer .overAbout {
  width: 30%;
  position: relative;
  padding-right: 80px;
}
.footer .overUsers a,
.footer .overAbout a {
  display: block;
  color: #8d8d8d;
  padding: 10px 10px 6px 0px;
  font-size: 14px;
}
.footer .overUsers a:hover,
.footer .overAbout a:hover {
  color: #bf2639;
}
.footer .overAbout::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 60px;
  top: 0;
  background: #bbbbbb;
}
.footer .overDestination {
  width: 40%;
}
.footer .footerBottom {
  text-align: center;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
.footer .footerBottom .logo {
  position: relative;
  display: inline-block;
  margin-bottom: 45px;
}
.footer .footerBottom .logo img {
  width: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .footerBottom .logo::before {
  content: "";
  background: #707070;
  width: 375px;
  height: 1px;
  left: -215px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.footer .footerBottom .logo::after {
  content: "";
  background: #707070;
  width: 375px;
  height: 1px;
  right: -590px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.footer .footerBottom .socialIcons {
  padding-bottom: 20px;
}
.footer .footerBottom .socialIcons a {
  margin: 0 6px;
}
.footer .footerBottom .socialIcons a:hover img {
  opacity: 0.8;
  -webkit-transform: rotateZ(10deg);
          transform: rotateZ(10deg);
}
.footer .footerBottom .webcastle {
  padding-left: 6px;
}
.footer .visacard {
  padding-top: 25px;
}

.modal.open {
  display: block;
  z-index: 99;
  padding-top: 60px;
  -webkit-transition: ease 2000ms;
  transition: ease 2000ms;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1072;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6);
  /* Black w/ opacity */
  -webkit-transition: ease 2000ms;
  transition: ease 2000ms;
  text-align: center;
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
.modal .modal-content {
  position: absolute;
  background-color: #fff;
  margin: auto;
  padding: 33px 40px;
  border: none;
  width: 441px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: ease 2000ms;
  transition: ease 2000ms;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.modal .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .close:hover,
.modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal .modal-header {
  padding: 2px 0px;
  border: none;
  display: block;
}
.modal .modal-body {
  padding: 2px 0px;
}
.modal .modal-footer {
  padding: 25px 0px 0;
  display: block;
}
.modal .modal-footer p {
  font-size: 15px;
}
.modal .modal-footer p a {
  color: #bf2639;
  font-weight: 600;
  padding-left: 3px;
}
.modal form {
  margin: 0;
}
.modal .otp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 30px;
}
.modal .otp input {
  width: 22%;
  text-align: center;
}
.modal .modal-body .title {
  margin-bottom: 20px;
  color: #8d8d8d;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .fields {
  text-align: left;
  margin-bottom: 20px;
}
.modal .fields label {
  width: 100%;
  margin: 0;
}
.modal .fields span {
  color: #8d8d8d;
  font-size: 14px;
  padding-bottom: 5px;
  display: block;
}
.modal .close {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.modal .buttons {
  padding-top: 7px;
}
.modal .buttons .yes {
  background: #bf2639;
  padding: 10px 27px 12px;
  border-radius: 5px;
  margin: 0 3px;
  color: #fff;
  display: inline-block;
}
.modal .buttons .yes:hover {
  background-color: #d90923;
}
.modal .buttons .no {
  padding: 10px 27px 12px;
  margin: 0 3px;
  display: inline-block;
}

button {
  border: none;
  background: none;
}

#forgotModal, #newPasswordModal {
  pointer-events: none;
}

.resendText {
  color: #bf2639;
  cursor: pointer;
  font-weight: 600;
}

.resendText.inactive {
  color: #cdcdcd;
  cursor: default;
}

.iti {
  width: 100%;
}

.scrollTop {
  position: fixed;
  right: 30px;
  bottom: 70px;
  color: #fff;
  background: #d90923;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  -webkit-animation: bounce 2s ease infinite;
          animation: bounce 2s ease infinite;
}
.scrollTop a {
  color: #fff;
}

@-webkit-keyframes bounce {
  0%, 50%, 50%, 50%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%, 50%, 50%, 50%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.swal2-title {
  font-size: 18px !important;
}

.swal2-container.swal2-center > .swal2-popup {
  padding: 20px 10px 40px !important;
  width: 410px !important;
}

.swal2-styled.swal2-confirm {
  background-color: #bf2639 !important;
}

.swal2-styled.swal2-cancel {
  background-color: #b1b1b1 !important;
}

.swal2-styled.swal2-confirm:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.not-found-wrap {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not-found-wrap h1 {
  font-size: 90px;
}

.not-found-wrap p {
  font-size: 30px;
}

@media screen and (max-width: 1199px) {
  .primaryBtn,
input.primaryBtn {
    padding: 12px 15px;
  }

  .secondaryBtn {
    padding: 12px 15px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .footer .footerOvertop {
    width: 100%;
  }

  .footer .overAbout::before {
    right: 50px;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h5 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .footer .footerOvertop {
    width: 100%;
  }

  .benefitsOf .benefits {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .container {
    padding: 0 45px;
  }

  .mainHeader .menu .menuItem {
    padding: 10px 8px 10px 16px;
  }

  .mainHeader .logMenu .log .loginImage {
    margin: 0 10px 0 15px;
  }

  .footer .overUsers,
.footer .overAbout {
    width: 23%;
    padding-right: 30px;
  }
  .footer .overAbout::before {
    right: 20px;
  }
  .footer .overDestination {
    width: 50%;
  }
  .footer .footerOvertop {
    padding: 40px 30px;
  }
  .footer .destinationImgs img {
    height: 54px;
  }

  .bannerSection .dropdown {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 35px;
  }

  .registration .regLogo {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  .registration .imageSection {
    display: none;
  }
  .registration .signSection {
    width: 100%;
    height: 100vh;
  }
  .registration .signSection .content {
    width: 50%;
  }

  .whyTravel.bannerSection {
    padding-top: 86px;
    padding-bottom: 46px;
  }
  .whyTravel.bannerSection .bottomSection .items:nth-child(2n) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .howItWorks.registerPage {
    padding: 35px 0 40px;
  }

  .benefitsOf {
    padding: 30px 0 50px;
  }

  .bannerSection .searchIn {
    display: none;
  }
  .bannerSection .bannerContent {
    width: 100%;
  }
  .bannerSection .bottomSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    bottom: 0;
    padding: 0 15px;
  }
  .bannerSection .bottomSection .items {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bannerSection .bottomSection .items:nth-child(2n) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bannerSection .dream {
    font-size: 36px;
  }

  .heading {
    padding: 0 7% 10px 7%;
  }

  .innerpageContent {
    padding: 90px 0 20px;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .modal .modal-content {
    width: 90%;
  }

  .header.mobileMenuSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mainHeader {
    padding: 10px 0;
  }
  .mainHeader .logo {
    width: 150px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }

  .footer {
    margin-top: 140px;
  }
  .footer .footerOvertop {
    display: block;
    padding: 30px 25px 25px 30px;
  }
  .footer .overUsers,
.footer .overAbout {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .footer .overAbout::before {
    display: none;
  }
  .footer .overDestination {
    width: 100%;
  }
  .footer .destinationImgs a {
    width: 19.33%;
    height: 70px;
  }
  .footer .footerBottom .logo {
    margin-bottom: 30px;
  }
  .footer .dropdown:focus-visible {
    outline: none;
  }
  .footer .destinationImgs.desktop {
    display: none;
  }
  .footer .destinationImgs.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .searchModal .select {
    border: 1px solid #bcbcbc;
    padding: 10px 25px 10px 10px;
    border-radius: 7px;
    position: relative;
    height: 40px;
    text-align: left;
  }
  .searchModal .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .searchModal .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #8d8d8d;
  }
  .searchModal .pin {
    margin-right: 10px;
  }
  .searchModal .search {
    margin-bottom: 10px;
  }
  .searchModal .dropdown-menu, .searchModal .dropdown-menu-log {
    padding: 10px 10px 10px 10px;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .container {
    padding: 0 15px;
  }

  .registration .signSection .content {
    width: 70%;
  }

  .benefitsOf .benefit {
    width: 100%;
  }

  .benefitsOf .benefits {
    padding: 15px 10px;
  }

  .primaryBtn,
.secondaryBtn,
input.primaryBtn {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 360px) {
  .footer .destinationImgs a {
    width: 49.33%;
  }

  .benefitsOf .benefits {
    width: 100%;
  }
}