<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
input:focus{
        outline: none;
    }
    .selecttenure {
        -webkit-appearance: none;
        --range: calc(var(--max) - var(--min));
        --ratio: calc((var(--val) - var(--min))/var(--range));
        --sx: calc(.5*1.5em + var(--ratio)*(100% - 1.5em));
        margin: 0;
        padding: 0;
        width: 100%;
        height: 1.5em;
        background: transparent;
        font: 1em/1 arial, sans-serif;
        border: none;
    }
	  .selecttenure::-moz-range-track {
      border: 0.392063px solid #D9D9D9;
box-shadow: 0px 3.92063px 5.88094px rgba(0, 0, 0, 0.12), inset -7.84126px -7.84126px 15.6825px rgba(255, 255, 255, 0.44);
border-radius: 15.6825px;
height:20px;
        background: linear-gradient(269.6deg, #E04627 -28.49%, rgba(255, 0, 46, 0.42) 125.84%) 0/var(--sx) 100% no-repeat #fff;
bottom:20px;
margin-bottom:20px;
    }
	
   
    .selecttenure, .selecttenure::-webkit-slider-thumb {
        -webkit-appearance: none;
    } 
    .selecttenure::-webkit-slider-runnable-track {
        box-sizing: border-box;
        border: none;
        width: 12.5em;
        height: 0.5em;
        background: #BABABA;
    }
    .js .selecttenure::-webkit-slider-runnable-track {
		
		border: 0.392063px solid #D9D9D9;
box-shadow: 0px 3.92063px 5.88094px rgba(0, 0, 0, 0.12), inset -7.84126px -7.84126px 15.6825px rgba(255, 255, 255, 0.44);
border-radius: 15.6825px;
height:22px;
        background: linear-gradient(269.6deg, #E04627 -28.49%, rgba(255, 0, 46, 0.42) 125.84%) 0/var(--sx) 100% no-repeat #fff;
    }
	 
  
   
    .selecttenure::-webkit-slider-thumb {
         
        box-sizing: border-box;
        border: none;
		width:32px;
		 
		height:32px;
 
    }
    
   
   
	  .book_option.form-control.datefield &gt; option {
    text-align: center;
}
.width90 {
    height: 65px;
}
   #tickmarks {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}
	input#myRange {
   position: absolute;
    height: 25px;
    z-index: 1;
    display: flex;
	cursor:pointer;
    align-items: flex-start;
}

.slidecontainer {
    position: relative;
}

    #tickmarks p {
        position: relative;
        display: flex;
        justify-content: center;
        text-align: center;
        width: 1px;
        background: #BABABA;
        height: 10px;
		
		font-family: 'Quicksand';
font-style: normal;
font-weight: 600;
font-size: 11.7619px;


color: #BABABA;
        line-height: 40px;
        margin: 0 0 20px 0;
    }   
	
	datalist#tickmarks option.activeTenure {
    font-weight: 600;
    font-size: 15.6825px;
    line-height: 20px;
	  animation: mymove 5s;
    color: #535353 !important;
}
	
	
	datalist#tickmarks option:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 1px;
    height: 12px;
    background-color: #BABABA;
    border-left: 1px solid #BABABA;
    text-align: center;
}
datalist#tickmarks option{
position:relative; font-family: 'Quicksand';
font-style: normal;
font-weight: 600;
font-size: 11.7619px;
line-height: 15px;
/* identical to box height */


color: #BABABA;}

 </pre></body></html>