 
    @media(max-width:768px){
        
        #banner {
    background-image:none !important;
    background: #000 !important;
    padding:30px 0px !important;
   
}
    }
    
    
    
    hr.divider {

            margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    }
	

	
	.pc_div img{
	width:100% !important;
	}
	
	.pc_div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 2vw;
}
	.note {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 4px 8px;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid silver;
}
	
	
        p {
            color: #777777;
           
            font-size: 14px;
            font-weight: 300;
            line-height: 1.625em;
        }
		
		
		/* popular packages start */
.pp_div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100vw;
  justify-content: center;
  align-items: center;
  gap: 3vw;
}

@media (max-width: 600px) {
  .pp_div {
    flex-direction: column;
  }

  .card {
    width: 90vw !important;
  }
}

.card {
  width: 21.2rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.card:hover {
  scale: 1.01;
}

.card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 30vh;
}

.card-img-top:hover {
  filter: brightness(80%) grayscale(60%);
}

.card-body {
  padding: 1.5rem;
  text-align: center;
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

.price {
  font-size: 2.2rem;
  font-weight: bold;
  color: rgb(13, 112, 174);
  margin-bottom: 1rem;
}

.package-details {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 1.5rem;
}

.package-details li {
  margin-bottom: 0.5rem;
}

.package-details i {
  margin-right: 0.5rem;
  color: rgb(13, 112, 174);
}

.btn_pp {
  background-color: rgb(13, 112, 174);
  border-color: rgb(13, 112, 174);
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 5px;
}

.btn_pp:hover {
  background-color: rgb(13, 112, 174);
  color: #fff;
}

.badge-danger {
  font-size: 0.8rem;
  padding: 0.4rem 0.8rem;
  border-radius: 5px;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}
/* popular packages end */






#destination {
    background: #00cbf908;
}

.mt-0 {
    margin-top: 0 !important;
    font-weight: 600;
  
}


hr.divider {
    height: 0.2rem;
    max-width: 3.25rem;
    margin: 1.5rem auto;
    background-color: #f4623a;
    opacity: 1;
}

.text-muted {
    color: #333 !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
    font-size: 1.2rem;
    font-weight: 600;
    font-family:arial;
}

.destination_box {
    background: #fff;
    padding: 3px;
    position: relative;
    border: 1px solid #ccc;
}

.destination_box h3 {
    font-weight: 600;
    font-size: 22px;
    color: #000;
}

.destination_box .btn_box_enquire {
    position: absolute;
    bottom: 9px;
    right: 10px;
    background: #ff4500;
    font-weight: 800;
    padding: 9px;
    border-radius: 10px;
}

.page-section {
    padding: 4rem 0;
}


#confused{
    background-color:#000 !important;
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 50px 0;
	background-size: cover;
}
.white-color{
    color: #fff!important;
}
.requirement{
    background: #ff4500 !important;
    border-radius: 8px;
    font-size: 20px;
	font-weight:600;
	margin-top:15px;
    padding: 10px 50px;
    color: #fff;
    text-transform: uppercase;
}
.requirement:hover{
    background: #5abf4a;
    color: #fff;
}



#book-online
{
    padding: 50px 0;
}
.why-book {
    
    text-align: center;
    margin: 50px 0;
    height: 70%;
    padding: 0 20px;
}
.why-book img{
    margin-bottom: 15px;
	width:80px !important;
}
.why-book h5{
    color: #ff4500 !important;
    font-size: 24px;
}
.why-book p{
    font-size: 17px;
}



#destination .col-lg-4{
margin-bottom:30px !important;

}

.destination_box .btn_box_enquire a{
color:#fff !important;
font-weight:500 !important;
}


@media(min-width:768px){
.px-lg-5 {
        padding-left: 0px !important;
		padding-right:0px !important;
    }
}



.footer {
    background: #272d2e;
    padding-top: 48px;
        padding-bottom: 48px;
}

.footer .abt img{
    display: block;
    margin: 0 auto 10px;
}

.footer .abt p{
 text-align: justify;
    color: #8a8a8a;
    font-size: 14px;
    margin-bottom: 17px;

}

.footer h4{
text-transform: uppercase;
    color: #fff!important;
    font-size: 20px!important;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    background: none!important;
    padding: 0px!important;
    margin-top: 10px;
    text-align: left;

}



     .footer .qlink{
    margin-left: 15%;
}

.footer .qlink ul{
    padding-left: 0px !important;
}

.footer .qlink li{
    list-style-type: none;
    line-height: normal;
    margin-bottom: 8px;

}

.footer .qlink li a{
    text-decoration: none;
    color:#999;
    font-size: 16px;
    line-height: 25px;
    font-family: roboto;
    
}


.footer .con ul{
    padding-left: 0px !important;
}


.footer .con ul li{
    list-style-type: none;
    color: #999;
    margin-bottom: 10px;
    line-height: 25px;
    position: relative;
}

.footer .con ul li a{
text-decoration: none;
    color: #999;
}

.footer .con ul li i{
    font-size: 20px;
    margin-right: 15px;
}

.footer .qlink ul li i{
    font-size: 20px;
    margin-right: 15px;
}

.footer ul li a:hover{
       color:  #cdb389 !important;
}


.footer .abt img {
    width: 50%;
    margin-top: 37px;
}


.copyright{
        background: #1e2222;
           padding: 25px 0px 10px;
            text-align: center;
            
}



.copyright .footer-text{
    color: #8a8a8a;
    font-size: 14px;
    text-align:center;
        padding-bottom: 13px;
}

.copyright i{
    color: #cdb389;

}

.copyright a{
    text-decoration: none;
    color:  #cdb389;
}

.fa-check-circle{
color:green;
padding-right:5px;
}
.btn_p{
background:#ff4500 !important;
border-radius:10px !importt
}



#header {
    background: #FFF;
  
    border-bottom: 1px solid #2b2d30;
    height: 96px;
}


#header .head-cnt {
    float: right;
    margin-top: 33px;
}


#header .head-cnt ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    float: left;
    margin-right: 20px;
}

#header .head-cnt ul li {
    padding: 4px 0 5px 30px;
    margin: 0px;
    list-style-type: none;
    font-size: 20px;
    position: relative;
	font-weight:500;
}
#header .head-cnt ul li i {
      position: absolute;
    left: 0;
    top: 11px;
    color: #ff4500;
    font-size: 18px;
}

.logo{
width:94px !important;
}

.logo img{
width:100%;
}

#header .head-cnt ul li a {
    color: #2b2d30;
    text-decoration: none;
}


#banner {
padding:30px !important;
    position: relative;
    background-image: url('../images/rajasthanbannernn.jpg');
    /* background-attachment: fixed; */
    background-position: left top;
    background-repeat: no-repeat;
	background-size:100% 100% !important;
	
}


#banner .trusted li i{
    color: #fc5b62;    
}

#banner .free-quotes{
    background: #fff;
   border-radius:10px;
	
}
#banner .free-quotes .get-free{
    background: #5abf4a;
    color: #fff;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    position: relative;
	border-radius:10px;
	
	
}

#banner .free-quotes .get-free:before{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #5abf4a;
    bottom: -12px;
    left: 46%;
}

#banner .free-quotes .get-free-qoute{
    padding: 30px;
}
#banner .free-quotes .get-free-qoute .form-control{
    border-radius: 0;
}

.btn-enq{
    background: #5abf4a;
    border: none;
  color: #FFFFFF;
  text-align: center;
    font-size: 18px;
    padding:6px 21px;
    color: #fff;
    font-weight:500;
    text-transform: uppercase;
	transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
}

.btn-enq span{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-enq span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-enq:hover span {
  padding-right: 25px;
}

.btn-enq:hover span:after {
  opacity: 1;
  right: 0;
}

.inclusions{
text-align:left !important;
}

hr {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
   
}





@media(max-width:768px){

.requirement {
   
    font-size: 16px !important;
    font-weight: 600;
    padding: 10px 20px !important;
    white-space: initial;
}

.logo {

    margin: 0 auto;
}

 .pc_div .package-card{
        width: 100vw !important;
    }
	
	.px-5 {
    padding-left: 25px !important;
	padding-right:25px !important;
}

h1, .h1 {
    font-size: 26px !important;
}
.why-book{
border-right:0px !important;
}

.footer {
  
    padding-top: 14px;
    padding-bottom: 20px;
	        padding-left: 15px;
        padding-right: 15px;
}

.footer .qlink {
    margin-left: 0% !important;
}




.footer .abt img {
    width: 38%;
    margin-bottom: 19px;
}

.why-book{
    margin:30px 0 !important;
}
.page-section#destination{
    
    padding:3rem 0 1rem !important;
}

}




.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 85px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* end first whatsaap section **/


/* start phone first section */
.phone-btn {
  position: fixed;
  bottom: 20px;
  left: 60px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #639edc !important;
  display: flex;
    transform: rotate(90deg);
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
  animation: breathe1 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.phone-btn i {
  color: #fff;
  font-size: 20px;
  animation: beat1 2s ease-in-out infinite;
  text-decoration: none;

}

/*Estilos con animation contorno respirando*/
@keyframes breathe1 {
  0% {
    box-shadow: 0 0 0 0 rgba(99, 158, 220, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(99, 158, 220, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* end phone first section */
/* end whatsaap section */




/* .Click-here:hover{
  transition:background-image 3s ease-in-out;
  background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
} */
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #000000c2;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}

  .header-navigation .navbar-toggler
  {
    background-color:#000 !important;
  }
  .book-now
  {
    margin-top:0 !important;
  }
  .contact_icon1
  {
    width:50px !important;
    height:50px !important;
    font-size:18px !important;
  }
  .pop-up2
  {
    padding:15px 0 !important;
  }
  .custom-model-wrap
  {
    padding:15px !important;
  }
  .floating_btn
  {
    width:60px !important;
    height:60px !important;
  }
  .floating_btn1
  {
    width:60px !important;
    height:60px !important;
    bottom:110px !important;
  }
  .contact_icon
  {
    width:50px !important;
    height:50px !important;
    font-size:20px !important;
  }
  .onloadcontetn p {
    color: #fff !important;
    font-size: 12px;
    line-height: 21px;
    margin-top: 5px;
}
.book-now li input
{
  margin-bottom:5px !important;
}
  .book-now li
  {
    float:inherit !important; 
  }
  #popContainer
  {
    width:100% !important;
    height:auto !important;

  }
  .onloadcontetn
  {
    padding:25px !important;
  }
  .primary-menu 
  {
    background-color:#fff !important;
  }






}

/* end onclick popup section */ 
.book-now button {
    width: 100%;
    padding: 10px;
    color: #000;
    background-color: #ff9e00;
    text-transform: uppercase;
}


.pop-up2 h2 {
    width: 100%;
    text-align: center;
    background: -webkit-linear-gradient(45deg, #ff9e00, #ff9e00 80%);
    font-weight: 800;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
    margin-bottom: 0px;
    font-weight: 700;
        font-size: 3rem !important;
        text-transform:capitalize !important;
}

.pop-up2 p {
    text-align: center;
    width: 100%;
    color: #fff;
    padding-top: 9px;
    position: relative;
    line-height: 1.80em;
    margin-bottom: 20px;
}



.pupfrmsssd button {
    border: none !important;
    margin-top: 15px !important;
}


.submt{
    margin:0px 16px !important;
    
}

input[type=date]{
    margin-bottom:13px !important;
    
}