@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 14px;
  background: #fff;
  color: #333;
  line-height: 20px;
  font-weight: 500;
}
.tab_add2 {
  border: none;
}
.online_search .btn {
    padding: 21px 21px;
    border: none;
    background: var(--main-color);
    border-radius: 8px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color:#fff;
}
.ho_offer_pill > li > a {
  background: transparent;
  border: 0px;
  font-size: 15px;
  font-weight: 700;
  padding: 0px 15px !important;
  line-height: 36px;
  display: inline-block;
  color: #111;
  text-transform: uppercase;
  padding: 0px;
}
.ho_offer_pill li a.active {
  color: var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
}
.cabinclass h6 {
    color: var(--main-color);
}
#multi-flght .form-control {
    height: 47px;
    border-radius: 12px;
    background: #f2f5f6ab;
    border: 1px solid #938c8c;
    font-family: "Poppins", sans-serif;
}
#multi-flght select{
    border: 1px solid #938c8c;
}
.ho_offers-carousel .owl-stage {
  display: flex;
  overflow: hidden;
  padding: 0 4px;
  margin: 0 3px 0 3px;
}
.radio-flght li{
    margin-right:0 !important;
}
.radio-paul li.active label span {
    background: var(--secondary-color);
    color: #fff;
    border-radius:24px;
}
.radio-paul li label span {
    font-weight:500;
    padding: 5px 18px;
    font-size:16px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
}
.radio-paul li input {
    position: absolute;
    pointer-events: none;
    clip: rect(0, 0, 0, 0);
}
.input_list p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-tab-navbar .rotate90 {
  rotate: 90deg;
  display: inline-block;
}
.flex_item h5 {
  font-size: 17px;
  font-weight: 600;
}
.flex_item p {
  font-size: 13.3px;
  color: #000;
  font-weight: 600;
}
.ho_content_right a {
  color: #111;
  display: block;
}
.ho_content_right a:hover {
  text-decoration: none;
}
.ho_home-pack-content {
  box-shadow: 0 0px 9px 0 rgb(0 0 0 / 45%);
  background: #fff;
  margin: 5px 9px 11px 5px;
  padding: 15px 15px;
  border-radius: 10px;
  height: 165px;
}
.ho_home-pack-content h3 {
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #000;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 10px;
  margin-top: 0;
}
.ho_shortd {
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  font-size: 13px;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.ho_content_right h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ho_shortd p {
  margin: 0px;
}
.ho_home-pack-content img {
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  height: 135px;
  object-fit: cover;
  transition: 0.5s;
}
.offer_coupon p {
  display: inline-block;
  margin: 0;
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.ho_view {
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  color: #ff0500;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  float: right;
  font-weight: 600;
}
.section-wrap {
  padding: 33px 0;
  background: #f2f2f2;
}
.ho_home-pack-content:hover img {
  transform: scale(1.05);
}
.ho_blog {
    transition: 0.3s ease;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 34%);
    margin: 0px 0px 10px 10px;
    background: #0000003d;
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
    border:1px solid #ffffff;
}
.ho_blog-img img {
  height: 170px;
  margin: 0px;
  position: relative;
}
.ho_blog-img {
  position: relative;
  transition: 0.5s;
}
.ho_blog-img::before {
  position: absolute;
  top: 0;
  left: -18%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  transition: 0.5s;
}
.ho_blog:hover .ho_blog-img:before {
  left: 100%;
}
.ho_blog-cont {
  padding: 15px;
}
.ho_blog-cont .ho_sentence {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}
.ho_blog h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0px 2px;
  position: relative;
  padding-bottom: 0rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #ffffff;
}
.ho_blg-bottom .read-more a {
  font-size: 15px;
  font-weight: 400;
  color: var(--secondary-color);
  line-height: normal;
  text-decoration: none;
}
.ho_blog-cont a {
  text-decoration: none;
  color: #ffffff;
}
.flex_headingbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.theme2_special-offer h3 span {
  font-size: 32px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.theme2blog_bg {
  background: url(../../assets/images/bg-blog.jpg);
  position: relative;
  color: #fff;
  z-index: 1;
  background-size: cover;
  padding: 90px 0;
  background-position:top center;
}
.blogsee_all a {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
.description_blog {
  font-size: 15px;
  font-weight: 400;
}
.ho_testimonial_item {
  background: #fff;
  border-radius: 5px;
  padding-top: 9px;
  height: 300px;
  padding: 30px 20px;
  border-radius: 10px;
  margin: 25px 10px 25px 10px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ho_testimonial_item .stars {
  font-size: 18px;
  margin-bottom: 15px;
}


.dflex_testimonal img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -48px;
  max-width: 95px;
  height: 95px;
  background: #ffffff;
  padding: 7px;
  border-radius: 50%;
  box-shadow: 0px 20px 40px 0px rgba(6, 26, 58, 0.2);
}
.dflex_testimonal h6 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.ho_testimonial_item p {
  margin-top: 10px;
  font-weight: 400;
  line-height: 25px;
  font-size: 14px;
  color: #808080;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto;
  font-family: "Poppins", sans-serif;
}
.testimonialbg {
  padding: 40px 0;
  background: #f8f9fb;
}
.testimonials-carousel .owl-nav button {
  display: none;
}
.cabinclass ul li{
  display: block;
}


.testimonials-carousel .icon_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 59px;
  height: 41px;
  background: url(../../assets/images/quote.png);
  background-repeat: no-repeat;
}
.content_user p {
  position: relative;
}
.offer_titlebar {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.common_txt {
  color: #000;
}
.homepage {
  top: 0 !important;
}
a,
button {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}
.btn:focus,
button:focus {
  outline: 0;
}
.container {
  max-width: 1250px;
}
.list {
  margin: 0;
  padding: 0;
}
.list li {
  list-style: none;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.3rem;
}
.list li:before {
  content: "\ea98";
  font-family: IcoFont;
  position: absolute;
  left: 0;
  color: var(--main-color);
}
.refund {
  color: #44a907;
  font-size: 12px;
}
.ic-btn {
  display: inline-block;
  background: #fff;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  padding: 4px 22px 4px 39px;
  /* font-size: 20px; */
  font-weight: 500;
  /* width: 135px; */
}
.ic-btn i {
  position: absolute;
  left: -1px;
  width: 33px;
  color: #fff;
  top: 0;
  line-height: 28px;
  text-align: center;
  height: 100%;
  background: var(--main-color);
  font-size: 1rem;
}
.ic-btn i:after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 0.61rem;
  height: 0.61rem;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  bottom: auto;
  right: -10px;
  background: #fff;
}
.ic-btn:hover {
  color: var(--main-color);
}
.no-refund {
  color: #ec0000;
}
.b-rd {
  border-radius: inherit;
}
.btn-com {
  border-radius: 5px;
  background: var(--main-color);
  color: #fff;
}
.btn-com:hover {
  background: var(--secondary-color);
}
.custom-control-label.pl-20::before,
.custom-control-label.pl-20::after {
  left: 0;
}
.custom-control-label {
  cursor: pointer;
}
.pl-20 {
  padding-left: 25px;
}

.homepage-carousel .owl-item {
  position: relative;
}
.homepage-carousel .owl-item:after,
.user-dh-left:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
}
.homepage-carousel .owl-item img {
  object-fit: cover;
}
.progress-bar {
  width: 0;
}
.custm-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.custm-checkbox input[type="checkbox"] + span {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: block;
  padding-left: 24px;
  font-size: 0.75rem;
}
.custm-checkbox input[type="checkbox"] + span:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 2px;
}
.custm-checkbox input[type="checkbox"]:checked + span:before {
  background: var(--secondary-color);
  border-color: transparent;
}
.custm-checkbox input[type="checkbox"]:checked + span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #fff;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
    4px -6px 0 #fff, 4px -8px 0 #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.visa-serv i {
  display: block;
}
.flt-stop li {
  margin-bottom: 0.4rem;
}
.flt-stop li span small {
  color: #777;
}
.visa-serv img {
  max-width: 50px;
}
.visa-serv {
  text-align: center;
}
.visa-serv {
  text-align: center;
  margin-bottom: 20px;
}
.visa-serv p {
  font-weight: 500;
  font-size: 0.8rem;
  padding-top: 0.5rem;
}
.paul-hotel-down-wrap,
.traveller-com {
  background: #fff;
  width: 246px;
  position: absolute;
  display: none;
  z-index: 9999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  padding: 0.8rem;
}
.search-section-paul {
  position: absolute;
  width: 100%;
  z-index:2;
  top: 45%;
}

.paul-hotel-down-wrap {
  width: 300px;
}

.paul-searchbar-wrap .btn-com {
  padding: 13px 36px;
  border: none;
  background: var(--main-color);
  border-radius: 24px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.paul-searchbar-wrap .btn-com:hover {
  background: var(--secondary-color);
  color: #fff;
}
.scan_img {
  padding: 0 3px;
}
.traveller-com .col-trvl label {
  float: left;
  margin-bottom: 0;
  height: auto;
  line-height: normal;
  font-size: 13px;
  font-weight: 500;
  padding-top: 7px;
  color: #333;
}
.col-trvl:not(:last-child) {
  margin-bottom: 0.4rem;
}
.traveller-com .col-trvl .form-control {
  float: right;
  width: 100%;
  border: 1px solid #b1aeae;
  height: auto;
  max-width: 120px;
  min-height: initial;
  max-height: initial;
  padding: 0.5rem 0.7rem;
  color: #797979;
  line-height: normal;
}
.search-top-bar {
  margin: 10px 0px 15px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.border_line {
    border-right: 1px solid #938c8c;
    margin-right: 5px;
    margin-left: 5px;
}
.depart_dt{
 position: relative;
}
.calender_right {
    position: absolute;
    right: 5px;
    top: 18px;
    font-size: 17px;
    color: #000;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--main-color);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--main-color);
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.bgclass {
  background: #ececec;
  padding: 2px 0 2px 5px;
  z-index: 99999;
  position: relative;
  transition-delay: 80ms;
}

.trv-cls {
  color: #000;
  font-weight: 600;
}
.paul-searchbar-wrap .form-control.dropdown-toggle-htl {
  line-height: normal;
}
.paul-searchbar-wrap .form-control.trvl-tgl {
  font-size: 0.8rem;
  font-weight: 500;
}
.paul-searchbar-wrap .form-control::placeholder {
  color: #000;
}
.paul-searchbar-wrap .paul-hotel-down-wrap .form-control {
  border: 1px solid #c3c3c3;
  height: auto;
  line-height: normal;
  padding: 0.6rem 0.7rem;
  font-size: 15px;
}
.paul-hotel-down-wrap h5 {
  background: #eee;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  margin: -0.8rem -0.8rem 9px;
}
.dropdown-menu-nav {
  min-width: 241px;
  padding: 15px;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0px 9px 0 rgb(0 0 0 / 45%);
  left: 0;
  z-index: 99;
  border-radius: 12px;
  margin-top: 15px;
}
.radio-grabber li {
  color: #aaa;
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.radio-grabber li label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  color: #fff;
  font-weight: 500;
}
.radio-grabber li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.radio-grabber li .check {
  display: block;
  position: absolute;
  border: 3px solid #fff;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 0;
  left: 0;
  z-index: 1;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.radio-grabber li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 2.5px;
  left: 2.5px;
  margin: auto;
}
.radio-grabber input[type="radio"]:checked ~ .check {
  border: 3px solid var(--secondary-color);
}
.radio-grabber input[type="radio"]:checked ~ .check::before {
  background: var(--secondary-color);
}
.srch-ic i {
  position: absolute;
  left: 5px;
  top: calc(50% - 7px);
  color: #505050;
}
.srch-ic {
  position: relative;
}
.srch-ic .form-control {
  padding-left: 1.4rem;
}
.search-bar-col .ui-datepicker-trigger,
.searchdatepicker.ui-datepicker .ui-datepicker-buttonpane button {
  display: none !important;
}
.ui-datepicker.searchdatepicker:before {
  left: 9px;
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #c5c5c5;
}
.ui-datepicker.searchdatepicker:after {
  left: 10px;
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.searchdatepicker.ui-widget.ui-widget-content {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.176);
  z-index: 9999 !important;
  margin-top: 7px;
}
.ui-datepicker.searchdatepicker .ui-datepicker-header {
  padding: 5px 0;
  background: 0 0;
  border: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.ui-datepicker.searchdatepicker a.ui-state-disabled {
  visibility: visible;
}
.ui-datepicker.searchdatepicker .ui-widget-header .ui-icon {
  max-width: 17px;
  cursor: pointer;
}
.searchdatepicker.ui-datepicker td {
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.searchdatepicker.ui-datepicker span,
.searchdatepicker.ui-datepicker td a {
  padding: 0;
}
.searchdatepicker.ui-datepicker span,
.searchdatepicker.ui-datepicker td a {
  padding: 0;
  background: #fff;
  border: 0;
}
.ui-datepicker.searchdatepicker:after,
.ui-datepicker.searchdatepicker:before {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(255, 255, 255, 0.71);
  content: "";
}
.ui-datepicker.searchdatepicker .ui-widget-header .ui-icon {
  background-image: url(../images/next.png);
}
.ui-datepicker.searchdatepicker
  .ui-widget-header
  a.ui-datepicker-prev
  .ui-icon {
  background-image: url(../images/pre.png);
}
.searchdatepicker.ui-datepicker .ui-widget-header span,
.searchdatepicker.ui-datepicker .ui-widget-header td a {
  background: 0 0;
}
.searchdatepicker span.ui-datepicker-month,
.searchdatepicker span.ui-datepicker-year {
  display: inline-block;
  color: var(--main-color);
  line-height: normal;
}
.searchdatepicker.ui-datepicker .ui-datepicker-next,
.searchdatepicker.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker-trigger {
  display: none !important;
}
.searchdatepicker.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.searchdatepicker.ui-datepicker .ui-datepicker-next span,
.searchdatepicker.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 50%;
  margin-top: -8px;
  background-size: contain;
}
.searchdatepicker.ui-datepicker .ui-datepicker-today .ui-state-highlight {
  background: var(--main-color) !important;
  color: #fff !important;
  display: block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 36px;
}
.searchdatepicker.ui-datepicker .ui-state-highlight,
.searchdatepicker.ui-datepicker .ui-widget-content .ui-state-highlight,
.searchdatepicker.ui-datepicker .ui-widget-header .ui-state-highlight {
  border: #dbdcdc;
  background: var(--main-color);
  color: #fff;
}
.searchdatepicker.ui-datepicker td a,
.searchdatepicker.ui-datepicker td span {
  display: block;
  text-align: center;
}
.searchdatepicker.ui-datepicker .ui-datepicker-week-end a {
  color: var(--secondary-color);
}
.searchdatepicker.ui-datepicker .ui-state-default.ui-state-active {
  border: var(--main-color);
  background: var(--main-color);
  display: block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 36px;
}
.searchdatepicker.ui-datepicker .ui-state-hover,
.searchdatepicker.ui-datepicker.ui-widget-content .ui-state-focus,
.searchdatepicker.ui-datepicker.ui-widget-content .ui-state-hover,
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  background: #fff;
  border: 0 none;
  color: #111;
}
#multi-flght,
.flght-multi-1,
.flght-multi-2 {
  display: none;
}
.multi-comm {
  border-radius:5px;
}
.flight-pacakages {
  position: relative;
  z-index: 1;
  margin-top: -35px;
}
.flght-pack-img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 3px 3px 0 0;
}
.flght-pack-img img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.flght-pack:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.flght-pack-img {
  position: relative;
  overflow: hidden;
}
.flght-pack-img .flt-cat {
  position: absolute;
  color: #fff;
  background: var(--secondary-color);
  top: 0;
  left: 0;
  padding: 0.2rem 0.9rem;
  font-size: 1rem;
}
.flght-pack-img .flt-cat i {
  margin-right: 0.3rem;
}
.flght-pack-desc {
  color: #333;
  padding: 1rem 0.8rem 1rem;
  text-align: center;
}
.flght-pack-desc h4 {
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.4rem;
}
.flght-pack-desc li {
  font-weight: 600;
  font-size: 0.8rem;
}
.flght-pack-desc .flt-name-off {
  color: var(--main-color);
}
.flght-pack {
  box-shadow: 0 2px 7px 0 rgba(162, 162, 162, 0.4);
}
.compare-flights {
  background: var(--main-color);
}
.compare-flights h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: var(--white);
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.flght-view-wrap i {
  display: inline-block;
  color: var(--main-color);
}
.flt-title-bar {
  background: #fff;
  padding: 0.8rem 0;
  box-shadow: 0 0 3px rgb(0 0 0 / 24%);
  margin-bottom: 15px;
}
.flt-title-bar h5 {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 600;
}
.flt-title-bar h5,
.flt-title-bar h5 a {
  color: var(--secondary-color);
}
.flt-title-bar h5 a.active {
  color: var(--main-color);
}
.domestic-flght-view > .row,
.flight-oneway-listing > .row,
.flight-oneway-listing > .row > div[class*="col"] > .row {
  margin: 0;
  width: 100%;
  align-items: center;
}
.domestic-flght-view > .row > div[class*="col"],
.flight-oneway-listing > .row > div[class*="col"],
.flight-oneway-listing > .row > div[class*="col"] > .row > div[class*="col"] {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}
.flght-view-wrap {
  width: 100%;
}
.flight-oneway-listing > .row > div[class*="col"] > .row:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.domestic-flght-view,
.flight-oneway-listing {
  background: #fff;
  font-weight: 500;
  margin-bottom: 15px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 31%);
  border-radius: 5px;
}
.confirm-flght-details .flght-view-wrap ul li:not(:last-child),
.confirm-flght-details .flight-oneway-listing,
.confirm-flght-details
  .flight-oneway-listing
  > .row
  > div[class*="col"]:not(:last-child),
.confirm-flght-details
  .flight-oneway-listing
  > .row
  > div[class*="col"]
  > .row
  > div[class*="col"]:not(:last-child) {
  border-color: #bdbdbd;
}
.domestic-flght-view {
  border: 0 none;
}
.domestic-flght-view .selectairline {
  border: 1px solid #ddd;
}
.domestic-flght-view .selectairline.row-areline-selected {
  background: #feeeef;
}
.flht-ex h3,
.price-flt.fl-o-way-com h6 {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}
.flight-oneway-listing > .row > div[class*="col"]:not(:last-child),
.row-areline-return-dom > div[class*="col"]:not(:last-child) {
  border-right: 1px solid #eee;
}
.flght-view-wrap {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  font-size: 14px;
}
.domestic-flght-view > .row > div[class*="col-md-2"] {
  width: 17.3%;
}
.flght-view-wrap ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.flght-view-wrap ul li {
  padding: 0.5rem 0.6rem;
  color: #000;
  font-weight: 600;
}
.flght-view-wrap li .flt-arr-city,
.flght-view-wrap li .flt-dep-city {
  font-size: 0.78rem;
  font-weight: 600;
}
.flght-view-wrap .flt-arr-city,
.flght-view-wrap .flt-dep-city {
  color: #555;
}
.domestic-flght-view .flgt-duration h6,
.flgt-duration {
  font-size: 0.75rem;
}
.flgt-duration h6 {
  margin-bottom: 0;
  font-weight: 600;
}
.domestic-flght-view .flgt-duration h6 {
  padding: 0 1px;
}
.domestic-flght-view
  .selectairline.row-areline-selected
  .flght-view-wrap
  .flt-arr-city,
.domestic-flght-view
  .selectairline.row-areline-selected
  .flght-view-wrap
  .flt-dep-city {
  color: #000;
}
.flgt-duration i {
  color: var(--main-color);
}
.price-flt .btn {
  padding: 2px 10px;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 3px 0 3px;
  line-height: 1;
}
.flt-bottom-oneway a {
  color: #333;
  font-weight: 500;
  font-size: 0.7rem;
}
.price-flt .flt-bottom-oneway a {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  padding: 2px 6px;
  border-radius: 5px;
  font-size: 0.75rem;
  display: inline-block;
}
.price-flt .flt-bottom-oneway a:hover {
  background: var(--main-color);
  color: var(--white);
}
.flt-bottom-oneway .list-inline-item:not(:last-child) {
  margin-right: 0.3rem;
}
.flight-oneway-listing .flt-bottom-oneway {
  padding: 4px 0 0 0;
}
.price-flt {
  padding: 5px 0 0 0;
}
.domestic-flght-view .flt-bottom-oneway a {
  font-size: 0.8rem;
}
.inner-heading,
.search-result-info {
  background: var(--secondary-color);
  background-size: cover;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 9;
}
.inner-heading {
  text-align: center;
  padding: 1.5rem 0;
}
.inner-heading h1 {
  font-size: 2rem;
  color: #fff;
}
.inner-heading:after,
.search-result-info:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.74);
  z-index: -1;
}
.search-result-info .text-muted {
  color: #fff !important;
}
.oneway-modify h6 {
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}
.prc-air-lines .ui-slider {
  height: 2px;
  background: #ccc;
  border: 0 none;
  width: 92%;
  margin-left: 3%;
  border-radius: 10px;
}
.paul-dropdown {
  border: 0 none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  border-radius:5px;
  min-width: 7rem;
}
.top-header .paul-dropdown:before {
  content: "";
  position: absolute;
  top: -20px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  left: 15px;
}
.prc-air-lines .ui-slider-handle,
.prc-air-lines .ui-slider-handle:focus {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  top: -8px;
}
.secondary-header .top-header-right ul li:last-child ul.paul-dropdown:before,
.secondary-header .top-header-right ul li:nth-child(2) .paul-dropdown:before,
.top-header .top-header-right ul li:nth-child(2) .paul-dropdown:before,
.top-header-right ul li:last-child ul.paul-dropdown:before {
  left: auto;
  right: 15px;
}
.prc-air-lines .ui-slider-handle:focus {
  outline: 0;
}
.prc-air-lines .ui-slider-handle:after,
.prc-air-lines .ui-slider-handle:focus:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #ff9805;
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 7.5px);
  top: calc(50% - 7.5px);
  cursor: pointer;
}
.prc-air-lines input {
  border: 0 none;
  font-weight: 600;
  outline: 0;
  width: 100%;
  box-sizing: border-box;
  background: 0 0;
  color: var(--main-color);
  font-size: 12px;
}
.prc-air-lines li {
  width: 50%;
  margin-left: 0;
  margin-right: 0 !important;
  border-right: 0 none !important;
}
.flt-stop.flt-depart-time li {
  width: calc(100% / 4);
}
.flt-depart-time li {
  margin-right: 0 !important;
  margin-left: -5px;
}
.flt-depart-time li label input {
  position: absolute;
  margin: 0 !important;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.flt-depart-time li label > p > i {
  font-size: 1.6rem;
}
.flt-stop li label strong {
  font-weight: 500;
  color: #333;
}
.flt-depart-time li label strong {
  font-size: 0.56rem;
  color: #000;
  font-weight: 600;
}
.flt-depart-time li label .price {
  font-size: 0.7rem;
  font-weight: 500;
}
.flt-depart-time li label {
  padding: 0.5rem 0.1rem;
  cursor: pointer;
  border: 1px solid #bdbdbd;
  position: relative;
  width: 100%;
}
.flt-depart-time li label input:checked ~ p,
.flt-depart-time li label input:checked ~ p > strong {
  color: var(--main-color);
}
.search-flght-total h3 {
  position: relative;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0.8rem;
}
.bus-ttl-durtion label {
  font-weight: 700;
}
.bus-ttl-durtion label:after,
.bus-ttl-durtion label:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--main-color);
  border-radius: 50%;
  bottom: -4px;
}
.bus-desintion .tm-cl span {
  font-weight: 700;
}
.bus-ttl-durtion label:before {
  left: 0;
}
.bus-ttl-durtion label:after {
  right: 0;
}
.bus-ttl-durtion label {
  font-weight: 700;
  border-bottom: 1px solid var(--secondary-color);
  position: relative;
}
.search-flght-total h3:after {
  content: "\ef29";
  background: var(--secondary-color) none repeat scroll 0 0;
  border: 4px solid #272727;
  border-radius: 50%;
  font-family: IcoFont;
  height: 40px;
  left: calc(50% - 20px);
  position: absolute;
  bottom: -39px;
  width: 40px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 40px;
}
.search-by-filter {
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14);
}
.search-flght-total {
  background: var(--secondary-color);
  padding: 1.3rem 1rem 1.3rem;
}
.mnts-dts-right {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.sidebar-com {
  padding: 1rem 0.8rem;
  color: #333;
}
.mnts-dts-right h3 {
  text-align: center;
  background: var(--secondary-color);
  color: var(--white);
  padding: 0.5rem 0;
  margin-bottom: 0;
}
.form-mnts-body {
  padding: 1.5rem 1.5rem 0;
  position: relative;
}
.form-mnts-body .btn-com {
  margin-bottom: -14px;
  padding: 0.5rem 0.75rem;
}
.mnts-sld-wrap .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(80, 175, 33, 0.63);
  color: #fff;
}
.mnts-sld-wrap .owl-nav button:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.mnts-slider-col,
.monumets-details-col {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
  margin-bottom: 1.2rem;
}
.heading-3,
.sidebar-com h6 {
  margin-bottom: 0.9rem !important;
  font-weight: 600 !important;
  position: relative;
  padding-bottom: 0.3rem;
}
.heading-3 {
  text-transform: uppercase;
  font-weight: 700 !important;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.22);
}
.heading-3 ~ .row {
  margin-bottom: 1rem;
}
.flght-result-oneway .offers-colwrap {
  -ms-flex: 0 0 19.666667%;
  flex: 0 0 19.666667%;
  max-width: 19.666667%;
}
.domestic-flght-view .flt-bottom-oneway li {
  margin-right: 0 !important;
  position: relative;
  padding: 0 4px 0 2px;
}
.domestic-flght-view .flt-bottom-oneway li:not(:last-child):after {
  content: "";
  position: absolute;
  height: 14px;
  width: 1px;
  background: rgba(150, 150, 150, 0.5607843137254902);
  right: -2px;
  top: calc(50% - 7px);
}
.nxt-prev-btn .btn-search {
  position: relative;
  border-color: var(--main-color);
  border-radius: inherit;
  color: var(--main-color);
  padding: 0.375rem 0.75rem 0.375rem 2.4rem;
  background: #fff;
}
.nxt-prev-btn .btn-search i {
  position: absolute;
  left: 0;
  background: var(--main-color);
  top: 0;
  height: 100%;
  width: 34px;
  line-height: 36px;
  color: #fff;
}
.nxt-prev-btn .btn-search.next-btn {
  padding: 0.375rem 2.4rem 0.375rem 0.75rem;
}
.nxt-prev-btn .btn-search.next-btn i {
  left: auto;
  right: 0;
}
.flight-details-wrap .tab-pane {
  padding: 0.8rem;
  border: 1px solid #ddd;
}
.flight-details-wrap .nav-tabs {
  border-bottom: 0 none;
}
.flght-time-loc-wrap {
  background: #eee;
  text-align: center;
  margin: -16px;
  margin-bottom: 16px;
  padding: 0.5rem 0.3rem;
}
.flight-details-wrap .nav-tabs .nav-link {
  color: #333;
  font-weight: 500;
}
.flight-details-wrap .nav-tabs .nav-link.active {
  color: var(--main-color);
}
.sidebar-flight h4 {
  border-radius: 5px 5px 0 0;
  background: var(--main-color);
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 10px;
}
.sidebar-flight .contant {
  padding: 10px;
  min-height: 300px;
}
.sidebar-flight .fare_details li a {
  color: var(--main-color);
}
.fare_details li {
  display: block;
  position: relative;
  list-style-type: none;
  padding: 0 0 8px;
  margin-bottom: 8px;
  font-size: 13px;
}
.fare_details li:after {
  content: "";
  display: block;
  clear: both;
}
.fare_details li:not(:last-child) {
  border-bottom: 1px dashed rgba(255, 137, 63, 0.2);
}
.flght-side-det .fare_details > li > span {
  min-width: 62px;
}
.fare_details .list-unstyled li {
  margin: 0;
}
.sidebar-flight .contant-fare {
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
}
.form-control {
  font-size: 0.85rem;
  border-radius: 0;
}
.flight-passeng-details {
  border: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
}
.sidebar-flight {
  border-radius: 10px 10px 0 0;
}
.flight-booking-paul-left > h3,
.flight-passeng-details h3 {
  background: var(--main-color);
  margin: 0;
  padding: 8px 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--white);
  border-radius: 5px 5px 0 0;
}
.dob-group {
  display: flex;
  /* gap: 8px; */
  margin-bottom: 16px;
  align-items: center;
  height: calc(2.25rem + 2px);
  padding: 0px 8px;
  border: 1px solid #ced4da;
}

.dob-input,
.dob-select {
  padding: 5px;
  font-size: 14px;
  /* border: 2px solid #ccc; */
  border-radius: 6px;
  width: 60px;
  border: 0px;
  color: #495057;
  text-align: center;
}
.dob-select {
  width: 126px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 0;
}

.dob-input:focus-visible,
.dob-select:focus-visible {
  border: 0px;
  outline: 0;
}

.booking-form {
  padding: 0 15px 20px;
  overflow: hidden;
}
.flight-pass-dts {
  background: #fff;
  padding: 1rem 15px 20px;
}
.htl-policies p {
  font-size: 0.85rem;
  color: #636363;
  line-height: 1.5rem;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--main-color);
}
.flt-dts {
  margin-bottom: 0.5rem;
}
.flt-booking-top {
  background: #ececec;
  padding: 0.5rem 0.3rem;
}
.flt-booking-top h5 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1rem;
}
.flt-booking-dts {
  padding: 0.6rem;
}
.modal .flt-booking-dts {
  padding: 0;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
}
.thankyou-confrim h1 {
  color: #00b717;
  font-weight: 700;
  padding-bottom: 35px;
  font-size: 40px;
}
.thankyou-confrim img {
  width: 43px;
}
.thankyou-logo {
  border-top: 1px solid #eeee;
  border-bottom: 1px solid #eeee;
  padding: 5px;
}
.thankyou-logo img {
  width: 140px;
}
.confirmd-box img {
  float: left;
  width: 65px;
  margin-top: -10px;
}
.confirmd-box .confirm-cont {
  padding-left: 80px;
}
.thankyou-confrim .icon {
  position: absolute;
  top: -10px;
  font-size: 5rem;
  left: 1.8rem;
}
.confirmd-box {
  box-shadow: 0 0 10px #d4d4d4;
  border-radius: 9px;
  padding: 10px;
  border: 3px solid #6b6f6b;
}
.p_contact {
  box-shadow: 0 0 2px #f1f1f1;
  border-radius: 4px;
  padding: 11px 10px;
  border: 1px solid #eaeaeaee;
}
.thankyou-confrim span:not(.icon) {
  font-size: 0.8rem;
}
.booking-confirm {
  background: #f5f5f5;
  padding: 10px;
}
.confirm-msg {
  border-top: 1px solid #eee;
}
.resend-btn {
  background: #fff;
  box-shadow: 0 0 6px #e8e7e7;
  padding: 6px;
  color: #0017bd;
}
.confrim-main .input-group-text {
  font-size: 14px;
}
.confrim-main .input-group .form-control {
  border-radius: 0 0.25rem 0.25rem 0;
}
.confrim-main .container {
  max-width: 900px;
}

.confirm-cont h6 strong {
  color: #000;
  font-weight: 800;
}
.p_contact p {
  font-weight: 600;
}
.htl-listing-result-wrap {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  margin-bottom: 0.8rem;
  border: 1px solid #eee;
  border-radius: 10px;
}
.htl-listing-result-wrap > .row {
  margin: 0;
}
.htl-listing-result-wrap > .row > div[class*="col"] {
  padding: 0;
}
.htl-listing-img img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.htl-listing-desc {
  padding: 1rem 1.5rem;
}
.htl-listing-desc .htl-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: #000;
}
.htl-add {
  padding-bottom: 0.3rem;
  border-bottom: 1px dashed #dff4ff;
  margin-bottom: 0.5rem;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
}
.html-shrt-desc p {
  color: #6d6d6d;
  line-height: 1.5rem;
  font-size: 13px;
}
.hotel-rating {
  margin-bottom: 0.3rem;
}
.hotel-rating,
.yellow-star {
  color: #ffbe00;
}
.htl-prc {
  color: var(--main-color);
  font-weight: 800;
  font-size: 1.2rem;
  left: -5px;
  position: relative;
}
.htl-prc i {
  position: relative;
  left: 6px;
  font-size: 20px;
  top: -1px;
}
.htl-view-list .btn-com {
  border-bottom-color: #ad0003;
  border-bottom-width: 3px;
  border-radius: 8px;
}
.htl-view-list .btn-com:hover {
  background: var(--secondary-color) !important;
  color: #fff !important;
}
.htl-side-booking-add h4 {
  font-size: 1.1rem;
}
.htl-side-booking-add h4 i {
  font-size: 2rem;
  vertical-align: middle;
}
.htl-side-booking-add .contant-fare li {
  position: relative;
  padding-left: 1.8rem;
}
.htl-side-booking-add:not(.bookmark-htl) .contant-fare li i {
  position: absolute;
  left: 0;
  font-size: 1.2rem;
  color: var(--secondary-color);
}
.dash-title h3 {
  position: relative;
  font-size: 1.3rem;
  padding-bottom: 0.4rem;
  margin-bottom: 0.9rem;
  font-weight: 700 !important;
  color: var(--secondary-color);
}
.htlcol-price {
  font-size: 1.5rem;
  color: var(--secondary-color);
}
.mainprice i {
  position: relative;
  left: 8px;
  font-size: 1.25rem;
}
.hotel-carousel.owl-carousel .owl-item img {
  height: 475px;
  object-fit: cover;
}
.hotel-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 17.5px);
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  text-align: center;
  border: 1px solid rgba(209, 30, 72, 0.6784313725490196) !important;
  z-index: 9;
  background: rgba(209, 30, 72, 0.6784313725490196) !important;
  color: #fff !important;
}
.hotel-carousel .owl-nav button.owl-next {
  right: 0;
}
.hotelBox-booking > .nav-tabs .nav-link {
  text-align: center;
  border: 0 none;
  position: relative;
  color: #333;
  padding: 13px 16px;
  font-weight: 600;
}
.hotelBox-booking .nav-tabs .nav-link:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 4px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: var(--main-color);
}
.hotelBox-booking .nav-tabs .nav-link.active:after {
  width: 100%;
}
.hotelBox-booking > .nav-tabs .nav-link.active {
  background: var(--main-color);
  border: 0 none;
  color: var(--white);
  border-radius: 0;
}
.hotelBox-booking .nav-tabs li:not(:last-child) {
  border-right: 1px solid rgba(0, 146, 224, 0.11) !important;
}
.htl-facil p {
  margin-bottom: 0;
  position: relative;
  background: #e6e6e6;
  font-size: 0.85rem;
}
.pan_box p {
  margin-bottom: 0;
}
.pan_mb5 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.htl-facil p i {
  background: var(--main-color);
  color: #fff;
  margin-right: 13px;
  padding: 15px;
  position: relative;
  font-size: 1.2rem;
}
.htl-facil p i:after {
  background: var(--main-color);
  content: "";
  height: 15px;
  position: absolute;
  right: -15%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  width: 15px;
}
.htl-facil {
  margin-bottom: 0.7rem;
}
.check-out-htl {
  padding: 10px 7px;
  background: #eee;
  margin-top: 5px;
  text-align: center;
  border: 3px double #fff;
}
.check-out-htl p {
  font-weight: 500;
  font-size: 0.8rem;
  color: var(--main-color);
}
.inner-header {
  background: url(../images/inner-img.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #ffff;
}
.inner-header:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.inner-header .breadcrumb {
  background: 0 0 !important;
  padding: 0;
  margin: 0;
}
.inner-header .breadcrumb a {
  color: #ffc5c1;
}
.inner-header .breadcrumb .breadcrumb-item.active,
.inner-header .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.about-wrapper {
  background: #fff;
}
.about-us-left h2 span,
.our-services-left h2 span {
  color: var(--main-color);
}
.about-us-left p,
.inner-content-wrapper p,
.our-servi p,
.our-services-left p {
  color: #909090;
  line-height: 1.6rem;
  letter-spacing: 0.03rem;
}
.our-servi p {
  margin-bottom: 0;
  line-height: 1.2rem;
  font-size: 0.8rem;
}
.our-servi {
  border: 1px solid var(--main-color);
  padding: 30px 15px 15px;
  margin-top: 45px;
  position: relative;
  text-align: center;
}
.our-servi i {
  background: var(--main-color);
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 24px;
  height: 50px;
  left: calc(50% - 25px);
  padding: 12px 10px;
  position: absolute;
  top: -27px;
  width: 50px;
  z-index: 2;
  border: 3px double #fff;
}
.inner-content-wrapper {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  min-height: 400px;
  padding: 1rem;
}
.contactus-secton-body {
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
  padding: 30px 20px;
  border-radius: 10px;
}
.contact-details.bg {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
}
.contact-us.bg {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
}
.contact-us .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.visa-inside-form .form-control {
  box-shadow: none;
}
.contact-comm {
  margin-bottom: 2rem;
}
.contact-comm .icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  background: var(--main-color);
  position: relative;
  z-index: 5;
  text-align: center;
  transition: all 0.3s;
  float: left;
}
.contact-comm > i {
  position: absolute;
  right: 14px;
  font-size: 5rem;
  bottom: 9px;
  color: #e4e1e1;
}
.con-desc {
  position: relative;
  z-index: 99;
  padding-left: 60px;
}
.con-desc h4 {
  margin-bottom: 0.2rem;
  font-size: 1rem;
  font-weight: 600;
}
.con-desc a,
.con-desc p {
  color: #8a8a8a;
}
.contact-us textarea.form-control {
  height: 150px;
}
.map {
  margin-left: -15px;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.login-main {
  background: url(../images/login-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.login-form {
  max-width: 650px;
  margin: 0 auto;
  width: 90%;
  background: var(--gray-dark);
  border-radius: 6px;
  height: 100%;
}
.login-form-left {
  border-radius: 5px 0 0 5px;
  padding: 60px 20px;
  color: var(--white);
}
.login-logo h3 {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
}
.login-logo h3 small {
  font-size: 16px;
}
.login-social {
  margin: 40px 0 0 0;
}
.login-social span {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
  border-radius: 3px;
}
.login-social span:last-child {
  margin: 0;
}
.login-social span a {
  color: #fff;
  display: block;
  padding: 6px 0;
  border: 1px solid transparent;
}
.login-social span a:hover {
  background-color: #fff;
}
.login-social span.fb {
  background: #3b5998;
  border: 1px solid #3b5998;
}
.login-social span.gplus {
  background: #c32f10;
  border: 1px solid #c32f10;
}
.login-social span.gplus i {
  display: inline-block;
  height: 15px;
  width: 16px;
  background: url(../images/google-icon.png) no-repeat;
  position: relative;
  top: 1px;
}
.login-social span.gplus a:hover i {
  background-position: 0 -19px;
}
.login-social span.fb a:hover {
  border-color: #3b5998;
  color: #3b5998;
}
.login-social span.gplus a:hover {
  border-color: #c32f10;
  color: #c32f10;
}
.login-form-right {
  width: 100%;
  height: 100%;
  padding: 50px 30px;
  background: #fff;
}
.btn-pink {
  background: var(--secondary-color);
  color: #fff;
  border: 1px solid var(--secondary-color);
}
.btn-pink:hover {
  border-radius: 20px;
  background: #f1faff;
  color: var(--secondary-color);
}
.btn {
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
}
.login-form-right h3 {
  font-size: 27px;
  font-weight: 700;
  color: #222;
  margin: 0;
}
.login-form-right p {
  margin: 0 0 20px 0;
  font-size: 13px;
  /* color: #555; */
}
.login-list input {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 0 5px;
  border-radius: 0;
}
.login-list input:focus {
  box-shadow: none;
}
.login-form-right p a {
  color: var(--main-color);
}
.forgot-psd {
  color: var(--main-color);
  padding: 5px 0 0 0;
  display: inline-block;
}
.register-form {
  max-width: 400px;
  margin: 0 auto;
  width: 90%;
  background: #f47e0f;
  border-radius: 6px;
  height: 100%;
}
h3.reset_ps {
  margin: 0 0 20px 0;
}
.login-form-right .custom-checkbox label:before {
  background: var(--secondary-color) !important;
}
.login-form-right .custom-checkbox label {
  color: #777;
  position: relative;
  padding: 1px 0 0 0;
  font-size: 13px;
}
.map,
.map iframe {
  height: 100%;
}
.search-section-paul h2 {
  color: #fff;
  margin-bottom: 2rem;
}
.user-dh-left {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12156862745098039);
  border-radius: 5px 5px 0 0;
}
.user-dh-left:after {
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
}
.user-sidebar li a {
  position: relative;
  color: #333;
  display: block;
  padding: 0.7rem 0.5rem 0.7rem 2rem;
  font-weight: 600;
  font-size: 1rem;
}
.user-sidebar li {
  margin-bottom: 0;
}
.user-sidebar li:not(:last-child) a {
  border-bottom: 1px solid rgba(238, 238, 238, 0.52);
}
.user-sidebar li.dropdown.show > a {
  border: 0 none;
}
.user-sidebar ul > li > a > .icon {
  color: var(--main-color);
  position: absolute;
  font-size: 1.2rem;
  line-height: normal;
  top: 10px;
  left: 2%;
}
.user-sidebar ul > li.active > a {
  color: var(--main-color);
}
.user-sidebar ul > li.active > a > .icon {
  color: var(--main-color);
}
.paul-card-content {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  padding: 1rem;
}
.breadcrumb-col .breadcrumb {
  border-radius: inherit;
  align-items: center;
  justify-content: center;
}
.breadcrumb-col .breadcrumb a {
  color: #f5861e;
}
.card-head-top h1 {
  font-size: 1.15rem;
  color: var(--main-color);
}
.user-login-right h5 {
  font-size: 1rem;
}
.card-header-paul {
  background: #fff;
  padding: 1rem 0 0;
  border-top: 3px solid var(--main-color);
}
.card-head-top {
  padding-bottom: 0.5rem;
  padding-left: 0.8rem;
}
.user-login-right {
  padding-right: 0.8rem;
}
.profile-img img {
  max-width: 130px;
}
.offers-add {
  padding-top: 1rem;
}
.offers-add li {
  margin-bottom: 0.8rem;
}
.off-tsd-img img {
  height: 120px;
  width: 100%;
  object-fit: cover;
}
.off-tsd-desc {
  background: #fff;
  border-top: 1px solid #eee;
  padding: 1rem;
}
.off-tsd-desc h4 {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  font-weight: 600;
}
.off-tsd-desc h6 {
  margin-bottom: 0;
  padding-top: 0.2rem;
  color: var(--secondary-color);
  font-weight: 600;
}
.off-tsd-desc .dis-flat {
  color: #b9b9b9;
}
.offers-advertis {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.19);
}
.sidebar-com.no-of-stop {
  padding-top: 2rem;
}
.htl-view-list .btn-com:hover {
  background: 0 0;
  color: var(--main-color);
}
.flight-offers {
  border: 1px solid #eaeaea;
  background: #fff;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.hotl-booking-thumb .owl-item {
  position: relative;
  cursor: pointer;
  border-top: 5px solid #fff;
}
.hotl-booking-thumb .owl-item.current:after {
  background: 0 0;
}
.hotl-booking-thumb .owl-item:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ffffff8c;
  top: 0;
  left: 0;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
}
.flt-stop.flt-air-lines .custm-checkbox input[type="checkbox"] + span {
  display: inline-block;
}
.hotl-booking-thumb .item img {
  height: 85px;
}
.hotl-booking-full .owl-nav button {
  position: absolute;
  top: calc(55% - 17.5px);
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  z-index: 9;
  background: rgba(0, 0, 0, 0.2) !important;
  color: #fff !important;
}
.flight-slider-col {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.17);
}
.hotl-booking-full .owl-prev {
  left: 0;
}
.hotl-booking-full .owl-next {
  right: 0;
}
.hotl-booking-thumb .owl-nav button {
  position: absolute;
  top: 5px;
  width: 35px;
  height: 95%;
  line-height: 35px !important;
  text-align: center;
  z-index: 9;
  background: rgba(63, 172, 226, 0.53) !important;
  color: #fff !important;
}
.hotl-booking-thumb .owl-prev {
  left: 0;
}
.hotl-booking-thumb .owl-next {
  right: 0;
}
.hotl-booking-full .owl-item .item {
  max-height: 470px;
}
.fancybox-toolbar .fancybox-button--thumbs {
  display: none !important;
}
.btn-right {
  float: right;
}
.btn-search {
  background: var(--main-color);
  color: var(--white);
  border-radius: 0;
}
.searchenginehoteldone {
  background: var(--main-color);
  display: block;
  border-radius: 25px;
  text-align: center;
  padding: 5px 21px;
  color: #fff;
  width: fit-content;
  float: inline-end;
}
.searchenginehoteldone:hover {
  color: #fff;
}
.addremovedone .searchenginehoteldone {
  border: none;
}
.domestic-flght-view > .row > div[class*="col"] > .row > div[class*="col"],
.row-areline-return-dom div[class*="col"] {
  display: table-cell;
  width: auto;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
.hotelBox-booking {
  background: #fff;
}
.domestic-flght-view .row-areline-return-dom > div[class*="col"] > .row {
  display: table;
  width: 100%;
  margin: 0;
}
.row-areline-return-dom {
  margin: 0;
}
.domestic-flght-view > .row > div[class*="col"] .row > div[class*="col-md-3"] {
  width: 25.3%;
}
.ui-widget.ui-widget-content.ui-autocomplete {
  z-index: 9999 !important;
  max-height: 240px;
  overflow: auto;
  max-width: 350px !important;
}
.domestic-flght-view > .row > div[class*="col"]:last-child {
  width: 30%;
}
.footer-fixed-prc {
  background: #ff9805;
  font-size: 0.8rem;
  padding: 10px 0;
  color: #fff;
  padding: 1rem 0;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
.tab-flt-top {
  background: #f0f0f0;
}
.tab-flt-top .nav-tabs li a {
  padding: 8px 20px;
  font-weight: 600;
  color: #333;
}
.tab-flt-top .nav-tabs li a:hover,
.tab-flt-top .nav-tabs li.active a {
  border-color: var(--main-color);
  color: var(--main-color);
}
.tab-flt-top .nav-tabs li a {
  padding: 10px 22px 8px 22px;
  font-weight: 400;
  color: #333;
  display: block;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  font-weight: 500;
}
.inner-header h2 {
  margin-bottom: 0;
}
.border-right_l {
  border-right: 1px dashed rgba(255, 255, 255, 0.42);
}
.recent-search .btn-new,
.trending-searches > ul > li > a {
  display: block;
  background: #f2f2f2;
  color: #212121;
  font-weight: 500;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.trending-searches > ul > li > a > .dep-f {
  position: relative;
  padding: 0 18px 0 3px;
}
.trending-searches > ul > li > a > .dep-f:after {
  content: "\ea94";
  font-family: IcoFont;
  position: absolute;
  right: 0;
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 15px;
}
.trending-searches li:first-child span {
  display: block;
  font-weight: 600;
}
.trending-searches {
  margin-bottom: 5px;
}
.recent-search .btn-new {
  outline: 0;
  border: 0;
  padding: 5px 14px;
  background: #e8e8e8;
  font-weight: 600;
  cursor: pointer;
}
.footer-fixed-prc .costom_site_color {
  padding: 0.4rem 1rem;
  border-color: #fff;
  font-size: 0.8rem;
  margin-top: 3px;
}
.footer-fixed-prc .airline_price {
  font-size: 1.1rem;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--secondary-color);
  margin: -3px 0 0 -3px;
}
.offers-wrapper {
  padding: 0 0 1rem 0;
}
.heading-3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 8px;
}
.heading-3:after {
  content: "";
  position: absolute;
  left: 0;
  width: 19px;
  height: 4px;
  background: var(--secondary-color);
  bottom: 0;
}
.fast-book-inner {
  background: #fff;
  box-shadow: 0 0 8px #d6d5d5;
  font-size: 13px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  margin-bottom: 25px;
}
.fast-spec-img {
  margin: 0;
  height: 190px;
  overflow: hidden;
  position: relative;
}
.fast-spec-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.fast-spec-content {
  padding: 10px 15px;
}
.fast-spec-content > h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
}
.use-coupon-fbt {
  color: var(--secondary-color);
  font-weight: 600;
  display: inline-block;
  border: 1px dashed var(--secondary-color);
  padding: 0 5px;
  margin: 0 0 11px 0;
  line-height: 19px;
}
.use-coupon-fbt a {
  color: var(--secondary-color);
}
.lds-roller div:nth-child(1) {
  animation-delay: -36ms;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -72ms;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -108ms;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -144ms;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -216ms;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -252ms;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -288ms;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.flights-search-popup h3 {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-top: 10px;
  border-top: 1px dashed #eaeaea;
  padding-top: 15px;
}
.flights-search-popup h3 > span {
  display: block;
}
.flght-psg-deails.flght-psg-deails-pop {
  padding: 10px 0;
}
.flght-psg-deails span {
  display: inline-block;
  border: 1px solid #fff;
  margin-right: 5px;
  padding-left: 5px;
}
.flght-psg-deails.flght-psg-deails-pop span {
  border-color: var(--main-color);
  padding: 3px 30px 3px 5px;
  position: relative;
  font-size: 12px;
  font-weight: 600;
}
.flght-psg-deails.flght-psg-deails-pop span strong {
  background: var(--main-color);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  line-height: 26px;
  padding: 1px 6px;
  font-weight: 400;
}
.trvle-date-wrap .flght-psg-deails.flght-psg-deails-pop span {
  border: 0 none;
  padding: 0;
}
.trvle-date-wrap .flght-psg-deails.flght-psg-deails-pop span strong {
  background: 0 0;
  position: relative;
  color: #333;
}
.trvle-date-wrap .flght-psg-deails.flght-psg-deails-pop span strong:before {
  display: none;
}
.trvle-date-wrap .flt-booking-de-re {
  display: table;
  width: 100%;
  margin: 0;
}
.trvle-date-wrap .flt-booking-de-re li {
  display: table-cell;
}
.trvle-date-wrap .flt-booking-de-re li:not(:last-child) {
  border-right: 1px dashed #b1b1b1;
}
.flght-psg-deails span strong:before {
  content: "";
  position: absolute;
  left: -10px;
  border: 5px solid transparent;
  border-right-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.bus-slider-range input {
  margin-bottom: 14px;
  display: block;
  text-align: center;
  background: var(--main-color);
  color: #fff;
  padding: 8px;
  border-radius: 4px;
}
.bus-col.bus-trvaller-name .busname {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
  line-height: normal;
}
.bus-rng:after {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  bottom: -16px;
  border-top-color: var(--main-color);
  left: 50%;
  margin-left: -8px;
}
.flt-booking-de-re .trvd-comm * {
  display: block;
}
.flt-booking-de-re .trvd-comm .icons {
  font-size: 2rem;
  display: inline-block;
  position: relative;
  line-height: normal;
}
.flt-booking-de-re .trvd-comm.oneway_m_d .icons:after,
.flt-booking-de-re .trvd-comm.return_m_d .icons:after {
  position: absolute;
  content: "";
  bottom: 6px;
  height: 3px;
  width: 21px;
  background: #000;
  left: 0;
}
.flag {
  background: url(../images/country-flag.png);
  width: 16px;
  height: 16px;
  float: right;
  margin-top: 0;
  position: relative;
  left: 4px;
}
.ad {
  background-position: 0 -352px;
}
.ae {
  background-position: 0 -368px;
}
.af {
  background-position: 0 -384px;
}
.ag {
  background-position: 0 -400px;
}
.ai {
  background-position: 0 -416px;
}
.al {
  background-position: 0 -432px;
}
.am {
  background-position: 0 -448px;
}
.an {
  background-position: 0 -464px;
}
.ao {
  background-position: 0 -480px;
}
.aq {
  background-position: 0 -496px;
}
.ar {
  background-position: 0 -512px;
}
.as {
  background-position: 0 -528px;
}
.at {
  background-position: 0 -544px;
}
.au {
  background-position: 0 -560px;
}
.aw {
  background-position: 0 -576px;
}
.az {
  background-position: 0 -592px;
}
.ba {
  background-position: 0 -608px;
}
.bb {
  background-position: 0 -624px;
}
.bd {
  background-position: 0 -640px;
}
.be {
  background-position: 0 -656px;
}
.bf {
  background-position: 0 -672px;
}
.bg {
  background-position: 0 -688px;
}
.bh {
  background-position: 0 -704px;
}
.bi {
  background-position: 0 -720px;
}
.bj {
  background-position: 0 -736px;
}
.bm {
  background-position: 0 -752px;
}
.bn {
  background-position: 0 -768px;
}
.bo {
  background-position: 0 -784px;
}
.br {
  background-position: 0 -800px;
}
.bs {
  background-position: 0 -816px;
}
.bt {
  background-position: 0 -832px;
}
.bw {
  background-position: 0 -848px;
}
.by {
  background-position: 0 -864px;
}
.bz {
  background-position: 0 -880px;
}
.ca {
  background-position: 0 -896px;
}
.cg {
  background-position: 0 -912px;
}
.cf {
  background-position: 0 -928px;
}
.cd {
  background-position: 0 -944px;
}
.ch {
  background-position: 0 -960px;
}
.ci {
  background-position: 0 -976px;
}
.ck {
  background-position: 0 -992px;
}
.cl {
  background-position: 0 -1008px;
}
.cm {
  background-position: 0 -1024px;
}
.cn {
  background-position: 0 -1040px;
}
.co {
  background-position: 0 -1056px;
}
.cr {
  background-position: 0 -1072px;
}
.cu {
  background-position: 0 -1088px;
}
.cv {
  background-position: 0 -1104px;
}
.cy {
  background-position: 0 -1120px;
}
.cz {
  background-position: 0 -1136px;
}
.de {
  background-position: 0 -1152px;
}
.dj {
  background-position: 0 -1168px;
}
.dk {
  background-position: 0 -1184px;
}
.dm {
  background-position: 0 -1200px;
}
.do {
  background-position: 0 -1216px;
}
.dz {
  background-position: 0 -1232px;
}
.ec {
  background-position: 0 -1248px;
}
.ee {
  background-position: 0 -1264px;
}
.eg {
  background-position: 0 -1280px;
}
.eh {
  background-position: 0 -1296px;
}
.er {
  background-position: 0 -1312px;
}
.es {
  background-position: 0 -1328px;
}
.et {
  background-position: 0 -1344px;
}
.fi {
  background-position: 0 -1360px;
}
.fj {
  background-position: 0 -1376px;
}
.fm {
  background-position: 0 -1392px;
}
.fo {
  background-position: 0 -1408px;
}
.fr {
  background-position: 0 -1424px;
}
.ga {
  background-position: 0 -1440px;
}
.gb {
  background-position: 0 -1456px;
}
.gd {
  background-position: 0 -1472px;
}
.ge {
  background-position: 0 -1488px;
}
.gg {
  background-position: 0 -1504px;
}
.gh {
  background-position: 0 -1520px;
}
.gi {
  background-position: 0 -1536px;
}
.gl {
  background-position: 0 -1552px;
}
.gm {
  background-position: 0 -1568px;
}
.gn {
  background-position: 0 -1584px;
}
.gp {
  background-position: 0 -1600px;
}
.gq {
  background-position: 0 -1616px;
}
.gr {
  background-position: 0 -1632px;
}
.gt {
  background-position: 0 -1648px;
}
.gu {
  background-position: 0 -1664px;
}
.gw {
  background-position: 0 -1680px;
}
.gy {
  background-position: 0 -1696px;
}
.hk {
  background-position: 0 -1712px;
}
.hn {
  background-position: 0 -1728px;
}
.hr {
  background-position: 0 -1744px;
}
.ht {
  background-position: 0 -1760px;
}
.hu {
  background-position: 0 -1776px;
}
.id {
  background-position: 0 -1792px;
}
.mc {
  background-position: 0 -1792px;
}
.ie {
  background-position: 0 -1808px;
}
.il {
  background-position: 0 -1824px;
}
.im {
  background-position: 0 -1840px;
}
.in {
  background-position: 0 -1856px;
}
.iq {
  background-position: 0 -1872px;
}
.ir {
  background-position: 0 -1888px;
}
.is {
  background-position: 0 -1904px;
}
.it {
  background-position: 0 -1920px;
}
.je {
  background-position: 0 -1936px;
}
.jm {
  background-position: 0 -1952px;
}
.jo {
  background-position: 0 -1968px;
}
.jp {
  background-position: 0 -1984px;
}
.ke {
  background-position: 0 -2000px;
}
.kg {
  background-position: 0 -2016px;
}
.kh {
  background-position: 0 -2032px;
}
.ki {
  background-position: 0 -2048px;
}
.km {
  background-position: 0 -2064px;
}
.kn {
  background-position: 0 -2080px;
}
.kp {
  background-position: 0 -2096px;
}
.kr {
  background-position: 0 -2112px;
}
.kw {
  background-position: 0 -2128px;
}
.ky {
  background-position: 0 -2144px;
}
.kz {
  background-position: 0 -2160px;
}
.la {
  background-position: 0 -2176px;
}
.lb {
  background-position: 0 -2192px;
}
.lc {
  background-position: 0 -2208px;
}
.li {
  background-position: 0 -2224px;
}
.lk {
  background-position: 0 -2240px;
}
.lr {
  background-position: 0 -2256px;
}
.ls {
  background-position: 0 -2272px;
}
.lt {
  background-position: 0 -2288px;
}
.lu {
  background-position: 0 -2304px;
}
.lv {
  background-position: 0 -2320px;
}
.ly {
  background-position: 0 -2336px;
}
.ma {
  background-position: 0 -2352px;
}
.md {
  background-position: 0 -2368px;
}
.me {
  background-position: 0 -2384px;
}
.mg {
  background-position: 0 -2400px;
}
.mh {
  background-position: 0 -2416px;
}
.mk {
  background-position: 0 -2432px;
}
.ml {
  background-position: 0 -2448px;
}
.mm {
  background-position: 0 -2464px;
}
.mn {
  background-position: 0 -2480px;
}
.mo {
  background-position: 0 -2496px;
}
.mq {
  background-position: 0 -2512px;
}
.mr {
  background-position: 0 -2528px;
}
.ms {
  background-position: 0 -2544px;
}
.mt {
  background-position: 0 -2560px;
}
.mu {
  background-position: 0 -2576px;
}
.mv {
  background-position: 0 -2592px;
}
.mw {
  background-position: 0 -2608px;
}
.mx {
  background-position: 0 -2624px;
}
.my {
  background-position: 0 -2640px;
}
.mz {
  background-position: 0 -2656px;
}
.na {
  background-position: 0 -2672px;
}
.nc {
  background-position: 0 -2688px;
}
.ne {
  background-position: 0 -2704px;
}
.ng {
  background-position: 0 -2720px;
}
.ni {
  background-position: 0 -2736px;
}
.nl {
  background-position: 0 -2752px;
}
.no {
  background-position: 0 -2768px;
}
.np {
  background-position: 0 -2784px;
}
.nr {
  background-position: 0 -2800px;
}
.nz {
  background-position: 0 -2816px;
}
.om {
  background-position: 0 -2832px;
}
.pa {
  background-position: 0 -2848px;
}
.pe {
  background-position: 0 -2864px;
}
.pf {
  background-position: 0 -2880px;
}
.pg {
  background-position: 0 -2896px;
}
.ph {
  background-position: 0 -2912px;
}
.pk {
  background-position: 0 -2928px;
}
.pl {
  background-position: 0 -2944px;
}
.pr {
  background-position: 0 -2960px;
}
.ps {
  background-position: 0 -2976px;
}
.pt {
  background-position: 0 -2992px;
}
.pw {
  background-position: 0 -3008px;
}
.py {
  background-position: 0 -3024px;
}
.qa {
  background-position: 0 -3040px;
}
.re {
  background-position: 0 -3056px;
}
.ro {
  background-position: 0 -3072px;
}
.rs {
  background-position: 0 -3088px;
}
.ru {
  background-position: 0 -3104px;
}
.rw {
  background-position: 0 -3120px;
}
.sa {
  background-position: 0 -3136px;
}
.sb {
  background-position: 0 -3152px;
}
.sc {
  background-position: 0 -3168px;
}
.sd {
  background-position: 0 -3184px;
}
.se {
  background-position: 0 -3200px;
}
.sg {
  background-position: 0 -3216px;
}
.si {
  background-position: 0 -3232px;
}
.sk {
  background-position: 0 -3248px;
}
.sl {
  background-position: 0 -3264px;
}
.sm {
  background-position: 0 -3280px;
}
.sn {
  background-position: 0 -3296px;
}
.so {
  background-position: 0 -3312px;
}
.sr {
  background-position: 0 -3328px;
}
.st {
  background-position: 0 -3344px;
}
.sv {
  background-position: 0 -3360px;
}
.sy {
  background-position: 0 -3376px;
}
.sz {
  background-position: 0 -3392px;
}
.tc {
  background-position: 0 -3408px;
}
.td {
  background-position: 0 -3424px;
}
.tg {
  background-position: 0 -3440px;
}
.th {
  background-position: 0 -3456px;
}
.tj {
  background-position: 0 -3472px;
}
.tl {
  background-position: 0 -3488px;
}
.tm {
  background-position: 0 -3504px;
}
.tn {
  background-position: 0 -3520px;
}
.to {
  background-position: 0 -3536px;
}
.tr {
  background-position: 0 -3552px;
}
.tt {
  background-position: 0 -3568px;
}
.tv {
  background-position: 0 -3584px;
}
.tw {
  background-position: 0 -3600px;
}
.tz {
  background-position: 0 -3616px;
}
.ua {
  background-position: 0 -3632px;
}
.ug {
  background-position: 0 -3648px;
}
.us {
  background-position: 0 -3664px;
}
.uy {
  background-position: 0 -3680px;
}
.uz {
  background-position: 0 -3696px;
}
.va {
  background-position: 0 -3712px;
}
.vc {
  background-position: 0 -3728px;
}
.ve {
  background-position: 0 -3744px;
}
.vg {
  background-position: 0 -3760px;
}
.vi {
  background-position: 0 -3776px;
}
.vn {
  background-position: 0 -3792px;
}
.vu {
  background-position: 0 -3808px;
}
.ws {
  background-position: 0 -3824px;
}
.ye {
  background-position: 0 -3840px;
}
.za {
  background-position: 0 -3856px;
}
.zm {
  background-position: 0 -3872px;
}
.zw {
  background-position: 0 -3872px;
}
.flight-modal-wrap .flt-btm {
  color: var(--main-color);
  margin-bottom: 0;
  border-top: 1px solid #eee;
  padding-top: 0.2rem;
}
.srdv-auto-complete > li > a > div.flght-left {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  position: relative;
  padding-left: 13px;
}
.srdv-auto-complete > li > a > div.flght-left > i {
  position: absolute;
  left: 0;
  color: var(--main-color);
  top: 3px;
}
.srdv-auto-complete > li > a > div.flght-left .city {
  font-weight: 600;
  color: var(--main-color);
}
.srdv-auto-complete > li > a > div > samp {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-size: 15px;
}
.srdv-auto-complete > li > a > div.flght-left .airpotcode {
  color: #424242;
  font-size: 12px;
  font-weight: 500;
}
.srdv-auto-complete li {
  margin: 0;
  display: block;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  border-bottom: 1px solid #cacaca !important;
  cursor: pointer;
  letter-spacing: 1px;
  min-height: 52px;
}
.flght-left samp {
  display: block;
}
.srdv-auto-complete {
  max-height: 300px;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 9999;
  font-family: Nunito, sans-serif !important;
  max-width: 350px !important;
  width: 100% !important;
}
.srdv-auto-complete::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.srdv-auto-complete::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.srdv-auto-complete::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}
.srdv-auto-complete > li > a > div.flght-right {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  text-align: right;
}
.srdv-auto-complete .flght-right {
  font-weight: 600;
  color: #797979;
}
.srdv-auto-complete li a {
  display: flex;
  padding: 10px 12px 10px 8px !important;
  flex-wrap: wrap;
  margin: 0 !important;
}
.srdv-auto-complete li a:hover {
  background: #e7fddc !important;
}

.flt-booking-de-re .trvd-comm .depart_date_m {
  padding-top: 3px;
}
.flt-booking-de-re .trvd-comm b {
  padding: 3px 0;
}
.flght-psg-deails.flght-psg-deails-pop span strong:before {
  border-right-color: var(--main-color);
}
.flights-search-popup span.block.midfz {
  color: red;
}
.flt-booking-de-re {
  margin: 10px -16px -16px;
  background: var(--main-color);
  color: #fff;
  padding: 8px 3px;
}
.flt-booking-de-re li span.return_m_d {
  border-left: 1px solid rgba(255, 255, 255, 0.21176470588235294);
  padding-left: 7px;
  display: block;
}
.flight-modal-wrap .flt-booking-de-re {
  color: #333;
  background: 0 0;
}
.flight-modal-wrap .destination-wrap {
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 15px;
}
.progre-loader {
  margin: 0;
}
.flight-modal-wrap h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.6rem;
}
.hotelBox-booking .tab-pane {
  padding: 20px;
}
.flt-title {
  position: relative;
  font-size: 1.4rem;
  background: var(--secondary-color);
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-left: 4px solid #025d8e;
}
.trending-searches li:first-child {
  margin-right: 0;
}
.car-form-wrap.car-inter-form {
  padding-top: 0.5rem;
}
.car-form-wrap.car-inter-form .custom-select {
  border-radius: inherit;
}
.htl-details-wrap:not(:last-child) {
  border-bottom: 1px dashed #d8d8d8;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.paul-modal .modal-header {
  background: var(--main-color);
  color: var(--white);
}
.cpy-tx span {
  color: var(--main-color) !important;
}
.btn-sp {
  padding: 2px 6px;
  line-height: normal;
  font-size: 12px;
}
.top-destination-col .trip-col {
  position: relative;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
}
.top-destination-col .trip-col:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}
.htl-listing-img .trip-offer,
.rel-img-col .trip-offer,
.top-destination-col .trip-offer,
.top-destination-deal .trip-offer {
  position: absolute;
  z-index: 7;
  background: var(--secondary-color);
  color: #fff;
  font-size: 13px;
  padding: 4px 6px;
  text-transform: uppercase;
  top: 15px;
  overflow: visible;
  left: -12px;
}
.pagin-wrap .pagination {
  margin-bottom: 0;
  justify-content: center;
}
.pagin-wrap nav {
  display: inline-block;
  border-radius: inherit;
  border: 1px solid #eee;
}
.pagin-wrap nav li a {
  display: block;
  padding: 6px 8px;
  color: #333;
}
.pagin-wrap nav li.active a {
  background: var(--main-color);
  color: #fff;
}
.pagin-wrap nav li:not(:last-child) a {
  border-right: 1px solid #eee;
}
.dropdn-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.htl-listing-img .trip-offer:before,
.rel-img-col .trip-offer:before,
.top-destination-col .trip-offer::before,
.top-destination-deal .trip-offer:before {
  position: absolute;
  content: "";
  left: 0;
  border-bottom: 10px solid #001c2d;
  border-left: 12px solid transparent;
  top: -10px;
}
.top-destination-col .trip-head,
.top-destination-deal .top_des_img {
  height: 260px;
  overflow: hidden;
  transition: 0.5s ease;
  position: relative;
}
.top-destination-col .trip-head img,
.top-destination-deal .top_des_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.user-sidebar .dropdown-menu {
  position: relative !important;
  width: 100%;
  border: 0 none;
  transform: initial !important;
  float: none;
}
.user-sidebar .dropdown-menu li {
  margin-bottom: 0;
}
.user-sidebar .dropdown-menu li a {
  padding: 0.3rem 0.5rem 0.3rem 2rem;
  font-size: 0.9rem;
}
.alert-wrp {
  border-radius: inherit;
  border: 3px double;
}
.user-sidebar .dropdown-toggle[aria-expanded="false"]:after,
.user-sidebar .dropdown-toggle[aria-expanded="true"]:after {
  border: 0 none;
  content: "";
  position: absolute;
  right: 10px;
  font-family: IcoFont;
  color: var(--main-color);
  font-size: 9px;
  top: 50%;
  margin-top: -8px;
}
.user-sidebar .dropdown-toggle[aria-expanded="false"]:after {
  content: "\efc2";
}
.user-sidebar .dropdown-toggle[aria-expanded="true"]:after {
  content: "\ef9a";
}
.app-sc-img {
  text-align: right;
}
.app-screen-for-andriod .container {
  max-width: 950px;
}
.top-destination-col .trip-details,
.top-destination-deal .trip-details {
  padding: 15px 5px 8px 5px;
  font-size: 16px;
  bottom: 0;
  width: 100%;
  text-align: left;
  color: #111;
}
.top-destination-col .trip-details p,
.top-destination-deal .trip-details p {
  margin: 0;
  color: #f2ac06;
}
.top-destination {
  background: #fff;
}
.trip-head {
  background: #fff;
}
.trip-details h4 {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 700;
}
.app-scre-cont {
  color: #333;
}
.download-app:after {
  content: "";
  clear: both;
  display: table;
}
.top-destination-col .trip-details .left h4 {
  font-size: 18px;
  text-transform: capitalize;
}
.top-destination-col .trip-details .left p {
  margin: 8px 0 15px 0;
  font-weight: 500;
  color: var(--secondary-color);
}
.top-destination-col .trip-details .left p i {
  margin-right: 0.2rem;
  font-size: 1.1rem;
}
.top-destination-col .trip-details .right {
  float: left;
  width: 30%;
  text-align: right;
}
.top-destination-col .trip-details .right p {
  font-weight: 500;
  font-size: 16px;
  color: #b4b4b4;
}
.top-destination-col .trip-details .right span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: var(--main-color);
}
.top-destination-col .trip-details .left h4 a {
  color: #424646;
}
.trip-details a {
  color: var(--white);
}
.compare-flights ul {
  padding: 13px 0;
}
.compare-flights .air-img-brnd,
.compare-flights .list-inline-item {
  background: #fff;
  min-height: 44px;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.compare-flights .air-img-brnd img,
.compare-flights .list-inline-item img {
  vertical-align: text-top;
  max-width: 140px;
  padding: 5px;
  height: 79px;
  width: 100%;
  object-fit: contain;
}
.compare-flights .air-img-brnd img {
  margin: 0 auto;
}
.top-header-right .user-name {
  border: 0 none;
  margin: 0;
}
.bus-list-book ul li {
  padding: 4px 1px;
  border-bottom: 1px solid #eeeeee80;
}
.hld-title {
  text-transform: capitalize;
  margin-top: 1rem;
  color: var(--main-color);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.holiday-carousel .owl-nav button,
.hotel-slider .owl-nav button {
  position: absolute;
  top: calc(55% - 17.5px);
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  z-index: 9;
  background: var(--main-color) !important;
  color: var(--white) !important;
}
.holiday-carousel .owl-nav .owl-next,
.hotel-slider .owl-nav .owl-next {
  right: 0;
}
.holiday-carousel .owl-nav button.disabled,
.hotel-slider .owl-nav button.disabled {
  background: rgba(255, 255, 255, 0.73) !important;
  color: var(--main-color) !important;
}
.resttourinfo h3 {
  font-weight: 500;
  font-size: 1.5rem;
  color: #333;
}
.itineraryday .day-no {
  color: var(--main-color);
  padding: 4px 10px;
  display: inline-block;
  position: relative;
  font-weight: 600;
}
.itineraryday .ithead {
  display: block;
  background: rgba(210, 30, 72, 0.05);
  margin: 0.5rem 0 0 0;
  color: #333;
  padding: 7px 0;
  border: 1px solid rgba(186, 16, 56, 0.05);
  cursor: pointer;
  font-weight: 600;
}
.accordion_cont {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
}
.itineraryday {
  color: #777;
}
.tac {
  background: #fff;
  padding: 1rem 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
.tac h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
.relatedtour {
  background: #fff;
  padding: 1rem;
  margin-top: 1rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
.relatedtour h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--main-color);
}
.rel-img-col {
  height: 200px;
  overflow: hidden;
}
.rel-img-col img {
  height: 100%;
  border-radius: 10px;
}
.rel-price {
  position: absolute;
  color: var(--white);
  font-size: 1rem;
  padding: 0.3rem 0.4rem;
  background: var(--main-color);
  border-radius: 10px 0 0 0;
}
.rel-txt-col h4 {
  color: #222;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0.5rem 0 0 0 !important;
}
.rel-txt-col {
  padding: 10px 2px;
}
.related-col-wrap {
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 8%,
    rgba(250, 253, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 8%,
    rgba(250, 253, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 8%,
    rgba(250, 253, 255, 1) 100%
  );
  padding: 10px;
  box-shadow: 0 0 7px rgb(0 -1 6 / 6%) inset;
  margin: 10px 0;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #c3c3c3;
  text-decoration: none;
}
.rtn-flt {
  transform: rotate(45deg);
}
.related-col-wrap {
  margin: 0 0 1.5rem 0;
}
.btn-com:hover {
  color: var(--white);
}
.heading-2,
.heading-4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  position: relative;
}
.heading-4:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 30px;
  height: 2px;
  background: var(--main-color);
  left: 0;
}
.heading-4 {
  padding-bottom: 0.7rem;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}
.heading-2 span {
  position: relative;
  display: inline-block;
  padding: 0 10px 10px 10px;
}
.heading-2 span:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 50px;
  background: var(--main-color);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.card-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 20px;
}
label.error {
  color: #f44336 !important;
  font-size: 12px;
}
.travel-wrap {
  overflow: hidden;
}
.slider-wrapper {
  height: 520px;
  display: none;
}
.slider-searchengine-wrapper {
  margin-top: -20rem;
}
.slider-searchengine-wrapper:after {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.18);
  top: 0;
  left: 0;
}
.paul-searchbar-wrap .form-control:focus {
  box-shadow: none;
}
.bus-page-temp-btm .bs_price {
  background: #fff;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  text-align: center;
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
}
.bus-repeat-travle > div[class*="col"] {
  align-items: center;
  display: flex;
  justify-content: center;
}
.bus-rng {
  position: relative;
}
.bus-repeat-travle > div[class*="col"]:not(:last-child),
.car-result-listing > .row > div[class*="col"]:not(:last-child) {
  border-right: 1px solid #ddd;
}
.bus-trvaller-name .traveldiv .busname {
  font-size: 13px;
  color: #3e3e3e;
  padding: 0 10px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.bus-trvaller-name .traveldiv .businfo {
  font-size: 13px;
  color: #696969;
  padding: 0 10px;
}
.bus-arrive-depart-time .mduration > span:first-child > span:first-child {
  padding-right: 30px;
  position: relative;
}
.bus-arrive-depart-time .mduration > span > span {
  margin: 0 5px;
}
.bus-page-temp-btm .bus-col {
  position: relative;
  margin: 0 0 2px 0;
}
.bus-col.bus-trvaller-name {
  margin-bottom: 0;
}
.bus-arrive-depart-time .mduration > span {
  display: block;
  padding: 1px 3px;
}
.bus-col .mduration {
  padding-top: 14px;
}
.bus-arrive-depart-time .mduration > :nth-child(1) > * {
  font-weight: 600;
  color: #333;
  padding-bottom: 3px;
  margin-bottom: 2px;
  display: inline-block;
}
.bus-repeat-travle > div[class*="col"] {
  padding: 0;
}
.bus-ttl-col {
  font-weight: 600;
}
.bus-seat-total {
  padding: 4px 0;
}
.seat-cancel a {
  color: #333;
  font-weight: 500;
  font-size: 12px;
}
.bus-seat-total .btn-com {
  font-size: 13px;
  padding: 4px 9px;
  font-weight: 600;
}
.bus-seat-total .btn-com:hover {
  background: 0 0;
  color: var(--main-color);
  border-color: var(--main-color);
}
.search-tab-navbar .nav-tabs .nav-item.dropdown .dropdown-toggle:after {
  position: absolute;
  right: 0;
  display: none;
}
.homepage .search-tab-navbar .dropdown-menu-righ li a {
  display: block;
  color: #333;
  text-align: left;
  padding: 0.25rem 1rem;
  font-size: 0.9rem;
}
.homepage .search-tab-navbar .dropdown-menu-righ li:not(:last-child) a {
  border-bottom: 1px dashed #e0e0e0;
}
.homepage .main-header .col-lg-10.col-md-10 {
  display: none;
}
.bus-repeat-travle.row {
  margin: 0;
}
.bus-col.bus-trvaller-name {
  margin-bottom: 0;
}
.boaring-point {
  margin-bottom: 4px;
}
.bus-arrive-depart-time .mduration > span:first-child > span:first-child:after {
  content: "\ef18";
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 0;
  font-weight: 300;
  font-family: IcoFont;
}
.bus-col.prc-bus .busprice {
  font-size: 19px;
  line-height: normal;
  color: #404040;
}
.passng-dts-cnt p {
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.bus-repe label {
  font-weight: 700;
}
.paul-searchbar-wrap .form-common-paul label {
  margin-bottom: 0;
  color:#444040;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}
.paul-searchbar-wrap .paul-hotel-down-wrap label {
  color: #333;
}
.pckg-img img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.car-result-listing {
  background: #fff;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #d2d2d2;
}
.car-result-listing > .row {
  margin: 0;
}
.car-result-listing > .row > div[class*="col"] {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.car-processing-in {
  width: 100%;
  padding-top: 8px;
  border-top: 1px solid #ddd;
  margin-bottom: 8px;
}
.car-result-listing .car-brand-img {
  max-width: 200px;
  margin: 0 auto;
  padding: 0 10px;
}
.car-result-listing .car-name {
  margin-top: 0;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.car-faci .list-inline {
  display: inline-block;
  width: auto;
  border: 1px solid #c8ebff;
  font-size: 0;
  margin: 0;
}
.car-faci .list-inline > li {
  color: #032b42;
  background: #c1e9ff45;
  font-size: 12px;
  padding: 4px 6px;
  margin-right: 0;
}
.car-faci .list-inline > li:not(:last-child) {
  border-right: 1px solid #c8ebff;
}
.car-temp-route {
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #eee;
  margin: 0 0 10px 0;
  border-top: 1px solid #eee;
}
.car-result-listing .rating-car i {
  color: #f3bc13;
}
.avaliable-text {
  color: #2f9c33;
}
.layover_parent_list i {
  color: #f58916;
  font-size: 16px;
}
.pyh-time,
.total-car {
  background: var(--main-color);
  display: inline-block;
  padding: 1px 7px;
  border-radius: 11px;
  font-weight: 400;
  color: #fff;
}
.list_car:not(:nth-last-of-type(1)) {
  border-right: 1px solid rgba(221, 221, 221, 0.67);
  min-height: 45px;
}
.list_car {
  font-size: 14px;
  font-weight: 400;
}
.recharge-tab-list {
  display: inline-block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border-bottom: 0 none;
  margin-bottom: 20px;
}
.recharge-tab-list > li {
  display: inline-block;
}
.recharge-tab-list > li > a {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0.5rem 1.3rem;
  color: #333;
}
.recharge-tab-list > li > a.active {
  background: var(--main-color);
  color: #fff;
}
.custom-check-rd {
  float: right;
  color: #fff;
  margin-top: 5px;
  margin-right: 50px;
}
.homepage .top-header ul {
  position: inherit;
}
.homepage .main-header {
  position: relative;
}
.homepage .main-header .row.justify-content-center {
  justify-content: inherit !important;
}
.homepage .main-header .row.align-items-center {
  align-items: inherit !important;
}
.searchbar-form-wrap {
  background: #fff;
  padding: 1rem;
}
.search-section-paul .tab-content {
  padding: 0 1rem 1rem 1rem;
}
.search-tab-navbar > ul > li > a {
  color: #333;
  text-align: center;
  position: relative;
  padding: 5px 10px;
}
.search-tab-navbar .nav-tabs {
    border-bottom: 0 none;
    border-radius: 32px;
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    justify-content: center;
    margin: 0 auto;
    white-space: nowrap;
    border: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 7px;
    border: 2px solid #ccc;
    backdrop-filter: blur(25.2000007628px);
    background: hsla(0, 0%, 100%, .3);
}
.add_scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.add_scroll::-webkit-scrollbar {
  width: 10px;
  height: 9px;
  background: #f5f5f5;
  border-radius: 10px;
}
.add_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: var(--secondary-color);
}
.search-tab-navbar > ul > li > a.active:after {
  width: 100%;
}
.form-common-paul {
  margin-bottom: 10px;
  border-radius: 10px;
}
.search-bar-tabs-panel {
  border-radius: 18px;
  padding: 1rem 1rem 0;
  position: relative;
  background: #ffffff82;
  box-shadow: 0 0px 9px 0 rgb(0 0 0 / 13%);
}
.txt-travel {
  display: block;
  /* padding: 7px 10px 0 10px; */
  height: auto;
}

.form-common-paul > .row > div[class*="col"].car-dprt {
  border-right: 0 none;
}
.search-tab-navbar > ul > li > a.nav-link.active {
  background: #fff;
  border-radius: 24px;
  color: var(--main-color);
}
.search-tab-navbar > ul > li > a.nav-link.active span {
  color: var(--main-color);
}
.search-top-bar ul.flt-shrt-desc {
  padding: 0;
  display: block;
  margin-bottom: 0px;
}
.flight-wrap-search hr {
  border-top: 1px solid #b6adad;
  opacity: 0.3;
}
.flt-shrt-desc {
  margin: 0px;
  padding: 0px;
}
.flt-shrt-desc li {
  display: inline-block;
  font-size: 15px;
}
.flt-shrt-desc li .form-control {
  font-size: 15px;
  height: auto;
  background: transparent;
  color: #121212;
}

.dr-flight {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
  color: #fff;
  margin-bottom: 0px;
}

/* Hide the browser's default checkbox */
.dr-flight input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.dr-flight:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.dr-flight input:checked ~ .checkmark {
  background-color: var(--secondary-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.dr-flight input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.dr-flight .checkmark:after {
  left: 7px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.fare-class {
  position: relative;
}
.fare-class p {
  color: #fff;
  margin: 0px;
}
.fare-class-list {
  background: #fff;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 0;
  margin-top: 15px;
  list-style: none;
  padding: 0px;
  width: 200px;
  box-shadow: 0px 3px 8px rgb(0 0 0 / 27%);
  position: absolute;
  top: 100%;
  display: none;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

.fare-class-list li {
  padding: 8px 10px;
  width: 100%;
  margin: 0;
  text-align: left;
  background: #fff;
}
.fare-class-list li:hover {
  background: #eeeeee;
}
.search-tab-navbar > ul > li > a > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.search-tab-navbar > ul > li > a > i {
  margin-bottom: 0;
  margin-right: 5px;
  line-height: normal;
  font-size: 28px;
}
.search-tab-navbar .nav-tabs .nav-item {
  margin-bottom: 0;
}
.search-tab-navbar .nav-tabs .nav-link {
  border: 0px;
  display: inline-flex;
  border-radius: 24px;
  color: var(--main-color);
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.our-price {
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 70px 0 50px 0;
}
.our-price:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
}
.price-list {
  padding: 15px;
  border-top: 1px solid #3face2;
  border-bottom: 1px solid #3face2;
  position: relative;
  color: #fff;
  background: #3face2;
  cursor: pointer;
  transition: 0.5s ease;
}
.price-list:hover {
  background: #fff;
  color: #555;
}
.price-list:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-right: 12px solid #3face2;
  border-top: 12px solid transparent;
  border-left: 12px solid #b1101000;
  border-bottom: 12px solid #3face2;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.price-list h3 {
  margin: 40px 0 7px 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.price-list p {
  font-size: 13px;
}
.our-price-in {
  padding: 0 90px;
  margin-bottom: 15px;
}
.price-list span {
  background: #fff;
  height: 50px;
  width: 50px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 30px;
  color: #3face2;
  padding: 9px 0;
  box-shadow: 0 0 10px #3face2;
  font-size: 20px;
  transition: 0.5s ease;
}
.price-list:hover span {
  transform: rotate(360deg);
}
.top-destination-col .owl-stage-outer,
.top-destination-deal .owl-stage-outer,
.top-destination-in .owl-stage-outer {
  padding: 0 10px;
  margin-left: -1.5%;
}
.top_des_img {
  border: 1px solid #eee;
}
.car-tab-bar .nav a {
  color: #333;
  font-weight: 600;
}
.car-tab-bar .nav a {
  border: 0 none !important;
  margin-bottom: 0;
  position: relative;
}
.car-tab-bar .nav a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 3px;
  background: #e05522;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.car-tab-bar .nav a.active {
  color: #e05522;
}
.car-tab-bar .nav a.active:after {
  width: 100%;
}
.car-tab-bar {
  margin-bottom: 9px;
}
.downap-left,
.downap-right {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.car-inter-form .form-control {
  border: 1px solid #d2d2d2;
  height: 38px;
}
.downap-left {
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
}
.downap-left p {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.downap-right p {
  color: #fff;
}
.app-screen-for-andriod {
  background: #169ae3;
}
.downap-left h4 {
  font-weight: 400;
  line-height: 27px;
  font-size: 1rem;
}
.downap-right {
  padding-right: 0;
  padding-top: 27px;
  padding-left: 15px;
}
.downap-right .use-code {
  background: var(--main-color);
  color: #fff;
  border-radius: inherit;
  padding: 11px 22px;
  font-size: 21px;
  text-transform: uppercase;
  border: 1px dashed #fff;
}
.car-result-international > .row > div > div {
  padding: 4px 2px;
}
.car-result-international .book-car-wrap a {
  color: #df4520;
  font-weight: 600;
  font-size: 14px;
}
.car-result-international .book-car-wrap form {
  margin-bottom: 4px;
}
.car-result-international .car-price-total h5 {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
  color: #e04e21;
}
.flt-pick-dt .price-flt {
  font-size: 18px;
  color: #de461f;
}
.car-int-cls > .row > div:not(:last-child) {
  border-right: 1px solid #ddd;
}
.car-select-btn .mainprice {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #e05522;
}
.car-select-btn .badge {
  color: #000;
}
.car-int-col i,
.cstm-lg {
  color: #e05622;
}
.pos-ic {
  position: relative;
}
.pos-ic input {
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
}
.pos-ic span {
  position: absolute;
  left: 9px;
  top: calc(50% - 10.5px);
}
.blog-wrap-top h2 {
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  font-size: 35px;
}

.sub-head {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.heading {
  position: relative;
  display: block;
  padding-left: 15px;
}
.heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--secondary-color);
}
.heading-1 {
  font-weight: 25px;
  color: #282a35;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-weight: 600;
}

.trvl-view a {
  color: #000;
  font-weight: 400;
  font-size: 30px;
  line-height: normal;
}
.trvl-view a:hover {
  color: var(--secondary-color);
}
.blog-wrap-top {
  margin-bottom: 15px;
}
.blog h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 25px;
  position: relative;
  padding-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.blog h3:after {
  content: "";
}
.blog-cont p {
  line-height: 1.3rem;
  font-size: 14px;
  /* color: #555; */
  margin-bottom: 12px;
  font-weight: 300;
}
.blg-bottom:after {
  content: "";
  display: table;
  clear: both;
}
.blg-bottom .read-more {
  line-height: normal;
}
.blg-bottom .read-more a {
  font-size: 0.9rem;
  font-weight: 600;
  color: #000;
  line-height: normal;
}
.blg-bottom .read-more a i {
  font-weight: 800;
}
.blog-img {
  height: 400px;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-img:hover img {
  transform: scale(1.1);
}
.blog .date {
  color: var(--main-color);
  margin: 0 0 2px 0;
  font-weight: 600;
  position: absolute;
  bottom: 2px;
  background: #fff;
  padding: 3px 10px;
  left: 3px;
  border-radius: 22px;
  font-size: 13px;
  font-weight: 700;
}
.blog .date i {
  font-weight: 700;
}
.blog a,
.blog-cont {
  font-weight: 300;
  font-size: 13px;
  color: #fff;
}
.blog .date a {
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
}
.blog {
  transition: 0.3s ease;
  margin: 0 2px 10px 2px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.blog:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(#ffffff00, var(--main-color));
}

.blog-cont {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0px;
}
/*ppular destination--*/
.popular {
  transition: 0.3s ease;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
}
.popular-img {
  height: 320px;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.popular-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.popular-img:hover img {
  transform: scale(1.1);
}

.popular-cont {
  padding: 10px;
  background: #fff;
}
.popular-cont h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 15px;
}
.popular-cont p {
  margin-bottom: 2px;
}
/*chooe hotel--*/
.hotel-list {
  transition: 0.3s ease;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
}
.hotel-list-img {
  height: 200px;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.hotel-list-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.hotel-list-img:hover img {
  transform: scale(1.1);
}

.hotel-cont {
  padding: 5px 0px;
  background: #000000a6;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
}
.hotel-cont h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  margin-left: 10px;
}
.hotel-cont p {
  margin-bottom: 2px;
}
.book-now {
  position: absolute;
  bottom: -38%;
  transition: 0.5s;
}
.hotel-cont:hover .book-now {
  bottom: 15%;
}
.book-now button {
  border: none;
  background: #f00;
  padding: 5px 30px;
  color: #fff;
  position: relative;
}

.book-now button:before {
  content: "";
  width: 20px;
  height: 100%;
  border-top: 13px solid #ff0000;
  border-right: 13px solid #ff000000;
  border-left: 13px solid #ff0000;
  top: 0;
  right: -24px;
  position: absolute;
  border-bottom: 15px solid #ff000000;
}

.newsletter .form-control {
  background: rgba(255, 255, 255, 0.11);
  border-color: transparent;
}
.newsletter .btn-white {
  margin: 10px 0 0 0;
  background: #fff;
  color: #3face2;
  width: 100%;
}
.cstm-radio input:checked ~ span::after {
  background: var(--main-color);
  z-index: -1;
}
.cstm-radio span:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  left: 0;
  border: 2px solid var(--main-color);
  border-radius: 20px;
  top: 0;
}
.cstm-radio span {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 25px;
  text-align: center;
  padding: 2px 0;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  line-height: 20px;
}
.cstm-radio input {
  left: 0;
  position: absolute;
  height: 20px;
  width: 20px;
  top: -3px;
  -webkit-appearance: none;
  opacity: 0;
}
.cstm-radio {
  position: relative;
}
.hld-tabbar .nav-tabs {
  border-bottom: 0 none;
}
.hld-tabbar .nav-tabs a {
  color: #333;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0;
  border: 0 none !important;
  position: relative;
}
.paul-searchbar-wrap-col .cstm-form {
    margin-bottom: 0;
    position: relative;
    height: 65px;
    border: 1px solid #938c8c;
    border-radius: 10px;
    padding: 5px 5px;
    background: #ffffff40;
}
.paul-searchbar-wrap-col .cstm-form:hover, .flex_col:hover{
     border: 1px solid var(--secondary-color);
     cursor: pointer;
}
.flex_col .cstm-form:hover{
    border:0px solid transparent !important;
}
.paul-searchbar-wrap-col .dropdown-toggle-tra {
  margin-bottom: 0;
  position: relative;
  border: 0px;
  max-height: 35px;
  padding: 5px 5px;
  background: none;
}
.paul-searchbar-wrap-col .cstm-form img {
  margin-right: 10px;
  margin-top:8px;
}
.hld-tabbar .nav-tabs a.nav-link:active,
.hld-tabbar .nav-tabs a.nav-link:focus,
.hld-tabbar .nav-tabs a.nav-link:hover {
  border: 0 none !important;
}
.dropdown-menu-nav .col-trvl label {
  margin-bottom: 0;
  height: auto;
  line-height: normal;
  font-size: 13px;
  font-weight: 500;
  padding-top: 7px;
  font-family: Roboto, sans-serif;
  color: #333;
  padding-left: 0;
  width: 140px;
}
.dropdown-menu-nav .col-trvl:after {
  content: "";
  clear: both;
  display: table;
}
.searchengine-temp .col-trvl {
  padding: 5px 0;
}
.dropdown-menu-nav .col-trvl .form-control-pax {
  height: 30px;
  font-size: 13px;
  min-height: initial;
  max-height: initial;
  font-weight: 500;
  padding: 0;
  color: #0f0f0f;
  margin-bottom: 5px;
  background: transparent;
}
.dropdown-menu-nav .col-trvl .form-control {
  font-size: 14px;
  text-align: center;
}
.border_clastrv {
  display: flex;
  justify-content: space-around;
}

.border_clastrv .col {
  font-size: 13px;
  background: transparent;
}
.border_clastrv button.col i {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  width: 22px;
  height: 22px;
  background:var(--secondary-color);
  color: #fff;
  display: block;
  border-radius: 20px;
  line-height: 22px;
  margin: auto;
}
.col-trvl {
  display: flex;
  justify-content: space-between;
}
.searchengine-temp label {
  color: #fff;
}
.searchengine-temp .form-control {
  border-radius: 5px;
}

.hld-tabbar .nav-tabs a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  height: 3px;
  background: var(--main-color);
  transition: all 0.3s;
}
.hld-tabbar .nav-tabs .nav-link.active {
  border: 0;
  color: var(--main-color);
}
.hld-tabbar .nav-tabs .nav-link.active:after {
  width: 100%;
}
.hld-tabbar {
  background: #fff;
}
.pckg-details {
  border-radius: 5px;
  background: #fff;
  position: relative;
  border: solid 2px #e9ecef;
  margin-bottom: 20px;
}
.pckg-bottom-bar {
  bottom: 0;
  left: -15px;
  color: #000;
  cursor: pointer;
  padding-top: 15px;
}
.pckgn-name h2 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #000;
}
.pckg-topbar {
  padding: 1.9rem 0 1.2rem;
}
.price-pckg {
  color: #333;
  font-size: 20px;
  font-weight: 800;
}
.price-pckg small {
  color: #777;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
}
.pckg-time {
  padding-bottom: 0.5rem;
  padding-top: 0.3rem;
}
.pckg-btn {
  text-align: center;
  padding-top: 1rem;
}
.pckgn-name .para {
  font-size: 14px;
}
.pckg-btn a {
  border-radius: 3px;
  padding: 0.4rem 0.9rem;
}
.pckg-bottom-bar span {
  display: none;
  position: absolute;
  background: var(--main-color);
  color: #fff;
  padding: 1px 4px;
  text-transform: lowercase;
  border-radius: 3px;
  left: -10px;
  z-index: 999;
  text-align: center;
  font-size: 12px;
  border: 1px solid #ddd;
  margin-top: 6px;
}
.pckg-time h3 {
  font-size: 14px;
  color: var(--main-color);
  font-weight: 600;
  margin-bottom: 0;
}
.pckg-bottom-bar i {
  font-size: 1.3rem;
  display: block;
  color: var(--main-color);
}
.pckg-bottom-bar li:hover span {
  display: block;
}
.pckg-bottom-bar li {
  position: relative;
}
.pckg-bottom-bar .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}
.pckg-bottom-bar span:after {
  content: "";
  position: absolute;
  border: 14px solid transparent;
  border-bottom-color: var(--secondary-color);
  top: -20px;
  left: calc(39% - 10px);
  z-index: -1;
}
.hld-pckg-list {
  margin-bottom: 30px;
}
.cstm-radio input:checked ~ span {
  color: #fff;
}
.bus-title {
  background: var(--main-color);
  color: var(--white);
  font-size: 1.3rem;
  padding: 6px 10px;
  margin: 0;
}
.sidebar-bus-booking h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 0.7rem;
}
.bus-payment-col p,
.bus-seat-status p {
  border-bottom: 1px dashed #ddd;
  margin: 0.3rem 0 0.3rem 0;
  padding: 0.3rem 0.4rem;
}
.bus-seat-status p input {
  font-weight: 600;
}
.bus-payment-col input,
.bus-seat-status p input:focus {
  border: 0 none;
  outline: 0;
}
.bus-payment-col i,
.bus-payment-col input {
  font-weight: 600;
  color: #000;
}
samp {
  word-break: break-all;
}
.trip-col h4 {
  line-height: 21px;
}
.hldy-cont > h4 > a {
  font-size: 1.1rem;
  color: #000;
  font-weight: 800;
}
.hldy-cont {
  border-right: 1px solid #eee;
}
.hldy-price .htl_room {
  font-size: 13px;
  color: #555;
}
.holiday-cont {
  margin: 10px 0 0 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 25px 20px 15px;
  color: #fff;
  left: 0;
  bottom: 0;
  background: 0 0;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06), #000);
  box-sizing: border-box;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
}
.trip-col:hover .holiday-cont {
  padding: 25px 20px 25px;
}
.htl-price {
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color);
}
.hldy-cont a {
  color: var(--main-color);
  font-size: 13px;
  font-weight: 500;
}
.holiday-cont h4 a {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 600;
}
.trip-col .list-inline .list-inline-item:not(:last-child) {
  border-right: 1px solid #eee;
}
.trip-col .list-inline .list-inline-item {
  padding: 0 13px 0 0;
}
.trip-col .list-inline .list-inline-item a {
  font-size: 13px;
  color: var(--main-color);
  font-weight: 500;
}
.super-offers {
  margin-top: 1rem;
}
.three-col-wrap {
  background: #fff;
  padding: 10px;
  text-align: center;
}
.th-dts {
  padding-top: 10px;
}
.th-dts h3 {
  font-weight: 800;
  color: #222;
  margin-bottom: 0.3rem;
  font-size: 14px;
}
.th-dts p {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #555;
}
.th-icon i {
  background: url(../images/sprit-coulmn.png) no-repeat;
  left: 20px;
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.th-icon i.icon-1 {
  background-position: 0 0;
}
.th-icon i.icon-2 {
  background-position: 0 -100px;
}
.th-icon i.icon-3 {
  background-position: 0 -200px;
}
.domestic-flght-view .selectairline.row-areline-selected,
.selectairline.row-areline-selected .flght-view-wrap,
.selectairline.row-areline-selected .flght-view-wrap ul li:not(:last-child),
.selectairline.row-areline-selected .row-areline-return-dom,
.selectairline.row-areline-selected
  .row-areline-return-dom
  div[class*="col"]:not(:last-child) {
  border-color: #ffc4c5;
}
.hotel-rating i {
  font-size: 12px;
}
.row-areline-return-dom {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.flight-booking-paul-left .flight-oneway-listing {
  box-shadow: none;
}
.flight-pass-dts .form-group label {
  color: #151515;
}
.modal-modify-hotel .form-control {
  border: 1px solid #ced4da;
}
.modal-header {
  background: var(--main-color);
  color: var(--white);
  padding: 0.5rem 0.7rem;
}
.super-offers-topbar {
  margin-bottom: 15px;
}
.super-offers-topbar h3 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}
.super-off-tabbar .nav-tabs .nav-link,
.super-off-tabbar .nav-tabs .nav-link:hover {
  border: 0 none !important;
}
.super-off-tabbar .nav-tabs .nav-link.active {
  background: 0 0;
  color: var(--main-color);
}
.super-off-tabbar .nav-tabs .nav-item {
  margin-bottom: 0;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
}
.super-cras {
  z-index: 0;
}
.super-off-wrapper {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin: 5px 10px 5px 2px;
  padding: 0 15px 15px;
}
.offsr-thmb-img .valid-tgs {
  position: relative;
  bottom: 13px;
  background: #000;
  color: var(--white);
  padding: 0.3rem 0;
  text-align: center;
  font-size: 0.7rem;
  border-radius: 15px;
  width: 91%;
  display: block;
  margin: 0 auto;
}
.offsr-thmb-img {
  top: -16px;
  position: relative;
  max-width: 140px;
}
.offers-shrt-desc {
  max-width: 275px;
  margin-left: auto;
}
.offers-shrt-desc .category-ttl {
  color: #888;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -20px;
  font-size: 12px;
}
.spr-off-bottom {
  padding: 0.5rem 1rem 0;
}
.spr-off-bottom:after {
  content: "";
  clear: both;
  display: table;
}

.super-cras .owl-nav {
  display: none !important;
  position: absolute;
  right: 0;
  top: -56px;
  background: #ffff;
  border-radius: 36px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
}
.super-cras .owl-nav i {
  font-size: 24px !important;
  line-height: normal;
  padding: 3px 5px;
  color: var(--main-color);
  display: inline-block;
}

.blog-slider .owl-nav,
.dom-owl-cras .owl-nav,
.airline-brand-col .owl-nav {
  position: absolute;
  right: 110px;
  top: -75px;
}

.blog-slider .owl-nav button.owl-prev,
.dom-owl-cras .owl-nav button.owl-prev,
.airline-brand-col .owl-nav button.owl-prev {
  margin-right: 10px;
}

.blog-slider .owl-nav i,
.dom-owl-cras .owl-nav i,
.airline-brand-col .owl-nav i {
  font-size: 20px;
  line-height: normal;
  padding: 3px 5px;
  color: #fff;
  display: inline-block;
  background: #000;
  border-radius: 3px;
}

.view-all a {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  background: #000;
  border-radius: 20px;
  padding: 5px 20px;
  line-height: 15px;
  display: inline-block;
  transition: 0.5s;
}
.view-all a:hover {
  border-radius: 5px;
}
.offer-slider .owl-nav {
  text-align: center;
}

.offer-slider .owl-nav i {
  font-size: 15px;
  line-height: normal;
  padding: 3px 5px;
  color: var(--main-color);
  display: inline-block;
  background: #e5e5e5;
  border-radius: 25px;
  margin-top: 15px;
  font-weight: 400;
}

.three-column-in {
  border-radius: 10px;
  padding: 0.5rem 1.3rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}
.super-offers .three-column-in {
  padding: 1.5rem 1.3rem;
}
.blog-wrap-col .three-column-in {
  padding: 2rem 1.3rem;
}
.offsr-thmb-img img {
  border-radius: 5px;
  height: 115px;
  object-fit: cover;
}
.spr-btm a {
  color: var(--main-color);
  font-weight: 600;
  font-size: 1rem;
}
.offers-shrt-desc h4 {
  font-size: 13px;
  color: #000;
  font-weight: 800;
  position: relative;
  padding-bottom: 0.2rem;
  padding-top: 0.3rem;
}
.offers-shrt-desc h4:after {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  bottom: 0;
  height: 2px;
  background: var(--main-color);
}
.offers-on {
  color: #9b9b9b;
  font-weight: 500;
  font-size: 13px;
}
.super-cras .item {
  padding: 28px 3px 10px 0;
}
.super-off-tabbar .nav-tabs .nav-item:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--main-color);
  width: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.super-off-tabbar .nav-tabs .nav-item.active:after {
  width: 100%;
}
.modal-header h4 {
  font-size: 1.2rem;
}
.modal-modify-hotel label {
  color: var(--main-color);
  margin: 0 0 2px 0;
}
.modal-header .close {
  color: #fff;
  opacity: 1;
  margin: 0;
  padding: 6px 0;
  font-size: 15px;
}
.modal-header .close:hover {
  color: #fff !important;
}
.sidebar-bus-booking .bustype {
  font-weight: 500;
  color: #777;
}
.layover_parent .bus-tr-loc {
  margin: 0;
  font-weight: 400;
  color: var(--main-color);
  font-size: 16px;
}
.layover_parent .list-inline-item {
  padding: 0 20px;
}
.tm-cl span:first-child {
  padding: 0 8px 0 0;
}
.tm-cl span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #333;
}
.layover_parent strong {
  font-weight: 500;
  font-size: 13px;
  color: var(--main-color);
}
.layover_parent label {
  margin: 0;
}
.col-fly-inn {
  padding-bottom: 20px;
}

.dash-title-h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color);
}

.fare-brekup:hover {
  background: var(--main-color);
  color: var(--white);
}
.remark {
  font-size: 12px;
  padding: 4px 10px 0 10px;
  text-align: center;
  border-top: 1px dashed #eee;
  color: #333;
  margin: 12px 0 2px 0;
}
.swal-modal.alert-danger,
.swal-modal.alert-success {
  background: #fff;
}
.swal-modal.alert-danger .swal-text {
  color: red;
}
.swal-modal.alert-success .swal-text {
  color: green;
}
.flght-return-view {
  margin-bottom: 90px;
}
.log-sin-btn {
  padding: 4px 10px;
  border-radius: 3px;
  color: var(--white) !important;
  border: 1px solid var(--main-color);
  background: var(--main-color);
}
.log-sin-btn a {
  color: var(--white) !important;
}
.secondary-header .dropdown-item,
.top-header .dropdown-item {
  padding: 8px 12px;
}
.secondary-header .dropdown-menu li:not(:last-child) .dropdown-item,
.top-header .dropdown-menu li:not(:last-child) .dropdown-item {
  border-bottom: 1px solid #eee;
}
.user-dashboard {
  padding: 2rem 0;
  position: relative;
  font-size: 0.85rem;
}
.user-dashboard:after {
  content: "";
  position: absolute;
  height: 140px;
  width: 100%;
  background: var(--main-color);
  left: 0;
  top: 0;
  z-index: -1;
}
.holiday_popup .inputgrabber .input {
  padding-left: 34px;
}
.profile-img {
  height: 120px;
  width: 120px;
  overflow: hidden;
  border-radius: 100%;
  border: 4px solid #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.19);
}
.profile-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.paul-layout .table-responsive tr th {
  text-transform: capitalize;
}
.footer-social-wrap {
  position: fixed;
  right: 0;
  z-index: 99;
  top: 15%;
}
.footer-social-wrap li i {
  background: url(../images/social-icons.png) no-repeat;
  display: inline-block;
  height: 41px;
  width: 42px;
}
.footer-social-wrap li {
  position: relative;
}
.footer-social-wrap li:hover span {
  opacity: 1;
  right: 122%;
}
.footer-social-wrap li a span {
  position: absolute;
  top: 7px;
  right: -100%;
  background: #fff;
  border-radius: 4px;
  padding: 2px 11px;
  font-size: 13px;
  transition: 0.5s ease;
  z-index: -1;
  opacity: 0;
}
.footer-social-wrap li a span:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  right: -12px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #333;
  top: 3px;
}
.footer-social-wrap li a {
  color: #fff !important;
}
i.twitter-icon {
  background-position: -60px 0 !important;
}
i.twitter-icon {
  background-position: -60px 0 !important;
}
i.youtube-icon {
  background-position: -180px 0 !important;
}
i.pinterest-icon {
  background-position: -320px 0 !important;
}
i.instagram-icon {
  background-position: -120px 0 !important;
}
i.pinterest-icon {
  background-position: -320px 0 !important;
}
i.linkedin-icon {
  background-position: -249px 0 !important;
}
i.facebook-icon ~ span:after {
  border-right-color: #4c76be !important;
}
i.facebook-icon ~ span {
  background: #4c76be !important;
}
i.twitter-icon ~ span:after {
  border-right-color: #00c7ff !important;
}
i.twitter-icon ~ span {
  background: #00c7ff !important;
}
i.youtube-icon ~ span:after {
  border-right-color: #fd3832 !important;
}
i.youtube-icon ~ span {
  background: #fd3832 !important;
}
i.pinterest-icon ~ span:after {
  border-right-color: #cb2028 !important;
}
i.pinterest-icon ~ span {
  background: #cb2028 !important;
}
i.instagram-icon ~ span:after {
  border-right-color: #ef6b38 !important;
}
i.instagram-icon ~ span {
  background: #ef6b38 !important;
}
i.linkedin-icon ~ span:after {
  border-right-color: #0b86ca !important;
}
i.linkedin-icon ~ span {
  background: #0b86ca !important;
}
.main-navbar .navbar-nav .dropdown-menu a,
.main-navbar .navbar-nav .dropdown-menu a.active {
  color: #333;
  display: block;
  font-weight: 500;
  font-size: 13px;
  position: relative;
  padding: 7px 9px;
  background: 0 0;
}
.main-navbar .navbar-nav .dropdown-menu li:hover {
  background-color: #f8f9fa !important;
}
.membership_btn {
  border: 2px solid #3face2;
  color: #3face2 !important;
  border-radius: 3px;
  padding: 3px 9px !important;
  display: inline-block !important;
}
.call-back-btn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99;
}
.call_back_form {
  display: none;
  position: fixed;
  right: 0;
  z-index: 99;
  top: 50%;
  background: #fff;
  min-width: 260px;
}
.call-back-btn > a {
  background: #dc2315;
  padding: 5px 11px;
  display: inline-block;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
.session-expire {
  position: fixed;
  bottom: -1px;
  left: 5px;
  background: #ad0205;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 10px rgba(0, 146, 224, 0.39);
  z-index: 9;
}
.session-expire ul {
  background: url(../images/time-icon.png) no-repeat;
  padding: 4px 0 0 40px;
  background-size: 35px;
  background-position: 0 4px;
  margin: 0;
  min-height: 41px;
}
.session-expire ul li {
  vertical-align: middle;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.session-expire ul li span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}
.session-expire-return {
  bottom: 16% !important;
}
.call_back_form h4 {
  background: #eee;
  font-size: 19px;
  font-weight: 600;
  padding: 0 0 0 10px;
  color: #dc2315;
  line-height: 35px;
}
.call_back_form .close {
  background: #dc2315;
  opacity: 1;
  display: inline-block;
  height: 34px;
  width: 32px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  margin-left: 11px;
}
.call_back_form .close:hover {
  color: #fff !important;
  opacity: 1;
}
.call_back_form form {
  padding: 0 18px;
}
.call_back_form .form-control {
  border-radius: 3px;
  border-color: #ddd;
}
.offer_popup .modal-body {
  padding: 0;
}
.offer-header {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  background: #fff;
  padding: 4px 6px;
}
.offer-header button {
  color: #000 !important;
  opacity: 1;
}
.loader-img {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  margin: 15px;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.visa-dts-col {
  background: #fff url(../images/australia-visa-bg.png) no-repeat;
  background-position: bottom right;
  border-top: 1px solid #bbb;
  position: relative;
  z-index: 9;
}
.visa-contact li a {
  color: #fff;
}
.visa-dts-img {
  margin-right: -15px;
}
.visa-dts-img img {
  height: 216px;
  width: 100%;
  object-fit: cover;
}
.visa-top-left-col {
  padding-left: 5.9rem;
}
.document-visa {
  background: #eee;
  padding: 3rem 0;
}
.process-time span {
  color: #7c7c7c;
  font-size: 15px;
  display: block;
  padding-bottom: 3px;
}
.visa-dts-col h2 {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 0.9rem;
  margin-top: 5rem;
}
.process-time h3 {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.visa-online-bar a {
  display: block;
  font-size: 14px;
  color: var(--main-color);
  padding: 12px 24px;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
}
.visa-online-bar a:after {
  position: absolute;
  bottom: 0;
  width: 0;
  content: "";
  left: 0;
  height: 3px;
  background: var(--main-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.visa-online-bar li.active a:after {
  width: 100%;
}
.visa-online-bar {
  background: #e8ebf2;
}
.document-requred-col,
.visa-card-wrap {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
.document-requred-col {
  padding: 24px;
}
.visa-card-wrap h3 {
  background: #e8ebf2;
  padding: 10px 13px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.visa-card-wrap ul,
.visa-faq-col ul {
  margin: 0;
  padding: 0;
}
.visa-faq-col {
  background: #eee;
}
.document-requred-col ul li,
.visa-faq-col ul li {
  position: relative;
  list-style: none;
  padding-left: 1.2rem;
  margin-bottom: 0.2rem;
}
.document-requred-col ul li:before,
.visa-faq-col ul li:before {
  content: "\ea98";
  font-family: IcoFont;
  position: absolute;
  left: 0;
  color: var(--main-color);
}
.sticky-sidebar {
  position: fixed;
  top: 10px;
  left: auto;
  margin: 0;
  width: 360px;
  z-index: 99;
}
.fixed-sidebar {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100%;
}
/* .visa-form-col {
    background: var(--secondary-color);
    padding: 1rem 1rem 0.2rem;
} */
.visa-card-body {
  padding: 15px;
}
.visa-inside-form {
  background: #fff;
  border-radius: 5px;
  padding: 0.8rem;
  margin-bottom: 1rem;
}
.visa-contact-dts li a i {
  position: absolute;
  left: 11px;
  font-size: 29px;
  top: 50%;
  transform: translateY(-50%);
}
.visa-contact-dts li {
  margin-bottom: 6px;
}
.visa-contact-dts li a {
  background: #3ca2d4;
  padding: 6px 10px 6px 53px;
  color: #fff;
  position: relative;
  border-radius: 3px;
}
.visa-inside-form .form-group {
  margin-bottom: 0.5rem;
}
.visa-contact-dts li span:last-child {
  font-size: 15px;
}
.visa-contact-dts li span {
  display: block;
  font-size: 14px;
}
.visa-contact-dts li p {
  margin-bottom: 0;
}
.visa-form-col.sticky-form {
  position: fixed;
  top: 50px;
  z-index: 999;
  max-width: 360px;
  height: 100%;
}
.visa-inside-form h3 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  color: var(--main-color);
}
.visa-online-bar.sticky-visa {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.27);
}
.visa-card-body ul li {
  padding: 6px 0;
}
.visa-card-body ul li:after {
  content: "";
  clear: both;
  display: table;
}
.visa-card-body ul li span {
  float: right;
}
.visa-card-body ul li span.visa-price {
  font-size: 17px;
  font-weight: 600;
  color: var(--main-color);
}
.type-of-visas h3 {
  margin-bottom: 1.5rem;
}
.use-coupon-fbt p {
  margin: 0;
}
.offers-heading h2 {
  margin: 0;
  font-size: 24px;
}
.tab-flt-top .nav-tabs {
  border: none;
}
.fast-book-inner:hover img {
  transform: scale(1.1) rotate(2deg);
}
.offers-wrap-carousel .owl-next:hover {
  background: #fff;
}
.offers-wrap-carousel .owl-prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}
.offers-wrap-carousel .owl-next,
.offers-wrap-carousel .owl-prev {
  position: absolute;
  top: 50%;
  font-size: 26px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 2px 3px !important;
  color: #000 !important;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
}
.offers-wrap-carousel .owl-prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}
.offers-wrap-carousel .owl-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.specia-offer-img .item {
  height: 350px;
}
.specia-offer-img .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offers-wrap-carousel button:focus {
  outline: 0 !important;
}
.offers-inner {
  font-size: 0.875rem;
  color: #555;
}
.offer-main {
  border-right: 1px dashed #ddd;
}
.cat-flt {
  background: var(--main-color);
  color: var(--white);
  padding: 0.03rem 0.4rem;
  display: inline-block;
  border-radius: 3px;
  font-size: 0.8rem;
}
.holiday_popup .modal-header {
  display: block;
  text-align: center;
}
.holiday_popup .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
}
.holiday_popup .modal-header p {
  margin: 0;
}
.coupon_code {
  padding: 10px;
}
.coupon_code span {
  display: inline-block;
  border: 1px dashed #ccc;
  padding: 0 10px;
  color: #333;
  font-weight: 400;
  font-size: 14px;
}
.coupon_code span strong {
  color: #333;
  font-weight: 500;
}
.giftcard-carousel .owl-item img {
  height: 400px;
  object-fit: cover;
}
.giftcard-carousel .owl-nav button:focus,
.owl-carousel .owl-nav button {
  outline: 0;
}
.giftcard-carousel .owl-nav .owl-next,
.giftcard-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  z-index: 1;
}
.giftcard-carousel .owl-nav .owl-next i,
.giftcard-carousel .owl-nav .owl-prev i {
  color: #fff;
  font-size: 55px;
  text-shadow: 2px 0 1px #fff;
}
.giftcard-carousel .owl-nav .owl-prev {
  left: 5%;
}
.giftcard-carousel .owl-nav .owl-next {
  right: 5%;
}
.giftcard-carousel {
  position: relative;
}
.giftcard-carousel .item:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 0;
}
.giftcard-carousel .caption-carousel {
  position: absolute;
  top: 38%;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 9;
  max-width: 60%;
  margin: 0 auto;
}
.giftcard-carousel h1 {
  font-size: 60px;
  text-shadow: 1px 0 1px #000;
}
.shop-by-carousel {
  padding: 0 100px;
}
.shop-by-carousel .owl-item img {
  height: 250px;
  object-fit: cover;
  margin-top: 15px;
}
.shop-by-carousel .owl-item.active.center {
  z-index: 999;
}
.shop-by-carousel .owl-item.active.center img {
  height: 280px;
  margin-top: 0;
  transform: scale(1.3);
}
.shop-by-carousel .owl-item {
  transition: all 0.5s ease;
}
.shop-by-carousel .owl-nav .owl-next,
.shop-by-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  z-index: 1;
}

.shop-by-carousel .owl-nav .owl-prev {
  left: 5%;
}
.shop-by-carousel .owl-nav .owl-next {
  right: 5%;
}
.owl-carousel .owl-nav button.disabled i {
  color: #ddd;
}
.gift-card-video {
  background: url(../images/bg-img.jpg) repeat;
  background-size: 100%;
}
.gift_video {
  border: 10px solid #fff;
}
.heading-gift {
  font-size: 34px;
  font-weight: 600;
  color: #000;
}
.redeem-wrap,
.shop-by {
  background: #fff;
}
.redeem-list i {
  font-size: 50px;
  color: #999;
}
.redeem-list h3 {
  color: #999;
}
.redeem-list h3 {
  color: #999;
  margin: 20px 0 10px 0;
  font-size: 24px;
  font-weight: 600;
}
.redeem-list p {
  margin: 0;
  color: #555;
}
.shop-by .btn {
  width: 150px;
}
.view_occasion {
  display: none;
}
.view_occasion {
  padding: 30px 100px 0 100px;
}
.inclusionexclusionlist ul {
  margin: 0;
  padding: 0;
}
.inclusionexclusionlist ul li {
  margin-bottom: 7px;
}
.view_occasion .row {
  border-top: 1px dashed #eee;
  padding-top: 20px;
}
.occ_list img {
  height: 150px;
  object-fit: cover;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.29);
  border: 4px solid #fff;
}
.occ_list {
  margin: 0 0 25px 0;
}
.ui-datepicker td.holiday a,
.ui-datepicker td.holiday a:hover {
  background: none #139ae3 !important;
  border: 1px solid #139ae3;
  color: #fff;
}
.ui-datepicker.ui-widget-content {
  width: auto;
}
.hotl-booking-full .owl-item .item {
  height: 350px;
}
.hotl-booking-full .owl-item .item img {
  height: 100%;
  object-fit: cover;
}
.mnts-slider-col .item img {
  height: 100%;
  object-fit: cover;
}
.mnts-fl-dt li {
  margin-bottom: 7px;
}
.dest-location {
  position: absolute;
  top: 5px;
  margin: 0;
  left: 5px;
  background: rgba(255, 255, 255, 0.24);
  padding: 5px 10px 5px 9px;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
}
.search-form-car .btn-group .btn {
  background: var(--secondary-color);
  border-color: var(--secondary-color) !important;
}
.search-form-car .btn-group .btn.active {
  background: #0277b6;
  border-color: #0277b6 !important;
}
.active.focus,
.btn:focus,
.focus,
button:focus {
  box-shadow: none !important;
}
.search-form-car .btn-group .btn input {
  top: 3px;
  position: relative;
}
.search-form-car .btn-group {
  margin-bottom: 10px;
}
.car-temp-route ~ .layover_parent {
  margin-bottom: 0 !important;
}
.flight-pass-dts > ul > li {
  margin-bottom: 8px;
}

.shadow_offer {
  box-shadow: 0 0px 9px 0 rgb(0 0 0 / 45%);
  background: #fff;
  border-radius: 13px;
  padding: 18px;
}
.why_book h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--main-color);
}

.testimonal h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #051c3b;
  font-size: 40px;
}
.flex_book {
  display: flex;
  flex-wrap: wrap;
}
.flex_item {
  text-align: center;
  padding: 18px;
}
@media screen and (min-width: 992px) {
  .flex_col{margin-left: 4px;}
  .custom_wlg{
    max-width:20%;
  }
  .form-common-custom .checkborder{
        border-radius: 9px 0 0px 9px;
  }
   .form-common-custom .checkoutborder{
    border-radius: 0 9px 9px 0;
    border-left: 0;
  }
  .ho_offer_pill > li {
    margin-right: 10px;
  }
}
@media screen and (min-width: 767px) {
  .content_user {
    min-height: 124px;
  }
  .paul-searchbar-wrap .form-group label.error {
    position: absolute;
  }
  .flex_item {
    width: 20%;
  }
  .super-cras .owl-item {
    max-width: 467px;
    width: 100% !important;
  }
}
.paul-hotel-down-wrap .rmttl {
  padding-left: 0 !important;
  font-weight: 700;
  color: #000;
}




.htl-room-list > label,
.paul-hotel-down-wrap .roomchildbox label {
  padding-left: 0 !important;
  font-size: 13px;
}
.hotel-numbers label.cstm-radio {
    padding: 5px 0px 0px 6px;
}
.room_scrollbar {
  width: 100%;
  background: #fff;
  overflow-y:auto;
  overflow-x: hidden;
  max-height: 260px;
  border-radius:12px;
  padding-bottom: 40px;
}
.room_scrollbar::-webkit-scrollbar {
  width: 7px;
  background:transparent;
}
.room_scrollbar::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border: 2px solid var(--main-color);
  border-radius:12px;
}
.hotl-booking-temp {
  padding: 15px;
}
.packnavtabs {
  background: #edf9ff;
}
#sync2 .item img {
  height: 84px;
}
#sync2 .owl-item {
  position: relative;
  cursor: pointer;
  border-top: 10px solid #fff;
}
#sync2 .owl-item:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ffffff8c;
  top: 0;
  left: 0;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
}
#sync2 .owl-item.current:after {
  background: 0 0;
}
#sync1 .owl-item .item {
  max-height: 370px;
}
#sync1 .owl-item .item img {
  max-width: 100%;
  height: 300px;
}
.pckg-dy-nt h6 {
  color: #dd3d1e;
  font-weight: 700;
}
.socail-icons > li {
  margin-right: 2px !important;
}
.socail-icons > li > a {
  display: inline-block;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 27px;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
}
.socail-icons > li > a:hover {
  opacity: 0.9;
}
.fb-icon {
  background: #3a5795;
}
.tw-icon {
  background: #1da1f2;
}
.gp-icon {
  background: #c53929;
}
.wt-icon {
  background: #25d366;
}
.filtersection {
  background: #fff;
  padding: 15px;
  border: 1px solid rgba(221, 221, 221, 0.67);
}
.filtersection .resultfound {
  margin-bottom: 15px;
  border-bottom: 1px dashed #ddd;
  padding: 0 0 10px 0;
  font-size: 14px;
}
.filtersectionbox h3 {
  font-size: 1.2rem;
  color: var(--secondary-color);
  font-weight: 600;
}
.filtersectionbox .prc-air-lines .rang-input {
  margin-bottom: 10px;
}
.filtersection h6 {
  margin-bottom: 0.9rem !important;
  font-weight: 600 !important;
  position: relative;
  padding-bottom: 0.3rem;
}
.filtersection h6:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  left: 0;
  background: #3face2;
  bottom: 0;
}
.rlt_list {
  border-bottom: 1px solid #eee;
  padding-top: 15px;
  padding-bottom: 15px;
}
.recent-search > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: initial !important;
}
.recent-srch-body {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  border-radius: 8px;
  font-size: 12px;
}
.trending-searches li {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 10px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  background: #f2f2f2;
}
.recent-srch-body p {
  color: #444;
}
.recent-srch-body ul li a {
  padding: 4px 9px;
}
.recent-srch-body p {
  padding: 6px 1px;
  font-weight: 600;
}
.recent-srch-body ul li a {
  display: block;
  color: #333;
  font-size: 12px;
}
.recent-srch-body ul li a i {
  padding: 0 3px;
  color: var(--main-color);
  font-size: 13px;
}
.inclusion-list li {
  position: relative;
  padding-left: 13px;
}
.inclusion-list li:after {
  content: "\ea94";
  font-family: IcoFont !important;
  left: 0;
  position: absolute;
  top: -1px;
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 15px;
}
.htl_pri {
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.price_hld {
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
}
.hotelBox-booking,
.packnavtabs,
.resttourinfo {
  border-radius: 10px 10px 0 0;
}
.hotelBox-booking .nav-tabs li:first-child a.active {
  border-radius: 10px 0 0 0;
}
.heading-inc {
  font-weight: 700;
  margin-bottom: 1rem;
}
.cities_list h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: #333;
}
.cities_list {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 13px;
  color: #555;
}
.cities_list:not(:last-child) {
  border-bottom: 1px dotted #999;
}
.holiday_wrap_right h5 {
  font-weight: 700;
}
.holiday_wrap_right {
  font-size: 14px;
  color: #555;
}
.holiday_wrap_right li a {
  color: #555;
  font-weight: 700;
}
.holiday_wrap_right li {
  margin-bottom: 5px;
}
.related_tour h3 {
  color: #222;
  font-weight: 700;
  font-size: 20px;
  padding-left: 10px;
  border: none;
}
.pckg-btn .btn {
  min-width: 130px;
}
.btn-red {
  color: #f44336 !important;
  background: var(--white);
  border: 1px solid #f44336;
  font-weight: 700;
  border-radius: 0;
}
.btn-red:hover {
  background: #f44336;
  color: var(--white) !important;
}
.discription-det h6 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #000;
}
.discription-det p {
  color: red;
  font-size: 13px;
  font-weight: 600;
}
.hld-title > span {
  color: #dd3d1e;
  font-weight: 700;
  font-size: 1rem;
  padding-left: 10px;
}
.lv-left {
  color: var(--main-color);
  font-size: 1.4rem;
}
.live-rts {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
}
.live-rts .owl-nav button {
  position: absolute;
  top: 35%;
  background: var(--main-color) !important;
  height: 25px;
  width: 25px;
  color: #fff !important;
}
.live-rts .owl-nav button.owl-prev {
  left: 0;
}
.live-rts .owl-nav button.owl-next {
  right: 0;
}
.live-rts .item {
  text-align: center;
}
.lv-left {
  color: #fff;
  font-size: 1.1rem;
  background: #da241a;
}
.live-rts h3,
.live-rts h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary);
}
.live-rts h3 {
  color: #da241a;
}
.lv-left .cru-cl {
  background: var(--main-color);
}
.lv-left li {
  padding: 6px 10px;
}
.search-tab-navbar {
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: -66px;
  width: 100%;
  display: flex;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 50px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--secondary-color);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
#loadfarerule,
#loadfarerule h5,
#loadfarerule p,
#loadfarerule table {
  font-size: 14px;
}
.support_24 {
  font-size: 10px !important;
  background: #283845;
  padding: 4px 6px 4px 6px !important;
  border-radius: 5px !important;
  line-height: 12px;
  color: #fff !important;
  font-weight: 600 !important;
  display: inline-block !important;
}
.support_24 a {
  color: #fff;
}
.support_24 img {
  float: left;
  max-width: 19px;
  padding: 2px 0;
}
.support_24 > span {
  padding-left: 6px;
  display: inline-block;
}
.support_24 > span > small {
  display: block;
}
p.support_24 {
  padding: 1px 6px 5px 6px !important;
  height: 32px;
}
.secondary-header .top-header-right a {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.advertisement .owl-nav {
  display: none !important;
}
.secondary-header .top-header-right a i {
  color: var(--main-color);
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px 4px 0 0;
  font-size: 14px;
}
.user-cont {
  text-align: center;
  line-height: 14px;
}
.socail-icons {
  position: fixed;
  z-index: 9;
  bottom: 11%;
  right: 0;
}
.socail-icons li i {
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
}
.socail-icons li {
  margin-bottom: 0.2rem;
  position: relative;
}
li.facebook-icon i,
li.facebook-icon span {
  background: #3c5a98;
}
li.twitter-icon i,
li.twitter-icon span {
  background: #29a6de;
}
li.youtube-icon i,
li.youtube-icon span {
  background: #cc332b;
}
li.linkedin-icon i,
li.linkedin-icon span {
  background: #1d86bd;
}
li.google-icon i,
li.google-icon span {
  background: #e04e3f;
}
li.instagram-icon i,
li.instagram-icon span {
  background: #6a453b;
}
.socail-icons li span {
  position: absolute;
  top: 4px;
  right: -60%;
  border-radius: 4px;
  padding: 2px 11px;
  font-size: 13px;
  transition: 0.5s ease;
  z-index: -1;
  opacity: 0;
  color: #fff;
}
.socail-icons li:hover span {
  opacity: 1;
  right: 115%;
}
.contactus-page .heading-3 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem !important;
}
.offers-shrt-desc .btn-com {
  position: absolute;
  right: 12px;
  bottom: 0;
}
.htl-details-wrap .nav-link {
  border: none;
  background: #eee;
  border-radius: 0 !important;
  color: #333;
  font-size: 14px;
}
.htl-details-wrap .nav-tabs {
  background: #eee;
  border: none;
}
.htl-details-wrap .nav-link.active {
  background: #ffd9d9;
  color: #fff;
  color: var(--main-color);
}
.htl-details-wrap .sub-list {
  background: rgba(238, 238, 238, 0.38);
  border: 1px solid rgba(238, 238, 238, 0.53);
}
.package-wrap .post-image img {
  width: 100%;
  max-width: 100%;
  height: 180px;
  object-fit: cover;
}
.package-wrap .packe-col {
  padding: 15px;
  min-height: 149px;
  font-size: 14px;
}
.package-wrap {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}
.package-wrap .packe-col h2 {
  margin: 0;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 600;
}
.package-wrap .packe-col h2 a {
  color: var(--secondary-color);
}
.post-meta .time {
  padding: 5px 0;
  color: #ea4520;
  display: block;
}
.post-meta p {
  color: #777;
  line-height: 23px;
}
.result-not-found h3 {
  font-size: 14px;
  text-align: center;
}
.all-tab {
  position: absolute !important;
  right: 0;
}
.tagline.d-block {
  color: var(--main-color);
  font-size: 0.75rem;
  font-weight: 600;
}
.footer-nav {
  font-size: 11px;
}
.spr-off-header .btn-view {
  position: absolute;
  bottom: 0;
  right: 15px;
  background: var(--main-color);
  color: #fff;
  border-radius: 0;
}
.offers-heading {
  background: #fff;
}
.offers-heading .nav-link.active {
  border-color: var(--main-color);
  color: var(--main-color);
}
.offers-heading .nav-link {
  padding: 8px 20px;
  font-weight: 600;
  color: #333;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background-color: transparent !important;
}
.offers-heading .nav-tabs {
  border: none;
}
.page-heading {
  background: #111;
  padding: 10px 0;
  color: var(--white);
}
.page-heading h2 {
  font-weight: 500;
  font-size: 24px;
  margin: 0;
}
.breadcrumb_cstm li {
  font-size: 0.8rem;
  color: var(--white);
  position: relative;
}
.breadcrumb_cstm li > a {
  color: #ccc;
}
.breadcrumb_cstm li:not(:first-child):after {
  content: "\eaca";
  position: absolute;
  height: 17px;
  width: 1px;
  left: -15px;
  top: 2px;
  font-family: IcoFont !important;
}
.breadcrumb_cstm li {
  font-size: 0.8rem;
  position: relative;
}
.breadcrumb_cstm li:not(:last-child) {
  margin-right: 0.9rem;
}
.offers_list {
  padding: 30px 0 0 0;
}
.offers_list > .heading-3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 500;
}
.deals-list {
  background: #fff;
  box-shadow: 0 0 4px rgba(214, 213, 213, 0.7);
  font-size: 13px;
  font-weight: 600;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.deals-list figure {
  margin: 0;
  min-height: 190px;
  max-height: 190px;
  overflow: hidden;
  position: relative;
}
.deals-list figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.deal-cont {
  padding: 10px 15px;
}
.deal-cont > h4 {
  font-size: 1.2rem;
  font-weight: 500;
}
.use-coupon-fbt {
  color: #f44336;
  font-weight: 600;
  display: inline-block;
  border: 1px dashed #f4433673;
  padding: 1px 7px;
  margin: 0 0 11px 0;
  line-height: 19px;
}
.deals-list:hover {
  box-shadow: 0 0 10px #aaa;
}
.deals-list:hover img {
  transform: scale(1.1) rotate(2deg);
}
.feedback-form {
  position: fixed;
  right: -100%;
  left: auto;
  top: 18%;
  z-index: 99;
  width: 325px;
  padding: 20px;
  background: #fafafa;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  transition: 0.7s ease;
  -webkit-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  z-index: 9999;
}
.feedback-form h3 {
  font-size: 17px;
  font-weight: 700;
  color: #333;
}
.feedback-form p {
  font-size: 12px;
  line-height: 17px;
}
.feedback-form label {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #000;
}
.feebback-cont .form-group {
  margin-bottom: 0.5rem;
}
.fdbk_btn {
  position: fixed;
  right: 0;
  top: 18%;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  z-index: 9999;
}
.feebback-cont .btn:not(:last-child) {
  margin-right: 20px;
}
.feebback-cont .btn {
  padding: 5px 16px;
  color: #fff;
}
.feebback-cont .btn-gray {
  background: #999;
}
.feebback-cont .btn-gray:hover {
  background: #777;
}
.feebback-cont .btn-yel {
  background: var(--main-color);
}
.feebback-cont .btn-yel:hover {
  background: #9f0103;
}
.close_arrow {
  position: absolute;
  left: -50px;
  top: 0;
  background: var(--main-color);
  color: #fff;
  font-size: 27px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.close_arrow i {
  font-weight: 700;
}
.flght-duration,
.txt-tc {
  font-size: 14px;
}
.oneway_box label {
  font-size: 13px;
  font-weight: 600;
}
.oneway_box .form-group {
  margin-bottom: 0.5rem;
}
.home-searchbar {
  border-radius: 10px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
/* .home-searchbar > .row > [class*="col-"]:hover {
    background: #fff0f0;
} */
.cstm-form > span,
.traveller-main > span {
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 0px;
  color: #999;
  font-size: 11px;
  line-height: 11px;
}
.cstm-form .sub, .cabin_text {
    color: #3e3e3e;
    font-size: 13px;
    display: block;
    font-family: "Poppins", sans-serif;
}

.flex_col {
    display: flex;
    align-items: flex-start;
    border: 1px solid #938c8c;
    border-radius: 9px;
    height: 65px;
    flex-direction: column;
    justify-content: center;
}
.cstm-form > span > i,
.dropdown-toggle-tra i {
  color: #000000;
  font-size: 17px;
}
#class_selector select {
    font-weight: 600;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    border: 1px solid #ccc;
    height: 33px;
    border-radius: 8px;
    padding: 5px 6px;
    margin-bottom: 18px;
}
.cstm-form .city-nm input:focus {
  outline: 0;
}
.tap-to-add {
  font-size: 13px;
  font-weight: 800;
  color: #979797;
  display: block;
  line-height: 15px;
}
.cstm-form p {
  text-overflow: ellipsis;
  width: 100%;
  line-height: 15px;
  color: #514d4d;
  font-size: 13px;
  font-weight: 400;
}
.swipe-icon {
    position: absolute;
    right: -21px;
    top: 11px;
    height: 40px;
    width: 40px;
    background: #e4e1df;
    border-radius: 50%;
    z-index: 9999;
    cursor: pointer;
    border: 1px solid #948d8d;
}
.swipe-icon i {
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  display: inline-block;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
}

.city-nm .hidden-input {
  position: absolute;
  height: 100% !important;
  width: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}

/*meal and baggage css start from here*/
.food_meal {
  font-weight: bold;
  font-size: 13px;
}
.wate_kg {
  position: relative;
  top: 7px;
  font-weight: bold;
  font-size: 14px;
}
.intrntional-l {
  margin: 0;
}
.detail_add_flex {
  display: flex;
}
.detail_add_flex {
  padding: 5px 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 0px var(--secondary-color);
  padding-right: 10px;
  margin-bottom: 15px;
}

.Bagg__main {
  padding: 5px 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 0px var(--secondary-color);
  padding-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.Bagg__main_det {
  height: 160px;
  overflow-y: scroll;
  padding: 5px 5px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 0px var(--secondary-color);
  padding-right: 10px;
  margin: 5px 0 20px 0;
}
.Bag_button_Add {
  background: var(--main-color);
  color: #fff;
  padding: 3px 8px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
.Meal_button_Add {
  background: var(--main-color);
  color: #fff;
  padding: 3px 8px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
.Meal_button_Add_into {
  display: none;
}
.Meal_button_Add_into {
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  padding: 0px 5px;
  border-radius: 5px;
  cursor: pointer;
}
#travel__bagg {
  display: none;
}
#travel__Meal {
  display: none;
}
.tail_icon_main {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #e4e4e4;
  background: #e7f4fe;
  padding: 0px 5px 8px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.Bag_button_Add_into {
  display: none;
}
.Bag_button_Add_into {
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  padding: 0px 5px;
  border-radius: 5px;
  cursor: pointer;
}
.detail_Bag h5 {
  font-size: 17px;
  margin: 0px;
  padding: 6px 0px;
  color: #000;
  font-weight: 600;
}
.detail_Baggage_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Bag__price {
  display: flex;
  margin-top: 8px;
}
.Bag_but_Add {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 12px;
  height: 22px;
  cursor: pointer;
  font-weight: bold;
}
.add-sec {
  padding: 2px 7px;
  font-size: 12px;
  font-weight: 500;
  height: 20px;
  line-height: 14px;
}
.Bag__price h6 {
  margin: 0px;
  padding-right: 12px;
  padding-top: 2px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.Bagg__main_det::-webkit-scrollbar {
  width: 5px;
}
.Bagg__main_det::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  border-radius: 15px;
}

.top_nav li>a {
		padding: 2px 15px;
		border-radius: 23px;
		font-weight: 500;
		font-size: 16px;
		font-family: "Poppins", sans-serif;
	}
  	.main-navbar-sec .nav-link {
		font-family: "Poppins", sans-serif;
		font-size: 16px;
    color:#000;
	}


/*meal and baggage css end from here*/

@media screen and (min-width: 768px) {
  .d-fare .form-check-inline {
    margin: 0px 25px;
  }

  .paul-searchbar-wrap .cstm-form .form-control {
    padding: 0;
    z-index: 9;
    left: 0;
    font-weight: 600;
    font-size: 14px;
    border: 0px;
    color:#1d1d1d;
    line-height: 20px;
    height: 25px;
  }

  .txt-travel.form-control {
    line-height: 40px;
  }
  .paul-searchbar-wrap select.form-control option {
    font-size: 14px;
  }

  .city-nm {
    font-size: 14px;
    color:#1d1d1d;
    line-height: 20px;
    font-weight:600;
  }

  .flt-to-wr.input_list > p {
    left: 34px;
  }
  .input_list p {
    width: 100%;
    padding-right: 0;
    z-index: 0;
  }
  .custom-auto-complete {
    top: 260px !important;
  }
}
.select-radio {
  padding-right: 4px;
  padding-left: 10px;
  margin-bottom: 0;
}
.select-radio span {
  display: inline-block;
  height: 14px;
  width: 14px;
  border: 1px solid #ed3237;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}
.select-radio input {
  position: absolute;
  opacity: 0;
}
.select-radio span:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #ed3237;
  left: 2px;
  border-radius: 50%;
  top: 2px;
  transform: scale(0);
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
}
.selectairline.row-areline-selected .select-radio span:after {
  transform: scale(1);
}
.heading-4 span {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  text-transform: uppercase;
}
.heading-4 span:before {
  left: 0;
  right: auto;
}
.heading-4 span:after,
.heading-4 span:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background: var(--secondary-color);
  top: 11px;
  right: 0;
}
.blog-heading .heading-4:after {
  display: none;
}
.blog-heading {
  background: #fff;
  position: relative;
  z-index: -1;
}
.blog-content {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px #ddd;
  margin: 0 auto;
}
.blog-detail {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  font-weight: 500;
  font-size: 14px;
  color: #555;
}
.post-title {
  font-size: 26px;
  padding: 8px 0 2px 0;
  font-weight: 600;
  color: var(--main-color);
  margin: 0;
}
.blog-detail .post-meta {
  text-align: center;
  font-size: 15px;
  margin: 5px 0 20px 0;
  color: var(--main-color);
  font-style: italic;
}
.blog-detail .post-meta span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.blog-link {
  width: 30px !important;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.post-meta .time {
  font-size: 13px;
  color: var(--secondary-color);
  display: block;
  font-weight: 700;
}
.post-meta hr {
  border-top: 1px dashed #eee;
}
.flighfareclass {
  font-size: small;
}
.custm-checkbox input[type="checkbox"] + span:before {
  height: 16px;
  width: 16px;
  border-radius: 3px;
}
.custm-checkbox input[type="checkbox"]:checked + span:after {
  left: 3px;
  top: 10px;
}
.top-filter h6 {
  font-size: 0.9rem;
  font-weight: 600;
}
.top-filter .row > [class*="col-"]:not(:last-child) {
  border-right: 1px solid #ddd;
}
.flt-stop {
  max-height: 80px;
}
.scrollbar-track {
  opacity: 1 !important;
}
.scrollbar-thumb {
  background: #ff9805 !important;
}
.scrollbar-track {
  background: var(--main-color) !important;
  border-radius: 20px;
}
.scrollbar-thumb,
.scrollbar-track-y {
  width: 4px !important;
}
.oneway-modify [class*="col-"] {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.top-filter {
  overflow: hidden;
}
.air-name-no h6,
.airline-logo,
.flght-logo {
  font-size: 0.75rem;
  font-weight: 600;
}
.air-name-no h6,
.flght-logo {
  padding-top: 0.5rem;
}
.flt-stop-half li {
  width: 46%;
}
.air-brand img,
.flght-logo img {
  max-width: 40px;
}
.suggestionsBox {
  position: absolute;
  padding: 0px;
  background: #ffffff !important;
  color: #3c8dbc;
  z-index: 22;
  height: auto;
  max-height: auto !important;
  overflow-y: scroll;
  box-shadow: 0px 3px 7px 2px #c1c1c1;
  margin: 0px 0px 0px 0px;
  width: 300px !important;
}
.suggestionList ul li {
  list-style: none !important;
  margin: 0px;
  padding: 6px 15px !important;
  border-bottom: 1px solid #e4e0e0;
  cursor: pointer;
  color: #333;
}
.suggestionsBox img {
  display: none;
}

.suggestionList ul {
  padding: 0px;
}

.suggestionList ul li:hover {
  color: #fff;
  background: #3c70b5;
}
.htl-stop li {
  margin-bottom: 0.5rem;
}
.htl-by-filter > h4 {
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  background: #054cff;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.flt-dts .list-group-item {
  padding: 0.5rem 0.8rem;
  font-size: 14px;
}
.flt-dts .list-group-item.active {
  background: #ddd;
  border-color: #ddd;
  font-weight: 700;
  color: #333;
  font-size: 16px;
  padding: 0.4rem 0.8rem;
}
.modal .sidebar-flight h4 {
  background: #ddd;
  color: #333;
  font-weight: 600;
}
.modal-body .confirm-flght-details .flight-oneway-listing {
  border: 1px solid #eee;
}
.modal
  .confirm-flght-details
  .flight-oneway-listing
  > .row
  > div[class*="col"]:not(:last-child),
.modal-body .confirm-flght-details .flght-view-wrap ul li:not(:last-child) {
  border-color: #eee;
}
.flight-booking-paul-left .booking-title {
  background: #fff;
  padding: 0.8rem 0.5rem;
  margin: 0 !important;
  border-bottom: 1px solid #eee;
}
.flight-booking-paul-left .heading-3:after {
  display: none;
}
.confrim-main {
  font-size: 14px;
  color: #333;
}
img[data-echo] {
  background: url(../images/loader-bg.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.custom-pagination li.next,
.custom-pagination li.prev {
  font-size: 0;
  position: relative;
}
.custom-pagination li {
  font-size: 13px;
  line-height: 25px;
}
.custom-pagination li:not(:last-child) {
  margin-right: 4px;
}
.custom-pagination li:first-child a,
.custom-pagination li:last-child a {
  border-radius: 30px !important;
}
.custom-pagination li a {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  text-align: center;
  background: var(--main-color);
  color: var(--white);
  font-weight: 700;
  display: inline-block;
  border: 1px solid var(--main-color);
  padding: 2px !important;
}
.custom-pagination li.prev a:after {
  content: "\eac9";
  left: 0;
}
.custom-pagination li.next a:after,
.custom-pagination li.prev a:after {
  position: absolute;
  left: 1px;
  font-size: 17px;
  text-align: center;
  width: 100%;
  top: 2px;
  font-family: IcoFont !important;
}
.custom-pagination li.prev.page a:after {
  content: "\eac6";
}
.custom-pagination li.next.page a:after {
  content: "\eac7";
}
.custom-pagination li.next a:after {
  content: "\eaca";
}
.notification-popup .modal-content,
.success-popup .modal-content {
  border-radius: 0;
  border: none;
  background: 0 0;
}
.home-modal img {
  max-height: 450px;
}
.notification-form .btn-com {
  padding: 7px 12px;
  font-weight: 600;
}
.notification-form {
  background: var(--white);
  border-radius: 10px;
}
.notification-form input,
.notification-form input:focus {
  border-color: #ccc;
  font-weight: 600;
  color: #222;
}
.success-popup .modal-dialog {
  max-width: 360px;
}
.success-popup i {
  font-size: 2.25rem;
  display: inline-block;
  background: #dc3545;
  color: var(--white);
  border-radius: 50px;
  padding: 8px;
  border: 4px solid #ffcdd2;
}
.success-popup .btn {
  padding: 0.3rem 1.25rem 0.4rem 1.25rem;
  border-radius: 20px;
}
.notification-popup .close,
.notification-popup .close:focus {
  color: var(--white) !important;
  opacity: 1;
  background: var(--main-color);
  padding: 7px;
  border-radius: 20px;
}
.notification-popup .close:hover {
  opacity: 0;
}
.flght-paul-custom-mdl .modal-header > h2 > span {
  color: red;
}
.flght-paul-custom-mdl .modal-content {
  border-radius: 10px;
  overflow: hidden;
}
.flght-paul-custom-mdl .modal-header {
  border-radius: initial;
  padding: 0.9rem 0.7rem;
}
.flght-paul-custom-mdl .modal-header > h2 {
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  font-weight: 600;
  margin-bottom: 0;
}
.flights-search-popup.flght-paul-custom-mdl .modal-body {
  border-top: 0 none;
}
.new-flt-mdl-cnt > h5 > span {
  font-weight: 600;
  color: #000;
}
.new-flt-mdl-cnt > h5 {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.need-hldp > h5 {
  font-weight: 600;
  font-size: 1rem;
}
.cstm-prgr {
  height: 0.4rem;
}
.txt-travel {
  /* display: flex;
    align-items: center; */
}

#query-popup .modal-header {
  background: var(--main-color);
}
#query-popup .modal-header h5 {
  font-weight: 600;
}
.qury-ctm-mdl h5 {
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.qury-ctm-mdl .btn-com {
  background: var(--secondary-color);
}
#query-popup .close {
  position: absolute;
  right: -14px;
  top: -10px;
  width: 35px;
  height: 35px;
  background: #fff;
  color: var(--main-color);
  font-size: 21px;
  border-radius: 50%;
  margin: 0;
  line-height: 15px;
}
/* ==========slider============== */
.car-wrap {
  position: absolute;
  top: 80px;
  z-index: 8;
  color: #fff;
  width: 100%;
}

.car-wrap h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-shadow: 0px 5px 5px rgb(0 0 0 / 50%);
  color: #fff;
}
.car-wrap p {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  text-shadow: 0px 5px 5px rgb(0 0 0 / 50%);
}
.footer-nav li a {
  font-size: 14px;
}
.main_advertisement {
  padding: 30px 0 20px;
}
.advertisement_sec {
  position: relative;
  z-index: 0;
}
.ad_img {
  height: 80px;
  width: 900px;
  margin: 0 auto;
}
.ad_img img {
  height: 80px;
  border-radius: 10px;
}
.advertisement .owl-nav.disabled {
  display: none !important;
}

.home-car-wrap {
  background: #f7f7f7;
  position: relative;
}
.home-car-wrap.homepage-carousel.owl-carousel .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0 0 0 / 30%), transparent);
  z-index: 7;
}

.home-car-wrap.homepage-carousel.owl-carousel .item img {
  height: 650px !important;
  height: 100%;
  object-fit: cover;
}
.width-100 {
  width: 100%;
}
.search_button_holiday {
  padding-bottom: 15px;
}
.home-car-wrap-main {
  height: 650px;
  position: relative;
}
/* ==========Airlines logo start=========== */
.dom-com img {
  display: block;
  height: 89px;
  padding-top: 7px;
  padding-bottom: 11px;
}
.dom-com {
  height: 89px;
  padding: 0 10px 0 10px;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
}
.travel-tool {
  border: 1px solid #d3d3d3;
  padding: 30px;
}
.travel-tool img {
  height: 80px;
}
.travel-tool h4 {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 700;
}
/* ==========Airlines logo start============= */
/* ============Exclusive start ============= */
.text-uppercase {
  text-transform: uppercase !important;
  font-weight: 600;
  color: #130101;
}
.bg-white-send {
  background-color: #fff !important;
  padding: 20px 0 20px 0;
}

/* ============Exclusive start ============= */
/* =========================== */
.download-app-sec {
  padding: 3em 0;
  background-color: beige;
  background: #fff url(../images/world-map.png);
}
.downap-right2 h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--third-color);
}
.downap-right2 .use-code {
  background: var(--forth-color);
  color: #fff;
  border-radius: inherit;
  padding: 11px 22px;
  font-size: 21px;
  text-transform: uppercase;
}
.downap-right2 {
  padding-right: 0;
  padding-top: 5px;
  border-top: 1px dashed #ddd;
  margin-top: 0;
  width: 100%;
  padding-left: 0;
}
.mt-20 {
  margin-top: 20px;
}
.download-app > .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.download-app h3 {
  font-size: 3em;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-family: arial;
  margin-bottom: 0;
  font-weight: bold;
}
.download-app h4 {
  font-size: 2.3em;
  color: var(--secondary-color);
  font-family: arial;
  margin-bottom: 0;
}
.aln-it-c {
  align-items: center;
}
.three-check h5 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #6b6b6b;
  font-family: arial;
  margin-right: 34px;
}
button.btn.btn-com.btn_postion {
  padding: 0 7px;
  margin-top: -2px;
}
.srdv-trvls-logo a img {
  max-height: 95px;
}

.navb-head-srdv-trvls,
.srdv-acc-cl-wrap {
  display: none;
}

.flgt {
  font-size: 28px;
  color: #ff5950;
  margin-right: 4px;
}
.add_cupon {
  margin-top: 20px;
}
.Qr_code ul li {
  margin-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
.Domestic_flight {
  font-size: 16px;
}
.get_aap .btn-info {
  color: #fff;
  display: block;
  background-color: #ea0325;
  border-color: #eb0325;
  padding: 10px 8px 0;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0 5px 5px 0;
}
.get_aap form {
  display: flex;
}
.scan_img p {
  color: #4a4a4a;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
}
.scan_img img {
  max-width: 100%;
  margin-top: 10px;
}
.why-we {
  padding: 30px 0px;
  background: #fafafa;
}
.why-we h4 {
  margin-top: 0;
  color: #111;
  font-size: 24px;
  position: relative;
  font-weight: 500;
  margin-bottom: 15px;
}
.why-we p {
  text-align: justify;
  line-height: 25px;
}

/* =========================== */
/* ========Holiday Packages========== */
.ho_section {
  margin-bottom: 20px;
}

.ho_sectionarea {
  border-radius: 10px;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  position: relative;
  padding: 20px;
  z-index: 0;
}
.super-offers-topbar {
  margin-bottom: 20px;
}
.ho_heading-1 {
  font-weight: 700;
  font-size: 25px;
  color: #00276c;
  border-left: 3px solid var(--main-color);
  padding-left: 11px;
  font-family: "Quicksand", sans-serif;
  margin: 0px;
  display: inline-block;
}
.ho_trvl-view-butt {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.ho_trvl-view-butt a {
  color: #070707;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}
.ho_trvl-view-butt a {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}

.ho_testimonial_item h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #0a183d;
  position: relative;
  margin-top: 25px;
}
.all_testimonials .btn-info {
  background: var(--main-color);
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 11px 29px;
}
.ho_holiday {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  background: #fff;
  border: 1px solid #cdc8c8;
  border-radius: 5px;
  overflow: hidden;
}
.ho_viewbtn a {
  border-radius: 5px;
  border: 2px solid #000;
  padding: 5px 15px;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}

.ho_holiday h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0px;
  line-height: 20px;
  position: relative;
  padding-bottom: 0rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #111;
}
.ho_holiday_location {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ho_holiday-cont {
  padding: 15px;
  background: #fff;
  display: block;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ho_holiday-img img {
  height: 250px;
  margin: 0px;
  position: relative;
}
.ho_holiday-img {
  position: relative;
  transition: 0.5s;
}
.ho_holiday-img::before {
  position: absolute;
  top: 0;
  left: -18%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  transition: 0.5s;
}
.ho_holiday:hover .ho_holiday-img:before {
  left: 100%;
}
.ho_holiday_deail {
  margin: 10px 0px;
}
.ho_holiday_deail p {
  margin: 0px;
  font-size: 14px;
}
.ho_holiday_price {
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.ho_holiday a {
  text-decoration: none;
  color: #333;
}
.ho_holiday-img {
  position: relative;
  transition: 0.5s;
}
.ho_holiday a {
  text-decoration: none;
  color: #333;
}
.ho_holiday a {
  text-decoration: none;
  color: #333;
}
.ho_holiday a {
  text-decoration: none;
  color: #333;
}

.ho_rating .checked {
  color: orange;
}
/* ========Holiday Packages========== */
/* =========holiday Result page============ */

.inner_middle_area {
  margin: 30px 0px;
}
.holiday_left_section {
  background: #fff;
  box-shadow: 0 15px 40px 5px rgb(133 132 132 / 52%);
  padding: 15px 10px;
  border-radius: 15px;
}
.search_widget {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  color: var(--main-color);
  line-height: 20px;
}
.holiday_right_section {
  box-shadow: 0 15px 40px 5px rgb(133 132 132 / 52%);
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 35px;
  background: #fff;
}
.btn-detail {
  border: 0px;
  background: var(--main-color);
  padding: 10px 30px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.holiday_right_img img {
  height: 150px;
  border-radius: 5px;
  width: 100%;
}
.holiday_name {
  font-size: 25px;
  color: #111;
  margin: 0px;
  font-weight: 600;
}
.holiday_para {
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0px;
}
.holiday_pckg-time h3 {
  font-size: 14px;
  color: var(--main-color);
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
}
.holiday_price-pckg {
  color: #111;
  font-size: 25px;
  font-weight: 900;
  margin-top: 15px;
}
.btn-detail:hover {
  color: #fff;
  background: var(--secondary-color);
}
/* ============holiday========== */
.holiday-sidebar-wrap {
  background: #fff;
  box-shadow: 0 2px 4px 1px rgb(133 132 132 / 52%);
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 25px;
}

#sync1 .item {
  background: #ec6e46;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}
#sync1 .item img {
  width: 100%;
  height: 300px;
}
#sync2 .item {
  line-height: 70px;
  padding: 0px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  border-bottom: 5px solid var(--main-color);
}
.owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}
#big.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  background: #fff;
  width: 22px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
}
#sync1.owl-theme .owl-prev,
#sync2.owl-theme .owl-prev {
  left: 0px;
}
#sync1.owl-theme .owl-next,
#sync2.owl-theme .owl-next {
  right: 0px;
}
#sync2.owl-theme .owl-next,
#sync2.owl-theme .owl-prev {
  display: none;
}
.modify-btn button {
  background: var(--main-color);
  white-space: nowrap;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 6px;
}
.airline-oneway-prc {
  border: 0 solid;
  display: flex;
  align-items: baseline;
  padding: 0;
  margin-bottom: 0;
}
.price-airline h3 {
  font-weight: bold;
  color: #000000;
  font-size: 20px;
  margin: 0px 6px;
  width: 100%;
}
.fare-type-common-button {
  padding: 0px 3px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  height: 20px;
  margin-left: 3px;
}
.price-airline {
  border: 0 solid;
  display: flex;
  align-items: baseline;
}
a {
  cursor: pointer;
}
.booking_but_book {
  padding: 5px 5px !important;
  background: #fff;
  border: 2px solid var(--main-color);
  color: var(--main-color);
  font-size: 18px !important;
  border-radius: 4px !important;
  font-weight: bold !important;
  max-width: 115px;
  width: 100%;
  line-height: normal;
}
.booking_but_book:hover {
  background: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  color: #fff;
}
button.btn.btn-go:hover {
  background: var(--main-color);
  color: #fff;
}
.flt-btn:hover {
  background: var(--main-color);
  color: #fff;
}
.errow_butt-price {
  margin: 0px auto;
  cursor: pointer;
  width: 20px;
  padding: 3px 4px;
  height: 20px;
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  background: #3576f6;
  text-decoration: none;
  border-radius: 50%;
  position: relative;
  top: 23px;
  line-height: 1.5;
  margin-top: -16px;
}
.detail_button_main {
  position: absolute;
  top: 53px;
  left: 15px;
}
.prc-wrap-flt {
  flex-direction: column;
}
.row_oneway_cosy {
  align-items: baseline !important;
}
.butt_bag {
  display: flex;
  justify-content: center;
}
.sutcase-bag-main {
  position: relative;
}
.butt_bag span {
  background: #fff;
  border: 1px solid var(--main-color);
  padding: 0px 5px 3px;
  margin: 0px 3px;
  border-radius: 5px;
  cursor: pointer;
}
.sutcase-bag-main .sutcase-bag {
  visibility: hidden;
  width: 200px;
  background: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 3px 0;
  position: absolute;
  z-index: 1;
  top: -25px;
  right: 106%;
  box-shadow: 0px 0px 8px -2px var(--secondary-color);
  line-height: 14px;
}
.remark_section_res {
  width: 100%;
  margin-top: 0;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  background: lightyellow;
  padding: 2px 10px;
}
.butt_bag span i {
  color: var(--main-color);
}
.flt-fare-rls {
  font-size: 12px;
  font-weight: 600;
}
.remark_section_res p {
  margin: 0;
  text-align: left;
}
.sutcase-bag-main:hover .sutcase-bag {
  visibility: visible;
}
.Grand-Total-head th {
  font-size: 12px;
  font-weight: bold;
  color: var(--main-color);
  border-bottom: 1px dashed var(--secondary-color);
  padding-bottom: 3px;
  text-align: center;
}
.Segment-bag-s td {
  color: #000;
  font-size: 12px;
  padding-top: 3px;
  text-align: center;
  line-height: 16px;
}
.flight-price-col ul li {
  margin-bottom: 7px;
}
.errow_button-round {
  margin: 0px auto;
  cursor: pointer;
  width: 20px;
  padding: 3px 4px;
  height: 20px;
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  background: #3576f6;
  text-decoration: none;
  border-radius: 50%;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translate(50%, 0);
  z-index: 9;
}
.flt-bottom-top-round {
  padding-top: 5px !important;
}
.booking_btn {
  padding: 5px;
  border-radius: 5px;
  min-width: 100px;
}
.modify-btn button:hover {
  background: var(--main-color);
  color: #fff;
}
.booking_btn:hover {
  background: var(--main-color);
  color: #fff;
}
.htl-by-filter {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
/* ============ */
.slider-bglight h3 {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  background-image: linear-gradient(
    to bottom,
    var(--secondary-color) 0%,
    var(--main-color) 60%
  );
  padding: 6px 3px;
  border-radius: 5px 5px 0 0;
}
.slider-bglight {
  background: #eceaea;
  padding: 8px;
  border-radius: 5px;
}
.separate_cols {
  background: #ffffff;
  margin: 18px 0px !important;
  padding: 5px 8px;
  box-shadow: 0 0px 2px 2px rgb(0 0 0 / 10%);
  border-radius: 8px;
}
.li_cosy_trip li {
  font-size: 14px;
}
.htl-pl {
  padding: 10px;
}
.room_topheading {
  padding: 0;
}

.owl-room-slider img {
  width: 100%;
  height: 155px;
  transition: all 0.5s linear;
  border-radius: 0 0 5px 5px;
}

.owl-room-slider .owl-nav i {
  font-size: 19px;
  line-height: normal;
  padding: 6px 9px;
  color: var(--main-color);
  display: inline-block;
  font-weight: 800;
}

.owl-room-slider .owl-nav i {
  font-size: 19px;
  line-height: normal;
  padding: 6px 9px;
  color: var(--main-color);
  display: inline-block;
  font-weight: 800;
}
.detail_htel_sec_cosy {
  display: flex;
  flex-wrap: wrap;
}
.detail_htel_sec_cosy li {
  padding-right: 10px;
}
.clc-plcy {
  padding: 10px;
}
.heading-2,
.htl-room-type h4 {
  margin-top: 0;
  position: relative;
  font-weight: 600;
  font-size: 19px;
  padding-bottom: 8px;
  text-align: left;
}
.heading-2:after,
.htl-room-type h4:after {
  content: "";
  width: 25px;
  height: 4px;
  background: var(--main-color);
  bottom: 0;
  left: 0;
  position: absolute;
}
.heading.text-center::after {
  width: 30px;
  height: 5px;
  left: calc(50% - 15px);
  bottom: 0px;
  top: initial;
}
.htl_tittle {
  margin-top: 0;
  position: relative;
  font-weight: 600;
  font-size: 19px;
  padding-bottom: 8px;
}
.htl_tittle:after {
  content: "";
  width: 25px;
  height: 4px;
  background: var(--main-color);
  bottom: 0;
  left: 0;
  position: absolute;
}
#slidersidebar .owl-room-slider .owl-prev {
  position: absolute;
  top: 40%;
  left: -5px;
  background: #ffff;
  border-radius: 50%;
  max-width: 26px;
  max-height: 26px;
  box-shadow: 0 0 4px rgb(0 0 0 / 17%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#slidersidebar .owl-room-slider .owl-next {
  position: absolute;
  right: -5px;
  top: 40%;
  max-width: 26px;
  max-height: 26px;
  background: #ffff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgb(0 0 0 / 17%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#slidersidebar .owl-room-slider .owl-next:hover {
  border: none;
}
#slidersidebar .owl-room-slider .owl-prev:hover {
  border: none;
}
#slidersidebar .owl-dots {
  display: none;
}
.flex-use {
  display: flex;
  justify-content: space-between;
}
.main_detail_home a {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  width: 85px;
  padding: 3px 1px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.1px;
  margin-bottom: 5px;
  text-align: center;
  border-radius: 5px;
}
.popup_tittlebg {
  background: var(--main-color);
  padding: 5px 10px;
  border-radius: 4px 4px 0 0;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  justify-content: center;
}
.twocolor_main {
  padding-top: 6px;
  height: 36px;
  display: block;
  color: #fff;
  background: #f0f0f0;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  background-image: linear-gradient(
    to bottom,
    var(--secondary-color) 0%,
    var(--main-color) 60%
  );
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}
.modul_popup_mar button {
  position: absolute;
  right: -12px;
  opacity: 1;
  color: #fff;
  border: 1px solid var(--secondary-color);
  top: -12px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--secondary-color);
  text-align: center;
}
.p_none_modul {
  padding: 0 15px;
}
.main_detail_home {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 5px;
}
.top-filter {
  background: #c4d5ff !important;
}
/* ========hotel book Result============= */
.thankyou-confrim-hotel {
  background: #069045;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  padding-left: 8.5rem;
  position: relative;
  border-radius: 10px;
}

.thankyou-confrim-hotel .icon {
  position: absolute;
  top: 0px;
  font-size: 5rem;
  left: 1.8rem;
}

.thankyou-confrim-hotel h5 {
  font-size: 40px;
}

.thankyou-confrim-hotel span:not(.icon) {
  font-size: 0.8rem;
}

.flght-side-det .contant:not(:last-child) {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 3px;
}

.flght-side-det {
  background: #fff;
  box-shadow: rgb(255 174 0) 0px 1px 3px 0px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 15px;
}
.dots {
  border-top: 1px solid var(--main-color);
  line-height: 0;
  width: 94%;
  margin-top: 12px;
  position: relative;
  text-align: center;
}
.plane_horiz {
  transform: rotate(45deg);
  margin-top: -8px;
  color: var(--main-color);
}
.booking_pax {
  padding-top: 15px;
}
.depart-arr {
  font-size: 10px;
  background: #000;
  color: #fff;
  padding: 1px;
  margin-right: 4px;
}
.dots:after {
  left: 0;
}
.dots:before {
  right: 0;
}
.dots:before,
.dots:after {
  background: var(--main-color);
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 8px;
  position: absolute;
  top: -5px;
  width: 8px;
}
.flight-booking-details-left {
  margin-top: 15px;
}
.text-align-center {
  text-align: center;
}
.flight-srdv-details-body ul li p {
  margin-bottom: 0;
}
.flight-srdv-details-body ul li {
  padding: 5px 10px 10px;
}

.confirm-flght-details .flght-side-det {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
}

.flght-side-det .review_title h4 {
  margin-bottom: 0;
  background: var(--main-color);
  color: #fff;
  font-size: 15px;
  padding: 10px 7px;
  line-height: normal;
  border-radius: 10px 10px 0 0;
}

.flght-side-det .contant {
  padding: 6px;
}
.flt-one-dts-con table tr th {
  padding: 5px;
}
.flt-one-dts-con table tr td {
  padding: 5px;
}
.ic-btn-view {
  display: inline-block;
  background: #fff;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  padding: 5px 15px 5px 45px;
  font-size: 18px;
  font-weight: 500;
}

.ic-btn-view i {
  position: absolute;
  left: -1px;
  width: 33px;
  color: #fff;
  top: 0px;
  line-height: 38px;
  text-align: center;
  height: 100%;
  background: var(--main-color);
  font-size: 1rem;
}

.ic-btn-view i:after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 0.61rem;
  height: 0.61rem;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  bottom: auto;
  right: -10px;
  background: #fff;
}

.ic-btn-view:hover {
  color: var(--main-color);
}

.flight-details-listing {
  background: #f8f8f8;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  border-radius: 10px;
}

.flt-booking-main {
  background: var(--main-color);
  padding: 0.5rem 0.3rem;
  padding: 15px 10px;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

.fare_details_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flt-one-dts-con p {
  margin-bottom: 0;
}

.fare_details_list li {
  padding: 5px 10px;
}

.fare_details_list li {
  display: block;
  position: relative;
  padding: 5px 10px;
}

.flt-one-dts-con {
  padding: 5px 10px;
}

.fare_details_list li:not(:last-child) {
  border-bottom: 1px dashed rgba(255, 137, 63, 0.2);
}

/* ====hotel book Result======== */
.flex_main_section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.message h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.booking-information {
  padding-left: 20px;
}
.main_image_text img {
  width: 90px;
  height: 90px;
  background: #ffffff;
  border-radius: 100px;
  padding: 7px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 31%);
}
.border_round_trip {
  border-radius: 10px !important;
  margin-bottom: 15px;
}
.m_top_5 {
  margin-top: 15px;
}
.multi_nav_sec {
  margin: 10px 0;
}
.main_section_botton {
  border-radius: 10px !important;
  margin: 0 10px;
}
.main_nav_botton {
  border-bottom: 0px solid #dee2e6;
}
/* ==================== */
.scrollbar_hronly {
  display: flex;
}
.multi_nine_cols {
  position: relative;
  background: var(--main-color);
  border-radius: 0 10px 10px 0;
  padding: 8px 9px;
  height: 75px;
}
.multi_fares_total {
  background: var(--main-color);
  border-radius: 10px 0 0 10px;
  padding: 17px 9px;
  height: 75px;
  border-left: 1px dashed #64a6fb;
}
.multi_price {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.multi_price_rate {
  margin: 0px;
  font-size: 22px;
  font-weight: 500;
  font-family: "Roboto";
}
.footer-fixed-prc-mul {
  color: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
.multi_ft img {
  border-radius: 5px;
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
.padding-left-0 {
  padding-left: 0px;
  padding-right: 5px;
}
.airline_price_mul {
  font-size: 18px;
  font-weight: 700;
}
.main_div_multi {
  display: block !important;
  font-size: 12px;
  width: 100%;
}
.leist_left_5 {
  padding-left: 10px;
}
.arv-dt span {
  /* padding: 0 10px; */
}
.dts-btn-dom-flt ul li {
  font-size: 14px;
}
.prc-wrap-flt-sec {
  border-bottom: 0 !important;
}
.mar_right_padd {
  padding-right: 10px;
}
.multi_button_book {
  background: #ff9805;
}
.flight-details-oneway-col .nav-tabs a {
  background: #f5f5f5;
  font-size: 14px;
  color: #333;
  border: 0px none;
  border-radius: inherit;
  padding: 7px 12px;
}
.flight-details-oneway-col .nav-tabs li .active {
  border: 0px none;
  background: var(--main-color) !important;
  color: #fff;
}
.flight-details-oneway-col ul {
  padding: 5px 0;
}
/* ================ */
.price_cosy_oneway {
  display: flex;
  justify-content: space-between;
}
.mob-main {
  padding: 0 5px;
}
.airline-radio-butt {
  margin-left: 0 !important;
}
.airline_radi_round {
  margin-left: 5px !important;
}
.main_cosay_det {
  color: var(--secondary-color) !important;
  border: 1px solid var(--secondary-color);
  padding: 2px 12px;
  border-radius: 5px;
  font-weight: 900;
  font-size: 15px;
}
.mar_oneway_det {
  margin-bottom: 10px !important;
}

.bg-gray {
  background: #f5f7ff;
}

.box-item {
  border-radius: 10px;
  padding: 15px 0px;
  text-align: center;
}
.service-base {
  padding: 30px 0 70px;
}
.box-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  margin-top: 5px;
}
.exclusive-offers {
  background: var(--main-color);
  padding: 20px 0px;
}

.heading {
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  font-size: 28px;
}

button.btn.btn-go {
  background: var(--main-color);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 30%);
  transition: 1s;
  padding: 10px 20px;
  border: 0px;
  border-radius: 5px;
}

.call_back {
  color: #fff;
}

.call_back .icon img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1);
}
.call_back h3 {
  font-size: 21px;
  margin-bottom: 5px;
}
.assistance {
  padding: 0px;
  margin-top: 50px;
}

.assistance li {
  display: inline-block;
  font-size: 20px;
  color: #fff;
}
.assistance li a {
  color: #fff;
}

.assistance li:last-child {
  color: var(--secondary-color);
  padding-left: 30px;
  border-left: 2px solid var(--secondary-color);
  margin-left: 30px;
}

.certified-logo {
  max-width: 600px;
  margin: 0 auto;
  /* border: 1px solid #ddd; */
  padding: 15px;
  border-radius: 5px;
  /* box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2)@; */
}
.certified-logo ul li {
  list-style: none;
}
.certified-logo img {
  max-width: 70px;
}

.flight-item {
  transition: 0.3s ease;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.flight-item::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 25%;
  height: 3px;
  background: var(--secondary-color);
  transition: all 0.2s cubic-bezier(0.81, 0.29, 0.8, 0.29);
}
.flight-item:hover::before {
  width: 100%;
}

.flight-item-img {
  height: 400px;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.flight-item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.flight-item-img:hover img {
  transform: scale(1.1);
}

.readmore_blog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  background: linear-gradient(180deg, black, transparent);
}
.dis_count {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  background: linear-gradient(0deg, black, transparent);
  text-transform: capitalize;
  color: #fff;
}

.dis_count b {
  font-size: 25px;
  color: var(--secondary-color);
}

.readmore_blog a {
  color: #fff;
}
.our-goal-back {
  background: #f5f5f5;
  position: relative;
}

.goal-item {
  background: #fff;

  border-radius: 15px;
  padding: 20px 50px;
  /* color: #fff; */
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 22%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  height: 140px;
}
.goal-item h4 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-right: 50px;
}
.goal-item p {
  font-size: 15px;
  color: #666;
}

.form-class:focus {
  outline: 0px;
}
.d-fare {
  display: flex;
  justify-content: center;
  font-size: 16px;
  flex-wrap: wrap;
}

/*----cheap flight list*/

.offer-flight-list {
  position: relative;
}

.offer-flight-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.25;
  transition: all 0.3s linear;
}
.offer-flight-1 {
  height: 550px;
  border-radius: 5px;
  overflow: hidden;
}
.offer-flight-2 {
  height: 265px;
  border-radius: 5px;
  overflow: hidden;
}
.offer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.offer:hover img {
  transform: scale(1.1);
}
.offer-flight-detail {
  position: absolute;
  top: 50%;
  left: 55px;
  z-index: 1;
  transform: translateY(-50%);
  color: #fff;
}
.offer-flight-detail .title {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  margin-bottom: 10px;
  position: relative;
  display: block;
}
.offer-flight-detail .discount {
  position: relative;
  display: block;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.offer-flight-detail .discount b {
  font-size: 35px;
  color: var(--secondary-color);
}
.offer-flight-detail .seperator {
  position: relative;
  display: block;
  width: 100%;
  height: 5px;
  background-color: var(--secondary-color);
  border-radius: 10px;
  overflow: hidden;
}
.offer-flight-detail .phoneOnly {
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  margin-top: 12px;
}
.offer-flight-detail .phoneOnly .number {
  position: relative;
  display: inline-block;
  padding-left: 34px;
}
.testimonial_div img {
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  width: 90px;
  margin: 10px 0;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 4px;
  display: inline-block;
}
.border_right15 {
  border-top-right-radius: 20px;
}
.test-box {
  box-shadow: 0px 2px 6px #ccc;
  background: #fff;
  overflow: hidden;
  margin-bottom: 25px;
  min-height: 290px;
  text-align: center;
  border-radius: 15px;
}
.test-imagebox {
  text-align: center;
  background: var(--secondary-color);
  border-radius: 15px 0 0px 0;
  margin-bottom: 15px;
}
.testimonial_content p {
  color: #555;
  font-size: 13px;
  text-align: left;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 21px 0;
}
.testimonialsList {
  padding: 20px 0;
}
.testimonal_tittle {
  padding: 10px 15px;
}
.test-imagebox p {
  padding: 2px 15px;
  margin: 0;
}
.stars {
  margin-left: 15px;
}
.testimonal_tittle h3 {
  margin: 0 0 5px 0;
  font-size: 17px;
  font-weight: 600;
}
.name_users .fnt17 {
  font-size: 17px;
}
.text-description {
  font-size: 15px;
}
.flex_row {
  display: flex;
  flex-wrap: wrap;
}
.testimonial_scrollbar {
  width: 100%;
  overflow-x: hidden;
  height: 260px;
}
.testimonial_scrollbar::-webkit-scrollbar {
  width: 8px;
  background: #f5f5f5;
}
.testimonial_scrollbar::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border: 2px solid var(--main-color);
  border-radius: 5px;
}
.stars .fa {
  color: #faad0f;
}
.inner-contact-wrap {
  background: #fff;
  padding: 25px 0px;
}
.visa_bg {
  background: #f1f1f1 !important;
  padding-bottom: 30px;
}
.visa_listing {
  margin-bottom: 25px;
}
.visa-listbg {
  background: #fff;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 11%);
}
.visa-listbg a {
  color: #212121;
}
.visa-img {
  position: relative;
}
.visa-img > img {
  height: 200px;
  width: 100%;
  margin-bottom: 25px;
}
.country-flag {
  position: absolute;
  bottom: 0px;
  padding: 6px;
  background: #fff;
  left: 10px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 46%);
}
.country-flag img {
  height: 45px;
  width: 45px;
}
.visa_contact {
  padding: 15px 12px;
}
.visa-listbg a {
  color: #212121;
}
.country_name {
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
  font-size: 17px;
}
.lgvisa_p0 {
  padding-left: 0;
}

.visa_price {
  font-weight: 600;
  font-size: 17px;
  line-height: 14px;
  text-align: end;
}
.text_onwards {
  font-size: 14px;
  font-weight: 400;
}
.visa-dts-col {
  position: relative;
  z-index: 2;
  background-size: cover;
  background-position: center;
  color: #fff;
  height: 350px;
}
.visa-dts-col > img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.visa-top-left-col {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.65);
  padding: 20px 0;
}
.visa-dts-col h2 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
}
.visa_bg {
  background: #f1f1f1 !important;
  padding-bottom: 30px;
}
.overview_bgwhite {
  background: #fff;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 17%);
  padding: 15px;
}
.visa-listing .heading-4 {
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 0;
  margin: 0 0 20px 0;
}
.visa_tophead h5 {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
#document-visa {
  padding-top: 40px;
  border-top: 1px dashed #ccc;
  margin-top: 20px;
}
.visa-listing .heading-4 {
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 0;
  margin: 0 0 20px 0;
}
.document-requred-col {
  padding: 20px;
}
.why-choose-left .heading-5 {
  background: var(--main-color);
  color: #fff;
  font-size: 18px;
  padding: 10px;
  font-weight: 800;
}
.visa-serv {
  text-align: center;
  margin-bottom: 20px;
}
.visa-serv img {
  max-width: 50px;
}
.visa-serv p {
  font-weight: 500;
  font-size: 14px;
  padding-top: 10px;
  color: #333339;
  font-family: "Roboto";
}
.visa-form-col {
  position: relative;
  z-index: 9;
  top: -11rem;
}
.visa-inside-form {
  background: #fff;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 17%);
  padding: 15px;
}
.visa-inside-form h3 {
  background: var(--main-color);
  color: #fff;
  margin: 0 0 15px 0;
  padding: 14px 10px 14px;
  font-size: 20px;
  font-weight: 600;
}
select.form-class option {
  color: #000;
  background-color: #fff;
}
.modify-box {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ffffff69;
}

@media screen and (max-width: 992px) {
  .online_search .btn{
    width:100%;
  }
  .flex_item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .paul-searchbar-wrap .btn-com{
    width: 100%;
    padding: 19px 10px;
    border-radius: 10px;
  }
  .cabin_text {
    margin-bottom: 10px;
}
    .flex_col:hover{
    border:none;
  }
  .dropdown-toggle-tra{
    width:100%;
  }
  .flex_col{
    border:0;
  }
  .ho_home-pack-content {
    padding: 10px;
    height: 155px;
  }
  .ho_home-pack-content h3 {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 0px;
  }
  .offer_coupon p {
    font-size: 13px;
  }
  .ho_view {
    font-size: 12px;
  }
  .bottom-footer .banking-options {
    text-align: center;
  }
  .footer-social-col ul {
    justify-content: center;
  }
  .theme2blog_bg {
    padding: 20px 0;
  }
  .blogsee_all a {
    font-size: 15px;
  }
  .theme2_special-offer h3 span {
    font-size: 23px;
  }
  .testimonal h2 {
    font-size: 30px;
  }
  .flex_item {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .why_book h2 {
    font-size: 23px;
    text-align: left;
  }
  .service-base {
    padding: 30px 0 30px;
  }
  .ho_testimonial_item {
    padding: 30px 17px;
  }
}
