#iview {
	position: relative;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

#iview .iviewSlider {
	display: block;
	width: 1600px;
	background-size: cover;
	height: 800px;
}


#iview div.iview-directionNav {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 109;
	text-align: center;
	bottom: -10px;
}


#iview div.iview-directionNav a {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out 0s;
	        transition: all 0.3s ease-out;
}


#iview div.iview-directionNav a.iview-prevNav {
	position: relative;
	border-top: 43px solid transparent;
	border-bottom: 43px solid transparent;
	border-right: 57px solid #f5f5f5;
}
#iview div.iview-directionNav a.iview-prevNav:before {
	position: absolute;
	top: -29px;
	content: '';
	border-top: 30px solid transparent;
	border-right: 40px solid #222;
	border-bottom: 30px solid transparent;
	display: block;
	left: 11px;
	transition: all .3s;
}
#iview div.iview-directionNav a.iview-prevNav:after {
	position: absolute;
	top: -7px;
	content: '';
	display: block;
	border-top: 8px solid transparent;
	border-right: 10px solid rgba(238, 238, 238, 0.5);
	border-bottom: 8px solid transparent;
	left: 32px;
}
#iview div.iview-directionNav a.iview-nextNav {
	position: relative;
	border-top: 43px solid transparent;
	border-bottom: 43px solid transparent;
	border-left: 57px solid #f5f5f5;
}
#iview div.iview-directionNav a.iview-nextNav:before {
	position: absolute;
	top: -29px;
	display: block;
	content: '';
	border-top: 30px solid transparent;
	margin-top: 0;
	border-bottom: 30px solid transparent;
	left: -52px;
	border-left: 40px solid #222;
	transition: all .3s;
}
#iview div.iview-directionNav a.iview-nextNav:after {
	position: absolute;
	top: -7px;
	content: '';
	display: block;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid rgba(238, 238, 238, 0.5);
	left: -43px;
}




.iview-caption {
	background: none !important;
}
.custom-caption {
}
.custom-caption {
	display: inline-block;
	margin-left: 12vw;
	padding: 20px;
	font-size: 15px;
	color: #fff;
	border-radius: 0;
	position: relative;
	width: 500px;
}
.iview-caption.caption1 {
	text-shadow: none;
}
.iview-caption.caption2 {
	color: #000;
	background: #fff;
	text-shadow: none;
}
.iview-caption.caption3 {
	background: #c4302b;
	box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0;
	text-shadow: none;
}

#iview-preloader {
	width: 150px;
	border: #666 1px solid;
}

#iview-preloader div {
	background: #666;
}
#iview-timer {
	border-radius: 10px;
}

#iview-timer div {
	border-radius: 10px;
}


.block-title.margin_none{
	margin-bottom:0;
}


.pricing {
  padding:100px 0;
  background-color:#f5f5f5;
}
.pricing .plan {
  background-color: #8ddbf7;
  padding: 2.5rem;
  margin: 12px;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.pricing .plan h2 {
  font-size: 22px;
  margin-bottom: 12px;
}
.pricing .plan .price {
  margin-bottom: 1rem;
  font-size: 30px;
}
.pricing .plan ul.features {
  list-style-type: none;
  text-align: left;
}
.pricing .plan ul.features li {
  margin: 8px;
}
.pricing .plan ul.features li .fas {
  margin-right: 4px;
}
.pricing .plan ul.features li .fa-check-circle {
  color: #dc2d13;
}
.pricing .plan ul.features li .fa-times-circle {
  color: #eb4d4b;
}
.pricing .plan .buy-button {
  border: none;
  width: 100%;
  padding: 12px 35px;
  margin-top: 1rem;
  background-color: #dc2d13;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.pricing .plan .current-plan {
	border: none;
	width: 100%;
	padding: 12px 35px;
	margin-top: 1rem;
	background-color: #08712f;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
  }
.pricing .plan.popular {
  border: 2px solid #dc2d13;
  position: relative;
  transform: scale(1.08);
}
.pricing .plan.popular span {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #dc2d13;
  color: #fff;
  padding: 4px 20px;
  font-size: 18px;
  border-radius: 5px;
}
.pricing .plan:hover {
  box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}

select{
  background-color: white;
  color: black;
  padding: 12px;
  width: 250px;
  border: none;
  font-size: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  text-align: center;
  outline: none;
}

.ctm-dropdown {
    text-align: center;
	margin-bottom: 6%;
}

/* nisarg edit post image */
.festival_img {
    position: relative;
}

.festival_img img {
    width: 100%;
    border: 1px solid #3C8DBC;
    border-radius: 10px;
}

.festival_img .btndelete {
    position: absolute;
    top: 0;
    right: 0;
	background-color: #dc2d13;

    width: 35px;
    height: 35px;
    color: #ffffff;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 16px;
}

/*-------------Range_km----------------*/
.input_range{
	margin-top: 15px;
}
.range_km{
	padding-top: 15px;
	font-size: medium;
}
/*-------------filter & reset button css starts----------------*/
.both_button{
	float :right;
	margin-top: 1px;
}
.filer_btns{
	font-size: medium;
	border: 1px solid black;
	border-radius: 15px;
	text-decoration: none;
    margin: 0px 0px 10px 10px;
}

.filer_btns:hover {
	color: red;
	border: 1px solid red;
  }
/*-------------filter & reset button css ends----------------*/


/*-------------nav bar css starts----------------*/
.logo{
	position: absolute;
	padding-top:2%;
	top: 0px !important;
	width: 100%;
	height: 100%;
	margin: 0% !important;
}

.nav-button{   
	background-color: white !important;
}
a{
	text-decoration: none;
}

/*-------------nav bar css ends----------------*/

/*-------------Drop down form css starts----------------*/
.form_questions{
	margin-bottom: 25px;
}
/* .form-control {
	width: 85% !important;

} */

/*-------------Drop down form css ends----------------*/

/*-------------Top heading css starts----------------*/


@media only screen and (max-width: 600px) {
	h1{
       padding-top: 0px !important;
       padding-bottom: 0px !important;
       margin-bottom: 15px !important;

	}
	.bg-inner{
		padding: 0px !important;
	 }
	 .breadcrumb{
		padding: 0px 15px !important;
	 }
     .both_button{
      margin-right: 5% !important;
     }
	 .latest_offer{
        width:100%;
	 }
	 .news_home{
        width:95%;
     }
	 .entry-media{
        width:95%;
	 }

}
/*-------------Top heading css ends----------------*/


/*-------------latest offer css starts----------------*/

/* .latest_setting_offer{
		height: 20% ;
       
} */
.latest_offer{
	height: 30.1% !important;
}
@media only screen and (max-width: 1280px) {
	.latest_offer{
		height: 33% !important;
	}
}

@media only screen and (max-width: 1024px) {
	.latest_offer{
		height: 47.2% !important;
	}
}
	
/*-------------Top heading css ends----------------*/
.textarea_css{
	padding: 0px 17px !important;
}


.map{
	text-align:center;
	width: 100% !important;
	overflow: hidden;
}


/*-------------about us page css ends----------------*/

/*-------------Home page css starts----------------*/

.readm_button{
	margin-top:50px;
}
@media only screen and (max-width: 450px) {
	.readm_button{
		margin-top:195px !important;
	}
}

/*-------------Home page css ends----------------*/

@media only screen and (max-width: 1285px) {
.screen_view{
	display: none !important;
}
}
@media only screen and (min-width: 1282px) {
    .respo_view{
      display: none !important;
    }
}
.respo_img{
	padding-top:5% !important;
}
.card_view{
	border: 1px solid black !important;
	background-color: white !important;
}
.about_passage{
	padding: 0px 20px !important;
	 font-weight: 400 !important;
}

/*-------------about us page css ends----------------*/

/*-------------notification page css stars----------------*/
.notified_content{
	margin-bottom: 20px;
}
.main_content{
	margin-top:50px;
	text-align: -webkit-center ;
}
.text_content{
	padding:10px 20px 2px 20px;
	margin:10px 0px 20px 20px;
	border-radius:20px;
	background-color:#e2e9f5;
	font-size: 15px;
	width:50%;
	box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
}
.notified_content{
	text-align:center;
	border:1px solid black;
	border-radius:20px;
	background-color:#f8fafd;
	padding:10px 20px;
	margin:10px 10px;
}
.notify_icon{
	weight:200;
	font-size:25px;
	padding-top:10px;

}

/*-------------about us page css ends----------------*/