*,html, body {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  color: #000;
  transition: all 0.3s ease 0s;
}
img{
	max-width: 100%;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	transition: all 0.3s ease 0s;
}
.header-sticky{
	background-color: #fff;
}
.header-sticky .navbar-expand-lg{
	padding: 5px 0px;
}
a:hover{
  color: var(--bs-navbar-active-color)!important;
}
.sticky {
	background-color: #fff;
	position: fixed;
	height: auto;
	width: 100%;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	z-index: 999;
}
.header-sticky .navbar-brand{
	max-width: 250px;
	padding: 0;
}
.sticky .navbar-brand{
	max-width: 150px;
	padding: 0;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
	color: green;
}
textarea.form-control {
  min-height: 140px;
  resize: none;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
}
.nav-item {
	padding-left: 35px;	
}
.nav-item a {
	font-size: 1rem;
	font-weight: 600;
}

.contact-info .small-text {
	border: 1px solid #000;
	display: flex;
	padding: 10px 15px;
	border-radius: 6px;
	gap: 7px;
	align-items: center;
	justify-content: center;
}
.btn{
	line-height: 1.3;
	border-radius: 50px;
}
.btn-primary {
	padding: 0.71rem 2rem;
	font-size: 1.5rem;
	font-weight: 600;
	background-color: rgb(238, 52, 78);
	border-color: rgb(238, 52, 78);
}
.btn-primary:hover{
	background-color: #fff;
  color: rgb(238, 52, 78);
	border-color: rgb(238, 52, 78);
}

.banner-box{
	position: relative;
	height: 600px;
	overflow: hidden;
	object-fit: cover;
}
.banner-box:before{
	content: '';
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.banner-content {
	position: absolute;
	z-index: 5;
	max-width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.banner_slider .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}
.banner_slider.owl-carousel button.owl-dot{
	border-radius: 5px;
	width: 45px;
	height: 5px;
}


h1{
	font-size: 4rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.banner-content h1{
	margin-bottom: 2rem;
}
.banner-content p{
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
}

h2 {
	text-align: left;
	font-size: 3rem;
	font-weight: 700;
	color: #2ab61b;
	margin-bottom: 50px;
  
}


/*start---gallery-css-*/

a{
	outline: 0 !important;
	color: #0F4652;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.magnific-img img {
    width: 100%;
    height: auto;
}

.magnific-img {
    display: inline-block;
    width: 24.3%;
    margin-right: 5px;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
 
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
}
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; 
}
 .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; 
  }
  .mfp-iframe-holder .mfp-close {
    top: -40px; 
  }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; 
}
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; 
  }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.our-service-section {
	background: url(../images/service_bg.png);
	width: 100%;
	height: auto;
	padding: 110px 0;
}

.service-box {
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.service-content-box {
  max-width: 90%;
}

.img-upper {
  margin-top: -100px;
}
.service-icon {
  margin-bottom: 20px;
}

iframe{
	margin-bottom: -10px;
}
h3{
	font-size: 1.5rem;
	color: #000;
	font-weight: 600;
	margin-bottom: 1rem;
}

.service-icon{
	position: relative;
	padding-left: 13px;
}
.service-icon:before {
  height: 50px;
  width: 50px;
  left: -5px;
  position: absolute;
  content: '';
  height: 50px;
  width: 50px;
  background-color: #2ab61b;
  opacity: .05;
  top: 0;
  left: -7px;
  border-radius: 50px;
  margin-top: -15px;
  -webkit-transition: .5s all ease;
  -ms-transition: .5s all ease;
  -moz-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
}
.service-box:hover .service-icon:before {
  width: 85px;
  height: 85px;
}
.service-box:hover .service-icon i img{
	transform: rotateY(180deg);
}

.book-text {
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: capitalize;
}
.rts-sub-heading {
	font-size: 1rem;
	text-transform: capitalize;
	opacity: 0.8;
	margin-bottom: 1rem;
}
.rts-content-heading{
	margin-bottom: 0;
}

.service-content-box .rts-sub-heading,
.service-content-box .rts-content-heading,
.service-content-box p {
  color: #fff;
}
.service-content-box .rts-content-heading{
  margin-bottom: 2rem;
}
/*start---gallery-end-*/

.ranthambore-box h4 {
  text-align: left;
  font-weight: 700;
  padding-left: 30px;
  font-size: 18px;
}
.h3-underline {
  width: 150px;
  height: 2px;
  background-color: #2ab61b;
  margin: 30px 0;
}
.section-services .h3-underline {
  width: 200px;
  height: 2px;
  background-color: #2ab61b;
  margin: 0 auto !important;
}
.row.our-row .h3-underline {
  margin: 0 auto !important;
}
.btn.read-more {
  font-weight: 600;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #2ab61b;
  background-color: #2ab61b;
  line-height: 30px;
  height: 50px;
}

.btn.read-more:hover {
	background-color: #fff;
	color: #2ab61b!important;
}
.ranthambore-box p {
  font-size: 1rem;
  margin-bottom: 50px;
  color: #0f0e0e;
}
.section-font-about {
  padding: 100px 0 100px;
}

.section-services {
  background-color: #333c4e;
  padding: 100px 0 100px;
}

.inner-service img {
  width: 80px;
  margin-bottom: 30px;
  border: 1.5px solid #fff;
  border-radius: 60px;
  padding: 10px;
  text-align: center;
}
.inner-service {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.inner-service h4 {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  color: #fff;
}
.inner-service p {
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
}
.inner-service .h3-underline{
  margin: 25px 0;
}

.section-services .inner-service {
  text-align: center;
}

.our-row {
  padding-top: .20px;
}
.section-ourservices {
  position: relative !important;
  background-color: #0F4652;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-x: hidden;
}
.inner-service h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #ffc107;
}

.chambal {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  color: #fff;
}

.prg-title {
  font-size: 1rem;
  line-height: 1.2;
  color: #fff !important;
}
.bott-immages {
  width: 100%;
  height: 200px;
  margin: 0px 0;
  text-align: center;
  border: 1px solid #ddd;
  padding: 20px;
}
.inner-ab.ranthambore-box {
  padding-left: 30px;
}
.mission-are {
  font-size: 20px;
  padding-top: 35px;
  color: #fff;
}
.section-ourwork {
  padding: 100px 0 200px;
  position: relative;
  background-color: #EEE;
  z-index: 1;
}

.ourwork-inner {
  padding: 40px;
  background-color: #2ab61b;
  z-index: 99999;
}
.row-main {
  flex-wrap: wrap;
}
.bott-immages {
  width: 33% !important;
}

.feedback-class {
  background-color: #fff;
  position: absolute;
  z-index: -1;
  margin-top: 93px;
  right: 6%;
  width: 50%;
  padding: 80px 50px 80px 100px;
}
.feedback-class .btn.read-more {
  font-weight: 600;
  color: #2ab61b;
  padding: 10px 30px;
  border: 1px solid #2ab61b;
  margin-left: 30px;
  float: right;
}

.footer-section {
  background-color: #0F4652;
  padding: 30px 0px 10px 0px;
}
.agileits.menu-footem-main {
  list-style: none;
}
.agileits.menu-footer a {
  text-decoration: none;
  color: #fff;
  list-style: none;
  font-size: 15px;
}
.agileits.menu-footer {
  padding-bottom: 9px;
}
.social-icons-footer {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
.social-icons-footer li {
  padding-right: 24px;
}
.social-icons-footer li a {
  width: 50px;
  height: 50px;
  background-color: #ddd;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  color: #000;
}
.social-icons-footer li a {
  width: 32px;
  height: 32px;
  background-color: #ddd;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.social-icons-footer li a img {
  width: 16px;
}

.social-icons-footer li a:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #fff;
}

.social-icons-footer li {
  padding-right: 10px;
}

.detail-box h4 {
  text-align: left;
  text-align: left;
  font-size: 35px;
  font-weight: 600;
  color: #FFF;
}
.detail-box p {
  color: #FFF;
  line-height: 25px;
  padding-right: 30px;
  margin: 15px 0 10px;
  font-size: 14px;
}
.phone-footer h4 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #2ab61b;
  margin-bottom: 10px;
}
.phone-tile {
  color: #fff;
  list-style: none;
  text-decoration: none;
}
.phone-tile span {
  color: #2ab61b;
  margin-right: 5px;
  font-size: 16px;
}

/*------*/

.banner-inn img {
width: 100%;
}
.banner-inn h1 {
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
  font-size: 50px;
  font-weight: 700;
  color: #FFF;
  margin: 0;
}
.image-popup-vertical-fit .fa.fa-search-plus {
display: none;
}
.imgour img {
  width: 50px !important;
  height: 50px;
}
.srevicelistb {
  list-style: none;
}
.servi-title {
  font-size: 19px;
  font-weight: 600;
}
.imgour.me-4 {
  border: 1px solid#2ab61b;
  width: 60px;
  display: flex;
  height: 60px;
  border-radius: 50%;
  justify-content: center;
}
.srevicelistb li {
display: flex;
}
.srevicelistb li {
  display: flex;
  margin-bottom: 14px;
  border-bottom: 1px solid #2ab61b;
  padding-bottom: 17px;
  width: 60%;
}
.form-main {
  padding: 0 10px;
}
.btn.smint {
  border: 1px solid#fff;
}
.phone-footer span i {
  font-size: 19px;
  color: #2ab61b;
  line-height: unset;
}
.phone-tile.conta {
  color: #666;
  font-weight: 600;
  font-size: 18px;
}
.contant-box-main .ranthambore-box p {
  padding-left: 20px;
}

.hotel-page .inner-ab img {
  width: 100%;
}
.gallery-slider-box {
  padding: 100px 0 40px 0;
}
.gallery-title {
  margin-bottom: 40px;
}
.gallery-slider .item {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.gallery-slider .item img{
  height: 100%;
  width: 100%;
}
.gallery-slider .owl-prev span{
  background: url(../images/left_arrow_2.svg) no-repeat center;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 8px;
}
.gallery-slider.owl-theme .owl-nav .owl-next,
.gallery-slider.owl-theme .owl-nav .owl-prev{
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50px;
  border:1px solid #D6D6D6;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-slider .owl-nav{
  margin-top: 40px !important;
}

.gallery-slider .owl-next span {
  background: url(../images/right_arrow_2.svg) no-repeat center;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 8px;
}

.bg-gray{
  background-color: #f6f7f8!important;
}
.testimonialbox {
  margin: 0 10px 20px;
}

.testimonial-text-content {
  background-color: #fff;
/*  overflow: hidden;*/
  padding: 30px 30px 30px 70px;
  position: relative;
}

.testimonial-text-content:before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #f6f7f8;
  border-top-color: rgb(246, 247, 248);
  border-right: 37px solid transparent;
  bottom: -40px;
  border-top-color: #fff;
}
.testimoial-user {
  margin: 40px 40px 0 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.testi-thumb {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  display: block;
}
.blockquote {
  position: relative;
  margin-bottom: 0;
  transition: all 0.3s ease 0s;
}
.blockquote::before {
  position: absolute;
  left: -50px;
  top: 0;
  height: 90px;
  width: 1px;
  background-color: #2ab61b;
  content: '';
  display: block;
  transition: all 0.3s ease 0s;
}

.blockquote::after {
  position: absolute;
  left: -45px;
  top: 0;
  height: 50px;
  width: 1px;
  background-color: #2ab61b;
  content: '';
  display: block;
  transition: all 0.3s ease 0s;
}
.testimonial-text-content:hover .blockquote::before{
  height: 50px;
}
.testimonial-text-content:hover .blockquote::after{
  height: 90px;
}
.blockquote p {
  font-size: 1.3rem;
  font-weight: 300;
}
.footer-bottom {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom p{
  color: #fff;
  margin-bottom: 0;
}

.modal-header{
  border-bottom: 0px;
}
.modal-header .close span{
  font-size: 3rem;
  font-weight: 300;
}
.modal-header .close {
  width: auto;
  height: 16px;
  padding: 0;
  line-height: 5px;
}

.booking-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.booking-form .form-main{
  padding: 0px;
}
.gallery-section {
  padding: 0 0px 140px 0;
}
.image-popup-vertical-fit {
  max-height: 200px;
  overflow: hidden;
  display: block;
}

.form-control, .form-select {
  height: 50px;
}
.textarea-text{
  height: auto;
}



@media(max-width:1600px){
  .banner-box{
    height: 500px;
  }
  .service-content-box {
    margin-left: 40px;
  }
  h1{
    font-size: 3.5rem;
  }
}

@media(max-width:1500px){
  .banner-box {
    height: 440px;
  }
  .banner-content h1 {
    margin-bottom: 2rem;
  }
  h1{
    font-size: 2.5rem;
  }
  h2{
    font-size: 2rem;
  }
  .ranthambore-box h4{
    font-size: 1rem;
  }
  h3{
    font-size: 1.2rem;
  }
  p {
    font-size: 0.875rem;
  }
  .service-content-box .rts-content-heading {
    margin-bottom: 1.2rem;
  }
  .inner-service h4{
    font-size: 1rem;
  }
  .inner-service p{
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .blockquote p{
    font-size: 1.2rem;
  }

}

@media (max-width:1280px){
  .header-sticky .navbar-brand {
    max-width: 190px;
    padding: 0;
  }
  .nav-item {
    padding-left: 20px;
  }
  .banner-box {
    height: auto;
  }
  .banner-content h1 {
    margin-bottom: 1.52rem;
    line-height: 1.2;
  }
  .banner-content p{
    display: none;
  }
  .btn-primary{
    font-size: 1.15rem;
  }
  .image-popup-vertical-fit {
    max-height: 150px;
  }
  .img-gallery-magnific {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0;
  }
  .magnific-img{
    margin: 0px!important;
  }
  .booking-form {
    margin-left: 20px;
    margin-right: 20px;
  }
  .ranthambore-box p {
    font-size: 0.851rem;
  }
  h2{
    font-size: 1.5rem;
  }
  .feedback-class {
    padding: 50px 50px 0px 100px;
  }
  h2{
    margin-bottom: 20px;
  }
  .section-font-about, .our-service-section {
    padding: 70px 0 70px;
  }
  .banner_slider .owl-dots{
    bottom: 10px;
  }
}

@media(max-width: 991.98px){
.navbar-collapse {
  position: fixed;
  top: 0px;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 75%;
  max-width: 250px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) ;
  z-index: 999;
}

.navbar-collapse.collapsing {
    left: -75%;
    transition: height 0s ease;
}

.navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
}

.navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
}
.nav-item {
padding-left: 0;
}
.caption h1 {
font-size: 40px;
width: 65%;
}
h2 {
font-size: 35px;
margin-bottom: 27px;
}
.row.abrow {
flex-direction: column;
}
.row.abrow .col-md-6 {
flex: 0 0 auto;
width: 100%;
}
.inner-ab img {
width: 100%;
padding-bottom: 30px;
}
.inner-ab.ranthambore-box {
  padding-left: 0px;
  text-align: center;
}
.ranthambore-box p {
  margin-bottom: 40px;
}
.section-services .h3-underline {
  width: 160px;
  height: 2px;
}
.inner-service h4 {
  font-size: 17px;
  height: 48px;
}
.inner-service p {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
}
.row.ser-row {
  flex-direction: column;
}
.row.ser-row .col-md-6 {
  width: 100%;
}
.row.ser-row .inner-ab.ranthambore-box {
  padding-top: 341px;
}
.row.ser-row .inner-ab.services-box-our img {
  top: -57px;
  width: 86%;
}
.our-row {
  padding-top: 16px;
}
.section-ourwork .container .row {
flex-direction: column;
}
.section-ourwork .row .col-md-6 {
  width: 100%;
}
.feedback-class {
  background-color: #fff;
  position: unset;
  z-index: -1;
  margin-top: 55px;
  right: 1px;
  padding: 40px;
}
.section-ourwork .inner-ab.ranthambore-box.feedback-box h2 br {
  display: none;
}
.section-ourwork {
  padding: 76px 0 76px;
}
.phone-title, 
.add-title {
  font-size: 14px;	
}


}

@media(max-width: 767.98px){
.inner-service h4 {
  font-size: 17px;
  height: 48px;
  margin-bottom: 0 !important;
}
h2 {
  font-size: 1.2rem;
  margin-bottom: 1.1;
  text-align: center;
}
.bott-immages {
  width: 50% !important;
}
.mission-are {
  font-size: 15px;
  padding-top: 33px;
  color: #fff;
  line-height: 25px;
}
.feedback-class .btn.read-more {
  font-weight: 600;
  color: #2ab61b;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  float: unset;
}
.row.ser-row .inner-ab.ranthambore-box {
  padding-top: 93px;
}
.row.ser-row .inner-ab.services-box-our img {
  top: -57px;
  width: 89%;
  right: unset;
  width: 93%;
}
.navbar-brand {
  font-size: 15px;
  font-weight: 600;
}
.caption h1 {
  font-size: 33px;
  width: 100%;
  text-align: center;
}
.home-slider {
  height: 370px;
}
.welcome-row {
  top: 93px;
}
.caption h1 {
  width: 100%;
  line-height: 46px;
}
.inner-service, .chambal {
  text-align: center !important;
  padding-bottom: 17px;
}
.h3-underline {
  margin: 0 auto !important;
  display: flex;
  justify-content: center;
}
.prg-title {
  padding-top: 16px;
}
.ranthambore-box h4 {
  padding-bottom: 15px;
  text-align: center;
}
.ranthambore-box p {
  margin-bottom: 40px;
  padding-top: 20px;
  text-align: center;
}
.section-ourwork {
  margin-top: 54px !important;
}
.detail-box h4 {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}
.mob-none {
  display: none;
}
.magnific-img {
  width: 100%;
}
.banner-inn h1 {
  top: 27%;
  font-size: 24px;
}
.section-font-about {
  padding: 42px 0 70px;
}
.srevicelistb li {
  width: 100%;
}
.imgour img {
  width: 100%;
  padding-bottom: unset !important;
}
.srevicelistb {
  padding-bottom: 11px !important;
}
h2 {
  margin-bottom: 45px;
}
.ranthambore-box br {
  display: none;
}
.banner-content {
  max-width: 80%;
  left: 50%;
  top: 0;
  transform: translate(-50%,0);
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

h1 {
  font-size: 1.2rem;
}
.banner-content h1 {
  margin-bottom: 0rem;
}
.banner_slider .owl-dots {
  bottom: 20px;
}
.rts-content-header {
  margin-top: 0px;
  text-align: left;
}
.service-content-box .rts-content-heading {
  margin-bottom: 1.2rem;
  text-align: left;
}
.gallery-slider-box {
  padding: 40px 0 40px 0;
}
.rts-content-heading {
  margin-bottom: 0;
  text-align: left;
}
.rts-sub-heading {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
.gallery-slider .item {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.footer-bottom {
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.footer-section {
  padding: 30px 0px 30px 0px;
}
.section-ourwork {
  padding: 30px 0 30px;
}

.service-content-box {
  margin: 40px 0 0 3%;
  max-width: 94%;
}

.section-ourservices .img-upper {
  max-width: 100%;
  margin-top: 0px;
}
.gallery-section {
  padding: 0 0px 50px 0;
}
.banner-box {
  height: 280px;
}
.banner_img {
  height: 100%;
  display: flex;
}
.banner_img img {
  height: auto;
  width: auto;
  max-width: inherit;
}
}

@media(max-width:600px){
  .banner_slider .owl-dots {
    bottom: -20px;
  }
  .owl-carousel button.owl-dot{
    background: rgba(0, 0, 0, 0.2)!important;
  }
  .owl-carousel button.owl-dot.active {
    background-color: #2ab61b!important;
  }
  .btn-primary {
    padding: 0.5rem 2rem;
  }
  .image-popup-vertical-fit {
    max-height: 150px;
    margin-bottom: 10px;
  }
  .ourwork-inner {
    padding: 30px;
  }
}