:root {
  --red-color: #B31F24;
  --yellow-color: #FFC619;
  --heading-color: #8A8686;
  --sub-heading-color: #646464;
  --lato-font: "Lato", sans-serif;
  --black-color: #3D3C3C;
  --background-color: #F6F5F5;
  --grey-color: rgba(0, 0, 0, 0.025);
}

/* For modern browsers */
html {
  scrollbar-width: none;
  /* Firefox */
}

html,
body {
  overflow: hidden !important;
  opacity: 1;
  background-color: #FAFAFA;
}

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

.container {
  height: 100%;
}

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

.contentH_S {
  height: calc(100dvh - 124px) !important;
}

.content_hiStory {
  height: calc(100dvh - 58px) !important;
}

.star-rating {
  margin-top: 20px;
}
.star-rating i {
  font-size: 1.5rem;
  color: #FFC619;
}

.scroll_none {
  height: 100%;
  width: 100%;
}

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

body {
  background-color: #FAFAFA;
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
}

.form-control {
  box-shadow: none;
  outline: none;
}

.form-control:visited,
.form-control:focus,
.form-control:active {
  box-shadow: none;
  outline: none;
}

.header {
  padding: 15px 0 75px;
  background-color: #F2F2F2;
  background-size: cover;
  background-repeat: no-repeat;
  height: 115px;
}
.header .inner_header {
  display: flex;
  align-items: center;
}
.header .inner_header h3 {
  color: black;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-right: auto;
}
.header .inner_header h3 small {
  color: #ccc;
  font-size: 12px;
}
.header .inner_header h3 span {
  display: block;
  font-size: 10px;
  color: black;
  font-weight: 600;
}
.header .inner_header_height {
  align-items: flex-start;
}

.header .inner_header h3.visa_desc_title {
  margin-left: 25px;
}

.header .inner_header.two_inRow {
  justify-content: center;
}

.header .inner_header.two_inRow a.back {
  margin-right: auto;
}

.header .inner_header.two_inRow a.logo {
  margin-right: auto;
}

.header .inner_header.three_inRow a.back {
  margin-right: auto;
}

.header .inner_header.three_inRow {
  justify-content: center;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 99;
  background-size: cover;
  background-repeat: no-repeat;
}

.header .inner_header.three_inRow a.logo {
  margin-right: auto;
  margin-left: 20px;
}

.header .inner_header a.back img {
  width: 20px;
}

.header .inner_header a.edit img {
  width: 18px;
  vertical-align: sub;
}

.header .inner_header a.edit span {
  font-size: 14px;
  color: #fff;
  margin-left: 5px;
}

.off_banner {
  margin-top: -15px;
  text-align: center;
  margin-bottom: 7px;
}

.off_banner img {
  width: 90%;
}

.Blog-Container_S {
  transition: all 0.1s linear;
}
.Blog-Container_S:hover, .Blog-Container_S:active, .Blog-Container_S:focus, .Blog-Container_S:visited {
  transform: scale(0.96);
}

.content_S {
  height: calc(100dvh - 0px) !important;
}

.content_blog_detail_S {
  height: calc(100dvh - 0px) !important;
  padding-bottom: 77px !important;
}

.content {
  margin-top: -55px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 15px 15px 0px 0px;
  padding: 12px 15px 0px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  overflow-y: auto;
  height: calc(100dvh - 142px);
}

#blog-container {
  height: calc(100dvh - 121px) !important;
}

.content_wrapper_detail_S {
  height: calc(100dvh - 0px) !important;
  padding-bottom: 140px !important;
}
.content_wrapper_detail_S::-webkit-scrollbar {
  width: 0;
}

.content_wrapper {
  height: calc(100dvh - 65px);
  overflow: hidden;
  margin-top: -55px;
  padding: 5px;
}
.content_wrapper .content {
  height: 100%;
  max-height: inherit;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding-top: 10px;
}

.content h1 {
  color: #B31F24;
  font-size: 22px;
  font-weight: 600;
}

.wrraper .card-body {
  background-color: #fff;
  padding: 0;
}

.wrraper .card {
  border: 0;
}

.wrraper .card .form-control {
  font-size: 16px;
  /* box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.13); */
}

.booking_stats {
  justify-content: center;
}
.booking_stats .nav-item {
  width: 37%;
  margin: 0 10px;
}
.booking_stats .nav-item .nav-link {
  background-color: #fff;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.16);
  color: #9F9D9D;
  display: block;
  width: 100%;
}
.booking_stats .nav-item .nav-link.active {
  background-color: #FFC619;
  color: #B31F24;
  box-shadow: none;
}

.visa_tab_cont {
  height: 400px;
  overflow: auto;
}

.visas_list {
  margin-bottom: 10px;
}
.visas_list .card-body {
  padding: 10px 7px;
}
.visas_list .main_link {
  display: block;
  text-decoration: none;
  color: unset;
}
.visas_list .top_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #F2F2F2;
}
.visas_list .top_area h3 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
}
.visas_list .top_area h3 img {
  width: 25px;
  margin-right: 5px;
  vertical-align: bottom;
}
.visas_list ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 0 !important;
}
.visas_list ul li {
  font-size: 3vw;
  margin: 0 1vw;
}
.visas_list ul li:first-child {
  margin-left: 0;
}
.visas_list ul li:last-child {
  margin-right: 0;
}
.visas_list ul li img {
  width: 15px;
  height: 15px;
  margin-right: 3px;
  vertical-align: sub;
}
.visas_list ul li small {
  font-size: 2.5vw;
}
.visas_list ul li small emp {
  color: #B31F24;
}
.visas_list.expired {
  background-color: #FFDFE0;
}
.visas_list.expired ul {
  background-color: transparent !important;
}

.small_heighted {
  padding-bottom: 15px !important;
}
.small_heighted h2 {
  color: #fff;
  font-size: 18px;
  margin-right: auto;
  margin-bottom: 0;
}

.buttons_action {
  display: flex;
}
.buttons_action .btn {
  background-color: #B31F24;
  color: #fff;
  font-size: 3vw;
  margin: 0 5px;
  width: 100%;
  padding: 15px 0;
}
.buttons_action .btn img {
  display: block;
  margin: 0 auto;
  width: 15px;
  height: 15px;
  margin-bottom: 3px;
}
.buttons_action .btn i {
  margin-bottom: 3px;
  display: block;
  font-size: 4vw;
}
.buttons_action .btn.disabled_btn {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #d6d4d4;
  background-color: #959595;
}

.visa_country_name {
  padding: 5px 0;
}
.visa_country_name h3 {
  color: #B31F24;
  font-size: 18px;
  font-weight: 700;
}
.visa_country_name h3 img {
  width: 25px;
  margin-right: 5px;
  vertical-align: baseline;
}

.visa_booking_details {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-top: 15px;
}
.visa_booking_details h3 {
  font-size: 18px;
  color: #B31F24;
}
.visa_booking_details ul li {
  display: flex;
  justify-content: space-between;
  font-size: 3.5vw;
  border-bottom: 1px solid #F3F3F3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.visa_booking_details ul li span {
  color: #B31F24;
  font-size: 3.8vw;
}
.visa_booking_details ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.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 - 65px);
}

.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;
  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 small {
  display: block;
  font-size: 12px;
  color: #828282;
}

.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;
}

.header .inner_header .right_section a img {
  filter: brightness(0) saturate(0%) invert(75%) sepia(1) saturate(50000%) hue-rotate(30deg) !important;
}

.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;
}

.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;
}

.default {
  background: linear-gradient(to bottom, #b31f24 0%, rgba(90, 16, 18, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b31f24", endColorstr="#cc5a1012", GradientType=0);
  color: #fff;
  border-radius: 25px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 25px;
  display: block;
  width: 150px;
  height: 45px;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.country_banner {
  margin-top: -2px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 15px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  text-align: right;
  height: 35vw;
}
.country_banner img {
  width: 85%;
}
.country_banner .caption {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  text-align: left;
  padding-left: 5px;
}
.country_banner .caption h4 {
  font-size: 12px;
  margin-bottom: 0;
}
.country_banner .caption h4 span,
.country_banner .caption p span {
  background-color: #fff;
}
.country_banner .caption h1 {
  color: #2c2b2b;
  font-size: 4.2vw;
  font-weight: 900;
  text-transform: uppercase;
  margin: 5px 0;
  display: block;
  position: relative;
  padding-left: 20px;
}
.country_banner .caption h1:before {
  content: "";
  background-color: #d42029;
  height: 100%;
  width: 13px;
  left: 0;
  position: absolute;
}
.country_banner .caption p {
  font-size: 3.8vw;
  margin-bottom: 0;
  font-weight: 600;
  color: #d42029;
  position: relative;
  padding-bottom: 7px;
}
.country_banner .caption p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 36%;
  background-color: #FFC619;
}
.country_banner .placeholder-wave .placeholder {
  height: 35vw;
  border-radius: 5px;
}

.lazyloading_content .services_inc h3 {
  color: #888;
}
.lazyloading_content .services_inc h3:before, .lazyloading_content .services_inc h3:after {
  display: none;
}
.lazyloading_content .services_inc ul li:before {
  display: none;
}

.country_flag {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 7px solid #F8F8F8;
}

.country_flag img {
  width: 30px;
  margin-right: 6px;
  vertical-align: inherit;
}

.services_inc ul {
  padding-left: 0;
}

.services_inc ul li {
  list-style: none;
}

.services_inc h3 {
  color: #B31F24;
  font-size: 1.2rem;
  position: relative;
  padding-top: 25px;
  margin-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: capitalize;
  border-top: 7px solid #F8F8F8;
}
.services_inc h3:first-child {
  border: 0;
}
.services_inc h3:before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #3D3C3C;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.services_inc h3:after {
  content: "";
  width: 7px;
  height: 4px;
  background-color: #B31F24;
  position: absolute;
  left: 0;
  bottom: 0;
}

.services_inc h3:first-child {
  padding-top: 0;
  margin-top: 0;
}

.services_inc h3 small {
  font-size: 12px;
  margin-left: 5px;
}

.services_inc h6 {
  font-style: italic;
  font-weight: 700;
  color: #B31F24;
}

.services_inc ul li {
  font-size: 14px;
  color: #3D3C3C;
  margin-bottom: 10px;
  display: block !important;
  align-items: baseline;
  position: relative;
  padding-left: 15px;
}
.services_inc ul li::before {
  vertical-align: middle;
  color: #B31F24;
  margin-right: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 7px;
  position: absolute;
  top: 5px;
  left: 0;
}

.cancel_booking_modal .modal-header {
  border-bottom: 0;
}
.cancel_booking_modal .modal-header .btn-close {
  margin-top: -50px;
}
.cancel_booking_modal .modal-header img {
  margin-left: auto;
  margin-right: -29px;
  width: 66px;
}
.cancel_booking_modal .modal-body {
  text-align: center;
  color: #B31F24;
}
.cancel_booking_modal .modal-footer {
  border: 0;
  flex-wrap: nowrap;
}
.cancel_booking_modal .modal-footer .btn {
  border-radius: 0;
  margin: 0;
  border: 2px solid transparent;
}
.cancel_booking_modal .modal-footer .btn.btn_outline {
  background: #fff;
  border: 2px solid #B31F24;
  color: #B31F24;
}

.book_now {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
  background: #000;
  padding: 10px 0;
}

.book_now p {
  font-size: 15px;
  margin-bottom: 0;
  color: #D9D9D9;
  margin-right: 20px;
  line-height: 16px;
}

.book_now .form-control {
  padding: 0;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

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

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

.book_now h5 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.book_now h5 small {
  font-weight: normal;
  font-size: 10px;
}

.book_now h6 {
  color: #908e8e;
  font-size: 16px;
  text-decoration: line-through;
  text-decoration-color: #B31F24;
}

.book_now h7 {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
}

.book_now .btn {
  color: #fff;
  border-radius: 10px !important;
  text-transform: uppercase;
  font-size: 12px;
  width: 100%;
  text-transform: uppercase;
  border-bottom: 0;
  background-color: #B31F24;
  height: 37px;
}
.book_now .btn:hover {
  background-color: rgba(179, 31, 36, 0.7);
}

.iti__selected-country-primary {
  padding-right: 0 !important;
  padding-left: 2px !important;
}

.appointment .form-control {
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13);
  border-color: #F5F5F5;
  margin-bottom: 15px;
}

.appointment #date_pick .Zebra_DatePicker {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  width: 100% !important;
  box-shadow: none;
  padding: 0;
  background: #fff;
  border-radius: 0;
  margin-bottom: 15px;
  z-index: 1;
}

.error_trip_type {
  float: left;
  margin-top: 12px;
}

.appointment #date_pick .Zebra_DatePicker td {
  padding: 8px 5px;
}

.appointment #date_pick .Zebra_DatePicker .dp_header td,
.appointment #date_pick .Zebra_DatePicker .dp_actions td {
  color: #3D3C3C;
  padding: 10px 5px;
}

.appointment #date_pick .Zebra_DatePicker .dp_daypicker th {
  background: #fff;
  border: 0;
}

.appointment #date_pick .Zebra_DatePicker .dp_body td {
  background: #fff;
  border: 0;
}

.appointment #date_pick .Zebra_DatePicker .dp_body td.dp_selected {
  color: #B31F24;
  border: 1px solid #B31F24;
}

.appointment #date_pick .Zebra_DatePicker .dp_body td.dp_current {
  color: #000;
  font-weight: 700;
  border: 1px solid #B31F24;
}

.appointment #date_pick .Zebra_DatePicker .dp_body td.dp_weekend {
  color: #B31F24;
  cursor: not-allowed;
}

.payment_method .card {
  border: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.payment_method .card .card-body a {
  text-decoration: none;
  color: #3D3C3C;
  text-align: center;
}

.payment_method .card .card-body a img {
  height: 65px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.payment_method .card .card-body a h4 {
  font-size: 14px;
  font-weight: 700;
}

.success {
  text-align: center;
}

.success h3 {
  color: #B31F24;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}

.success img.main {
  width: 100%;
  margin-bottom: 25px;
}

.success p {
  color: #3D3C3C;
  font-size: 14px;
}

.success h4 {
  color: #3D3C3C;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
}

.success .card {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border: 0;
}

.success .card .card-body a {
  text-decoration: none;
  color: #3D3C3C;
  display: flex;
  align-items: center;
}

.success .card .card-body a img {
  width: 30px;
  height: 30px;
}

.success .card .card-body a span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
}

.success .btn {
  background-color: #B31F24;
  color: #fff;
  width: 200px;
  margin: 0 auto;
  display: block;
  border-radius: 25px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 14px;
}

.btn-primary {
  color: #fff;
  border-radius: 25px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  width: 165px;
  background-color: #B31F24;
  padding: 12px;
  text-transform: capitalize;
  font-size: 15px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited {
  background-color: rgba(179, 31, 36, 0.7) !important;
  color: white !important;
}

.pay_by_card h5 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.pay_by_card .btn-primary {
  background-color: #fff;
  border-color: #fff;
  border-width: 1px;
  width: 100%;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.pay_by_card .btn-primary img {
  display: block;
  margin: 0 auto;
  height: 30px;
  margin-top: 7px;
}

.pay_by_card .btn-primary span {
  color: #3D3C3C;
  font-weight: 700;
  font-size: 14px;
  margin-top: 7px;
  display: block;
}

.pay_by_card .btn-check:checked + .btn {
  background-color: #fff;
  border: 1px solid #B31F24;
}

.pay_by_card .form-control {
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13);
  border-color: #F5F5F5;
  margin-bottom: 15px;
}

.bank_transfer .alert {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.bank_transfer h4 {
  color: #3D3C3C;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 15px;
}

.bank_transfer td,
.bank_transfer th {
  font-size: 12px;
}

.bank_transfer .btn {
  background: linear-gradient(to bottom, #b31f24 0%, rgba(90, 16, 18, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b31f24", endColorstr="#cc5a1012", GradientType=0);
  color: #fff;
  border-radius: 25px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 25px;
  display: block;
  width: 200px;
  height: 45px;
  padding: 12px;
}

.bank_transfer .form-control {
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13);
  border-color: #F5F5F5;
  margin-bottom: 15px;
}

.doc_uploader {
  position: relative;
  height: 110px;
  margin-top: 15px;
  border: 1px dashed #3D3C3C;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.doc_uploader .form-control {
  margin-bottom: 0;
  height: 100%;
}

.doc_uploader .form-label {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  padding: 0 15px;
  cursor: pointer;
}

.doc_uploader .form-label img {
  display: block;
  margin: 20px auto;
}

.doc_uploader .form-label emp {
  color: #3D3C3C;
  display: block;
  font-size: 13px;
  text-align: center;
}

.tour_main {
  padding-bottom: 90px;
}

.tour_main h2 {
  font-weight: 800;
  font-size: 17px;
  color: #B31F24;
}

.tour_main section {
  padding-bottom: 20px;
}

.tour_main .tour_detail.name_rating {
  flex-direction: column;
  align-items: flex-start;
}

.tour_main .tour_detail.name_rating h2 {
  color: #3D3C3C;
  font-size: 6vw;
}

.tour_main .tour_detail.name_rating .tour_info {
  display: flex;
  margin: 4px 0;
}

.tour_main .tour_detail.name_rating .tour_info p {
  margin-bottom: 0;
  color: #3D3C3C;
  margin-right: 10px;
  font-size: 3.5vw;
}

.tour_main .tour_detail.name_rating .tour_info p i {
  margin-right: 2px;
  color: #B31F24;
}

.tour_main .tour_detail.name_rating .tour_info p:last-child {
  margin-right: 0;
}

.tour_main .tour_detail.name_rating ul {
  display: flex;
}

.tour_main .tour_detail.name_rating ul li {
  color: #FFC619;
}

.tour_main .tour_detail.name_rating ul li a {
  color: #3D3C3C;
  padding: 0 3px;
}

.tour_main .tour_short_desc ul {
  padding-left: 0;
  list-style: none;
}

.tour_main .tour_short_desc ul li {
  font-size: 13px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}

.tour_main .tour_short_desc ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B31F24;
  margin-right: 5px;
}

.tour_main .tour_short_desc p {
  font-size: 13px;
  color: #3D3C3C;
}

.tour_main .tour_short_desc ul {
  padding-left: 0;
  list-style: none;
}

.tour_main .tour_short_desc ul li {
  font-size: 13px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}

.tour_main .tour_short_desc ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B31F24;
  margin-right: 5px;
}

.tour_main .tour_short_desc .readMore_text {
  color: #3D3C3C;
  font-size: 13px;
}

.tour_main .tour_short_desc .readMore_text emp {
  display: none;
}

.tour_main .tour_short_desc .readMore_text[aria-expanded=true] emp {
  display: block;
}

.tour_main .tour_short_desc .readMore_text[aria-expanded=true] span {
  display: none;
}

.tour_main .tour_short_desc .accordion {
  margin-top: 25px;
}

.tour_main .tour_short_desc .accordion .accordion-item {
  border-color: #F7F7F7;
}

.tour_main .tour_short_desc .accordion .accordion-item .accordion-header .accordion-button {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  font-size: 13px;
  background-color: #F8F8F8;
  border-bottom: 2px solid #fff;
}

.tour_main .tour_short_desc .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #E1FEDF;
  color: #065F20;
}

.tour_main .tour_short_desc .accordion .accordion-item .accordion-header .accordion-button:visited,
.tour_main .tour_short_desc .accordion .accordion-item .accordion-header .accordion-button:focus,
.tour_main .tour_short_desc .accordion .accordion-item .accordion-header .accordion-button:active {
  box-shadow: none;
  outline: none;
}

.tour_main .tour_short_desc .accordion .accordion-item .accordion-body ul li {
  font-size: 13px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}

.tour_main .tour_short_desc .accordion .accordion-item .accordion-body ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B31F24;
  margin-right: 5px;
}

.tour_main .tour_short_desc .accordion .accordion-item:last-child .accordion-header .accordion-button {
  border-bottom: 0;
}

.tour_main .tour_short_desc .map iframe {
  width: 100%;
  height: 250px;
  margin: 20px 0;
}

.tour_main .services p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  border-bottom: 1px solid #F8F8F8;
  padding: 5px 0;
}

.tour_main .services p img {
  margin-right: 10px;
}

.tour_main .itinerary .nav {
  background-color: rgba(255, 198, 25, 0.1);
  flex-wrap: nowrap;
  padding: 5px;
  position: relative;
  padding-left: 30px;
}

.tour_main .itinerary .nav .nav-item {
  width: 100%;
}

.tour_main .itinerary .nav .nav-item .nav-link {
  background-color: #fff;
  padding: 0.5rem 0.7rem;
  border: 0;
  margin: 0 auto;
  color: #3D3C3C;
  border-radius: 5px;
}

.tour_main .itinerary .nav .nav-item .nav-link h1 {
  font-size: 3.8vw;
  text-align: center;
  margin-bottom: 0;
  color: #3D3C3C;
}

.tour_main .itinerary .nav .nav-item .nav-link h1 small {
  display: block;
}

.tour_main .itinerary .nav .nav-item .nav-link.active {
  background-color: #B31F24;
  color: #fff;
}

.tour_main .itinerary .nav .nav-item .nav-link.active h1 {
  color: #fff;
}

.tour_main .itinerary .nav .nav-item.legend {
  background-color: #FFC619;
  color: #B31F24;
  font-size: 3.5vw;
  transform: rotate(-90deg);
  padding: 4px 0px;
  text-align: center;
  position: absolute;
  width: 56px;
  top: 15px;
  left: -13px;
}

.tour_main .tour_iternary_inner {
  padding: 15px 0;
}

.tour_main .tour_iternary_inner .tour_source_desti {
  display: flex;
  justify-content: space-between;
}

.tour_main .tour_iternary_inner .tour_source_desti .points {
  width: 40%;
}

.tour_main .tour_iternary_inner .tour_source_desti .points h2 {
  font-size: 16px;
  color: #333232;
}

.tour_main .tour_iternary_inner .tour_source_desti .points h2 small {
  display: block;
  font-size: 12px;
}

.tour_main .tour_iternary_inner .tour_source_desti .points:last-child {
  text-align: right;
}

.tour_main .tour_iternary_inner .tour_source_desti .center {
  position: relative;
  text-align: center;
  width: 60%;
}

.tour_main .tour_iternary_inner .tour_source_desti .center:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #B31F24;
  background-color: #fff;
  position: absolute;
  left: -12px;
  top: 9px;
}

.tour_main .tour_iternary_inner .tour_source_desti .center:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #B31F24;
  background-color: #fff;
  position: absolute;
  right: -12px;
  top: 9px;
}

.tour_main .tour_iternary_inner .tour_source_desti .center span {
  height: 2px;
  border-top: 2px dashed #707070;
  display: block;
}

.tour_main .tour_iternary_inner .tour_source_desti .center p {
  margin-bottom: 0;
  font-size: 3vw;
  color: #A0A0A0;
}

.tour_main .tour_iternary_inner .tour_source_desti h2 {
  font-size: 17px;
}

.tour_main .new_tour_desc ul {
  padding-left: 0;
  list-style: none;
}

.tour_main .new_tour_desc ul li {
  font-size: 13px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}

.tour_main .new_tour_desc ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B31F24;
  margin-right: 5px;
}

.tour_main .host_info {
  width: 90%;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
}

.tour_main .host_info .desc h2 {
  color: #333232;
  font-size: 4.5vw;
  margin-bottom: 2px;
}

.tour_main .host_info .desc p {
  font-size: 3vw;
  color: #8A8686;
  margin-bottom: 0;
}

.tour_main .host_info .desc ul {
  display: flex;
  margin-bottom: 0;
}

.tour_main .host_info .desc ul li {
  color: #3D3C3C;
  font-size: 3.5vw;
}

.tour_main .host_info .desc ul li i {
  color: #FFC619;
}

.tour_main .host_info .img img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.tour_main .tour_booked_info {
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.11);
  padding: 10px;
}

.tour_main .tour_booked_info h3 {
  font-size: 14px;
}

.partial_payment {
  margin: 20px 0;
}

.partial_payment h5 {
  font-size: 16px;
  color: #646464;
  margin-bottom: 15px;
}

.partial_payment .form-check label {
  color: #646464;
  font-size: 16px;
}

.partial_payment .form-check label small {
  font-size: 13px;
  display: block;
  color: #B31F24;
}

.partial_payment .form-check .form-check-input:checked {
  background-color: #B31F24;
  border-color: #B31F24;
}

.visa_search_modal,
.single_date_modal {
  border-radius: 0;
  z-index: 1060;
}

.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;
}

.iti input {
  border: 0;
}
.iti input:focus, .iti input:active, .iti input:hover {
  outline: 0;
  border: 0;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.visa_search_modal .time_pick,
.single_date_modal .time_pick {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.visa_search_modal .time_pick .slot,
.single_date_modal .time_pick .slot {
  width: 33.3333333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.visa_search_modal .time_pick .slot .btn,
.single_date_modal .time_pick .slot .btn {
  width: 100%;
  border-radius: 0;
  font-size: 3vw;
  padding: 8px 2px;
  background-color: #fff;
  color: #B31F24;
  border-color: #B31F24;
  font-weight: 600;
  border-radius: 5px;
}

.visa_search_modal .time_pick .slot .btn-check:checked + .btn,
.visa_search_modal .time_pick .slot .btn.active,
.visa_search_modal .time_pick .slot .btn.show,
.visa_search_modal .time_pick .slot .btn:first-child:active,
.visa_search_modal .time_pick .slot :not(.btn-check) + .btn:active,
.single_date_modal .time_pick .slot .btn-check:checked + .btn,
.single_date_modal .time_pick .slot .btn.active,
.single_date_modal .time_pick .slot .btn.show,
.single_date_modal .time_pick .slot .btn:first-child:active,
.single_date_modal .time_pick .slot :not(.btn-check) + .btn:active {
  background-color: #B31F24;
  color: #fff;
}

.visa_search_modal .submit_time,
.single_date_modal .submit_time {
  margin-top: 10px;
}

.visa_search_modal .submit_time .btn,
.single_date_modal .submit_time .btn {
  width: 250px;
  font-size: 14px;
}

.visa_search_modal {
  overflow: hidden;
}

.traveler_selectionArea {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  margin-top: -60px;
}

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

.traveler_selectionArea .pass_row .left_area {
  display: flex;
  align-items: center;
}

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

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

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

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

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

.traveler_selectionArea .pass_row .right_area .input-group-btn .btn:focus,
.traveler_selectionArea .pass_row .right_area .input-group-btn .btn:visited,
.traveler_selectionArea .pass_row .right_area .input-group-btn .btn:active {
  box-shadow: none;
  outline: none;
}

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

.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;
}

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

.visa_search_modal .action_area .btn {
  font-size: 14px;
  text-transform: uppercase;
  width: 50%;
  color: white !important;
  background-color: red !important;
  height: 45px;
}
.visa_search_modal .action_area .btn:hover, .visa_search_modal .action_area .btn:active {
  background-color: black !important;
}

.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;
}

.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;
}

.single_date_modal .modal-footer {
  background-color: #000;
  justify-content: center;
  padding: 0;
  border: 0;
  flex-direction: column;
  box-shadow: 0px -3px 10px 1px rgba(0, 0, 0, 0.04);
  position: relative;
}

.single_date_modal .modal-footer .seleted_date {
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  width: 100%;
}

.single_date_modal .modal-footer .seleted_date p {
  font-weight: 400;
  font-style: normal;
  color: #8A8686;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
}

.single_date_modal .modal-footer .seleted_date h4 {
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
}

.single_date_modal .modal-footer .btn {
  border-color: #b31f24;
  margin-right: 0;
  width: 50%;
  border-radius: 25px;
  background: #b31f24;
  background: linear-gradient(to bottom, #b31f24 0%, #ed1c24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$mainclr", endColorstr="#ed1c24", GradientType=0);
  color: #fff;
  margin: 10px 0;
}

.single_date_modal .ui-datepicker td .ui-state-active {
  background-color: #B31F24 !important;
  color: #fff !important;
}

.modal_contentArea .form-check {
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.modal_contentArea .form-check-label {
  text-transform: capitalize;
  padding-left: 30px;
}

.modal_contentArea .form-check-label .form-check-input[type=radio] {
  margin-top: 0px;
  margin-left: 20px;
}

.red-heading {
  color: var(--red-color);
  text-transform: capitalize;
  font-size: 20px;
  margin: 10px 0px 2px 10px;
}

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

#store_visa_details {
  height: 100%;
}

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

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

.countries ul {
  background-color: white;
  padding: 0px;
  margin: 20px 0px;
}

.countries ul li {
  display: flex;
  padding: 10px;
  border-bottom: 2px solid var(--grey-color);
}

.countries ul li .label {
  text-transform: capitalize;
  font-size: 16px;
  padding-left: 10px;
  color: black;
}

.icon-div {
  height: 20px;
  width: 20px;
}


/* .form-floating {
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.025);
    padding: 10px;
    border-radius: 10px;
  }

  .form-floating label {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--heading-color);
    font-weight: 500;
    padding-left: 8px;
    display: flex;
    padding: 0;
    align-items: center;
  }

  .form-floating label img {
    margin-right: 10px;
  }

  .form-floating input {
    border: none;
    width: 100%;
  }

  .form-floating input:focus {
    border: none;
    outline: none;
  }

  .form-floating input::placeholder {
    font-size: 15px;
    text-transform: capitalize;
    color: var(--heading-color);
    font-weight: 500;
  } */
.visa_search .nav-pills {
  justify-content: space-between;
}

.visa_search .nav-pills .nav-item {
  width: 48%;
}

.visa_search .nav-pills .nav-item .nav-link {
  font-size: 3.1vw;
  border-radius: 13px;
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.24);
  color: #8A8686;
  padding: 1.6vw 3vw;
  width: 100%;
}

.visa_search .nav-pills .nav-item .nav-link img {
  width: 17px;
  height: 17px;
  margin-right: 2px;
}

.visa_search .nav-pills .nav-item .nav-link.active {
  background-color: #B31F24;
  color: #fff;
  box-shadow: none;
}

.visa_search .nav-pills .nav-item .nav-link.active img {
  filter: invert(99%) sepia(34%) saturate(151%) hue-rotate(254deg) brightness(230%) contrast(100%);
}

.visa_search .inpute_holder {
  position: relative;
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.11);
  border: 1px solid #f3f3f3;
  margin-bottom: 15px;
  padding: 4px 15px;
  border-radius: 10px;
}

.visa_search .inpute_holder label {
  font-size: 13px;
  margin-bottom: 5px;
  color: #8A8686;
  display: block;
}

.visa_search .inpute_holder label img {
  margin-right: 5px;
  vertical-align: sub;
  height: 24px;
  width: 24px;
}

.visa_search .inpute_holder .name_code {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.visa_search .inpute_holder .name_code .twitter-typeahead {
  display: block !important;
  width: 980%;
}

.visa_search .inpute_holder .form-control {
  border: 0;
  padding: 0;
  width: 85%;
  font-size: 14px;
}

.visa_search .inpute_holder .form-control:visited,
.visa_search .inpute_holder .form-control:active,
.visa_search .inpute_holder .form-control:focus {
  box-shadow: none;
}

.visa_search .inpute_holder strong {
  opacity: 1;
}

.visa_search .inpute_holder .trip_type_radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.visa_search .inpute_holder .trip_type_radio label {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 14px;
}

.visa_search .submit_search {
  text-align: center;
}

.visa_search .submit_search .btn {
  font-size: 14px;
  text-transform: uppercase;
  width: 50%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.visa_search .submit_search .btn i {
  margin-left: 5px;
}

.visa_search_modal .form-check .form-check-input {
  box-shadow: none !important;
}

.visa_search .form-check .form-check-input:checked {
  background-color: #B31F24;
  border-color: #B31F24;
}

.Zebra_DatePicker .dp_actions .dp_hover {
  background-color: #8c8c8c !important;
}

.Zebra_DatePicker .dp_actions .dp_next,
.Zebra_DatePicker .dp_actions .dp_previous {
  background-color: #B31F24;
  border-radius: 0;
  color: white;
}

.form-select_S {
  border: none;
  box-shadow: none !important;
  padding-top: 0;
}

.custom_date_canvas {
  height: 430px !important;
  z-index: 9999 !important;
}
.custom_date_canvas .Zebra_DatePicker {
  position: relative !important;
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
  width: 100% !important;
  box-shadow: none !important;
  padding: 0 !important;
  background: #fff !important;
  border-radius: 0 !important;
  margin-bottom: 15px !important;
  z-index: 1 !important;
}
.custom_date_canvas .Zebra_DatePicker td {
  padding: 8px 5px;
}
.custom_date_canvas .Zebra_DatePicker .dp_header td,
.custom_date_canvas .Zebra_DatePicker .dp_actions td {
  color: #3D3C3C;
  padding: 10px 5px;
}
.custom_date_canvas .Zebra_DatePicker .dp_daypicker th {
  background: #fff;
  border: 0;
}
.custom_date_canvas .Zebra_DatePicker .dp_body td {
  background: #fff;
  border: 0;
}
.custom_date_canvas .Zebra_DatePicker .dp_body td.dp_selected {
  color: #B31F24;
  border: 1px solid #B31F24;
}
.custom_date_canvas .Zebra_DatePicker .dp_body td.dp_current {
  color: #000;
}
.custom_date_canvas .Zebra_DatePicker .dp_body td.dp_current.dp_disabled {
  color: #ccc;
}
.custom_date_canvas .Zebra_DatePicker .dp_body td.dp_weekend {
  color: #B31F24;
  cursor: not-allowed;
}
.custom_date_canvas .Zebra_DatePicker .dp_body td.dp_weekend.dp_disabled {
  color: #ccc;
}

.login_div {
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.11);
  border: 1px solid #f3f3f3;
  padding: 8px 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.login_div .login_desc {
  padding-left: 15px;
}
.login_div .login_desc h4 {
  color: #B31F24;
  font-size: 4.5vw;
  font-weight: 500;
  margin-bottom: 8px;
}
.login_div .login_desc p {
  color: #646464;
  font-size: 3vw;
  margin-bottom: 8px;
}
.login_div .login_desc .btn {
  height: 25px;
  width: 25px;
  font-size: 14px;
}

.round_yellow {
  background-color: #FFC619;
  color: #B31F24;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
}

.country-div {
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.11);
  opacity: 1;
  /* padding: 10px; */
  border-radius: 10px;
  margin-bottom: 8px;
}
.country-div input:focus .country-div {
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.5) !important;
}

.country-div label {
  font-size: 14px;
  text-transform: capitalize;
  color: #6b6b6b;
  font-weight: 500;
  padding-left: 8px;
  display: flex;
  /* padding: 0; */
  padding-top: 8px;
  padding-bottom: 5px;
  align-items: center;
}

.country-div label img {
  margin-right: 10px;
  width: 20px;
}

.country-div input {
  border: none;
  width: 100%;
  outline: none;
  color: #343434;
}

.country-div input:focus {
  border: none;
  outline: none;
}

.country-div input::-moz-placeholder {
  font-size: 15px;
  text-transform: capitalize;
  color: var(--heading-color);
  font-weight: 500;
}

.country-div input::placeholder {
  font-size: 15px;
  text-transform: capitalize;
  color: var(--heading-color);
  font-weight: 500;
}

.btn.red_btn {
  color: #fff;
  background-color: #B31F24;
  border-radius: 25px;
  text-transform: uppercase;
}
.btn.red_btn:hover {
  background-color: rgba(179, 31, 36, 0.7);
  color: white;
}

/* Passenger */
.top {
  width: 100%;
  position: relative;
}

.top img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.absolute {
  position: absolute;
  top: 0;
  left: 0;
}

.absolute-icon {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: white;
  font-size: 20px;
}

.documents_accordion {
  background-color: #fff;
  border: none;
}
.documents_accordion .accordion-body {
  padding: 0;
  padding-top: 15px;
}

.documents_accordion .documents_button {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: 24px;
  text-transform: none;
  background-color: transparent !important;
  font-size: 4.5vw;
  color: #3d3d3d;
  width: -moz-max-content;
  width: max-content;
}

.documents_accordion .documents_button:focus {
  box-shadow: none;
  border-color: none;
}

.documents_accordion .documents_button:not(.collapsed),
body .applicant_information_section .accordian_section .documents_accordion .documents_button:not(:not(.collapsed)) {
  background-color: #f9f9f9;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

.documents_accordion .documents_button:not(.collapsed)::after,
.documents_accordion .documents_button:not(:not(.collapsed))::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238B0000'%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");
}

.documents_accordion .documents_button:not(.collapsed),
.documents_accordion .documents_button:not(:not(.collapsed)) {
  background-color: var(--background-color);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

.documents_accordion .documents_button:not(.collapsed)::after,
.documents_accordion .documents_button:not(:not(.collapsed))::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238B0000'%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");
  margin-left: 15px;
}

.documents_accordion .accordion_body .btn-group {
  width: 100%;
  height: 37px;
}

.documents_accordion .accordion_body .btn-group button:first-child {
  border-radius: 8px 0px 0px 8px;
}

.documents_accordion .accordion_body .btn-group button:last-child {
  border-radius: 0px 8px 8px 0px;
}

.documents_accordion .accordion_body .btn-group button {
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: var(--black-color);
  background-color: white;
  font-size: 16px;
  text-transform: capitalize;
}

.documents_accordion .accordion_body .btn-group button.selected {
  box-shadow: none;
  background-color: var(--red-color);
  color: white;
}

/* .documents_accordion .accordion_body .btn-group button.selected {
    background-color: var(--red-color);
    color: white;
  } */
/* .documents_accordion .accordion_body .btn-group button {
    box-shadow: none;
  } */
.input-divv {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.025);
  background-color: white;
  height: 60px;
  align-content: center;
  padding-left: 15px;
  border-radius: 8px;
  margin: 20px 0px;
}

.input-divv .custom-input {
  border: none;
  padding: 0px;
}

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

.input-divv small {
  color: grey;
  padding-bottom: 4px;
  font-size: 12px;
}

.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;
}

/* Specific placeholder styling for #phone_input */
#phone_input::-moz-placeholder {
  color: grey;
  /* Change this to your desired placeholder color */
  background-color: transparent;
  /* Ensure background is transparent */
}
#phone_input::placeholder {
  color: grey;
  /* Change this to your desired placeholder color */
  background-color: transparent;
  /* Ensure background is transparent */
}

.input-div .flag-div {
  margin-right: 10px;
}

.input-div select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.contact-info-section {
  padding: 10px 10px 24px 10px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.11);
}

.contact-info {
  color: var(--black-color);
  font-weight: bold;
  font-size: 18px;
  text-transform: capitalize;
}

.div-diff {
  display: flex !important;
  align-items: center;
}
.div-diff .iti--show-flags input#phone {
  padding-left: 0 !important;
  width: 100%;
}

.iti--allow-dropdown input.iti__tel-input {
  padding-left: 0 !important;
  width: 100%;
}

.div-diff .flag-div {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.div-diff .flag-div img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.black-div {
  background-color: black;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.black-div .pay {
  font-weight: 400;
  text-transform: capitalize;
}

.black-div .Rs {
  font-weight: 600;
  text-transform: uppercase;
}

.black-div .cancel-Rs {
  font-weight: 100;
  color: grey;
  text-transform: uppercase;
  text-decoration: line-through;
  text-decoration-color: var(--red-color);
}

.black-div .btn-div {
  display: block;
  height: 40px;
  width: 170px;
  border-radius: 25px;
  text-align: center;
  align-content: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: var(--red-color);
  color: white;
}

/* heading icon */
.heading-icon {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.heading-icon span {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 500;
}

.input-class {
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.arrow-down-icon {
  margin-top: 8px;
  margin-right: 15px;
}

.red-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  height: 44px;
  width: 150px;
  font-size: 14px;
  border-radius: 30px;
  background-color: var(--red-color);
  color: white;
}

.search-icon {
  /* padding-left: 10px;
  font-size: 12px; */
  margin-left: 6px;
}

.red-btn:hover {
  color: white;
}

.btn-div {
  display: flex;
  justify-content: center;
  margin: 10px 0px 10px 0px;
}

.custom-top {
  align-items: center;
}
.custom-top .absolute-heading {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0 !important;
  margin-left: 15px !important;
}
.custom-top .absolute-icon {
  color: #B31F24;
}

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

.search-btn {
  width: 50% !important;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.next_btn {
  width: 40%;
  height: 44px;
  border-radius: 25px;
  color: white !important;
  background-color: #b31f24 !important;
  margin: 0 auto;
}
.next_btn:hover, .next_btn:active, .next_btn:focus, .next_btn:visited {
  background-color: #000 !important;
}

.next_btn_disabled {
  width: 40%;
  height: 44px;
  border-radius: 25px;
  color: white !important;
  background-color: #666 !important;
  margin: 0 auto;
  margin-bottom: 10px !important;
}

.input-class::-moz-placeholder {
  text-transform: none !important;
}

.input-class::placeholder {
  text-transform: none !important;
}

.book_now.cancel-Rs h6 {
  color: #908e8e;
  font-size: 16px;
  text-decoration: line-through;
  text-decoration-color: #B31F24;
}

.passenger-heading {
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  color: white;
  text-transform: capitalize;
  font-size: 20px;
  width: 100%;
}

.white-big-div {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  height: -moz-max-content;
  height: max-content;
  width: 90%;
  border-radius: 10px;
  position: absolute;
  top: 46%;
  background-color: white;
  left: 50%;
  transform: translateX(-50%);
}

.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);
}

.occupation-confirm-button {
  margin-top: 70px;
  margin-bottom: 35px;
  /* margin-bottom: 50px !important; */
}

.top .input-country-div {
  position: absolute;
  top: 55%;
  left: 50%;
  border: none;
  height: 65px;
  border-radius: 10px;
  width: 90%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.025);
}

.top .input-country-div::-moz-placeholder {
  text-transform: capitalize;
  font-size: 15px;
}

.top .input-country-div::placeholder {
  text-transform: capitalize;
  font-size: 15px;
}

.top .input-country-div:focus {
  box-shadow: none;
  border: none;
}

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

.custom-top {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.general_page {
  padding-top: 15px !important;
  padding-bottom: 10px;
  height: calc(100dvh - 123px);
}
.general_page .bg_area_text h3 {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  color: #494949;
}
.general_page .bg_area_text h3 p {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  color: #494949;
}
.general_page h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #B31F24;
  padding-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.general_page p {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  color: #494949;
}
.general_page h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #B31F24;
  padding-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.general_page h3 span {
  color: black !important;
  margin-bottom: 8px !important;
  display: block !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  border-bottom: 2px solid #B31F24 !important;
  padding-bottom: 10px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.general_page ul {
  padding-left: 0;
  margin-bottom: 0;
}
.general_page ul li {
  list-style-position: inside;
  font-size: 14px;
  color: #494949;
  margin-bottom: 10px;
}
.general_page ul li strong {
  color: #B31F24;
}
.general_page ul li:last-child {
  margin-bottom: 0;
}

.custom-modal-body {
  width: 100% !important;
  border-radius: 15px !important;
  margin-top: -15px !important;
  background-color: #fff !important;
  height: 100%;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-radius: 0 !important;
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.custom-modal-body ::-webkit-scrollbar-track {
  background: transparent;
}
.custom-modal-body ::-webkit-scrollbar-thumb {
  background: transparent;
}

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

.list-unstyled {
  margin-top: 16px !important;
  background-color: white !important;
}

.animated_btn {
  animation: circleScale 3s infinite;
}

@keyframes circleScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes circleScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*----------------*/
.passenger .title_head {
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.passenger .title_head h3 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-top: 20px;
}
.passenger .title_head h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 6px;
  background: #000;
}
.passenger .top_pass_block {
  background: #f9f9f9;
  padding: 10px 15px 1px;
  margin-bottom: 0;
}
.passenger .pass_info .pass_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}
.passenger .pass_info .pass_row a {
  font-size: 30px;
}
.passenger .pass_info .pass_row a i.fa.fa-phone {
  background: #09d2c8;
  color: #fff;
  padding: 15px;
  border-radius: 15px;
}
.passenger .pass_info .pass_row a i.fab.fa-whatsapp {
  background: #4FCE5D;
  color: #fff;
  padding: 10px;
  font-size: 40px;
  border-radius: 15px;
}
.passenger .btn {
  color: #fff;
  height: 80px;
  width: 80px;
  margin-top: 10px;
  border-radius: 50%;
  background: #b31f24;
  background: linear-gradient(to bottom, #b31f24 0%, #ed1c24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$mainclr", endColorstr="#ed1c24", GradientType=0);
}

#talkToUs {
  height: 50vh;
}
#talkToUs .offcanvas-body {
  padding-right: 0;
  padding-left: 0;
}

/*------blog design---------*/
.blog_search {
  position: relative;
}
.blog_search a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.blog_search a img {
  height: 18px;
  width: 18px;
}
.blog_search .form-control {
  border-radius: 30px;
  height: 55px;
  font-size: 14px;
  border-color: #D2D2D2;
}

.blog_listing {
  position: relative;
}
.blog_listing .blogList_top {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 25px 15px 0 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.blog_listing .nav-tabs {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
  padding-left: 0;
  overflow-y: hidden;
}
.blog_listing .nav-tabs li {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 14px;
  list-style: none;
}
.blog_listing .nav-tabs li a {
  border: 0;
  color: #8A8686;
  padding: 14px 8px;
  display: block;
}
.blog_listing .nav-tabs li a.active {
  border: 0;
  color: #000;
  border-bottom: 4px solid #B31F24;
  font-weight: 600;
}

.listOf_blog {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EBEBEB;
}
.listOf_blog:last-child {
  border: 0;
  padding-bottom: 0;
}
.listOf_blog .img {
  border-radius: 10px;
  max-width: 35%;
  height: 127px;
  overflow: hidden;
  flex: 0 0 35%;
}
.listOf_blog .img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listOf_blog .desc {
  max-width: 65%;
  flex: 0 0 65%;
}
.listOf_blog .desc h2 small {
  font-size: 13px;
  color: #B31F24;
  display: table;
  margin-bottom: 5px;
  font-weight: 500;
  vertical-align: super;
}
.listOf_blog .desc h2 span {
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  width: 54vw;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listOf_blog .desc p {
  font-size: 12px;
  color: #8A8686;
  margin-bottom: 5px;
}
.listOf_blog .desc ul {
  display: flex;
  gap: 5px;
  margin: 0;
  align-items: center;
  width: 100%;
  margin-top: 0 !important;
}
.listOf_blog .desc ul li {
  font-size: 2.5vw;
  color: #8A8686;
}
.listOf_blog .desc ul li img {
  vertical-align: sub;
  margin-right: 2px;
}
.listOf_blog .desc ul li .btn {
  background-color: #B31F24;
  color: #fff;
  font-size: 2.5vw;
  padding: 3px 6px;
  margin-left: auto;
}

.bookmark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lazyload .img,
.lazyload .desc h2 small,
.lazyload .desc h2 span,
.lazyload .desc p,
.lazyload .desc ul,
.lazyload .author_gallery h3, .lazyload.write_review h3, .lazyload.write_review .inputter,
.lazyload .star-rating,
.lazyload .submitter,
.lazyload .top_area {
  position: relative;
}
.lazyload .img:after,
.lazyload .desc h2 small:after,
.lazyload .desc h2 span:after,
.lazyload .desc p:after,
.lazyload .desc ul:after,
.lazyload .author_gallery h3:after, .lazyload.write_review h3:after, .lazyload.write_review .inputter:after,
.lazyload .star-rating:after,
.lazyload .submitter:after,
.lazyload .top_area: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, #D1D1D1 10%, #dddddd 18%, #D1D1D1 33%);
  background-size: 200% 100%;
}
.lazyload .top_area:after {
  height: 60px;
}
.lazyload .img:after,
.lazyload .desc h2 small:after,
.lazyload .desc p:nth-child(even):after, .lazyload.write_review h3:after,
.lazyload .star-rating:after,
.lazyload .top_area:after {
  background: linear-gradient(to right, #8A8686 10%, #dddddd 18%, #8A8686 33%) 200% 100%;
  background-size: 200% 100%;
}

@keyframes lazyLoad {
  0% {
    background-position: -200% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
.blogDetail {
  display: block;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.blogDetail .img {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 15px;
  position: relative;
}
.blogDetail .img a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFC619;
  border: 1px solid #B31F24;
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blogDetail .img a img {
  width: 15px;
  height: auto;
}
.blogDetail .desc {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 15px;
}
.blogDetail .desc p {
  margin-bottom: 10px;
}
.blogDetail .desc h2 {
  width: 100%;
  overflow: visible;
}
.blogDetail .desc h2 span {
  overflow: visible;
  white-space: pre-wrap;
  width: 100%;
}
.blogDetail p.paragraph {
  font-size: 14px !important;
  line-height: 24px;
}

.author_gallery {
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.author_gallery h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.author_gallery .gallery {
  display: flex;
  overflow-x: auto;
  gap: 15px;
}
.author_gallery .gallery .listOf_blog {
  align-items: center;
  border: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  flex: 0 0 60%;
  gap: 10px;
}
.author_gallery .gallery .listOf_blog .img {
  flex: 0 0 40%;
  max-width: 40%;
  height: 80px;
  margin-bottom: 0;
}
.author_gallery .gallery .listOf_blog .desc {
  flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 0;
}
.author_gallery .gallery .listOf_blog .desc h2 {
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.author_gallery .gallery .listOf_blog .desc h2 span {
  width: auto;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
}
.author_gallery .gallery .listOf_blog .desc p {
  margin-bottom: 0;
}

.write_review h3 {
  font-size: 16px;
  color: #B31F24;
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 8px;
  position: relative;
}
.write_review h3::before {
  content: "";
  width: 30px;
  height: 4px;
  background-color: #3D3C3C;
  position: absolute;
  left: 6px;
  bottom: 0;
}
.write_review h3::after {
  content: "";
  width: 5px;
  height: 4px;
  background-color: #B31F24;
  position: absolute;
  left: 0;
  bottom: 0;
}
.write_review .form-control {
  height: 85px;
  max-height: 85px;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
  font-size: 14px;
}
.write_review .form-control:focus {
  border: none !important;
  transform: scale(1) !important;
}
.write_review .btn {
  background-color: #B31F24;
  color: #fff;
  /* padding: 6px 12px; */
  width: 136px;
  height: 34px;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 15px;
  border: 0;
  border-radius: 8px;
}
.write_review .btn:hover, .write_review .btn:active, .write_review .btn:focus {
  background-color: rgba(179, 31, 36, 0.7);
  color: white;
}

.cutomer_reviews {
  margin-top: 20px;
}
.cutomer_reviews .top_area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cutomer_reviews .top_area .img {
  width: 50px;
  height: 50px;
}
.cutomer_reviews .top_area .img img {
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.cutomer_reviews .top_area .name h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cutomer_reviews .top_area .name p {
  color: #FFC619;
  margin-bottom: 0;
}
.cutomer_reviews .top_area .name p span {
  font-size: 12px;
  color: #3D3C3C;
}
.cutomer_reviews .top_area .day {
  font-size: 11px;
  color: #8A8686;
  margin-left: auto;
}
.cutomer_reviews .desc {
  margin-top: 15px;
}
.cutomer_reviews .desc p {
  font-size: 12px;
  color: #3D3C3C;
}

/*------USER PROFILE---------*/
.profile_main {
  margin-top: 10px;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  border: 0;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}
.profile_main ul {
  margin-bottom: 0;
}
.profile_main .form-floating .form-control {
  color: #000;
  font-size: 14px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.05);
}
.profile_main .form-floating .ico {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.profile_main .form-floating .ico img {
  border: 0;
  border-radius: 0;
  padding: 0;
  width: auto;
  margin-bottom: 0;
}
.profile_main .input-group .input-group-text {
  background-color: #fff;
}
.profile_main .input-group .input-group-text img {
  margin-right: 5px;
  border: 0;
  border-radius: 0;
  width: 25px;
  padding: 0;
  margin-bottom: 0;
}
.profile_main .btn {
  display: block;
  width: 100%;
  font-size: 14px;
}

.user_links {
  margin-top: 25px;
}
.user_links ul li {
  display: flex;
  align-items: center;
  font-size: 17px;
}
.user_links ul li i::before {
  color: #b31f24;
}
.user_links ul li.divider {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  padding-top: 0;
}
.user_links ul li a {
  display: block;
  padding: 10px 0;
  color: #3D3C3C;
  font-size: 4vw;
  text-decoration: none;
  text-transform: capitalize;
}
.user_links ul li a img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.change_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 25px;
}
.change_img a {
  color: #B31F24;
  margin-left: -15px;
  position: relative;
  z-index: 1;
}

#update-profile-form .user_profile label {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px solid #B31F24;
  position: relative;
}
#update-profile-form .user_profile label::after {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  bottom: -2px;
  right: -4px;
  background-image: url(../images/edit.svg);
  background-size: cover;
}
#update-profile-form .user_profile img {
  height: 100%;
  border-radius: 50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.user_profile {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.user_profile h3 {
  font-size: 1rem;
}
.user_profile h3 small {
  display: block;
}
.user_profile ul {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.user_profile ul li a {
  font-size: 20px;
  padding: 0 8px;
  color: #3D3C3C;
}

/*----------------*/
.footer {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: -1px;
  background: #fafafa;
  z-index: 1056;
  /*------------*/
}
.footer ul {
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 0 !important;
}
.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 i {
  font-size: 20px;
}
.footer ul li a span {
  display: block;
  color: #3D3C3C;
  font-size: 3.2vw;
  margin-top: 5px;
  text-transform: uppercase;
  opacity: 1;
}
.footer ul li a img {
  width: 24px;
  height: 24px;
}
.footer ul li a:hover span, .footer ul li a:active span {
  color: #B31F24;
}

.country-div input:focus + .country-div {
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.5) !important;
}/*# sourceMappingURL=style.css.map */