.col-md-offset-2.col-xs-offset-1.col-sm-offset-1.col-md-7.col-sm-8.col-xs-8 {
    display: inline-block;
    width: 90%;
}
.SABA_Slider_parent {
    display: inline-block;
    width: 90%;
}
.row {margin:0px !important;}
.SABA_Slide_container1 {
	background-color: var(--5-pcrs-blue);
	padding: 15px;
	font-family: "PCRS Body";
	font-size: 1rem;
	width: 100%;
}

.SABA_Content {
    height: auto;
    margin: auto;
    padding: 0px;
    line-height: 18px;
    text-align: justify;
}

.SABA_Slider_Heading {
    height: auto;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

#SABA_Scrubber_RXYear {
    background: url(../image/slide-background-1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#SABA_Scrubber_Year {
    background: url(../image/slide-background-2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#SABA_Slider_Week {
    background: url(../image/slide-background-3.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#SABA_Slider_day {
    background: url(../image/slide-background-4.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.SABA_Slider input {
    position: absolute;
    left: 0px;
    z-index: 99;
}

.SABA_Slider input {
    background: linear-gradient(to right, transparent 0%, transparent 0%, transparent 100%, transparent 100%);
    height: 16px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.range-bar {    
	position: absolute;
	z-index: 9;
	width: 19%;
	/*left: 3px;    */
	overflow: hidden;
	height: 35px;
	border-radius: 0px;
	top: 0px;
	right: 0px;
}


.SABA_Slider input {
    height: 25px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.SABA_Slider input {
    position: absolute;
    left: 0px;
    z-index: 99;

}
.SABA_Slider {height: 110px;}
.SABA_Slider {position: relative;}

.SABA_Slider input::-webkit-slider-thumb {
    background-color:  var(--pcrs-blue);
    border-radius: 0;               
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-appearance: none;
}

.SABA_Slider input::-moz-range-thumb {
    background-color:  var(--pcrs-blue);
    border-radius: 0;               
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -moz-appearance: none;
}

.SABA_Slider input::-ms-thumb {
    background-color:  var(--pcrs-blue);
    border-radius: 0;               
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -ms-appearance: none;
}

#SABA_year_count,#SABA_year_2_count,#SABA_week_count,#SABA_day_count {
	color:#006b36;
	font-weight: 900;
	font-size: 1.2em;
	float:right;
	padding-top:30px;
}


#incr_saba_use {
	float: left;
	padding-top:15px;
}
#symptoms {
	float: right;
	padding-top:15px;
}


/*Media Queries*/

/*Small Max Width 320-480px 
**********************************************************/
@media (min-width: 320px) and (max-width: 480px) {
 	.range-bar {height: 10px !important;}
	.SABA_Slider input {top: -6px;}
	
	.SABA_Slider input::-webkit-slider-thumb {                 
		height: 20px;
		width: 20px;  
}

	.SABA_Slider input::-moz-range-thumb {
		height: 20px;
		width: 20px;  
	}
	
	.range-bar img {
		width: 100%;
		height: 35px;      
	}
}


/**Md Width 480px - 580px 
**********************************************************/
@media (min-width: 481px) and (max-width:580px) {
	
	.range-bar {height: 25px !important;}
	.SABA_Slider input {top: -6px;}
	.SABA_Slider {height: 50px;}
	
	.SABA_Slider input::-webkit-slider-thumb {                 
		height: 25px;
	    width: 25px;  
	}
  
	.SABA_Slider input::-moz-range-thumb {
		height: 25px;
		width: 25px;  
	}
	
	.range-bar img {
		width: 100%;
    	height: 25px;     
	}
}

/**Lg Width 581px - 650px
**********************************************************/
@media (min-width: 581px) and (max-width:650px) {
	.range-bar {height: 25px !important;}
	.SABA_Slider input {top: -6px;}
	
	.SABA_Slider input::-webkit-slider-thumb {                 
		height: 25px;
		width: 25px;  
	}
   
	.SABA_Slider input::-moz-range-thumb {
		height: 25px;
		width: 25px;  
	}
	
	.range-bar img {
	     width: 100%;
    	height: 26px;  
	}
}

/**XLg Width 651px - 700px
**********************************************************/

@media (min-width: 651px) {
	.SABA_Slider input {top: -2px;}
	.range-bar img {
	     width: 100%;
    	height: 26px;      
	}
}


/**Max width setting for xxl screen
**********************************************************/
@media (min-width: 800px) {
	.container1 {
		width: 800px;
		margin-right: auto;
		margin-left: auto;
}
}