body{
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background:#fff; 
}


.badge-primary{
    background: #5bc0de;
}
.open>.dropdown-menu {
    display: block!important;
}

.dropdown-menu-notification{
    width: 515px;
    padding: 5px 10px;
}

.dropdown-menu-notification li{
   font-size: 12px;
    border-bottom: 1px solid #f1f0f0;
    width: 100%;
    line-height: 33px!important;
}

.dropdown-menu-notification li a{
    font-size: 12px!important;
    text-transform:none!important;
    letter-spacing: 0px!important;
    padding: 0px!important;
    color: #203e74!important;
}


@media (min-width: 1200px){
  .container {
      width: 1242px;
  }

}



a {
    color: #5a4080;
    text-decoration: none;
}


a:hover {
    text-decoration: none;
    color: #cc0909;
}

.stories-description a{
color:#333333;
}

.grecaptcha-badge{
  display: none;
}

.edit_dropdown_post{
position:absolute;
right:20px;
top:20px;
}



.public_private_post_timeline_container{
position:absolute;
right:70px;
top:20px;
}


.vertical_nav li{
  list-style: none;
}

 
.content_edit_link_for_admin{
  position: absolute;
   left: 18px;
    top: -34px;
  z-index: 999999;

}

#toTop {
    padding: 5px 3px;
     color: #fff;
    position: fixed;
    bottom: 0;
    right: 5px;
    display: none;
  cursor:pointer;
  z-index:999999!important;
}

.post-item .share_icons_container{
position:absolute;
    bottom: -10px;
    left: 81px;
}


.featured_left2  .share_icons_container {
    position: absolute;
    bottom: 123px;
    left: 121px;
}


.featured_right2  .share_icons_container {
    position: absolute;
    bottom: 83px;
    left: 121px;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 2px 0;
} 




 .btn_edit_profile {
    text-align: center;
    width: 80px;
    padding: 4px;
     height: 36px;
    display: block;
    margin: 4px auto;
}
 
.post-author-profile img {
    height: 36px;
    width: 36px;
    border-radius: 100%;
}

 .box_effect2 {
  padding: 14px;
  margin-bottom: 0px;
  box-shadow: 0px 0px 1px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
}

  .box_effect2:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
 }



 .box_effect1 {
  padding: 14px;
  margin-bottom: 0px;
  box-shadow: 0px 0px 1px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
}

  .box_effect1:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
 }



.post_timeline_field{
    border: 1px solid #BFDFFD!important;
    padding: 2px 9px;
    font-size: 13px;
  margin-top:12px;
  margin-bottom:12px;
 }

.select2-selection {
    border: 1px solid #BFDFFD!important;
    padding: 2px 9px;
   width: 100%;
}



.post_timeline_title{
     width: 100%;
  height:35px;
  margin-top:0px!important;
  padding-top:0px!important;
}




.post_timeline_state,.post_timeline_district{
width:30%;
float:left;
height:35px;
}

.post_timeline_district{
margin-left:4px;
}

.post_timeline_category{
width:38%;
float:right;
height:35px;
}

.post_timeline_item_meta{
font-size:12px;
background:#F9F9F9;
padding:4px;
margin-top:8px;
text-indent:10px;

}

.contenteditable{
border:1px dashed #BFDFFD;
padding:4px;
}
 

.emoji-picker-icon {
    cursor: pointer;
    position: relative!important;
    right: -27px!important;
    top: 168px!important;
    font-size: 14px!important;
} 

#comment_modal .emoji-picker-icon {
  right: -46px!important;
    top: 21px!important;
} 

#comment_modal .post-gallery {
    
    padding: 0px 1px;
} 

.emoji-menu {
    position: absolute;
    right: 33%!important;
}


.progress_inner__step label a{
 
    color: #000;
}


.progress_inner__step span {
    width: 80px;
} 

.progress_inner__step span a{
color:#FFFFFF;
}


.post-submit_code {
    outline: none;
    height: 30px;
    width: 80%;
    background: linear-gradient(100.63deg, #389FF7 0%, rgba(62, 138, 251, 0.89) 100%);
    border-radius: 0px;
    border: none;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
}









.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 25px;
  margin-bottom:4px;
  text-align:center;
  z-index:999;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}






 .tag_item {
    color: #000000;
    background-color: #F3F3F3;
    border-color: #f8f9fa;
  float:left;
  margin:4px;
  font-size:18px;
  padding:2px 10px;
}

.tag_item:hover,.tag_item_active {
   color: #000000;
     background-color: #e2e6ea;
 }
 
 
 
 
 
 
 
 
.post_location_info li{
list-style:none;
float:left;
padding-right:15px;
    font-size: 12px;
    color: #767575;
text-transform:uppercase;
} 

.post_location_info .list_dot{
list-style: inside;
}
  
.post_info2{
margin-top:30px;
margin-bottom:30px;
} 

.post_info2_box{
position:relative;
display: inline-flex;
 
}

.post_info2_box_title{
font-size:16px;
text-transform:uppercase;

}

.post_info2_box_content{
font-size:16px;
font-weight:bold;
padding-left: 17px;
} 

.border_line{
position:absolute; top:30px; width:40px;    border-top: 2px solid #cac9c9;
}


 .story-layout{
 font-size:18px;
 line-height:35px;
 color:#1A1A1A;
 border:none;
 }
 



.top_bar ul,.top_bar li{
  list-style: none;
}

.top_bar{
 
    position: fixed;
       top: 5px;
    right: 7px;
    z-index: 999999!important;

 }

/***For google language translator widget***/
.fa-globe{
float:left!important;
}

#google_translate_element{
padding-right:4px;
    float: right;
 }

.goog-te-gadget-icon{
display:none!important;
}

.goog-te-gadget-simple{
background:none!important;
 border:none!important;
}

.goog-te-menu-value{
color:#333!important;
}

/***End for google language translator widget***/





@media screen and (max-width:768px){
 
  
  .post_location_info li{
    font-size:12px;
  }
  
  .post_info2_box_title {
      font-size: 13px;
  }
  
  .post_info2_box_content {
      font-size: 14px;
  }
  
   
  .story-space {
    height: 8px;
  }
  
  .article-detail-header {
    margin-bottom: 0px;
  }

  
}







/********Tour Listing***********************/

.tour_list_item{
   height: 330px;
   margin-bottom: 6px;
   box-shadow: 0px 0px 20px rgba(73, 78, 92, 0.15);
   transition: 0.4s;
   border-radius: 11px;
}

  .tour_list_item:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}


.tour_list_item_image_container{
  position: relative;
}

.tour_list_item_image_container img{
  width: 100%;
  height: 155px;
  border-radius: 10px;
}

.tour_list_item_image_container_data{
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    font-weight: 300;
      background-image: linear-gradient(to top, #000, rgba(84,84,84,0));
      width: 100%;
      height: 55px;
}

.tour_list_item_image_container_data_inner{
  left: 15px;
  bottom: 7px;
  position: absolute;
}

.tour_list_item_content{
   height: 155px;
 
}


.tour_list_item_title {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 6px 0px;
    font-weight: normal;
    color: #333;
    line-height: 18px;
}



.tour_list_item_rating_text{
  font-size: 11px;

}

.tour_list_item_r2{
  height:77px; 
}

.tour_list_item_cost{
  font-size: 15px;
  color: #000;
}

.btn3{
    padding: 7px 10px;
    background: #cc0909;
    color: #fff;
    border: 1px solid #be0707;
    font-size: 12px;
}

.btn3:hover{
  background: #000;
  color: #fff;
}


.btn3_color2{
    padding: 7px 10px;
    background: #5a4080;
    color: #fff;
    border: 1px solid #5a4080;
    font-size: 12px;
}

.btn3_color2:hover{
  background: #000;
  color: #fff;
}



 
@media screen and (max-width:768px){


.tour_list_item .tour_list_item_content{
    height:auto;
}

 
 

}





/***Tour Details ************/

@media screen and (max-width:768px){
  .tour_details_price{
      font-size: 14px!important;
      font-weight: bold!important;
      padding-bottom: 15px;
   }

     .tour_details_include div {
      padding-right: 9px;
      line-height: 19px;
      font-size: 11px;
      width: 45%;
      float: left;
      display: inline-flex;
      padding-bottom: 10px;
  }

  .tour_details_include {
      padding-top: 20px;
      text-align: center;
      width: 100%;
      display: block!important;
   }

  
  .tour_details_include img{
    margin-right: 6px;
  }

  .tour_details_heading2 {
  
      width: 100%;
      display: inline-block;
  }

  .tour_details_title{
    font-size: 20px;
  }

}




.tour_details_price{
    font-size: 25px;
     font-weight: 500;
}

.tour_details_price span{
}

.tour_details_price .starting_from{
  color: #4f4b4b;
  font-size:18px;
  font-weight: normal;
}

.badge-warning{
  background: #ab7907;
  color: #fff;

}

.tour_details_list li{
 
    margin: 0;
    font-size: 14px;
  padding: 6px 0 6px 30px;
  list-style: none;
  background-image: url('../img/icon_check.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;

}

.tour_details_include{
  padding-top: 20px;
  display: inline-flex;
  text-align: center;
}

.tour_details_include div{
  padding-right: 20px;
  line-height: 25px;
}

.tour_details_heading2{
  color: #911c1c;
  font-size: 18px;
  font-weight: bold;
}

.tour_details_faq_heading{
  font-size: 16px;
  font-weight: bold;
  padding:6px 0px; 
}

.tour_details_quick_enquiry_form{
   padding: 6%;
}
.tour_details_quick_enquiry_form .form-group {
    margin-bottom: 10px;
}

.tour_details_quick_enquiry_form .form-control ,.tour_details_content .form-control{
   height: 37px;
    /* box-shadow: none; */
    outline: none;
    border: 1px solid #a5a2a2;
    padding: 4px 13px;
    font-size: 14px;
    color: #000;
}

.tour_details_quick_enquiry_form .tour_details_heading2{
  color: #4c4b4b;
}

.text-danger {
    color: #cc0909;
}


.color3 {
    color: #5a4080;
}

.bg_color3 {
    background-color: #5a4080;
    color: #fff;
}

.itinerary_list{
     padding-left: 33px;
    position: relative;
    padding-bottom: 38px;
    border-left: 2px dotted rgb(202, 176, 241);
    margin-left: 10px;
}

.itinerary_list li{
  list-style: inside;
}


.itinerary_list ul{

    padding-left: 10px;
}

.itinerary_no{
  padding:10px; 
}

.itinerary_no::before{
     content: "";
    background: #fff url('../img/itinerary_bullet.png'); no-repeat -68px -36px;
    position: absolute;
    left: -12px;
    font-size: 14px;
    width: 22px;
    height: 23px;

}

.tour_list_item {
  position: relative;
}

.tour_details_right .tour_list_item  .btn3{
  font-size: 11px;
  padding:3px 4px; 

}

.tour_details_right .tour_list_item_cost_container{
    padding: 0px 0px 0px 14px;
    margin: 0px;
}

.tour_details_right .tour_list_item_cost {
    font-size: 13px;
    color: #000;
}

.tour_details_right .tour_list_item{
  padding:4px; 

}




.ui-datepicker{
width:350px!important;
z-index:99!important;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 14px!important;
    text-align: right;
    text-decoration: none;
}


button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #fff!important;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
  
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #d83a1b!important;
    background: #d83a1b!important;
  color: #fff!important;
  }
  

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button  {
    border: 1px solid #f2f0f0!important;
    background: #fff!important;
    font-weight: normal!important;
    color: #454545!important;
  font-size:16px!important;
}  

.ui-datepicker td {
    border: 0;
    padding: 0px!important;
}

  .ui-datepicker .ui-state-hover,.ui-datepicker .ui-state-active{
background:#5a4080!important;
color:#FFFFFF!important;
}

.ui-datepicker .ui-state-highlight{
background:#dbc10a!important;
color:#fff!important;
}

/***End Tour ****************/




/**Loader*/

#loader {
    background: #5e5c5c;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    z-index: 99999!important;
}

.loader_inner{
  position: fixed;
  width: 220px;
  height: 220px;
  background: url("../img/ajax_loader.gif");
  margin: 20px auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  padding: 10px;
  z-index: 11;
  background-repeat: no-repeat;
  background-position: center;
  left: 40%;
  top: 30%;
  background-color: #fff;
  z-index:99999!important;
  border-radius:10px;
}
.loader_inner img {
  position: absolute;
  top: -10000px;
  left: -10000px;
  right: -10000px;
  bottom: -10000px;
  margin: auto;
  left: -10000px;
  right: -10000px;
}

@media screen and (max-width: 768px){
  .loader_inner{
  position: fixed;
  width: 220px;
  height: 220px;
   left: 20%;
   top: 20%;
}



}

 



.logo_container{
  padding-top:4px; 
}

.logo_main{
  width: 230px;
}

.top_search_bar{
  width: 348px;
  height: 40px;
}

.top_bar{
  width: 100%;
   background: #000;
  color: #fff;
  position: sticky;
  top: 0px;
}


.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    color: #fff;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    padding-top: 6px;
}

.top-social ul li {
    display: inline-block;
    list-style: none;
    border-left: 1px solid #323437;
}

.top-social ul li a {
    color: #ffffff;
    font-weight: normal;
    padding: 0 10px;
    font-size: 13px !important;
    line-height: 8px;
}

.top-social ul li a .fab, .top-header ul li a .fas {
    color: #00a6dd;
    font-size: 12px;
}



.home-navbar {  padding-top: 25px; padding-bottom: 25px;margin-bottom: 15px; text-align: center;box-shadow:5px 0px 15px #c3c3c3;
  position: fixed;
    width: 100%;
    z-index: 99999!important;
     }


.home-navbar-btn { display:none; float:right; }
.home-main-navbar {margin-bottom: 1px; }

.home-main-navbar ul { display:table; margin:0px auto 4px;line-height: 48px;}

.home-main-navbar ul li { float:left; list-style:none; }
.home-main-navbar ul li a { text-decoration:none; font-size:16px; line-height:22px; text-transform: uppercase; color: #000; font-weight:normal; 
    letter-spacing:0.12em; padding:0px 18px; display:inline-block; }


  .header.has-search .search-toggle {
    display: inline-block;
    position: absolute;
    right: 180px;
}


@media only screen and (max-width:1100px) {  
.home-main-navbar ul li a { padding:0px 15px; }
}

@media only screen and (max-width:768px) { 
.home-navbar { padding:50px 0px; }
.home-main-navbar { display:none; }
.home-navbar-btn { display: block; margin-right: 20px; margin-top: 10px; font-size: 24px; text-decoration: none; font-weight: 700; color: #000; text-decoration: none; }
.home-navbar-btn img { display:inline-block; vertical-align:middle; margin-top:-3px; margin-right:5px;}
.home-navbar-btn:hover { color:#000; text-decoration:none; } 
.home-navbar > img { float:left; max-width: 350px; margin-left:20px; }

.inner_page .home-navbar {
     background: #fff;
}

.home-navbar-btn {
     position: absolute;
    top: 16px;
    right: -10px;
} 



}

@media only screen and (max-width:414px) { 
.home-navbar > img { max-width:250px; }




.home-navbar { padding:30px 0px; }
}

@media only screen and (max-width:380px) { 
 }
@media only screen and (max-width:320px) { 
/*.home-navbar-btn img { display:none; }*/
.home-navbar > img { max-width:180px; margin-left:10px; }
.home-navbar-btn { margin-right:10px; font-size:19px; }
} 



.main_heading_container{
padding-top:10%;
padding-bottom:10%;
}


.search-btn img {
    width: 30px;
}


.main_heading{
background:url(../../images/main_heading_bg.png);
background-repeat:no-repeat;
background-position:center;
height:70px;
line-height:70px;
width:100%;

font-family: Gill Sans Std ,'Lato';
 font-size: 23.8512px;
 font-weight:300;
text-align: center;
letter-spacing: 0.12em;

color: #626262;

} 



.home-navbar-sticky{
  background: #fff;
}


.hvr-underline-from-center:before {
        background: #bd4c3d!important;
  }  


  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 9px;
}






@media screen and (max-width:768px){
  
.container-map{
  
      overflow-x: scroll!important;
}

}
 


   .container-map .land{
    
      fill:#d58512;
  }


    .container-map .land:hover , .container-map .fil0:hover {
      cursor:pointer;
      fill:#cc0909;
  }





	.heading_other_cat{
		margin-top:10px;
		margin-bottom:10px;
		font-size: 22px; 
		font-weight: bold; 
		text-transform:uppercase;
		padding: 20px;
 	}	
	

	.heading_other_cat::after {
    display: block;
    content: "";
    position: relative;
    margin: .3em 0;
    width: 160px;
    background-color: #fff;
    height: 3px;
}

	 