@font-face {
  font-family: CheeseCookies;
  src: url("../fonts/CheeseCookies.otf");
}
@font-face {
  font-family: sketch;
  src: url("../fonts/sketch.ttf");
}
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif !important;
}

p,
h1,
h2,
h3 h4,
h5,
h6,
li,
strong,
table,
td,
ul {
  font-family: "Montserrat", sans-serif !important;
}

.banner {
  background-image: none !important;
}

.flying {
  width: 640px;
  display: block;
  margin: 0 auto;
}

.startup_page {
  height: 100vh;
}
.startup_page #accordion {
  padding: 60px 90px;
  width: 80%;
  margin: 0 auto;
}
.startup_page .carousel {
  height: 100%;
}
.startup_page .carousel img {
  height: 100%;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.startup_page .carousel .carousel-inner {
  height: 100%;
}
.startup_page .carousel-indicators {
  bottom: 20px;
}
.startup_page .carousel-indicators li {
  height: 4px;
  background-color: #fff;
  opacity: 1;
}
.startup_page .carousel-indicators li.active {
  background-color: #b31f24;
}
.startup_page .carousel .carousel-caption {
  top: 30px;
  left: 60px;
  text-align: left;
}
.startup_page .carousel .carousel-caption h1 {
  color: #fff;
  font-family: CheeseCookies !important;
  font-size: 28px;
  letter-spacing: 1px;
}
.startup_page .carousel .carousel-caption h1 span {
  font-size: 38px;
  margin-top: 30px;
}

.homepage_sliders .row {
  flex-direction: row;
}

.recent_searched h2 {
  text-transform: uppercase;
  color: #b31f24;
  font-size: 20px;
  font-weight: 600;
}
.recent_searched ul {
  display: flex;
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 13px;
  padding-left: 5px;
  padding-right: 5px;
}
.recent_searched ul::-webkit-scrollbar {
  width: 0.2em;
  height: 5px;
  cursor: pointer;
}
.recent_searched ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.recent_searched ul::-webkit-scrollbar-thumb {
  background-color: #b31f24;
  outline: 1px solid #b31f24;
}
.recent_searched ul li {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.24);
  margin: 5px 10px;
  transition: all 0.1s linear;
}
.recent_searched ul li:first-child {
  margin-left: 0;
}
.recent_searched ul li:last-child {
  margin-right: 0;
}
.recent_searched ul li:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.5);
}
.recent_searched ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 6px 15px;
}
.recent_searched ul li .ico {
  width: 35px;
}
.recent_searched ul li .ico i {
  color: #b31f24;
  font-size: 18px;
}
.recent_searched ul li .ico img {
  width: 28px;
  height: 28px;
  filter: invert(10%) sepia(100%) saturate(3556%) hue-rotate(349deg) brightness(120%) contrast(86%);
}
.recent_searched ul li .descript h4 {
  color: #545353;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 20px;
}
.recent_searched ul li .descript h4 small {
  display: block;
  font-size: 13px;
}

.fancy_heading {
  text-align: center;
  width: 70%;
  margin: 30px auto;
}
.fancy_heading h3 {
  text-transform: uppercase;
  color: #b31f24;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.fancy_heading h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 5px;
  width: 150px;
  background-color: #b31f24;
}

.parent_home_relavince .home_relavince:nth-child(even) {
  background-color: rgba(205, 205, 205, 0.16);
  border: 1px solid rgba(204, 204, 204, 0.68);
}
.parent_home_relavince .home_relavince:nth-child(1) {
  opacity: 1;
}
.parent_home_relavince .home_relavince:nth-child(3) {
  opacity: 1;
}

.video_relavance [class*=col-] {
  margin-bottom: 30px;
}
.video_relavance .fancy_heading {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 35px auto;
}
.video_relavance .fancy_heading p {
  margin-bottom: 0;
}
.video_relavance .swiper-slide {
  padding-bottom: 15px;
}
.video_relavance .button-next,
.video_relavance .button-prev,
.video_relavance .swiper-button-next,
.video_relavance .swiper-button-prev {
  background-color: #b31f24;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-size: 10px;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video_relavance .button-next:after,
.video_relavance .button-prev:after,
.video_relavance .swiper-button-next:after,
.video_relavance .swiper-button-prev:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  color: #fff;
}
.video_relavance .swiper-button-next {
  right: 0;
}
.video_relavance .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
}
.video_relavance .video_inner_div iframe {
  width: 100%;
  height: 200px;
}
.video_relavance .video_inner_div .desc {
  z-index: 1;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.28);
  padding: 15px;
  margin: 0 auto;
  position: relative;
  border-radius: 0;
  margin-top: -10px;
}
.video_relavance .video_inner_div .desc h4 {
  color: #b31f24;
  font-size: 18px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video_relavance .video_inner_div .desc p {
  color: #464646;
  margin-bottom: 0;
}
.video_relavance .video_inner_div .desc .btn {
  background-color: #b31f24;
  color: #fff;
  font-size: 14px;
}
.video_relavance .video_inner_div .desc .btn:hover {
  background-color: #ffc619;
  color: #000;
}

.home_relavince {
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.14);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.home_relavince .row {
  margin: 0;
}
.home_relavince .row [class*=col] {
  padding: 0;
}
.home_relavince .row [class*=col].custom_removel_padd.order-1 .row {
  margin-left: -8px;
}
.home_relavince .row [class*=col].custom_removel_padd.order-2 .row {
  margin-right: -8px;
}
.home_relavince .row.justify-content-center {
  margin: 0;
  margin-top: -10px;
  margin-bottom: -10px;
}
.home_relavince .row.justify-content-center [class*=col] {
  padding: 10px;
}
.home_relavince .row .destination_img_area.order-2 {
  padding-left: 10px;
}
.home_relavince .row .destination_img_area.order-1 {
  padding-right: 10px;
}
.home_relavince .location .desc {
  width: 100%;
  margin-top: 0;
  box-shadow: 0px 0px 8px -2px rgba(76, 76, 76, 0.05);
  transition: all 0.1s linear;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.1s linear;
}
.home_relavince .location .desc:hover {
  transform: scale(1.01, 1.01);
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.35);
}
.home_relavince .location .desc .module_img {
  filter: invert(74%) sepia(77%) saturate(679%) hue-rotate(342deg) brightness(104%) contrast(102%);
  width: 2.5vw;
  height: 2.5vw;
  margin-bottom: 0.5vw;
}
.home_relavince .location .desc .airline_list_logo {
  filter: none;
  position: absolute;
  right: 10px;
  width: 80px;
  margin-bottom: 0;
}
.home_relavince .location .desc i {
  color: #ffc619;
  width: 2.5vw;
  height: 2.5vw;
}
.home_relavince .location .desc h4 {
  font-size: 1.1vw;
  text-transform: uppercase;
}
.home_relavince .location .desc h4 small {
  font-size: 0.8vw;
}
.home_relavince .location .desc .offer img {
  width: 3vw;
}
.home_relavince .location .desc .offer p {
  font-size: 1.2vw;
  font-weight: 500;
}

.video_section {
  margin: 30px 0;
  margin-top: 30px;
}
.video_section video {
  width: 100%;
  height: 380px !important;
}
.video_section iframe {
  width: 100%;
}
.video_section .mosafir_kahani_desc {
  padding-left: 20px;
}
.video_section .mosafir_kahani_desc h2 {
  color: #b31f24;
  font-size: 35px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.video_section .mosafir_kahani_desc h2 span {
  font-size: 20px;
  color: #5C5A5A;
  display: block;
  margin-top: 6px;
  text-transform: capitalize;
  font-weight: 500;
}
.video_section .mosafir_kahani_desc h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 150px;
  background-color: #b31f24;
}
.video_section .mosafir_kahani_desc p {
  font-size: 14px;
  color: #484545;
  text-align: justify;
  line-height: 27px;
}

.kahani .video_relavance .video_inner_div iframe {
  height: 275px;
}

.destination_img {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.destination_img h4 {
  text-align: center;
  text-shadow: 4px 2px 4px rgba(0, 0, 0, 0.33);
  padding: 10px;
  font-family: sketch;
  color: #fff;
  font-size: 4vw;
}

.home_trending {
  border-bottom: 0;
  margin-bottom: 25px;
}
.home_trending .nav-item .nav-link {
  border: 0;
  border-radius: 25px;
  padding: 0.5rem 2.5rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #969696;
}
.home_trending .nav-item .nav-link.active {
  background-color: #b31f24;
  color: #fff;
}

.trending_tabs_cont .location .img img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.initialization {
  text-align: center;
}
.initialization .mono {
  width: 285px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.initialization .user_startup {
  display: flex;
  border: 1px solid #D6D6D6;
  height: 48px;
  margin: 15px 0;
}
.initialization .user_startup .country_select {
  width: 130px;
}
.initialization .user_startup .country_select .select2-container {
  width: 100% !important;
  height: 100%;
}
.initialization .user_startup .country_select .select2-container .selection {
  height: 100%;
}
.initialization .user_startup .country_select .select2-container .select2-selection__rendered {
  display: flex;
  height: 48px;
  line-height: 48px !important;
  position: relative;
  padding-right: 0;
}
.initialization .user_startup .country_select .select2-container .select2-selection__rendered:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 1px;
  background-color: #ccc;
}
.initialization .user_startup .country_select .select2-container .select2-selection__arrow {
  display: none;
}
.initialization .user_startup .country_select .select2-container .select2-selection--single {
  border: 0 !important;
  border-radius: 0;
  height: 100%;
}
.initialization .user_startup .country_select .flag-icon.flag-icon-squared {
  width: 2rem;
}
.initialization .user_startup .country_select .flag-text {
  font-size: 15px;
}
.initialization .user_startup .form-control {
  border: 0;
  font-size: 14px;
  height: 100%;
}
.initialization .user_startup .form-control:hover, .initialization .user_startup .form-control:focus, .initialization .user_startup .form-control:visited {
  outline: none;
  box-shadow: none;
  border: 0;
}
.initialization .btn {
  background-color: #b31f24;
  color: #fff;
  margin: 15px auto;
  width: 80%;
  display: block;
  border-radius: 10px;
  height: 45px;
  font-display: 16px;
  text-transform: uppercase;
}
.initialization .btn:hover {
  background-color: #ffc619;
  color: #000;
}
.initialization p a {
  color: #b31f24;
  text-decoration: none;
}

.select2-results__option {
  display: flex;
}

.action_otp a {
  text-transform: capitalize;
  font-size: 12px;
  color: #b31f24;
  text-decoration: underline;
}
.action_otp a:hover {
  color: #000;
}

/*------------*/
.header {
  padding: 5px 30px 5px;
}

/*------*/
.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  height: 45px;
  animation: smoothScroll 1s forwards;
}
.fixed-header .user_in .main_user img {
  width: 35px;
  height: 35px;
}

.fixed-header .logo img {
  width: 120px;
}

.fixed-header .search .form-control {
  height: 35px;
  font-size: 15px;
}

.fixed-header .nice-select {
  line-height: 23px;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*------*/
.logo img {
  width: 200px;
}

.logo a {
  margin-left: 15px;
}

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

.side_menu .check {
  color: #b31f24;
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
  padding: 0 !important;
}
.side_menu .check:nth-child(2) {
  padding-right: 5px !important;
  margin-right: 5px;
  border-right: 1px solid #000;
}

.side_menu .check:hover {
  color: #b31f24;
}

.user_log {
  font-size: 25px;
  margin-left: 15px;
  color: #b31f24;
}

.trip_planner {
  background-color: #b31f24;
  color: #fff;
  margin-left: 0;
  font-size: 11px;
  margin-right: 5px;
  padding: 3px 10px;
  border-radius: 0;
}
.trip_planner img {
  width: 14px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(104%);
}
.trip_planner:hover {
  background-color: #ffc619;
}
.trip_planner:hover img {
  filter: none;
}

.inner_user_dashboard {
  background-color: #b31f24;
  height: 100%;
}
.inner_user_dashboard ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  font-size: 13px;
}
.inner_user_dashboard ul li a:hover, .inner_user_dashboard ul li a.active {
  background-color: rgba(0, 0, 0, 0.2);
}
.inner_user_dashboard ul li a i {
  color: #ffc619;
  margin-right: 12px;
  font-size: 16px;
}
.inner_user_dashboard ul li a span {
  vertical-align: middle;
}

.user_image_upload input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.user_image_upload img {
  pointer-events: none;
  width: 150px;
}
.user_image_upload p {
  color: #b31f24;
}

.Plane_My_Trip .nav-tabs {
  margin-bottom: 25px;
  border-bottom-color: #b31f24;
}
.Plane_My_Trip .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  color: #b31f24;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 0.6rem 2rem;
  border: 0;
}
.Plane_My_Trip .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #b31f24;
  border-color: #b31f24;
}
.Plane_My_Trip .nav-tabs .nav-item .nav-link:hover {
  border: 0;
}
.Plane_My_Trip h2 {
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 20px;
}

.trip_modal select {
  display: block !important;
}
.trip_modal label {
  font-size: 14px;
  font-weight: 500;
}
.trip_modal .form-control {
  border-radius: 0;
  margin-bottom: 15px;
  border: 1px solid #ffc619;
  font-size: 14px;
  height: 45px;
  background-color: #fff;
}
.trip_modal textarea.form-control {
  height: 120px;
  max-height: 120px;
}
.trip_modal .traveller_selection {
  margin-bottom: 0;
  padding-bottom: 0;
}
.trip_modal .traveller_selection .input-group .form-control {
  height: auto;
}
.trip_modal .select2-container {
  height: 45px !important;
  margin-bottom: 15px;
}
.trip_modal .select2-container span {
  width: auto;
}
.trip_modal .select2-selection {
  border: 1px solid #ffc619 !important;
  font-size: 14px;
  height: 45px;
  background-color: #fff !important;
  border-radius: 0 !important;
  margin-bottom: 15px;
}
.trip_modal .select2-selection__choice {
  height: 32px;
  display: flex;
  align-items: center;
  background-color: #b31f24 !important;
  color: #fff;
}
.trip_modal .select2-selection__choice .select2-selection__choice__remove {
  color: #ffc619 !important;
}
.trip_modal .select2-search__field {
  height: 32px;
}
.trip_modal .bootstrap-tagsinput {
  border-radius: 0;
  margin-bottom: 15px;
  border: 1px solid #ffc619;
  font-size: 14px;
  height: 45px;
  box-shadow: none;
}
.trip_modal .bootstrap-tagsinput input {
  height: 34px;
}
.trip_modal .twitter-typeahead {
  display: block !important;
}
.trip_modal .twitter-typeahead .tt-menu {
  border: 1px solid #ccc;
  border-top: 0;
  overflow-y: auto;
  max-height: 170px !important;
}
.trip_modal .twitter-typeahead .tt-menu .tt-suggestion {
  padding: 15px 10px;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}
.trip_modal .twitter-typeahead .tt-menu::-webkit-scrollbar {
  width: 0.5em;
}
.trip_modal .twitter-typeahead .tt-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.trip_modal .twitter-typeahead .tt-menu::-webkit-scrollbar-thumb {
  background-color: #b31f24;
  outline: 1px solid #b31f24;
}

.select2-results__option:hover {
  background-color: #b31f24;
  color: #fff;
}

.button_of_trip {
  text-align: center;
}
.button_of_trip .btn {
  border-radius: 0;
}
.button_of_trip .btn.btn-primary {
  background-color: #b31f24;
  border: 0;
  width: 40%;
  height: 50px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
}

.bg_me {
  margin: 0px;
  padding: 10px 0px;
  border: 1px solid #ffc619;
  margin-bottom: 15px;
}
.bg_me [class*=col] {
  border-right: 2px solid #ffc619;
}
.bg_me [class*=col]:last-child {
  border: 0;
}

.bootstrap-tagsinput {
  width: 100% !important;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}

.label-info {
  /*background-color: #5bc0de;*/
  background-color: #dc9133;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.reg_modal .nav {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b31f24+0,7f1618+100 */
  background: #b31f24;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b31f24 0%, #7f1618 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b31f24", endColorstr="#7f1618", GradientType=1);
  /* IE6-9 */
  justify-content: center;
  margin: 15px;
  border-radius: 15px;
  padding: 10px;
}

.reg_modal .nav .nav-item {
  flex: 1;
  text-align: center;
}

.reg_modal .nav .nav-item .nav-link {
  border: 0;
  color: #fff !important;
  text-decoration: none;
}

.reg_modal .nav .nav-item .nav-link.active {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff !important;
  transition: all 1s;
  border-radius: 15px;
}

.reg_modal .md-form {
  margin-bottom: 15px !important;
}

.reg_modal .form-control {
  border-radius: 0;
  height: 45px;
}

.reg_modal .btn.btn-block {
  background: #ffc619;
  color: #000;
  border-radius: 20px;
  text-transform: uppercase;
  width: 180px;
  margin: 0 auto;
  display: block;
  font-weight: bold;
}

.reg_modal .btn.btn-block:hover {
  background: #b31f24;
  color: #fff;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  top: 24px !important;
  color: #000;
  opacity: 1;
  font-size: 20px;
  right: 15px;
}

.social_media_login {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 25px;
}
.social_media_login a {
  padding: 10px 20px;
  color: #3b3a3a;
  border: 1px solid rgba(204, 204, 204, 0.8);
  font-size: 14px;
  border-radius: 6px;
  margin: 0 8px;
  text-decoration: none;
}
.social_media_login a i {
  margin-right: 5px;
}
.social_media_login a.login_fb_web {
  background-color: #3b5998;
  color: #fff;
  border-color: #3b5998;
}
.social_media_login a.login_fb_web:hover {
  background-color: #253964;
}
.social_media_login a.login_google_web {
  background-color: #b31f24;
  color: #fff;
  border-color: #b31f24;
}
.social_media_login a.login_google_web:hover {
  background-color: #87181c;
}

/* ==================================== */
/*		  	  Navigaton Menu		
/* ==================================== */
.menu-wrap {
  background-color: #fff;
  position: fixed;
  top: 0;
  height: 100%;
  width: 290px;
  margin-left: -290px;
  font-size: 1em;
  font-weight: 700;
  overflow: auto;
  transition: 0.25s;
  z-index: 100;
  left: 0;
}

.menu-show {
  margin-left: 0;
}

.menu-sidebar {
  margin: 15px 20px 80px;
  position: relative;
  top: 70px;
}

.menu-sidebar li {
  align-items: center;
  border-bottom: 1px solid #595a5a;
}

.menu-sidebar li:hover {
  border-bottom: 1px solid #b31f24;
}

.menu-sidebar li:hover a {
  color: #595a5a;
}

.menu-sidebar li > a {
  color: #595a5a;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  font-weight: normal;
  text-decoration: none;
  display: block;
  padding: 15px 0px;
  font-weight: bold;
}

.menu-sidebar li > a i {
  font-size: 25px;
  padding-right: 15px;
  width: 45px;
}

.menu-sidebar li > a img {
  padding-right: 15px;
  width: 40px;
}

.menu-sidebar li > a:hover {
  color: #b31f24;
}
.menu-sidebar li > a:hover img {
  filter: invert(11%) sepia(77%) saturate(4229%) hue-rotate(348deg) brightness(109%) contrast(89%);
}

.menu-sidebar ul {
  padding: 0;
  display: block;
}

.menu-sidebar .menu-item-has-children {
  position: relative;
}

.menu-sidebar .menu-item-has-children .sub-menu {
  display: none;
  background: #141d33;
  margin: 0 -19px;
  padding: 0 20px;
  margin-top: 15px;
}

.menu-sidebar .menu-item-has-children .sub-menu li {
  border-bottom: 0;
  padding: 10px 5px;
}

.menu-sidebar .menu-item-has-children .sub-menu li a {
  font-size: 12px;
}

.menu-sidebar .menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0px;
}

.sidebar-menu-arrow::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  padding: 10px;
  color: #fff;
  position: relative;
}

.sidebar-menu-arrow:hover::after {
  cursor: pointer;
  color: #fff;
}

.sidebar-menu-arrow:active::after {
  top: 2px;
}

.toggle-button {
  width: 27px;
  height: 20px;
  transition: 0.25s;
  z-index: 15;
  transition: all 0.5s ease;
  display: inline-block;
  vertical-align: middle;
}

.toggle-button:hover {
  cursor: pointer;
}

.toggle-button i {
  color: #b31f24;
  font-size: 23px;
  display: none;
}

.toggle-button .menu-bar {
  border-radius: 2px;
  width: 100%;
  transition: 0.5s;
}

.toggle-button .menu-bar-top {
  border: 3px solid #000;
  border-bottom: none;
  width: 100%;
}

.toggle-button .menu-bar-middle {
  height: 3px;
  background-color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
}

.toggle-button .menu-bar-bottom {
  border: 3px solid #000;
  border-top: none;
  width: 100%;
}

.toggle-button:hover .menu-bar-top {
  width: 100%;
}

.toggle-button:hover .menu-bar-middle {
  width: 100%;
}

.toggle-button:hover .menu-bar-bottom {
  width: 100%;
}

.button-open .menu-bar-top {
  border-color: #a09f9e;
  transform: rotate(45deg) translate(7px, 8px);
  transition: 0.5s;
}

.button-open .menu-bar-middle {
  background-color: #a09f9e;
  transform: translate(230px);
  transition: 0.1s ease-in;
  opacity: 0;
}

.button-open .menu-bar-bottom {
  border-color: #a09f9e;
  transform: rotate(-45deg) translate(3px, -5px);
  transition: 0.5s;
  top: 21px;
}

.sticky .toggle-button {
  top: 40px;
}

.button-open {
  left: 26px;
  border: 0;
  top: 12px;
  position: fixed;
  z-index: 101;
}

.button-open i {
  display: block;
}

.button-open img {
  display: none;
}

.wrapper {
  width: 40%;
  margin: 100px auto 0;
  color: #83828D;
}

.wrapper .text {
  padding: 30px;
}

.wrapper .text .heading {
  margin-bottom: 40px;
  font-size: 2em;
}

.wrapper .text p {
  line-height: 1.6em;
}

.wrapper .text .buttons {
  margin-top: 40px;
}

.wrapper .buttons .button {
  display: inline-block;
  margin-right: 20px;
  padding: 20px 25px;
  border-radius: 2em;
  background-color: #70CE64;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  transition: background-color 0.3s;
}

.wrapper .buttons .button span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.wrapper .buttons .button span::after {
  position: absolute;
  font-family: "FontAwesome";
  right: -3px;
  font-size: 14px;
  top: 0;
  transition: top 0.3s, right 0.3s;
}

.wrapper .buttons .button-secondary {
  background-color: #FF6746;
}

.wrapper .buttons .button-secondary:hover {
  background-color: #FF7D60;
}

.wrapper .buttons .button-secondary:hover span::after {
  right: -6px;
}

.wrapper .buttons .button-secondary:active {
  background-color: #FF6746;
}

.wrapper .buttons .button-secondary span::after {
  content: "\f178";
}

.wrapper .buttons .button-primary:hover {
  background-color: #84D07A;
}

.wrapper .buttons .button-primary:hover span::after {
  top: 4px;
}

.wrapper .buttons .button-primary:active {
  background-color: #70CE64;
}

.wrapper .buttons .button-primary span::after {
  content: "\f019";
}

/*-----*/
.search {
  margin: 0 0 0;
}
.search .nice-select.open .list {
  height: 316px;
  overflow: auto;
}
.search span.twitter-typeahead {
  display: block !important;
}
.search.scrollable-dropdown-menu .tt-menu {
  width: 100% !important;
  background: #fff;
}
.search.scrollable-dropdown-menu .tt-menu .tt-suggestion {
  padding: 15px 10px;
  color: #000;
  border-bottom: 1px solid #ccc;
}
.search.scrollable-dropdown-menu .tt-menu::-webkit-scrollbar {
  width: 1em;
}
.search.scrollable-dropdown-menu .tt-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.search.scrollable-dropdown-menu .tt-menu::-webkit-scrollbar-thumb {
  background-color: #b31f24;
  outline: 1px solid #b31f24;
}

.search .form-inline {
  justify-content: center;
  position: relative;
  margin: 0 auto;
}

.search .form-control {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  width: 100%;
  font-size: 18px;
  height: 50px;
  margin-right: 5px;
}

.search .btn {
  color: #b31f24;
  border-radius: 16px;
  font-size: 18px;
  height: auto;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.search .btn:hover {
  color: #ffc619;
}

.showBanner {
  height: auto !important;
}

.banner_img_new {
  position: relative;
  margin-bottom: 2px;
  height: auto !important;
}
.banner_img_new .swiper-slide {
  margin-right: 0 !important;
}
.banner_img_new .carousel-indicators {
  bottom: 2vw;
}
.banner_img_new .carousel-indicators li {
  background-color: #b31f24;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.banner_img_new .container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.banner_img_new .slider_caption h1 {
  font-size: 55px;
  font-family: CheeseCookies !important;
  color: #b31f24;
  text-align: center;
  margin-bottom: 0;
}
.banner_img_new .slider_caption h1 span {
  display: block;
  font-size: 40px;
  margin-bottom: 35px;
}

.banner_img_new img {
  width: 100%;
}
.banner_img_new .carousel-caption {
  position: absolute;
  left: 5%;
  top: 18%;
  width: 40%;
}
.banner_img_new .carousel-caption p {
  font-size: 2vw;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
}
.banner_img_new .carousel-caption h4 {
  background-color: #b31f24;
  color: #fff;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 4vw;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
}
.banner_img_new .carousel-caption h4 emp {
  font-size: 2vw;
}
.banner_img_new .carousel-caption h5 {
  font-size: 2vw;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
}
.banner_img_new .carousel-caption h5 span {
  color: #11222e;
  background-color: #fdd117;
  padding: 2px 6px;
}
.banner_img_new .carousel-control-next,
.banner_img_new .carousel-control-prev {
  width: 5%;
}
.banner_img_new .carousel-control-next-icon,
.banner_img_new .carousel-control-prev-icon {
  width: 40px;
  height: 40px;
  background-size: 50%;
  background-color: #b31f24;
  border-radius: 50%;
}
.banner_img_new .flight_one .carousel-caption,
.banner_img_new .hotel_one .carousel-caption {
  text-align: left;
}
.banner_img_new .flight_one .carousel-caption p,
.banner_img_new .hotel_one .carousel-caption p {
  text-align: left;
  font-weight: 400;
}
.banner_img_new .flight_one .carousel-caption h4,
.banner_img_new .hotel_one .carousel-caption h4 {
  border: 2px solid #b31f24;
  background-color: transparent;
  color: #b31f24;
  border-radius: 10px;
}
.banner_img_new .flight_one .carousel-caption h4 emp,
.banner_img_new .hotel_one .carousel-caption h4 emp {
  font-size: 25px;
}
.banner_img_new .flight_one .carousel-caption h5 span,
.banner_img_new .hotel_one .carousel-caption h5 span {
  background-color: transparent;
  padding: 0;
  font-weight: 800;
}
.banner_img_new .flight_two .carousel-caption,
.banner_img_new .hotel_two .carousel-caption {
  text-align: right;
  left: auto;
  right: 5%;
}
.banner_img_new .flight_two .carousel-caption p,
.banner_img_new .hotel_two .carousel-caption p {
  text-align: left;
  font-weight: 400;
  background: #ffc619;
  display: inline-block;
  padding: 10px;
}
.banner_img_new .flight_two .carousel-caption h4,
.banner_img_new .hotel_two .carousel-caption h4 {
  background-color: #b31f24;
  color: #fff;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 4vw;
}
.banner_img_new .flight_two .carousel-caption h4 emp,
.banner_img_new .hotel_two .carousel-caption h4 emp {
  font-size: 1.5vw;
  text-transform: capitalize;
}
.banner_img_new .flight_two .carousel-caption h5 span,
.banner_img_new .hotel_two .carousel-caption h5 span {
  background-color: transparent;
  padding: 0;
  font-weight: 800;
}
.banner_img_new .flight_three .carousel-caption,
.banner_img_new .hotel_three .carousel-caption {
  text-align: left;
  left: 5%;
  right: auto;
}
.banner_img_new .flight_three .carousel-caption p,
.banner_img_new .hotel_three .carousel-caption p {
  text-align: left;
  font-weight: 400;
  background: transparent;
}
.banner_img_new .flight_three .carousel-caption h4,
.banner_img_new .hotel_three .carousel-caption h4 {
  background-color: transparent;
  color: #b31f24;
  padding: 0;
  font-size: 4vw;
  display: block;
  line-height: 60px;
  margin-bottom: 0;
}
.banner_img_new .flight_three .carousel-caption h4 emp,
.banner_img_new .hotel_three .carousel-caption h4 emp {
  font-size: 2vw;
}
.banner_img_new .flight_three .carousel-caption h4 span,
.banner_img_new .hotel_three .carousel-caption h4 span {
  display: block;
}
.banner_img_new .flight_three .carousel-caption h4 span small,
.banner_img_new .hotel_three .carousel-caption h4 span small {
  font-size: 20px;
}
.banner_img_new .flight_three .carousel-caption h5,
.banner_img_new .hotel_three .carousel-caption h5 {
  background-color: #ffc619;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
}
.banner_img_new .flight_three .carousel-caption h5 span,
.banner_img_new .hotel_three .carousel-caption h5 span {
  background-color: transparent;
  padding: 0;
  font-weight: 800;
}
.banner_img_new .flight_four .carousel-caption,
.banner_img_new .hotel_four .carousel-caption {
  text-align: left;
}
.banner_img_new .flight_four .carousel-caption p,
.banner_img_new .hotel_four .carousel-caption p {
  font-size: 35px;
}
.banner_img_new .flight_four .carousel-caption h4,
.banner_img_new .hotel_four .carousel-caption h4 {
  background-color: transparent;
  padding: 0;
  line-height: 72px;
  color: #b31f24;
}
.banner_img_new .flight_four .carousel-caption h4 emp,
.banner_img_new .hotel_four .carousel-caption h4 emp {
  font-size: 25px;
}
.banner_img_new .flight_four .carousel-caption h4 span,
.banner_img_new .hotel_four .carousel-caption h4 span {
  font-size: 80px;
  font-weight: 900;
}
.banner_img_new .flight_four .carousel-caption h4 span small,
.banner_img_new .hotel_four .carousel-caption h4 span small {
  font-size: 60px;
  font-weight: 900;
}
.banner_img_new .flight_four .carousel-caption h5,
.banner_img_new .hotel_four .carousel-caption h5 {
  background-color: #b31f24;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
}
.banner_img_new .flight_four .carousel-caption h5 span,
.banner_img_new .hotel_four .carousel-caption h5 span {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  color: #fff;
  font-weight: 800;
}
.banner_img_new .flight_five .carousel-caption,
.banner_img_new .hotel_five .carousel-caption {
  left: auto;
  right: 5%;
  padding: 0;
}
.banner_img_new .flight_five .carousel-caption p,
.banner_img_new .hotel_five .carousel-caption p {
  font-size: 2vw;
  background-color: #ffc619;
  padding: 5px 15px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.banner_img_new .flight_five .carousel-caption h4,
.banner_img_new .hotel_five .carousel-caption h4 {
  background-color: transparent;
  padding: 0;
  line-height: 72px;
  color: #b31f24;
  display: block;
  border: 3px solid #ffc619;
  padding-bottom: 25px;
  padding-top: 15px;
  margin-bottom: 0;
}
.banner_img_new .flight_five .carousel-caption h4 emp,
.banner_img_new .hotel_five .carousel-caption h4 emp {
  font-size: 25px;
}
.banner_img_new .flight_five .carousel-caption h4 span,
.banner_img_new .hotel_five .carousel-caption h4 span {
  font-weight: 900;
}
.banner_img_new .flight_five .carousel-caption h4 span small,
.banner_img_new .hotel_five .carousel-caption h4 span small {
  font-size: 60px;
  font-weight: 900;
}
.banner_img_new .flight_five .carousel-caption h5,
.banner_img_new .hotel_five .carousel-caption h5 {
  background-color: #b31f24;
  color: #fff;
  padding: 10px;
  border-radius: 0;
  display: block;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.banner_img_new .flight_five .carousel-caption h5 span,
.banner_img_new .hotel_five .carousel-caption h5 span {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  color: #fff;
  font-weight: 800;
}

.further_offer {
  text-decoration: none;
  color: #000;
}

.further_offer:hover {
  text-decoration: none;
  color: #000;
}

.package_title {
  font-size: 21px;
  color: #495057;
}

/*--------------*/
.booking_area {
  border-radius: 8px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 50px 15px 15px;
  position: relative;
}
.booking_area .parent_content {
  background: white;
  margin-top: 15px;
}

.inner_row {
  position: relative;
  margin-top: 10px;
}

.visa_div .twitter-typeahead {
  display: block !important;
}

.parent_nav {
  justify-content: space-evenly;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  height: 71px;
  border-radius: 8px;
  width: 40%;
  margin: 0 auto;
  right: 0;
  top: -85px;
  left: 0;
  position: absolute;
  z-index: 1;
}

.parent_nav .nav-link {
  background: transparent;
  color: #495057;
  border-radius: 0;
  padding: 5px 20px;
  text-align: center;
}
.parent_nav .nav-link img {
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
}
.parent_nav .nav-link span {
  display: block;
  font-size: 12px;
}
.parent_nav .nav-link.active {
  border-bottom: 1px solid #b31f24;
  background-color: transparent;
  color: #b31f24;
}
.parent_nav .nav-link.active img {
  filter: invert(11%) sepia(77%) saturate(4229%) hue-rotate(348deg) brightness(109%) contrast(89%);
}

.child_nav {
  justify-content: left;
  margin-bottom: 0;
}

.child_nav .nav-item:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.child_nav .nav-item:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.child_nav .nav-item .nav-link {
  color: #495057;
  padding: 3px 25px;
  font-size: 14px;
  border-radius: 0;
}

.child_nav .nav-item .nav-link.active {
  border-bottom: 1px solid #b31f24;
  background: transparent;
  position: relative;
}

.child_nav .nav-item .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 27px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #b31f24;
}

.action_area {
  background: #fafafa;
  padding: 10px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.icon {
  text-align: center;
}

.icon img {
  width: 41px;
}

.icon p {
  text-align: center;
  margin-bottom: 0;
}

.flight_num {
  display: none;
}

.selection {
  background: #fff;
  position: relative;
}
.selection .scrollable-dropdown-menu .tt-menu,
.selection .scrollable-dropdown-hotel .tt-menu {
  width: 100% !important;
  background: #fff;
  border: 1px solid #ccc;
}
.selection .scrollable-dropdown-menu .tt-menu .tt-suggestion,
.selection .scrollable-dropdown-hotel .tt-menu .tt-suggestion {
  padding: 10px 10px;
  color: #000;
  border-bottom: 1px solid #ccc;
}
.selection .scrollable-dropdown-menu .tt-menu::-webkit-scrollbar,
.selection .scrollable-dropdown-hotel .tt-menu::-webkit-scrollbar {
  width: 0.5em;
}
.selection .scrollable-dropdown-menu .tt-menu::-webkit-scrollbar-track,
.selection .scrollable-dropdown-hotel .tt-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.selection .scrollable-dropdown-menu .tt-menu::-webkit-scrollbar-thumb,
.selection .scrollable-dropdown-hotel .tt-menu::-webkit-scrollbar-thumb {
  background-color: #b31f24;
  outline: 1px solid #b31f24;
}
.selection .scrollable-dropdown-menu .tt-menu {
  width: 150% !important;
}
.selection .scrollable-dropdown-menu .tt-menu .tt-suggestion {
  padding: 15px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.selection .scrollable-dropdown-menu .tt-menu .tt-suggestion:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f072";
  padding-right: 15px;
  color: #b31f24;
}
.selection .scrollable-dropdown-menu .tt-menu .tt-suggestion span {
  margin-left: auto;
}
.selection .scrollable-dropdown-menu .tt-menu .tt-suggestion .airport_info {
  margin-left: 0;
}
.selection .scrollable-dropdown-menu .tt-menu .tt-suggestion .airport_info small {
  position: relative;
  display: block;
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 10px;
}
.selection.visa_inputs .scrollable-dropdown-menu .tt-menu {
  width: 100% !important;
}

.selection label {
  text-align: center;
  text-transform: uppercase;
  color: #595a5a;
  display: block;
}

.selection .form-control {
  color: #000;
  border: 0;
  height: 52px;
  padding: 2px 10px;
  font-weight: bold;
  box-shadow: none;
  font-size: 18px;
  background: transparent;
  position: relative;
  padding-bottom: 15px;
  border: 1px solid #ffc619;
  border-radius: 0;
  z-index: 1;
}

.selection .form-control::-moz-placeholder {
  color: #000;
}

.selection .form-control::placeholder {
  color: #000;
}

.selection span {
  color: #000;
  left: 0;
  font-size: 14px;
  top: 0;
}

.selection small {
  color: #000;
  position: absolute;
  bottom: 2px;
  left: 12px;
  font-size: 12px;
  white-space: nowrap;
  width: 92%;
  overflow: hidden;
}

.double_date {
  padding-right: 2px !important;
}
.double_date button.comiseo-daterangepicker-triggerbutton {
  background-color: transparent;
  border-color: #ffc619;
  border-radius: 0;
  padding: 2px 10px;
  padding-top: 30px;
  height: 52px;
  background: url(../images/icon-calendar.png) no-repeat;
  background-position: right;
  background-size: 25px;
  font-family: "Montserrat", sans-serif;
}
.double_date button.comiseo-daterangepicker-triggerbutton:hover, .double_date button.comiseo-daterangepicker-triggerbutton:focus, .double_date button.comiseo-daterangepicker-triggerbutton:visited, .double_date button.comiseo-daterangepicker-triggerbutton:active {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #ffc619;
  outline: none;
  border-radius: 0;
}
.double_date button.comiseo-daterangepicker-triggerbutton span.ui-button-text {
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}
.double_date button.comiseo-daterangepicker-triggerbutton span.ui-icon {
  display: none;
}
.double_date .date_range_title {
  position: absolute;
  padding-left: 10px;
  top: 6px;
  font-size: 18px;
}

.ui-widget.ui-widget-content {
  border: 0 !important;
  padding: 0;
}
.ui-widget.ui-widget-content .comiseo-daterangepicker-calendar {
  padding-left: 0;
  border: 0;
}
.ui-widget.ui-widget-content .comiseo-daterangepicker-calendar .ui-datepicker-inline {
  border-radius: 0;
}

.comiseo-daterangepicker-buttonpanel {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 5px;
}
.comiseo-daterangepicker-buttonpanel button.ui-priority-primary.ui-button,
.comiseo-daterangepicker-buttonpanel button.ui-priority-secondary.ui-button {
  margin-top: 0;
  margin-right: 0;
  padding: 2px 12px;
  height: 38px;
  font-family: "Montserrat", sans-serif;
  background-color: #ffc619;
  border-color: #ffc619;
  color: #000;
  font-size: 14px;
  width: 30%;
  border-radius: 30px;
  font-size: 14px;
  background-image: none;
}
.comiseo-daterangepicker-buttonpanel button.ui-priority-primary.ui-button .ui-button-text,
.comiseo-daterangepicker-buttonpanel button.ui-priority-secondary.ui-button .ui-button-text {
  padding: 0;
}
.comiseo-daterangepicker-buttonpanel button.ui-priority-secondary.ui-button {
  background-color: #b31f24;
  border-color: #b31f24;
  color: #fff;
  opacity: 1;
}

.visa_input_form .traveler_block_opt span {
  color: #444 !important;
  font-size: 16px !important;
}
.visa_input_form .select2-selection__rendered {
  padding-top: 15px;
}
.visa_input_form .visa_div .select2-selection__rendered {
  padding-top: 0;
}
.visa_input_form .selection {
  border: 1px solid #ffc619;
  height: 52px;
  padding-right: 0 !important;
}
.visa_input_form .selection .selectize-control {
  height: 100%;
  font-weight: bold;
}
.visa_input_form .selection .selectize-control .selectize-input {
  height: 100%;
  border: 0;
  font-size: 14px;
  line-height: 35px;
}
.visa_input_form .selection .selectize-control .selectize-input:after {
  display: none;
}
.visa_input_form .selection .selectize-control .selectize-input.focus {
  box-shadow: none;
}
.visa_input_form .selection .selectize-control .selectize-dropdown {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  position: absolute;
}
.visa_input_form .selection .selectize-control .selectize-dropdown .selectize-dropdown-content {
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
}
.visa_input_form .selection .selectize-control .selectize-dropdown .selectize-dropdown-content .option {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  font-size: 14px;
}
.visa_input_form .selection .selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar {
  width: 0.5em;
}
.visa_input_form .selection .selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.visa_input_form .selection .selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #b31f24;
  outline: 1px solid #b31f24;
}
.visa_input_form .selection .form-control {
  border: 0;
  height: 100%;
}
.visa_input_form .search_btn {
  height: 52px;
}

.visa_country {
  height: 52px;
  padding: 0;
}
.visa_country .select2-container {
  height: 52px !important;
}
.visa_country .select2-container span {
  height: 52px !important;
}
.visa_country .select2-container .select2-selection__arrow {
  display: none;
}
.visa_country .select2-container .select2-selection.select2-selection--single {
  border-color: #ffc619 !important;
}
.visa_country .select2-container .select2-selection__rendered {
  font-size: 16px;
  font-weight: bold;
}

.visa_mids .selection {
  border: 1px solid #ffc619;
  height: 52px;
}
.visa_mids .selection span {
  height: 50px !important;
  border: 0 !important;
}
.visa_mids .selection .select2-selection__arrow {
  display: none;
}
.visa_mids .selection .select2-selection__rendered {
  font-weight: 700;
  font-size: 14px;
}
.visa_mids .selection label {
  font-size: 12px;
  margin-bottom: 0;
  color: #000;
  text-align: left;
  position: absolute;
  left: 5px;
  bottom: auto;
  text-transform: capitalize;
  z-index: 9;
  top: 3px;
}
.visa_mids .selection .form-control {
  border: none;
  margin-bottom: 0 !important;
  height: 100%;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select2-dropdown {
  width: 300px !important;
}

.ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
  background: #ffc619;
  color: #000;
  border-radius: 5px;
}

.comiseo-daterangepicker-calendar .ui-state-highlight a.ui-state-default {
  background: #ffc619 !important;
  color: #000 !important;
  border-radius: 5px;
}

.double_date .form-control {
  background: url(../images/icon-calendar.png) no-repeat;
  background-position: right;
  background-size: 25px;
}

.double_date.disable {
  position: relative;
}

.double_date.disable .form-control {
  background: #fff url(../images/icon-calendar_disable.png) no-repeat;
  background-position: right;
  background-size: 25px;
  color: #ccc;
  border-color: #ccc;
}

.double_date.disable .form-control::-moz-placeholder {
  color: #ccc;
}

.double_date.disable .form-control::placeholder {
  color: #ccc;
}

.double_date.disable .disabled_span {
  position: absolute;
  width: 90%;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #ccc;
  left: 6px;
}

.return_date_new {
  padding-left: 3px;
  padding-right: 8px !important;
}

.return_date_new .form-control {
  font-size: 17px;
}

.return_date_new small {
  left: 14px;
}

.tour_home_form .double_date {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.tour_home_form .travller .selection {
  padding-right: 0;
}

.scroll {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  margin-left: 7px;
}

.scroll a {
  color: #b31f24;
  display: block;
}

.scroll a:hover {
  color: #000;
}

.scroll_down {
  bottom: -23px;
}

.scroll_up {
  top: -12px;
}

.travller {
  position: relative;
}

.travller .selection {
  padding-right: 5px;
}

.travller .selection .form-control {
  background: #fff url(../images/icon-user.png) no-repeat;
  background-position: right;
  background-size: 25px;
}

.travller .collapsing,
.travller .collapse {
  position: absolute;
  top: 65px;
  width: 300px;
  left: 0;
  background: #fff;
  z-index: 5;
}

.travller .collapsing .card,
.travller .collapse .card {
  border-radius: 0;
}

.travller .collapsing .input-group .form-control,
.travller .collapse .input-group .form-control {
  padding-left: 0;
  border-radius: 0;
  text-align: center;
}

.travller .collapsing .input-group .btn,
.travller .collapse .input-group .btn {
  background: #b31f24;
  color: #fff;
  border-radius: 0;
}

.travller .collapsing .input-group .btn i,
.travller .collapse .input-group .btn i {
  position: relative;
  top: auto;
  transform: translateY(0);
  left: 0;
  color: #fff;
}

.travller .collapsing .form-control,
.travller .collapse .form-control {
  border: 1px solid #b31f24;
  text-align: center;
}

.travller .collapsing .input-group,
.travller .collapse .input-group {
  margin-bottom: 10px;
}

.search_btn {
  background: #b31f24;
  border-radius: 0;
  height: 100%;
  width: 100%;
}

.search_btn:hover {
  background: #000;
}

.search_btn i {
  font-size: 20px;
  color: #fff;
}

.ui-state-disabled {
  opacity: 0.5;
}

.three_in_row .form-control {
  width: 70px;
}

.default {
  background: #ffc619;
  color: #000;
  border-radius: 25px;
  padding: 12px;
  font-weight: bold;
}

.default:hover {
  background: #b31f24;
  color: #fff;
}

#booking .twitter-typeahead {
  display: block !important;
}
#booking .scrollable-dropdown-menu .tt-menu {
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 0;
}
#booking .scrollable-dropdown-menu .tt-menu .tt-suggestion.tt-selectable {
  padding: 12px 10px;
  color: #000;
}

.multi_city .icon {
  width: 50px;
}

.multi_city .icon p {
  font-size: 10px;
}

.date_multi .form-control {
  width: 100px;
}

.add_remove {
  text-align: right;
}

.add_remove .btn {
  background: #b31f24;
  color: #fff;
  border-radius: 25px;
}

.add_remove .btn i {
  margin-left: 8px;
}

.add_remove .btn:hover {
  background: #ffc619;
  color: #000;
}

.carousel.carousel-fade .carousel-item {
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}

.carousel.carousel-fade .active.carousel-item {
  opacity: 1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}

/*--SCROLLER CODE---*/
.scroller {
  position: relative;
  margin-top: 15px;
  padding-top: 30px;
}

.scroller .leftLabel {
  font-size: 10px !important;
  color: #818181 !important;
  position: absolute;
  left: 0;
  top: 2px;
}

.scroller .rightLabel {
  font-size: 10px !important;
  color: #818181 !important;
  position: absolute;
  right: 0;
  top: 2px;
}

.scroller .leftLabel:before,
.scroller .rightLabel:before {
  content: "Rs:";
  padding-right: 2px;
}

.scroller .nstSlider {
  cursor: hand;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 8px;
  background: #fff;
  border: 1px solid #D3D3D3;
}

.scroller .nstSlider .leftGrip {
  position: absolute;
  height: 18px !important;
  width: 18px !important;
  border: 2px solid #fff;
  background-color: #000 !important;
  border-radius: 50% !important;
  box-shadow: 0px 0px 3px 0.2px rgba(0, 0, 0, 0.3);
  top: -5px;
}

.scroller .nstSlider .leftGrip.gripHighlighted {
  background: #113344;
}

.scroller .nstSlider .rightGrip {
  position: absolute;
  height: 18px !important;
  width: 18px !important;
  border: 2px solid #fff;
  background-color: #000 !important;
  border-radius: 50% !important;
  box-shadow: 0px 0px 3px 0.2px rgba(0, 0, 0, 0.3);
  top: -5px;
}

.scroller .nstSlider .rightGrip.gripHighlighted {
  background: #113344;
}

.scroller .nstSlider .bar {
  border-radius: 10px;
  position: absolute;
  background: #b31f24;
  height: 8px;
  top: -1px;
}

.scroller .nstSlider .highlightPanel {
  transition: all 500ms ease-in-out;
  border-radius: 10px;
  position: absolute;
  background: #e87722;
  height: 20px;
  top: 0;
}

/*------------*/
/*----DATE PICKER STYLE--------*/
.ui-datepicker {
  background: #b31f24;
  width: 250px;
  border: 0 !important;
}

.ui-datepicker .ui-datepicker-header {
  padding: 5px 10px;
  background: none;
  border: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  color: #000;
  margin-top: 9px;
  background: #b31f24;
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  background-image: none !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
  color: #000;
  margin-top: 9px;
  background: #b31f24;
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  background-image: none !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  background: #ffc619;
  color: #000;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  display: inline-block !important;
}

.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  padding: 0 10px;
  color: #b31f24;
  text-align: center;
}

.ui-datepicker .ui-datepicker-calendar td a {
  color: #000;
  background: none;
  border: 0;
}

.ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
  background: #ffc619;
  color: #000;
  border-radius: 5px;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end a {
  color: #b31f24;
}

.ui-widget-header.month-picker-header {
  border: 0;
  background-color: #fff;
}

/*------------*/
/*--MONTH PICKER---*/
.month-picker {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.month-picker .ui-button-text {
  padding: 0.4em 0 !important;
}
.month-picker .month-picker-year-table .month-picker-previous .ui-button,
.month-picker .month-picker-year-table .month-picker-next .ui-button {
  background-color: #fff;
}
.month-picker .month-picker-title {
  width: 64%;
}
.month-picker .month-picker-title .ui-button {
  height: auto;
  background: #ffc619;
  color: #000;
  text-align: center;
  padding: 5px;
  border-radius: 8px;
}
.month-picker .month-picker-month-table .ui-state-default {
  background: #fff;
}
.month-picker .month-picker-month-table .ui-state-default:visited, .month-picker .month-picker-month-table .ui-state-default:focus, .month-picker .month-picker-month-table .ui-state-default:active, .month-picker .month-picker-month-table .ui-state-default:hover {
  background: #fff;
  color: #000;
}
.month-picker .month-picker-month-table .ui-state-highlight {
  background: #fff;
  color: #b31f24;
  border: 1px solid #b31f24;
}
.month-picker .month-picker-month-table .ui-state-highlight:visited, .month-picker .month-picker-month-table .ui-state-highlight:focus, .month-picker .month-picker-month-table .ui-state-highlight:active, .month-picker .month-picker-month-table .ui-state-highlight:hover {
  background: #fff;
  color: #b31f24;
  border: 1px solid #b31f24;
}
.month-picker .month-picker-month-table .ui-state-active {
  background: #ffc619;
  border: 0;
}

/*------------*/
.scroll_dottom {
  text-align: center;
  margin-top: 15px;
}

.scroll_dottom a {
  color: #000;
  text-decoration: none;
}

.scroll_dottom a i {
  display: block;
  animation-name: downup;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transition: border 0.35s ease;
  -webkit-transition: border 0.35s ease;
}
@keyframes downup {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(18px);
  }
  100% {
    transform: translateY(0);
  }
}
/*-----*/
.offer_detail_new .swiper-button-next,
.offer_detail_new .swiper-button-prev {
  /*display:none;*/
}

.next_desti {
  padding: 30px 0;
  position: relative;
  padding-bottom: 0;
}
.next_desti.discover_slider .swiper-button-next {
  right: 0;
}
.next_desti.discover_slider .swiper-button-prev {
  left: 0;
}
.next_desti.discover_slider .swiper-button-next,
.next_desti.discover_slider .swiper-button-prev {
  top: 32%;
  background-color: #b31f24;
  background-size: 16px;
}
.next_desti.discover_slider .swiper-button-next:visited, .next_desti.discover_slider .swiper-button-next:active, .next_desti.discover_slider .swiper-button-next:focus,
.next_desti.discover_slider .swiper-button-prev:visited,
.next_desti.discover_slider .swiper-button-prev:active,
.next_desti.discover_slider .swiper-button-prev:focus {
  box-shadow: none;
  outline: none;
  border: 0;
}

.next_desti h2 {
  color: #b31f24;
  text-transform: uppercase;
  margin-bottom: 30px !important;
}

.next_desti h5 {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.next_desti h5 a {
  color: #ffc619;
  font-size: 16px;
  text-decoration: none;
}

.next_desti h5 a:hover {
  color: #b31f24;
}

.next_desti .swiper-button-prev {
  left: -60px;
  right: auto;
  background-image: url("../images/arrow_left.png");
}

.next_desti .swiper-button-next {
  right: -60px;
  left: auto;
  background-image: url("../images/arrow_right.png");
}

/*---BLOG-------*/
.blog_list {
  background-color: #fafafa;
  border: 2px solid #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  border-radius: 15px;
  height: 100%;
}
.blog_list a {
  text-decoration: none;
}
.blog_list .img {
  position: relative;
}
.blog_list .img:after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#a6000000", GradientType=0);
  /* IE6-9 */
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  content: "";
}
.blog_list .img .main_img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.blog_list .img .author {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.blog_list .img .author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.blog_list .img .author span {
  color: #fff;
  font-size: 13px;
}
.blog_list .img ul {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}
.blog_list .img ul li {
  color: #fff;
  font-style: italic;
  font-size: 14px;
}
.blog_list .img ul li:after {
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #fff;
  content: "/";
}
.blog_list .img ul li:last-child {
  padding-right: 0;
}
.blog_list .img ul li:last-child:after {
  display: none;
}
.blog_list .desc {
  padding: 20px 10px 10px;
}
.blog_list .desc h3 {
  font-size: 20px;
  color: #000;
  color: #b31f24;
}
.blog_list .desc p {
  font-size: 14px;
  margin-bottom: 0;
  color: #7D7D7D;
}

.homeSwiperCaption {
  font-size: 25px;
  font-weight: 600;
  color: #b31f24;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.locations .img {
  position: relative;
}
.locations .img span {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  background-color: #b31f24;
  padding: 2px 5px;
  z-index: 1;
}
.locations .img img {
  border-radius: 5px;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.locations .img img.airlineLogo {
  height: auto;
  width: 160px;
  position: absolute;
  right: 0;
  bottom: 30px;
  padding: 5px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border-top-left-radius: 35px;
}
.locations .img p {
  position: absolute;
  top: 0;
  margin-bottom: 0;
  z-index: 1;
  background-color: #b31f24;
  color: #fff;
  padding: 7px;
  font-size: 14px;
}

.location .desc,
.locations .desc {
  z-index: 1;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.28);
  padding: 15px;
  margin: 0 auto;
  margin-top: -10px;
  position: relative;
  border-radius: 0;
}
.location .desc.full_wisth_desc,
.locations .desc.full_wisth_desc {
  width: 95%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.location .desc.full_wisth_desc h4,
.locations .desc.full_wisth_desc h4 {
  white-space: normal;
  font-size: 14px;
  font-weight: 600;
  width: 55%;
  margin-bottom: 0;
}
.location .desc.full_wisth_desc h4 small,
.locations .desc.full_wisth_desc h4 small {
  margin-top: 4px;
  font-size: 12px;
}
.location .desc.full_wisth_desc .offer,
.locations .desc.full_wisth_desc .offer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.location .desc.full_wisth_desc .offer h6,
.locations .desc.full_wisth_desc .offer h6 {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.location .desc.full_wisth_desc .offer h6 span,
.locations .desc.full_wisth_desc .offer h6 span {
  margin-left: 5px;
}
.location .desc.full_wisth_desc .rating,
.locations .desc.full_wisth_desc .rating {
  width: auto !important;
}
.location .desc.full_wisth_desc .rating label,
.locations .desc.full_wisth_desc .rating label {
  margin-bottom: 0;
}
.location .desc.full_wisth_desc .rate > label:before,
.locations .desc.full_wisth_desc .rate > label:before {
  font-size: 16px !important;
  padding: 0 0.05rem !important;
}
.location .desc h4,
.locations .desc h4 {
  font-size: 18px;
  color: #595a5a;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.location .desc small,
.locations .desc small {
  display: block;
  font-size: 13px;
  color: #9f9f9f;
}
.location .desc .offer,
.locations .desc .offer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.location .desc .offer p,
.locations .desc .offer p {
  color: #595a5a;
  margin-bottom: 0;
}
.location .desc .offer p i,
.locations .desc .offer p i {
  color: #ffc619;
}
.location .desc .offer p span,
.locations .desc .offer p span {
  color: #b31f24;
}
.location .desc .offer .save,
.locations .desc .offer .save {
  width: 42px;
}

.contact_form {
  margin-top: 50px;
}

.inner_form h3 {
  color: #b31f24;
}

.inner_form label {
  color: #b31f24;
}

.inner_form .form-control {
  border-collapse: #ababab;
  border-radius: 8px;
  margin-bottom: 15px;
  height: 45px;
  border-width: 2px;
}

.inner_form textarea {
  height: 150px !important;
  max-height: 150px;
  max-width: 100%;
}

.inner_form .btn {
  background: #ffc619;
  color: #000;
  border-radius: 20px;
  text-transform: uppercase;
  width: 180px;
  margin: 0 auto;
  display: block;
  font-weight: bold;
}

.inner_form .btn:hover {
  background: #b31f24;
  color: #fff;
}

.inner_form .btn i {
  margin-right: 10px;
}

.app_section h2 small {
  display: block;
  color: #b31f24;
}

.app_section h2 img {
  width: 150px;
}

.app_section ul {
  display: flex;
  justify-content: flex-end;
}

.app_section ul li {
  margin-left: 15px;
}

.app_section ul li img {
  width: 160px;
  height: 50px;
}

.selection .form-control.trip_from {
  background: #fff url(../images/trip.png) no-repeat;
  background-position: right;
  background-size: 30px;
}

/*----BLOG-------*/
.section {
  padding: 30px 0;
  color: #333;
}
.section .top-side {
  text-align: center;
}
.section .top-side .title {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
}
.section .top-side .title:after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 1px solid #494949;
  margin: 8px auto;
}
.section .top-side h2 {
  font-weight: 700;
}
.section.portfolio .filters {
  text-align: center;
  margin-top: 0;
}
.section.portfolio .filters ul {
  padding: 0;
}
.section.portfolio .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
}
.section.portfolio .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #b31f24;
  transition: width 350ms ease-out;
}
.section.portfolio .filters ul li:hover:after {
  width: calc(100% - 60px);
  transition: width 350ms ease-out;
}
.section.portfolio .filters ul li.active:after {
  width: calc(100% - 60px);
}
.section.portfolio .filters-content {
  margin-top: 50px;
}
.section.portfolio .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.section.portfolio .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.section.portfolio .filters-content .grid [class*=col-]:nth-child(even) .item .p-inner {
  left: auto;
  right: 0;
}
.section.portfolio .filters-content .item {
  margin-bottom: 30px;
  position: relative;
}
.section.portfolio .filters-content .item .p-inner {
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.96);
  border: 2px solid #fff;
  margin: 20px;
  width: 60%;
  border-radius: 10px;
  text-align: right;
}
.section.portfolio .filters-content .item .p-inner h3 {
  color: #b31f24;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}
.section.portfolio .filters-content .item .p-inner p {
  font-size: 14px;
  text-align: justify;
  max-height: 150px;
  overflow-y: auto;
  padding-right: 15px;
}
.section.portfolio .filters-content .item .p-inner p::-webkit-scrollbar {
  width: 0.5em;
}
.section.portfolio .filters-content .item .p-inner p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.section.portfolio .filters-content .item .p-inner p::-webkit-scrollbar-thumb {
  background-color: #b31f24;
  outline: 1px solid #b31f24;
}
.section.portfolio .filters-content .item .p-inner .btn {
  background-color: #b31f24;
  color: #fff;
  font-size: 14px;
}
.section.portfolio .filters-content .item .p-inner .btn:hover {
  background-color: #ffc619;
  color: #000;
}
.section.portfolio .filters-content .item img {
  width: 100%;
  height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.portfolio .filters-content #loadMore {
  border: 1px solid #b31f24;
  color: #b31f24;
  width: 200px;
  display: block;
  margin: 0 auto;
  border-radius: 0;
}
.section.portfolio .filters-content #loadMore:hover {
  background-color: #b31f24;
  color: #fff;
  border-color: #ffc619;
}

.totop {
  position: fixed;
  bottom: 10px;
  right: 20px;
}

.totop a {
  display: none;
}

/*----------------*/
#modify .banner_img_new {
  display: none;
}

#modify .modal-header {
  padding: 0;
}

#modify .modal-content {
  border-radius: 0;
}

#modify .modal-body {
  padding: 0;
  padding-bottom: 30px;
  padding-right: 11px;
}

#modify .modal-lg {
  max-width: 1140px;
}

/*-----*/
.single_agent_form {
  padding-top: 50px;
  padding-bottom: 20px;
}
.single_agent_form .agent_form {
  height: 100%;
  box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.02);
  padding: 26px 20px;
  border-radius: 15px;
  border: 1px solid rgba(191, 33, 38, 0.23);
}
.single_agent_form .agent_form h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: #b31f24;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.single_agent_form .agent_form label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.single_agent_form .agent_form .form-control {
  border-radius: 0;
  height: 45px;
  font-size: 14px;
}
.single_agent_form .agent_form .btn {
  background: #ffc619;
  color: #000;
  border-radius: 20px;
  text-transform: uppercase;
  width: 180px;
  margin: 0 auto;
  display: block;
  font-weight: bold;
}
.single_agent_form .agent_form .btn:hover {
  background-color: #b31f24;
  color: #fff;
}
.single_agent_form .agent_form p {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
}
.single_agent_form .agent_form p a {
  color: #b31f24;
  text-decoration: none;
}
.single_agent_form .agent_form p a:hover {
  color: #000;
}

/*-----*/
.pont_navi {
  background: #fff;
  position: relative;
  z-index: 1;
}
.pont_navi ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.pont_navi ul li a {
  color: #212121;
  text-decoration: none;
  padding: 5px 10px 11px;
  font-size: 15px;
  font-weight: 500;
}
.pont_navi ul li a.active {
  color: #b31f24;
  border-bottom: 2px solid #b31f24;
}
.pont_navi.pont_navi-fixed {
  position: fixed;
  top: 36px;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-top: 15px;
  animation: smoothScroll 1s forwards;
}
.pont_navi.pont_navi-fixed ul {
  margin-bottom: 0;
}

.tour_descNew {
  margin-bottom: 50px;
}
.tour_descNew h3 {
  font-size: 28px;
  margin-bottom: 25px;
}
.tour_descNew p {
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}
.tour_descNew br {
  display: none;
}
.tour_descNew ul {
  font-size: 15px !important;
  text-align: justify;
  padding-left: 0;
}
.tour_descNew ul li {
  list-style: none;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 6px;
}
.tour_descNew ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #b31f24;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.tour_descNew ul.list-unstyled li {
  list-style: none;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 6px;
}
.tour_descNew ul.list-unstyled li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #b31f24;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.tour_descNew .card-header {
  padding: 0;
  border: 0;
}
.tour_descNew .card-header .btn {
  padding: 0.575rem 0.75rem;
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
  text-align: left;
}
.tour_descNew .card {
  margin-bottom: 15px;
}
.tour_descNew .trip_itinery {
  border-left: 2px solid #ccc;
  margin-left: 15px;
  padding-left: 40px;
}
.tour_descNew .trip_itinery .day_title {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #b31f24;
  margin-bottom: 15px;
  cursor: pointer;
}
.tour_descNew .trip_itinery .day_title span {
  font-size: 14px;
  text-transform: capitalize;
  color: #2B2B2B;
  padding-left: 10px;
}
.tour_descNew .trip_itinery .day_title:after {
  content: "";
  position: absolute;
  left: -50.9px;
  top: 0;
  height: 20px;
  width: 20px;
  background-color: #b31f24;
  border-radius: 50%;
}
.tour_descNew .trip_itinery .day_title:before {
  content: "";
  position: absolute;
  left: -49px;
  top: 2px;
  height: 15px;
  width: 15px;
  background-color: #b31f24;
  border: 3px solid #fff;
  border-radius: 50%;
  z-index: 1;
}
.tour_descNew .gal_link {
  margin-bottom: 25px;
  display: block;
}
.tour_descNew .gal_link img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.traveller_reviews h3 {
  color: #b31f24;
}
.traveller_reviews .reviews {
  margin-bottom: 30px;
}
.traveller_reviews .reviews .top_portion {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
.traveller_reviews .reviews .top_portion img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 25px;
}
.traveller_reviews .reviews .top_portion div {
  display: flex;
}
.traveller_reviews .reviews .top_portion i {
  color: #ffc619;
  font-size: 18px;
  margin: 0 1px;
}
.traveller_reviews .reviews .top_portion h6 {
  margin-bottom: 0;
  color: #000;
  font-weight: 700;
  margin-left: 10px;
}
.traveller_reviews .reviews p {
  text-align: justify;
  font-display: 14px;
}

.complete_tour_desc {
  transition: all 0.35s linear;
}
.complete_tour_desc.add_some_space {
  padding-top: 180px;
}

.show-read-more .more-text {
  display: none;
}

/*-----*/
.mask {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.48);
  height: 100%;
  z-index: 99;
  display: none;
}

.mask.active {
  display: block;
}

/*------------*/
.inner_banner {
  min-height: auto !important;
  padding-bottom: 25px;
}

.inner_banner .booking_area {
  margin-top: 25px;
}

.inner_banner .banner_img_new {
  display: none;
}

.offer_riple {
  position: absolute;
  right: -33px;
  background-color: #b31f24;
  color: #fff;
  padding: 5px;
  width: 140px;
  text-align: center;
  transform: rotate(45deg);
}

@keyframes riple {
  0% {
    box-shadow: 0 0 0 0 rgba(179, 31, 36, 0.5), 0 0 0 0.1em rgba(179, 31, 36, 0.4), 0 0 0 0.5em rgba(179, 31, 36, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0.1em rgba(179, 31, 36, 0.4), 0 0 0 0.5em rgba(179, 31, 36, 0.3), 0 0 0 1em rgba(179, 31, 36, 0);
  }
}
.action_div {
  position: relative;
}

.flight_modify {
  background: #fff;
  border-radius: 25px;
  padding: 15px 30px;
  margin-top: 50px;
}

.flight_modify label {
  margin-right: 10px;
}

.flight_modify .form-control {
  background: #8c8c8c;
  border-radius: 15px;
  color: #fff;
}

.flight_modify .form-control::-moz-placeholder {
  color: #fff;
}

.flight_modify .form-control::placeholder {
  color: #fff;
}

.flight_modify [class*=col-] {
  border-right: 1px solid #8c8c8c;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flight_modify [class*=col-]:last-child {
  border: 0;
}

.flight_list {
  background: #fafafa;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0px 1px 10px 0.2px rgba(0, 0, 0, 0.18);
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
}
.flight_list .tourList_link {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.flight_list .link {
  background: #fff;
  height: 15px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.flight_list .link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 2px;
  background: #b31f24;
}

.flight_list .link.link1 {
  background: #fafafa;
  margin-bottom: 0;
}

.legend label {
  background: #fff;
  display: block;
  padding: 5px;
  border-radius: 15px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ffc619;
}

.legend p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
}

.legend p span {
  display: block;
  font-size: 16px;
}

.stop ul {
  display: flex;
  justify-content: space-between;
}

.stop ul li {
  font-size: 14px;
}

.stop ul li.stop_show {
  border-right: 1px solid #595a5a;
  margin-left: 10px;
  position: relative;
}

.stop ul li.stop_show span {
  width: 8px;
  height: 8px;
  background: #595a5a;
  border-radius: 50%;
  position: absolute;
  left: -3px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.stop ul li:last-child {
  border: 0;
  padding-right: 0;
  margin-right: 0;
  font-size: 13px;
}

.stop ul li span {
  display: block;
  width: 50px;
}

/*-------*/
.tour_title {
  display: flex;
  justify-content: space-between;
}

.tour_share {
  width: 12%;
}
.tour_share ul {
  margin-bottom: 0;
}
.tour_share ul .nav-item .nav-link {
  padding: 0;
}
.tour_share ul .nav-item .dropdown-toggle {
  color: #b31f24;
  text-decoration: none;
}
.tour_share ul .nav-item .dropdown-toggle:after {
  display: none;
}
.tour_share .dropdown-menu {
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  width: 45px;
  min-width: 45px;
  background-color: transparent;
  left: 12px !important;
  top: 5px !important;
}
.tour_share .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 8px 10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 6px;
}
.tour_share .dropdown-menu .dropdown-item:active {
  background-color: transparent;
  color: #000;
}
.tour_share .dropdown-menu .dropdown-item.facebook {
  background-color: #3b5999;
}
.tour_share .dropdown-menu .dropdown-item.whatsapp {
  background-color: #27a539;
}
.tour_share .dropdown-menu .dropdown-item.linkedin {
  background-color: #0177b6;
}
.tour_share .dropdown-menu .dropdown-item:hover {
  background-color: #000;
}

/*------------*/
.tour_mid h5 {
  line-height: 27px;
}

.departure_section_new:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f5b0";
  position: absolute;
  top: 5px;
  right: -20px;
}

.departure_section_new:before {
  content: "";
  position: absolute;
  top: 16px;
  right: -80px;
  width: 50px;
  height: 1px;
  background: #000;
}

.arrival_section_new:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f5af";
  position: absolute;
  top: 5px;
  left: -20px;
}

.arrival_section_new:before {
  content: "";
  position: absolute;
  top: 16px;
  left: -80px;
  width: 50px;
  height: 1px;
  background: #000;
}

/*------------*/
.search .nice-select .list li:first-child {
  display: none;
}

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

.fares_flight h2 {
  color: #595a5a;
  text-transform: uppercase;
  font-size: 23px;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 0;
}

.fares_flight h2 small.color {
  color: #b31f24;
  font-size: 17px;
  font-weight: normal;
  text-transform: capitalize;
}

.fares_flight .btn {
  background: #b31f24;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.fares_flight .btn:hover {
  background: #ffc619;
  color: #000;
}

.airline {
  text-align: center;
}

.airline img {
  width: 100px;
  margin: 0 auto;
}

.airline p {
  color: #595a5a;
}

.airline h5 {
  font-weight: normal;
  font-size: 14px;
}

.airline h5 i {
  color: #b31f24;
}

.line {
  height: 25px;
  background: #595a5a;
  width: 1px;
  margin: 10px auto;
}

.btn.btn_default {
  background: #ffc619;
  color: #000;
  border-color: #ffc619;
}

.btn.btn_default:hover {
  background: #b31f24;
  color: #fff;
  border-color: #b31f24;
}

#booking .btn {
  background: #ffc619;
  color: #000;
  border-color: #ffc619;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

#booking .btn:hover {
  background: #b31f24;
  color: #fff;
  border-color: #b31f24;
}

.add_dest {
  background: #b31f24;
  color: #fff;
  border-radius: 0;
  margin-left: 15px;
  margin-top: 15px;
}

.add_dest:hover {
  background: #000;
  color: #fff;
}

.filter .opt .custom-checkbox .custom-control-label {
  font-size: 0.8vw;
}
.filter h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #595a5a;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter h4 a {
  font-size: 13px;
  text-decoration: none;
  color: #b31f24;
}

.filter h4 a:hover {
  color: #353535;
}

.filter_row {
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 12px;
}
.filter_row .filter_toggler {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #363636;
  font-weight: 500;
  color: #b31f24;
  padding: 10px 12px;
  margin: -10px -12px;
}
.filter_row .filter_toggler i {
  transition: all 0.2s linear;
}
.filter_row .filter_toggler[aria-expanded=true] i {
  transform: rotate(180deg);
}
.filter_row .filter_toggler[aria-expanded=true] span i {
  transform: rotate(0);
}
.filter_row .inner_collaspe_area {
  padding-top: 15px;
}
.filter_row .inner_collaspe_area .custom-control-label {
  font-size: 15px;
  font-weight: 500;
}
.filter_row .inner_collaspe_area .custom-control {
  padding-bottom: 10px;
}

.filter_row h5 {
  color: #b31f24;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}

.filter_row .btn-group {
  display: flex;
  justify-content: space-between;
}

.filter_row .btn-group .btn {
  border-radius: 0;
  background-color: transparent;
  color: #b31f24;
  height: 2.5vw;
  line-height: 25px;
  font-size: 1vw;
  border-radius: 10px !important;
  margin-right: 0.5vw;
  width: 2.5vw;
}

.filter_row .btn-group .btn.active {
  background-color: #b31f24;
  color: #fff;
  border-color: #b31f24;
}

.filter_row .opt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.insurancce_row {
  border: 0;
  padding: 0;
}
.insurancce_row .opt {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.insurancce_row .opt strong {
  font-size: 13px;
}
.insurancce_row .opt:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.insurance_detail h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.insurance_detail .legend {
  text-align: center;
}
.insurance_detail .legend .custom-control-label {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  display: inline-block;
  color: #000;
  font-weight: 600;
}
.insurance_detail .legend .custom-control {
  padding-left: 10px;
}
.insurance_detail .sr_no {
  background-color: #b31f24;
  color: #fff;
  margin-left: -20px;
  margin-top: 1px;
  padding: 7px 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  width: 100%;
}
.insurance_detail h4 {
  font-size: 14px;
  text-align: center;
  border: 2px solid #fff;
  line-height: 29px;
  text-transform: uppercase;
  margin: 10px 0;
}
.insurance_detail .btn.booking {
  display: block;
  border-radius: 25px;
  text-transform: uppercase;
  background-color: #b31f24;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
}
.insurance_detail .btn.booking:hover {
  background-color: #ffc619;
  color: #000;
}

.insu_opt {
  display: flex;
  flex-wrap: wrap;
}
.insu_opt .flight_desc {
  width: 50%;
  padding: 0 15px;
  margin: 10px 0;
}

.coverage_travel {
  padding: 20px !important;
}
.coverage_travel h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.coverage_travel .table td {
  font-size: 14px;
}

.filter_row .opt h5 {
  font-size: 14px;
  color: #b3b0b0;
  margin-bottom: 0;
}

.custom-control-label {
  color: #595a5a;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 0;
  box-shadow: none;
  border-color: #ffc619;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ffc619;
  background-color: #ffc619;
  box-shadow: none;
}

.filter_icon {
  justify-content: flex-end;
  padding: 17px 0 0;
  display: none;
}

.filter_icon img {
  width: 35px;
}

.further_detail {
  margin-top: 25px;
}

.further_detail .btn {
  box-shadow: none !important;
}

.further_detail .btn[aria-expanded=true] i {
  transform: rotate(180deg);
}

.further_detail .card .flight_info {
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.further_detail .airline_info {
  display: flex;
}

.further_detail .airline_info img {
  margin-right: 10px;
  width: 60px;
}

.further_detail .airline_info p {
  line-height: 16px;
}

.further_detail .airline_info p small {
  display: block;
}

.further_detail .airline_info p strong {
  display: block;
  font-size: 12px;
}

.further_detail .offers {
  display: flex;
  justify-content: space-between;
}

.further_detail .offers li {
  color: #dcdcdc;
}

.further_detail .offers li.active i {
  color: #b31f24;
}

.fare-tabs {
  background: #303030;
  padding: 15px;
  height: 100%;
}

.fare-tabs .nav {
  border-bottom: 1px solid #595959;
  margin-bottom: 10px;
  flex-wrap: nowrap;
}

.fare-tabs .nav .nav-item .nav-link {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none !important;
  color: #fff;
  font-size: 14px;
  padding: 5px 12px 10px 10px;
}

.fare-tabs .nav .nav-item .nav-link.active {
  border-bottom: 1px solid #fff;
}

.fare-tabs .table {
  color: #fff;
  font-size: 13px;
}

.fare-tabs .table tr th {
  border-bottom: 1px solid #595959;
  border-top: 0;
}

.fare-tabs .table tr td {
  border-bottom: 1px solid #595959;
  border-top: 0;
}

.fare-tabs .table tr td h3 {
  margin-bottom: 0;
  font-size: 18px;
}

.fare-tabs .table tr td p {
  margin-bottom: 0;
  font-size: 12px;
  color: #b8b8b8;
}

.fare-tabs .table tr.border-none td {
  border-bottom: 0;
  padding-bottom: 0;
}

.fare-tabs .info h4 {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.fare-tabs .info p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
}

.fare-tabs .btn {
  width: 100%;
  margin-top: 8px;
  color: #fff;
  background: #b31f24;
}

.fare-tabs .btn:hover {
  background: #000;
}

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

.source_name h4 {
  font-size: 17px;
  margin-bottom: 0;
}

.source_name p {
  font-size: 13px;
  color: #003923;
}

.layover2 {
  max-width: 65%;
  flex: 0 0 65%;
  display: flex;
  justify-content: center;
  position: relative;
}

.layover2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #003923;
  top: 30px;
}

.layover2 .stops {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  text-align: center;
}

.layover2 .stops i {
  color: #b31f24;
}

.layover2 .stops span.dot {
  width: 10px;
  height: 10px;
  background-color: #003923;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-top: 12px;
}

.layover2 .stops span.name {
  color: #9b9999;
  margin-top: 5px;
}

.layover2 .stops span.duration {
  color: #003923;
  font-size: 12px;
}

/*-----------*/
.flight_info_colored {
  background: #b31f24;
  padding: 20px 25px;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.flight_info_colored h4 {
  color: #fff;
  text-align: right;
  line-height: 15px;
}

.flight_info_colored h4 span {
  display: block;
  font-size: 14px;
}

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

.info h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 28px;
}

.info h2 i {
  padding: 0 15px;
}

.info p {
  background: #ffc619;
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
  border-radius: 15px;
  border-radius: 20px;
  padding: 6px 30px;
}

/*---------*/
.callOTP_btn {
  text-align: center;
}
.callOTP_btn .btn {
  color: #b31f24;
  color: #b31f24;
  text-decoration: none;
  padding: 0;
  margin: 0 3px;
  vertical-align: baseline;
  font-weight: 500;
  border-bottom: 1px solid #b31f24;
  border-radius: 0;
}
.callOTP_btn .btn:hover {
  color: #000;
}

.timer span.text-danger {
  font-weight: 800;
  font-size: 18px;
}

/*---------*/
.flight_detail_row {
  background: #fafafa;
}

.airline_plan_info {
  background: #595a5a;
  padding: 25px;
  height: 100%;
}

.airline_plan_info ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.airline_plan_info ul li {
  color: #fff;
  display: flex;
  justify-content: center;
}

.airline_plan_info ul li img {
  width: 38px;
}

.airline_plan_info ul li h2 {
  font-size: 22px;
  color: #fff;
  margin-left: 10px;
  margin-bottom: 0;
}

.airline_plan_info ul li h2 span {
  display: block;
  font-size: 14px;
  font-family: Calibri-Regular;
}

.journey_info {
  padding: 10px 50px 0;
}

.journey_info ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.journey_info ul li p {
  color: #595a5a;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.journey_info ul li p label {
  background: #404040;
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding: 4px 25px;
  border-radius: 15px;
}

.journey_info ul:last-child {
  margin-bottom: 0;
}

.journey_info ul:last-child p label {
  margin-bottom: 0;
}

.journey_info h5 {
  font-size: 20px;
  color: #595a5a;
}

.layover {
  background: #ffc619;
  padding: 20px;
  position: relative;
  margin: 15px 0;
}

.layover h4 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.layover h4 span {
  display: block;
  text-transform: lowercase;
}

.layover p {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #595a5a;
}

.layover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -19px;
  height: 140px;
  z-index: -1;
  width: 2px;
  background-color: #595a5a;
}

.fares {
  margin-top: 25px;
}

.fares .airline_plan_info {
  background: #c0c0c0;
}

.fares .journey_info {
  padding: 15px 0;
}

.fares .journey_info ul {
  display: block;
}

.fares .journey_info ul li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.fares .journey_info ul li span {
  padding-right: 25px;
}

.fares .journey_info ul li.total {
  background: #b31f24;
  color: #fff;
  margin-bottom: -15px;
  padding: 15px 0 15px 30px;
  font-size: 20px;
}

.fares_accept {
  text-align: right;
  margin-top: 15px;
}

.fares_accept .btn {
  font-size: 17px;
  border-radius: 15px;
  width: 205px;
}

.blocks {
  background: #fafafa;
  padding: 15px;
  margin-bottom: 25px;
}

.blocks h4 {
  font-size: 22px;
  color: #b31f24;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blocks ul li {
  color: #595a5a;
  margin-bottom: 15px;
}

.right_info {
  position: relative;
  z-index: 1;
}

.right_info .flight_info_colored {
  margin-top: 10px;
}

.right_info .info {
  justify-content: center;
}

.right_info .info h2 {
  font-size: 19px;
}

.right_info .journey_info {
  padding: 10px 0;
}

.right_info .journey_info ul li p {
  font-size: 15px;
}

.right_info .journey_info ul li p label {
  font-size: 13px;
}

.right_info .journey_info h5 {
  font-size: 14px;
  margin-top: 20px;
}

.right_info .airline_plan_info {
  padding: 10px;
}

.right_info .airline_plan_info ul li {
  align-items: flex-start;
  font-size: 14px;
}

.right_info .airline_plan_info ul li img {
  width: 45px;
}

.right_info .layover {
  padding: 10px 15px;
}

.right_info .layover h4 {
  font-size: 14px;
}

.right_info .fares .journey_info ul li {
  font-size: 14px;
}

.right_info .fares .journey_info ul li.total {
  margin-left: -15px;
  margin-bottom: -10px;
  margin-right: -15px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 18px;
}

.right_info .fares .journey_info ul li span {
  padding-right: 0;
}

.tour_right_info h4 {
  font-size: 19px;
  font-weight: 600;
  color: #b31f24;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
.tour_right_info .date_duration {
  padding: 14px 5px;
  margin-top: 0;
}
.tour_right_info ul {
  background-color: #f1f1f1;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tour_right_info ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #fccbcb;
}
.tour_right_info ul li.with_counter .right_on {
  display: flex;
  width: 60%;
  align-items: center;
  justify-content: space-between;
}
.tour_right_info ul li.with_counter .input-group {
  margin-left: 15px;
  width: 55%;
}
.tour_right_info ul li.with_counter .input-group .input-group-btn {
  padding-left: 0;
}
.tour_right_info ul li.with_counter .input-group .form-control {
  width: 40% !important;
}
.tour_right_info ul li.with_counter .input-group .btn {
  border-radius: 0;
  color: #fff;
  background-color: #b31f24;
  font-size: 10px;
}
.tour_right_info ul li.with_counter .input-group .form-control {
  text-align: center;
  font-size: 10px;
}
.tour_right_info ul li span {
  color: #b31f24;
  font-weight: 500;
  padding-left: 5px;
  text-align: right;
}
.tour_right_info ul li.grand_total {
  background-color: #b31f24;
  color: #fff;
  padding-bottom: 0;
  margin: 0 -10px;
  padding: 10px 11px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.tour_right_info ul li.grand_total span {
  color: #fff;
  font-weight: 600;
}

.full_trip_detail .first_col {
  background-color: #b31f24;
  height: 100%;
  padding: 5px;
}
.full_trip_detail .first_col p {
  color: #fff;
  font-size: 0.9vw;
  text-align: center;
  margin-bottom: 0;
}
.full_trip_detail .flexi {
  padding: 10px 2px;
  margin: 0 5px 15px 5px;
  box-shadow: 0px 1px 10px 0.2px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  background-color: #fff;
}
.full_trip_detail .flexi a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #292828;
}
.full_trip_detail .flexi h3 {
  font-size: max(min(8px, 0.5vw), 10px);
  border-bottom: 1px solid #eae8e8;
  padding-bottom: 10px;
}
.full_trip_detail .flexi h3 i {
  font-size: 14px;
  margin-bottom: 8px;
}
.full_trip_detail .flexi h3 strong {
  display: block;
  font-size: max(min(14px, 0.5vw), 14px);
  margin-bottom: 0;
  color: #b31f24;
  font-weight: 500;
}
.full_trip_detail .flexi h3.rtn_date_day {
  margin-bottom: 0;
  border-top: 1px solid #eae8e8;
  padding-bottom: 0;
  border-bottom: 0;
  padding-top: 8px;
  margin-top: 8px;
}
.full_trip_detail .flexi h4 {
  font-size: 0.8vw;
  margin-bottom: 0;
}
.full_trip_detail .flexi h4 img {
  display: block;
  margin: 0 auto 5px;
  width: 50px;
  height: 20px;
}
.full_trip_detail .flexi h4 img.no_flight_date {
  height: auto;
  width: min(max(104px, 4vw), 110px);
}
.full_trip_detail .flexi h4 strong {
  display: block;
  font-size: 0.9vw;
  margin-bottom: 5px;
  color: #ffc619;
}

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

.session_footer .btn {
  background-color: #b31f24 !important;
  border-color: #b31f24 !important;
}

.session_footer .btn:hover {
  background-color: #000;
  color: #fff;
}

.modal-backdrop {
  background: #fff;
}

.modal-content {
  border-radius: 1.8rem;
  border: 0;
  box-shadow: 0 0 21px -7px #000;
}

.payment_opt ul {
  background: #fff;
}

.payment_opt ul li {
  border-bottom: 1px solid #ababab;
  margin-bottom: 15px;
}

.payment_opt ul li a {
  display: block;
  color: #595a5a;
  padding-bottom: 10px;
  text-decoration: none;
  font-size: 18px;
}

.payment_opt ul li a img {
  width: 90px;
  margin-right: 25px;
}

.payment_opt ul li a.active {
  color: #b31f24;
  background: #fff url(../images/small_check.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 21px;
}

.payment_opt .modal-footer {
  border: 0;
  padding-top: 0;
  justify-content: center;
}

.payment_opt .modal-footer .btn {
  background: #b31f24;
  color: #fff;
  border: 0;
  font-size: 17px;
  border-radius: 25px;
  padding: 7px 28px;
}

.payment_opt .modal-footer .btn:hover {
  background: #ffc619;
  color: #000;
}

#bank_details {
  text-align: center;
}
#bank_details h4 {
  color: #b31f24;
  font-size: 18px;
}
#bank_details p {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 15px;
}

.confirmation {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1.8rem;
  display: none;
}

.confirmation img {
  width: 130px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.select2-container--default .select2-selection--single,
.select2-container--open .select2-dropdown--below {
  left: 0;
  width: 100%;
  top: 0;
}

.select2-container span {
  width: 100%;
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url(../images/dropdown.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  right: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

/*-------------*/
.bg_gray {
  background: #fafafa;
  padding: 15px;
}

.top_message h3 {
  color: #19b861;
}

.top_message p {
  color: #595a5a;
}

.title_red {
  color: #b31f24;
  margin: 15px 0;
  width: -moz-fit-content;
  width: fit-content;
}

.user_info h4 {
  text-transform: uppercase;
  color: #b31f24;
  font-weight: 900;
  font-size: 20px;
}

.user_info label {
  color: #b31f24;
}

.user_info .form-control {
  border-radius: 5px;
  border-color: #ababab;
  height: 45px;
  margin-bottom: 15px;
}

.user_info select {
  background: #fff url("../images/dropdown.png");
  background-repeat: no-repeat;
  background-position: 95% 57%;
  background-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*------------*/
#email_modal .btn {
  background: #b31f24;
  color: #fff;
  border-color: #b31f24;
}

.label-info {
  background-color: #b31f24 !important;
}

/*------------*/
.action_button_control {
  text-align: right;
}

.action_button_control .btn {
  background: #ffc619;
  color: #000;
  border-color: #ffc619;
  border-radius: 0;
}

.action_button_control .btn:hover {
  background: #000;
  color: #fff;
}

.user_in {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.user_in .user_loyalti {
  cursor: pointer;
}
.user_in .user_loyalti .points_area {
  display: flex;
  align-items: center;
}
.user_in .user_loyalti .points_area .star {
  width: 44px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/silver.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.user_in .user_loyalti .points_area .star i {
  color: #fff;
  font-size: 13px;
}
.user_in .user_loyalti .points_area .points_get {
  background-color: #E9E9E9;
  padding: 3px 9px 3px 15px;
  margin-left: -15px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 3px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.user_in .user_loyalti .points_area.silver .star {
  background-image: url("../images/silver.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.user_in .user_loyalti .points_area.silver .points_get {
  background-color: #E9E9E9;
}
.user_in .user_loyalti .points_area.gold .star {
  background-image: url("../images/gold.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.user_in .user_loyalti .points_area.gold .points_get {
  background-color: #EFD311;
}
.user_in .user_loyalti .points_area.platinum .star {
  background-image: url("../images/platinum.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.user_in .user_loyalti .points_area.platinum .points_get {
  background-color: #5F728B;
  color: #fff;
}

.loyalti_modal_new .modal-lg {
  max-width: 1250px;
}
.loyalti_modal_new .modal-content {
  padding: 15px;
}
.loyalti_modal_new .modal-header {
  border-bottom: 0;
}
.loyalti_modal_new .modal-header .close {
  background-color: #000;
  color: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  padding: 0;
  margin-top: -38px;
}
.loyalti_modal_new .modal-header .top_headline {
  display: flex;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
  padding: 15px;
  border-left: 8px solid #b31f24;
}
.loyalti_modal_new .modal-header .info_icon {
  margin-right: 15px;
}
.loyalti_modal_new .modal-header .info_icon i {
  font-size: 25px;
  color: #b31f24;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px solid #b31f24;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loyalti_modal_new .modal-header h5 {
  color: #b31f24;
  font-size: 16px;
  padding: 0 10px;
  margin-bottom: 0;
}

.package {
  border-radius: 15px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.27);
  position: relative;
}
.package.active {
  transform: scale(1.07, 1.07);
  z-index: 9;
}
.package.active .check_me {
  position: absolute;
  top: 3px;
  left: 15px;
  color: #fff;
  font-size: 28px;
  z-index: 99;
}
.package .package_header {
  padding: 25px 15px;
  background-color: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.package .package_header h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 0;
}
.package .package_header:before {
  content: "";
  position: absolute;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.1);
  height: 200px;
  width: 200px;
  border-radius: 50%;
  top: 38px;
}
.package .package_header:after {
  content: "";
  position: absolute;
  right: -79px;
  background-color: rgba(255, 255, 255, 0.1);
  height: 200px;
  width: 200px;
  border-radius: 50%;
  top: -40px;
}
.package .package_body {
  padding: 20px 0;
  background-color: #fff;
}
.package .package_body ul {
  margin-bottom: 0;
}
.package .package_body ul li {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  font-size: 14px;
}
.package .package_body ul li i {
  color: #33AC0E;
  padding-right: 10px;
}
.package .package_body ul li:last-child {
  border-bottom: 0;
}
.package .package_footer {
  background-color: #000;
  text-align: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 15px;
}
.package .package_footer p {
  color: #fff;
  margin-bottom: 0;
}
.package.platinum .package_header {
  background: rgb(95, 114, 139);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(95, 114, 139) 0%, rgb(53, 70, 91) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5f728b", endColorstr="#35465b", GradientType=1);
  /* IE6-9 */
}
.package.platinum .package_footer {
  background: rgb(95, 114, 139);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(95, 114, 139) 0%, rgb(53, 70, 91) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5f728b", endColorstr="#35465b", GradientType=0);
  /* IE6-9 */
}
.package.gold .package_header {
  background: rgb(194, 174, 97);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(194, 174, 97) 0%, rgb(155, 141, 73) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c2ae61", endColorstr="#9b8d49", GradientType=1);
  /* IE6-9 */
}
.package.gold .package_footer {
  background: rgb(194, 174, 97);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(194, 174, 97) 0%, rgb(155, 141, 73) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c2ae61", endColorstr="#9b8d49", GradientType=0);
  /* IE6-9 */
}
.package.silver .package_header {
  background: rgb(167, 175, 184);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(167, 175, 184) 0%, rgb(135, 137, 141) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7afb8", endColorstr="#87898d", GradientType=1);
  /* IE6-9 */
}
.package.silver .package_footer {
  background: rgb(167, 175, 184);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(167, 175, 184) 0%, rgb(135, 137, 141) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7afb8", endColorstr="#87898d", GradientType=0);
  /* IE6-9 */
}
.package.vip .crown {
  position: absolute;
  top: -25px;
  right: -22px;
  color: #FAAD3B;
  font-size: 45px;
  z-index: 99;
  transform: rotate(45deg);
}
.package.vip .package_header {
  background: rgb(206, 71, 166);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(206, 71, 166) 0%, rgb(169, 45, 167) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce47a6", endColorstr="#a92da7", GradientType=1);
  /* IE6-9 */
}
.package.vip .package_footer {
  background: rgb(206, 71, 166);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(206, 71, 166) 0%, rgb(169, 45, 167) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce47a6", endColorstr="#a92da7", GradientType=0);
  /* IE6-9 */
}

.user_in .main_user {
  background: transparent;
  color: #000;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  box-shadow: none !important;
  padding: 0;
  padding-top: 0;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}
.user_in .main_user i {
  display: none;
}

.user_in .main_user img {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: all 0.5s ease;
}

.user_in .main_user span {
  margin-left: 5px;
  font-size: 12px;
  display: block;
  width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.user_in .main_user i {
  transform: rotate(0);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  ms-transform: rotate(180deg);
  o-transform: rotate(180deg);
  transition: all 0.2s linear;
}

.user_in .main_user.collapsed i {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  ms-transform: rotate(0);
  o-transform: rotate(0);
}

.user_in #user_setting {
  position: absolute;
  width: 300px;
  background: #f5f5f5;
  right: 0;
  top: 43px;
  z-index: 99;
  padding: 25px;
}

.user_in #user_setting ul {
  display: block;
  margin-bottom: 15px;
}

.user_in #user_setting ul li {
  display: block;
  margin-left: 0;
}

.user_in #user_setting ul li a {
  padding: 3px 0;
  display: block;
  color: #000;
  text-decoration: none;
}

.user_in #user_setting ul li a:hover {
  color: #b31f24;
}

.user_in #user_setting .btn {
  border-radius: 0;
}

.user_in #user_setting .btn i {
  margin-right: 8px;
}

.user_in #user_setting .btn:nth-child(2) {
  background: #828282;
  color: #fff;
  margin-right: 16px;
}

.user_in #user_setting .btn:nth-child(2):hover {
  background: #000;
  color: #fff;
}

.user_in #user_setting .btn:nth-child(3) {
  background: #b31f24;
  color: #fff;
}

.user_in #user_setting .btn:nth-child(3):hover {
  background: #000;
  color: #fff;
}

.filter {
  box-shadow: 0px 1px 10px 0.2px rgba(0, 0, 0, 0.18);
  padding: 10px 15px;
}
.filter.fixed {
  position: fixed;
  width: 255px;
  bottom: 24px;
  z-index: 999;
}
.filter.fixed_bottom {
  position: absolute;
  bottom: 24px;
  width: 255px;
  z-index: 999;
}

#modify .modal-header {
  padding: 15px;
}

#modify .booking_area {
  margin-top: 10px;
}

/*------------*/
.ticket-info .legend {
  background: #fff;
  border: 1px solid #b31f24;
  padding: 12px 20px;
  margin-bottom: 20px;
}

.ticket-info .legend p {
  font-size: 17px !important;
  color: #2d2b2b;
  margin-bottom: 0;
}

.ticket-info .legend p i {
  color: #b31f24;
  margin-right: 8px;
  margin-left: 15px;
}

.info_area {
  background: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.info_area ul {
  margin-bottom: 0;
}

.info_area ul li {
  font-size: 14px;
  text-transform: uppercase;
}

.info_area ul li strong {
  font-size: 14px;
}

.info_area ul li strong.confirm {
  color: #8dc63f;
}

.info_area ul li strong.pending {
  color: #b31f24;
}

.info_area ul li strong.cancel {
  color: #F50408;
}

.info_area ul li strong.refund {
  color: #1837F1;
}

.info_area ul li img {
  width: 45px;
  margin-right: 5px;
}

.reserve-top .info h5 {
  font-size: 17px;
}

.reserve-top .info h5 span {
  color: #b31f24;
}

.further_detail .info h2 {
  font-size: 22px;
}

/*------------*/
.offer_banner {
  position: relative;
}
.offer_banner .camera_wrap {
  margin-bottom: 25px;
}

.offer_banner img {
  width: 100%;
  border-left: 0;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour_detail_banner .gal_link {
  display: block;
  position: relative;
  margin: 10px;
}
.tour_detail_banner .gal_link img {
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.tour_detail_banner .gal_link[data-visibility=hidden] {
  display: none;
}
.tour_detail_banner .col-md-6 .gal_link img {
  height: 370px;
}
.tour_detail_banner .col-md-6 .col-md-6 .gal_link img {
  height: 175px;
}
.tour_detail_banner .col-md-12 .gal_link img,
.tour_detail_banner .col-md-4 .gal_link img {
  height: 370px;
}

.visa_module_detail .single_img .gal_link img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.visa_module_detail .col-md-5 {
  flex: 0 0 50%;
  max-width: 50%;
}
.visa_module_detail .col-md-5 .gal_link img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.visa_apply_modal {
  z-index: 9999;
}
.visa_apply_modal label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.visa_apply_modal .form-control {
  border-radius: 0;
  margin-bottom: 15px;
  height: 45px;
  font-size: 14px;
}

.tour_experiece_detail {
  background-color: #F5F5F5;
}

.tour_guide_details {
  display: flex;
  margin-bottom: 50px;
}
.tour_guide_details .guide_desc {
  text-align: center;
  width: 30%;
  margin-top: -50px;
}
.tour_guide_details .guide_desc img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  padding: 5px;
  margin-bottom: 10px;
}
.tour_guide_details .guide_desc h5 {
  font-weight: 600;
  color: #b31f24;
  margin-bottom: 5px;
}
.tour_guide_details .guide_desc p {
  color: #777777;
  font-size: 14px;
  margin-bottom: 8px;
}
.tour_guide_details .guide_desc .rater {
  display: flex;
  justify-content: center;
}
.tour_guide_details .guide_desc .rater h1 {
  font-size: 40px;
  margin-right: 5px;
}
.tour_guide_details .guide_desc .rater i {
  color: #ffc619;
}
.tour_guide_details .guide_desc .rater h6 {
  font-size: 12px;
  color: #6F6F6F;
  text-align: left;
}
.tour_guide_details .short_intro_for_guide {
  width: 70%;
  background-color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.17);
  padding: 15px;
  margin-top: 25px;
}
.tour_guide_details .short_intro_for_guide h2 {
  font-size: 22px;
  font-weight: 700;
}
.tour_guide_details .short_intro_for_guide h2 span {
  color: #b31f24;
  display: block;
  font-size: 20px;
  margin-top: 5px;
}
.tour_guide_details .short_intro_for_guide p {
  font-size: 14px;
  margin-bottom: 0;
}

.offer_banner .on_banner_button {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

.offer_banner .on_banner_button .btn {
  background: #b31f24;
  color: #fff;
  width: 210px;
  display: block;
  margin: 0 auto;
  padding: 7px 15px;
  border-radius: 25px;
}

.offer_banner .on_banner_button .btn:hover {
  background: #ffc619;
  color: #000;
}

.offer_banner .banner_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  width: 45%;
  margin: 0 auto;
}

.offer_banner .banner_text p {
  color: #ffc619;
  font-size: 20px;
}

.offer_banner .banner_text p span {
  display: block;
  color: #fff;
  font-size: 14px;
}

.offer_banner .banner_text h5 {
  display: inline-block;
  color: #fff;
  border: 1px dashed #000;
  border-radius: 15px;
  padding: 8px;
}

.gal_link img {
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #fff;
  width: 100%;
}

.offer_detail_new {
  margin-top: 25px;
}

.offer_block {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 #d4d4d4;
  background-color: #fff;
  margin-bottom: 25px;
}

.offer_block .have_bg {
  background: #fafafa;
  padding: 15px;
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #e1e1e1;
  color: #333;
  margin-bottom: 0;
}

.offer_block p {
  line-height: 27px;
  color: #666;
  padding: 15px;
  font-size: 14px;
  color: #9f9f9f;
}

.offer_block .table {
  font-size: 13px;
  margin-bottom: 0;
}

.offer_block ul {
  padding: 15px;
  margin-left: 15px;
}

.offer_block ul li {
  line-height: 34px;
  color: #666;
  font-size: 14px;
}

.offer_block h5 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 15px;
  padding-bottom: 0;
}

.offer_block h4 {
  font-size: 16px;
}

.offer_block h6 {
  font-size: 14px;
  font-weight: normal;
  color: #9f9f9f;
  line-height: 27px;
}

.offer_block .subscribe {
  position: relative;
  display: flex;
  align-items: center;
}

.offer_block .subscribe i {
  position: absolute;
  left: 10px;
  top: 50%;
  float: left;
  margin: -9px 0 0;
  color: #ccc;
}

.offer_block .subscribe .form-control {
  border: 1px solid #cdcecf !important;
  color: #bfbfbf;
  font-size: 14px;
  padding: 8px 8px 9px 35px;
  width: 75%;
  height: 45px;
  border-radius: 0;
}

.offer_block .subscribe .btn {
  width: 25%;
  height: 45px;
  background: #0493b4;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 0;
}

.inner_div {
  padding: 15px;
}

.book_this {
  background: #b31f24;
  color: #fff;
  border-radius: 0;
  font-size: 25px;
  margin-top: 25px;
  float: right;
}

.book_this:hover {
  background: #ffc619;
}

/*------------*/
select {
  display: none !important;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: white;
  border-radius: 0;
  border: solid 1px #ced4da;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  line-height: 37px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  text-transform: capitalize;
}

.nice-select p {
  color: rgba(0, 0, 0, 0.8);
  padding-right: 11px;
  padding-top: 0px;
  padding-bottom: 7px;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  opacity: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 35px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #f2f2f2;
  border-radius: 0;
  /* box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);*/
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 999;
  width: 100%;
  /*	max-height: 190px;
   	overflow-y: scroll;*/
  border: 1px solid #808080;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 39px;
  list-style: none;
  min-height: 39px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  border-bottom: 1px solid #118795;
}

.nice-select .option a {
  color: #000;
}

.nice-select .option a:hover {
  color: #000;
  color: #d9660a;
  text-decoration: none;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f2f2f2;
}

.nice-select .option:hover {
  color: #fff;
  background: #b31f24;
}

.nice-select .option.selected {
  font-weight: bold;
}

.offer_detail_new .nav-tabs .nav-item .nav-link {
  color: #5c5b5b;
  padding: 6px 40px;
}

.offer_detail_new .nav-tabs .nav-item .nav-link:hover {
  border: 1px solid transparent;
}

.offer_detail_new .nav-tabs .nav-item .nav-link.active {
  color: #b31f24;
  border: 0;
  border-bottom: 1px solid #b31f24;
}

.offer_detail_new .tab-content {
  margin-top: 20px;
}

.offer_detail_new .tab-content h6 i {
  color: #ffc619;
}

.offer_detail_new .tab-content iframe {
  width: 100%;
  height: 350px;
}

.review h4 {
  color: #b31f24;
  font-size: 20px;
  margin: 25px 0;
}

.review h5 {
  color: #ffc619;
  margin-bottom: 0;
}

.review h6 {
  margin-bottom: 0;
}

.review_percen {
  position: relative;
}

.review_percen .base {
  background: #ebebeb;
  width: 100%;
  border-radius: 25px;
  height: 35px;
}

.review_percen .fill {
  background: #b31f24;
  border-radius: 25px;
  height: 25px;
  margin-top: -30px;
  margin: -30px 6px 0;
}

.review_percen .fill.hindred {
  width: 100%;
}

.review_percen .fill.ninty {
  width: 90%;
}

.review_percen .fill.eighty {
  width: 80%;
}

.review_percen .fill.seventy {
  width: 70%;
}

.review_percen .fill.sixty {
  width: 60%;
}

.review_percen .fill.fifty {
  width: 50%;
}

.review_percen .fill.fourty {
  width: 40%;
}

.review_percen .fill.thirty {
  width: 30%;
}

.review_percen .fill.twenty {
  width: 20%;
}

.review_percen .fill.ten {
  width: 10%;
}

.user_review_img img {
  width: 80px;
  border-radius: 50%;
}

.user_review h6 {
  margin-bottom: 15px;
}

.user_review p {
  font-size: 13px;
}

.rating {
  text-align: center;
  width: 150px;
  display: block;
  margin: 0 auto;
}

.rating p {
  color: #ffc619;
  margin-bottom: 5px;
}

.rating i {
  color: #aeaeae;
  font-size: 25px;
}

.review_form label {
  color: #b31f24;
  margin-bottom: 5px;
}

.review_form textarea {
  height: 90px !important;
  max-height: 90px !important;
  max-width: 100%;
}

.review_form .form-control {
  margin-bottom: 20px;
  border-radius: 0;
  height: 45px;
}

.review_form .btn {
  width: 350px;
  background: #b31f24;
  color: #fff;
  border-radius: 0;
  display: block;
  text-transform: uppercase;
  margin: 0 auto;
  height: 35px;
}

.review_form .btn:hover {
  background: #ffc619;
  color: #000;
}

.review_form .nice-select:after {
  opacity: 1 !important;
}

/*------------*/
.centering {
  max-width: 1300px;
  margin: 50px auto;
  text-align: left;
}

.lightbox_overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.7;
  z-index: 999;
  cursor: pointer;
}

.lightbox {
  position: absolute;
  background: white;
  z-index: 1000;
}

.spinner {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  font-size: 50px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.close {
  position: absolute;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 1001;
}

.next_img {
  position: absolute;
  color: #fff;
  font-size: 50px;
  right: 10px;
  cursor: pointer;
  z-index: 1001;
  opacity: 0.9;
}

.next_img:hover {
  opacity: 1;
}

.prev_img {
  position: absolute;
  color: #fff;
  font-size: 50px;
  left: 10px;
  cursor: pointer;
  z-index: 1001;
  opacity: 0.9;
}

.prev_img:hover {
  opacity: 1;
}

/*------------*/
.cms_banner {
  position: relative;
}

.cms_banner .cms_banner_title {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.cms_banner .cms_banner_title h1 {
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px #000;
  font-size: 41px;
}

.about_us h2 {
  color: #b31f24;
  font-size: 30px;
}

.about_us h2 span {
  display: block;
  font-size: 20px;
}

.bg_area_text {
  background: #b31f24;
  padding: 30px 20px;
  text-align: center;
  margin: 20px 0;
}

.bg_area_text h3 {
  color: #fff;
}

.bg_area_text h3 span {
  display: block;
}

.about_us h4 {
  color: #b31f24;
}

.about_us ul {
  padding-left: 0;
  list-style-position: inside;
}

.about_us ul li {
  line-height: 40px;
}

/*------------*/
/*----TOURSIM SECTION------*/
.hotel_offer img {
  border: 0;
}

.infos {
  padding: 15px;
}

.infos h3 {
  color: #b31f24;
  font-size: 22px;
  padding: 15px 0;
  margin-bottom: 0;
}

.infos .bg {
  background: #fafafa;
  padding: 15px;
}

.infos label {
  color: #b31f24;
}

.infos label:hover ~ label {
  color: #b31f24;
}

.infos .form-control {
  height: 50px;
  border: 1px solid #ababab;
  font-size: 14px;
  border-radius: 7px;
}

.infos select {
  display: block !important;
}

.infos textarea {
  max-height: 150px;
  max-width: 100%;
  height: 150px !important;
}

.infos .btn.plan {
  background: #b31f24;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 300px;
  margin-top: 15px;
  font-size: 18px;
}

.infos .btn.plan:hover {
  background: #ffc619;
  color: #000;
}

.increamenter .form-control {
  padding-left: 0;
  border-radius: 0;
  text-align: center;
}

.increamenter .btn {
  background: #b31f24;
  color: #fff;
  border-radius: 0;
  height: 50px;
}

.increamenter .btn i {
  position: relative;
  top: auto;
  transform: translateY(0);
  left: 0;
  color: #fff;
}

.top_search h4 {
  font-size: 20px;
}
.top_search ul li img {
  width: 5vw !important;
}

.top_search h4 a {
  color: #b31f24;
}

.top_search .contact_now {
  background: #636363;
  color: #fff;
  padding: 8px 20px;
  font-size: 18px;
  border-radius: 8px;
  text-decoration: none;
}

.top_search .contact_now:hover {
  background: #b31f24;
}

.tour_img {
  position: relative;
}
.tour_img span.experience {
  bottom: 7px;
  top: auto;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  color: #b31f24;
  text-transform: uppercase;
  padding: 7px;
  font-size: 16px;
  left: 0;
  right: 0;
}

.tour_banner {
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.24);
  padding-right: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  margin: 20px 0px;
  position: relative;
}
.tour_banner img {
  width: 100%;
  height: 320px;
  border-radius: 15px;
}
.tour_banner .absolute-carousel {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

.tour_heading {
  color: #2c2b2b;
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 12px;
  border-left: 10px solid #B31F24;
}

.tour_experiece_listing {
  background-color: #fff;
  border: 1px solid #b31f24;
}
.tour_experiece_listing .bottom_sec {
  background: #FAFAFA;
}

.experience_tour_desc {
  display: flex;
}
.experience_tour_desc .tour_guide_info {
  text-align: center;
  width: 150px;
  margin-right: 15px;
}
.experience_tour_desc .tour_guide_info img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 5px;
}
.experience_tour_desc .tour_guide_info h4 {
  color: #b31f24;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.experience_tour_desc .tour_guide_info i {
  color: #ffc619;
  font-size: 14px;
}
.experience_tour_desc .tour_guide_info p {
  color: #6F6F6F;
  font-size: 11px;
}

.social_share {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.social_share:hover ul {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
}
.social_share emp {
  display: block;
  background-color: #b31f24;
  border-radius: 50%;
  color: #fff;
  height: 36px;
  width: 36px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2px;
}
.social_share emp i {
  display: block;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
}
.social_share emp:hover i {
  color: #ffc619;
}
.social_share ul {
  margin-bottom: 0;
  margin-top: -10px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.2s ease-in-out;
}
.social_share ul li {
  padding: 2px;
}
.social_share ul li a {
  text-decoration: none;
}
.social_share ul li a:hover i {
  transform: scale(1.1, 1.1);
}
.social_share ul li a i {
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #b31f24;
  text-align: center;
  line-height: 35px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.social_share ul li a i.fa-facebook-f {
  background-color: #4267B2;
}
.social_share ul li a i.fa-twitter {
  background-color: #00acee;
}
.social_share ul li a i.fa-whatsapp {
  background-color: #4fce5d;
}
.social_share ul li a i.fa-linkedin-in {
  background-color: #006fa6;
}

.tour_img .swiper-container {
  height: auto;
}

.tour_img img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.tour_img .swiper-pagination {
  opacity: 1;
  bottom: 0;
}

.tour_img .swiper-pagination .swiper-pagination-bullet-active {
  background: #b31f24;
}

.tour_img .swiper-button-prev,
.tour_img .swiper-button-next,
.tour_img .button-next,
.tour_img .button-prev {
  width: 15px;
  height: 25px;
  filter: brightness(1) sepia(10) hue-rotate(0) saturate(0);
  background-color: #fff;
  padding: 14px;
  border-radius: 5px;
  background-size: 10px;
}

.tour_credintial h6 {
  opacity: 1;
}
.tour_credintial h6 i {
  opacity: 1;
}
.tour_credintial h6 span {
  font-size: 12px;
  margin-top: 7px;
  color: #b31f24;
}
.tour_credintial .tour_price {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 17px;
  margin-top: 15px;
}
.tour_credintial .table {
  margin-bottom: 5px;
}
.tour_credintial .table tr td {
  border: 1px solid #f6f6f6;
  color: #b31f24;
  font-size: 12px;
  padding: 9px;
  font-weight: 500;
}
.tour_credintial p {
  margin-bottom: 6px;
}
.tour_credintial p i {
  margin-right: 8px;
  color: #b31f24;
}
.tour_credintial .faciilites {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
}
.tour_credintial .faciilites li {
  padding-right: 15px;
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0px;
  display: flex;
  align-items: center;
}
.tour_credintial .faciilites li i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
  color: #b31f24;
}
.tour_credintial .faciilites li.social_share {
  position: relative;
  display: block;
  padding: 0;
  margin-left: auto;
  top: 0;
  right: 0;
}
.tour_credintial .faciilites li.social_share emp i {
  width: auto;
  margin: 0;
}
.tour_credintial .faciilites li.social_share ul {
  position: absolute;
  z-index: 99999;
}
.tour_credintial .faciilites li.social_share ul li {
  padding-right: 0;
  display: block;
}
.tour_credintial .faciilites li.social_share ul li i {
  width: 35px;
  margin-right: 0;
}
.tour_credintial .major_faciilites {
  display: flex;
  margin-bottom: 0;
  padding: 18px 0;
  padding-top: 10px;
  margin-top: 10px;
}
.tour_credintial .major_faciilites li {
  padding-right: 30px;
  padding-left: 0 !important;
}
.tour_credintial .major_faciilites li:before {
  display: none;
}
.tour_credintial .major_faciilites li img {
  width: 35px;
  height: 35px;
  opacity: 0.3;
}
.tour_credintial .major_faciilites li.active img {
  opacity: 1;
  filter: invert(19%) sepia(57%) saturate(3933%) hue-rotate(342deg) brightness(84%) contrast(102%);
}

.transportation {
  position: relative;
  text-align: center;
}

.transportation i {
  color: #b31f24;
  margin-top: 9px;
}

.transportation:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 25px;
  top: 18px;
  background: #000;
}

.transportation:after {
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
  width: 25px;
  top: 18px;
  background: #000;
}

.trip_desc h4 {
  font-size: 21px;
  color: #383535;
  font-weight: 500;
}

.trip_desc h4 span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.trip_desc h4 span small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.trip_desc h4 span i {
  color: #ccc;
}

.date_duration {
  text-align: center;
  background: #fff;
  padding: 7px 0;
  margin: 10px 0 0;
}

.date_duration h5 {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
}

.date_duration h5 i {
  font-size: 16px;
  color: #b31f24;
  margin-right: 5px;
  margin-left: 5px;
}

.facilities {
  margin-top: 15px;
}

.facilities p {
  font-size: 14px;
}

.facilities p i {
  margin-right: 8px;
  color: #b31f24;
}

.facilities ul.car_desc li {
  line-height: 32px;
  font-size: 15px;
}

.facilities ul.car_desc li i {
  color: #b31f24;
  width: 30px;
  text-align: center;
  display: inline-block;
}

.facilities ul.car_desc li img {
  width: 20px;
  height: auto;
}

.tour_facility {
  margin-top: 0;
}

.tour_facility h5 {
  font-size: 15px;
  margin-bottom: 0;
}

.tour_facility .row.align-items-center {
  margin-bottom: 5px;
}

.includes h4 {
  font-size: 20px;
}

.includes ul {
  margin-bottom: 0;
}

.includes ul li {
  font-size: 14px;
  line-height: 28px;
}

.includes ul li i {
  color: green;
  padding-right: 10px;
}

.rent_car .alert {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rent_car img {
  height: auto;
  width: 80%;
}

.rent_car_gallery .gallery-top .swiper-slide img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bottom_sec {
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom_sec h1 small {
  color: #2f2f2f;
  font-size: 18px !important;
  font-weight: bold !important;
}
.bottom_sec .btn {
  background: #b31f24;
  border-radius: 25px;
  padding: 4px 16px;
  color: #fff;
}

.modify_hotel .btn {
  background: #b31f24;
  color: #fff;
  border-radius: 0;
}

.modify_hotel .btn:hover {
  background: #ffc619;
  color: #000;
}

.bottom_sec .btn:hover {
  background: #ffc619;
  color: #000;
}

.bottom_sec ul {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom_sec ul li {
  padding: 0 15px;
  border-right: 1px solid #ffc619;
}

.bottom_sec ul li:last-child {
  border-right: 0;
}

.bottom_sec ul li a {
  color: #000;
  text-decoration: none;
}

.bottom_sec ul li a:hover {
  color: #b31f24;
}

.tour_desc {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-color: #fff;
  position: absolute;
  width: 362px;
  transition: all 0.3s linear;
}
.tour_desc.right_fixed {
  position: fixed;
  top: 12.5%;
  width: 363px;
  height: auto !important;
}
.tour_desc.right_fixed.right_absolute {
  top: 12.5%;
}
.tour_desc.new_tour_desc {
  top: 0;
  position: relative;
  width: 100%;
  margin-top: 25px;
}
.tour_desc.new_tour_desc.right_fixed {
  position: relative;
  top: 0;
  width: 100%;
}
.tour_desc.new_tour_desc .other_experience {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.tour_desc.new_tour_desc .other_experience:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tour_desc.new_tour_desc .other_experience .img {
  margin-right: 25px;
}
.tour_desc.new_tour_desc .other_experience .img img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.tour_desc.new_tour_desc .other_experience .desc h4 {
  font-size: 19px;
}
.tour_desc.new_tour_desc .other_experience .desc div {
  display: flex;
  align-items: center;
}
.tour_desc.new_tour_desc .other_experience .desc div i {
  color: #ffc619;
  font-size: 12px;
  margin: 0 2px;
}
.tour_desc.new_tour_desc .other_experience .desc div p {
  margin-bottom: 0;
  font-size: 12px;
}
.tour_desc.new_tour_desc .other_experience .desc a {
  color: #b31f24;
  text-decoration: underline;
  font-size: 14px;
}
.tour_desc.new_tour_desc .other_experience .desc a:hover {
  color: #000;
}
.tour_desc .request_experience_btn,
.tour_desc .campaign_btn {
  display: block;
  background-color: #b31f24;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 15px;
}
.tour_desc .request_experience_btn:hover,
.tour_desc .campaign_btn:hover {
  background-color: #000;
}

#more_details,
#campaign_modal {
  z-index: 9999;
}
#more_details label,
#campaign_modal label {
  text-transform: uppercase;
  font-size: 14px;
}
#more_details .form-control,
#campaign_modal .form-control {
  border-radius: 0;
  border-color: #ffc619;
  margin-bottom: 15px;
  font-size: 14px;
  height: 45px;
}
#more_details .modal-footer,
#campaign_modal .modal-footer {
  border-top: 0;
  padding-top: 0;
  justify-content: center;
}
#more_details .modal-footer .btn,
#campaign_modal .modal-footer .btn {
  font-size: 14px;
}
#more_details .modal-footer .btn.btn-primary,
#campaign_modal .modal-footer .btn.btn-primary {
  background-color: #b31f24;
  color: #fff;
  border-color: #b31f24;
}
#more_details .traveller_selection,
#campaign_modal .traveller_selection {
  padding-bottom: 0;
  margin-bottom: 0;
}

.tour_desc .ui-datepicker {
  width: 100% !important;
}

.inner_desc_trip {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #f7f7f7;
  padding: 15px;
}

.inner_desc_trip h5 {
  font-size: 16px;
}
.inner_desc_trip h1 {
  font-size: 36px;
  font-weight: bold;
}
.inner_desc_trip h1 span {
  display: block;
  font-size: 14px;
}
.inner_desc_trip h1 small {
  font-size: 18px;
  color: #b31f24;
  font-weight: 600;
}
.inner_desc_trip .filter_row {
  border: 0;
  padding: 0;
}
.inner_desc_trip .filter_row .btn-group {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.inner_desc_trip .filter_row .btn-group::-webkit-scrollbar {
  width: 0.2em;
}
.inner_desc_trip .filter_row .btn-group::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  height: 5px;
}
.inner_desc_trip .filter_row .btn-group::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.inner_desc_trip .filter_row .btn-group .btn {
  width: auto;
  white-space: nowrap;
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 600;
}
.inner_desc_trip .filter_row .btn-group .btn:hover {
  color: #fff;
}
.inner_desc_trip .filter_row .btn-group .btn:focus, .inner_desc_trip .filter_row .btn-group .btn:visited, .inner_desc_trip .filter_row .btn-group .btn:active {
  box-shadow: none;
  outline: none;
  border: 0;
}
.inner_desc_trip .nice-select {
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 36px;
  height: 52px;
  border: 1px solid #ffc619;
  font-weight: 500;
  font-size: 15px;
}
.inner_desc_trip .nice-select:after {
  opacity: 1;
  margin-top: -7px;
  right: 15px;
  border-bottom: 1px solid #b31f24;
  border-right: 1px solid #b31f24;
}
.inner_desc_trip .nice-select:focus, .inner_desc_trip .nice-select:visited, .inner_desc_trip .nice-select:active {
  box-shadow: none;
  outline: none;
}
.inner_desc_trip .selection {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-right: 0;
}
.inner_desc_trip .selection .traveler_block_opt {
  left: 0;
  padding-left: 10px;
}
.inner_desc_trip .selection .form-control {
  background-position: 98%;
}

.user_document_page {
  margin-top: 50px;
}
.user_document_page h2 {
  font-size: 20px;
  text-transform: capitalize;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.user_document_page h2 span {
  color: #b31f24;
  font-size: 25px;
  display: block;
  font-weight: 500;
}
.user_document_page h2 small {
  display: block;
  font-size: 16px;
  margin-top: 15px;
}
.user_document_page .inner_doc_area {
  padding: 5px 15px;
}
.user_document_page .inner_doc_area:nth-child(odd) {
  background-color: #fffbfb;
  border-top: 1px solid #fad6d6;
  border-bottom: 1px solid #fad6d6;
}
.user_document_page .inner_doc_area .btn-info {
  background-color: transparent;
  border-color: #b31f24;
  color: #b31f24;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
}
.user_document_page .inner_doc_area .btn-info:hover {
  background-color: #b31f24;
  color: #fff;
}
.user_document_page .inner_doc_area .row {
  align-items: center;
}
.user_document_page .btn_default {
  width: 300px;
  margin: 0 auto;
  display: block;
  margin-top: 25px;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.travller .dropdown-toggle:after {
  display: none;
}
.travller .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  width: 320px;
}
.travller .dropdown-menu .card {
  border: 0;
}
.travller .dropdown-menu .card h5 {
  border-top: 1px solid rgba(204, 204, 204, 0.09);
  padding-top: 10px;
  margin-top: 0;
}
.travller .dropdown-menu .card .custom-control-label {
  font-size: 14px;
}

.traveller_selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.traveller_selection .age {
  display: flex;
  width: 70%;
  align-items: center;
  margin-right: 15px;
}
.traveller_selection .age img {
  width: 35px;
  padding-right: 10px;
}
.traveller_selection .age span {
  font-size: 13px;
  position: relative;
}
.traveller_selection .age span small {
  display: block;
  font-size: 10px;
  position: relative;
  left: 0;
  height: auto;
}
.traveller_selection .input-group .btn {
  margin-top: 0;
  background: #b31f24;
  color: #fff;
  display: block;
  width: 100%;
}
.traveller_selection .input-group .form-control {
  text-align: center;
  border: 0;
}

.inner_desc_trip .datepicker .ui-widget.ui-widget-content {
  margin: 0 auto !important;
}

.inner_desc_trip .datepicker .ui-widget.ui-widget-content .ui-icon,
.inner_desc_trip .datepicker .ui-widget.ui-widget-content .ui-widget-content .ui-icon {
  background-image: url("https://code.jquery.com/ui/1.10.4/themes/ui-lightness/images/ui-icons_222222_256x240.png") !important;
}

.tour_detail_new {
  padding-top: 10px;
  margin-bottom: 20px;
}
.tour_detail_new h2 {
  font-size: 24px;
  font-weight: 600;
}

.tour_detail_new h1 {
  font-size: 36px;
}

.mtz-monthpicker {
  margin-bottom: 0;
}
.mtz-monthpicker .ui-state-default {
  background: #fff;
}

.mtz-monthpicker.mtz-monthpicker-year {
  display: inline-block !important;
  font-family: "Montserrat", sans-serif;
  color: #000;
  height: 40px;
  padding: 2px 10px;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid #ffc619;
  border-radius: 0;
  width: 170px;
}
.mtz-monthpicker.mtz-monthpicker-year:focus, .mtz-monthpicker.mtz-monthpicker-year:visited, .mtz-monthpicker.mtz-monthpicker-year:active {
  outline: none;
  border-color: #ffc619;
  border-radius: 0;
  box-shadow: none;
}

.itinery {
  margin-top: 25px;
  padding: 15px;
  border: 1px solid #f7f7f7;
  margin-bottom: 25px;
}

.itinery .days {
  align-items: center;
  margin-bottom: 25px;
}

.itinery .days .date_item {
  margin-right: 15px;
}

.itinery .days .date_item h2 {
  font-size: 25px;
  color: #b31f24;
}

.itinery .days .date_item h2 span {
  font-size: 19px;
  color: #666;
}

.itinery .day_desc {
  padding: 10px;
  background: #fefefe;
  width: 100%;
  border: 1px solid #f6f6f6;
}

.itinery .day_desc ul {
  margin-bottom: 0;
  display: flex;
}

.itinery .day_desc ul li {
  font-size: 14px;
  padding: 0 8px;
}

.itinery .day_desc ul li i {
  color: #000;
  width: 23px;
  text-align: center;
  margin-right: 5px;
}

.itinery .day_desc h5 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.itinery .day_desc h5 .btn {
  padding: 6px 12px;
  color: #fff !important;
  border-radius: 0;
  display: block;
  margin-top: 8px;
  background-color: #b31f24;
  width: 185px;
}

.itinery .day_desc h5 .btn:hover {
  background-color: #000;
  color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #b31f24 !important;
  color: white;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 0.9em;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #ffc619;
  outline: 1px solid #ffc619;
}

/*--------*/
.rentcar_details_extras .custom-checkbox .custom-control-label:before {
  width: 2rem;
  height: 2rem;
  border-color: #b72025;
}

.rentcar_details_extras .custom-checkbox .custom-control-label:after {
  width: 2rem;
  height: 2rem;
}

#rentcar_booking_form .form-control {
  border-radius: 0;
  height: 45px;
  margin-bottom: 20px;
  font-size: 14px;
}

.rentcar_price_summary h2 {
  font-weight: bold;
}

.rentcar_price_summary h2 span {
  color: #aa2023;
  font-size: 24px;
}

/*--------*/
.offer_detail_new .form-group i {
  padding-right: 8px;
}

.offer_banner #hotelCarousel img {
  height: 375px;
  margin-bottom: 0;
}

.day_desc .pass_row {
  display: flex;
  justify-content: space-between;
}

.day_desc .pass_row .left_area h4 {
  font-size: 16px;
}

.day_desc .pass_row .left_area h4 span {
  display: block;
  font-size: 12px;
  color: #555555;
}

.day_desc .pass_row .right_area .form-control {
  width: 60px;
  text-align: center;
  border: 0;
  margin-top: -3px;
  padding: 0;
  background: transparent;
}

.day_desc .pass_row .right_area .input-group-btn {
  background: #b31f24;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  box-shadow: none !important;
}

.day_desc .pass_row .right_area .input-group-btn .btn {
  padding: 0;
}

.day_desc .pass_row .right_area .input-group-btn .btn:focus {
  box-shadow: none !important;
}

.day_desc .pass_row .right_area .input-group-btn i {
  font-size: 10px;
  color: #fff;
  vertical-align: initial;
  margin-top: 0;
}

.btn_red {
  background: #b31f24;
  color: #fff;
  border-radius: 0;
  width: 150px;
}

.btn_red:hover {
  background: #000;
  color: #fff;
}

/*------------*/
.hotel_detail_new {
  margin-top: 35px;
}
.hotel_detail_new .card {
  background: #fafafa;
  margin-bottom: 25px;
}
.hotel_detail_new h2 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #b31f24;
  margin-bottom: 15px;
}

.hotel_room_sec {
  position: relative;
}
.hotel_room_sec img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel_room_sec h2 {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.hotel_room_sec h2 span {
  background-color: #b31f24;
  color: #fff;
  font-size: 11px;
  padding: 6px;
}
.hotel_room_sec h2 span.non {
  background-color: #b31f24;
}
.hotel_room_sec h2 span.fund {
  background-color: #0CCA00;
}
.hotel_room_sec h3 {
  background-color: #efefef;
  color: #000;
  font-size: 20px;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hotel_room_sec h3 span {
  font-size: 14px;
  font-weight: 500;
}
.hotel_room_sec h3 span a {
  color: #000;
  text-decoration: none;
}

.room_detail_modal .modal-header {
  border-bottom: 0;
  padding: 7px;
}
.room_detail_modal .modal-header .close {
  top: 0 !important;
  background-color: #b31f24;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 5px;
}
.room_detail_modal .modal-footer {
  border-top: 0;
}

.room_detail_modal {
  padding-top: 15px;
}
.room_detail_modal h5 {
  color: #b31f24;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.room_detail_modal p {
  font-size: 14px;
}
.room_detail_modal ul li {
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.room_detail_modal ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #b31f24;
  margin-right: 5px;
  display: block;
}

.further_room_detail {
  padding-top: 0;
}
.further_room_detail .room_reservation_action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  background-color: #fff;
  padding: 15px;
}
.further_room_detail h1 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0;
}
.further_room_detail h1 small {
  font-size: 14px;
  color: #b31f24;
  font-weight: 500;
}
.further_room_detail h1 span {
  display: block;
  font-size: 14px;
}
.further_room_detail .btn {
  background-color: #b31f24;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.further_room_detail .btn:hover {
  background-color: #000;
}
.further_room_detail ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.further_room_detail ul li {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}
.further_room_detail ul li a {
  color: #000;
}
.further_room_detail .form-inline .form-group {
  justify-content: space-between;
  flex: 0 0 100%;
}
.further_room_detail .form-inline .form-group label {
  font-size: 13px;
}
.further_room_detail .form-inline .form-group .form-control {
  width: 70%;
  display: block !important;
  margin-bottom: 0 !important;
  border-radius: 0;
}

/*------------*/
.trip_rate .date_duration h5 {
  padding: 10px 5px;
}

.trip_rate table {
  text-align: center;
}

.trip_rate table td {
  font-weight: 900;
  font-size: 17px;
}

.trip_rate .promocode {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.trip_rate .promocode .btn {
  background: #b31f24;
  color: #fff;
  text-transform: capitalize;
  border-radius: 0;
  width: 110px;
}

.trip_rate .promocode .form-control {
  border-radius: 0;
}

.trip_rate .promocode .btn:hover {
  background: #000;
}

/*----RENT A CAR--------*/
.rent_a_car {
  background: #fff;
  height: 98%;
  padding: 10px;
}

.rent_a_car .swiper-slide {
  display: flex;
  align-items: center;
}

.rent_a_car img {
  background: #fff;
  widows: 100%;
  height: auto;
}

.rent_car_du {
  text-align: left;
}

.rent_car_du h5:first-child {
  margin-bottom: 10px;
}

.rent_car_du h5 i {
  font-size: 13px;
  margin-right: 6px;
  margin-left: 6px;
  vertical-align: baseline;
}

.date_duration h5 i img {
  width: 18px;
}

.rent_car_facilities h4 {
  font-size: 18px;
  font-weight: bold;
}

.rent_car_facilities ul {
  display: flex;
}

.rent_car_facilities ul li {
  font-size: 13px;
  padding-right: 10px;
}

.rent_car_facilities ul li:last-child {
  padding-right: 0;
}

.rent_car_facilities ul li i {
  color: #199A00;
}

/*------------*/
.pnr_status {
  margin-bottom: 30px;
}
.pnr_status .highlighted {
  background-color: #FFE8DD;
  text-align: center;
  padding: 1px;
}
.pnr_status .highlighted p {
  margin-bottom: 0;
  padding: 15px 10px;
  font-weight: 500;
  color: #F87C3E;
}
.pnr_status .highlighted.success {
  background-color: #c8fcc0;
}
.pnr_status .highlighted.success p {
  color: #099900;
}
.pnr_status .highlighted.cancel {
  background-color: #fcc0c0;
}
.pnr_status .highlighted.cancel p {
  color: #b31f24;
}
.pnr_status .action_perform {
  padding: 15px;
  text-align: center;
  background-color: rgba(252, 252, 252, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pnr_status .action_perform .btn {
  background-color: #b31f24;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  margin: 0 5px;
}
.pnr_status .action_perform .btn i {
  padding-right: 10px;
}
.pnr_status .action_perform .btn:hover {
  background-color: #ffc619;
  color: #000;
}

.have_shadow {
  box-shadow: 0px 1px 10px 0.2px rgba(0, 0, 0, 0.18);
}

.booking_iternary {
  padding: 15px;
  padding-left: 22px;
}

.inner_iternary {
  background-color: #FAFAFA;
  position: relative;
  border: 1px solid #D1D1D1;
  border-radius: 15px;
  padding: 10px;
  padding-top: 30px;
  margin-top: 5px;
  margin-bottom: 30px;
}
.inner_iternary .badge {
  background-color: #b31f24;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: -15px;
  top: -10px;
  padding: 10px 40px;
  border-radius: 20px;
}
.inner_iternary .badge p {
  margin-bottom: 0;
}
.inner_iternary .res_code {
  background-color: #fff;
  padding: 15px;
  display: flex;
  justify-content: center;
}
.inner_iternary .res_code li {
  font-weight: 600;
  padding: 0 20px;
  font-size: 14px;
}
.inner_iternary .res_code li span {
  color: #b31f24;
  padding-left: 5px;
}
.inner_iternary .table {
  font-size: 14px;
}
.inner_iternary .table tr td {
  border-top: 0;
  border-bottom: 1px solid #dee2e6;
  padding: 5px;
}
.inner_iternary .table tr td span {
  display: block;
  font-weight: 600;
  color: #000;
  font-size: 13px;
  margin-top: 0;
}
.inner_iternary .table tr td a {
  color: #3CA500;
}
.inner_iternary .table tr td a:hover {
  color: #b31f24;
}
.inner_iternary .airline_desc {
  display: flex;
  align-items: center;
  width: 102.6%;
  background-color: rgba(255, 255, 255, 0.6);
  margin: -30px -10px 0;
  padding-top: 40px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom: 1px solid #D1D1D1;
}
.inner_iternary .airline_desc img {
  width: 100px;
}
.inner_iternary .airline_desc span {
  padding-left: 15px;
}
.inner_iternary .plane_details_new {
  display: flex;
}
.inner_iternary .plane_details_new p {
  color: #000;
  font-weight: 500;
}
.inner_iternary .plane_details_new p small {
  display: block;
  color: #969696;
}
.inner_iternary .plane_details_new .stay {
  border: 1px solid #ccc;
  color: #696969;
  padding: 5px 8px;
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
}
.inner_iternary .plane_details_new .left_portion {
  padding-right: 25px;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.inner_iternary .plane_details_new .left_portion p:last-child {
  margin-bottom: 0;
}
.inner_iternary .plane_details_new .left_portion:before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #b31f24;
  z-index: 1;
}
.inner_iternary .plane_details_new .left_portion:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 42px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #b31f24;
  z-index: 1;
}
.inner_iternary .plane_details_new .right_portion {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.inner_iternary .plane_details_new .right_portion:after {
  content: "";
  position: absolute;
  left: -35px;
  bottom: 50px;
  z-index: 0;
  width: 2px;
  height: 70%;
  border-radius: 50%;
  border: 1px dashed #707070;
}
.inner_iternary .plane_details_new .right_portion p {
  margin-bottom: 0;
}
.inner_iternary .border_right {
  border-right: 1px solid #bcbcbc;
}

.summaries {
  padding: 10px;
  margin-bottom: 30px;
}
.summaries h4 {
  color: #b31f24;
  font-size: 18px;
  font-weight: 600;
}
.summaries ul {
  margin-bottom: 0;
}
.summaries ul li {
  display: flex;
  justify-content: space-between;
  color: #000;
  padding: 15px 0;
  font-size: 14px;
  border-bottom: 1px solid #EFEFEF;
}
.summaries ul li.gr_total {
  border-top: 1px solid #000;
  border-bottom: 0;
  font-weight: 600;
}
.summaries ul li.gr_total strong {
  color: #b31f24;
}
.summaries .custom-control {
  padding: 15px 0;
  border-bottom: 1px solid #EFEFEF;
  padding-left: 1.5rem;
}
.summaries .custom-control img {
  width: 70px;
}
.summaries .custom-control img.bank {
  width: 40px;
}
.summaries .custom-control-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  color: #000;
  font-size: 14px;
}
.summaries .custom-control-label:before, .summaries .custom-control-label:after {
  top: 50%;
  transform: translateY(-50%);
}
.summaries .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #b31f24;
  background-color: #b31f24;
}
.summaries .btn {
  background-color: #b31f24;
  color: #fff;
  border-radius: 0;
  width: 100%;
}
.summaries .btn:hover {
  background-color: #ffc619;
  color: #000;
}

.more_flight_desc {
  margin-top: 25px;
  padding: 20px;
}
.more_flight_desc h4 {
  color: #b31f24;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.more_flight_desc p {
  font-size: 14px;
}

/*-----KAHANI-------*/
.kahani_banner img {
  width: 100%;
  height: 350px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.presenter {
  background-color: #fff;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin-top: -70px;
  border-radius: 15px;
  margin-bottom: 50px;
}
.presenter .img {
  text-align: center;
  margin-top: -60px;
  margin-bottom: 15px;
}
.presenter .img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
  padding: 3px;
}
.presenter h3 {
  color: #b31f24;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.presenter p {
  text-align: center;
  font-style: italic;
  font-weight: 600;
}
.presenter .experties li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.presenter .experties li span {
  color: #A0A0A0;
}
.presenter .social {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.presenter .social li a {
  color: #000;
  padding: 0 3px;
  font-size: 18px;
}
.presenter .social li a:hover {
  color: #b31f24;
}

.preenter_info {
  padding-top: 25px;
}
.preenter_info h2 {
  font-weight: 700;
  margin-bottom: 20px;
}
.preenter_info p {
  color: #767676;
  text-align: justify;
}

/*-----VISA MODULE STYLE-------*/
.visa_top_area {
  padding: 20px;
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.visa_top_area p {
  font-size: 14px;
  text-align: center;
}
.visa_top_area h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 35px;
}
.visa_top_area h1 img {
  width: 50px;
}
.visa_top_area [class*=col]:last-child .inner_visa_desc {
  border: 0;
}
.visa_top_area .inner_visa_desc {
  border-right: 1px solid #000;
  margin-bottom: 25px;
}
.visa_top_area .inner_visa_desc h4 {
  color: #b31f24;
  text-align: center;
  font-size: 18px;
}
.visa_top_area .inner_visa_desc h4 span {
  font-weight: normal;
  color: #232323;
  display: block;
  margin-top: 15px;
}

.visa_more_desc h4 {
  font-size: 18px;
  color: #b31f24;
}
.visa_more_desc ul li {
  display: flex;
  align-items: baseline;
}
.visa_more_desc ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b31f24;
  margin-right: 15px;
  padding-right: 10px;
}

.visa_imp_notes {
  padding: 20px;
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.visa_imp_notes h3 {
  color: #b31f24;
  margin-bottom: 30px;
}
.visa_imp_notes ul li {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
  font-size: 14px;
}
.visa_imp_notes ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b31f24;
  margin-right: 15px;
  padding-right: 10px;
}

.visa_price {
  padding: 16px;
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
}
.visa_price h3 {
  color: #b31f24;
  font-weight: 600;
  margin-bottom: 25px;
}
.visa_price ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}
.visa_price ul li:last-child {
  border: 0;
}
.visa_price ul li span {
  color: #b31f24;
}
.visa_price .btn {
  background-color: #b31f24;
  color: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 25px;
  font-size: 14px;
  width: 150px;
}
.visa_price .btn:hover {
  background-color: #000;
}

.visa_inputs .flyFrom_div span.twitter-typeahead {
  display: block !important;
}

/*-----MOSAFIR SOCIAL-------*/
.social_banner img {
  height: 500px;
}

.social_desc {
  padding: 40px 0;
}
.social_desc p {
  font-size: 14px;
  line-height: 32px;
}
.social_desc h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #59E971;
  margin-bottom: 20px;
}
.social_desc .read_more {
  display: block;
  margin-bottom: 15px;
}
.social_desc h5 {
  font-size: 18px;
  font-weight: 500;
}
.social_desc ul li {
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 30px;
  text-align: justify;
  color: #212529;
}
.social_desc ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00B400;
  display: inline-block;
  margin-right: 15px;
}
.social_desc ul li span {
  color: #00B400;
  font-weight: 600;
}
.social_desc .read_more_content {
  display: block;
  text-decoration: none;
  color: #00B400;
  margin-bottom: 15px;
}
.social_desc .read_more_content:hover {
  color: #000;
}
.social_desc .read_more_content[aria-expanded=false] .less {
  display: none;
}
.social_desc .read_more_content[aria-expanded=true] .less {
  display: block;
}
.social_desc .read_more_content[aria-expanded=true] .more {
  display: none;
}

.anchor {
  margin-top: -70px;
  visibility: hidden;
  display: block;
  height: 70px;
}

.social_bgColor {
  background-color: #F9F9F9;
  padding: 30px 0;
}
.social_bgColor .social_head {
  display: flex;
  justify-content: space-between;
}
.social_bgColor .social_head .pont_navi {
  background-color: transparent;
}
.social_bgColor .social_head .pont_navi ul li a:hover, .social_bgColor .social_head .pont_navi ul li a.active {
  color: #00B400;
  border-color: #00B400;
}
.social_bgColor .social_head .pont_navi.pont_navi-fixed {
  background-color: #00B400;
  z-index: 99;
}
.social_bgColor .social_head .pont_navi.pont_navi-fixed ul li a {
  color: #fff;
}
.social_bgColor .social_head .pont_navi.pont_navi-fixed ul li a.active {
  border-color: #fff;
  color: #0f0;
}
.social_bgColor h2 {
  color: #00B400;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.social_bgColor .vission_mission {
  background-color: #fff;
  border-right: 6px solid #59E971;
  padding: 15px;
  margin-bottom: 15px;
  height: 100%;
}
.social_bgColor .vission_mission h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
}
.social_bgColor .vission_mission p {
  color: #212529;
  font-size: 14px;
  text-align: justify;
}

.inclusion {
  background: #000;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}
.inclusion .container {
  position: relative;
  z-index: 9;
}
.inclusion h5 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}
.inclusion p {
  color: #fff;
  font-size: 14px;
  text-align: justify;
  line-height: 28px;
}
.inclusion ul li {
  color: white;
  line-height: 35px;
  margin-bottom: 0;
  font-size: 14px;
}
.inclusion ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00B400;
  display: inline-block;
  margin-right: 15px;
}
.inclusion .parallax-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  left: 0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 1;
}

.donate {
  background: #00B400;
  color: #fff;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 3px;
  z-index: 10;
}
.donate i {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 46%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 26px;
}
.donate .slider {
  background: #627aac;
}
.donate .slider {
  content: "";
  position: absolute;
  top: 0;
  right: 51px;
  width: 0px;
  height: 50px;
  background: #59E971;
  border-radius: 3px;
  transition: all 0.5s 0.3s ease;
}
.donate .slider p {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 50px;
  opacity: 0;
  transition: all 0.6s ease;
}
.donate:hover .slider {
  width: 180px;
  transition: all 0.5s ease;
}
.donate:hover .slider p {
  opacity: 1;
  transition: all 1s 0.2s ease;
}

/*----ACCESSIBLITY----*/
.accessibility_tab {
  display: flex;
  position: fixed;
  top: 200px;
  left: -215px;
  transition: all 0.3s linear;
  z-index: 99;
}
.accessibility_tab .icon {
  background-color: #00B400;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.accessibility_tab .icon i {
  font-size: 18px;
}
.accessibility_tab .tab_links {
  background-color: #fff;
  border: 1px solid #00B400;
  padding: 15px 0;
  padding-bottom: 0;
}
.accessibility_tab .tab_links h3 {
  padding: 0 15px;
  font-size: 20px;
}
.accessibility_tab .tab_links ul {
  margin-bottom: 0;
}
.accessibility_tab .tab_links ul li a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: #333333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
}
.accessibility_tab .tab_links ul li a i {
  color: #00B400;
  width: 30px;
}
.accessibility_tab .tab_links ul li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.accessibility_tab .tab_links ul li:last-child a {
  border-bottom: 0;
}
.accessibility_tab.open {
  left: 0;
}

/*-------------*/
body.fontsize-1 h1,
body.fontsize-1 h3,
body.fontsize-1 h4,
body.fontsize-1 h5,
body.fontsize-1 h6,
body.fontsize-1 h7,
body.fontsize-1 p,
body.fontsize-1 span,
body.fontsize-1 emp,
body.fontsize-1 strong,
body.fontsize-1 li {
  font-size: 120% !important;
}
body.fontsize-1 h2 {
  font-size: 210% !important;
}
body.fontsize-2 h1,
body.fontsize-2 h2,
body.fontsize-2 h3,
body.fontsize-2 h4,
body.fontsize-2 h5,
body.fontsize-2 h6,
body.fontsize-2 h7,
body.fontsize-2 p,
body.fontsize-2 span,
body.fontsize-2 emp,
body.fontsize-2 strong,
body.fontsize-2 li {
  font-size: 140% !important;
}
body.fontsize-2 h2 {
  font-size: 260% !important;
}
body.fontsize-3 h1,
body.fontsize-3 h2,
body.fontsize-3 h3,
body.fontsize-3 h4,
body.fontsize-3 h5,
body.fontsize-3 h6,
body.fontsize-3 h7,
body.fontsize-3 p,
body.fontsize-3 span,
body.fontsize-3 emp,
body.fontsize-3 strong,
body.fontsize-3 li {
  font-size: 160% !important;
}
body.fontsize-3 h2 {
  font-size: 310% !important;
}
body.fontsize-4 h1,
body.fontsize-4 h2,
body.fontsize-4 h3,
body.fontsize-4 h4,
body.fontsize-4 h5,
body.fontsize-4 h6,
body.fontsize-4 h7,
body.fontsize-4 p,
body.fontsize-4 span,
body.fontsize-4 emp,
body.fontsize-4 strong,
body.fontsize-4 li {
  font-size: 180% !important;
}
body.fontsize-4 h2 {
  font-size: 360% !important;
}
body.fontsize-5 h1,
body.fontsize-5 h2,
body.fontsize-5 h3,
body.fontsize-5 h4,
body.fontsize-5 h5,
body.fontsize-5 h6,
body.fontsize-5 h7,
body.fontsize-5 p,
body.fontsize-5 span,
body.fontsize-5 emp,
body.fontsize-5 strong,
body.fontsize-5 li {
  font-size: 200% !important;
}
body.fontsize-5 h2 {
  font-size: 410% !important;
}
body.grayscale_me {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
body.highcontras_me {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}
body.highcontras_me .fixed-header {
  background-color: #000 !important;
}
body.highcontras_me .fixed-header .toggle-button .menu-bar-middle,
body.highcontras_me .fixed-header .toggle-button .menu-bar-top,
body.highcontras_me .fixed-header .toggle-button .menu-bar-bottom {
  border-color: #fff;
}
body.highcontras_me h1,
body.highcontras_me h2,
body.highcontras_me h3,
body.highcontras_me h4,
body.highcontras_me h5,
body.highcontras_me h6,
body.highcontras_me h7,
body.highcontras_me p,
body.highcontras_me span,
body.highcontras_me emp,
body.highcontras_me strong,
body.highcontras_me li,
body.highcontras_me p {
  color: #fff !important;
}
body.highcontras_me a {
  color: #0080FF !important;
}
body.highcontras_me .social_bgColor,
body.highcontras_me .vission_mission,
body.highcontras_me footer,
body.highcontras_me .accessibility_tab .tab_links {
  background-color: #000 !important;
}
body.negative_me {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}
body.negative_me .fixed-header {
  background-color: #000 !important;
}
body.negative_me .fixed-header .toggle-button .menu-bar-middle,
body.negative_me .fixed-header .toggle-button .menu-bar-top,
body.negative_me .fixed-header .toggle-button .menu-bar-bottom {
  border-color: #fff;
}
body.negative_me h1,
body.negative_me h2,
body.negative_me h3,
body.negative_me h4,
body.negative_me h5,
body.negative_me h6,
body.negative_me h7,
body.negative_me p,
body.negative_me span,
body.negative_me emp,
body.negative_me strong,
body.negative_me li,
body.negative_me p {
  color: #ffff00 !important;
}
body.negative_me a {
  color: #ffff00 !important;
}
body.negative_me .social_bgColor,
body.negative_me .vission_mission,
body.negative_me footer,
body.negative_me .accessibility_tab .tab_links {
  background-color: #000 !important;
}
body.lightBg_me {
  background-color: #fff !important;
}
body.lightBg_me .social_bgColor {
  background-color: #fff !important;
}
body.lightBg_me h1,
body.lightBg_me h2,
body.lightBg_me h3,
body.lightBg_me h4,
body.lightBg_me h5,
body.lightBg_me h6,
body.lightBg_me h7,
body.lightBg_me p,
body.lightBg_me span,
body.lightBg_me emp,
body.lightBg_me strong,
body.lightBg_me li,
body.lightBg_me p,
body.lightBg_me a {
  color: #000 !important;
}
body.link_underline_done a {
  text-decoration: underline !important;
}
body.readAble_text h1,
body.readAble_text h2,
body.readAble_text h3,
body.readAble_text h4,
body.readAble_text h5,
body.readAble_text h6,
body.readAble_text h7,
body.readAble_text p,
body.readAble_text span,
body.readAble_text emp,
body.readAble_text strong,
body.readAble_text li,
body.readAble_text p,
body.readAble_text a {
  font-weight: 600 !important;
}

/*------------*/
.group_ticket {
  background-color: #fff;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  padding: 10px;
}
.group_ticket .title {
  position: relative;
  text-align: center;
}
.group_ticket .title h3 {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 20px;
  align-items: center;
}
.group_ticket .title h3 span {
  font-size: 14px;
}
.group_ticket .title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#bf000000", GradientType=0);
  /* IE6-9 */
}
.group_ticket .desc {
  padding: 20px;
  padding-bottom: 10px;
  text-align: center;
}
.group_ticket .desc p {
  color: #999999;
  text-align: justify;
  font-size: 14px;
}
.group_ticket .desc .btn {
  width: 50%;
  border-radius: 0;
  background-color: #b31f24;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.group_ticket .desc .btn:hover {
  background-color: #000;
}

/*------------*/
footer {
  background: #fff;
  padding: 35px 0;
  margin-top: 70px;
  text-align: center;
  border-top: 1px solid #ccc;
}

footer p {
  color: #9f9f9f;
  margin-bottom: 0;
}

footer .links {
  display: flex;
  justify-content: center;
}

footer .links li a {
  color: #9f9f9f;
  text-decoration: none;
  padding-right: 15px;
}

footer .links li a:hover {
  color: #b31f24;
}

footer .social {
  display: flex;
  justify-content: center;
}

footer .social li a {
  color: #9f9f9f;
  border: 1px solid #9f9f9f;
  padding: 5px;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  display: block;
  text-align: center;
  border-radius: 50%;
}

footer .social li a:hover {
  border-color: #b31f24;
  color: #b31f24;
}

footer .partners_program {
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}
footer .partners_program li .jazz-logo {
  width: 55px;
  margin: 0px 10px;
}
footer .partners_program li .u-logo {
  width: 55px;
  margin: 10px;
  margin-top: 15px;
}
footer .partners_program li .zong-logo {
  width: 55px;
  margin: 0px 10px;
}

/*-------BLOG---------------*/
.page_title_forBlog {
  position: relative;
  padding: 50px 0;
  background-color: #F5F5F5;
  border-bottom: 1px solid #EEE;
}
.page_title_forBlog h1 {
  color: #333;
  font-size: 28px;
}
.page_title_forBlog p {
  margin-bottom: 0;
  font-weight: 300;
  color: #777;
  font-size: 18px;
}
.page_title_forBlog ul {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
}
.page_title_forBlog ul li {
  color: #b31f24;
  padding-left: 0.5rem;
}
.page_title_forBlog ul li a {
  color: #555;
  text-decoration: none;
}
.page_title_forBlog ul li:after {
  display: inline-block;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.page_title_forBlog ul li:last-child:after {
  display: none;
}

.listing_blogInner {
  background-color: #fafafa;
  border: 2px solid #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  padding: 15px;
}
.listing_blogInner img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 18px;
}
.listing_blogInner h3 {
  color: #333;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing_blogInner ul {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.listing_blogInner ul li {
  font-size: 13px;
  line-height: 14px;
  margin: 0 10px 0 0;
  color: #999;
  font-style: italic;
}
.listing_blogInner ul li i {
  margin-right: 3px;
}
.listing_blogInner p {
  line-height: 1.8;
  font-size: 14px;
  max-height: 190px;
  overflow: hidden;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.listing_blogInner .btn {
  background-color: #b31f24;
  color: #fff;
  border-radius: 25px;
  width: 180px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  margin-top: 15px;
  font-size: 14px;
}
.listing_blogInner .btn:hover {
  background-color: #ffc619;
  color: #000;
}

.blog_pagination {
  margin-top: 15px;
}
.blog_pagination .pagination {
  justify-content: center;
}
.blog_pagination .pagination .page-item.active .page-link {
  background-color: #b31f24;
  border-color: #b31f24;
  color: #fff;
}
.blog_pagination .pagination .page-item .page-link {
  color: #b31f24;
}

.title_heading {
  margin-bottom: 25px;
}
.title_heading h1 {
  font-size: 30px;
  font-weight: 500;
  color: #444;
}
.title_heading ul {
  margin-bottom: 0;
  display: flex;
  font-size: 14px;
}
.title_heading ul li {
  font-size: 13px;
  line-height: 14px;
  margin: 0 10px 0 0;
  color: #999;
  font-style: italic;
}
.title_heading ul li a {
  color: #555;
  text-decoration: none;
}
.title_heading ul li:after {
  display: inline-block;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.title_heading ul li:last-child:after {
  display: none;
}

.entry_content p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}
.entry_content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #EEE;
}
.entry_content blockquote p {
  font-weight: 500;
  font-style: italic;
  font-size: 17px;
}

.tagcloud {
  margin-bottom: 50px;
  margin-top: 20px;
}
.tagcloud a {
  display: block;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 3px 6px;
  border: 1px solid #E5E5E5;
  font-size: 13px !important;
  color: #666;
  border-radius: 2px;
  text-decoration: none;
}
.tagcloud a:hover {
  border-color: #b31f24;
  color: #b31f24;
}

.si_share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.si_share p {
  margin-bottom: 0;
}
.si_share ul {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.si_share ul li a {
  border-radius: 0;
  font-size: 15px;
  color: #555;
  display: block;
  padding: 5px 8px;
}
.si_share ul li a:hover {
  color: #b31f24;
}

.author_info .card-header strong a {
  color: #b31f24;
}
.author_info .card-body .author_img {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 15px;
}
.author_info .card-body .author_img img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

/*-----------COMMENTS-----------*/
.blog_comments {
  margin-top: 50px;
}
.blog_comments h3 strong {
  color: #b31f24;
}

.commentlist {
  list-style: none;
  margin: 40px 0 50px;
}

#reviews .commentlist {
  padding-bottom: 30px;
  margin: 0 0 20px;
}

.commentlist ul {
  list-style: none;
}

.commentlist li,
.commentlist li ul,
.commentlist li ul li {
  margin: 30px 0 0 0;
}

.commentlist ul:first-child {
  margin-top: 0;
}

.commentlist li {
  position: relative;
  margin: 30px 0 0 30px;
}

#reviews .commentlist li {
  margin-top: 20px;
}

.comment-wrap {
  position: relative;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 20px 20px 20px 35px;
}

.commentlist ul .comment-wrap {
  margin-left: 25px;
  padding-left: 20px;
}

#reviews .comment-wrap {
  border: 0;
  padding: 10px 0 0 35px;
}

.commentlist > li:first-child,
#reviews .commentlist > li:first-child {
  padding-top: 0;
  margin-top: 0;
}

.commentlist li .children {
  margin-top: 0;
}

.commentlist li li .children {
  margin-left: 30px;
}

.commentlist li .comment-content,
.pingback {
  position: relative;
  overflow: hidden;
}

.commentlist li .comment-content p,
.pingback p {
  margin: 20px 0 0 0;
}

.commentlist li .comment-content {
  padding: 0 0 0 15px;
}

.commentlist li .comment-meta {
  float: left;
  margin-right: 0;
  line-height: 1;
}

.comment-avatar {
  position: absolute;
  top: 15px;
  left: -35px;
  padding: 4px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
}

.comment-avatar img {
  display: block;
  border-radius: 50%;
}

.commentlist li .children .comment-avatar {
  left: -25px;
}

.comment-content .comment-author {
  margin-bottom: -10px;
  font-size: 16px;
  font-weight: bold;
  color: #555;
}

.comment-content .comment-author a {
  border: none;
  color: #333;
}

.comment-content .comment-author a:hover {
  color: #1ABC9C;
}

.comment-content .comment-author span {
  display: block;
}

.comment-content .comment-author span,
.comment-content .comment-author span a {
  font-size: 12px;
  font-weight: normal;
  font-family: "Crete Round", serif;
  font-style: italic;
  color: #AAA;
}

.comment-content .comment-author span a:hover {
  color: #888;
}

.comment-reply-link,
.review-comment-ratings {
  display: block;
  position: absolute;
  top: 4px;
  left: auto;
  text-align: center;
  right: 0px;
  width: 14px;
  height: 14px;
  color: #CCC;
  font-size: 14px;
  line-height: 1;
}

.review-comment-ratings {
  width: auto;
  color: #333;
}

.comment-reply-link:hover {
  color: #888;
}

.leave_comment h3 {
  margin-bottom: 30px;
}
.leave_comment h3 strong {
  color: #b31f24;
}
.leave_comment label {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 10px;
  font-size: 14px;
}
.leave_comment .form-control {
  border: 2px solid #DDD;
  border-radius: 0;
  margin-bottom: 25px;
}
.leave_comment .btn {
  border-radius: 0;
  background-color: #b31f24;
  color: #fff;
}
.leave_comment .btn:hover {
  background-color: #ffc619;
  color: #000;
}

.blog_right h3 {
  color: #b31f24;
  font-size: 22px;
  margin-bottom: 35px;
}
.blog_right .carousel {
  margin-bottom: 60px;
}
.blog_right .carousel-inner img {
  margin-bottom: 0;
  height: 155px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_right .carousel-inner .hero {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.related_blog {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #ccc;
}
.related_blog:last-child {
  border-bottom: 0;
}
.related_blog a {
  text-decoration: none;
  display: flex;
}
.related_blog a .img {
  width: 40%;
  margin-right: 10px;
}
.related_blog a .img img {
  border-radius: 4px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.related_blog a .desc {
  width: 60%;
}
.related_blog a .desc h5 {
  font-size: 14px;
  color: #333;
}
.related_blog a .desc p {
  color: #6C6C6C;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0;
}
.related_blog a:hover .desc h5 {
  color: #b31f24;
}

.see_more_btn_blog {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  padding: 6px 12px;
  text-transform: uppercase;
  color: #b31f24;
  text-align: center;
  text-decoration: none;
}
.see_more_btn_blog img {
  width: 25px;
}
.see_more_btn_blog:hover {
  background-color: #b31f24;
  border-color: #b31f24;
}

#commentBtn {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  padding: 6px 12px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #b31f24;
}
#commentBtn:hover {
  background-color: #b31f24;
  border-color: #b31f24;
}

/*----------------------*/
@media screen and (max-width: 1396px) {
  .logo img {
    width: 190px;
  }
  .search .form-control {
    font-size: 15px;
  }
  .banner_img_new h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
  .logo img {
    width: 140px;
  }
  .parent_nav {
    width: 70%;
  }
}
@media screen and (max-width: 941px) {
  .banner {
    height: auto !important;
    min-height: 500px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .logo img {
    width: 110px;
  }
  .header {
    padding: 5px 5px 5px;
  }
  .next_desti .swiper-button-prev {
    left: -15px;
  }
  .next_desti .swiper-button-next {
    right: -15px;
  }
  .locations .desc {
    width: 90%;
    margin-top: -35px;
  }
  .inner_banner {
    min-height: 130px;
  }
  .selection .form-control {
    margin-bottom: 10px;
  }
  #pills-multicity .selection .form-control {
    margin-bottom: 0;
  }
  .flight_modify {
    margin-top: 25px;
  }
  .flight_modify label {
    width: 65px;
  }
  .flight_modify [class*=col-]:nth-child(even) {
    border-right: 0;
  }
  footer p {
    font-size: 14px;
  }
  footer .links li a {
    padding-right: 10px;
    font-size: 14px;
  }
  .filter_icon {
    display: flex;
  }
  .sorting {
    background-color: #fff;
    position: absolute;
    top: 0;
    height: 100%;
    width: 280px;
    max-width: 280px;
    margin-right: -350px;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: 0.25s;
    z-index: 13;
    right: 0;
  }
  .sorting.sorting-show {
    margin-right: 0;
  }
  .journey_info {
    padding: 10px 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .booking_area .parent_content .btn.default {
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .flight_modify [class*=col-] {
    border-right: 0;
  }
  .flight_modify .form-control {
    width: 80%;
  }
  #pills-multicity .selection .form-control {
    margin-bottom: 10px;
  }
  .icon {
    text-align: left;
    margin-bottom: 10px;
  }
  .icon p {
    text-align: left;
  }
  footer {
    text-align: center;
  }
  footer p {
    margin-bottom: 15px;
  }
  footer ul {
    justify-content: center !important;
  }
  .container {
    max-width: 95%;
    margin: 0 auto;
  }
  .flight_info_colored h4 {
    margin-top: 15px;
  }
  .flying {
    width: 100%;
  }
  .banner_img_new h1 {
    font-size: 46px;
    margin-top: -8rem;
  }
}
@media screen and (max-width: 530px) {
  .fares_flight h2 {
    font-size: 4.7vw;
    color: #b31f24;
  }
  .legend label {
    font-size: 12px;
  }
  .legend p {
    font-size: 3vw;
  }
  .stop ul li {
    font-size: 2.5vw;
  }
  .stop ul li.stop_show {
    margin-left: 0;
    margin-right: 10px;
  }
  .stop ul li:last-child {
    font-size: 2.5vw;
  }
  .line {
    height: 25px;
  }
  .flight_modify .form-control {
    width: 75%;
  }
  .flight_modify label {
    width: 20%;
  }
  .banner_img_new h1 {
    margin-top: -18vw;
    font-size: 8vw;
  }
}
@media screen and (max-width: 440px) {
  .parent_nav .nav-link {
    padding: 7px 14px 20px;
    font-size: 14px;
  }
  .child_nav .nav-item .nav-link {
    padding: 6px 10px;
    font-size: 13px;
  }
  .info p {
    padding: 6px 10px;
    font-size: 14px;
  }
  .info h2 {
    font-size: 21px;
  }
  .side_menu .check {
    font-size: 3vw;
    text-transform: capitalize;
  }
  .user_in .main_user span {
    font-size: 3vw;
  }
  .header {
    padding: 5px 0;
  }
  .search {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .banner_img_new h1 {
    margin-top: 0;
    font-size: 5vw;
  }
  .carousel-inner .carousel-item img {
    margin-bottom: 50px;
    display: none !important;
  }
  .logo {
    display: flex;
    align-items: center;
  }
  .logo .toggle-button {
    margin-right: 8px;
    width: 26px;
  }
  .parent_nav {
    height: auto;
    flex-direction: row !important;
    justify-content: center;
    margin-bottom: 13px;
    padding: 0;
  }
  .scroll {
    display: none;
  }
  .parent_nav .nav-link {
    border-top: 1px solid #ffc619;
    padding: 10px 15px;
  }
  .inner_row {
    margin-top: 0;
  }
  .child_nav .nav-item .nav-link.active:after {
    top: 32px;
  }
  .return_date_new {
    padding-right: 0 !important;
  }
  .next_desti h2 {
    margin-bottom: 20px !important;
    font-size: 6vw;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .inner_form h3 {
    font-size: 6vw;
  }
  .contact_form {
    margin-top: 25px;
  }
  .carousel-caption {
    padding-bottom: 0;
    bottom: 0;
    position: relative;
    left: 0;
    padding-top: 0;
  }
  .scroll_dottom {
    display: none;
  }
  .next_desti {
    padding: 10px 0;
  }
  .double_date.disable .disabled_span {
    left: 3px;
    width: 97%;
  }
  .app_section {
    text-align: center;
    margin-top: 50px;
  }
  .app_section ul {
    justify-content: center;
  }
  .app_section ul li {
    margin-right: 15px;
    margin-left: 0;
  }
  footer {
    margin-top: 50px;
  }
  .typeahead {
    z-index: 9999;
  }
  .selection {
    z-index: 9;
  }
  .double_date {
    z-index: 8;
  }
  .ui-datepicker.ui-datepicker-multi {
    width: 80% !important;
  }
  .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100% !important;
  }
  .travller .collapsing,
  .travller .collapse {
    top: 103px;
  }
  .top_search .btn {
    margin: 0;
  }
  .departure_section_new:before,
  .arrival_section_new:before {
    display: none;
  }
  .departure_section_new:after {
    top: 9px;
    right: 0px;
    font-size: 10px;
  }
  .arrival_section_new:after {
    top: 9px;
    left: -1px;
    font-size: 10px;
  }
  .bottom_sec {
    flex-direction: column;
  }
  .bottom_sec ul {
    margin-bottom: 8px;
    justify-content: flex-start;
  }
  .bottom_sec ul li {
    font-size: 11px;
    padding: 0 10px;
  }
  .bottom_sec ul li a {
    font-size: 11px;
  }
  .bottom_sec ul li:first-child {
    padding-left: 0;
  }
  .legend p span {
    font-size: 3vw;
    font-weight: bold;
  }
  .legend p {
    font-size: 2.5vw;
  }
  .airline h5 {
    font-size: 3vw;
  }
  .selection small {
    width: 86%;
  }
  .double_date .form-control {
    font-size: 15px;
  }
  .return_date_new .form-control {
    font-size: 15px;
  }
  .return_date_new {
    padding-left: 0;
  }
  footer .links li a {
    font-size: 3vw;
  }
  fares_flight {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bottom_sec .btn {
    padding: 4px 16px;
    color: #fff;
    margin: 0;
    font-size: 13px;
  }
  .fares_flight {
    justify-content: space-between;
  }
  .top_search {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
  }
  .top_search p {
    padding: 5px;
    display: none;
  }
  .top_search h4 {
    font-size: 20px;
  }
  .top_search h4 a {
    color: #b31f24;
  }
  .top_search .first-sec {
    border: 0 !important;
    margin-bottom: 0;
  }
  .top_search .contact_now {
    background: #636363;
    color: #fff;
    padding: 8px 20px;
    font-size: 18px;
    border-radius: 8px;
    text-decoration: none;
  }
  .top_search .contact_now:hover {
    background: #b31f24;
  }
  .tour_img {
    position: relative;
  }
  .tour_img img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tour_img .swiper-pagination {
    opacity: 1;
    bottom: 0;
  }
  .tour_img .swiper-pagination .swiper-pagination-bullet-active {
    background: #b31f24;
  }
  .tour_img .swiper-button-prev,
  .tour_img .swiper-button-next,
  .tour_img .button-next,
  .tour_img .button-prev {
    width: 15px;
    height: 25px;
    background-size: 15px 25px;
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
  }
  .transportation {
    position: relative;
    text-align: center;
  }
  .transportation i {
    color: #b31f24;
    margin-top: 9px;
  }
  .transportation:before {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    width: 25px;
    top: 18px;
    background: #000;
  }
  .transportation:after {
    content: "";
    position: absolute;
    right: 0;
    height: 1px;
    width: 25px;
    top: 18px;
    background: #000;
  }
  .trip_desc h4 {
    font-size: 24px;
    color: #383535;
  }
  .date_duration {
    text-align: center;
  }
  .date_duration h5 {
    font-weight: normal;
    font-size: 16px;
  }
  .date_duration h5 i {
    font-size: 16px;
    color: #b31f24;
    margin-right: 5px;
    margin-left: 5px;
  }
  .facilities {
    background: #f7f7f7;
    border: 1px solid #fff;
    padding: 15px;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .facilities p {
    font-size: 14px;
  }
  .facilities p i {
    margin-right: 8px;
    color: #b31f24;
  }
  .first-sec .col-md-8 {
    display: none;
  }
  .first-sec .col-md-2.text-right {
    text-align: left !important;
  }
  #bestFareDiv,
  #bestTimeDiv {
    display: none;
  }
  .inner_banner {
    padding-bottom: 0 !important;
  }
  .sorting {
    z-index: 999;
  }
  .filter_icon a {
    margin-top: -48px;
    position: relative;
    z-index: 999;
  }
  .modal-header .close {
    right: 15px;
    color: #000;
    opacity: 1;
  }
  .double_date {
    padding-right: 0 !important;
  }
  .travller .selection {
    padding-right: 0;
  }
  .action_div {
    padding-top: 0 !important;
  }
  .container {
    max-width: 100%;
    margin: 0 auto;
  }
  .flight_list .link {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .layover2 {
    max-width: 45%;
    flex: 0 0 45%;
  }
  .source_name h4 {
    font-size: 3.5vw;
  }
  .title_red {
    font-size: 6vw;
    text-transform: capitalize;
  }
  .user_info h4 {
    font-size: 5vw;
  }
  .left_area .row.mb-3 {
    margin-bottom: 0 !important;
  }
  .select2-container {
    margin-bottom: 15px !important;
  }
  .fares_accept .btn {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 47px;
  }
  .right_info {
    display: none;
  }
  .action_button_control .btn {
    font-size: 3vw;
    margin-bottom: 5px;
  }
  .action_button_control {
    text-align: center;
    margin-top: 15px;
    border: 0;
  }
  .ticket-info .legend p {
    font-size: 3.5vw !important;
    color: #2d2b2b;
    margin-bottom: 15px;
    text-align: left;
  }
  .ticket-info .legend {
    padding: 12px 0px;
  }
  .ticket-info .legend p .dpt_plane,
  .ticket-info .legend p .arvl_plane {
    display: block;
    margin-bottom: 5px;
  }
  .info_area {
    margin-top: 15px;
  }
  .info_area [class*=col-] {
    margin-bottom: 15px;
  }
  .bg_gray .table.border-0.mb-0 td {
    width: 100%;
    display: block;
  }
  .bg_gray .table.border-0.mb-0 td .table {
    margin-bottom: 0;
  }
  .bg_gray .table.border-0.mb-0 td .table td:nth-child(2) {
    display: none;
  }
  .select2-container--default .select2-selection--single,
  .select2-container--open .select2-dropdown--below {
    left: 0;
    width: 100%;
  }
  .user_in .main_user img {
    width: 20px;
    height: 20px;
  }
  .user_in {
    margin-right: 0;
  }
  .cancel_div img {
    width: 100%;
  }
  .user_in .main_user {
    text-transform: capitalize;
  }
  .flight_num {
    display: block;
    color: #b31f24;
    margin-bottom: 6px;
  }
  .select2-container span {
    width: 100%;
    display: block;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 12px !important;
  }
}
@media screen and (max-width: 380px) {
  .search .btn {
    font-size: 15px;
  }
  .icon {
    width: 50px;
  }
  .icon p {
    font-size: 12px;
  }
  .selection .form-control {
    width: 100%;
  }
  .three_in_row .form-control {
    width: 50px;
  }
  .flight_list {
    padding: 10px;
  }
  .stop ul li span {
    width: 38px;
  }
  .bottom_sec {
    margin: 0 -10px -10px;
  }
  .bottom_sec ul li a {
    font-size: 2.5vw;
  }
}
.wishlistS {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 35px;
  width: 35px;
  font-size: 16px;
  background-color: #3D3C3C;
  color: white;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50%;
}
.wishlistS:hover {
  background-color: #b31f24;
  color: #ffc619;
}

.menu-wrap {
  scrollbar-width: none;
}

.new_fancy_title h2 {
  color: #B31F24;
  font-size: 20px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.new_fancy_title h2:before {
  content: "";
  width: 55px;
  height: 5px;
  background-color: #3D3C3C;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.new_fancy_title h2::after {
  content: "";
  width: 7px;
  height: 5px;
  background-color: #B31F24;
  position: absolute;
  left: 0;
  bottom: 0;
}

.accordion-button:not(.collapsed) {
  color: #B31F24 !important;
  font-weight: 800;
  background-color: #fff !important;
  border-bottom: 2px solid #fff;
  border-left: 3px solid;
  border-radius: 0;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B31F24'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg);
}

.tour_descNew .card {
  border: none !important;
  background-color: #FAFAFA;
}
.tour_descNew .card .card-body {
  border-left: 3px solid #B31F24 !important;
}
.tour_descNew .accordion-button {
  background-color: #fff;
  border-bottom: 2px solid #fff;
  border-left: 3px solid;
  border-radius: 0;
  font-weight: bold;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.tour_descNew .accordion-button:focus {
  border: none;
  border-left: 3px solid !important;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}

.lazyLoad.fetched_list .light-shimmer,
.lazyload-dark.fetched_list-dark .dark-shimmer,
.lazyLoad.fetched_list .light-shimmer-round,
.lazyload-dark.fetched_list-dark .dark-shimmer-round {
  position: relative;
}

.lazyLoad.fetched_list .light-shimmer-round::after,
.lazyload-dark.fetched_list-dark .dark-shimmer-round::after {
  border-radius: 10px;
}

.lazyLoad.fetched_list .light-shimmer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  animation-duration: 3.1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: lazyLoad;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 200% 100%;
}

.lazyload-dark.fetched_list-dark .dark-shimmer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  animation-duration: 3.1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: lazyLoad-dark;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, grey 10%, #646464 18%, grey 33%);
  background-size: 200% 100%;
}

@keyframes lazyLoad {
  0% {
    background-position: -200% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@keyframes lazyLoad-dark {
  0% {
    background-position: -200% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
/*# sourceMappingURL=style.css.map */