/*COMMON CSS*/
body{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
a{text-decoration: none;color: #333333;}
ul{list-style-type: none;float: left;margin: 0;padding: 0}
li{display: inline-block;float: left;}
a:hover,a:focus,a:active{text-decoration: none;}
/*header,section,footer,body{float: left; width: 100%;margin: 0}*/
input:focus{outline: none}
.common{float: left;width: 100%}
.inner-wrapper{max-width: 520px; margin: 20px auto;width: 100%;display: inline-block;}
button:focus,button:active,button:hover{outline: none}

.main-wrapper{text-align: center;}
.rangeslider {position: relative; height: 14px; border-radius: 7px; width: 100%; background-color: #f4f4f4; box-shadow: none; margin: 0 auto 45px; }
.rangeslider__handle {transition: background-color .2s; box-sizing: border-box; width: 40px; height: 40px; border-radius: 100%; background: #f6ac42; touch-action: pan-y; cursor: pointer; display: inline-block; position: absolute; z-index: 3; top: -8px; box-shadow: 0 0px 12px 2px rgba(0, 0, 0, 0.2); /* box-shadow: none; */ border: 3px solid #fff; }
.rangeslider__handle__value {transition: background-color .2s, box-shadow .1s, transform .1s; box-sizing: border-box; width: 90px; text-align: center; padding: 5px; background-color: #e62723; border-radius: 5px; color: white; left: -29px; top: -50px; position: absolute; white-space: nowrap; border-top: 1px solid #e62723; box-shadow: none; }
.rangeslider__handle__value:before {transition: border-top-color .2s; position: absolute; bottom: -10px; left: calc(50% - 10px); content: ""; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid; border-top-color: #e62723; }
.rangeslider--horizontal .rangeslider__handle{top: -14px; }
.rangeslider__fill {position: absolute; top: 0; z-index: 1; height: 100%; background:#f6ac42; border-radius: 8px; box-shadow: none; }
.rangeslider__labels {position: absolute; width: 100%; z-index: 2; display: flex; justify-content: space-between; }
.rangeslider__labels__label {font-size: 18px; position: relative; padding-top: 25px; color: #333; margin-left: -5px; margin-right: -5px; }
.rangeslider__labels__label:last-child:before {background-color: #666; }
.rangeslider.rangeslider--active .rangeslider__handle, .rangeslider.rangeslider--active .rangeslider__handle * {background-color: #f6ac42; background-image: unset; }
.rangeslider.rangeslider--active .rangeslider__handle *:after {border-top-color:#f6ac42; }
.rangeslider.rangeslider--active .rangeslider__handle__value {transform: translateY(0px); box-shadow: none; }
.rangeslider__handle:after{display: none}
.rangeslider-wrap {display: inline-block; width: 100%; margin: 3.5em 0 5em; font-family: 'Helvetica Neue'; }
input[type="range"]:focus + .rangeslider .rangeslider__handle{box-shadow: none;}
.rangeslider__handle:hover{background-color: #326DF8; }
.age-lbl {text-align: center; width: 100%; float: left; margin: 15px 0 20px 0; font-size: 30px; font-weight: 600; color: #333; }
.selected-age {font-size: 22px; display: inline-block; width: 100%; text-align: center; margin-bottom: 25px; color: #333; }
.toggle-btn {border: 1px solid #f4f4f4; background-color: #FFF; width: calc(100% - 10px); display: block; border-radius: 4px; height: 50px; padding: 4px; position: relative; zoom: 1; margin: 15px auto; box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1); box-sizing: content-box; }
.toggle-btn:before, .toggle-btn:after{content: " "; display: table; }
input[type="radio"] {opacity: 0; -webkit-appearance: none; display: none; margin: 0px; }
.toggle-btn input[type="radio"]:checked + label{color: #fff; background: #f6ac42;}
.toggle-btn input[type="radio"] + label {display: inline-block; float: left; vertical-align: middle; width: 50%; text-align: center; font-size: 18px; line-height: 20px; color: #333; padding: 15px 0; border-radius: 5px; background: transparent; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; cursor: pointer; font-weight: 600; position: relative; z-index: 2; max-width: 100%; }
.toggle-btn span {position: absolute;z-index: 1;top: 4px;left: 4px;width: calc(50% - 4px);height: calc(100% - 8px);display: block;border-radius: 4px;-webkit-transition: all 500ms ease;transition: all 500ms ease;}
.toggle-btn span.right {left: 50%; border-radius: 5px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
.btn-blue {display:block; width: 100% !important; margin: 15px auto; height: 50px; border: none; border-radius: 5px; font-size: 18px; color: #fff; font-weight: 600; background: #f6ac42; padding: 0; text-transform: uppercase; transition: all 0.3s ease; cursor: pointer; box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.1); }
.btn-blue:hover,.btn-blue:focus,.btn-blue:active{background:#f6ac42; }
.timeWrapper {padding: 20px 0; z-index: 10; margin: 20px auto; width: 300px; height: 81px; position: relative; background-color: #ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #f4f4f4; box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);box-sizing: content-box; }
.timeWrapper .highlightTime {position: absolute; border: solid #326DF8 2px; margin: auto; top: 0; left: 0; bottom: 0; width: 99%; height: 26px; }
.timeWrapper .setTime {margin: auto; width: 100%; height: 100%; position: relative; }
.timeWrapper .setTime .settingsWrapper {width: 100px; height: 81px; vertical-align: top; display: inline-block; padding: 0; margin: 0; position: absolute; overflow: hidden; font-size: 0; letter-spacing: -1px; }
.timeWrapper .setTime .settingsWrapper:first-child {left: 0; }
.timeWrapper .setTime ul {padding: 0; list-style-type: none; margin: 0; height: 81px; position: absolute; left: 0; margin-top: -297px; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.timeWrapper .setTime ul li {-webkit-user-select: none; -moz-user-select: none; user-select: none; transition: all 1s; width: 100px; text-align: center; cursor: pointer; height: 27px; line-height: 27px; font-size: 18px; }
.timeWrapper .setTime ul li.notChosen {color: #aaaaaa; }
.timeWrapper .setTime .settingsWrapper:nth-child(2) {left: 33.33%; }
.timeWrapper .setTime .settingsWrapper:last-child {left: 66.66%; }
.timeWrapper .setTime ul li.chosen {color: #000000; }
.result-wrapper {margin: 0 auto; width: 100%; float: left;display: none; }
.result-heading {font-size: 30px; font-weight: 600; color: #333; margin: 15px 0 15px 0; text-align: center; }
#text-area{line-height: 22px;font-size: 18px;}
.result-text {margin: 0 0 15px; font-size: 15px; color: #666; text-align: center;}
.box-wrapper {padding: 20px; background: #f4f4f4; border-radius: 4px; margin: 15px 0 30px; float: left; }
.time-span {font-size: 15px; margin-left: 3px; }
.box-inner-wrapper {}
.box {width: 100%; background: #fff; border-radius: 4px; padding: 15px;    margin-bottom: 20px;    text-align: left;}
.time-heading {width: 100%; font-size: 20px; color: #326DF8; margin-bottom: 5px; font-weight: 600;margin-right: 15px; }
.sub-text {display: inline-block; color: #333; font-size: 15px; text-align: left;}
.suggested {font-size: 12px; color: #f77901; float: right; text-transform: uppercase; font-weight: 600; line-height: 24px; }
li.result-text {text-align: left; }

@media screen and (max-width: 768px) {
 	.toggle-btn input[type="radio"] + label,.rangeslider__labels__label,.timeWrapper .setTime ul li,.btn-blue{font-size: 16px;}
 	.age-lbl{font-size: 21px;}
 	.selected-age{font-size: 20px;} 	
}

@media screen and (max-width: 650px) {
 	
 	.inner-wrapper{max-width: 75%;}
	.suggested{float: right;}
	.box{width: 100%;margin-bottom: 15px;}
	.box-inner-wrapper{flex-wrap: wrap;}	
	.box:last-of-type{margin-left: 0;margin-bottom: 0}
}
@media screen and (max-width: 500px) {
	.toggle-btn input[type="radio"] + label{font-size: 14px;}
 	.inner-wrapper{max-width: 80%;}
 	.timeWrapper{width: 240px;}
 	.timeWrapper .setTime .settingsWrapper{width: 80px;}
}
@media screen and (max-width:380px) {
	.toggle-btn input[type="radio"] + label{line-height: 15px;}
}