

/*Imange slider CSS end*/
#top-info-bar{
	background-color:#000000;
	color:#ffffff;
	min-height: 25px;
	padding-top: 3px;
	
}

.slider-track-high{
	background-color:#cbe1f5 !important ;
}

.slider-tick-label {
	font-size: 0.6em;
}
.slider-tick.round 
{
	/*background-image: linear-gradient(to bottom, #f3f0f0 0%, #3073ad 100%) !important ;*/
}

#ex13Slider .slider-selection {
	background: #BABABA;
}

#benifits{
font-size:1.3em;
}

.float-right{
	float:right;
	padding-right:5px;
}

.color-white {
	color:#ffffff;
	font-size:1rem;
}

#top-info-bar a{
	color:#ffffff;
}
#top-info-bar a:visited{
	color:#ffffff;
}

#top-spacing{
	width:10px;
	display: inline-block;
}

.border-thik {
    border-size: 10px 	;
}


// Extra small devices (portrait phones, less than 576px)
@media only screen and (max-width: 400px) { 

  #bannerImg{
	width:200px !important;  
  }
 }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { 
.upperWidth {
    width:98% !important;
  }
 }

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { 
.upperWidth {
  }
 }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) {
.upperWidth {
  }	
 }