/** Global CSS **/
*, body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
}

a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

a:hover {
  color: #DC3545;
}

.theme_btn {
  color: #DC3545;
  border-color: #DC3545;
  padding: .8em 3em;
  background-color: #FFF2F2;
}

.theme_btn_sm {
  color: #DC3545;
  border-color: #DC3545;
  padding: .8em 2em;
  background-color: #FFF2F2;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.theme_btn_sm.active {
  border-color: #DC3545;
  background-color: #DC3545;
}

.theme_btn_sm:hover {
  border-color: #DC3545;
  background-color: #DC3545;
}

.theme_btn.active {
  border-color: #DC3545;
  background-color: #DC3545;
}

.theme_btn:hover {
  border-color: #DC3545;
  background-color: #DC3545;
}

.btn-white {
  background-color: #fff;
}

.text-black {
  transition: all 300ms ease-in-out;
  color: #000;
}

.status {
  width: fit-content;
  background: #00D215;
  border-radius: 24.1071px;
  font-weight: 400;
  font-size: 11.5714px;
  line-height: 14px;
  color: #FFFFFF;
  padding: .2em 1em .2em 1.8em;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}

.status::before {
  content: '';
  background-color: #fff;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 10%;
  top: 40%;
}

.section-title {
  text-align: center;
}

.section-title-h {
  font-size: 30px;
  font-weight: 700;
  line-height: 46.5px;
  color: #DC3545;
  position: relative;
  margin-bottom: 31px;
}

.section-title-h::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: 52px;
  background-color: #DC3545;
}

.section-title-p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  max-width: 555px;
  color: #6C757D;
}

.room_meta_title {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  opacity: 0.5;
}

.pagination_wrap {
  padding-top: 15px;
}

.pagination_wrap .pagination {
  justify-content: center;
}

.pagination_wrap .pagination .page-item .page-link {
  color: rgba(0, 0, 0, 0.5);
}

.pagination_wrap .pagination .page-item.active .page-link {
  color: #DC3545;
  background-color: #fff;
  border: 1px solid #ddd;
}

.item_details .item_main_title {
  display: flex;
  justify-content: space-between;
}

.item_details .item_main_title h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
}

.item_details .reviews {
  display: flex;
  color: #DC3545;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #DC3545;
  margin-bottom: .5em;
}

.item_details .reviews .rating {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  display: flex;
}

.item_details .reviews .rating li {
  font-size: 15px;
  padding-right: 5px;
}

.item_details .reviews span {
  padding-left: 10px;
}

.item_details .item_address {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  opacity: 0.5;
}

.item_details .room_galary {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
}

.item_details .room_galary a {
  margin-right: 20px;
  width: 85px;
  height: 72px;
  overflow: hidden;
  border-radius: 4px;
}

.item_details .room_galary a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item_details .room_aminities span {
  margin-bottom: 15px;
  display: inline-block;
  font-size: 13px !important;
  opacity: 0.8;
}

.item_details .room_aminities .room_meta_title {
  opacity: 0.6;
}

.item_details .room_aminities ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: flex-start;
}

.item_details .room_aminities ul li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1 !important;
  margin-right: 35px;
}

.item_details .room_aminities ul li a img {
  display: block;
  height: 27px;
}

.item_details .room_aminities ul li a span {
  margin-bottom: 0;
  color: #000;
  margin-top: 8px;
}

.item_details .room_aminities a.see_more_btn {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  opacity: 0.8;
  margin-bottom: 15px;
  display: inline-block;
  text-decoration: underline;
  margin-top: 7px;
}

.item_details .customer_review {
  margin-top: 10px;
}

.item_details .customer_review .c_reviewlist {
  display: flex;
  color: #82C188;
  list-style: none;
  padding-left: 0;
}

.item_details .customer_review .c_reviewlist li {
  padding-right: 5px;
}

.item_details .hotel_terms ul {
  list-style: none;
  padding-left: 0;
  display: flex;
}

.item_details .hotel_terms ul li {
  padding-right: 15px;
  font-size: 16px;
}

.item_details .hotel_terms ul li a img {
  width: 18px;
}

.item_details > a {
  font-size: 12px;
  text-decoration: underline;
  display: none;
}

/** Global CSS Ends **/
header {
  position: relative;
  z-index: 1;
}

header .navbar .nav-item {
  color: #333333;
  padding-left: 35px;
}

header .navbar .nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

header .navbar .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 1px;
  background-color: #0000008C;
}

header .navbar .nav-item:first-child .nav-link::after {
  display: none;
}

header .navbar .navbar-contact-info img {
  width: 178px;
}

.banner {
  background-position: center;
  background-repeat: no-repeat;
  height: 565px;
}

.inner_content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.inner_content .form {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  margin-top: -15px;
  z-index: 1000 !important;
}

.inner_content .form div {
  padding: 1em 0 1em 1em;
  flex: 1;
  margin-top: -1px;
}

.inner_content .form div:last-child {
  padding-right: 1em;
}

.inner_content .form div select {
  border: 1px solid #CED4DA;
  border-radius: 4px;
  color: #8b8d8f;
  height: 49px !important;
}

.header-main-slider {
  z-index: 0 !important;
  position: relative;
}

.header-main-slider .owl-nav .owl-next, .header-main-slider .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.7) !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header-main-slider .owl-nav .owl-next span, .header-main-slider .owl-nav .owl-prev span {
  font-size: 34px !important;
}

.header-main-slider .owl-nav .owl-next:hover, .header-main-slider .owl-nav .owl-prev:hover {
  color: rgba(0, 0, 0, 0.7);
}

.header-main-slider .owl-nav .owl-next {
  right: 18px;
}

.header-main-slider .owl-nav .owl-prev {
  left: 18px;
}

.searchbox {
  margin: 40px 0;
}

.searchbox .search_image_ads {
  display: none;
}

.searchbox .search_inner_box {
  display: flex;
}

.searchbox .tab-content {
  background: #F2FAFF;
  width: 82%;
}

.searchbox .ads_img_contaainer {
  width: 28%;
  margin-top: -12px !important;
}

.searchbox .ads_img_contaainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.searchbox .ads_img_contaainer:first-child {
  margin-right: 25px;
}

.searchbox .ads_img_contaainer:last-child {
  margin-left: 25px;
}

.searchbox .form_field_group {
  flex: 1;
}

.searchbox .form_field_group .nav-pills {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.searchbox .form_field_group .nav-pills .nav-item .nav-link {
  background-color: #fff;
  border: 2px solid #DC3545;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  padding: 1em 2.324em;
  border-radius: 0;
  width: 100%;
}

.searchbox .form_field_group .nav-pills .nav-item .nav-link.active {
  position: relative;
  border-radius: 0;
  color: #fff;
  background-color: #DC3545;
  border: 1px solid #DC3545;
}

.searchbox .form_field_group .nav-pills .nav-item .nav-link.active::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
  bottom: -8px;
  left: 40%;
  background: #DC3545;
  text-align: center;
}

.searchbox .form_field_group .nav-pills .nav-item:first-child {
  border-left: 0px solid #ddd;
}

.searchbox .form_field_group .nav-pills .nav-item:nth-child(2) .nav-link, .searchbox .form_field_group .nav-pills .nav-item:nth-child(3) .nav-link, .searchbox .form_field_group .nav-pills .nav-item:nth-child(4) .nav-link, .searchbox .form_field_group .nav-pills .nav-item:nth-child(5) .nav-link, .searchbox .form_field_group .nav-pills .nav-item:nth-child(6) .nav-link {
  border-left: 1px solid #DC3545;
}

.searchbox .form_field_group .tab-content {
  background-color: #F2FAFF;
  padding: 2.5em 1em;
  margin-top: -13px;
}

.searchbox .form_field_group .tab-content .form-select {
  height: 49px !important;
  margin-bottom: 4px;
  color: #8b8d8f !important;
}

.searchbox .form_field_group .tab-content .form-control {
  border: 1px solid #CED4DA !important;
  border-radius: 4px !important;
  color: #8b8d8f !important;
  height: 49px !important;
}

.searchbox .form_field_group .tab-content .form-check-input:checked {
  background-color: #DC3545;
  border-color: #DC3545;
}

.searchbox .form_field_group .btn-main {
  margin-top: 10px;
  background-color: #DC3545;
  border: 1px solid #DC3545;
  padding: .7em 2em;
  color: #fff;
  font-weight: 600;
}

.nav_forsearch {
  height: 70px;
}

.form_item_slider {
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0px !important;
}

.form_item_slider .nav-item .nav-link {
  height: 80%;
}

.form_item_slider .nav-item .nav-link.active {
  height: 80%;
}

.form_item_slider::-webkit-scrollbar {
  height: 5px !important;
}

.form_item_slider::-webkit-scrollbar-track {
  border-radius: 15px !important;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.form_item_slider::-webkit-scrollbar-thumb {
  border-radius: 15px !important;
  background-color: #DC3545;
  outline: -1px solid #b32e3b;
}

.termsbox {
  background: #F2FAFF;
  padding: 3em;
}

.termsbox .termsgroup {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0 !important;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 2rem;
  row-gap: 3rem;
}

.termsbox .termsgroup li {
  text-align: center;
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.termsbox .termsgroup li img {
  margin-bottom: 15px;
}

.termsbox .termsgroup li p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
}

.aboutevent {
  background: #fff;
  padding: 2em;
  min-height: 464px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutevent .about_inner {
  width: 70%;
  margin: 0 auto;
  background-image: url("../img/aboutbg.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: left top;
  text-align: center;
}

.aboutevent .about_inner .about_inner_bg {
  padding: 2em 8em;
  background-image: url("../img/aboutbg2.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: bottom right;
  text-align: center;
}

.aboutevent .about_inner .about_inner_bg h2 {
  line-height: 200%;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
}

.aboutevent .about_inner .about_inner_bg h2 span {
  font-weight: 300;
}

.aboutevent .about_inner .about_inner_bg h2::before {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 72px;
  height: 2px;
  background-color: #DC3545;
  display: block;
  margin: 0 auto;
}

.aboutevent .about_inner .about_inner_bg p {
  color: #333333;
  opacity: 0.8;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.eventattraction {
  background-color: #F2FAFF;
  padding: 4em 8em;
  position: relative;
}

.eventattraction .main_box {
  text-align: center;
  display: block;
}

.eventattraction .main_box h2 {
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 37px;
}

.eventattraction .main_box img {
  margin-bottom: 20px;
  margin-top: 10px;
}

.eventattraction .main_box a {
  display: inline-block;
  color: #DC3545;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
}

.eventattraction .main_box.headliners {
  display: flex;
}

.eventattraction .main_box.headliners a {
  padding-left: 32px;
  align-self: center;
}

.eventattraction .event_title {
  position: absolute;
  transform: rotate(-90deg);
  top: 50%;
  right: 0%;
}

.eventattraction .event_title h1 {
  color: #000;
  font-weight: 700;
}

.eventattraction .event_title h1 span {
  color: #DC3545;
}

.heightlights {
  padding: 4em;
}

.heightlights .highlightsGroups {
  position: relative;
}

.heightlights .highlightsGroups .hightlight_content {
  max-width: 364px;
  margin: 0 auto;
}

.heightlights .highlightsGroups .hightlight_content h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
}

.heightlights .highlightsGroups .hightlight_content h6 {
  line-height: 30px;
  color: #DC3545;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

.heightlights .highlightsGroups .hightlight_content p {
  color: #828282;
}

.heightlights .highlightsGroups .owl-nav {
  position: absolute;
  top: 85%;
  left: 10.5%;
}

.heightlights .highlightsGroups .owl-nav .owl-next {
  margin-left: 30px;
}

.upcoming_event {
  background: #F2FAFF;
}

.upcoming_event .highlightsGroups .owl-nav {
  position: absolute;
  top: 85%;
  left: 62%;
}

.upcoming_event .highlightsGroups .owl-nav .owl-next {
  margin-left: 30px;
}

.previous_event {
  padding: 4em 0;
}

.previous_event h1 {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 700;
}

.previous_event ul.eventcards {
  position: relative;
  list-style: none;
  padding-left: 0;
}

.previous_event ul.eventcards .eventcard img {
  width: 100%;
  margin-bottom: 15px;
}

.previous_event ul.eventcards .eventcard h4 {
  font-size: 18px;
}

.previous_event ul.eventcards .eventcard h4 a {
  color: #0F0000;
  list-style: none;
  text-decoration: none;
}

.previous_event ul.eventcards .eventcard h4 a:hover {
  color: #DC3545;
}

.previous_event ul.eventcards .eventcard span {
  font-size: 16px;
  opacity: 0.7;
}

.previous_event ul.eventcards .owl-nav .owl-next {
  top: 40%;
  position: absolute;
  right: -20px;
  background: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.previous_event ul.eventcards .owl-nav .owl-prev {
  top: 40%;
  position: absolute;
  left: -20px;
  background: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.footer .mainfooter {
  background-image: url("../img/footerbg.png");
  background-size: cover;
  background-position: center;
  padding: 3em 0;
}

.footer .footer_col {
  margin: 0 2em;
}

.footer .footer_col.about {
  margin-left: 0;
}

.footer .footer_col.info {
  margin-right: 0;
}

.footer .footer_col h2 {
  color: #DC3545;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}

.footer .footer_col h2::after {
  content: '';
  margin-top: 10px;
  width: 30px;
  height: 1px;
  background: #DC3545;
  display: block;
}

.footer .footer_col .footerslides-item-info p {
  font-weight: 500;
  line-height: 18px;
}

.footer .footer_col .footerslides .owl-dots {
  display: flex;
  justify-content: start;
  margin-top: 22px;
}

.footer .footer_col .footerslides .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  background: #C7C7C7;
  display: block;
  transition: opacity .2s ease;
  border-radius: 30px;
  margin-right: 12px !important;
}

.footer .footer_col .footerslides .owl-dots .owl-dot span:first-child {
  margin-left: 0 !important;
}

.footer .footer_col .footerslides .owl-dots .owl-dot.active span {
  background: #DC3545;
  width: 10px !important;
}

.footer .footer_col ul {
  padding-left: 0;
  list-style: none;
}

.footer .footer_col ul.socialmedia {
  display: flex;
}

.footer .footer_col ul.socialmedia li {
  padding-right: 10px;
}

.footer .footer_col p {
  color: rgba(51, 51, 51, 0.75);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
}

.footer .footer_col .address_title {
  color: #666666;
}

.footer .footer_col .addresses {
  color: rgba(51, 51, 51, 0.75);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
}

.footer .footer_col .footerslides .footerslides-item img {
  width: 40px;
  margin-top: 3px;
  margin-bottom: 16px;
}

.footer .quickLinks {
  padding: 16px 0;
  background-color: #DC3545;
}

.footer .quickLinks .nav .nav-link {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-transform: capitalize;
  padding: 0 25px 0 0;
}

.footer .quickLinks .nav .nav-link:hover {
  opacity: 0.9;
}

.footer .copyright {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer .copyright .copylayout {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .copyright .copylayout .copy_text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  /* identical to box height, or 125% */
  color: rgba(51, 51, 51, 0.75);
}

/** Search Page **/
.page_title {
  background: #DC3545;
  background-image: url("../img/pagetitlebg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page_title h1 {
  color: #fff;
  padding: .5em 0;
  margin-bottom: 0;
}

.page_searchbox {
  background: #F2FAFF;
  padding: 2em 0;
}

.page_searchbox .search_box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 1.5em;
}

.page_searchbox .search_box h5 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #DC3545;
}

.page_searchbox .search_box .form-select {
  height: 49px;
  width: 100%;
}

.page_searchbox .search_box .search_submit button {
  background: #DC3545;
  color: #fff;
  width: 100%;
  height: 47px;
  border: 1px solid #DC3545;
}

.searchlist {
  padding: 4em 0;
}

.searchlist .searchitem {
  display: flex;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 48px;
}

.searchlist .searchitem .item_details {
  width: 33.33%;
  padding: 2em;
}

.searchlist .searchitem .other_room_list {
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.searchlist .searchitem .other_room_list .room_box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 2em;
  display: flex;
}

.searchlist .searchitem .other_room_list .room_box_img {
  border-radius: 7px;
  overflow: hidden;
  width: 213px;
  height: 160px;
}

.searchlist .searchitem .other_room_list .room_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.searchlist .searchitem .other_room_list .room_box .inner_room_meta {
  flex: 1;
  padding: 0 0 0 1.5em;
  display: flex;
  align-items: center;
}

.searchlist .searchitem .other_room_list .room_box .inner_room_meta .room_metas {
  flex: 1;
  padding-right: 1.5em;
  align-self: flex-start;
}

.searchlist .searchitem .other_room_list .room_box .inner_room_meta .room_metas .room_type {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}

.searchlist .searchitem .other_room_list .room_box .inner_room_meta .room_metas .form-control_input {
  color: rgba(0, 0, 0, 0.5);
  position: relative;
}

.searchlist .searchitem .other_room_list .room_box .inner_room_meta .room_metas .form-control_input input {
  padding-left: 110px;
}

.searchlist .searchitem .other_room_list .room_box .inner_room_meta .room_metas .form-control_input .pre_value {
  position: absolute;
  top: 7px;
  left: 18px;
}

.searchlist .searchitem .other_room_list .room_box .inner_room_meta .room_metas .form-control_input .pre_value i {
  padding-right: 10px;
}

.searchlist .searchitem .other_room_list .room_box .inner_room_meta .room_metas .hotel_info span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  opacity: 0.5;
}

.searchlist .searchitem .other_room_list .room_box .inner_room_meta .room_metas .hotel_info span i {
  padding-right: 10px;
  color: orange;
}

.searchlist .searchitem .other_room_list .room_box .inner_room_meta .price_details {
  width: 180px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 1em;
  text-align: center;
}

.searchlist .searchitem .other_room_list .room_box .inner_room_meta .price_details h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #DC3545;
  margin-bottom: 0;
}

.searchlist .searchitem .other_room_list .room_box .inner_room_meta .price_details span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin-bottom: 20px;
}

.searchlist .searchitem .other_room_list .total_costing {
  display: flex;
  padding: 1em 2em;
  justify-content: space-between;
  align-items: center;
}

.searchlist .searchitem .other_room_list .total_costing .ttal_amt {
  display: flex;
  align-items: center;
}

.searchlist .searchitem .other_room_list .total_costing .ttal_amt .theme_btn {
  margin-left: 15px;
}

.searchlist .searchitem .other_room_list .total_costing h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}

/** End Search Page **/
/** Booking Page **/
.details_page {
  padding: 4em 0;
}

.details_page .dp_title {
  margin-bottom: 20px;
}

.details_page .dp_title h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 0;
}

.details_page .dp_title span {
  color: #DC3545;
}

.details_page .dp_boxes {
  border: 1px solid #CED4DA;
}

.details_page .dp_boxes .dp_box_details {
  padding: 1.5em;
  border-top: 1px solid #CED4DA;
}

.details_page .dp_boxes .dp_box_details h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  opacity: 0.5;
}

.details_page .dp_boxes .dp_box_details .dp_item_box {
  padding: 1.5em;
  border: 1px solid #CED4DA;
  background-color: #F2FAFF;
  margin-bottom: 25px;
}

.details_page .dp_boxes .dp_box_details .dp_item_box .dp_item_form .form-select {
  height: 49px;
}

.details_page .dp_boxes .dp_box_details .dp_item_box .dp_item_form .form-control {
  height: 49px;
}

.details_page .dp_boxes .dp_box_details .dp_item_box .dp_room_info span {
  background-color: #DC3545;
  color: #fff;
  padding: .2em 1em;
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 15px;
}

.details_page .dp_boxes .dp_box_details .dp_item_box .dp_room_info h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  opacity: 0.5;
}

.details_page .dp_boxes .dp_box_details .dp_item_box .dp_room_info ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
}

.details_page .dp_boxes .dp_box_details .dp_item_box .dp_room_info ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #000000;
  opacity: 0.5;
}

.details_page .dp_boxes .dp_box_details .dp_item_box .dp_room_info ul li:last-child {
  padding-left: 15px;
}

.details_page .dp_boxes .dp_box .dp_room_feature {
  border-left: 1px solid #CED4DA;
  padding: 1.5em;
  background-color: #F2FAFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: right;
  color: #000000;
  opacity: 0.5;
}

.details_page .dp_boxes .dp_box .dp_room_feature table {
  width: 60%;
}

.details_page .dp_boxes .dp_box .dp_room_feature table .dp_feature_name {
  text-align: right;
}

.details_page .dp_boxes .dp_box .dp_room_feature table .text-left {
  text-align: left;
  padding-left: 15px;
}

.details_page .dp_boxes .dp_box .dp_inner_box {
  padding: 1.5em 1.3em !important;
}

.details_page .dp_boxes .dp_box .dp_inner_box .dp_aminities h6 {
  font-weight: 600;
  margin-bottom: -7px !important;
}

.details_page .dp_boxes .dp_box .dp_inner_box .dp_aminities ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap !important;
}

.details_page .dp_boxes .dp_box .dp_inner_box .dp_aminities ul li {
  background-color: #DC3545;
  color: #fff;
  border-radius: 20px;
  padding: .2em 1em;
  margin-right: 10px;
  margin-bottom: 10px;
}

.details_page .dp_boxes .total_amt {
  display: flex;
  justify-content: space-between;
  padding: 1em 1.5em;
  align-items: center;
  border-top: 1px solid #CED4DA;
}

.details_page .dp_boxes .total_amt .t_amt_title span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.5);
}

.details_page .dp_boxes .total_amt h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #DC3545;
  margin-bottom: 0;
}

.details_page .button_container {
  margin-top: 40px;
  text-align: center;
}

/** End Booking Page **/
/** Confirmed Page **/
.confirmed_booking {
  margin: 0 auto;
  width: 735px;
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: center;
}

.confirmed_booking .booking_card {
  text-align: center;
  max-width: 735px;
  box-shadow: 4px 4px 15px 0px #D3D3D340;
  border-radius: 30px;
  border: 1px solid #E3E3E3;
}

.confirmed_booking .booking_card .banner_card {
  padding: 5em 2em 3em 2em;
  background-color: #0B8C56;
  color: #fff;
  border-radius: 20px 20px 0 0;
}

.confirmed_booking .booking_card .banner_card i {
  font-size: 50px;
}

.confirmed_booking .booking_card .banner_card p {
  font-weight: 500;
  font-size: 25px;
}

.confirmed_booking .booking_card .card_meta {
  padding: 40px;
}

.confirmed_booking .booking_card a {
  color: #DC3545;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  color: #DC3545;
}

.confirmed_booking .booking_card .booking_num {
  width: 80%;
  margin: 0 auto;
  border-top: .5px dashed #ddd;
  padding-top: .5em;
  border-bottom: .5px dashed #ddd;
  padding-bottom: .5em;
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
}

.confirmed_booking .booking_card span {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.8;
}

.confirmed_booking .back_to {
  background-color: #DC3545;
  color: #fff;
  padding: .8em 2em;
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
}

/** End Confirmed Page **/
/** Transfer Page **/
.transfer_search {
  padding: 2em 0 2em 0;
}

.transfer_search .ts_title h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #333333;
  margin-bottom: 0;
}

.transfer_search .ts_title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  opacity: 0.5;
}

.transfer_search .ts_title span.ts_title_info {
  background: rgba(220, 53, 69, 0.05);
  border-radius: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  padding: .2em 1em;
  display: inline-block;
  margin-top: 10px;
}

.transfer_search .ts_title span.ts_title_info i {
  padding-right: 15px;
}

.transfer_search .arrival_ch .nav-pills {
  justify-content: center;
}

.transfer_search .arrival_ch .nav-pills .nav-item .nav-link {
  color: rgba(0, 0, 0, 0.5);
  line-height: 38px;
}

.transfer_search .arrival_ch .nav-pills .nav-item .nav-link.active {
  background: transparent;
  color: #DC3545;
}

.transfer_search .arrival_ch .nav-pills .nav-item .nav-link.active::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #DC3545;
}

.transfer_search .arrival_ch .tab-content .product_cards {
  position: relative;
  margin-bottom: 15px;
  margin-top: 40px;
}

.transfer_search .arrival_ch .tab-content .product_cards .product_card {
  border: 1px solid #ddd;
  padding: 1em 0;
  background: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 15px;
}

.transfer_search .arrival_ch .tab-content .product_cards .product_card h4 {
  padding: 1em 0 0 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #DC3545;
}

.transfer_search .arrival_ch .tab-content .product_cards .product_card span {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.transfer_search .arrival_ch .tab-content .product_cards .product_card img {
  width: fit-content;
  margin-bottom: 10px;
  margin: 0 auto;
}

.transfer_search .arrival_ch .tab-content .product_cards .product_card ul {
  list-style: none;
  text-align: left;
  margin-bottom: .2em;
}

.transfer_search .arrival_ch .tab-content .product_cards .product_card ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 8px;
  color: #000000;
}

.transfer_search .arrival_ch .tab-content .product_cards .product_card ul li i {
  padding-right: 15px;
}

.transfer_search .arrival_ch .tab-content .product_cards .product_card .showmore {
  padding: 0 2em;
  display: block;
  text-align: left;
  text-decoration: underline;
  text-transform: capitalize !important;
}

.transfer_search .arrival_ch .tab-content .product_cards .product_card .tb_price {
  background: #FFF2F2;
  padding: .6em 0;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #DC3545;
}

.transfer_search .arrival_ch .tab-content .product_cards .product_card .theme_btn {
  margin-bottom: 15px;
}

.transfer_search .arrival_ch .tab-content .product_cards .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

.transfer_search .arrival_ch .tab-content .product_cards .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
}

.transfer_search .button_container {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.transfer_search .form-select {
  height: 49px;
}

.transfer_search .form-control {
  height: 49px;
}

/** End Transfer Page **/
.featured {
  padding: 46px 0 89px 0;
}

.featured .owl-dots {
  margin-top: 83px !important;
}

.featured .owl-dots .owl-dot.active span {
  background-color: #DC3545 !important;
}

.featured .featured-block {
  position: relative;
}

.featured .featured-block .featured-item {
  border: 1px solid #00000040;
  border-radius: 10px;
  background: #FFFFFF;
  padding: 25px 43px;
}

.featured .featured-block .featured-item-img {
  width: 227px;
}

.featured .featured-block .featured-item .badge-green {
  background-color: #00D215;
  border-radius: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  min-width: 88px;
  height: 21px;
}

.featured .featured-block .featured-item .sm-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: white;
  margin-right: 8px;
}

.featured .featured-block .featured-item-title {
  color: #DC3545;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}

.featured .featured-block .featured-item ul li {
  opacity: 0.5;
}

.featured .featured-block .featured-item ul li span:first-child {
  width: 16px;
  margin-right: 14px;
}

.featured .featured-block .featured-item ul li span:last-child {
  font-size: 16px;
  font-weight: 400;
}

.featured .featured-block .featured-item .price-tag {
  font-weight: 700;
  font-size: 22px;
}

.featured .featured-block .featured-item .btn {
  min-width: 132px;
  background-color: white;
}

.featured .featured-block .featured-item .btn:hover {
  background-color: #DC3545;
  color: white;
}

.featured .featured-block .owl-nav .owl-prev, .featured .featured-block .owl-nav .owl-next {
  position: absolute;
  border: 2px solid #00000040;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.featured .featured-block .owl-nav .owl-prev:hover, .featured .featured-block .owl-nav .owl-next:hover {
  color: rgba(0, 0, 0, 0.7);
}

.featured .featured-block .owl-nav .owl-prev {
  left: -5px;
  top: 40%;
}

.featured .featured-block .owl-nav .owl-next {
  right: -5px;
  top: 40%;
}

/** Transfer Details **/
.td_arrival h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}

.td_arrival .td_arrival_form {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.td_arrival .td_arrival_form .td_details {
  padding: 1em;
  background: #FFF2F2;
  border-radius: 10px 0 0 10px;
}

.td_arrival .td_arrival_form .td_inputs {
  padding: 1em;
}

.td_arrival .td_arrival_form .td_inputs .form-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.td_arrival .td_arrival_form .ts_picks span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #333333;
  opacity: 0.5;
}

.td_arrival .td_arrival_form .ts_date {
  display: flex;
  justify-content: space-between;
}

.td_arrival .btn-outline-secondary {
  border-color: transparent !important;
}

/** End Transfer Details **/
.tours-pg .tour-featured {
  padding: 30px 0 60px 0;
}

.tours-pg .tour-featured-block {
  margin-top: 5rem;
}

.tours-pg .tour-featured-item .col-right .tour-featured-item-title {
  color: #DC3545;
  font-size: 28px;
  font-weight: 700;
  line-height: 25px;
}

.tours-pg .tour-featured-item .col-right .tour-featured-item-list {
  max-width: 450px;
}

.tours-pg .tour-featured-item .col-right .tour-featured-item-list li img {
  max-width: 17px;
}

.tours-pg .tour-featured-item .col-right .tour-featured-item-list li span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.tours-pg .tour-featured-item .col-right .tour-featured-item-info p {
  font-size: 28px;
  color: #000;
  font-weight: 700;
}

.tours-pg .tour-featured .owl-dots {
  margin-top: 83px !important;
}

.tours-pg .tour-featured .owl-dots .owl-dot.active span {
  background-color: #DC3545 !important;
}

.tours-pg .tour-featured-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27.5px;
}

.tours-pg .tour-featured-item-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}

.tours-pg .tour-featured-item-info .price-tag {
  color: #DC3545 !important;
}

.tours-pg .tour-featured-item-info .price-tag span {
  font-size: 16px;
  font-weight: 600;
  color: #8e8e8e;
  display: block;
}

.tours-search-pg .tours-search .container .tours-search-block-1 {
  background-color: #f2faff;
  border: 1px solid #00000033;
}

.tours-search-pg .tours-search .container .tours-search-block-1 .tours-search-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tours-search-pg .tours-search .container .tours-search-block-1 .tours-search-item-content h6 {
  color: #DC3545;
  font-weight: 700;
  font-size: 18px;
}

.tours-search-pg .tours-search .container .tours-search-block-1 .tours-search-item-content span {
  color: #494949;
  font-size: 14px;
  font-weight: 600;
}

.tours-search-pg .tours-search .container .tours-search-block-1 .tours-search-item-content p {
  color: #8e8d8e;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.tours-search-pg .tours-search .container .tours-search-block-1 .tours-search-item .price-tag {
  font-weight: 700;
  font-size: 28px;
  color: #DC3545;
}

.tours-search-pg .tours-search .container .tours-search-block-1 .tours-search-item .price-tag span {
  color: #8e8d8e;
  font-size: 14px;
  font-weight: 600;
}

.tours-search-pg .tours-search .container .tours-search-block-1 .tours-search-item .theme_btn.btn-outline-secondary:hover {
  background-color: #DC3545 !important;
}

.tours-search-pg .tours-search .container .tours-search-block-2-top h3 {
  font-size: 18px;
  font-weight: 600;
}

.tours-search-pg .tours-search .container .tours-search-block-2-top label {
  font-weight: 600;
  font-size: 18px;
}

.tours-search-pg .tours-search .container .tours-search-block-2-top .form-select {
  height: 49px;
  color: rgba(29, 28, 29, 0.7);
}

.tours-search-pg .tours-search .container .tours-search-block-2 .tours-search-cards .tours-card {
  border: 1px solid #00000033 !important;
  box-shadow: 0px 4px 15px 0px #0000001A;
}

.tours-search-pg .tours-search .container .tours-search-block-2 .tours-search-cards .tours-card .card-body .card-title {
  font-weight: 700;
  font-size: 18px;
  color: #DC3545;
}

.tours-search-pg .tours-search .container .tours-search-block-2 .tours-search-cards .tours-card .card-body .card-sub-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}

.tours-search-pg .tours-search .container .tours-search-block-2 .tours-search-cards .tours-card .card-body .card-text {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #8e8d8e;
}

.tours-search-pg .tours-search .container .tours-search-block-2 .tours-search-cards .tours-card .card-body .card-body-bottom .price-tag {
  font-size: 28px;
  font-weight: 700;
  color: #DC3545;
}

.tours-search-pg .tours-search .container .tours-search-block-2 .tours-search-cards .tours-card .card-body .card-body-bottom .price-tag span {
  color: #8e8d8e;
  font-size: 14px;
  font-weight: 600;
}

.tours-search-pg .tours-search .container .tours-search-block-2 .tours-search-cards .tours-card .card-body .card-body-bottom .bg-white:hover {
  background-color: #DC3545 !important;
}

.tours-details-pg .tours-details {
  padding: 62px 0;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-item {
  border: 1px solid #B3B3B3;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-item .col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-item .tours-details-badge {
  background-color: #DC3545;
  height: 31px;
  border-radius: 25px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 700;
  color: white;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-item-title {
  font-size: 14px;
  font-weight: 700;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-item .col-text > p {
  font-size: 14px;
  font-weight: 600;
  color: #494949;
  opacity: 0.5;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-item .col-text-list li span:first-child {
  width: 20px !important;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-item .col-text-list li:nth-child(1) span:first-child {
  width: 17px;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-item .col-text-list li:nth-child(2) span:first-child {
  width: 13px;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-item .col-text-list li:nth-child(3) span:first-child {
  width: 16px;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-item .col-text-list li:nth-child(4) span:first-child {
  width: 14px;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-item .col-text-list li span:last-child {
  font-size: 14px;
  font-weight: 700;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-item .tours-details-item-top {
  padding: 22px 0;
  border-bottom: 1px solid #00000033;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-item .tours-details-item-bottom h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-item .tours-details-item-bottom p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333;
  opacity: 0.5;
  margin-bottom: 7px;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-item .tours-details-item-bottom a {
  color: #DC3545;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-item .tours-details-item-bottom .price-tag {
  font-weight: 700;
  font-size: 25px;
  line-height: 34.05px;
  color: #DC3545;
  opacity: 1;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-total {
  border: 1px solid #0000004D;
  border-top: none;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-total .price-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-total .price-text span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 14.5px;
}

.tours-details-pg .tours-details .tours-details-block-1 .tours-details-total .price-tag {
  font-weight: 700;
  font-size: 24px;
}

.tours-details-pg .tours-details .tours-details-block-2 .tours-details-form .form-control, .tours-details-pg .tours-details .tours-details-block-2 .tours-details-form .form-select {
  border: 1px solid #CED4DA;
  height: 49px;
  color: #ced4da;
}

.tours-details-pg .tours-details .tours-details-block-2 .tours-details-form h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24.5px;
}

.info-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  background-color: rgba(255, 0, 0, 0.05);
  border-radius: 25px;
  padding: 11px 24px;
  display: inline-block;
}

.info-text-icon {
  color: rgba(0, 0, 0, 0.5);
}

.visa-pg .places {
  position: relative;
}

.visa-pg .places .section-title {
  margin-bottom: 30px;
}

.visa-pg .places .section-title h5 {
  font-size: 25.6px;
  font-weight: 400;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.5);
}

.visa-pg .places .section-title h3 {
  color: #bf1e2e;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.visa-pg .places-item {
  min-width: 310px;
  min-height: 200px;
}

.visa-pg .places-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visa-pg .places-item-name {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 24.2px;
  margin-top: 20px;
}

.visa-pg .places .owl-nav .owl-next {
  top: 30%;
  position: absolute;
  right: -20px;
  background: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.visa-pg .places .owl-nav .owl-prev {
  top: 30%;
  position: absolute;
  left: -20px;
  background: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.visa-details-pg .visa .visa-details-block-1 {
  padding: 51px 0 20px 0;
}

.visa-details-pg .visa .visa-details-block-1 h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24.51px;
  margin-bottom: 21px;
}

.visa-details-pg .visa .visa-details-block-1 .visa-details-item {
  background: #F2FAFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.visa-details-pg .visa .visa-details-block-1 .visa-details-item-list {
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.visa-details-pg .visa .visa-details-block-1 .visa-details-item-list .visa-detail-item-icon {
  width: 14px;
  margin-right: 10px;
}

.visa-details-pg .visa .visa-details-block-1 .visa-details-item-list .visa-details-item-text {
  color: #333;
  font-weight: 700;
  font-size: 16p;
  line-height: 25px;
}

.visa-details-pg .visa .visa-details-block-1 .visa-details-item-bottom .col-left h6 {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.visa-details-pg .visa .visa-details-block-1 .visa-details-item-bottom .col-left p {
  color: #333;
  opacity: 0.5;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.visa-details-pg .visa .visa-details-block-1 .visa-details-item-bottom .col-left a {
  color: #DC3545;
  font-weight: 700;
  font-size: 14px;
}

.visa-details-pg .visa .visa-details-block-1 .visa-details-item-bottom .col-right .price-tag {
  color: #DC3545;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
}

.visa-details-pg .visa .visa-details-block-1 .visa-details-item-bottom .col-right .price-tag span {
  color: #333;
  opacity: 0.5;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: block;
}

.visa-details-pg .visa .visa-details-block-2 .visa-details-form .form-control, .visa-details-pg .visa .visa-details-block-2 .visa-details-form .form-select {
  border: 1px solid #CED4DA !important;
  min-height: 49px;
  border-radius: 4px !important;
}

.visa-details-pg .visa .visa-details-block-2 .visa-details-form .form-control::placeholder, .visa-details-pg .visa .visa-details-block-2 .visa-details-form .form-select::placeholder {
  color: #ABB5BE !important;
}

.visa-details-pg .visa .visa-details-block-2 .visa-details-form .form-item-elem-title {
  color: #333;
  font-size: 16p;
  font-weight: 600;
  line-height: 22px;
}

.visa-details-pg .visa .visa-details-block-2 .visa-details-form .visa-details-form-title {
  color: #DC3545;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
}

.visa-details-pg .visa .visa-details-block-2 .visa-details-form .visa-details-form-item .visa-badge {
  background-color: #DC3545;
  border-radius: 25px;
  height: 31px;
  padding: 0 15px;
  font-weight: 700;
}

.visa-details-pg .visa .visa-details-block-2 .visa-details-form .visa-details-form-item form {
  border: 1px solid #00000026;
}

.rest-pg .rest {
  padding: 70px 0;
}

.rest-pg .rest .rest-form form .form-control, .rest-pg .rest .rest-form form .form-select {
  min-height: 49px;
}

.rest-pg .rest .rest-featured .rest-featured-title {
  margin-bottom: 29px;
}

.rest-pg .rest .rest-featured .rest-featured-title h3 {
  font-weight: 700;
  color: #333;
  font-size: 28px;
  line-height: 33.89px;
}

.rest-pg .rest .rest-featured .rest-featured-items .rest-featured-item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #0000001A;
}

.rest-pg .rest .rest-featured .rest-featured-items .rest-featured-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rest-pg .rest .rest-featured .rest-featured-items .rest-featured-item-text h5 {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
}

.rest-pg .rest .rest-featured .rest-featured-items .rest-featured-item-text p {
  color: rgba(51, 51, 51, 0.5);
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.rest-pg .rest .rest-featured .rest-featured-items.rest-slider {
  position: relative;
}

.rest-pg .rest .rest-featured .rest-featured-items.rest-slider .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
}

.rest-pg .rest .rest-featured .rest-featured-items.rest-slider .owl-nav .owl-prev, .rest-pg .rest .rest-featured .rest-featured-items.rest-slider .owl-nav .owl-next {
  border: 1px solid #00000040;
  width: 31px;
  height: 31px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.5);
}

.rest-pg .rest .rest-featured .rest-featured-items.rest-slider .owl-nav .owl-next {
  margin-left: 8px;
  background: #D9D9D9;
}

.hd-pg .hd-details .hd-block-1 .hd-title {
  position: relative;
  padding: 6px 10px 6px 20px;
}

.hd-pg .hd-details .hd-block-1 .hd-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #DC3545;
}

.hd-pg .hd-details .hd-block-1 .hd-block-1-item:nth-child(1) .hd-rating {
  color: #DC3545;
}

.hd-pg .hd-details .hd-block-1 .hd-block-1-item:nth-child(1) .hd-rating span {
  font-weight: 700;
  font-size: 14px;
}

.hd-pg .hd-details .hd-block-1 .hd-block-1-item:nth-child(2) .hd-gallery .hd-gallery-item {
  overflow: hidden;
  height: 100%;
}

.hd-pg .hd-details .hd-block-1 .hd-block-1-item:nth-child(2) .hd-gallery .hd-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.hd-pg .hd-details .hd-block-2 .hd-block-1-item {
  padding: 14px 0;
}

.hd-pg .hd-details .hd-block-2 .hd-block-1-item ul {
  background-color: #DC3545;
  overflow-x: scroll;
}

.hd-pg .hd-details .hd-block-2 .hd-block-1-item ul::-webkit-scrollbar {
  height: 5px !important;
}

.hd-pg .hd-details .hd-block-2 .hd-block-1-item ul::-webkit-scrollbar-track {
  border-radius: 15px !important;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.hd-pg .hd-details .hd-block-2 .hd-block-1-item ul::-webkit-scrollbar-thumb {
  border-radius: 15px !important;
  background-color: #f98f8f;
  outline: -1px solid #b32e3b;
}

.hd-pg .hd-details .hd-block-2 .hd-block-1-item ul li {
  margin-right: 36px;
  padding: 10px 0;
}

.hd-pg .hd-details .hd-block-2 .hd-block-1-item ul li:last-child {
  margin-right: 0;
}

.hd-pg .hd-details .hd-block-2 .hd-block-1-item ul li a {
  color: white;
}

.hd-pg .hd-details .hd-block-item-title {
  font-weight: 700;
  margin-bottom: 26px;
  position: relative;
  display: inline-block;
}

.hd-pg .hd-details .hd-block-item-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  height: 2px;
  width: 100%;
  background-color: #DC3545;
}

.hd-pg .hd-details .hd-block-3 {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.hd-pg .hd-details .hd-block-3 .hd-block-3-item .col-left p {
  font-size: 14.5px;
}

.hd-pg .hd-details .hd-block-3 .hd-block-3-item .col-right {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.hd-pg .hd-details .hd-block-3 .hd-block-3-item .col-right span {
  font-size: 13.5px;
  margin-bottom: 8px;
  font-weight: 600;
}

.hd-pg .hd-details .hd-block-3 .hd-block-3-item .col-right span i {
  color: #DC3545;
}

.hd-pg .hd-details .hd-block-4 {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #f2faff;
}

.hd-pg .hd-details .hd-block-4 .hd-block-4-item .row > div .hd-block-4-item-img {
  width: 37px;
}

.hd-pg .hd-details .hd-block-4 .hd-block-4-item .row > div .hd-block-4-item-img img {
  width: 100%;
}

.hd-pg .hd-details .hd-block-5 .hd-block-5-item:nth-child(1) .hd-amenities > div {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
  margin: 5px;
  padding: 12px;
  border-radius: 4px;
  opacity: 0.95;
}

.hd-pg .hd-details .hd-block-5 .hd-block-5-item:nth-child(1) .hd-amenities > div .hd-block-item-icon {
  width: 20px;
}

.hd-pg .hd-details .hd-block-5 .hd-block-5-item:nth-child(1) .hd-amenities > div .hd-block-item-icon img {
  width: 100%;
}

.hd-pg .hd-details .hd-block-5 .hd-block-5-item:nth-child(1) .hd-amenities > div .hd-block-item-text {
  font-size: 14px;
  font-weight: 500;
}

.hd-pg .hd-details .hd-block-5 .hd-block-5-item:nth-child(2) {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.hd-pg .hd-details .hd-block-5 .hd-block-5-item:nth-child(2) .hd-amenities-single ul li {
  font-size: 14px;
  opacity: 0.9;
}

.hd-pg .hd-details .hd-block-5 .hd-block-5-item:nth-child(2) .hd-amenities-single ul li span {
  color: #DC3545;
}

.hd-pg .hd-details .hd-block-6 .hd-block-6-item {
  color: white;
  background-color: #DC3545;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 4px;
}

.hd-pg .hd-details .hd-block-6 .hd-block-6-item ul p {
  margin-bottom: 0;
}

.hd-pg .hd-details .hd-block-6 .hd-block-6-item ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 13px;
}

.hd-pg .hd-details .hd-block-7 .hd-block-7-item .hd-policies .hd-policies-item {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.hd-pg .hd-details .hd-block-7 .hd-block-7-item .hd-policies .hd-policies-item ul li {
  opacity: 0.9;
  margin-bottom: 4px;
}

.rest-details-pg .rest-details {
  padding: 62px 0;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-item {
  border: 1px solid #B3B3B3;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-item .col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-item .rest-details-heading {
  font-weight: 700;
  font-size: 18px;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-item-title {
  font-size: 14px;
  font-weight: 700;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-item .col-text-list li span:first-child {
  width: 20px !important;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-item .col-text-list li:nth-child(1) span:first-child {
  width: 17px;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-item .col-text-list li:nth-child(2) span:first-child {
  width: 13px;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-item .col-text-list li:nth-child(3) span:first-child {
  width: 16px;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-item .col-text-list li:nth-child(4) span:first-child {
  width: 14px;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-item .col-text-list li span:last-child {
  font-size: 14px;
  font-weight: 700;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-item .col-text a {
  color: #DC3545;
  font-weight: 600;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-item .rest-details-item-top {
  padding: 22px 0;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-item .rest-details-item-top .price-tag {
  font-weight: 700;
  font-size: 18px;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-item .rest-details-item-top .price-tag p {
  color: #DC3545;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-item .rest-details-item-top .price-tag span {
  color: rgba(0, 0, 0, 0.5);
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-total {
  border: 1px solid #0000004D;
  border-top: none;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-total .price-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-total .price-text span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 14.5px;
}

.rest-details-pg .rest-details .rest-details-block-1 .rest-details-total .price-tag {
  font-weight: 700;
  font-size: 24px;
}

.rest-details-pg .rest-details .rest-details-block-2 .rest-details-form .info-text {
  background-color: #F2FAFF;
}

.rest-details-pg .rest-details .rest-details-block-2 .rest-details-form .form-control, .rest-details-pg .rest-details .rest-details-block-2 .rest-details-form .form-select {
  border: 1px solid #CED4DA;
  height: 49px;
  color: #ced4da;
}

.rest-details-pg .rest-details .rest-details-block-2 .rest-details-form h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24.5px;
}

.retrieve-pg .retrieve .retrieve-content {
  max-width: 400px;
}

.retrieve-pg .retrieve .form-label {
  font-weight: 600;
  font-size: 18px;
}

.retrieve-pg .retrieve .form-control {
  border: 1px solid #CED4DA;
  height: 51px;
}

.contact-pg .contact .col-left .form-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
}

.contact-pg .contact .col-left .form-control, .contact-pg .contact .col-left .form-select {
  border: 1px solid #CED4DA;
  height: 51px;
}

.contact-pg .contact .col-left textarea {
  resize: none;
  height: 131px !important;
}

.contact-pg .contact .col-right .contact-info-title {
  font-weight: 600;
}

.contact-pg .contact .col-right .contact-info-block {
  margin: 32px 0;
}

.contact-pg .contact .col-right .contact-info-block:nth-of-type(1) h6 {
  font-weight: 600;
}

.contact-pg .contact .col-right .contact-info-block:nth-of-type(1) p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.contact-pg .contact .col-right .contact-info-block:nth-of-type(2) .contact-info-img {
  width: 88px;
}

.contact-pg .contact .col-right .contact-info-block:nth-of-type(3) .contact-info-list {
  opacity: 0.8;
}

.contact-pg .contact .col-right .contact-info-block:nth-of-type(4) .social-links .social-links-icon {
  width: 40px;
}

.contact-pg .contact .col-right .contact-info-block:nth-of-type(4) .social-links .social-links-text {
  font-size: 16px;
  font-weight: 600;
}

.contact-pg .contact-map {
  border-bottom: 4px solid #DC3545;
}

@media screen and (max-width: 1200px) {
  .termsgroup {
    grid-template-columns: repeat(3, 1fr) !important;
    column-gap: 2rem;
    row-gap: 3rem;
  }
  .upcoming_event .highlightsGroups .owl-nav {
    position: absolute;
    top: 95%;
    left: 56%;
  }
  .upcoming_event .highlightsGroups .owl-nav .owl-next {
    margin-left: 30px;
  }
  .searchitem {
    flex-wrap: wrap;
  }
  .searchitem .item_details {
    width: 100% !important;
  }
  .searchitem .item_details .sroom_metas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .searchitem .item_details .sroom_metas .room_galary a {
    margin-right: 15px;
  }
  .searchitem .item_details .sroom_metas .room_galary a:last-child {
    margin-right: 0;
  }
  .searchitem .item_details .sroom_metas .room_aminities .room_meta_title {
    margin-bottom: 0 !important;
    padding-top: 17px;
  }
  .searchitem .item_details .sroom_metas .room_aminities ul li {
    margin-right: 15px;
  }
  .searchitem .item_details .sroom_metas .room_aminities ul li img {
    width: 20px !important;
  }
  .searchitem .item_details .sroom_metas .room_aminities ul li:last-child {
    margin-right: 0;
  }
  .searchitem .item_details .sroom_metas .customer_review {
    margin-top: 0;
  }
  .searchitem .item_details .sroom_metas .hotel_terms ul li {
    font-size: 16px;
  }
  .tab-row {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tab-row .tab-content {
    flex-basis: 100%;
  }
  .tab-row .ads_img_contaainer {
    max-width: 250px;
    margin-top: 30px !important;
    width: 100%;
  }
  .tab-row .ads_img_contaainer:first-child {
    order: 2;
    flex-basis: calc(50% - 10px);
    margin-left: 10px !important;
    margin-right: 0;
  }
  .tab-row .ads_img_contaainer:last-child {
    flex-basis: calc(50% - 10px);
    margin-right: 10px !important;
    margin-left: 0;
  }
  .other_room_list {
    border-left: none !important;
  }
  .about_inner_bg {
    padding: 2em 2em !important;
  }
  .page_searchbox .row .col-md-2 {
    padding-left: 2px;
  }
  .dp_box_details .dp_item_box .dp_item_form .row > div {
    padding-left: 0px !important;
    padding-right: 4px !important;
  }
  .highlightside .owl-nav {
    left: 4% !important;
  }
  .eventattraction .main_box.headliners a {
    padding-left: 0px;
  }
}

@media screen and (max-width: 992px) {
  header .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    z-index: 1001 !important;
  }
  header .navbar .navbar-collapse .nav-item {
    line-height: 32px;
    padding-left: 0;
  }
  header .navbar .navbar-collapse .nav-item .nav-link:after {
    display: none;
  }
  .inner_content {
    width: 100%;
  }
  .tab-content {
    margin-top: 12px !important;
  }
  .page_searchbox h5 {
    margin-left: -12px !important;
  }
  .page_searchbox .row .col-lg-2 {
    padding-left: 5px !important;
  }
  .page_searchbox .row .col-lg-2:nth-child(1) {
    padding-left: 0 !important;
  }
  .page_searchbox .row .col-lg-2:nth-child(4) {
    padding-left: 0 !important;
  }
  .page_searchbox .form-select {
    padding-left: 8px !important;
    font-size: 16px !important;
  }
  .page_searchbox .search_submit {
    width: 65px;
    margin-top: 0 !important;
    padding-left: 0 !important;
    margin-left: -4px !important;
  }
  .search_inner_box .form_field_group {
    width: 100% !important;
  }
  .aboutevent .about_inner {
    width: 100%;
  }
  .eventattraction {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .eventattraction .row > .col-1 {
    display: none !important;
  }
  .eventattraction .container {
    padding: 0 !important;
  }
  .quickLinks .nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 8px;
  }
  .highlightsGroups .owl-nav {
    top: 105% !important;
  }
  .room_box {
    flex-direction: column;
    border: none !important;
    padding: 17px !important;
  }
  .room_box_img {
    width: 100% !important;
    height: 100% !important;
  }
  .room_box .inner_room_meta {
    padding: 0 !important;
    margin-top: 20px !important;
  }
  .room_box .inner_room_meta .price_details {
    border: none !important;
    padding-left: 0 !important;
    width: 40% !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end !important;
  }
  .room_box .inner_room_meta .price_details span {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 768px) {
  .inner_content .form {
    flex-direction: column;
  }
  .inner_content .form div {
    padding-right: 16px !important;
  }
  .search_image_ads {
    display: flex;
    justify-content: space-around;
  }
  .search_inner_box .tab-content .hide-empty-col {
    display: none !important;
  }
  .termsgroup {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .about_inner_bg {
    padding: 2em 0em !important;
  }
  .aboutevent {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .total_costing {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .eventattraction .row > .col-11 .row .col-xl-8.col-md-6 {
    padding-left: 0 !important;
  }
  .upcoming_event .highlightsGroups .owl-nav {
    top: 102%;
    left: 0%;
  }
  .quickLinks .nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .copyright .copylayout {
    flex-direction: column;
    text-align: center;
  }
  .copyright .copylayout .copy_text:nth-child(2) {
    padding-bottom: 8px !important;
  }
  .heightlights {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .heightlights > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .heightlights > .container .highlightsGroups .owl-nav {
    top: 105%;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .heightlights > .container .hightlight_content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
  .heightlights > .container .highlightside .hightlight_content {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 576px) {
  .searchbox .container {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .termsbox .termsgroup {
    padding-left: 0;
    grid-template-columns: 1fr !important;
  }
  .termsbox .termsgroup li {
    margin: 0 auto;
  }
  .eventattraction {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .eventattraction .event_title {
    right: -14%;
  }
  .aboutevent .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .previous_event {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .previous_event > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer .quickLinks .nav {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .mainfooter, .footer .quickLinks, .footer .copyright {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .searchlist .searchitem .other_room_list .total_costing {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .searchlist .searchitem .other_room_list .total_costing > div:first-child {
    display: flex;
    align-items: center;
  }
  .searchlist .searchitem .other_room_list .total_costing > div:first-child h2 {
    margin-right: 8px;
    font-size: 20px !important;
  }
  .searchlist .searchitem .other_room_list .total_costing .ttal_amt {
    margin-top: 10px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .searchlist .searchitem .other_room_list .total_costing .ttal_amt h2 {
    font-size: 20px !important;
  }
  .searchlist .searchitem .other_room_list .total_costing .ttal_amt a, .searchlist .searchitem .other_room_list .total_costing .ttal_amt button {
    margin-left: 0 !important;
    margin-top: 12px !important;
  }
  .page_searchbox {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .page_searchbox > .container {
    padding: 0 !important;
  }
  .transfer_search .ts_title {
    text-align: center;
    margin-bottom: 20px;
  }
  .visa-pg .places .owl-nav .owl-next {
    right: 10px;
  }
  .visa-pg .places .owl-nav .owl-prev {
    left: 10px;
  }
}

@media screen and (max-width: 420px) {
  .eventattraction .event_title {
    right: -19%;
  }
  .searchlist .item_details {
    padding-bottom: 0px !important;
  }
  .searchlist .item_details .room_aminities {
    width: 100%;
  }
  .searchlist .item_details .room_aminities .room_meta_title {
    padding-top: 0 !important;
  }
  .searchlist .item_details .room_aminities li img {
    margin-right: auto;
    margin-left: auto;
  }
  .searchlist .item_details .customer_review {
    margin-top: 15px !important;
  }
  .searchlist .item_details .customer_review .room_meta_title {
    display: block !important;
    padding-bottom: 5px;
  }
  .searchlist .item_details .hotel_terms {
    margin-top: 15px !important;
  }
  .searchlist .item_details .hotel_terms .room_meta_title {
    display: block !important;
    padding-bottom: 5px;
  }
  .searchlist .other_room_list .room_box .room_metas form {
    margin-top: -5px !important;
  }
  .searchlist .other_room_list .room_box .room_metas form > div {
    margin-top: 8px !important;
  }
  .searchlist .item_details {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

@media screen and (min-width: 768px) {
  .eventattraction .event-main-title {
    text-align: left;
  }
  .featured-item .col-left img {
    max-width: 372px;
  }
  .rest-featured-items .rest-featured-item {
    max-width: 300px;
  }
}

@media screen and (min-width: 992px) {
  .navbar .navbar-collapse .nav-item {
    padding-left: 0 !important;
  }
  .navbar .navbar-collapse .nav-item .nav-link {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .footer .mainfooter .container > .row .col-lg-4:nth-child(3) {
    padding-left: 40px !important;
  }
  .footer .mainfooter .container > .row .col-lg-4:nth-child(2) {
    padding-left: 40px !important;
  }
  .page_searchbox .search_box .search_submit {
    padding-left: 16px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mainfooter .container > .row .col-lg-4:nth-child(3) {
    padding-left: 60px !important;
  }
  .mainfooter .container > .row .col-lg-4:nth-child(2) {
    padding-left: 60px !important;
  }
}

@media screen and (min-width: 1400px) {
  .eventattraction .main_box img {
    width: 345px !important;
  }
  .eventattraction .event-main-title {
    padding-right: 20px;
  }
  .eventattraction .event-lg-cng {
    padding-left: 0 !important;
  }
  .eventattraction .event-lg-1 {
    padding-right: 30px !important;
  }
}

.main-holder {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.modal {
  height: 100%;
  overflow-y: hidden;
}

.modal-body::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}

.modal-body::-webkit-scrollbar-track {
  border-radius: 15px !important;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.modal-body::-webkit-scrollbar-thumb {
  border-radius: 15px !important;
  background-color: #DC3545;
  outline: -1px solid #b32e3b;
}

.modal-content {
  max-height: 720px !important;
}

.detailsModal .small {
  font-size: 12px !important;
}

.detailsModal .modal-header {
  border-bottom: 0 !important;
}

.detailsModal .modal-header .modal-title {
  color: #DC3545;
}

.detailsModal .modal-content {
  padding: 20px;
}

.detailsModal .modal-body-text {
  font-size: 13.5px;
  font-weight: 300;
  opacity: 0.9;
  line-height: 20px;
}

.detailsModal .modal-body-img {
  min-height: 245px;
  overflow: hidden !important;
  border-radius: 6px;
}

.detailsModal .modal-body-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detailsModal .modal-block {
  padding: 0;
  margin-bottom: 15px;
  border-radius: 4px;
}

.detailsModal .modal-block:nth-child(1) .details-items {
  background: #DC3545;
  border: 1px solid rgba(220, 53, 69, 0.8);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-bottom: 8px;
  margin-left: 6px;
  margin-right: 6px;
}

.detailsModal .modal-block:nth-child(1) .details-items .detail-item {
  color: white;
}

.detailsModal .modal-block:nth-child(1) .details-items .detail-item .detail-item-text, .detailsModal .modal-block:nth-child(1) .details-items .detail-item .detail-item-text span {
  color: white !important;
}

.detailsModal .details-items {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  padding: 15px;
  border-radius: 6px;
}

.detailsModal .details-items .detail-item:nth-child(1) .detail-item-text span {
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #333;
}

.detailsModal .details-items .detail-item:nth-child(1) img {
  width: 17px;
}

.detailsModal .details-items .detail-item:nth-child(2) .detail-item-title, .detailsModal .details-items .detail-item:nth-child(3) .detail-item-title {
  margin-top: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.5px;
  margin-bottom: 6px;
  display: block;
}

.detailsModal .details-items .detail-item:nth-child(2) .detail-item-text, .detailsModal .details-items .detail-item:nth-child(3) .detail-item-text {
  font-weight: 300;
  font-size: 13.5px;
  line-height: 18px;
  color: #333;
}

.detailsModal .modal-block:nth-child(3) .details-fulls .details-full .details-full-title {
  font-size: 14px;
  background-color: #f2faff;
  padding: 4px 10px;
}

.detailsModal .modal-block:nth-child(3) .details-fulls .details-full .details-full-title span:first-child img {
  width: 17px;
}

.detailsModal .modal-block:nth-child(3) .details-fulls .details-full .details-full-list li {
  margin-bottom: 2px;
}

.detailsModal .modal-block:nth-child(3) .details-fulls .details-full .details-full-list li span {
  font-size: 13.5px;
}

.termsModal .modal-content {
  padding: 20px;
}

.termsModal .modal-title {
  color: #DC3545;
}

.termsModal .terms-items .terms-item-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.termsModal .terms-items .terms-item-text {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 19px;
  text-align: justify;
  color: #333;
  padding: 2px 0;
  margin-bottom: 7px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.06);
}

.roomModal .modal-content {
  padding: 20px;
}

.roomModal .modal-header {
  padding: 25px 15px 10px 15px;
  border-bottom: 0 !important;
}

.roomModal .modal-header .modal-title {
  color: #DC3545;
}

.roomModal .modal-block:nth-child(1) {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.roomModal .modal-block:nth-child(1) .modal-body-img {
  border-radius: 6px;
  overflow: hidden;
}

.roomModal .modal-block:nth-child(1) .modal-body-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.roomModal .modal-block:nth-child(1) .modal-body-text {
  border-radius: 6px;
}

.roomModal .modal-block:nth-child(1) .modal-body-text .modal-body-text-content {
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 0;
  background-color: #DC3545;
}

.roomModal .modal-block:nth-child(1) .modal-body-text .modal-body-text-content p {
  margin-bottom: 0;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 24px;
  color: white;
}

.roomModal .modal-block:nth-child(1) .modal-body-info ul {
  height: 100%;
}

.roomModal .modal-block:nth-child(1) .modal-body-info ul li {
  display: flex;
  width: 100%;
  align-items: center;
}

.roomModal .modal-block:nth-child(1) .modal-body-info ul li span:first-child {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  height: 27px !important;
  width: 27px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 1px 0.5px #dfdfdf;
  margin-right: 7px;
}

.roomModal .modal-block:nth-child(1) .modal-body-info ul li span:first-child img {
  width: 50%;
  filter: invert(100%);
}

.roomModal .modal-block:nth-child(1) .modal-body-info ul li span:last-child {
  font-size: 13px;
  padding-left: 5px;
}

.roomModal .modal-block:nth-child(2) {
  border-top: 2px solid #DC3545;
  padding: 10px 0;
  margin: 15px 0;
}

.roomModal .modal-block:nth-child(2) .room-items .room-item {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px !important;
  box-shadow: rgba(0, 0, 0, 0.05) 1.95px 1.95px 2.6px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.02);
}

.roomModal .modal-block:nth-child(2) .room-items .room-item .room-item-img {
  width: 18px;
}

.roomModal .modal-block:nth-child(2) .room-items .room-item .room-item-content .room-item-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.roomModal .modal-block:nth-child(2) .room-items .room-item .room-item-content ul li {
  font-size: 13.5px;
  margin-bottom: 4px;
  position: relative;
}

.roomModal .modal-block:nth-child(2) .room-items .room-item .room-item-content ul li::after {
  content: "";
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.9);
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.amenitiesModal .modal-title {
  color: #DC3545;
}

.amenitiesModal .modal-body-item-title {
  font-size: 16px;
  background-color: #DC3545;
  padding: 7px;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  color: #fff;
  border-radius: 4px;
}

.amenitiesModal .modal-body-item-title span:first-child img {
  width: 20px;
  filter: invert(100%);
}

.amenitiesModal .modal-body-item-text {
  font-size: 13.5px;
  opacity: 0.9;
  line-height: 22px;
  margin: 15px 0 !important;
}

.amenitiesModal ul li {
  font-size: 13.5px;
  position: relative;
  margin-bottom: 4px !important;
}

.amenitiesModal ul li span:first-child {
  color: #DC3545;
}

.amenitiesModal ul li span:last-child {
  line-height: 1.4;
  font-weight: 500;
  margin-left: 11px;
}

.single_p_banner img {
  width: 100%;
}

.about_wrap .main_content {
  position: relative;
  text-align: center;
  width: 70%;
  padding: 3em;
  background: #fff;
  margin: -100px auto auto auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 25px 25px 0px 0px;
}

.about_wrap .main_content h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
}

.about_wrap .main_content h2::after {
  content: '';
  width: 100px;
  background: #DC3545;
  height: 2px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

.about_wrap .main_content .main_c_para {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #828282;
}

.about_services {
  margin-top: 4em;
}

.about_services .service_title {
  text-align: center;
  margin-bottom: 15px;
}

.about_services .service_title h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
}

.about_services .service_list .service_item {
  height: 309px;
  margin: 3em 0;
}

.about_services .service_list .service_item .service_contain_card {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  padding: 2em;
  width: 115%;
  position: relative;
  height: 250px;
}

.about_services .service_list .service_item .service_contain_card h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}

.about_services .service_list .service_item .service_contain_card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.2px;
  color: #828282;
}

.about_services .service_list .service_item .image_container {
  width: 100%;
}

.about_services .service_list .service_item .image_container img {
  width: 100%;
}

.about_services .service_list .service_item.reverse_order .service_contain_card {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  padding: 2em;
  position: relative;
  height: 250px;
  width: 100%;
}

.about_services .service_list .service_item.reverse_order .service_contain_card .service_title {
  text-align: center;
  padding-bottom: 2em;
}

.about_services .service_list .service_item.reverse_order .service_contain_card .service_title h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}

.about_services .service_list .service_item.reverse_order .service_contain_card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.2px;
  color: #828282;
}

.about_services .service_list .service_item.reverse_order .image_container {
  height: 309px;
  overflow: hidden;
  width: 115%;
}

.about_services .service_list .service_item.reverse_order .image_container img {
  width: 100%;
}

.about_team_wrap {
  padding: 3em;
}

.about_team_wrap .team_title {
  margin-bottom: 2em;
  text-align: center;
  width: 250px;
  margin: 0 auto 20px auto;
}

.about_team_wrap .team_title h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
}

.about_team_wrap .team_lists .team_item .team_item_img {
  margin-bottom: 15px;
  max-height: 360px;
  overflow: hidden;
}

.about_team_wrap .team_lists .team_item .team_content h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}

.about_team_wrap .team_lists .team_item span {
  color: #DC3545;
}

.about_team_wrap .team_lists.team-slides {
  position: relative;
}

.about_team_wrap .team_lists.team-slides .owl-prev, .about_team_wrap .team_lists.team-slides .owl-next {
  font-size: 50px;
  top: 50%;
  position: absolute;
  color: rgba(51, 51, 51, 0.5);
}

.about_team_wrap .team_lists.team-slides .owl-prev {
  left: -30px;
  transform: translateY(calc(-50% - 50px));
}

.about_team_wrap .team_lists.team-slides .owl-next {
  right: 0;
  right: -30px;
  transform: translateY(calc(-50% - 50px));
}

.invo-pg .invo-top .col-right ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(21, 37, 54, 0.8);
}

.invo-pg .invo-body {
  overflow-x: scroll;
}

.invo-pg .invo-body::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}

.invo-pg .invo-body::-webkit-scrollbar-track {
  border-radius: 15px !important;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.invo-pg .invo-body::-webkit-scrollbar-thumb {
  border-radius: 15px !important;
  background-color: #DC3545;
  outline: -1px solid #b32e3b;
}

.invo-pg .invo-body .invo-body-wrapper {
  width: 1285px;
}

.invo-pg .invo-body .invoice-top {
  border-top: 1px solid #00000080;
  border-bottom: 1px solid #00000080;
}

.invo-pg .invo-body .invoice-tbl {
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.invo-pg .invo-body .invoice-tbl .invoice-tbl-h {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr 1fr 2fr 2fr;
}

.invo-pg .invo-body .invoice-tbl .invoice-tbl-h > div {
  font-weight: 600;
  font-size: 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.6);
  padding: 6px 0;
}

.invo-pg .invo-body .invoice-tbl .invoice-tbl-h > div:last-child {
  border-right: none;
}

.invo-pg .invo-body .invoice-tbl .invoice-tbl-item-title {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
}

.invo-pg .invo-body .invoice-tbl .invoice-tbl-item-dat {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr 1fr 2fr 2fr;
}

.invo-pg .invo-body .invoice-tbl .invoice-tbl-item-dat > div {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  border-right: 1px solid rgba(0, 0, 0, 0.6);
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.invo-pg .invo-body .invoice-tbl .invoice-tbl-item-dat > div:first-child {
  padding-left: 20px;
  padding-right: 4px;
  align-items: flex-start;
  flex-direction: column;
}

.invo-pg .invo-body .invoice-tbl .invoice-tbl-item-dat > div:last-child {
  border-right: none;
}

.invo-pg .invo-body .invoice-tbl .invoice-tbl-f {
  display: grid;
  grid-template-columns: 7fr 3fr 2fr;
}

.invo-pg .invo-body .invoice-tbl .invoice-tbl-f > div {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  border-right: 1px solid rgba(0, 0, 0, 0.6);
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.invo-pg .invo-body .invoice-tbl .invoice-tbl-f > div:first-child {
  padding-left: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  background: #FBEBEC;
}

.invo-pg .invo-body .invoice-tbl .invoice-tbl-f > div {
  background: #F2B4BA;
}

.invo-pg .invo-body .invoice-tbl .invoice-tbl-f > div:last-child {
  border-right: none;
}

.invo-pg .invo-bottom .checkbox-round {
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 2px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.invo-pg .invo-bottom .checkbox-round:checked {
  border-width: 2.5px;
  border-color: #DC3545;
}

.invo-pg .invo-bottom .invo-pay .col-left {
  border: 2px solid #00000040;
}

.invo-pg .invo-bottom .invo-pay .col-right {
  border: 2px solid #B93A40;
}

.invo-pg .invo-bottom .invo-pay .col-right p {
  background-color: #DC3545;
}

.invo-pg .invo-bottom .invo-pay .col-right .pay-info-item {
  border-bottom: 1px solid #00000026;
}

.invo-pg .invo-bottom .invo-pay .col-right .form-check-label {
  font-weight: 600;
}

.invo-pg .invo-bottom .invo-policy h6 {
  font-weight: 700;
  font-size: 14px;
  color: #DC3545;
}

.invo-pg .invo-bottom .invo-policy p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.invo-pg .invo-bottom .invo-policy .policy-item-title {
  color: black;
}

.invo-pg .invo-bottom .invo-policy ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 14px;
}

.smry-pg .smry-row .smry-block .smry-block-head {
  background-color: #B5373E;
  color: white;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0 22px;
  border: 1px solid #B5373E;
}

.smry-pg .smry-row .smry-block .smry-block-head h6 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.smry-pg .smry-row .smry-block .smry-block-head .smry-block-head-btns .btn-text {
  border: 1.15px solid #DC3545;
  background: #fff2f2;
  border-radius: 4.5px;
  height: 30px;
  color: #DC3545;
  padding: 0 15px;
  line-height: 30px;
  font-weight: 500;
  font-size: 14px;
}

.smry-pg .smry-row .smry-block .smry-block-head .smry-block-head-btns .btn-icon {
  border: 1.15px solid #DC3545;
  width: 30px;
  height: 30px;
  border-radius: 4.5px;
  background: #DC3545;
  color: white;
}

.smry-pg .smry-row .smry-block .form-control {
  border: 1px solid #00000080;
  height: 49px;
  border-radius: 4px;
}

.smry-pg .smry-row .smry-block .smry-block-content {
  padding: 32px 22px;
  border: 1px solid #0000004D;
}

.smry-pg .smry-row .smry-block .smry-block-content.smry-block-scrollable {
  overflow-x: scroll;
}

.smry-pg .smry-row .smry-block .smry-block-content .smry-block-content-top h5 {
  font-size: 20px;
  font-weight: 700;
}

.smry-pg .smry-row .smry-block .smry-block-content .smry-block-content-top p {
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.smry-pg .smry-row .smry-block .smry-block-content .smry-block-content-top .rating {
  color: #DC3545;
  font-size: 12px;
  font-weight: 700;
}

.smry-pg .smry-row .smry-block .smry-block-content .smry-block-item {
  border: 1px solid #CED4DA;
  padding: 20px;
}

.smry-pg .smry-row .smry-block .smry-block-content .smry-block-item .col-right .price-tag {
  background-color: #DC3545;
  border-radius: 4px;
  height: 32px;
  min-width: 112px;
  font-weight: 700;
  font-size: 18px;
}

.smry-pg .smry-row .smry-block .smry-block-content .smry-block-item .smry-pills {
  top: -12px;
  left: 27px;
  height: 24px;
  min-width: 86px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DC3545;
  width: auto;
  color: white;
  font-size: 12px;
  font-weight: 700;
}

.smry-pg .smry-row .smry-block .smry-block-foot {
  min-height: 63px;
  background-color: #B5373E;
  display: flex;
  align-items: center;
  padding: 0 22px;
  color: white;
}

.smry-pg .smry-row .smry-block-2 ul li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}

.smry-pg .smry-row .smry-block-2 ul li span {
  font-size: 16px;
  font-weight: 600;
}

.smry-pg .smry-row .smry-block-2 ul li:last-child {
  margin-bottom: 0 !important;
  border-bottom: none;
  padding-bottom: 0 !important;
}

.smry-pg .smry-row .smry-block-2 .smry-block-foot div p {
  font-size: 15px;
  font-weight: 700;
}

.smry-pg .smry-row .smry-block-2 .smry-block-foot div p span {
  font-size: 9px;
  font-weight: 400;
}

.smry-pg .smry-row .smry-block-2 .smry-block-foot div > span {
  font-weight: 700;
  font-size: 15px;
}

.smry-pg .smry-row .smry-block .col-form-label {
  font-size: 13px;
  font-weight: 600;
}

.smry-pg .smry-row .smry-block .form-control, .smry-pg .smry-row .smry-block .form-select {
  border: 1px solid rgba(0, 0, 0, 0.7) !important;
  border-radius: 0 !important;
  font-size: 13px;
  height: 40px;
}

.smry-pg .smry-row .smry-block .smry-block-foot {
  border: 1px solid #0000004D;
  background: #F2FAFF;
  color: #DC3545;
  border-top: none;
}

.smry-pg .smry-row .smry-block .smry-block-foot p, .smry-pg .smry-row .smry-block .smry-block-foot span {
  font-weight: 700;
  font-size: 24px;
}

.smry-pg .smry-row .smry-block .smry-block-content .smry-block-item > .row .col-right {
  border-left: 1px solid #CED4DA;
}

.smry-pg .smry-main-block {
  padding: 20px;
  margin-bottom: 60px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.smry-pg .smry-main-block .smry-main-block-head {
  margin-bottom: 15px;
  padding: 10px 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  text-align: center;
}

.smry-pg .smry-main-block .smry-main-block-head span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.smry-pg .theme_btn {
  background-color: #B5373E !important;
}

.smry-pg .smry-info-head {
  background-color: #b5373e;
  color: white;
  padding: 5px 8px;
  margin-bottom: 16px;
}

.smry-pg .smry-info-head h6 {
  font-size: 16px;
  font-weight: 700;
}

.smry-pg .smry-info .form-label {
  font-size: 14px;
  font-weight: 600;
}

.ptmt-pg .ptmt-wrapper .ptmt-note {
  color: #DC3545;
}

.ptmt-pg .ptmt-wrapper .ptmt-block-title {
  background-color: #DC3545;
  font-size: 18px;
  font-weight: 600;
}

.ptmt-pg .ptmt-wrapper .ptmt-block-content {
  background: rgba(0, 0, 0, 0.02);
}

.ptmt-pg .ptmt-wrapper .form-control, .ptmt-pg .ptmt-wrapper .form-select {
  min-height: 50px;
  border: 1px solid #CED4DA !important;
}

.ptmt-pg .ptmt-wrapper .col-form-label {
  opacity: 0.9;
}

.ptmt-pg .ptmt-wrapper .ptmt-block-2 .ptmt-cards > div {
  margin-right: 10px;
}

.ptmt-pg .ptmt-wrapper .ptmt-block-2 .ptmt-cards > div img {
  width: 52px;
}

.transfers-pg .transfers .transfers-search-box {
  background: #F2FAFF;
}

.transfers-pg .transfers .transfers-search-box .transfers-form {
  background-color: #fff;
  padding: 29px;
  border: 1px solid #00000033;
  box-shadow: 0px 4px 10px 0px #E4E3E340;
}

.transfers-pg .transfers .transfers-search-box .transfers-form h5 {
  font-size: 18px;
  font-weight: 700;
  color: #DC3545;
}

.transfers-pg .transfers .transfers-search-box .transfers-form a {
  color: #DC3545;
}

.transfers-pg .transfers .transfers-search-box .transfers-form .form-label {
  font-weight: 600;
  font-size: 16px;
  opacity: 0.9;
}

.transfers-pg .transfers .transfers-search-box .transfers-form .form-control, .transfers-pg .transfers .transfers-search-box .transfers-form .form-select {
  border: 1px solid #CED4DA;
  height: 49px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.7);
}

.transfers-pg .transfers .transfers-search-box .transfers-form .btn-icon {
  width: 49px;
  height: 49px;
  background-color: #DC3545;
  color: white;
}

.transfers-pg .transfers .transfers-search-title h3 {
  font-weight: 600;
  color: #DC3545;
}

.transfers-pg .transfers .transfers-search-title span {
  opacity: 0.8;
}

.transfers-pg .transfers .transfers-search .transfers-summary h4 {
  background-color: #DC3545;
  height: 58px;
  color: white;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #DC3545;
}

.transfers-pg .transfers .transfers-search .transfers-summary .summary-list {
  border: 1px solid #0000004D;
}

.transfers-pg .transfers .transfers-search .transfers-summary .summary-list-item {
  margin-bottom: 8px;
}

.transfers-pg .transfers .transfers-search .transfers-summary .summary-list-item span {
  width: 50%;
}

.transfers-pg .transfers .transfers-search .transfers-summary .summary-list-item span:first-child {
  opacity: 0.95;
}

.transfers-pg .transfers .transfers-search .transfers-summary .summary-list-item span:last-child {
  font-weight: 600;
}

.transfers-pg .transfers .transfers-items .transfers-item {
  border: 1px solid #0000004D;
}

.transfers-pg .transfers .transfers-items .transfers-item-head p {
  font-size: 18px;
  font-weight: 700;
}

.transfers-pg .transfers .transfers-items .transfers-item-head span {
  background-color: #DC3545;
  color: white;
  padding: 6px 16px;
  border-radius: 2px;
}

.transfers-pg .transfers .transfers-items .transfers-item-body {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.01);
  padding: 20px;
}

.transfers-pg .transfers .transfers-items .transfers-item-body-left p {
  font-weight: 600;
}

.transfers-pg .transfers .transfers-items .transfers-item-body-right .transfers-item-details {
  padding-bottom: 26px;
}

.transfers-pg .transfers .transfers-items .transfers-item-body-right .transfers-item-details-left ul li {
  font-size: 14px;
  margin-bottom: 8px;
}

.transfers-pg .transfers .transfers-items .transfers-item-body-right .transfers-item-details-left ul li span:first-child {
  color: #DC3545;
}

.transfers-pg .transfers .transfers-items .transfers-item-body-right .transfers-item-details-left ul li span:last-child {
  opacity: 0.9;
}

.transfers-pg .transfers .transfers-items .transfers-item-body-right .transfers-item-details-right .details-right-col-l {
  margin-right: 20px;
}

.transfers-pg .transfers .transfers-items .transfers-item-body-right .transfers-item-details-right .details-right-col-l ul li {
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 8px;
  text-align: center;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.transfers-pg .transfers .transfers-items .transfers-item-body-right .transfers-item-details-right .details-right-col-r {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.02);
}

.transfers-pg .transfers .transfers-items .transfers-item-body-right .transfers-item-details-right .details-right-col-r ul li {
  margin-bottom: 2px;
  opacity: 0.9;
  font-size: 13px;
}

.transfers-pg .transfers .transfers-items .transfers-item-body-right .transfers-item-details-right .details-right-col-r ul li span:first-child {
  width: 60%;
}

.transfers-pg .transfers .transfers-items .transfers-item-body-right .transfers-item-details-right .details-right-col-r ul li span:last-child {
  font-weight: 600;
}

.transfers-pg .transfers .transfers-items .transfers-item-body-right .transfers-item-details-right .details-right-col-r ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 560px) {
  .about_wrap .main_content {
    position: relative;
    text-align: center;
    width: 80%;
    padding: 2em 1em;
  }
  .about_services {
    margin-top: 4em;
  }
  .about_services .service_title {
    text-align: center;
    margin-bottom: 15px;
  }
  .about_services .service_title h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
  }
  .about_services .service_list .service_item {
    height: auto;
    margin: 3em 0;
  }
  .about_services .service_list .service_item .service_contain_card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding: 2em;
    width: auto;
    position: relative;
    height: auto;
  }
  .about_services .service_list .service_item .image_container {
    width: 100%;
  }
  .about_services .service_list .service_item .image_container img {
    width: 100%;
  }
  .about_services .service_list .service_item.reverse_order .service_contain_card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding: 2em;
    position: relative;
    height: auto;
    width: 100%;
  }
  .about_services .service_list .service_item.reverse_order .service_contain_card .service_title {
    text-align: center;
    padding-bottom: 2em;
  }
  .about_services .service_list .service_item.reverse_order .service_contain_card .service_title h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
  }
  .about_services .service_list .service_item.reverse_order .image_container {
    height: auto;
    overflow: visible;
    width: auto;
  }
  .about_services .service_list .service_item.reverse_order .image_container img {
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .smry-block-content .smry-block-item .col-right {
    justify-content: flex-end;
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .smry-block-content .smry-block-item .col-right .price-tag {
    min-width: auto !important;
    height: auto !important;
    padding: 3px 8px !important;
    font-size: 13px !important;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .smry-block-scrollable-wrapper {
    width: 648px;
  }
}

@media screen and (min-width: 561px) {
  .about_wrap .main_content {
    position: relative;
    text-align: center;
    width: 100%;
  }
  .about_services {
    margin-top: 4em;
  }
  .about_services .service_title {
    text-align: center;
    margin-bottom: 15px;
  }
  .about_services .service_title h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
  }
  .about_services .service_list .service_item {
    height: auto;
    margin: 3em 0;
  }
  .about_services .service_list .service_item .service_contain_card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding: 2em;
    width: auto;
    position: relative;
    height: auto;
  }
  .about_services .service_list .service_item .image_container {
    width: 100%;
  }
  .about_services .service_list .service_item .image_container img {
    width: 100%;
  }
  .about_services .service_list .service_item.reverse_order .service_contain_card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding: 2em;
    position: relative;
    height: auto;
    width: 100%;
  }
  .about_services .service_list .service_item.reverse_order .service_contain_card .service_title {
    text-align: center;
    padding-bottom: 2em;
  }
  .about_services .service_list .service_item.reverse_order .service_contain_card .service_title h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
  }
  .about_services .service_list .service_item.reverse_order .image_container {
    height: auto;
    overflow: visible;
    width: auto;
  }
  .about_services .service_list .service_item.reverse_order .image_container img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .about_wrap .main_content {
    position: relative;
    text-align: center;
    width: 80%;
  }
  .about_services {
    margin-top: 4em;
  }
  .about_services .service_title {
    text-align: center;
    margin-bottom: 15px;
  }
  .about_services .service_title h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
  }
  .about_services .service_list .service_item {
    height: auto;
    margin: 3em 0;
  }
  .about_services .service_list .service_item .service_contain_card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding: 2em;
    width: auto;
    position: relative;
    height: auto;
  }
  .about_services .service_list .service_item .image_container {
    width: 100%;
  }
  .about_services .service_list .service_item .image_container img {
    width: 100%;
  }
  .about_services .service_list .service_item.reverse_order .service_contain_card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding: 2em;
    position: relative;
    height: auto;
    width: 100%;
  }
  .about_services .service_list .service_item.reverse_order .service_contain_card .service_title {
    text-align: center;
    padding-bottom: 2em;
  }
  .about_services .service_list .service_item.reverse_order .service_contain_card .service_title h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
  }
  .about_services .service_list .service_item.reverse_order .image_container {
    height: auto;
    overflow: visible;
    width: auto;
  }
  .about_services .service_list .service_item.reverse_order .image_container img {
    width: 100%;
  }
  .rest-details-pg .rest-details .rest-details-block-1 .rest-details-item .rest-details-item-top > div:nth-child(3) {
    border-left: 1px solid #00000033;
  }
}

@media screen and (min-width: 1200px) {
  .about_services {
    margin-top: 4em;
  }
  .about_services .service_title {
    text-align: center;
    margin-bottom: 15px;
  }
  .about_services .service_title h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
  }
  .about_services .service_list .service_item {
    height: 309px;
    margin: 3em 0;
  }
  .about_services .service_list .service_item .service_contain_card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding: 2em;
    width: 115%;
    position: relative;
    height: 250px;
  }
  .about_services .service_list .service_item .service_contain_card h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
  }
  .about_services .service_list .service_item .service_contain_card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.2px;
    color: #828282;
  }
  .about_services .service_list .service_item .image_container {
    width: 100%;
  }
  .about_services .service_list .service_item .image_container img {
    width: 100%;
  }
  .about_services .service_list .service_item.reverse_order .service_contain_card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding: 2em;
    position: relative;
    height: 250px;
    width: 100%;
  }
  .about_services .service_list .service_item.reverse_order .service_contain_card .service_title {
    text-align: center;
    padding-bottom: 2em;
  }
  .about_services .service_list .service_item.reverse_order .service_contain_card .service_title h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
  }
  .about_services .service_list .service_item.reverse_order .service_contain_card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.2px;
    color: #828282;
  }
  .about_services .service_list .service_item.reverse_order .image_container {
    height: 309px;
    overflow: hidden;
    width: 115%;
  }
  .about_services .service_list .service_item.reverse_order .image_container img {
    width: 100%;
  }
  .transfers-pg .transfers .transfers-items .transfers-item .transfers-item-body .transfers-item-body-right .transfers-item-details-right .details-right-col-r {
    width: 70%;
  }
  .tours-pg .tour-featured {
    padding: 30px 0 60px 0;
  }
  .tours-pg .tour-featured-block {
    margin-top: 5rem;
  }
  .tours-pg .tour-featured-item {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
/*# sourceMappingURL=app.css.map */