body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626262;
  font-weight: 400;
}

* {
  margin: 0px;
  padding: 0px;
}

ul {
  margin-bottom: 0px;
  padding-left: 0px;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  transition: .5s;
  color: #36775B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323232;
}

p {
  font-size: 14px;
  line-height: 24px;
  color: #505050;
  font-weight: 400;
  margin-bottom: 0px;
}

.container {
  max-width: 1230px;
}

.btn-custom {
  background: #ff6a03;
  border: 1px solid #ff6a03;
  box-shadow: 0px 9.375px 27.343748092651367px 0px #46825133;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  height: 48px;
  min-width: 125px;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  border-radius: 8px;
}

.btn-custom:hover,
.btn-custom:focus {
  background: #36775B;
  border-color: #36775B;
  color: #fff;
  box-shadow: 0px 9.375px 27.343748092651367px 0px #46825133;
  text-decoration: none;
}


.slider-wrapper {
  background: linear-gradient(to right top, #36775b, #013520);
  padding: 30px 0px;
  padding-bottom: 80px;
  position: relative;
}

.slider-wrapper h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 45px;
  margin: 0px;
  color: #ffffff;
  margin-bottom: 35px;
}

.mobile-wrapper {
  display: none;
}



/* Booking Engine Start */

.search-engine-box {
  text-align: center;
}

.search-engine-box .nav-tabs {
  justify-content: center;
  z-index: 98;
  position: relative;
  border: none;
  display: inline-flex;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
  padding: 5px 10px 0px;
  background: #fff;
}

.search-engine-box .nav-tabs li a {
  padding: 10px 25px;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #505050;
  font-size: 22px;
  text-transform: capitalize;
  background: #fff;
  font-weight: 500;
  letter-spacing: .1px;
  transition: all .5s ease;
}

.search-engine-box .nav-tabs li a span {
  display: flex;
  font-size: 15px;
  margin-top: 10px;
  line-height: 20px;
}

.search-engine-box .nav-tabs li a.active {
  color: #ff6a03;
}

.search-engine-box .nav-tabs li a:hover {
  color: #000;
}

.search-engine-box>.tab-content {
  padding: 20px 20px;
  text-align: left;
  padding-top: 55px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  margin-top: -35px;
  z-index: 40;
  min-height: 220px;
}

.flightEngine-wrap {
  border-top: 1px solid #cccccc54;
  border-bottom: 1px solid #cccccc54;
  margin: 20px 0px;
}

.tripTypes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.tripTypes>div {
  margin-right: 25px;
}

.tripTypes .custom-control-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}

.flightEngine-wrap label {
  font-size: 12px;
  color: #505050;
  text-transform: uppercase;
  margin: 0px;
}

.flightEngine-wrap label span.calendra {
  margin-right: 5px;
  font-size: 14px;
}

.flightEngine-wrap .custom-control,
.flightEngine-wrap .custom-control:hover,
.flightEngine-wrap .custom-control:focus {
  border: none;
  padding: 0px;
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
  letter-spacing: .5px;
  color: #000;
  height: 35px;
  box-shadow: none;
}

.flightEngine-wrap .form-control::placeholder {
  color: #000;
}

.flightDepart .custom-control,
.flightDepart .custom-control:hover,
.flightDepart .custom-control:focus,
.flightReturn .custom-control,
.flightReturn .custom-control:hover,
.flightReturn .custom-control:focus {
  font-size: 20px;
}

.flightEngine-wrap p {
  font-size: 11px;
  margin: 0px;
  overflow: hidden;
  height: 22px;
}

.custom-row {
  margin-left: 0px;
  margin-right: 0px;
}

.py-20 {
  padding: 15px 20px;
  height: 115px;
  position: relative;
}

.flightDepart::before,
.flightReturn::before,
.flightTravellers::before {
  background: #cccccc54;
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
}

.dateDisable {
  background: #cccccc45;
  cursor: no-drop !important;
}

.returnText p {
  padding: 8px 0px;
  color: #505050;
  text-align: left;
  font-size: 11px;
  line-height: 18px;
  font-weight: 500;
  height: auto;
}

.swipWrap {
  padding-left: 22px;
  position: relative;
}

.swipWrap::before {
  background: #cccccc54;
  content: '';
  position: absolute;
  left: -20px;
  top: 0px;
  width: 1px;
  height: 100%;
}

.swipButton {
  position: absolute;
  background: #fff;
  width: 40px;
  height: 40px;
  z-index: 9999;
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -40px;
  top: 50%;
  margin-top: -18px;
  cursor: pointer;
}

.swipButton::before {
  content: '';
  background: url('../images/swip-icon.png') no-repeat top center;
  background-size: auto;
  width: 22px;
  height: 16px;
  position: absolute;
  background-size: cover;
}

.adult-details h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
  letter-spacing: .5px;
  color: #000;
  min-height: 35px;
  line-height: 30px;
}

.adult-details h3 small {
  font-size: 13px;
  font-weight: 500;
  margin-left: 8px;
}

.traveller-wrap {
  position: absolute;
  background: #fff;
  width: 240px;
  top: 100px;
  left: 20px;
  border: 1px solid #cccccc8f;
  background: #fff;
  overflow: hidden;
  z-index: 99;
  box-shadow: 0px 6px 12px #6666664f;
}

.travellersouter ul,
.flightType ul {
  flex-direction: column;
}

.travellersouter ul li {
  padding: 10px 15px !important;
  margin: 0px;
  display: flex;
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border-bottom: 1px dotted #cbcbcb;
  cursor: initial;
  transition: .3s;
}

.travellersouter ul li .travellerLabel {
  font-size: 13px;
  color: #333;
  font-weight: 500;
  line-height: 18px;
  width: calc(100% - 130px);
}

.travellersouter ul li .travellerLabel span {
  font-size: 10x;
  color: #333;
  font-weight: normal;
  display: block;
  line-height: 18px;
}

.travellersouter ul li .travellerLabel span {
  font-size: 11px;
  color: #6d6d6d;
  font-weight: normal;
  display: block;
  line-height: 14px;
}

.travellerCount span+span {
  border-left: 1px solid #d4d4d4;
}

.travellerCount {
  width: 70px;
  height: 28px;
  border: 1px solid #d4d4d4;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.travellerCount span {
  width: 50%;
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
  color: #000;
}

.travellerValue input,
.travellerValue input:focus {
  width: 40px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  box-shadow: none;
  outline: 0;
}

.flight-wrapper1>ul>li:hover {
  background: #e37527;
}

.flight-wrapper1>ul>li.btnArea:hover {
  background: #e37527;
  cursor: inherit;
}

.tripTypes .custom-control-label {
  cursor: pointer;
}

.travellerCount span:hover,
.travellerCount span:focus {
  background: #f18335;
  color: #fff;
}

.flightType ul {
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 15px;
}

.flightType ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 2px 0px;
}

.flightType ul li .custom-control-label {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 23px;
  cursor: pointer;
  color: #000;
}

.applyBtn {
  padding: 0px 15px 15px;
}

.btn-apply {
  background: #ff6a03;
  border: 1px solid #ff6a03;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}

.btn-apply:hover,
.btn-apply:focus {
  border-color: #36775b;
  background: #36775b;
  color: #fff;
}


.btn-search {
  background: #ff6a03;
  transition: .3s;
  color: #fff;
  border: 1px solid #ff6a03;
  font-size: 16px;
  font-weight: 600;
  min-width: 140px;
  border-radius: 5px;
  padding: 10px 10px;
  line-height: 36px;
  display: inline-flex;
  justify-content: center;
}

.btn-search:hover,
.btn-search:focus {
  background: #36775b;
  color: #fff;
  border-color: #36775b;
}

.flightBottom-box>ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flightBottom-box>ul>li {
  display: inline-flex;
  list-style: none;
}

.flightBottom-box>ul>li+li {
  border-left: 1px solid #ffffff36;
  padding-left: 15px;
  margin-left: 15px;
}

.flightBottom-box>ul>li a {
  display: flex;
  font-size: 13px;
  color: #000;
  align-items: center;
}

.flightBottom-box>ul>li a strong {
  margin-left: 5px;
}

.flightBottom-box>ul>li .custom-control-label {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  cursor: pointer;
}

.flightBottom-box>ul>li a span {
  background: #36775B;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  margin-right: 8px;
  text-align: center;
  line-height: 18px;
  padding-right: 3px;
}

.flightBottom-box>ul>li a span i {
  margin-left: 4px;
}

.search-list {
  position: absolute;
  width: 350px;
  top: 100px;
  left: 0px;
  border: 1px solid #cccccc8f;
  background: #fff;
  overflow: hidden;
  z-index: 99;
  box-shadow: 0px 6px 12px #6666664f;
  display: none;
}

.search-list ul {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.search-list ul li {
  padding: 12px 15px !important;
  width: 100% !important;
  height: auto;
}

.search-list ul li+li {
  border-top: 1px solid #cccccc29;
}

.search-list ul li .search-info h4 {
  font-size: 14px;
  color: #333;
  margin: 0px;
}

.search-list ul li .search-info h4 small {
  background: #333;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border-radius: 0px;
  width: 28px;
  display: inline-flex;
  margin-right: 8px;
  height: 15px;
  justify-content: center;
  align-items: center;
}

.search-list ul li .search-info h4 span {
  font-size: 11px;
  color: #666;
  display: block;
  margin-top: 3px;
}

.search-list ul li:hover {
  background: #f1f7ff;
  cursor: pointer;
}

.height200 {
  height: 300px;
}

.scrollBar {
  overflow-y: auto;
  overflow-y: scroll;
  overflow-y: auto;
  scrollbar-color: #0000005c #00000024;
  scrollbar-width: thin;
}

.scrollBar::-webkit-scrollbar {
  width: 6px;
}

.scrollBar::-webkit-scrollbar-track {
  background: #00000024;
}

.scrollBar::-webkit-scrollbar-thumb {
  background: #0000005e;
}

.scrollBar::-webkit-scrollbar-thumb:hover {
  background: #0000005e;
}

.roomGuestBox {
  background: #fff;
  box-shadow: 0px 0px 10px #ccc;
  position: absolute;
  width: 240px;
  z-index: 99;
  left: 0px;
  border-radius: 4px;
  top: 100px;
  padding: 15px;
}

.height450 {
  max-height: 450px
}

.form-select:focus {
  box-shadow: none;
  outline: 0;
}

.form-select+.room-details {
  margin-top: 15px;
}

.room-details h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.room-details .col-sm-6 {
  margin-bottom: 10px;
}

.room-details label {
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 5px;
}

.room-details label>span {
  display: block;
  font-size: 11px;
  line-height: 15px;
  text-transform: capitalize;
}

.btn-add {
  border: 1px solid #36775B;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #36775B;
  padding: 8px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  box-shadow: 0px 0px 4px #cccccc52;
}

.btn-add:hover {
  background: #36775B;
  color: #fff;
  background: #36775B;
}

.btn-add i {
  margin-right: 5px;
}

.form-control[readonly] {
  background-color: #fff;
}

.input-group-addon {
  display: none;
}

.datepicker-dropdown {
  z-index: 9999 !important;
  padding: 10px 10px !important;
}

.datepicker th {
  color: #36775B;
}

.datepicker td,
.datepicker th {
  width: 45px !important;
  height: 45px !important;
  font-size: 15px;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background: #ccc !important;
  color: #000 !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background: #36775B !important;
  color: #fff !important;
}

.grey-bg {
  background: #fafafa;
}

.general-wrapper {
  background: #fff;
  padding: 15px 50px;
  border-radius: 60px;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
}

.general-item .img-fluid {
  height: 38px;
  position: absolute;
  left: 0px;
}

.general-item {
  position: relative;
  padding-left: 70px;
}

.general-content h2 {
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: 500;
  color: #000000;
}

.general-content p {
  font-size: 13px;
  color: #505050;
  font-weight: 400;
  margin: 0px;
  line-height: 22px;
}

/* Booking Engine End */

.pt-5 {
  padding-top: 50px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.heading-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.heading-wrap h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 36px;
}

.heading-wrap p {
  font-size: 14px;
  color: #505050;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 5px;
}

.heading-wrap p+p {
  margin-top: 20px;
}

.offers-tabs {
  display: inline-flex;
  margin-left: 50px;
}

.offers-tabs .nav-tabs {
  border-bottom: none;
}

.offers-tabs .nav-tabs>li>a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  padding: 0px 5px;
  margin: 3px 15px;
}

.offers-tabs .nav-tabs>li>a:hover {
  color: #36775B;
}

.offers-tabs .nav-tabs>li>a.active {
  color: #36775B;
  border-color: #36775B !important;
  background: transparent !important;
}

.offer-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
  padding: 10px;
  border-radius: 6px;
  background: #fff;
}

.offer-box .offer-image {
  width: 130px;
  border-radius: 4px;
  overflow: hidden;
}

.offer-box .offer-image img {
  width: 100%;
}

.offer-box .offer-content {
  width: calc(100% - 130px);
  padding-left: 15px;
}

.offer-box .offer-content h3 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}

.promoCode-box {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #cccccc6e;
  display: inline-flex;
  padding-right: 15px;
}

.promoCode-box>span {
  background: #36775B;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  margin-right: 10px;
  font-weight: normal;
}

.offer-box .offer-content p {
  font-size: 13px;
  color: #505050;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 20px;
  min-height: 50px;
}

.offer-box .offer-content span.offerDate {
  font-size: 11px;
  color: #505050;
}

.slick-list {
  margin: 0 -14px;
  padding: 10px 0px;
}

.slick-slide {
  margin-right: 14px;
  margin-left: 14px;
}

.slick-next,
.slick-prev {
  position: absolute;
  top: -50px;
  font-size: 0px;
  width: 50px;
  height: 35px;
  background: transparent;
  border: none;
  color: transparent;
  right: 49px;
}

.slick-next::before,
.slick-prev::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  z-index: 9;
  width: 50px;
  height: 35px;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #666;
  font-size: 15px;
  font-weight: 900;
  line-height: 40px;
  background: #fff;
  border: 1px solid #cccccc8c;
  border-radius: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 30px 30px 0px;
}

.slick-next {
  left: auto;
  right: 0px;
  margin-right: 0px;
}

.slick-prev::before {
  transform: rotate(180deg);
}

.slick-next:hover::before,
.slick-prev:hover::before {
  color: #ff6a03;
}

.flight-deal-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.flight-deal-box>div {
  width: 50%;
}

.flight-deal-content {
  padding: 20px;
  text-align: center;
}

.flight-deal-content h3 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 26px;
}

.flight-deal-content h3>span {
  font-weight: 400;
  font-size: 18px;
}

.flight-deal-content p {
  font-size: 14px;
  color: #505050;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 24px;
}

.flight-deal-content p>span {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  line-height: 35px;
}

.flight-deal-content p>span>i {
  font-size: 23px;
  margin-right: 5px;
}

.flight-deal-content a {
  background: #ff6a03;
  display: inline-flex;
  color: #fff;
  padding: 8px 20px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
}

.apps-wrapper {
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 6px;
  background: #fff;
}

.apps-wrapper h2 {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px
}

.apps-wrapper p {
  font-size: 15px;
  color: #505050;
  margin-bottom: 10px
}

.apps-box {
  margin: 35px 0
}

.apps-box ul li+li {
  margin-left: 15px
}

.apps-code {
  border-radius: 30px;
  border: 2px dotted #36775B;
  height: 40px;
  padding-left: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500
}

.apps-code span {
  background: #36775B;
  color: #fff;
  height: 100%;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  border-radius: 0 30px 30px 0;
  margin-left: 15px
}

.package-item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.package-item img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}

.package-item .package-content {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #00000040;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.package-item .package-content h3 {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  margin-bottom: 0px;
  transform: translateY(45px);
  transition: all .3s linear;
  height: 28px;
  overflow: hidden;
  text-shadow: 2px 2px 5px #000;
  font-weight: 700;
}

.package-item .package-content p {
  font-size: 17px;
  color: #fff;
  line-height: 20px;
  margin: 0px;
  transform: translateY(45px);
  transition: all .3s linear;
  opacity: 1;
  height: 28px;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 10px;
}

.package-item .package-content p>i {
  font-size: 14px;
  margin-right: 3px;
}

.package-item .package-content a {
  background: #ff6a03;
  display: inline-flex;
  color: #fff;
  padding: 8px 20px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
  transform: translateY(120px);
  transition: all .3s linear;
  opacity: 0;
}

.package-item:hover .package-content h3 {
  transform: translateY(0px);
  opacity: 1;
}

.package-item:hover .package-content p {
  transform: translateY(0px);
  opacity: 1;
}

.package-item:hover .package-content a {
  transform: translateY(0px);
  opacity: 1;
}

.why-bookus-wrapper {
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 6px;
  background: #fff;
}

.why-bookus-icon {
  width: 50px;
  margin: 0px auto;
  height: 50px;
}

.why-bookus-content {
  margin-top: 20px;
  text-align: center;
}

.why-bookus-content h3 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 600;
}

.why-bookus-content p {
  font-size: 14px;
  font-weight: 400;
  color: #505050;
  margin-bottom: 0px;
  line-height: 20px;
}

.travel-blog-item {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  display: block;
  position: relative;
}

.travel-blog-item img {
  display: block;
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.travel-blog-content {
  padding: 15px;
}

.travel-blog-item span {
  position: absolute;
  right: 0px;
  top: 15px;
  background: #ff6a03;
  color: #fff;
  border-radius: 30px 0px 0px 30px;
  padding: 0px 15px;
  font-size: 12px;
  font-weight: 600;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.travel-blog-content h3 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 24px;
  min-height: 50px;
}

.subscribe-wrap {
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 6px;
  background: #fff;
  margin-bottom: -50px;
  z-index: 999;
  position: relative;
}

.subscribe-wrap .heading-wrap h2 {
  font-size: 26px;
  line-height: 35px;
}

.subscribe-wrap .input-group {
  margin: 25px 0px 0px;
  border-radius: 4px;
  overflow: hidden;
}

.subscribe-wrap .form-control {
  border-color: #efebdf;
  height: 50px;
  padding: 10px 20px;
  font-size: 15px;
  color: #4c4c4d;
}

.subscribe-wrap .form-control:focus {
  border-color: #efebdf;
  box-shadow: none;
}

.subscribe-wrap .btn {
  background: #ff6a03;
  color: #fff;
  font-weight: 500;
  padding: 0px 25px;
  min-width: 110px;
  transition: all .6s ease-in-out;
  height: 50px;
  border-radius: 0px;
}

.iconRight {
  margin-left: 8px;
}

.subscribe-wrap .btn:hover {
  color: #fff !important;
  background: #36775b;
  box-shadow: none;
}


/* career pages */

.career-banner {
  background: url('../images/career-banner.jpg') no-repeat top center;
  height: 380px;
  background-size: cover;
  position: relative;
  padding: 50px 0px;
  display: flex;
  align-items: center;
  padding-bottom: 150px;
}

.career-banner::before,
.contect-banner-wrapper::before,
.about-banner-wrapper::before {
  content: '';
  background: #36775BCC;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.career-banner h1,
.contect-banner-wrapper h1,
.about-banner-wrapper h1 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 52px;
  z-index: 9;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 10px;
}

.career-banner p {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  z-index: 9;
  line-height: 24px;
  margin-bottom: 0px;
}


.popular-categories {
  background: #fff;
  padding: 15px 50px;
  border-radius: 15px;
  margin-top: -100px;
  position: relative;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
}

.p-categorie {
  text-align: center;
  padding: 15px 0px;
}

.p-categorie span {
  width: 50px;
  display: inline-flex;
  margin-bottom: 15px;
}

.short-info {
  position: relative;
  padding-right: 150px;
}

.career-wrapper h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 36px;
}

.career-wrapper p {
  font-size: 16px;
  color: #505050;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 5px;
}

.career-item {
  background: #fff;
  padding: 20px 30px;
  border-radius: 6px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
}

.short-info {
  position: relative;
  padding-right: 150px;
}

.job-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 34px;
}

.p-categorie h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 28px;
}

.p-categorie p {
  font-size: 14px;
  color: #505050;
  margin-bottom: 0px;
  line-height: 24px;
}

.job-content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.job-content ul li {
  width: 33.33%;
  font-size: 16px;
  color: #505050;
}

.job-content ul li span {
  font-size: 14px;
  margin-right: 10px;
  color: #666666c7;
}

.view-link,
.hide-link {
  color: #36775B;
  font-size: 13px;
  cursor: pointer;
}

.view-link>i,
.hide-link>i {
  font-size: 10px;
  margin-left: 8px;
}

.short-info .btn-apply {
  position: absolute;
  right: 0px;
  top: 25px;
  height: 50px;
}

.full-description {
  border-top: 1px solid #edeff2;
  margin-top: 30px;
}

.full-description h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 30px;
  font-weight: 600;
}

.full-description p {
  font-size: 15px;
  color: #505050;
  margin-bottom: 15px;
  line-height: 25px;
}

.full-description p strong {
  margin-right: 8px;
}

.full-description ul {
  padding-left: 15px;
}

.full-description ul li {
  font-size: 15px;
  color: #505050;
  margin-bottom: 10px;
  line-height: 25px;
}


.career-our-value {
  background: linear-gradient(to right top, #36775b, #013520);
  margin-bottom: -70px;
  padding-bottom: 80px !important;
}

.value-item {
  margin-bottom: 50px;
}

.value-item>span {
  display: inline-flex;
  width: 50px;
  margin-bottom: 20px;
}

.value-item h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}

.value-item p {
  font-size: 14px;
  color: #ffffffbf;
  margin-bottom: 0px;
  font-weight: 400;
}

.career-dialog-form .modal-content {
  border-radius: 20px;
}

.career-dialog-form .modal-body {
  padding: 30px 40px;
  position: relative;
}

.career-dialog-form .modal-body .btn-close,
.career-dialog-form .modal-body .btn-close:focus {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  opacity: 1;
  font-size: 16px;
  box-shadow: none;
  outline: 0;
}

.career-dialog-form .modal-body h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 34px;
}

.career-dialog-form .modal-body p {
  font-size: 14px;
  color: #505050;
  line-height: 24px;
  margin-bottom: 25px;
}

.custom-form label {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}

.custom-form .form-control,
.custom-form .form-select {
  font-size: 15px;
  height: 50px;
  color: #000;
  box-shadow: none;
  outline: 0;
}

.custom-form .form-control:focus,
.custom-form .form-select:focus {
  border-color: #36775B !important;
  box-shadow: none;
}



.custom-form label sup {
  color: #f00;
  margin-left: 5px;
  font-size: 12px;
}



.bus-bookus-benefit .why-bookus-icon {
  width: 120px;
  height: auto;
}



/* Inner pages */

.inner-slider-wrapper .tab-content {
  padding-top: 20px;
  margin-top: 0px;
}

.deals-flight-1 {
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-content: flex-start;
  gap: 20px;
  justify-content: space-between;
  margin: 10px 0px;
}

.deals-flight-1 h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 26px;
}

.deals-flight-1 h3>span {
  font-weight: 400;
  font-size: 18px;
  color: #333;
  padding: 0px 5px;
}

.deals-flight-details {
  width: 70%;
}

.deals-button {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.deals-button .btn-apply {
  padding: 8px 15px;
}

.custom-card-wrapper {
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 6px;
  background: #fff;
}

.custom-card-wrapper h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 36px;
}

.hotel-chains-image {
  height: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cccccc3d;
  border-radius: 4px;
  width: 100%;
  margin: 12px 0px;
}

.hotel-chains-image .img-fluid {
  max-width: 100px;
  max-height: 100px;
}




/* Contact Us pages */

.background-white {
  background: #fff;
}

.contect-banner-wrapper {
  background: url('../images/contact-banner.jpg') no-repeat top center;
  background-size: cover;
  height: 350px;
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about-banner-wrapper {
  background: url('../images/about-banner.jpg') no-repeat top center;
  background-size: cover;
  height: 350px;
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.main-content-wrapper h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 48px;
}

.main-content-wrapper h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 30px;
  padding-top: 10px;
}

.main-content-wrapper p {
  margin-bottom: 15px;
}

.main-content-wrapper ul {
  padding-left: 30px;
  margin-bottom: 15px;
}

.main-content-wrapper ul li,
.main-content-wrapper ol li {
  font-size: 14px;
  font-weight: 400;
  color: #505050;
  line-height: 24px;
  padding: 4px 0px;
}

.contact-form-box h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 36px;
  padding-top: 0px;
}

.contact-form-box p {
  margin-bottom: 40px;
}

.contact-info-box ul {
  box-shadow: 0px 0px 30px 0px rgba(1, 11, 60, 0.1);
  background: #fff;
  padding: 25px 25px;
}

.contact-info-box ul li {
  padding: 0px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  position: relative;
  padding-left: 55px;
  min-height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.contact-info-box ul li h4 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 24px;
}

.contact-info-box ul li span {
  background: #36775B0F;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #36775B;
  font-size: 18px;
  position: absolute;
  left: 0px;
}

.contact-info-box ul li+li {
  margin-top: 20px;
}

.contact-form-box .mb-3 {
  margin-bottom: 20px !important;
}

.custom-form textarea.form-control {
  height: 120px !important;
}

.error-page-wrap h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 15px;
  font-weight: bold;
}

.error-page-wrap p {
  font-size: 16px;
}

.error-page-wrap .btn-custom>i {
  font-size: 13px;
}

/* Login CSS Start */

.login-form,
.signup-form {
  box-shadow: 0px 0px 30px 0px rgba(1, 11, 60, 0.1);
  background: #fff;
  border-radius: 10px;
  padding: 40px 70px;
}

.login-form h1,
.signup-form h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}

.login-form p,
.signup-form p {
  font-size: 14px;
  margin-bottom: 25px;
}

.custom-link {
  font-size: 14px;
}

.custom-link>span.me-2 {
  font-size: 12px;
}

.form-check-input:checked {
  background-color: #36775B;
  border-color: #36775B;
}

.form-check-input:focus {
  border-color: #36775B;
  box-shadow: none;
}

.login-form .custom-form .form-control {
  background: #f6f6f7;
  border-radius: 6px !important;
  overflow: hidden;
  padding: 0px 5px;
  border: 2px solid #f6f6f7;
  padding-left: 45px;
  height: 55px;
  overflow: hidden;
}

.login-form .custom-form .form-control:focus {
  background: #fff;
}

.login-form .custom-form .input-group-text {
  background: transparent;
  border: none;
  width: 45px;
  height: 55px;
  justify-content: center;
  color: #66666680;
  padding: 0px;
  z-index: 999;
  position: absolute;
  left: 0px;
  font-size: 14px;
}

/* Login CSS Ends */


/* About Start */

.about-content .title-sub {
  color: #36775B;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.about-content h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 15px;
  line-height: 28px;
}

/* About End */


/* Loader start */

.loder-wrapper {
  background: #fff;
  padding: 15px 50px;
  border-radius: 4px;
  margin-top: 0px;
  position: relative;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
  background: #fff !important;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loader-icon {
  font-size: 60px;
  color: #36775B;
  margin-bottom: 40px;
}

.loder-wrapper h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.loder-wrapper ul {
  display: flex;
  padding: 0px;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0px;
}

.loder-wrapper ul li {
  padding: 0px;
  font-size: 16px;
  position: relative;
  font-weight: 500;
  color: #666;
}

.loder-wrapper ul li span {
  font-weight: 600;
  color: #333;
}

.rightArrow {
  font-size: 12px;
}


/* Loader 2 */


.skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #dddbdd;
}

.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 5s infinite;
  animation: shimmer 5s infinite;
  content: "";
}

@-webkit-keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.blog-post__headline {
  font-size: 1.25em;
  font-weight: bold;
}

.blog-post__meta {
  font-size: 0.85em;
  color: #6b6b6b;
}

.o-media {
  display: flex;
}

.o-media__body {
  flex-grow: 1;
  margin-left: 1em;
}

.o-vertical-spacing>*+* {
  margin-top: 0.75em;
}

.o-vertical-spacing--l>*+* {
  margin-top: 2em;
}


/* Loader end */









/* Responsive CSS */


@media screen and (min-width:1500px) {}

@media screen and (max-width:1200px) {

  .flightEngine-wrap .custom-control,
  .flightEngine-wrap .custom-control:hover,
  .flightEngine-wrap .custom-control:focus {
    font-size: 20px;
  }

  .py-20 {
    padding: 15px 15px;
  }

  .flightEngine-wrap label {
    font-size: 10px;
  }

  .btn-search {
    min-width: 120px;
  }

}

@media only screen and (min-width: 768px) and (max-width:992px) {

  .flightEngine-wrap .custom-control,
  .flightEngine-wrap .custom-control:hover,
  .flightEngine-wrap .custom-control:focus {
    font-size: 18px;
  }

  .flightEngine-wrap p {
    display: none;
  }

  .returnText p {
    font-size: 9px;
    display: block;
    line-height: 13px;
  }

  .flightEngine-wrap label {
    font-size: 10px;
  }

  .py-20 {
    padding: 15px 15px;
    height: 90px;
  }

  .btn-search {
    line-height: 25px;
  }

  .traveller-wrap {
    right: 20px;
    left: auto;
  }

  .flightEngine-wrap {
    position: relative;
  }

  .flightBottom-box>ul {
    height: 45px;
  }

  .search-button-group {
    position: absolute;
    bottom: -66px;
    z-index: 9999;
    padding: 0px;
    width: auto;
    right: 0px;
    display: flex !important;
    height: auto;
  }

}

@media screen and (max-width:992px) {

  .apps-box ul {
    flex-direction: column;
    gap: 10px;
  }

  .apps-box ul li+li {
    margin-left: 0px;
  }

  .apps-box {
    margin: 0px;
    padding-left: 40px;
  }

  .why-bookus-item {
    padding: 25px 0px;
  }

  .border-right {
    border-right: none;
  }

  .popular-categories {
    padding: 15px 15px;
    margin-top: -100px;
  }

  .p-categorie h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .job-content ul li {
    width: auto;
    font-size: 14px;
    ;
    margin-right: 25px;
  }

  .deals-flight-details {
    width: 65%;
  }

  .deals-button {
    width: 35%;
  }

  .deals-button .btn-apply {
    padding: 8px 15px;
  }

  .deals-flight-1 h3 {
    font-size: 16px;
  }

  .about-image {
    display: none;
  }

}

@media screen and (max-width:767px) {

  .tripTypes {
    padding: 0px 20px;
  }

  .flightEngine-wrap {
    border-top: none;
    border-bottom: none;
    margin: 10px 0px;
  }

  .search-engine-box .nav-tabs li a span {
    display: flex;
    font-size: 15px;
    margin-top: 10px;
    line-height: 20px;
    display: none;
  }

  .search-engine-box .nav-tabs li a {
    height: 60px;
  }

  .search-engine-box>.tab-content {
    padding: 20px 0px;
    padding-top: 55px !important;
  }

  .py-20 {
    padding: 15px 20px;
    height: auto;

  }

  .py-20.ps-0 {
    padding-left: 20px !important;
  }

  .swipWrap {
    padding-top: 55px;
  }

  .swipWrap::before {
    background: #cccccc54;
    content: '';
    position: absolute;
    left: 0px;
    top: 21px;
    width: 100%;
    height: 1px;
  }

  .swipButton {
    left: 50%;
    top: 50%;
    margin-top: -75px;
    cursor: pointer;
    margin-left: -20px;
  }

  .flightDepart::before,
  .flightReturn::before,
  .flightTravellers::before {
    display: none;
  }

  .buttonBox {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  .flightBottom-box>ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 20px;
  }

  .flightBottom-box>ul>li+li {
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
  }

  .mobile-wrapper {
    display: block;
  }

  .slider-wrapper {
    display: none;
  }

  .inner-slider-wrapper {
    display: block;
    padding: 20px 0px;
  }

  .mobile-wrapper {
    background: linear-gradient(to right top, #36775b, #013520);
    position: relative;
  }

  .mobile-wrapper::before {
    content: '';
    background: #00000040;
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
    z-index: 1;
  }

  .mobile-wrapper .carousel-item img {
    height: 350px;
    width: 100%;
    object-fit: cover;
  }

  .booking-services {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    padding: 20px 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

  .booking-services ul {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .booking-services ul a {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    font-size: 28px;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    flex-direction: column;
    padding: 15px 0px;
  }

  .booking-services ul a>span {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    line-height: 18px;
    margin-top: 8px;
  }

  .general-wrapper {
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 15px;
  }

  .general-item .img-fluid {
    height: 25px;
    position: absolute;
    left: 0px;
  }

  .general-item {
    position: relative;
    padding-left: 55px;
    margin: 10px 0px;
  }

  .general-content h2 {
    font-size: 16px;
  }

  .career-banner {
    height: auto;
    padding: 50px 0px;
    padding-bottom: 50px;

  }

  .popular-categories {
    padding: 15px 15px;
    margin-top: 20px;
  }

  .career-banner h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .job-content h3 {
    font-size: 20px;
  }

  .career-item {
    padding: 20px 25px;
  }

  .short-info {
    padding-right: 110px;
  }

  .short-info .btn-apply {
    height: 45px;
    padding: 5px 15px;
  }

  .contact-info-box {
    margin-top: 20px;
  }

  .login-form,
  .signup-form {
    padding: 30px 30px;
  }

  .about-content h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }

}

@media only screen and (min-width: 576px) and (max-width:767px) {}

@media screen and (max-width:575px) {

  .slider-wrapper h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
  }

  .heading-wrap h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .offers-tabs {
    margin-left: 0px;
    margin-top: 8px;
    width: 100%;
  }

  .offers-tabs .nav-tabs>li>a {
    font-size: 14px;
    padding: 0px 5px;
    margin: 3px 5px;
  }

  .offers-wrapper .slick-next,
  .offers-wrapper .slick-prev {
    top: -88px;
  }

  .slick-next,
  .slick-prev {
    top: -45px;
  }

  .flight-deal-box>div.flight-deal-image {
    order: 0 !important;
  }

  .flight-deal-box>div {
    width: 100%;
  }

  .flight-deal-box>div.flight-deal-image>img {
    height: 250px;
    width: 100%;
  }

  .flights-deals-wrapper.pb-5 {
    padding-bottom: 0px !important;
  }

  .flights-deals-wrapper .flight-deal-box {
    margin-bottom: 30px;
  }

  .apps-box ul {
    flex-direction: row;
    gap: 10px;
  }

  .apps-box {
    margin: 0px;
    padding-left: 0px;
    padding-top: 20px;
  }

  .why-bookus-item {
    padding: 15px 0px;
  }

  .subscribe-wrap .ps-5 {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }

  .mobile-wrapper .carousel-item img {
    height: 270px;
  }

  .booking-services ul {
    gap: 10px;
  }

  .booking-services ul a {
    font-size: 22px;
    width: 70px;
    height: 70px;
  }

  .booking-services ul a>span {
    font-size: 13px;
    margin-top: 3px;
  }

  .career-banner {
    padding: 30px 0px !important;
  }

  .career-banner h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }

  .career-banner p,
  .career-wrapper p {
    font-size: 14px;
    line-height: 24px;
  }

  .career-wrapper h2 {
    font-size: 28px;
  }

  .career-wrapper .mb-5 {
    margin-bottom: 30px !important;
  }

  .career-item {
    padding: 15px 20px;
  }

  .short-info {
    padding-right: 0px;
  }

  .short-info .btn-apply {
    position: initial;
  }

  .job-content {
    margin-bottom: 15px;
  }

  .job-content h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .job-content ul li {
    font-size: 13px;
    width: 100%;
    padding: 2px 0px;
  }

  .job-content ul li span {
    font-size: 12px;
  }

  .career-our-value {
    margin-bottom: 0px;
    padding: 0px !important;
  }

  .value-item {
    margin-bottom: 0px;
    padding: 30px 15px;
  }

  .subscribe-wrap {
    padding: 15px;
    margin: 30px 0px;
  }

  .subscribe-wrap .btn {
    padding: 0px 15px;
  }

  .subscribe-wrap .form-control {
    padding: 10px 10px;
    font-size: 14px;
  }

  .error-page-wrap h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .main-content-wrapper h1,
  .login-form h1,
  .signup-form h1 {
    font-size: 26px;
    line-height: 38px;
  }

  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .login-form,
  .signup-form {
    padding: 20px 15px;
  }

  .loder-wrapper {
    padding: 20px 15px;
    min-height: 300px;
  }

  .loader-icon {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .loder-wrapper h1 {
    margin-bottom: 20px;
  }

  .loder-wrapper {
    padding: 15px 10px;
  }

  .loder-wrapper ul li {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 20px;
  }

}


@media screen and (max-width:400px) {

  .mobile-wrapper .carousel-item img {
    height: 230px;
  }

  .deals-flight-details,
  .deals-button {
    width: 100%;
  }


}

@media screen and (max-width:320px) {

  .mobile-wrapper .carousel-item img {
    height: 180px;
  }

}