.siteheader-title h1{
	color: #28a745;
    font-weight: 600;
}
.headerinput-search{
	text-align: center;
}
.headerinput-search {
	margin-bottom: 20px;
    position: relative;
    /* left: 30%; */
}
.headercreate-button{
    margin-bottom: 20px;
}
.headercreate-button button{
	background: linear-gradient(#41C973,#048741);
    border: none;
    color: #fff;
    border-radius: 50px;
}
.homepage-event .headerinput-search #locationsearch {
    font-size: 17px;
    padding: 10px;
    border: none;
    width: 45%;
    background: #f1f1f1;
    border-radius: 10px;
    display: inline-block;
}
.mapslider-heading {
	color: #fff;
    font-size: 20px;
}
/* .carousel{
    height: auto;
    color: #fff;
} */
.carousel .slider .slider-content{
	background-color: transparent;
}
/* #carouselExampleControls .carousel-indicators{
	bottom: 30px;
} */
.homepage-event .center .look-map{
	/* padding: 40px 0; */
	color: #fff;
}
.headercreate-button button {
    width: 210px;
}
/* .homepage-event .center .look-map .selectslide-img{
	background: #fff;
    border-radius: 10px;
    padding: 30px 70px;
} */
.field-map {
	cursor: pointer;
}
.imageuptext{
	color:#000
}
.popupsliderimage img {
    /* height: 400px; */
    width: 100%;
}
#mapSlider .modal-content{
	background-color: transparent;
	text-align: center;
}
#mapSlider .modal-dialog{
    max-width: 80%;
}
/* .header {
	background-image: url('https://images.unsplash.com/photo-1480563597043-1c877e682fc7?ixlib=rb-1.2.1&w=1000&q=80');
} */
.headeroverlay{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #009444; */
    opacity: 0.7;
}
#mapSlider{
	background-image: unset;
}
#mapSlider {
    background: rgba(0, 0, 0, 0.5);
}
/* .field-map {
	box-shadow: 0px 0px 8px 0px green;
} */
.vanue-select-error{
    color:#cc0000;
}
.selectedlocation{
    color:#fff;
}
.reality-mobaile{
    position: relative;
}
.reality-mobaile .videoOverlay{
    position: absolute;
    top: 0;
    left: 4px;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 12% 13%;
    border-radius: 70px !important;
}
.reality-mobaile .realityvideo{
    position: absolute;
    top: 0;
    left: 0;
}
.aradwebpimage{
    height: 405px;
    border-radius: 25px !important;
}

.mapsliderclose{
    position: absolute;
    right: 12px;
    top: 20px;
    z-index: 3;
    border-radius: 50% !important;
    display: inline-block;
    padding: 8px;
    background: #fff;
    box-shadow: 0px 0px 3px #ccc;
    opacity: 0.7;
}
.mapsliderclose img{
    border-radius: 50%;
    width: 30px;
}
div#demo-text {
    height: auto;
}
.siteheader-title h2 {
    color: #28a745;
    font-weight: 600;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.logindropdowns button{
    border: 1px solid #ccc;
    border-radius: 20px;
}
.itunes-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: -80px;
}
.ads-map, .selectslide-img .side-text{
    float:none;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 991px){
	.adcontainer{
		    background-color: #28a745;
            border-radius: 12px !important;
            overflow: hidden;
	}
}
@media (max-width: 1199px){
	.carousel-control-prev{
		left: 0px;
	}
	.carousel-control-next{
		right: 0px;
	}
    .homepage-event .center .look-map .selectslide-img .carousel .carousel-control-prev{
        left: 0px;
        display: none;
    }
    .homepage-event .center .look-map .selectslide-img .carousel .carousel-control-next{
        right: 0px;
        display: none;
    }
    .carousel-indicators{
        margin-right: 0;
        margin-left: 0;
    }
}