	.custom-search-input-2 input {
    border: 0;
    height: 50px;
    padding-left: 15px;
    border-right: 1px solid #d2d8dd;
    font-weight: 500;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    border-radius: 6px;
    border: solid 0.5px#3a3a3a !important;

}
		
	.input_location {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0 15px 0 35px;
    position: relative;
    z-index: 1;
    color: #111;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    border-radius: 5px;

    background: #fff;
    /*width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 130px 0 15px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;*/
        border: solid.5px#3a3a3a !important;

}	


	.hero_single.version_4 {
    height: 370px;
    background: #004dda url(../img/pattern_1.svg) center bottom repeat-x;
}
.custom-search/<?php echo $city; ?>-input-2 input {
    border: 0;
    height: 50px;
    padding-left: 15px;
    border-right: 1px solid #d2d8dd;
    font-weight: 500;
    width: 100%;
}

.home_hotkeyimg {
    display: inline-block;
    overflow: hidden;
    border: 0.5px solid#ccc;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    height: 74px;
    width: 74px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.home_hotkeyimg img{
    height: 50px;
    width: 50px;
	}
.home_hotkeyimg:hover {

	-webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 2px rgb(0 0 0 / 15%);
}

.imglong{
   border-radius: 20px;
   border: 1px solid #eee;
}
.padding-10{
	padding: 10px;
	text-align: center;
}
.yellowicon{
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 2px rgb(0 0 0 / 15%);
    width: 100%;
}
a {
    color: #000000;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}


.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 1px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
@media (min-width: 992px){
.modal-lg, .modal-xl {
    max-width: 90%;
}
}


	.panel{
		align-items: center;
    padding: 13px;
    width: 100%;
    background-color: #fff;
	}
		.col .panel img{
    width: 35px;
	}
	
	
	
	
	
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 1px;
  width: 1px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}





