/* CSS Document */
.top-header {
    text-align: center;
    background: #319645;
    padding: 5px 0;
    position: relative;
    z-index: 10;
}
.top-header .call_number {
  color: #fff;
}
.top-header .call_number a {
  color: #fff;
  padding-right: 10px;
}
.top-header .call_number a i.fa-phone-volume {
  transform: rotate(-40deg);
  margin-right: 5px;
}
.top-header .call_number a i {
  margin-right: 5px;
}
.active a {
  color: #ff6508;
}
.th-hero-wrapper.hero-1 {
  overflow: visible;
}
.hero-inner {
  position: relative;
  overflow: visible;
}
.content_box {
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#datepicker {
  margin-bottom: 15px;
}
.right_box {
  background: #4e864dcf;
  border-radius: 10px;
  padding: 15px 25px;
}
.safari-tariff {
  background: #4e864dcf;
  padding: 15px 20px;
  border-radius: 10px;
}
.right_box h2 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px;
  color: #fff;
}
.right_box label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.right_box .form-group {
  margin-bottom: 10px;
}
.right_box input, .right_box select, .right_box button {
  width: 100%;
  padding: 2px 7px;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 35px;
  margin-bottom: 0;
}
.right_box button {
  margin-top: 12px;
  background-color: #f5821f;
  color: #fff;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 13px;
}
.right_box button:hover {
  background-color: #212121;
}
.right_box .error, .right_box .message {
  color: red;
  margin-top: 5px;
}
.ui-datepicker td span, .ui-datepicker td a {
  padding: 2px !important;
}
.calendar {
  margin-top: 20px;
}
.available {
  background-color: green;
  color: white;
}
.unavailable {
  background-color: red;
  color: white;
}
.limited {
  background-color: yellow;
}
.safari-tariff tr td, .safari-tariff tr td p {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}
.safari-tariff tr th {
  color: #ff6508;
}
.bg-color {
  background-color: #f3f3f3;
}
.bg-car-1 {
  background-image: url("../images/safari-banners/safari-page-banner-2.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 50px 0;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.bg-car-1 .content-box ul {
  padding-left: 0;
}
.bg-car-1 .content-box {
  background: #4e864dcf;
}
.bg-car-1 .content-box p {
  color: #fff;
}
.bg-car-1 .content-box ul li {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  margin-bottom: 5px;
  color: #fff;
    align-items: baseline;
}
.allGates p {
  color: #fff;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 22px;
}
.tour-box {
  margin-bottom: 25px;
}
.tour-box .box-title {
  color: #508a4f;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}
.tour-content p {
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 0;
}
.bg-top-by-me::before {
  content: '';
  position: absolute;
  background-image: url("../images/bg-before.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  height: 37px;
  width: 100%;
  display: block;
  top: -31px;
}
.bg-top-by-me::after {
  content: '';
  position: absolute;
  background-image: url("../images/bg-after.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  height: 37px;
  width: 100%;
  display: block;
  bottom: -31px;
} 
.bg-top-by-me_foot::before {
  content: '';
  position: absolute;
  background-image: url("../images/bg-before-green.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  height: 37px;
  width: 100%;
  display: block;
  top: -31px;
}
.marquee {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #ccc;
}
.js-marquee {
  color: #000;
  font-size: 14px;
  padding: 6px;
  letter-spacing: 0.4px;
}
.marquee_h5 {
  position: relative;
}
.marquee_h5 h5 {
  width: 180px;
  background: #ff6508;
  color: #fff;
  text-align: center;
  padding: 11px 0px;
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
}
.marquee_h5 h5:after {
  left: 180px;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 30px solid #ff6508;
  border-bottom: 19px solid transparent;
  top: 0;
}
/* ===========================================
// 09. ROOMS
=============================================*/
/* ===== 09.1 ROOMS LIST ===== */
.room-list-item {
  border-radius: 2px;
  margin-bottom: 40px;
  border: 1px solid #efefef;
  position: relative;
}
.room-list-item figure {
  margin-bottom: 0;
  position: relative;
}
.room-list-item .favorite-item {
  color: #ffffff;
  position: relative;
  width: 50px;
  height: 50px;
  text-align: right;
  float: right;
  margin-bottom: -50px;
  z-index: 1;
  padding-right: 7px;
  padding-top: 7px;
  line-height: 1;
}
.room-list-item .favorite-item:before {
  content: " ";
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  border-top: 50px solid #f5821f;
  border-left: 50px solid transparent;
  top: 0;
  left: auto;
  right: 0;
}
.room-list-item .favorite-item i {
  position: relative;
  z-index: 2;
}
.room-list-item figure a:before {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 5px double rgba(255, 255, 255, 0.5);
  z-index: 10;
  width: 95%;
  -webkit-transition: 1s;
  transition: 1s;
}
.room-list-item .room-info {
    padding: 10px 00;
}
.similiar .room-list-item .room-info {
  padding: 20px;
}
.room-list-item .room-info .room-title {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 22px;
}
.room-list-item .room-info .room-title a {
    color: #508a4f;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    z-index: 9;
    text-transform: capitalize;
}
.room-list-item .room-info .room-rates {
  margin-bottom: 5px;
  text-transform: uppercase;
  display: block;
}
.room-rates {
  margin-bottom: 10px;
}
.room-rates i {
  font-size: 13px;
  padding-right: 5px;
  color: #ffb600;
}
.room-list-item .room-info .room-rates a {
  margin-left: 5px;
  font-size: 12px;
}
.room h3 {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 24px;
  color: #319645;
}
.room-list-item .room-price {
  text-align: center;
  padding: 10px;
  height: 100%;
  border-left: 1px dashed #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.room-list-item .room-price .start{
    font-size: 14px;
    color: #319645;
    font-weight: 600;
}
.room-list-item .room-price .price {
    margin-bottom: 0;
    font-size: 18px;
    color: #f5821f;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
    margin-top: 10px;
}
.room-list-item .room-services {
  margin-top: 10px;
}
.room-list-item .room-services i {
    width: 35px;
    height: 35px;
    border: 1px solid #319645;
    background-color: #319645;
    margin-right: 3px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.room-list-item .room-services span {
  height: 30px;
  display: inline-block;
  padding: 0 8px;
  border: 1px solid #e3e3e3;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 30px;
  color: #afafaf;
  border-radius: 1px;
  font-size: 12px;
  -webkit-transition: .5s;
  transition: .5s;
}


.room-services{
    
}

.room-services ul{
    display: flex;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
}

.room-services ul li {
    margin-right: 10px;
    background-color: #f5821f;
    border-radius: 50px;
    color: #fff;
    padding-right: 15px;
    font-size: 14px;
    line-height: 22px;
    box-shadow: 2px 2px 5px 2px #ccc;
    text-transform: capitalize;
}
.room-services a{
    
}

.room-list-item p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

.room .room-price {
  margin-bottom: 8px;
  padding: 0;
}
.room .room-price span {
  text-transform: uppercase;
  color: #ff6508;
  font-weight: 600;
  font-size: 20px;
}
.btn.btn-sm {
  padding: 12px;
  font-size: 12px;
  margin-top: 15px;
    box-shadow: 2px 2px 5px 2px #ccc;
}
.btn {
  background: #f5821f;
  color: #fff;
  letter-spacing: 0.5px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 10px 35px;
  -webkit-appearance: none;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 50px;

}
.btn:hover, .btn:focus, .btn:active {
  background: #f5821f;
  cursor: pointer;
  color: #fff;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-fw {
  width: 100%;
}
.btn i {
  margin-right: 10px;
}
/* ===== 09.4 ROOM DETAILS ===== */
.room-details-price {
  display: inline-block;
  float: right;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  margin-top: 30px;
}
.room .room-title .room-price {
  display: inline-block;
  float: right;
  margin-top: 32px;
  color: #edcb9a;
  font-size: 30px;
}
.room .room-title .room-price span {
  font-size: 14px;
}
.room .room-title p {
  color: #e3e3e3;
  text-transform: uppercase;
}
.room .room-slider {
  position: relative;
  margin-bottom: 20px;
}
.room .room-slider .room-thumbs {
  position: relative;
}
.room .room-slider {
  text-align: justify;
}
.room .room-slider .room-thumbs .item {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: .7;
}
.room .room-slider .room-thumbs .owl-item:hover .item, .room .room-slider .room-thumbs .owl-item.active-item .item {
  opacity: 1;
}
.room .room-slider .room-thumbs .item img {
  border-radius: 2px;
}
.room-slider-full-width .room-price {
  background: #edcb9a;
  border-radius: 50%;
  text-align: center;
}
.room-slider-full-width .room-price small {
  font-size: .5em;
  text-transform: uppercase;
}
.room .section-title {
  padding-top: 20px;
  padding-bottom: 20px;
}
.room-services-list {
  margin: 20px 0;
}
.room-services-list ul li {
  padding: 5px 0;
  text-transform: uppercase;
}
.room-services-list ul li i {
  margin-right: 10px;
  color: #82B73A;
}
.room-services-list ul li.no i {
  color: #f1572f;
}
.room .vertical-booking-form-over-slider {
  margin-top: -400px;
  z-index: 99;
}
/* ===== 09.2 ROOMS GRID ===== */
.gradient-overlay-hover.link-icon {
  position: relative;
  margin-bottom: 0;
}
.room-grid-item .room-info {
  position: relative;
  border: 1px solid #efefef;
  border-top: none;
  background: #fff;
  text-align: center;
  padding: 20px;
}
.room-grid-item .room-info h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}
.room-grid-item .room-info .room-title a {
  color: #508a4f;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  z-index: 9;
}
.room-grid-item .room-info p {
  color: #afafaf;
  text-transform: uppercase;
  font-size: 12px;
}
.room-grid-item .room-info p:after {
  content: '';
  width: 30px;
  background: #e3e3e3;
  height: 1px;
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 10px;
}
.room-grid-item .room-price {
  position: absolute;
  bottom: 15px;
  right: 20px;
  padding: 2px 10px;
  border-bottom: 2px;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  color: #afafaf;
  z-index: 999;
  border-radius: 1px;
}
.room-grid-item .room-services {
  position: absolute;
  left: 30px;
  bottom: 15px;
  z-index: 999;
}
.room-grid-item .room-services i {
  opacity: .8;
  position: relative;
  background: #ffffff;
  width: 33px;
  height: 33px;
  border-radius: 1px;
  line-height: 35px;
  margin: 3px;
  color: #afafaf;
  border-bottom: none;
  font-size: 14px;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
}
.room-grid-item .room-services i:hover {
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  opacity: 1;
}
.room-grid-item figure a:before {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 0px;
  left: 10px;
  border: 5px double rgba(255, 255, 255, 0.5);
  z-index: 999;
  border-bottom: none;
  -webkit-transition: 1s;
  transition: 1s;
}
.room-grid-item figure a:hover:before {
  opacity: .6;
}
.rooms-over-slider {
  background: transparent;
  margin-top: -331px;
  z-index: 99;
}
.rooms-grid-view .room-grid-item {
  margin-bottom: 30px;
}
/* ===========================================
// 08. WIDGETS
=============================================*/
/* ===== 08.1 GENERAL ===== */
.sidebar {
  padding-left: 10px;
}
.sidebar .widget {
  margin-bottom: 50px;
  border: 1px solid #efefef;
  padding: 15px;
  position: relative;
}
.sidebar .widget.noborder {
  padding: 0px;
  border: none;
}
.sidebar .widget .widget-title {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  color: #e3e3e3;
  text-transform: uppercase;
}
.sidebar .widget .widget-title:after {
  content: '';
  width: 40px;
  background: #efefef;
  height: 1px;
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 10px;
}
.sidebar .widget .vertical-booking-form {
  border-radius: 0;
}
/* ===== 08.2 SEARCH ===== */
.sidebar .widget .search {
  height: 40px;
  position: relative;
}
.sidebar .widget .search input {
  background: #FFF;
  border: 1px solid #f2f2f2;
  color: #888;
  float: left;
  font-size: 13px;
  height: 42px;
  letter-spacing: 1px;
  padding: 10px;
  padding-right: 40px;
  width: 100%;
  outline: none;
}
.sidebar .widget .search button {
  background: none;
  border: none;
  color: #afafaf;
  float: left;
  right: 0;
  font-size: 14px;
  height: 42px;
  line-height: 40px;
  min-width: 40px;
  position: absolute;
  vertical-align: bottom;
}
.sidebar .widget .search button:after {
  border-left: 1px solid #f2f2f2;
  content: "";
  height: 70%;
  left: 0;
  position: absolute;
  top: 15%;
  width: 1px;
}
/* ===== 08.3 CATEGORIES ===== */
.sidebar .widget .categories li {
  border-bottom: 1px dashed #efefef;
  list-style: none;
  padding: 7px 0;
}
.sidebar .widget .categories li a {
  display: list-item;
  font-size: 15px;
}
.sidebar .widget .categories li .posts-num {
  float: right;
  font-size: 14px;
}
.booking-form {
  background-color: #fff;
  padding: 20px;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.booking-form h2 {
  margin-bottom: 20px;
  color: #333;
}
.booking-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.booking-form input, .booking-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 45px;
}
.booking-form .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.booking-form .row div {
  width: 48%;
}
.booking-form .quantity {
  display: flex;
  align-items: center;
}
.booking-form .quantity input {
  width: 65px;
  text-align: center;
  margin: 0 10px;
  padding: 5px;
  height: 40px;
}
.label_new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.label_bos label {
  margin-bottom: 10px
}
.booking-form button {
  width: 100%;
  /* padding: 12px; */
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
}
.booking-form button.btn-block {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 50%;
}
.booking-form button:hover {
  background-color: #45a049;
}
.hidden {
  display: none;
}
.banner2-card {
  position: relative;
  border-radius: 5px;
}
.banner2-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 12, 8, .2);
  border-radius: 5px;
}
.banner2-card img {
  border-radius: 5px;
  width: 100%;
}
.banner2-card .banner2-content-wrap {
  padding: 60px 20px 35px;
  background-image: url("../images/banner2-content-bg1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  border-radius: 0 0 5px 5px;
}
.banner2-card .hotline-area {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.banner2-card .hotline-area .icon {
  height: 60px;
  width: 60px;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.banner2-card .hotline-area .icon svg {
  fill: var(--primary-color1);
}
.banner2-card .hotline-area .content {
  text-align: start;
}
.banner2-card .hotline-area .content span {
  font-size: 20px;
  font-family: var(--font-satisfy);
  line-height: 1;
  font-weight: 400;
  letter-spacing: .13em;
  color: var(--white-color);
  display: inline-block;
  margin-bottom: 10px;
}
.banner2-card .hotline-area .content h6 {
  margin: 0;
  line-height: 1;
}
.banner2-card .hotline-area .content h6 a {
  color: #f5821f;
}
#datepicker .ui-widget.ui-widget-content {
  width: 100%;
}
.ui-datepicker .ui-datepicker-buttonpane {
  display: none;
}
.widget_categories li i {
  background: #f5821fdb;
  padding: 6px;
  margin-bottom: 5px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
}
.footer-wrapper .about-logo img {
  width: 100%;
  max-width: 100px;
}
.tour-box .text-center a {
  font-weight: 600;
  color: #ff6508;
}
.tour-box .tour-content {
  padding: 20px;
  height: 245px;
}
.tour-box .box_a {
  margin-top: 15px;
}
.info-box_text i {
  color: #ff6508;
}
.info-box_text a:hover {
  color: #fff;
}
.whatsapp-icon {
  display: block;
  position: fixed;
  z-index: 9999;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
  background: #319645;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-shadow: 2px 1px 3px 2px #ccc;
}
.whatsapp-icon i {
  font-size: 30px;
  color: #fff;
  padding: 11px;
}
.person-detail .panel-default {
  border-color: #244242;
  border-radius: 12px;
}
.person-detail .panel-default > .panel-heading {
  background-color: #319645;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 12px 15px;
  letter-spacing: .5px;
  border-radius: 12px;
}
.person-detail .panel-default > .panel-heading h4 {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.person-detail .table-bordered > :not(caption) > * {
  border-width: 1px;
  border-color: #ccc;
}
.person-detail .table-bordered > :not(caption) > * > * {
  border-width: 1px;
  border-color: #ccc;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
.person-detail label {
  font-size: 16px;
  text-align: center;
  color: #222;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}
.btn-amt {
  color: #222;
  background-color: #fdca1f;
  border-color: #fdca1f;
  padding: 12px 25px;
  position: relative;
  top: 3px;
}
.agree.mb-4 {
  display: flex;
  justify-content: center;
}
.person-detail .form-check-label:before {
  border: 2px solid #319645;
}
.btn-amt {
  color: #222;
  background-color: #fdca1f;
  border-color: #fdca1f;
  padding: 12px 25px;
  position: relative;
  top: 3px;
}
.btn-amt {
  color: #222;
  background-color: #fdca1f;
  border-color: #fdca1f;
  padding: 12px 25px;
  position: relative;
  top: 3px;
}
.optionpaynow {
  text-align: center;
  margin-top: 40px;
  justify-content: space-around;
  display: flex;
}
.btn-danger, .btn-danger:hover {
  color: #fff;
  background-color: red;
  border-color: red;
}
.panel-body ul {}
.panel-body ul li {
  margin-bottom: 5px;
  color: #000;
  font-size: 15px;
}
#cashfree {
  background: #319645;
  color: #fff;
}
.addperson_new12 {
    padding: 0 15px;
    color: #f5821f;
    background: none;
    font-size: 28px;
    text-align: justify;
}

.addperson_new {
    padding: 10px 35px;
    background: #f5821f;
    position: absolute;
    right: 0;
    z-index: 1000;
    top: -12px;
}
#remove_btn{
    padding: 0 15px;
    color: red;
    background: none;
    font-size: 28px;
    text-align: justify;    
}
#booking-detail-children {
    position: relative;
    margin-top: 25px;
}

#addChildren {
    margin-bottom: 20px;
    position: absolute;
    right: 0;
    z-index: 1000;
    top: -10px;
}
.new_btn_adult{
    position: relative;
    margin-top: 15px;
    margin-bottom: 25px;
}
/* ----------------- Pop UP CSS ----------------*/
.fixed_new {
    position: fixed;
    z-index: 999;
    top: 50%;
    right: -30px;
    transform: rotate(-90deg) translate(12%, 100%);
    cursor: pointer;
    transition: all 0.4s ease;
}
.fixed_new ul {
  display: flex;
  list-style-type: none;
  flex-direction: row-reverse;
}
.fixed_new ul li {
  padding: 5px 12px;
  margin: 0 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.fixed_new ul li.facebook {
  background: #2D68C4;
}
.fixed_new ul li.facebook i{
    rotate:90deg;
}
.fixed_new ul li.insta {
  background: #d62976;
}
.fixed_new ul li a {
  color: #fff;
}
.fixed_enquiry {
  background: #319645;
  letter-spacing: 0.4px;
  padding: 8px 20px !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  box-shadow: 0 0 17px 0 rgb(0 0 0 / 50%);
  color: #FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.modal_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 55%);
  z-index: 9999;
  display: block;
}
.modal_popup_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_popup .modal_container {
  width: 800px;
  max-width: 100%;
  position: relative;
  background: #FFF;
  padding: 25px 35px;
  border-bottom: 5px solid #ff6508;
  border-radius: 5px;
}
#enquiry_form_pricing.modal_popup .modal_container {
  padding: 35px !important;
}
.modal_popup .popup_close {
  position: absolute !important;
  top: -10px;
  right: -10px;
  background: #ff6508;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #FFF;
  cursor: pointer;
  box-shadow: 0 0 20px 0 rgb(255 255 255 / 46%);
}
.modal_popup .modal_container h1 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 18px;
    text-align: center;
    font-weight: 600;
    color: #ff6508;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
#enquiry_form1 {
  display: block;
}
#enquiry_form .form_input, #enquiry_form1 .form_input, #enquiry_form_pricing .form_input {
  height: 40px;
  border: 1px solid rgb(0 0 0 / 40%);
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  background: #0000 !important;
}
#enquiry_form textarea.form_input, #enquiry_form1 textarea.form_input, #enquiry_form_pricing textarea.form_input {
  height: 65px;
  padding: 10px 15px;
}
#enquiry_form1 #resume {
  border: 1px solid rgb(0 0 0 / 40%);
  padding: 5px 15px;
  width: 100%;
  height: 45px;
  font-size: 12px;
}
#enquiry_form .form_control, #enquiry_form1 .form_control, #enquiry_form_pricing .form_control {
  margin-bottom: 10px;
}
#enquiry_form .form_control, #enquiry_form_pricing .form_control {
  margin-bottom: 15px !important;
}

.modal_popup.dhikala_enquiry .modal_container {
    width: 500px;
}

.btn-box-1 {
  width: 100%;
  text-transform: uppercase;
}
#enquiry_form .btn-4, #enquiry_form1 .btn-4, #enquiry_form_pricing .btn-4 {
  width: 100%;
  height: 55px;
  font-weight: 500;
  font-size: 20px;
}
#enquiry_form .main-cpt, #enquiry_form1 .main-cpt, #enquiry_form_pricing .main-cpt {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  gap: 5px 13px;
  font-size: 14px;
  justify-content: space-between;
  letter-spacing: 0.4px;
}
#enquiry_form .main-cpt input, #enquiry_form1 .main-cpt input, #enquiry_form_pricing .main-cpt input {
  width: 140px;
  font-size: 13px;
}
#enquiry_form div#lblProcessForm, #enquiry_form1 div#lblProcessForm {
  font-weight: 500;
  font-size: 13px;
}
#enquiry_form1 .rtext-area {
  margin-bottom: 0 !important;
}
.refresh_Captcha {
  display: flex;
  margin-top: 0;
  margin-bottom: 15px;
  height: 40px;
}
.refresh_Captcha #captcha, .refresh_Captcha #captcha_services, .refresh_Captcha #captcha_services_pricing, .refresh_Captcha .captcha-display {
  border: 1px solid rgb(0 0 0 / 40%);
  font-size: 12px;
  width: 100%;
  padding: 5px 12px;
  height: 40px;
}
.refresh_Captcha .captcha-display {
    width: 100px;
    font-size: 18px;
}
.refresh_Captcha #captchaContainer, .refresh_Captcha #captcha_code, .refresh_Captcha #captcha_code_pricing, .refresh_Captcha .captcha-display {
  background: #ff6508;
  padding: 5px 10px;
  color: #fff;
  letter-spacing: 10px;
}
.refresh_Captcha #refreshCaptcha, .refresh_Captcha #services_captcha, .smooth-capthca, .refresh_Captcha #dhikala_refresh_captcha {
  background: none;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}
#hotel_captcha_refresh {
  background: none;
  padding: 10px 20px;
}
#captcha_hotel {
  height: 40px;
  border: 1px solid #000;
}
.booking-form-wrap h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}
.modal_popup .modal_container p {
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.modal_popup .modal_container p span {
  color: #000;
}
.modal_popup .modal_container::before {
  content: '';
  background-image: url('../img/bg_sprinkles.png');
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: 520px;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.15;
  z-index: 1;
}
.modal_popup .modal_container > * {
  position: relative;
  z-index: 1;
}
.mob_box {
  display: none;
}
.btn-box-1 {
  border: none;
  background: #ff6508;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50px;
  margin-top: 10px;
}
/* ----------------- Pop UP CSS ----------------*/
.tour_space {
  background: #f3f3f3;
  padding: 50px 0;
}
.inclus, .package-Itinerary, .activity-D, .package-review {
  background-color: #fff;
  transition: .3s ease-in-out;
  box-shadow: 0 6px 38px 0 rgba(0, 0, 0, .04);
  border-radius: 10px;
  margin-bottom: 35px;
  padding: 25px 0;
}
.inclus {
    height: 335px;
    padding: 20px;
}
.package-detail {
  margin-bottom: 30px;
}
.package-Itinerary h5 {
  text-align: left;
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f5821f;
}
.package-Itinerary .panel-group {
  margin-bottom: 0;
  padding: 0;
}
.package-Itinerary #accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 20px;
  padding: 0;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #d8dffc;
  border-color: #d8dffc;
  padding: 20px 15px;
  cursor: pointer;
}
.package-Itinerary #accordion .panel-heading {
  border-radius: 0;
  padding: 0;
}
.packBox h4, .panel-title {
  font-size: 20px;
}
.inclus ul li i:before, .itinerary-info ul li i:before, .package-detail ul li i:before {
  color: #fff;
  width: 0;
  height: 0;
  background: #a1cb3a;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  font-size: 14px;
  padding: 5px;
  margin-right: 8px;
}
.packages-views .rating span {
  color: #ffb500;
}
.packages-views {
  text-align: center;
}
.packages-views h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.rating {
  margin-bottom: 20px;
}
.packages-listing .package-detail ul li span, .packages-views .package-detail ul li span {
  background-color: #e3f1ff;
  color: #111;
  padding: 4px 12px 4px 1px;
  border-radius: 50px;
  line-height: 36px;
}
.cont-detail {
  padding: 8px;
  text-align: center;
  background: #319645;
  margin: 35px 0;
}
.package-detail .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  background: #f5821f;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 7px 25px;
  border-radius: 50px;
  color: #fff;
    margin: 0 5px 10px;
}
.package-detail .list-inline > li img {
  width: 35px;
  padding-right: 5px;
}
.cont-detail ul {
  margin-bottom: 0;
}
.cont-detail ul li a {
  color: #fff;
  text-transform: uppercase;
  margin: 0 20px;
}
.tour_space ul {
  margin-bottom: 0;
  border: none;
}
.tour_space ul li {
  line-height: 35px;
  font-size: 16px;
  color: #212121;
    position: relative;
    margin-bottom: 5px;
}
.tour_space ul li:last-child {
    margin-bottom: 0;
}
.inclusions-Exc ul li:before {
    position: relative;
    content: '\f14a';
    font-family: "Font Awesome 6 Free";
    top: 3px;
    left: 0;
    font-size: 16px;
    background: #f5821f;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    margin-right: 10px;
}
.inclus h5 {
  margin-bottom: 10px;
}
.package-Itinerary .accordion-item .accordion-button {
  box-shadow: none;
  border-bottom: none;
  background-color: #319645;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  padding: 0;
  margin-top: 10px;
  padding: 10px 15px;
  border-radius: 10px !important;
    position: relative;
}
.package-Itinerary .accordion-item .accordion-button:before {
    position: absolute;
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    top: 3px;
    right: 15px;
    font-size: 24px;
}
.package-Itinerary .accordion-item .accordion-button.collapsed:before{
    rotate: 180deg;
}
.package-Itinerary .accordion-item {
  text-align: left;
}
.package-Itinerary .accordion-item .accordion-collapse {
  margin-bottom: 15px;
  border-bottom: 2px solid #319645;
  border-radius: 5px;
  padding: 0 5px;
}
.package-Itinerary .accordion-item .accordion-collapse .accordion-body {
  border: none;
}
.package-category {
  text-align: center;
  background: #319645;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 35px;
}
.frmDetails .table tr, .frmDetails .table th, .frmDetails .table td {
  color: #fff;
}
.caption h5 {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.hero-inner .owl-nav {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  display: flex;
  justify-content: space-between;
}
 .carousel-new .owl-nav {
  position: absolute;
  top: 34%;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
}
.hero-inner .owl-nav .owl-next, .hero-inner .owl-nav .owl-prev, .carousel-new .owl-nav .owl-next, .carousel-new .owl-nav .owl-prev {
  background: #fff !important;
  width: 35px;
  height: 35px;
  font-size: 8px !important;
  color: #000 !important;
  line-height: 42px !important;
  border-radius: 50px;
}
.package-categories .nav-tabs .nav-item.show .nav-link, .package-categories .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #f5821f;
  border: none;
}
.package-categories .nav-tabs .nav-link {
  margin: 0 15px;
  padding: 8px 40px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.6px;
  border-radius: 5px;
}
.p_new p {
  font-size: 18px;
  margin-top: 15px;
  color: #fff;
}
.package-categories .nav.nav-tabs {
  display: flex;
  justify-content: center;
  border-bottom: none;
}
.frmDetails ul li {
  background: #fff;
  padding: 0px 30px;
  margin: 15px 20px 15px 0;
  font-size: 16px;
  font-weight: 600;
}
.frmDetails ul li.active {
  background: #f4811f;
}
.frmDetails ul li.active a {
  color: #fff;
}
.gallery-area {
  position: relative;
}
.thank-you-message {
    text-align: center;
    padding: 80px 0;
    background-color: #f8f8f8;
    border-radius: 10px;
    margin: 20px 0;
}
.thank-you-message img{
    max-width: 100px;
    margin-bottom: 20px;   
}
.thank-you-message h1{
    color: #319645;
}
.thank-you-message p {
    font-size: 22px;
    margin-top: 20px;
    line-height: 30px;
}
.thank-you-title {
  font-size: 36px;
  color: #3c763d;
  margin-bottom: 20px;
}
.thank-you-text {
  font-size: 18px;
  color: #555;
  margin-bottom: 10px;
}
.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #28a745;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
  margin-top: 30px;
}
.cta-button:hover {
  background-color: #218838;
}
#booking-info h5 {
  font-size: 18px;
  text-transform: uppercase;
}
#booking-info ul li {
  color: #000;
}
#booking-info h2 {
  font-size: 26px;
  text-transform: uppercase;
}
.room p {
  text-align: justify;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}
.room .new_one_room ul {
  padding-left: 10px;
  list-style-type: none;
}
.room .new_one_room ul li {
  color: #000;
  position: relative;
  margin-bottom: 5px;
}
.room .new_one_room ul li::before {
  content: '\f00c';
  position: relative;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: #f5821fdb;
  padding: 6px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
}
.room ul li i {
  background: #f5821fdb;
  padding: 6px;
  margin-bottom: 5px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
}
.safari_book_new{
    padding: 50px 0;
}
#room-main-image .owl-nav, #dhikala-safari .owl-nav {
    position: absolute;
    top: 46%;
    left: 0;
    display: block;
    width: 100%;
}
#room-main-image .owl-nav .owl-prev, #dhikala-safari .owl-nav .owl-prev {
  background: #ff6508;
  width: 35px;
  height: 35px;
  color: #fff;
}
#room-main-image .owl-nav .owl-next, #dhikala-safari .owl-nav .owl-next {
  background: #ff6508;
  width: 35px;
  height: 35px;
  color: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
}

#room-main-image .owl-nav span, #dhikala-safari .owl-nav span {
    font-size: 40px;
}
.safaribox {
    background-image: url("../images/safari-banners/safari-page-banner.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 675px;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.safaribox .right_box, .safaribox .safari-tariff {
    height: 630px;
}
.safaribox .th-hero-bg-1 img {
  width: 100%;
  object-fit: cover;
  height: 650px;
}
.overview_booking .room-services i{
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
}

.note_1 {
  color: #fff;
  font-size: 12px;
}
.img-box1_show_767 {
  display: none;
}
.ui-widget-content {
  background: #ececec36 !important;
}

.safari-tariff td a{
    color: #ff6508;
    font-weight: 600;}

.hotelroom-images{
    margin-bottom: 20px;
}
.imput_Click_new{
    margin-bottom: 20px;
}

.reacy_box{
    
}
.reacy_box .icon-box_cotnent {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.reacy_box .icon-box_cotnent .icon-box_img {
    background: #319645;
    padding: 20px;
    border-radius: 50%;
}

.reacy_box .icon-box_cotnent .icon-box_img img {
    width: 100%;
    max-width: 125px;
}

.reacy_box .icon-box_cont {
    background: #d9d9d9;
    margin-left: -20px;
    position: relative;
    z-index: -1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    width: 100%;
}
.reacy_box .icon-box_cotnent.orangebox .icon-box_cont{
        margin-left: 0;
    margin-right: -20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.reacy_box .icon-box_cotnent.orangebox .icon-box_img{
    background: #f5821f;
}

.reacy_box .icon-box_cont p {
    margin-bottom: 0;
    color: #000;
    padding: 20px 20px 20px 35px;
    font-size: 16px;
    line-height: 22px;
}

.reacy_box .orangebox .icon-box_cont p {
    padding: 20px 25px 20px 20px;
}
.reacy_box .icon-box_cont p strong {
    color: #f5821f;
}

.reach_by.space{
    padding-top: 0;
}
.reach_by.space .title-area{
    margin-bottom: 50px;
}

.reach_by.space .context_box p {
    margin-bottom: 0;
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
    color: #319645;
    font-weight: 600;
}

.imput_Click_new .btn-check + .btn{
     background-color: #fff;
    border-color: #fff;
    color: #000;
}
.imput_Click_new .btn-check:checked + .btn {
    background-color: #f5821f;
    border-color: #f5821f;
    color: #fff;
}
.package-D h2, .traveler-D h2{
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
}
.package-D td, .package-D  th, .traveler-D td, .traveler-D th  {
    border: 1px solid #a1cb3a !important;
}

.package-D tr td:first-child, .traveler-D tr td:first-child{
        color: #a1cb3a;
    font-weight: 600;
}

.package-D tr td:nth-child(2), .traveler-D tr td:nth-child(2){
        color: #000;
    font-weight: 600;
}
.safari_banner_dhikala {
    background-image: url(../images/banner/safari-banner-new.jpg);
    background-size: cover;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: end;
}
.safari_book {
    text-align: center;
    margin-bottom: 0;
}
.safari_book h1 {
    font-size: 28px;
    color: #319645;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.safari_book img {
    width: 100%;
    max-width: 350px;
    margin-bottom: 15px;
}

.safari_book p {
    font-size: 26px;
    color: #f5821f;
    font-weight: 500;
}

 #servicesEnquiryFormdhikala .form_control{
    margin-bottom: 10px !important;
  }

.safari_book_new .room-list-item .room-price .price {
    margin-bottom: 0;
    font-size: 15px;
    color: #f5821f;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 19px;
    margin-top: 5px;
}
.view_itenary {
    margin-bottom: 10px;
}
.view_itenary .accordion-item
{
    padding: 0 15px;
}
.view_itenary .accordion-item .accordion-button {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: .7px;
}
.view_itenary .accordion-item .accordion-button:not(.collapsed) {
    padding: 0;
    border-top: 0;
}

.view_itenary .accordion-item i {
    font-size: 16px;
    font-weight: 800;
    color: var(--title-color) !important;
    margin-left: 4px;
}
.view_itenary .accordion-item .accordion-collapse .accordion-body{
    border: none;
}
.view_itenary .accordion-body{
    margin-bottom: 15px;
}
.view_itenary .accordion-body h5{
    font-family: var(--body-font);
    font-size: 15px;
    text-transform: uppercase;
}
.view_itenary .accordion-body p strong {
    color: #f5821f;
}

.view_itenary .accordion-body h6{
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

#dhikalaEnquiryForm .form_control{
    margin-bottom: 10px;
}
#dhikalaEnquiryForm .selected_Value input{
    color: #ff6508;
    border: 2px solid #ff6508;
    font-weight: 600;
    background: #f7f7f7;
}
.safari_book_new .room .room-price {
    margin-bottom: 8px;
    padding: 0 15px;
}

.pagination ul {
    list-style: none;
    display: flex;
}

.pagination ul li.active {
    background: #f5821f;
}
.pagination ul li {
    margin-right: 20px;
    background: #319645;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.pagination ul li.next_pagination, .pagination ul li.prev-pagination{
    width: 80px;
    height: 30px;
    line-height: 30px;
}
.pagination ul li a{
    color:#fff;
}

.pagination ul li.active a{
    color: #fff;
}

@media screen and (min-width: 1320px) {}
@media screen and (max-width: 1320px) {
  .safari-tariff tr td, .safari-tariff tr td p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .th-hero-bg .content_overlay.second_Container .hero-style1 .hero-title {
    font-size: 42px;
    line-height: 52px;
    width: 430px;
    margin-top: 0;
}
  .right_box h2 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .hero-style1 .hero-title {
    font-size: 30px;
    line-height: 35px;
    margin: 15px 0;
  }
  .hero-style1 .sub-title {
    letter-spacing: 2.2px;
    font-size: 18px;
    line-height: 22px;
  }
  .th-btn {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 25px;
    border-radius: 50px;
  }
  .mobile-logo img {
    width: 60px;
}
  .th-menu-wrapper .mobile-logo {
    padding:15px;
  }
  .safaribox .th-hero-bg-1 img {
    height: auto;
  }
  .safaribox .right_box, .safaribox .safari-tariff {
    height: auto;
    margin-bottom: 30px;
  }
    .safaribox {
    background-position: top center;
}
    .content_box {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 30px 0;
}
    .room-list-item .room-info {
    padding: 20px;
}
}
@media screen and (max-width: 991px) {

  .th-hero-bg .content_overlay.second_Container .hero-style1 .hero-title {
    font-size: 30px;
    line-height: 42px;
    width: 320px;
    margin-top: 0;
}
    .reacy_box .icon-box_cotnent {
    margin-bottom: 30px;
    background: #d9d9d9;
    position: relative;
    z-index: 1;
    padding: 5px 10px;
    border-radius: 10px;
}
}
@media screen and (max-width: 767px) {
  .th-hero-bg .content_overlay.second_Container .hero-style1 .hero-title {
    font-size: 52px;
    line-height: 64px;
    width: 100%;
    margin-top: 0;
}
.th-hero-bg .content_overlay.second_Container {
  left: 0;
  right: 0;
  justify-content: center;
  top: 3%;
}
.th-hero-bg .content_overlay.second_Container .hero-style1 {
  text-align: center;
}
  .th-hero-bg .content_overlay {
    align-items: flex-start;
    top: 10%;
  }
  .hero-style1 .hero-title {
    font-size: 30px;
    line-height: 36px;
    margin: 15px 0;
  }
  .hero-style1 .sub-title {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 20px;
  }
  .header-layout1 .menu-area {
    z-index: 0;
    padding: 5px 0;
  }
  .img-box1 {
    display: none;
  }
  .img-box1_show_767 {
    display: block;
    margin-bottom: 30px;
  }
  .category-card {
    padding: 0 15px;
    margin-bottom: 25px;
  }
  .copyright-wrap {
    padding: 0 15px 80px;
  }
  .footer-layout1 .copyright-wrap .copyright-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 18px;
  }
  .scroll-top {
    bottom: 25px;
  }
  .fixed_new {
    top: 52%;
  }
  .modal_popup .modal_container {
    width: 90%;
    max-width: 100%;
    position: relative;
    background: #FFF;
    padding: 15px 20px;
    border-bottom: 5px solid #ff6508;
    border-radius: 5px;
  }
  .modal_popup .modal_container h1 {
    font-size: 22px;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #enquiry_form .form_input, #enquiry_form1 .form_input, #enquiry_form_pricing .form_input {
    height: 30px;
    border: 1px solid rgb(0 0 0 / 40%);
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
    background: #0000 !important;
  }
  #enquiry_form textarea.form_input, #enquiry_form1 textarea.form_input, #enquiry_form_pricing textarea.form_input {
    height: 30px;
    padding: 5px 10px;
  }
  textarea.form-control, textarea {
    min-height: 52px;
  }
  #enquiry_form .form_control, #enquiry_form_pricing .form_control {
    margin-bottom: 10px !important;
  }
  .btn-box-1 {
    border: none;
    background: #ff6508;
    color: #fff;
    padding: 4px 10px;
    border-radius: 50px;
    margin-top: 0;
    font-size: 14px;
  }
  .pop_img {
    text-align: center;
  }
  .pop_img img {
    width: 260px;
    max-width: 100%;
  }
    .content-box ul{        
        padding-left: 0;
    }
    .pad-r-40 {
    padding-right: 15px;
}
    .reacy_box .icon-box_cotnent .icon-box_img{
        padding: 10px;
    }
    .reacy_box .icon-box_cotnent .icon-box_img img{
        max-width: 70px;
    }
    .reacy_box .orangebox .icon-box_cont p {
    padding: 10px 30px 10px 10px;
}
.header-logo a, .mobile-logo a {
  font-size: 13px;}
  .header-logo img{
    max-width: 55px;
  }
}
@media screen and (max-width: 580px) {
    .packages-views h1 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
    .inclus {
    height: auto;
    padding: 20px;
}
    .package-detail .list-inline > li img {
        width: 25px;
    }
    .package-detail .list-inline > li{
    font-size: 12px;
    padding: 2px 16px;
    }
    .package-Itinerary h5{
        font-size: 18px;
    }
  .hero-inner .owl-nav {
    left: 10%;
    right: 10%;
  }
  .content_overlay.second_Container .hero-style1 .btn-group a {
    color: #fff !important;
    width: 50%;
}
  .hero-inner .owl-nav .owl-next, .hero-inner .owl-nav .owl-prev, .carousel-new .owl-nav .owl-next, .carousel-new .owl-nav .owl-prev {
    background: #f5821f !important;
    width: 30px;
    height: 30px;
    font-size: 7px !important;
    color: #fff !important;
    line-height: 35px !important;
    border-radius: 50px;
}
  .hero-style1 {
    max-width: 100%;
}
.th-hero-bg .content_overlay.second_Container .hero-style1 .hero-title {
  font-size: 24px;
  line-height: 30px;
  width: 100%;
  max-width: 250px;
  margin-top: 0;
  text-align: center;
  margin: 0 auto 15px;
}
  .title-area .sec-title {
    margin-bottom: 10px;
    font-size: 24px;
    margin-top: 10px;
    text-transform: uppercase;
    line-height: 26px;
  }
  .sec-text {
    font-size: 15px;
    line-height: 20px;
    padding-right: 30px;
    text-align: justify;
  }
  .about-item_img {
    min-width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .about-item_img img {
    width: 25px;
  }
  .box-title {
    font-size: 16px;
    line-height: 18px;
  }
  .about-item_text {
    line-height: 22px;
    font-size: 15px;
    padding-right: 25px;
    text-align: justify;
  }
  .tour-box .tour-content {
    height: auto;
  }
  .th-btn.style4 {
    padding: 7px 18px;
  }
  .th-social {
    text-align: center;
  }
  .th-widget-about {
    text-align: center;
  }
  .social_menu li {
    width: 49%;
    display: inline-block;
  }
  .footer-widget.widget_nav_menu a {
    margin-bottom: 6px;
  }
  .wp-block-search__label, .widget_title {
    margin: 0 0px 20px !important;
    font-size: 20px;
  }
  .th-widget-contact {
    max-width: 100%;
    margin-bottom: 0;
  }
  .widget-area {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .info-box_text i {
    color: #ff6508;
    font-size: 14px;
  }
  .info-box_text .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .info-box_text .details {
    margin-top: 0;
  }
  .info-box_text .details p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
  }
  .info-box_text:not(:last-child) {
    margin-bottom: 10px;
  }
  .sidebar-area.style2 .widget {
    padding: 20px;
  }
  .widget_nav_menu a, .widget_meta a, .widget_pages a, .widget_archive a, .widget_categories a, .wp-block-categories a {
    font-size: 14px;
    padding: 10px 0;
    line-height: 20px;
  }
  .widget_categories li i {
    margin-bottom: 0;
  }
  .sidebar-area {
    padding-top: 0;
  }
  .hero-style1 .btn-group {
    gap: 8px;
}
    .room-services ul li{
        margin-bottom: 10px;
    }
    .room-services ul li:last-child{
        margin-bottom: 0px;
    }
    .room-services ul{
        margin-bottom: 0;
    }
    .room-list-item .room-price{
        padding: 0 10px 20px;
    }
}
@media screen and (max-width: 480px) {
  .hero-style1 .hero-title {
    font-size: 20px;
    line-height: 24px;
    margin: 12px 0;
  }
  .hero-style1 .sub-title {
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 12px;
  }
  .th-btn {
    font-size: 12px;
    font-weight: 400;
    padding: 2px 10px;
    border-radius: 50px;
}
        .room-list-item .room-info {
        padding: 15px;
    }
  .top-header .call_number a {
    font-size: 12px;
  }
  .top-header {
    padding: 2px 0;
  }
  .fixed_enquiry {
    margin: 0 5px;
    padding: 4px 18px !important;
    font-size: 14px;
  }
  .whatsapp-icon {
    bottom: 20px;
  }
  .marquee_h5 h5 {
    width: 90px;
    font-size: 14px;
    padding: 10px;
  }
  .marquee_h5 h5:after {
    left: 90px;
  }
}
@media screen and (max-width: 400px) {}