html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

/* THEME
  body {
    padding-top: 64px;
  }
*/
p {
  font-size: 14px;
}
a.btn-primary:not([href]) {
  color:#ffffff;
}

input {
  border: none;
  border-bottom: 2px solid #003777;
  padding: 5px;
}
.header {
  padding-bottom: 20px;
}
.logo {
  width:27%;
  padding-left:15px;
}
.header .page_title {
  padding-left: 5%;
  padding-right: 4%;
  width: 49%;
}

.btn-primary {
  border-color: transparent;
  background-image: linear-gradient(to bottom, #0081ba 0%, #004285 70%);
  border-top: none;
  border-radius: 7px;
  font-weight:600;
  font-size: 16px;
  padding: 8px 15px;
}

.container {
  /* max-width: 100%; */
}
.container-fluid {
  min-height: calc(100vh - 90px);
}
.brand-blue {
  color: #003777;
}
.brand-light-blue {
  color: #00A4DD;
}
.brand-grey {
  color: #4A4A4A;
}
.page_title {
  color: #003777;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 600;
  font-size: 26px;
}

h2.main-title {
  color: #003777;
  background: -webkit-linear-gradient(45deg, #003777, #00A4DD,#003777 46%);
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
}
h2.main-title sup {
  color: #003777;
  -webkit-text-fill-color: #003777;
}
h3.section-title {
  color: #00A4DD;
  font-weight: 600;
  font-size: 19px;
}
h3.section-subtitle {
  color: #003777;
  font-weight: 600;
  font-size:15px;
  padding-top:20px;
}

.blue-callout {
  color:#ffffff;
  background-color:#00A5DD;
  border-radius: 10px;
  padding: 22px 30px;
  font-size:18px;
  font-weight:600;
  margin-bottom: 1rem;
}
.dark-blue-callout {
  color:#ffffff;
  background-color:#003777;
  border-radius: 10px;
  padding: 22px 30px;
  font-size:18px;
  font-weight:600;
  margin-bottom: 1rem;
}

footer {
  background-color:#f3f3f3;
  padding: 30px 0px;
  color: #6C6D70;
  font-size: 10px;
  box-shadow: 0px -3px 7px 1px #cdcdcd;
}

footer .footer-links a{
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #003777;
}
footer .footer-links a:last-of-type{
  border-right: none;
  padding-right: 0px;
}

/* REFERENCE BTN AND MODAL */
.reference-btn {
  background-image:url(/images/reference-btn.png);
  width:68px;
  height:68px;
  border:none;
  float: right;
  background-color:transparent;
}
.reference-btn:focus {
  outline:none;
}
/* .modal-dialog {
  max-width: 45%!important;
} */
.modal-content {
  background-color: #e9f6fc;
}
.modal-title.main-title {
  padding-left: 20px;
  border-bottom: none;
  background: -webkit-linear-gradient(45deg, #003777, #00A4DD,#003777 89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal-header {
  border-bottom:0px;
  padding-top:25px;
}
.modal-header .close {
  opacity:1;
  color: #003777;
  padding: 19px 2rem;
  font-size: 26px;
  font-weight: normal;
}
.modal-body span {
  font-weight:normal
}
.modal-body ol li span {
  text-align: left;
  display: block;
}
.modal-body ol li {
  font-weight: 600;
  padding-bottom: 10px;
}

/* REFERENCE BTN AND MODAL END */

/* Language Toggle */

.language_picker {
  padding-top: 20px;
  background-color: #f1f1f1;
  max-height: 85px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: -3px 3px 6px 0px #d7d7d7;
  width:24%;
  padding-right:15px;
}
 .language_picker .logo-novo{
   border-right: 1px solid #004285;
   position: relative;

 }
 .language_picker .logo-novo img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
 }
 .language-toggle{
   position: relative;
   height: 50px;
 }
.language-toggle .toggle{
  border-radius: 50px;
  width: 100px !important;
  height: 25px !important;
  box-shadow: 2px 2px 5px #888888;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.language-toggle .btn-primary, .language-toggle .btn-default{
  background-color: transparent;
  border-color: transparent;
  border: 0px;
  color: #253b6f;
  font-size: 16px;
  font-weight: 600;
  padding:5px;
}
.language-toggle .toggle-handle{
  border-radius: 25px;
  width: 25px;
  height: 25px;
  margin-top: 3px;
  background-color: transparent;
  border: 0px;
}
.language-toggle .toggle-handle:active{
  color: transparent;
  box-shadow: none;
}
.language-toggle .toggle-handle::before, .language-toggle .toggle-handle::after{
  content: "";
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  display: block;
  position: absolute;
  top: 0px;
  left: -17px;
  background-image: linear-gradient(#a9a9a8, #deddde);

}
.language-toggle .toggle-handle::after{
  left: auto;
  right: -15px;
  opacity: 0;
}

.language-toggle .toggle-group {
  width: 200px;
}
.off .toggle-handle::after{
   opacity: 1;
   transition-property: opacity;
   transition-duration: 0.1s;
   transition-delay: 0.1s;

}
.off .toggle-handle::before{
   opacity: 0;
   transition-property: opacity;
   transition-duration: 0.1s;
   transition-delay: 0.1s;
}
.language-toggle .toggle-group label:nth-child(1){

 background-image: linear-gradient(#deddde,#a9a9a8);

}
.language-toggle .toggle-group label:nth-child(2){
  background-image: linear-gradient(#deddde,#a9a9a8);

}

/* Language toggle end */


/* LOGIN PAGE */
.container-login {
  min-height: calc(100vh - 90px);
}
.form-group-pin {
  background-color: #f2f2f2;
  border-bottom: 3px solid #00A4DD;
  border-radius: 4px;
}
.form-group-pin label{
  display:block;
  padding-left: 10px;
  padding-top: 10px;
}
.form-group-pin .pin_code {
  width:100%;
  background-color: #f2f2f2;
  font-size: 16px;
  padding-left:10px;
}
input.pin_code {
  border-bottom:none;
}
input.pin_code:focus {
  outline:none;
}
.page_title.login-title {
  font-size: 33px;
  width: 40%;
  display: inline-block;
  text-align: left;
}
/* LOGIN PAGE END */

/* What is Obesity Page */
.continue-btn .btn {
  padding: 12px 15px;
}
.continue-btn .btn.continueOnHold {
  opacity: 0.6;
}
input.white {
  background-color: #ffffff;
}
.continue-btn .btn {
  background-image: url(/images/btn-background-arrow.png);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 124px;
  height: 43px;
  padding-top: 6px;
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 15px;
  border: none;
}
.continue-btn .btn-primary:not(:disabled):not(.disabled):focus{
  background-color: transparent;
  border: none;
  outline:none;
  box-shadow: none;
}
.continue-btn .btn-primary:not(:disabled):not(.disabled):active{
  background-color: transparent;
  border: none;
}


.continue-btn .btn:hover{
  border:none;
}
.continue-btn .btn:focus{
  background-color:none;
}
.continue-btn .btn:active{
  background-color:none;
}
.blue-man:first-child .obesity-class-info {
  padding-left:0px;
}
.body-mass-text {
  font-size:10px;
  padding-top:20px;
}

.obesity-class-info  {
  padding-left:20px;
  padding-top:20px;
}

.no-gutters>.col, .no-gutters>[class*=col-].input-padding {
  padding-right:10px;
}

.full-width-in-container{
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

#collapseBMI {
  background-color: #ECEFF4;
}
#bmiResult {
  padding-bottom: 6px;
}
.row.calculate-bmi {
  background: linear-gradient(to bottom, white 0%,white 64%,#ffffff 64%,#eceff4 64%,#eceff4 100%);
  height: 41px;
}
.row.calculate-bmi button {
  margin-top: 10px;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.calc-bmi-content {
  padding-top: 50px;
  background-color: #ECEFF4;
  border:none;
}

.calc-bmi-content span.instructions {
  margin-bottom:20px;
}

.calc-bmi-content label {
  font-size:12px;
}

.calc-bmi-content input {
  width: 100%;
  padding: 12px 10px 4px 0px;
  height: 42px;
  text-align: center;
  font-size: 16px;
}

.align-center {
  text-align:center;
}

.custom-select {
  font-size: 16px;
  padding: 11px 8px 5px 8px;
  background: #fff;
  border: none;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #003777;
  border-radius:3px;
  height:42px;
}

.custom-select .select select:focus {
  outline:none;
}

.custom-select .select select{
  background: transparent;
  line-height: 1;
  border: 0;
  padding: 0;
  border-radius: 0;
  width: 120%;
  position: relative;
  z-index: 10;
  font-size: 16px;
}

.custom-select .select{
  width: 120%;
  background:url('/images/dropdown-arrow.png') no-repeat;
  background-position: 73% center;
}

#bmi-measurement-dropdown:focus {
  outline:none;
}

.calc-bmi-btn {
  width: 158px;
  margin-top:25px;
}
.table-bmi-classification thead, .table-waist-circumference thead{
  background-color: #c6eaf6;
}
.table-bmi-classification tbody, .table-waist-circumference tbody{
  background-color: #f6fcfd;
}
.table-bmi-classification tbody tr td, .table-waist-circumference tbody tr td{
  width:50%;
  vertical-align: middle;
}
.table.table-bmi-classification thead th, .table-waist-circumference thead th{
  border-top:2px solid #58c7e9;
  border-bottom:2px solid #58c7e9;
  color: #4A4A4A;
}
.table-waist-circumference tbody tr td:first-child {
  border-right: 1px solid #dee2e6;
}
#projectionsPrevalenceInfoModal .modal-body {
  padding: 0px 2rem;
}
@media (min-width: 576px){
  .modal-dialog {
    max-width:1024px;
  }
}

/* What is Obesity Page END */


/* Input your workforce demographics Page */
.custom-select.projected-timeline-dropdown {
  background-color: #efefef;
  padding: 11px 8px 5px 8px;
  height:42px;
}
.custom-select.projected-timeline-dropdown .select {
  background-position: 80% center;
}

.age-holder .age{
  color:grey;
}
/* Input your workforce demographics Page END */




/* Projections of your workforce Page  */
nav.prevalance-cost .nav-tabs {
  border: none;
}
nav.prevalance-cost .nav-tabs .nav-link {
  background: rgb(201,229,241);
  background: linear-gradient(0deg, rgba(201,229,241,1) 35%, rgba(210,237,246,1) 100%);
  color: #000000;
  font-weight:normal;
  width: 112px;
  text-align: center;
  height: 34px;
  line-height: 15px;
}
nav.prevalance-cost .nav-tabs .nav-link.active {
  background: rgb(2,131,168);
  background: linear-gradient(0deg, rgba(2,131,168,1) 38%, rgb(29, 175, 217) 100%);
  color: #ffffff;
  font-weight:bold;
}
nav.prevalance-cost .nav-tabs .nav-link:first-child {
  border-radius: 18px 0px 0px 18px;
  border-top:2px solid #bddcea;
  border-left:2px solid #bddcea;
  border-bottom:2px solid #bddcea;
}
nav.prevalance-cost .nav-tabs .nav-link:first-child.active{
  border-top: 2px solid #019ac7;
  border-left: 2px solid #0182a8;
  border-bottom: 2px solid #0182a8;
  border-right:none;
}
nav.prevalance-cost .nav-tabs .nav-link:last-child{
  border-radius: 0px 18px 18px 0px;
  border-top:2px solid #bddcea;
  border-right:2px solid #bddcea;
  border-bottom:2px solid #bddcea;
}
nav.prevalance-cost .nav-tabs .nav-link:last-child.active{
  border-top: 2px solid #019ac7;
  border-right: 2px solid #0182a8;
  border-bottom: 2px solid #0182a8;
  border-left:none;
}
.overall-obesity-projection {
  padding-right: 0px;
  background-color: #daf1fa;
}
.obesity-distribution-age {
  padding-left:0px;
  padding-right: 0px;
  background-color: #eaf7fc;
}
h4.estimate-number-of-employees {
  font-size:14px;
  color: #003777;
}
.overall-obesity-projection-number {
  font-size: 135px;
  color: #00A5DD;
  float: left;
  font-weight: bold;
  line-height: 165px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.background-projections-obesity {
  margin: 20px 0px;
}
.estimate-number-of-employees {
  width: 200px;
  margin-bottom: 0px;
}
.overall-obesity-projection-content, .obesity-distribution-age-content {
  padding: 45px;
}

.overall-obesity-projection-content .section-subtitle, .obesity-distribution-age .section-subtitle{
  padding-top:0px;
}
.custom-arrow-bullet {
  list-style-image: url(/images/arrow-bullet.png);
  padding-left: 16px;
}
.custom-arrow-bullet li {
  padding:5px 0px;
  padding-left:5px;
}
.blue-callout.canadians-with-obesity {
  margin: 1rem;
}
.leaf-wrap {
  text-align: center;
}
.stats-canada-info {
  margin-left: 1rem;
}
.stats-info-icon {
  text-align:right;
}
.blue-callout.cost-obesity strong{
  color: #003777;
  font-size:40px;
}
.cost-background-blue {
  background-color: #ecf8fc;
  padding-top:20px;
}
.cost-background-blue .container {
  position:relative;
}
.cost-background-blue .reference-btn {
  position: absolute;
  right: 0;
  bottom:0;

}

#projectionSlider #slider .carousel-inner img {
  margin: 0 auto;
}
#projectionSlider #slider span.slider-title {
  position: absolute;
  top: 0;
  left: 22%;
  font-weight: 600;
}
#projectionSlider .foot-note {
  font-size:10px;
}
/* Projections of your workforce Page END */


/* OBESITY COMPLICATIONS */

.obesity-complications-hero {
  background-color: #003777;
}

.complications-diabetes-sub-title {
  font-weight:bold;
  font-size:16px;
}

.complication-section-title {
  font-size:16px;
  font-weight:bold;
}
.gray-box-placeholder {
  width:100%;
  height:200px;
  background-color:#efefef;
  padding: 2rem;
}
.complications-projected-impact-number, .complications-projected-cost {
  font-size: 7rem;
  color: #00A5DD;
  float: left;
  font-weight: bold;
  line-height: 11rem;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.complications-projected-cost {
  font-size: 3.4vw;
  float:left;
}
img.money-icon {
  float: left;
  margin-top: 34px;
  padding-right: 5px;
}
span.costs-icon {
  font-size: 4vw;
}
.complication-note {
  font-size: 10px;
  padding-top: 5px;
  color: #757575;
}
.life-expectancy-wrapper {
  background-color: #eef1f6;
}
.additional-info-icon {
  display: inline-block;
  padding-left: 8px;
  padding-bottom: 8px;
  padding-left:15px;
}
.complication-sub-title {
  display:inline-block;
}
.life-expectancy-wrapper .container {
  position:relative;
}
.life-expectancy-wrapper .container .reference-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.complication-modals .reference-btn,
.complication-modals .reference-btn {
  position: relative;
}
.complication-modals ol {
  padding-left:20px;
}
.complication-modals .modal-content {
  padding: 2rem;
}
.complication-modals .modal-title.main-title {
  padding-left:0px;
}
.complication-modals .modal-header{
  padding-top:15px;
}
.complication-modals .foot-note {
  font-size:10px;
  color: #757575;
}
.round-icon {
  height: auto;
  width: 70%;
  background-color: white;
  border-radius: 65px;
  text-align: center;
  margin: auto;
}
#multipleComplicationsSleepDisorderModal .round-icon {
  width:50%;
}
.round-icon img {
  width: 100%;
}
.round-icon-text {
  font-weight:bold;
  line-height: 20px;
  padding-top: 1rem;
}

.blue-callout .large-text {
  font-size: 24px;
  font-weight: bold;
}

.modal-body hr {
  border-color: #00a5dd;
  border-width: thick;
}
.complications-modal-bottom-btns .back-text {
  font-weight:bold;
  margin-left: 10px;
}
img.cancer-icon {
  width: 83px;
}
.complication-modals .table {
  color: #003777;
}
.complication-modals .modal-body .table thead th {
  width:155px;
  border:none;
}
.complication-modals .modal-body .table thead th span {
  font-weight:bold;
}
.complication-modals .table thead th:first-child {
  text-align:left;
  border:none;
}
.complication-modals .table thead th {
  text-align:center;
}
.complication-modals .table tbody td {
  text-align:center;
  vertical-align: middle;
}
.complication-modals .table tbody tr th {
  border-right: 1px solid #003777;
}
.complication-modals .table td, .complication-modals .table th {
  border-bottom: 1px solid #003777;
  border-top:none;
}
.complication-modals .table td, .complication-modals .table th {
  padding: .25rem;
}
.complication-modals .table tr:last-child td, .complication-modals .table tr:last-child th {
  border-bottom:none;
}
.complication-modals .table tbody tr:first-child th, .complication-modals .table tbody tr:first-child td {
  border-bottom: 2px solid #003777;
}
.complication-modals .table tr:first-child td {
  border-right:none;
}
.complication-modals .table tr td {
  border-right: 1px solid #003777;
}
.complication-modals .table tr td:last-child {
  border-right:none;
}
.complication-modals .table-hover tbody tr:hover {
  background-color: transparent;
  color:inherit;
}

.complication-modals .table.table-cancer-female tr:first-child td {
  font-size:10px;
}
.complication-modals .modal-body .table.table-cancer-female thead th {
  width:auto;
}
.complication-modals .modal-body .table.table-cancer-female img.cancer-icon {
  width:72px;
}

nav.prevalance-cost.current-vs-with-treatment .nav-tabs .nav-link {
  width:auto;
}
.tab-content.complications-tab>.active {
  display:flex;
}
/* OBESITY COMPLICATIONS END */


/* PROJECTED TOTAL COST */
.projected-total-cost-treatment {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 11rem;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.project-total-cost-subtitle {
  color: #4A4A4A;
  font-weight: 600;
  font-size: 18px;
  padding-top:0px;
}
.projected-total-cost-wrap {
  padding-right: 0px;
  padding-left: 0px;
}
/* PROJECTED TOTAL COST */



/* BENITIFTS OF WEIGHT LOSS */

.benefits-list{
  margin:25px 0px 35px 0px;
  padding:0px;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.benefits-list li{
  font: 600;
  border-left: 5px solid #00A4DD;
  font-size: 16px;
  font-weight: 600;
  padding-left: 2%;
  color: #494949;
}
.benefits-list li:first-child{
  padding-left: 0%;
  border-left: 0px;
}
.blue-shoutbox{
  background-color: #00A4DD;
  color: white;
  font-size: 20px;
  font-weight: 600;
  border-radius: 20px;
  padding: 35px 50px;
  margin-bottom: 25px;
}
.treatment-tab{
  color: white;
  background-color: #113973;
  display: inline-block;
  border-radius: 5px 5px 0px 0px;
  font-weight: 600;
  padding: 10px 20px;
}
.tile-tile, .tile-tile-grey{
  font-weight: 600;
  color: #113973;
}
.tile-tile-grey{
  color: #494949;
  margin-bottom: 35px;
}
.treatment-container{
  background-color: #eceff4;
  padding: 35px;
  margin-left: -15px;
  margin-right: -15px;
}
.treatment-container hr{
  border-top: 1px solid #113973;
  margin: 30px 0px;
}

.treatment-container .header-tile, .tile-holder, .medication-holder{
  display: flex;
  justify-content: flex-start;

}
.treatment-container .icon, .medication-holder .icon{
  max-width: 110px;
  height:auto;
  align-self: flex-start;
  padding-right: 25px;
}
.tile-holder .tile{
  display: flex;
  justify-content: flex-start;

}
.medication-section{
  padding: 50px 0px;
}
.medication-section h3{
  margin-bottom: 25px;
}
.modal-btns{
  padding: 25px 0px 45px 0px;
}
.modal-btns .next-btn-container{
  text-align: center;
}
.not-valid{
  border: red solid 2px;
}
.slider-holder .error{
  color: red;
  text-align: center;
  position: absolute;
  bottom: 30px;
  padding-right: 35px;
}


/*BENITIFTS OF WEIGHT LOSS END */

/* Results */
.result-icons{
  background-color: #e1f0f9;
  border-radius: 50px;
  text-align:center;
  padding: 25px;
  margin-top: 25px;
}
.result-icons p{
  font-weight: 600;
  font-size: 18px;
}
.result-icons .col{
  margin-top:25px;
  margin-bottom: 25px;
  border-left: 3px solid #103873;
}
.result-icons .col:first-child{
  border-left: 0px;
}
.check-holder{
  padding: 15px 0px 15px 0px;
}
.center-btn{
  margin: 50px 0px;
  text-align:center;
}

.summery-title {
  font-weight: 600;
  color: #003776;
}
.summery-title span {
  color: #0099cc;
}
.light-blue, .dark-blue{
  background-color:#f2f5f8;
  min-height: 147px;
  padding:20px;
  width: 50%;
}
.col .light-blue, .col .dark-blue {
  width: 100%;
}
.dark-blue{
  background-color: #e5ebf1;

}
.no-gutter{
  padding-left: 0;
  padding-right: 0;
}

.triple-chart{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.triple-chart .chart-tile{
  width: 33%;
  padding-left: 2%;
}
.triple-chart .chart-tile:first-child{
  padding-left: 0%;
}
.triple-chart .chart-tile .chart-holder{
  display: flex;
  justify-content: flex-start;

}
.grey-title{
  font-weight: 600;
  font-size: 18px;
}

.references{
  font-size: 12px;
  max-width: 1100px;
}
.references span{
  font-weight: bold;
}

.no-gutter > .col, .no-gutter > [class*="col-"]{
  padding-left: 0;
  padding-right: 0;
}

.result-container .row {
  /* margin-top: 25px; */
}

.result-container p {
  font-size: 16px;
}
.result-container .section-title{
  font-size: 22px;
}
.result-title{
  margin-top: 40px;
  font-size: 2.1rem;
}

.result-container p.grey-title {
  margin-bottom:5px;
}


/* Results END */


/* Report */
.report-projected-cost {
  color: #00A5DD;
  float: left;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 3.4vw;
}
#print .complications-projected-impact-number {
  font-size: 4.4vw;
}
#print .complications-projected-impact-number, #print .complications-projected-cost {
  line-height: 8rem;
}
.light-blue.report-total-projected-cost-wrapper {
  min-height:auto;
  width: auto;
}
#print .light-blue .obesity-distribution-age-content {
  padding:0px;
  height: 275px;
}

.light-blue img {
  height:100px;
}
/* Report */

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-holder{
  background-color: #e1e4e9;
  margin-left: -15px;
  margin-right: -15px;
  position:relative;
}

.slider-holder input {
  text-align:center;
}

.slider-holder h3{
  padding-top: 55px;
}

#slider .carousel-indicators li {
  height: 10px;
  width: 10px;
  background-color: #003777;
  border-radius: 50%;
  display: inline-block;
}

#slider .carousel-indicators{
  top: 7%;
  bottom: auto;
}

#slider .carousel-control-prev-icon {
  background-image: url(../images/carosel-arrow-left.png);
}
#slider .carousel-control-next-icon {
  background-image: url(../images/carosel-arrow-right.png);
}
#slider .carousel-control-prev-icon, #slider .carousel-control-next-icon{
  width: 30px;
  height: 30px;
}
#slider .carousel-item{
  height:100%;
  min-height: 250px;
}
#slider .inner-tile{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
#slider .inner-tile input {
  padding:10px;
}
#slider .inner-tile input, #slider .inner-tile label{
  display: block;
}

#slider .rangetooltip {
  position: relative;
  display: inline-block;
}

#slider .rangetooltip .tooltiptext {

  width: 41%;
  background-color: #003777;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);

}
#slider #range {
  min-width: 250px;
  width: 100%;
}

#slider .rangetooltip label {
  margin-bottom: 20%;
}


#slider .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#slider .inner-tile .input-percent {
  display: inline;
  max-width: 136px;
  margin-right: 5px;
  padding: 10px;

}
#slider .inner-tile .gender-holder, #slider .inner-tile .age-holder{
  display: flex;
  justify-content: space-between;
}
#slider .gender-holder .men, #slider .gender-holder .women, #slider .age-holder .age{
  text-align: left;
  width: 170px;
}
#slider .gender-holder .men{
  margin-right:20px;
}
.btn-container{
  text-align: center;
}

.btn-container .btn{
  margin: 25px;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 6.5px 0;
  background-color: transparent;
  border-bottom: 0px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #28a5e2;
  border-radius: 25px;
  border: 0px solid rgba(0, 0, 0, 0);
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1.5px 1.5px 3px #000000, 0px 0px 1.5px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #28a5e2;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #28a5e2;
  border-radius: 25px;
  border: 0px solid rgba(0, 0, 0, 0);
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1.5px 1.5px 3px #000000, 0px 0px 1.5px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 2px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #28a5e2;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
  background: #28a5e2;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 1.5px 1.5px 3px #000000, 0px 0px 1.5px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 2px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  height: 7px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #28a5e2;
}
input[type=range]:focus::-ms-fill-upper {
  background: #28a5e2;
}







@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
