.col-xs-2.col-sm-2.col-md-2.range_slides_item_image img {
	width:60%;
}
.product-card {
	border: 1px solid #ddd;
	margin-top:40px;
	padding: 10px;
}
.product-card h3 {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    padding: 20px 0 20px 0px;
    font-weight: 700;
}
.product-card p {
    color: #394348;
    margin: 0 35px 10px 0px;
}
.product-card ol li, .product-card ul li {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.3;
	list-style:none;
}
.product-card ol li:before, .product-card ul li:before {
	font-family: FontAwesome;
	content: "\f00c";
	color:#0C0;
	padding-right:15px;
}
.product-card .blockquote-container:last-child, .product-card p:last-child, .product-card span:last-child, .product-card ul:last-child {
    margin-bottom: 0;
}
.product-card .card-footer{
	padding: 30px 20px;
	background-color: #fafafa;
}
.productCardCorner--image {
	position: absolute;
    top: -10px;
    right: -100px;
}
h8 {
	text-align:center;
	color:#f15a29;
	font-size: 24px;
	min-height:100px;
}
.searchText {
    height: 50px;
    width: 4.2em;
    border: 2px solid #fff;
    background-color: transparent;
    margin-right: 10px;
    color: #fff !important;
    font-size: 20px;
    padding: 0px 0px 0px 15px;
    min-width: 3.6em;
}
.searchButton {
    background: url(../../images/icons/search-icon.png) no-repeat center center;
    border: 2px solid #fff;
    color: transparent;
    height: 50px;
    width: 4%;
    background-size: 60% auto;
    padding: 0px;
    margin: 0px;
    min-width: 50px;
    align-items: initial;
    font-size: 21px;
}
.searchButtonloading {
    background: url(../../images/icons/loading.gif) no-repeat center center;
    border: 2px solid #fff;
    color: transparent;
    height: 50px;
    width: 4%;
    background-size: 60% auto;
    padding: 0px;
    margin: 0px;
    min-width: 50px;
    align-items: initial;
    font-size: 21px;
}
.tagline {
    color: #fff !important;
    font-size: 35px !important;
    margin-bottom: 20px !important;
    line-height: 36px !important;
}
.tagline-small {
    color: #fff !important;
    font-size: 22px !important;
    margin-bottom: 20px !important;
    line-height: 22px !important;
}
.postCodeErrorDesktop, .postCodeErrorMobile {
    color: red;
    padding: 5px 0 0 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ffffff !important;
}
#daisyresult img, #llproviders img {
    padding: 0 5px 0 0;
    border: 0;
    display: block;
    vertical-align: top;
    display: inline-block;
    max-width: 100%;
}
#daisyresult h6 {
	font-size:12px;
	color: darkcyan;
}
#daisyresult {
	border: 2px solid white;
	border-radius: 5px;
	font-size: 12px;
	margin: 0 5px 0 0px;
    padding: 4px;
	font-weight:bold;
	cursor:pointer;
}
#llproviders {
	display:none;
}
.ServiceValidation{
	color:#F00;
}