
@font-face {
    font-family: 'Lato', sans-serif;
    src: url("../fonts/lato.ttf");
  }



body{
    margin: 0px;
    font-family: 'Lato', sans-serif;
    padding: 0px;
}




.container{
    width: 100%;
    max-width: 1217px;
}


/************************Background_start_css************************/

.background_div_section{
    width: 100%;
    background-image: url(../images/hotel_packge_bg.jpg);
    background-repeat: no-repeat;
    height: 200px;
}
.slider_main_div {
    width: 100%;
    padding: 0px 0px;
}

.tour_packages_main_div {
    width: 100%;
    margin-top: 105px;
}

.text_hotel_div{
    width: 100%;
    float: left;
    padding-bottom: 40px;
    margin-top: 56px;
}
/*********************Backgorund_close_css***************************/











/*********************tour_packages_Start_css***************************/

.tour_package_div {
    float: left;
    width: 100%;
    background: #fff;
    padding: 50px 0px;
}
.tour_package_div_inner{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}


.tour_package_div_inner_left{
    width: 28%;
    border: 1px solid #80808057;
    padding-bottom: 20px;
}

.tour_package_div_inner_right{
    width: 80%;
    margin-left: 40px;
}


.Destinations_div{
    width: 100%;
    padding: 8px;
    background-color: #001e39;
}

.destinations_heading{
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 16px;
}

.accordion_div{
    width: 100%;
    padding: 8px;
}


.accoeding_heading{
    font-size: 18px;
    font-weight: 600;
    color: #090505;
}


/*********************tour_packages_Close_css***************************/






/*********************tour_packages_Left_Accordion_Start_css***************************/



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  :root {
    font-size: 16px;
    font-family: sans-serif;
  }
  
  
  .accordion {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }
  
  .accordion-item {
    background-color: transparent;
    border: 1px solid #80808066;
  }
  .accordion-item__button {
    border: 0;
    display: block;
    background: transparent;
    width: 100%;
    color: #6d6c6c;
    text-align: left;
    line-height: 35px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    padding: 2px 10px;
    border-radius: 6px;
  }
  .accordion-item__button:after {
    content: "+";
    float: right;
    right: 0;
    font-size: 26px;
    color: red;
    font-weight: 500;
  }
  .accordion-item__button.active, .accordion-item__button:hover {
    background-color: transparent;
  }
  .accordion-item__button.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .accordion-item__button.active:after {
    content: "-";
  }
  .accordion-item__content {
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .accordion-item__content.active {
    display: block;
  }





.accordion_button_div_inner{
  width: 100%;
  margin: 0px;
  padding: 0px 8px;
}



/* This css is for normalizing styles. You can skip this. */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



.form-group {
  display: block;
  margin-bottom: 4px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  /* padding-top: 2px; */
  color: gray
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #cccccc;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
  width: 5px;
  height: 12px;
  border: solid #6c757d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}



.indian_div_inner{
  width: 100%;
  padding: 8px 10px;

}

/*********************tour_packages_Left_Accordion_Start_css***************************/








.janta_mantrat_div_section{
  width: 100%;
  border: 1px solid #80808057;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  box-shadow: 0px 4px 10px #808080ad;
}


.janta_mantrat_div_section_left{
  width: 30%;
}

.janta_mantrat_div_section_right{
  width: 70%;

  padding: 10px 20px 10px 30px;
}


.janta_img_width{
  width: 100%;
  height: 216px;
}

.janta_mantrat_div_section_right_main{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items:flex-start ;
}

.janta_mantrat_div_section_right_main1{
  width: 70%;

}

.janta_mantrat_div_section_right_main2{
  width: 40%;

}


.jantar_mantar_heading{
  font-size: 17px;
  font-weight: 600;
}

.seller_main{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.seller_main_left{
  width: 30%;
}


.seller_main_right{
  width: 70%;
}

.night_heading_text{
  font-size: 13px;
  border: 1px solid #575858;
  padding: 3px 18px;
  text-decoration: none;
  color: gray;
}

.night_heading_text:hover{
  color: #575858;
}


.seller_text1{
  font-size: 14px;
  color: #575858;
}

.destination_covered_text{
  color: #1a1b1b;
  font-size: 14px;
  margin: 0px;
}

.destination_covered_text_span{
  color: #575858;
  font-size: 14px;
}


.iteams_div_main{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}

.iteams_div_main1{
  width: 10%;
  margin-right: 10px;
}


.iteams_div_main2{
  width: 20%;
}


.iteams_div_main3{
  width: 30%;
}


.iteams_div_main4{
  width: 30%;
}

.items_text_1{
  font-size: 13px;
  color: #515151;
  text-align: center;
  margin: 0px;
}

.center_icons{
  margin: auto;
  display: block;
  text-align: center;
}

.Budget_div_section{
  width: 66%;
  padding: 4px 8px;
  background-color: #b0dffd;
margin-top: 10px;
}


.budget_1_btn{
  font-size: 12px;
  margin: 0px;
  color: #666363;
}


.janta_heading_rupes{
  font-size: 18px;
  text-align: end;
  color: #1b1a1a;
  
}



.per_person_text{
  font-size: 14px;
  color: #666363;
  text-align: end;
}


.div_view_details{
width: 100%;
display: flex;
justify-content: flex-end;
align-items: flex-end;
}


.view_detalis_btn{
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  background-color: #f73131;
  padding: 8px 15px;
}

.view_detalis_btn:hover {
  color: #fff;
  background-color: #f73131;
}



.Earn_ecash_text{
  font-size: 12px;
  color: #666363;
  text-align: end;
  display: block;
  padding-top: 14px;
}

.Earn_ecash_text2{
  font-size: 12px;
  color: #f73131;
}



.Type_of_destinations_div{
  width: 100%;
  background-color: #001e39;
  margin-bottom: 25px;
  padding: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}


.Type_of_destinations_div1{
  width: 30%;
}

.Type_of_destinations_div2{
  width: 30%;
  margin: 0px 5px;
}


.Type_of_destinations_div3{
  width: 28%;

}

.Type_of_destinations_div4{
  width: 25%;
  margin: 0px 5px;
}

.Type_of_destinations_div5{
  width: 30%;

}











.select-dropdown,
.select-dropdown * {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
.select-dropdown {
  position: relative;
  background-color: #001e39;
  border: 1px solid #ffff;
}
.select-dropdown select {
  font-size: 15px;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  padding: 0px 24px 0px 10px;
  border: none;
  background-color: #001e39;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-dropdown select:active,
.select-dropdown select:focus {
	outline: none;
	box-shadow: none;
}
.select-dropdown:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
























/******************************************************RESPONSIVE CSS*******************************************************/

/*

 * Table of Contents:

 * 	   - Media Queries

 *   0 - media screen and (max-width: 1170px)

 *   1 - media screen and (max-width: 1152px) 

 *   2 - media screen and (max-width: 1024px)

 *   3 - media screen and (max-width: 992px)

 *   4 - media screen and (max-width: 800px)

 *   5 - media screen and (max-width: 768px)

 *   6 - media screen and (max-width: 728px)

 *   7 - media screen and (max-width: 640px)

 *   8 - media screen and (max-width: 500px)

 *   9 - media screen and (max-width: 480px)

 *  10 - media screen and (max-width: 414px)

 *  11 - media screen and (max-width: 375px)

 *  12 - media screen and (max-width: 360px)

 *  13 - media screen and (max-width: 320px)

---------------------------------------------------------------------- */

@media screen and (max-width: 1170px){
.container{
    padding: 0px 15px;
}   
}


@media screen and (max-width: 1152px){
  .select-dropdown select {
    font-size: 13px;
  }
}







@media screen and (max-width: 1024px){
 .tour_package_div_inner_right {
    width: 68%;
    margin-left: 24px;
}
.iteams_div_main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
}
.iteams_div_main1 {
  width: 100%;
margin-right: 0px;
}
.items_text_1 {
font-size: 10px;}
.iteams_div_main2 {
  width: 100%;
}
.center_icons {
  margin: inherit;
  /* display: block; */
  text-align: left;
}
.iteams_div_main3 {
  width: 100%;
}
.select-dropdown select {
  font-size: 13px;
}
}


@media screen and (max-width: 767px){


}
}
@media screen and (max-width: 500px){
	.tour_package_div_inner_left {
    width: 100%;
}
    .tour_package_div {
        width: 100%;
        float: left;
        padding-bottom: 40px;
     
    }
	.tour_package_div_inner_right {
    width: 100%;
    margin-left:0px;
}
.acti-tour_package_div_inner_left {
    width: 100%;
    /* border: 1px solid #80808057; */
    padding-bottom: 20px;
}


}
@media screen and (max-width: 900px){
  .tour_package_div_inner {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.janta_mantrat_div_section_right_main2 {
    width: 100%;
}
.janta_mantrat_div_section_right_main1 {
    width: 100%;
}
.tour_package_div_inner_left {
    width: 26%;
}
.janta_mantrat_div_section_right_main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
}


@media screen and (max-width:640px){
  .janta_mantrat_div_section {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.janta_mantrat_div_section_left {
  width: 100%;
}
.janta_img_width {
  width: 100%;
  height: auto;
}
.janta_mantrat_div_section_right {
  width: 100%;
}
.Type_of_destinations_div {
  width: 100%;
  background-color: #001e39;
  margin-bottom: 25px;
  padding: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.select-dropdown {
margin-bottom: 10px;
}
}



@media screen and (max-width:480px){
	.tour_package_div_inner_left {
    width: 100%;
}
.tour_package_div_inner_right {
    width: 100%;
    margin-left: 0px;
}
.Budget_div_section {
width: 100%;}
.tour_packages_main_div {
    width: 100%;
    margin-top: 50px;
}
.tour_package_div {
    width: 100%;
    padding: 112px 0px;
}
  .janta_mantrat_div_section_right_main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.janta_mantrat_div_section_right_main1 {
  width: 100%;
}
.janta_mantrat_div_section_right_main2 {
  width: 100%;
}
.Type_of_destinations_div {
  width: 100%;
  background-color: #001e39;
  margin-bottom: 25px;
  padding: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.Type_of_destinations_div1 {
  width: 100%;
}
.Type_of_destinations_div3 {
  width: 100%;
}
.Type_of_destinations_div4 {
  width: 100%;
 margin: 0px 0px;
}
.Type_of_destinations_div5 {
  width: 100%;
}
.Type_of_destinations_div2 {
  width: 100%;
  margin: 0px 0px;
}
}

@media screen and (max-width:320px){
  .seller_main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.seller_main_left {
  width: 100%;
}
.seller_main_right {
  width: 100%;
}
}