.updateprofile {
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px solid #B31F24;
  position: relative;
}
.updateprofile::after {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  bottom: -2px;
  right: -4px;
  background-image: url("https://stagingm.journey.com.pk/visa/images/edit.svg");
  background-size: cover;
}
.updateprofile img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

input[type=file] {
  display: none;
}

.form-control[readonly] {
  background-color: white !important;
  opacity: 1;
}

.select2-selection__rendered {
  display: flex !important;
}

.search .form-control {
  color: #3D3C3C !important;
  font-size: 16px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
  height: 65px !important;
}
.search .form-control::-moz-placeholder {
  color: #3D3C3C !important;
  font-size: 16px !important;
}
.search .form-control::placeholder {
  color: #3D3C3C !important;
  font-size: 16px !important;
}

.userName {
  text-decoration: none;
  color: #B31F24;
  margin-left: 20px !important;
  display: block;
  align-content: center;
}
.userName:hover {
  text-decoration: none;
  color: black;
}
.userName i {
  padding-right: 2px;
  font-size: 20px;
}

.discover_search_form_btn {
  height: 62px !important;
  box-shadow: none !important;
  outline: none !important;
  width: 100px !important;
  background-color: #B31F24 !important;
  border-radius: 8px !important;
}
.discover_search_form_btn i {
  font-size: 20px;
  color: white;
  font-weight: normal;
}
.discover_search_form_btn:hover, .discover_search_form_btn:focus {
  background-color: #FFC619 !important;
}
.discover_search_form_btn:hover i, .discover_search_form_btn:focus i {
  color: black !important;
}

.top-banner-section {
  margin: 0px 80px;
  margin-bottom: -5vh;
  position: relative;
}
.top-banner-section .carousel {
  padding-top: 15vh;
}
.top-banner-section .carousel .carousel-inner {
  padding-top: 20px;
}
.top-banner-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 85%;
  background-color: #F2F2F2;
  border-radius: 20px;
}
.top-banner-section .top-banner-description {
  padding-left: 50px;
}
.top-banner-section .top-banner-description .offer_highlight {
  background-color: #B31F24;
  color: #fff;
  border-radius: 10px;
  padding: 6px 12px;
  text-align: center;
  font-size: 1.1rem;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 3.8vw;
  width: -moz-fit-content;
  width: fit-content;
}
.top-banner-section .top-banner-description .discount_line {
  color: #000000;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 3px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 41px;
}
.top-banner-section .top-banner-description .discount_line strong {
  background-color: #FFC619;
  color: #B31F24;
  padding: 6px 12px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 34px;
}
.top-banner-section .top-banner-description .btn {
  background-color: #B31F24;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 8px 30px;
  font-weight: 500;
}
.top-banner-section .top-banner-description .btn:focus, .top-banner-section .top-banner-description .btn:hover {
  background-color: #FFC619;
  color: black;
  box-shadow: none;
}
.top-banner-section .top-banner-description .statement_line {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.top-banner-section .top-banner-description .statement_line span {
  color: #B31F24;
  text-transform: uppercase;
  font-weight: bold;
}
.top-banner-section .top-banner-img {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.top-banner-section .top-banner-img img {
  width: 75%;
  -o-object-fit: cover;
     object-fit: cover;
}

.trending_web .trending-row .col {
  width: 20%;
  transition: transform 1s ease;
  position: relative;
}
.trending_web .trending-row .col .trending-img {
  height: 300px;
  width: 100%;
  border-radius: 20px;
}
.trending_web .trending-row .col .trending-img img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.trending_web .trending-row .col .trending-description {
  position: absolute;
  left: 7%;
  bottom: 9%;
  padding: 0 10px;
  opacity: 1 !important;
}
.trending_web .trending-row .col .trending-description h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 22px;
}
.trending_web .trending-row .col .trending-description h3 small {
  display: block;
  font-size: 16px;
}
.trending_web .trending-row .col .trending-description h2 {
  color: #FFC619;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}
.trending_web .trending-row .col .trending-arrow {
  position: absolute;
  right: 25px;
  bottom: 35px;
  display: block;
  align-content: center;
  text-align: center;
  height: 30px;
  width: 30px;
  background-color: #FFC619;
  border-radius: 50%;
}
.trending_web .trending-row .col .trending-arrow i {
  font-size: 15px;
  color: #B31F24;
}
.trending_web .trending-row .col:hover, .trending_web .trending-row .col:active {
  transform: scale(0.99);
}
.trending_web .trending-row .col:hover .trending-arrow, .trending_web .trending-row .col:active .trending-arrow {
  background-color: #B31F24;
}
.trending_web .trending-row .col:hover .trending-arrow i, .trending_web .trending-row .col:active .trending-arrow i {
  color: white;
}

.contact-div .row {
  row-gap: 25px;
}
.contact-div h3 {
  color: #B31F24;
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.contact-div .send-btn {
  margin: 0 auto;
  display: block;
  height: 40px;
  width: 150px;
  border: none;
  outline: none;
  font-size: 20px;
  border-radius: 24px;
  background-color: #B31F24;
  color: white;
}
.contact-div .send-btn i {
  padding-right: 10px;
  color: white;
}
.contact-div .send-btn:hover {
  background-color: #FFC619;
  color: black;
}
.contact-div .send-btn:hover i {
  color: black;
}
.contact-div .send-btn:focus {
  border: none;
  outline: none;
}
.contact-div .form-control {
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07);
}
.contact-div .form-control:focus {
  box-shadow: 0px 0px 2px 4px rgba(0, 0, 0, 0.07);
  border-color: rgba(0, 0, 0, 0.07);
}
.contact-div .form-control::-moz-placeholder {
  text-transform: capitalize;
}
.contact-div .form-control::placeholder {
  text-transform: capitalize;
}

.reach-us-section {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.reach-us-section p {
  color: #9f9f9f;
}
.reach-us-section h2 {
  color: #B31F24;
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.reach-us-section .icon_S {
  display: flex;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: #FFC619;
  text-decoration: none;
  margin-right: 10px;
}
.reach-us-section .icon_S i {
  color: black;
  font-size: 22px;
}
.reach-us-section .icon_S:hover {
  background-color: #B31F24;
}
.reach-us-section .icon_S:hover i {
  color: white;
}

.logo .toggle-button {
  width: 27px !important;
}
.logo a {
  display: inline-block;
}
.logo img {
  width: 160px !important;
}

.fixed-header {
  height: 70px;
}

.header {
  padding: 5px 80px 5px;
}

.menu-wrap {
  z-index: 10000 !important;
}

.menu-wrap .crossIcon {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 30px;
  font-weight: 500 !important;
  color: grey;
}

.visa_input_form .selection {
  border: 0 !important;
}
.visa_input_form .selection .selectize-control .selectize-input {
  align-content: center !important;
}
.visa_input_form .selection .selectize-control .selectize-input input {
  color: grey !important;
}
.visa_input_form .selection .selectize-control .selectize-input input::-moz-placeholder {
  color: grey !important;
  font-weight: normal !important;
}
.visa_input_form .selection .selectize-control .selectize-input input::placeholder {
  color: grey !important;
  font-weight: normal !important;
}

.tour_facility_div .selectize-input {
  padding-top: 10px;
  background: none !important;
  padding-left: 42px !important;
  border: 0;
  color: grey !important;
  height: 60px !important;
  font-weight: normal !important;
  box-shadow: none;
  font-size: 14px !important;
  background: transparent;
  position: relative !important;
  padding-bottom: 15px;
  border-radius: 0;
  z-index: 1;
}
.tour_facility_div .selectize-input::-moz-placeholder {
  font-size: 14px !important;
  font-weight: normal !important;
  color: grey !important;
}
.tour_facility_div .selectize-input::placeholder {
  font-size: 14px !important;
  font-weight: normal !important;
  color: grey !important;
}
.tour_facility_div .selectize-input input {
  font-size: 14px !important;
  font-weight: normal !important;
  color: grey !important;
}
.tour_facility_div .selectize-input input::-moz-placeholder {
  color: grey !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
.tour_facility_div .selectize-input input::placeholder {
  color: grey !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
.tour_facility_div .selectize-input:focus {
  box-shadow: none !important;
  border: none !important;
}

#select-console-selectized {
  color: grey !important;
}

.selectize-control.single .selectize-input::-moz-placeholder {
  color: grey !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

.selectize-control.single .selectize-input::placeholder {
  color: grey !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
  box-shadow: none !important;
}

#select-console-selectized::-moz-placeholder {
  color: grey !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

#select-console-selectized::placeholder {
  color: grey !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

.red-bg {
  background-color: #B31F24;
  color: white;
}

.visa_input_form .selection .form-control,
.visa_mids .selection .form-control {
  padding-left: 0px !important;
}

.yellow-bg {
  background-color: #FFC619;
  color: black;
}

.user_log_heart {
  position: relative;
  margin-right: 15px;
}
.user_log_heart span {
  position: absolute;
  top: -4px;
  right: -12px;
  display: block;
  align-content: center;
  text-align: center;
  font-size: 12px;
  color: black;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #FFC619;
  border: 1px solid #B31F24;
}
.user_log_heart .fa-heart {
  font-size: 35px;
  color: #FF8A8A;
}

.user_log_login:hover {
  background-color: #FFC619;
  color: black;
}

.user_log_login:hover img {
  filter: invert(1);
}

.user_log_login,
.user_log_register {
  display: inline-block;
  font-size: 12px;
  margin-left: 15px;
  border-radius: 8px;
  padding: 5px;
  text-align: center;
  align-content: center;
  width: 120px;
  text-decoration: none !important;
  text-transform: uppercase;
  height: 37px;
}
.user_log_login img,
.user_log_register img {
  width: 18px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.user_log_register:hover {
  background-color: #B31F24;
  color: white;
}

.user_log_register:hover img {
  filter: invert(1);
}

#showBanner {
  padding: 0px 80px;
}
#showBanner .carousel-indicators {
  display: none;
}
#showBanner .carousel-inner {
  border-radius: 20px !important;
}
#showBanner .carousel-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 78%;
  background-color: #F2F2F2;
  border-radius: 20px;
}
#showBanner .carousel-inner .carousel-item .custom-row {
  position: relative;
}
#showBanner .carousel-inner .carousel-item .custom-row .carousel-caption-new {
  padding-top: 65px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
#showBanner .carousel-inner .carousel-item .custom-row .carousel-caption-new .offer_highlight {
  background-color: #B31F24;
  color: #fff;
  border-radius: 10px;
  padding: 6px 12px;
  text-align: center;
  font-size: 1.1rem;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 3.8vw;
  width: -moz-fit-content;
  width: fit-content;
}
#showBanner .carousel-inner .carousel-item .custom-row .carousel-caption-new .discount_line {
  color: #3D3C3C;
  font-weight: 600;
  font-size: 3.5vw;
  margin-bottom: 3px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
#showBanner .carousel-inner .carousel-item .custom-row .carousel-caption-new .discount_line strong {
  background-color: #FFC619;
  color: #B31F24;
  padding: 6px;
}
#showBanner .carousel-inner .carousel-item .custom-row .carousel-caption-new .btn {
  background-color: #B31F24;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 10px 45px;
}
#showBanner .carousel-inner .carousel-item .custom-row .carousel-caption-new .statement_line {
  color: #3D3C3C;
  font-size: 3vw;
  font-weight: 500;
  margin-bottom: 5px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
#showBanner .carousel-inner .carousel-item .custom-row .carousel-caption-new .statement_line span {
  color: #B31F24;
  text-transform: uppercase;
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-calendar td a {
  font-weight: normal;
  font-size: 14px;
}

.booking_area {
  margin: 0px 100px;
  padding: 40px 15px 15px !important;
  border: 1px solid #e1e1e1;
  border-radius: 20px !important;
}
.booking_area .parent_nav {
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
  top: -85px;
  padding: 7px 0px;
  justify-content: center !important;
}
.booking_area .parent_nav .nav-item {
  height: auto;
  width: 80px;
  margin: 0 8px;
}
.booking_area .parent_nav .nav-item .nav-link {
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 6px;
  align-content: center;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.booking_area .parent_nav .nav-item .nav-link.active {
  border: none !important;
  outline: none !important;
  color: #B31F24;
  background-color: #FFC619;
  border-radius: 10px;
}
.booking_area .parent_nav .nav-item .nav-link.active img {
  filter: none;
}
.booking_area .parent_nav .nav-item #blogSlink:hover {
  background-color: #FFC619;
  color: #B31F24;
}
.booking_area .parent_nav .nav-item p {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  margin: 0;
}

#pills-tabContent1 {
  margin-top: 3px;
}
#pills-tabContent1 .child_nav {
  height: 40px;
}
#pills-tabContent1 .child_nav .nav-item .nav-link {
  margin-right: 20px;
  font-size: 13px;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
}
#pills-tabContent1 .child_nav .nav-item .nav-link img {
  margin-right: 8px;
  width: 15px;
}
#pills-tabContent1 .child_nav .nav-item .nav-link.active {
  border-bottom: none;
  border: none !important;
  outline: none !important;
  background: #B31F24;
  color: white;
}
#pills-tabContent1 .child_nav .nav-item .nav-link.active::after {
  display: none;
}
#pills-tabContent1 .child_nav .nav-item .nav-link.active img {
  filter: brightness(0) invert(1);
}

.child_content form {
  margin-bottom: 0;
}

.double_date button.comiseo-daterangepicker-triggerbutton {
  padding-top: 25px;
  padding-left: 13px !important;
}

.double_date button.comiseo-daterangepicker-triggerbutton span.ui-button-text {
  font-size: 14px !important;
}

.double_date .date_range_title {
  top: 10px;
}

.border-S {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.search_btn {
  border-radius: 15px !important;
  height: 100% !important;
}
.search_btn:focus, .search_btn:hover {
  background-color: black !important;
  box-shadow: none;
}

.selectize-dropdown-content .optgroup .option {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  font-size: 14px;
}

.selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #b31f24 !important;
  outline: 1px solid #b31f24 !important;
}

.selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #b31f24 !important;
  outline: 1px solid #b31f24 !important;
}

.heading-iconS {
  border-radius: 5px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #efefef;
}

.selection {
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #efefef;
}
.selection.double_date {
  border: 1px solid #efefef !important;
}
.selection .traveler_block_opt {
  display: flex;
  padding-left: 31px !important;
  padding-bottom: 5px;
  align-items: center;
  cursor: pointer;
}
.selection .traveler_block_opt .travelersNum,
.selection .traveler_block_opt .travelersClass,
.selection .traveler_block_opt .travelerstxt {
  color: grey !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
.selection .form-control,
.selection button {
  background: none !important;
  cursor: pointer;
  padding-left: 42px !important;
  border: 0;
  color: grey !important;
  height: 60px !important;
  font-weight: normal !important;
  box-shadow: none;
  font-size: 14px !important;
  background: transparent;
  position: relative;
  padding-bottom: 15px;
  z-index: 0 !important;
}
.selection .form-control::-moz-placeholder, .selection button::-moz-placeholder {
  color: grey !important;
}
.selection .form-control::placeholder,
.selection button::placeholder {
  color: grey !important;
}
.selection strong {
  font-size: 14px !important;
  font-weight: normal !important;
  color: grey !important;
  padding-left: 42px !important;
}
.selection .selection-img,
.selection .module_ic {
  position: absolute;
  width: 18px;
  top: 11px;
  left: 14px;
  z-index: 1;
}
.selection small {
  bottom: 5px;
}
.selection .search_btn {
  border-radius: 15px !important;
}
.selection small,
.selection span {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px !important;
  font-weight: normal;
  color: #3D3C3C;
  font-size: 14px !important;
  font-weight: normal;
  color: #3D3C3C;
}
.selection .elipsis {
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.selection .custom-small {
  bottom: -8px !important;
  left: 6px !important;
}
.selection .twitter-typeahead {
  width: 100% !important;
}

.recent_searched_Web {
  margin: 30px 80px;
}
.recent_searched_Web .fancy_title_Web h2 {
  color: #B31F24;
  font-size: 24px;
  position: relative;
  z-index: -1;
  padding-bottom: 12px;
  font-weight: bold;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.recent_searched_Web .fancy_title_Web h2:before {
  content: "";
  width: 55px;
  height: 5px;
  background-color: #3D3C3C;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.recent_searched_Web .fancy_title_Web h2:after {
  content: "";
  width: 7px;
  height: 5px;
  background-color: #B31F24;
  position: absolute;
  left: 0;
  bottom: 0;
}
.recent_searched_Web .fancy_title_Web p {
  color: #3D3C3C;
}
.recent_searched_Web ul {
  display: flex;
  white-space: nowrap;
  overflow: auto;
  scrollbar-width: 0;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border: none;
}
.recent_searched_Web ul li {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.24);
  margin: 5px 8px;
  transition: all 0.1s linear;
}
.recent_searched_Web ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px;
  height: 100%;
}
.recent_searched_Web ul li a .ico {
  width: 30px;
}
.recent_searched_Web ul li a .ico img {
  width: 20px;
  filter: none !important;
}
.recent_searched_Web ul li a .descript h4 {
  color: #3D3C3C;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 16px;
  color: #495057;
}
.recent_searched_Web ul li a .descript h4 small {
  display: block;
  font-size: 11px;
}
.recent_searched_Web ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid #ccc;
}
.recent_searched_Web ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.recent_searched_Web ul::-webkit-scrollbar {
  height: 0.5em;
  width: 10px;
}

.scrollable-dropdown-hotel .selection {
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #efefef !important;
}
.scrollable-dropdown-hotel.hotel_destination_div .control-group.selection {
  border: 0 !important;
}

.trending_web {
  margin: 30px 80px;
}
.trending_web .fancy_title_Web h2 {
  color: #B31F24;
  font-size: 24px;
  position: relative;
  padding-bottom: 12px;
  z-index: -1;
  font-weight: bold;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.trending_web .fancy_title_Web h2:before {
  content: "";
  width: 55px;
  height: 5px;
  background-color: #3D3C3C;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.trending_web .fancy_title_Web h2:after {
  content: "";
  width: 7px;
  height: 5px;
  background-color: #B31F24;
  position: absolute;
  left: 0;
  bottom: 0;
}
.trending_web .fancy_title_Web p {
  color: #3D3C3C;
}
.trending_web .nav-tabs {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: none;
  margin-top: 25px;
  margin-bottom: 30px;
}
.trending_web .nav-tabs .nav-link {
  background-color: #fff;
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.24);
  color: #9F9D9D;
  display: flex;
  font-size: 15px;
  border: none;
  border-radius: 8px;
  margin-right: 25px !important;
  padding: 10px 15px;
}
.trending_web .nav-tabs .nav-link img {
  height: 25px;
}
.trending_web .nav-tabs .nav-link span {
  margin-left: 9px;
  padding-top: 4px;
  font-weight: 500;
}
.trending_web .nav-tabs .nav-link.active {
  background-color: #FFC619;
  color: #B31F24;
  border: none !important;
  outline: none !important;
}
.trending_web .nav-tabs:last-child .nav-link {
  margin-right: 0;
}
.trending_web #nav-tabContent .custom-col {
  height: 300px;
  max-width: 20% !important;
}
.trending_web #nav-tabContent .custom-col .carousel {
  height: 100%;
}
.trending_web #nav-tabContent .custom-col .carousel .carousel-inner {
  height: 100%;
}
.trending_web #nav-tabContent .custom-col .carousel .carousel-inner .carousel-item {
  height: 100%;
  width: 100%;
  position: relative;
}
.trending_web #nav-tabContent .custom-col .carousel .carousel-inner .carousel-item .offer_desc {
  position: absolute;
  left: 3%;
  bottom: 9%;
  padding: 0 10px;
  opacity: 1 !important;
}
.trending_web #nav-tabContent .custom-col .carousel .carousel-inner .carousel-item .offer_desc h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.trending_web #nav-tabContent .custom-col .carousel .carousel-inner .carousel-item .offer_desc h3 small {
  display: block;
  font-size: 1.2vw;
}
.trending_web #nav-tabContent .custom-col .carousel .carousel-inner .carousel-item .offer_desc h2 {
  color: #FFC619;
  font-weight: 700;
  font-size: 1.5vw;
  margin-bottom: 0;
}
.trending_web #nav-tabContent .custom-col .carousel .carousel-inner .carousel-item img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trending_web #nav-tabContent .custom-col .carousel .carousel-control-next {
  opacity: 1 !important;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #FFC619;
  top: 72%;
  right: 5%;
}
.trending_web #nav-tabContent .custom-col .carousel .carousel-control-next i {
  color: #B31F24;
}

.bookingS i {
  margin-left: auto;
  position: absolute;
  top: 50%;
  padding-right: 0 !important;
  width: 0 !important;
  font-size: 18px !important;
  transform: translateY(-50%);
  right: 16px;
}

.inner_menu {
  padding-left: 25px;
  padding-bottom: 15px;
}
.inner_menu a {
  text-align: left;
  color: #3D3C3C;
  display: flex;
  font-weight: 500 !important;
  align-items: center;
  padding: 11px 0;
}
.inner_menu a img {
  height: 28px;
  width: 28px;
  margin-right: 15px;
}
.inner_menu a:hover, .inner_menu a:active {
  color: #B31F24 !important;
}

.selection-img {
  position: absolute;
  width: 20px;
  top: 14px;
  left: 14px;
}

.country_select {
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.country_select .form-control {
  border: none !important;
}

.select2-container .select2-selection--single {
  border: none !important;
}

.tt-suggestion strong {
  padding-left: 0px !important;
}

.wishList_canvas .modal-header h5 {
  color: #B31F24;
}
.wishList_canvas .modal-header button {
  color: #1FB369;
  font-weight: 500;
  right: 20px !important;
}
.wishList_canvas .modal-body .wishList_item {
  text-decoration: none;
}
.wishList_canvas .modal-body .wishList_item .desc {
  display: flex;
  align-items: center;
}
.wishList_canvas .modal-body .wishList_item .desc .tour_img {
  width: 150px;
  height: 120px;
}
.wishList_canvas .modal-body .wishList_item .desc .tour_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wishList_canvas .modal-body .wishList_item .desc .tourPrice {
  margin-left: 15px;
}
.wishList_canvas .modal-body .wishList_item .desc .tourPrice h4 {
  color: #2E2E2E;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.wishList_canvas .modal-body .wishList_item .desc .tourPrice h2 {
  color: #B31F24;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 800;
}
.wishList_canvas .modal-body .wishList_item .desc .tourPrice h2 small {
  font-weight: normal;
  color: #949494;
  font-size: 12px;
  display: block;
  margin-top: 5px;
  font-style: italic;
}/*# sourceMappingURL=s_style.css.map */