html,
body {
  overflow: hidden;
  height: 100%;
  width: 100%;
  font-family: "Lato", sans-serif;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html a,
body a {
  text-decoration: none !important;
}
html .form-control,
html button,
html .form-check-input,
html .form-select,
body .form-control,
body button,
body .form-check-input,
body .form-select {
  box-shadow: none;
}
html .form-control:focus,
html button:focus,
html .form-check-input:focus,
html .form-select:focus,
body .form-control:focus,
body button:focus,
body .form-check-input:focus,
body .form-select:focus {
  box-shadow: none !important;
}

#off_canvas {
  display: none;
}

.all_visa_box {
  height: 100%;
  padding: 0px 3px;
  align-content: center;
}
.all_visa_box .all_visa_check {
  border-radius: 0em !important;
  box-shadow: none !important;
  border-color: lightgrey !important;
  height: 0.9em;
  width: 0.9em;
  margin-top: 0.4em;
}
.all_visa_box .all_visa_check:checked {
  background-color: #b31f24;
  border-color: #b31f24 !important;
}
.all_visa_box .all_visa_label {
  margin-left: 7px;
  font-size: 0.9rem;
  color: #212529;
}

/* Header Css */
.header {
  background-color: #f2f2f2;
  padding: 15px 0 75px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: 0;
  z-index: 999;
}
.header .three_inRow {
  justify-content: center;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 1000;
}
.header .three_inRow .left_section {
  width: 20% !important;
  margin-right: auto;
}
.header .three_inRow .center_section {
  width: 62% !important;
  margin-right: auto;
}
.header .three_inRow .right_section {
  width: 20% !important;
  display: block !important;
}
.header.for_search_page {
  padding: 15px 0 75px;
  height: 115px;
  position: relative;
  z-index: auto;
}
.header .header {
  z-index: 1056;
}
.header#inner-header {
  z-index: 1056;
}
.header .inner_header {
  display: flex;
}
.header .inner_header .left_section a {
  font-size: 20px;
}
.header .inner_header .left_section a i {
  color: #b31f24 !important;
}
.header .inner_header .center_section h2 {
  font-size: 5vw;
}
.header .inner_header.content_3 .right_section {
  display: block;
}
.header .inner_header .left_section {
  width: 22.3333333333%;
  text-align: left;
}
.header .inner_header .left_section a img {
  height: 22px;
}
.header .inner_header .left_section .navbar-toggler {
  padding-right: 10px;
}
.header .inner_header .left_section .navbar-toggler img {
  height: 18px;
}
.header .inner_header .center_section {
  width: 53.3333333333%;
  text-align: center;
}
.header .inner_header .center_section h2 {
  margin-bottom: 0;
  color: black;
  font-size: 20px;
  font-weight: bold;
}
.header .inner_header .center_section p {
  margin-bottom: 0;
}
.header .inner_header .center_section.visa_info {
  width: 54.3333333333%;
}
.header .inner_header .center_section.visa_info p {
  color: black;
  font-size: 3vw;
}
.header .inner_header .center_section.visa_info p img {
  width: 13px;
  height: 12px;
  vertical-align: text-bottom;
  filter: invert(1);
}
.header .inner_header .right_section {
  text-align: right;
  width: 22.3333333333%;
  /*----------native app used own header--*/
  display: none;
  /*------------*/
}
.header .inner_header .right_section a img {
  height: 30px;
}
.header .inner_header .right_section.visa_modifyOpt {
  display: flex !important;
  justify-content: end;
  width: 9% !important;
}
.header .inner_header .right_section.visa_modifyOpt a {
  text-decoration: none;
  font-size: 3vw;
  margin-right: 0.6rem;
  margin-top: 0.3rem;
}
.header .inner_header .right_section.visa_modifyOpt a img {
  width: 16px;
  height: 16px;
}
.header .inner_header .right_section.visa_modifyOpt a:last-child {
  margin-right: 0;
}
.header .inner_header .right_section.visa_modifyOpt .social_share1 {
  margin-right: 0.6rem;
  margin-top: 0.3rem;
}
.header .inner_header .right_section.visa_modifyOpt .bag_icon {
  position: relative;
  font-size: 3vw;
  margin-right: 8px;
  margin-top: 0.3rem;
}
.header .inner_header .right_section.visa_modifyOpt .bag_icon span {
  position: absolute;
  top: -3px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #b31f24;
  color: #fff;
}
.header .inner_header .right_section.backToHome {
  display: block;
}
.header .inner_header .right_section.backToHome img {
  height: 23px;
}

/*OverlapOne_header*/
.overlapOne_header {
  position: relative;
  z-index: 999;
  margin-top: -55px;
}
.overlapOne_header.some_shadow {
  background-color: #fff;
  border-radius: 15px 15px 0px 0px;
  padding: 3px 15px;
  opacity: 1;
  height: calc(100dvh - 127px);
  padding-top: 6px;
  overflow: auto;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
}
.overlapOne_header.some_shadow::-webkit-scrollbar {
  display: none;
}
.overlapOne_header.scroll_cont {
  overflow-y: auto;
  height: calc(100dvh - 114px);
}
.overlapOne_header.scroll_cont::-webkit-scrollbar {
  display: none;
}
.overlapOne_header.scroll_content {
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  height: calc(100dvh - 123px);
  background-color: #fff;
  border-radius: 15px 15px 0px 0px;
  -webkit-overflow-scrolling: touch;
  /* For smooth scrolling on iOS */
  box-sizing: border-box;
  width: 100%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
.overlapOne_header.scroll_content .fetched_list {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 15px;
}
.overlapOne_header.scroll_content::-webkit-scrollbar {
  display: none;
}

/* Sort And Filter Btn */
.sort_filterBtn {
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 75px;
  z-index: 999;
}
.sort_filterBtn .btn {
  width: 46%;
  border-radius: 25px;
  background-color: #b31f24;
  color: white;
  outline: 0;
  border-color: none;
  outline: none;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.09);
}
.sort_filterBtn .btn img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(65deg) brightness(106%) contrast(107%);
}
.sort_filterBtn .btn:hover {
  background-color: #b31f24;
  border: 0;
  color: white;
  outline: none;
  box-shadow: none;
}

/*SortAnd_filter Css */
.sortAnd_filter_canvas {
  z-index: 1062;
  padding-top: 0;
  padding-bottom: 10px;
  width: 100% !important;
  overflow: hidden !important;
}
.sortAnd_filter_canvas::-webkit-scrollbar {
  display: none;
}
.sortAnd_filter_canvas #inner-header {
  height: auto;
  padding: 0;
}
.sortAnd_filter_canvas .offcanvas-header {
  background-image: url(../images/header.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
  justify-content: center;
  padding: 15px 0 50px;
  margin-bottom: -55px;
}
.sortAnd_filter_canvas .offcanvas-header .btn-close {
  background-image: none;
  color: #fff;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6vw;
  margin: 0;
  margin-right: auto;
}
.sortAnd_filter_canvas .offcanvas-header h5 {
  color: #fff;
  font-size: 5vw;
  font-weight: 600;
  margin-right: auto;
  margin-left: -14px;
}
.sortAnd_filter_canvas .sortFilter_bodtArea {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px 15px 0 0;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.25);
  position: relative;
  padding-bottom: 0;
  overflow-y: auto;
  margin-top: 3px;
  height: 100%;
  padding-bottom: 35px;
}
.sortAnd_filter_canvas .sortFilter_bodtArea::-webkit-scrollbar {
  display: none;
}
.sortAnd_filter_canvas .sortFilter_bodtArea .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.sortAnd_filter_canvas .sortFilter_bodtArea .action_area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  margin: 0 auto;
  background-color: #000;
  padding: 15px 0;
  box-shadow: 0px -4px 7px 1px rgba(0, 0, 0, 0.1);
}
.sortAnd_filter_canvas .sortFilter_bodtArea .action_area .btn {
  width: 40%;
  background-color: #b31f24 !important;
}
.sortAnd_filter_canvas .sortFilter_bodtArea .action_area .btn:hover, .sortAnd_filter_canvas .sortFilter_bodtArea .action_area .btn:active {
  background-color: rgba(179, 31, 36, 0.7) !important;
  color: white !important;
}
.sortAnd_filter_canvas .sort_inner {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sortAnd_filter_canvas .sort_inner h3 {
  color: #b31f24;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.sortAnd_filter_canvas .sort_inner .form-check {
  margin-bottom: 10px;
}
.sortAnd_filter_canvas .sort_inner .form-check .right_label {
  font-size: 12px;
  color: grey;
  margin: 0;
}
.sortAnd_filter_canvas .sort_inner .form-check label {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
  white-space: nowrap;
}
.sortAnd_filter_canvas .sort_inner .form-check label span {
  color: #8a8686;
  font-size: 12px;
}
.sortAnd_filter_canvas .sort_inner .form-check .form-check-input:focus, .sortAnd_filter_canvas .sort_inner .form-check .form-check-input:visited, .sortAnd_filter_canvas .sort_inner .form-check .form-check-input:active {
  box-shadow: none;
}
.sortAnd_filter_canvas .sort_inner .form-check .form-check-input:checked {
  background-color: #b31f24;
  border-color: #b31f24;
  box-shadow: none;
}

/*Visa Modify_Search Css*/
.visaModify_search {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.visaModify_search .input-group span {
  border-right: 0;
  padding: 0.375rem 0.35rem;
}
.visaModify_search .input-group span img {
  width: 18px;
  height: 18px;
}
.visaModify_search .input-group .form-control {
  border-left: 0;
  font-size: 3.3vw;
  color: grey;
  background-color: #f8f9fa;
  padding-left: 0;
  border-color: #dee2e6 !important;
  text-overflow: ellipsis;
}
.visaModify_search .input-group .form-control:focus {
  border-color: #dee2e6 !important;
}
.visaModify_search .input-group .form-control::-moz-placeholder {
  color: grey;
}
.visaModify_search .input-group .form-control::placeholder {
  color: grey;
}
.visaModify_search .form-check {
  margin-bottom: 0;
  margin-top: 5px;
}
.visaModify_search .form-check .form-check-input:checked {
  background-color: #b31f24;
  border-color: #b31f24;
}
.visaModify_search .form-check .form-check-label {
  font-size: 13px;
}
.visaModify_search .btn {
  width: 100%;
  font-size: 3.2vw;
}

/* red_btn Css*/
.white_btn {
  background-color: #fff !important;
  border-radius: 25px;
  color: #b31f24;
  text-transform: uppercase;
}

.red_btn {
  border: 0;
  color: #fff !important;
  background-color: #b31f24 !important;
  border-radius: 25px;
  text-transform: uppercase;
  border-bottom: 0;
  outline: none;
}
.red_btn:active, .red_btn:focus, .red_btn:visited {
  background-color: rgba(179, 31, 36, 0.7) !important;
  color: white !important;
}

/* Footer Css */
.footer {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: -1px;
  background: #fafafa;
  z-index: 1055;
  /*------------*/
}
.footer ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 8px 15px;
}
.footer ul li {
  text-align: center;
}
.footer ul li a {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #454444;
  text-decoration: none;
}
.footer ul li a img {
  height: 24px;
  width: 24px;
  filter: invert(0%) sepia(7%) saturate(13%) hue-rotate(342deg) brightness(96%) contrast(100%);
}
.footer ul li a i {
  font-size: 20px;
}
.footer ul li a span {
  display: block;
  color: #3d3c3c;
  font-size: 3.2vw;
  margin-top: 5px;
  text-transform: uppercase;
}
.footer ul li a:hover span, .footer ul li a:active span {
  color: #b31f24;
}

/*Visa Search Css*/
body.no-scroll,
.visa_search_modal.no-scroll {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  height: 100%;
}

.visa_search_modal.no-scroll .modal-content,
.visa_search_modal.no-scroll .modal-dialog {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.country_input {
  margin-top: -55px;
}
.country_input .input-select-country {
  z-index: 1;
  width: 96%;
  margin: 0 auto;
}

#country_select {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.visa_search_modal,
.single_date_modal {
  border-radius: 0;
  z-index: 1060;
  z-index: 1062;
  height: 100%;
  background-color: #fff;
  position: fixed !important;
  overflow-y: hidden !important;
}

.visa_search_modal .modal-dialog,
.single_date_modal .modal-dialog {
  margin: 0 auto;
  height: 100%;
  overflow-y: hidden;
}

.visa_search_modal .modal-dialog .modal-content,
.single_date_modal .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  height: 100%;
  overflow-y: hidden;
}

.visa_search_modal .modal-dialog .modal-content .modal-header,
.single_date_modal .modal-dialog .modal-content .modal-header {
  background-color: #f2f2f2;
  padding: 15px 0 75px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 115px;
  border-radius: 0;
}

.visa_search_modal .modal-dialog .modal-content .modal-header h1,
.single_date_modal .modal-dialog .modal-content .modal-header h1 {
  color: black;
  font-size: 5vw;
  font-weight: 600;
  margin-right: auto;
  margin-left: -14px;
}

.visa_search_modal .modal-dialog .modal-content .modal-header .btn-close,
.single_date_modal .modal-dialog .modal-content .modal-header .btn-close {
  background-image: none;
  color: #b31f24;
  opacity: 1;
  display: flex;
  align-items: center;
  box-shadow: none;
  justify-content: center;
  font-size: 6vw;
  margin: 0;
  margin-right: auto;
}

.visa_search_modal .modal-dialog .modal-content .modal_contentArea .form-control,
.single_date_modal .modal-dialog .modal-content .modal_contentArea .form-control {
  margin-top: -50px;
  height: 60px;
}

.visa_search_modal .modal-dialog .modal-content .modal_contentArea .twitter-typeahead,
.single_date_modal .modal-dialog .modal-content .modal_contentArea .twitter-typeahead {
  display: block !important;
  margin-top: -50px;
}

.visa_search_modal .modal-dialog .modal-content .modal_contentArea .twitter-typeahead .form-control,
.single_date_modal .modal-dialog .modal-content .modal_contentArea .twitter-typeahead .form-control {
  margin-top: 0;
}

.visa_search_modal .modal-dialog .modal-content .modal_contentArea .twitter-typeahead .tt-menu,
.single_date_modal .modal-dialog .modal-content .modal_contentArea .twitter-typeahead .tt-menu {
  overflow-y: auto;
  width: 100% !important;
  max-height: 81vh !important;
}

.visa_search_modal .modal-dialog .modal-content .modal_contentArea .twitter-typeahead .tt-menu .tt-suggestion,
.single_date_modal .modal-dialog .modal-content .modal_contentArea .twitter-typeahead .tt-menu .tt-suggestion {
  padding: 9px 6px !important;
  border-bottom: 1px solid #ccc;
  color: #3a3a3a;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.visa_search_modal .modal-dialog .modal-content .modal_contentArea .twitter-typeahead .tt-menu .tt-suggestion span,
.single_date_modal .modal-dialog .modal-content .modal_contentArea .twitter-typeahead .tt-menu .tt-suggestion span {
  background-color: #B31F24;
  color: #fff;
  display: inline-block;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  order: 2;
  margin-left: auto;
  width: 45px;
  margin-right: 5px;
}

.visa_search_modal .modal-dialog .modal-content .modal_contentArea .twitter-typeahead .tt-menu .tt-suggestion p,
.single_date_modal .modal-dialog .modal-content .modal_contentArea .twitter-typeahead .tt-menu .tt-suggestion p {
  margin-bottom: 0;
}

.visa_search_modal .modal-dialog .modal-content .modal_contentArea .twitter-typeahead .tt-menu .tt-suggestion p small,
.single_date_modal .modal-dialog .modal-content .modal_contentArea .twitter-typeahead .tt-menu .tt-suggestion p small {
  display: block;
  font-size: 12px;
}

.visa_search_modal .modal-dialog .modal-content .modal_contentArea .twitter-typeahead .tt-menu .tt-suggestion:before,
.single_date_modal .modal-dialog .modal-content .modal_contentArea .twitter-typeahead .tt-menu .tt-suggestion:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../flightsImages/plan_takOff.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.visa_search_modal.fade .modal-dialog,
.single_date_modal.fade .modal-dialog {
  transform: translateY(150px);
}

.visa_search_modal.show .modal-dialog,
.single_date_modal.show .modal-dialog {
  transform: none;
}

.absolute-heading {
  font-weight: bold;
  color: black;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: -25px;
}

.input-div {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.025);
  background-color: white;
  height: 60px;
  padding-left: 15px;
  border-radius: 8px;
  margin: 20px 0px;
  display: flex;
  align-items: center;
  position: relative;
}

.input-div:focus {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.025);
  border-color: #dee2e6 !important;
}

.input-div .custom-input {
  border: none;
  padding: 0px;
  cursor: pointer;
  flex: 1;
  background-color: white;
  /* Ensure background is white */
}

.input-div .custom-input:focus {
  box-shadow: none;
  outline: none;
}

.full_modal .modal-header {
  border-bottom: 0;
}

.full_modal .modal-header .btn-close {
  margin-right: auto;
  margin-left: 0;
}

.full_modal .modal-header .modal-title {
  margin-right: auto;
  font-size: 20px;
  color: #B31F24;
  font-weight: 700;
  text-transform: capitalize;
}

.full_modal .modal-body .form-control {
  background-color: #F8F7F7;
  height: 54px;
}

.full_modal .modal-body .suggestions {
  margin-top: 0;
  padding: 0;
  overflow: auto;
  max-height: calc(100dvh - 115px);
}

.full_modal .modal-body .suggestions h3 {
  margin: 15px 0;
  color: #B31F24;
  font-size: 18px;
  text-transform: capitalize;
}

.full_modal .modal-body .suggestions ul {
  margin-bottom: 0;
  margin-top: 0 !important;
}

.full_modal .modal-body .suggestions ul li a {
  padding: 17px 10px;
  font-size: 14px;
  border-bottom: 1px solid #E7E7E7;
  display: block;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #2f2f2f;
}

.full_modal .modal-body .suggestions ul li a:hover,
.full_modal .modal-body .suggestions ul li a:active,
.full_modal .modal-body .suggestions ul li a:focus,
.full_modal .modal-body .suggestions ul li a:visited {
  background-color: #efefef;
}

.full_modal .modal-body .suggestions ul li a img {
  height: 27px;
  width: 27px;
}

.full_modal .modal-body .suggestions ul li small {
  display: block;
  font-size: 12px;
  color: #828282;
}

.visa_search_modal .form-check {
  margin-left: 3px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 25px 0px;
  display: flex;
}

.visa_search_modal .form-check label {
  font-size: 17px;
  padding: 5px 0px 5px 10px;
  width: 85%;
}

.visa_search_modal .form-check .form-check-input {
  height: 20px;
  width: 20px;
  margin-left: 16px;
  margin-top: 7px;
}

.visa_search_modal .form-check .form-check-input:checked {
  border-color: #b31f24;
  background-color: #b31f24;
}

.inner_new_shadow {
  box-shadow: 0 0px 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px 0px 0px;
  padding: 1rem;
  margin-left: 3px;
  margin-right: 3px;
  height: calc(100dvh - 0px);
  background-color: #fff;
}

.white-small-div {
  height: -moz-max-content;
  height: max-content;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.025);
}

.single_date_modal {
  z-index: 9999;
}

.single_date_modal .modal-body {
  width: 95%;
  margin: 0 auto;
  border-radius: 15px;
  margin-top: -55px;
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0;
}

.applicant {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  border: 0;
  margin: 0 3px;
  border-radius: 15px;
  margin-top: 0 !important;
}

.pass_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #F7F7F7;
  padding-bottom: 15px;
}

.pass_row .left_area {
  display: flex;
  align-items: center;
  width: 50%;
}

.pass_row .left_area img {
  width: 45px;
  height: 45px;
  padding-right: 10px;
}

.pass_row .left_area h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.pass_row .left_area h4 span {
  display: block;
  font-size: 2.7vw;
  color: #555555;
}

.pass_row .right_area .input-group-btn {
  background: #fff;
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
  border: 1px solid #8A8686;
}

.pass_row .right_area .input-group-btn .btn {
  padding: 0;
  color: #B31F24;
  border: 0;
  outline: none;
}

.pass_row .right_area .form-control {
  width: 15vw;
  text-align: center;
  border: 0;
  margin-top: -3px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
}

.pass_row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.visa_search_modal .action_area {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.visa_search_modal .action_area .btn {
  font-size: 14px;
  text-transform: uppercase;
  width: 50%;
  color: white !important;
  background-color: #b31f24 !important;
  height: 45px;
}
.visa_search_modal .action_area .btn:hover, .visa_search_modal .action_area .btn:active {
  background-color: rgba(179, 31, 36, 0.7) !important;
}

/* Makeme_up */
.makeMe_up {
  margin-top: -55px;
  position: relative;
  z-index: 999;
  height: calc(100vh - 165px);
  overflow: hidden;
}
.makeMe_up::-webkit-scrollbar {
  display: none;
}

.list_numberFound {
  background-color: grey;
  color: white;
  padding: 5px;
  text-align: center;
}
.list_numberFound h4 {
  font-size: 0.8rem;
  font-weight: normal;
  margin: 0;
  color: #fff;
}

/* fetched_list Css */
.fetched_list {
  margin-bottom: 15px;
}
.fetched_list.expired {
  background-color: #ffdfe0;
}
.fetched_list.expired .price {
  background-color: #fdcecf !important;
}
.fetched_list .main_link {
  text-decoration: none;
}
.fetched_list .inner_top_area {
  display: flex;
}
.fetched_list .top_area {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.09);
}
.fetched_list .top_area .top_area_top_inner {
  padding: 5px;
  display: flex;
}
.fetched_list .top_area .top_area_top_inner .img {
  border-radius: 8px;
  height: auto;
  width: 33%;
}
.fetched_list .top_area .top_area_top_inner .img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.fetched_list .top_area .top_area_top_inner .name_rating {
  width: 67%;
  padding: 10px 0;
  padding-bottom: 3px;
  margin-left: 10px;
}
.fetched_list .top_area .top_area_top_inner .name_rating h2 {
  color: #3d3c3c;
  margin-bottom: 10px;
  font-size: 4.5vw;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.fetched_list .top_area .top_area_top_inner .name_rating h2::-webkit-scrollbar {
  display: none;
}
.fetched_list .top_area .top_area_top_inner .name_rating ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 3.5vw;
}
.fetched_list .top_area .top_area_top_inner .name_rating ul li {
  margin: 0 1px;
}
.fetched_list .top_area .top_area_top_inner .name_rating ul li i.fa-star {
  color: #ffc619;
}
.fetched_list .top_area .top_area_top_inner .name_rating ul li i.fa-star-half-stroke {
  color: #3d3c3c;
}
.fetched_list .top_area .top_area_top_inner .name_rating ul li span {
  color: #3d3c3c;
}
.fetched_list .top_area .top_area_top_inner .name_rating .location {
  display: flex;
  padding-bottom: 7px;
}
.fetched_list .top_area .top_area_top_inner .name_rating .location i {
  color: #b31f24;
  margin-right: 8px;
  width: 20px;
  text-align: center;
  margin-top: 2px;
}
.fetched_list .top_area .top_area_top_inner .name_rating .location i.fa-coffee {
  color: #3d3c3c;
}
.fetched_list .top_area .top_area_top_inner .name_rating .location i.fa-check-circle {
  color: #45cc1e;
}
.fetched_list .top_area .top_area_top_inner .name_rating .location p {
  color: #3d3c3c;
  font-size: 3.5vw;
  margin-bottom: 0;
}
.fetched_list .top_area .top_area_top_inner .name_rating .location p small {
  display: block;
  color: #44a6d5;
}
.fetched_list .top_area .top_area_top_inner .name_rating .price {
  background-color: #f2f2f2;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  width: 100%;
}
.fetched_list .top_area .top_area_top_inner .name_rating .price .taxes {
  line-height: 9px;
  width: 40%;
}
.fetched_list .top_area .top_area_top_inner .name_rating .price .taxes i {
  font-size: 2.5vw;
}
.fetched_list .top_area .top_area_top_inner .name_rating .price p {
  color: #8a8686;
  font-size: 13px;
  margin-bottom: 0;
}
.fetched_list .top_area .top_area_top_inner .name_rating .price p:last-child {
  color: #3d3c3c;
}
.fetched_list .top_area .top_area_top_inner .name_rating .price h1 {
  color: #b31f24;
  font-size: 3.4vw;
  font-weight: 900;
  margin-bottom: 0;
  margin-right: 10px;
  text-align: end;
}
.fetched_list .top_area .top_area_top_inner .name_rating .price h1 .linethrough_text {
  display: block;
}
.fetched_list .top_area .top_area_top_inner .name_rating .price h1 span {
  color: black !important;
  font-size: 2vw !important;
  font-weight: 400 !important;
}
.fetched_list .top_area.highlighted_card {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

.fetched_list .top_area .name_rating .price .taxes i {
  font-size: 2.5vw;
}

.fetched_list .top_area .name_rating .price .taxes i {
  color: #212529;
  font-weight: bold;
}

.duration {
  padding: 10px 0px;
  border-top: 1px solid lightgray;
}
.duration p {
  color: grey;
  margin: 5px;
  margin-bottom: 0;
  font-size: 3vw;
  width: -moz-fit-content;
  width: fit-content;
}
.duration p span {
  font-weight: bold;
  color: black;
}

.visa_price_details {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.09);
  border-color: #f2f2f2;
  padding: 10px;
  margin: 10px;
  background-color: #fff !important;
}
.visa_price_details .main_title {
  display: flex;
  margin-bottom: 5px;
}
.visa_price_details .main_title .price {
  color: #b31f24;
  font-weight: 900;
  font-size: bold;
  font-size: 4vw;
}
.visa_price_details .main_title .visa_duration {
  color: black;
  font-size: 3.4vw;
  font-weight: 900;
  margin-left: 10px;
  align-content: center;
}
.visa_price_details .visa_details .process {
  display: flex;
  align-items: center;
  padding: 5px 0px;
  width: 100%;
}
.visa_price_details .visa_details .process .title {
  color: black;
  font-size: 3.2vw;
  font-weight: bold;
  margin-left: 6px;
  text-transform: capitalize;
  width: 40%;
}
.visa_price_details .visa_details .process .info {
  color: grey;
  font-size: 3.2vw;
  font-weight: 600;
  padding-left: 20px;
  width: 50%;
}
.visa_price_details .visa_details .process:nth-child(odd) {
  background-color: #f2f2f2;
  border: 1px solid #e9e9e9;
}

.custom-div {
  display: flex;
  margin: 0px 0px 0px 10px;
  margin-bottom: 10px;
}

.red-square {
  display: block;
  height: 4px;
  width: 5px;
  margin-right: 2px;
  background-color: #b31f24;
}

.black-line {
  display: block;
  height: 4px;
  width: 30px;
  background-color: black;
}

/*********** lazyLoad ****************/
.lazyLoad .fetched_list .top_area .top_area_top_inner .img,
.lazyLoad .fetched_list .top_area .top_area_top_inner .name_rating .duration p:nth-child(odd),
.lazyLoad .fetched_list .top_area .top_area_top_inner .name_rating .price,
.lazyLoad .visaModify_search .row .col-6:nth-child(1) .input-group,
.lazyLoad .visaModify_search .row .col-12 .input-group,
.lazyLoad .visaModify_search .row .col-6 .white_btn {
  position: relative;
}
.lazyLoad .fetched_list .top_area .top_area_top_inner .img:after,
.lazyLoad .fetched_list .top_area .top_area_top_inner .name_rating .duration p:nth-child(odd):after,
.lazyLoad .fetched_list .top_area .top_area_top_inner .name_rating .price:after,
.lazyLoad .visaModify_search .row .col-6:nth-child(1) .input-group:after,
.lazyLoad .visaModify_search .row .col-12 .input-group:after,
.lazyLoad .visaModify_search .row .col-6 .white_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  border-radius: 5px;
  animation-duration: 3.1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: lazyLoad;
  animation-timing-function: linear;
  background: lightgray;
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 200% 100%;
}

.visaModify_search .row .col-12 .input-group:after,
.visaModify_search .row .col-6 .input-group:after,
.visaModify_search .row .col-6 .all_visa_box:after,
.visaModify_search .row .col-6 .white_btn {
  border-radius: 5px;
}

.lazyLoad .fetched_list .top_area .top_area_top_inner .name_rating .top_cont h2,
.lazyLoad .fetched_list .top_area .top_area_top_inner .name_rating .duration p:nth-child(even),
.lazyLoad .list_numberFound,
.lazyLoad .visaModify_search .row .col-6:nth-child(2) .input-group,
.lazyLoad .visaModify_search .row .col-6 .all_visa_box,
.lazyLoad .fetched_list .top_area .top_area_top_inner .name_rating .after_sub,
.lazyLoad .fetched_list .top_area .top_area_top_inner .name_rating .before_sub {
  position: relative;
}
.lazyLoad .fetched_list .top_area .top_area_top_inner .name_rating .top_cont h2:after,
.lazyLoad .fetched_list .top_area .top_area_top_inner .name_rating .duration p:nth-child(even):after,
.lazyLoad .list_numberFound:after,
.lazyLoad .visaModify_search .row .col-6:nth-child(2) .input-group:after,
.lazyLoad .visaModify_search .row .col-6 .all_visa_box:after,
.lazyLoad .fetched_list .top_area .top_area_top_inner .name_rating .after_sub:after,
.lazyLoad .fetched_list .top_area .top_area_top_inner .name_rating .before_sub: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, #c9c9c9 10%, #acacac 18%, #cccccc 33%);
  background-size: 200% 100%;
}

@keyframes lazyLoad {
  0% {
    background-position: -200% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
.lazyLoad .fetched_list .top_area .top_area_top_inner .img:after {
  border-radius: 22px;
}

.custom-modal-body {
  padding-top: 55px !important;
}

body.for_native_version form > .container-fluid {
  padding: 0;
}

body.for_native_version .sort_filterBtn {
  bottom: 14px;
}
body.for_native_version .overlapOne_header.scroll_content {
  height: calc(100dvh - 0px);
}
body.for_native_version .visa_search_modal .modal-header {
  display: none;
}
body.for_native_version .visa_search_modal .country_input {
  margin-top: 6px;
}
body.for_native_version .visa_search_modal .custom-modal-body {
  padding-top: 0 !important;
}
body.for_native_version .single_date_modal .modal-body {
  margin-top: 0;
  width: 100%;
}
body.for_native_version .single_date_modal .modal-body .inner_new_shadow {
  margin: 0;
}
body.for_native_version .sortAnd_filter_canvas .header {
  display: none;
}
body.for_native_version .sortAnd_filter_canvas .makeMe_up {
  margin-top: 0;
}

.animation_btn .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  background-color: #fff;
  border-radius: 50%;
  animation: bounce 1.2s infinite ease-in-out;
}

.animation_btn .dot:nth-child(1) {
  animation-delay: 0s;
}

.animation_btn .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.animation_btn .dot:nth-child(3) {
  animation-delay: 0.4s;
}

/* start of ribbon */
.ribbon {
  width: 100%;
  padding: 3px;
  font-family: Arial, sans-serif;
  font-size: 2.5vw;
  text-align: center;
  border-top: 1px solid lightgray;
  color: black;
}
.ribbon .subscribe-now-link {
  color: #b31f24;
}

/* end of ribbon */
@media screen and (min-width: 500px) {
  #off_canvas {
    display: flex;
  }
}
.visa-search-btn-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.visa-search-btn-wrapper .visa-btn-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  /* Safari animation fix */
  gap: 6px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

/* show animation */
.visa-search-btn-wrapper.loading .visa-btn-dots {
  opacity: 1;
  visibility: visible;
}

.visa-search-btn-wrapper .visa-btn-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  animation: visa-btn-bounce 1.2s infinite ease-in-out both;
  will-change: transform;
}

.visa-search-btn-wrapper .visa-btn-dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.visa-search-btn-wrapper .visa-btn-dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}

.search-btn.loading {
  color: transparent !important;
  text-shadow: none !important;
  height: 29px;
  caret-color: transparent;
}

@keyframes visa-btn-bounce {
  0%, 80%, 100% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(1);
  }
}
.visa_loader {
  position: relative;
}
.visa_loader .loader-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

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

.loader-wrap {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.loader-wrap.show {
  visibility: visible;
  opacity: 1;
}

.anim_list .dot {
  width: 14px;
  height: 14px;
  margin: 0 3px;
  border-radius: 50%;
  animation: bounce 1.2s infinite ease-in-out;
}

.anim_list .dot:nth-child(1) {
  animation-delay: 0s;
  background: #b31f24;
}

.anim_list .dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #3D3C3C;
}

.anim_list .dot:nth-child(3) {
  animation-delay: 0.4s;
  background: #FFC619;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */