body{
    margin:0px;
    padding:0px;
    font-family: 'Fira Sans Condensed', sans-serif;
    color:#15315D;
    overflow: hidden;
}

.nav-link{
    border:0px !important;
    background:#fff !important;
    color:#000  !important;
    border:1px #fff solid !important;
    padding:8px 20px;
    min-width: 150px;
    text-align: center;
    transition:none !important;
    border-radius: 5px !important;;
    margin-left:10px;
    transition: 0.3s;
}

.nav-link:hover{
  background:#F9CA33 !important;
  color:#000 !important;
  border:1px #F9CA33 solid !important;
  opacity:1;

}

.nav-tabs{
    border:0px !important;
}

.nav-link.active{
    background:#F9CA33 !important;
    color:#000 !important;
    border:1px #F9CA33 solid !important;
    border-radius: 5px !important;;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    opacity:1;
  
}

.mainHeading{
    font-size: 30px;
    font-weight: bold;
    padding:20px 0px;
}

.tab-pane{
    max-width: 100% !important;;
}

.card{
    background:#fff;
    border-radius:4px;
    padding:15px 20px;;
    border-color:#fff;
}
.cardHeading{
    font-size: 20px;
    font-weight: bold;
    padding-bottom:5px;
    font-family: 'Fira Sans Condensed';
}

.cardHeadingSmall{
    font-size: 15px;
    font-weight: bold;
    padding-bottom:5px;
    color:#666;
    padding-bottom:15px;
    text-decoration: underline;;

}
.displayBox{
    padding:20px;
}

.displayBox span{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color:#777;
}


.cardSubheading{
    font-size: 13px;
    color:#666;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #F9CA33;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #F9CA33;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .priceBox{
    font-size: 30px;
    color:#F9CA33;
    font-weight: bold;
  }


  .switchLabel{
    font-size: 10px;
    color:#888;
    text-transform: uppercase;
    font-weight: bold;
}

.bg-light{
    color:#666 !important;
    cursor: pointer;;
}

.deliBox{
margin-top:20px;
}

.deliRow{
    border-bottom:1px #eee dashed;
    padding:10px 0px;
}

.deliBox .heading{
    font-size: 15px;
    font-weight: bold;
}

.deliBox .text{
    font-size: 12px;
    color:#666;
}

.deliBox .priceBox{
    
    font-size: 20px;
}

.rangeValue{
    float:right;
    font-size: 13px;;
    font-weight: bold;
    margin-right:5px;
    margin-top:-5px;
    color:#666;
}

.deliAsker{
    font-size: 10px;
    font-weight: bold;
    color:#666;
    text-transform: uppercase;
}

.switchContainer{
    position:absolute;top:10px;left:10px;
}

.datatable th{
    font-size: 12px;
    padding:10px 0px;
    color:#666;
    font-weight: normal;
    text-transform: uppercase;;
    font-weight: bold;
}


.datatable td{
    font-size: 14px;
    padding:10px 0px;
    font-weight:bold;
    color:#F9CA33;
}


.input {
    -webkit-appearance: none;
    outline: none;
    display: block;
    width: 100%;
    height: 32px;
    padding: 0.375rem 0.75rem;
    line-height: 1.42857;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    font-size: 14px;
  }


  .questions{
    padding:10px;border:1px #eee solid;border-radius:5px;margin-top:10px;cursor:pointer;
    transition:0.2s;
  }


  .questions:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  }


  .btn-light{
    background:#fff !important;
    text-align: left !important;
    
  }

  .selectedSection{
    padding:20px;display:none;cursor:pointer;border:1px #eee solid;border-radius:5px;
  }

  .selectedSection:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; 
  }

  .btn-primary{
    background:#F9CA33;
    border:2px #000 solid;
    color:#000 !important;
    padding:15px 30px;
    font-size: 20px;
    transition: 0.5s;
  }


  .btn-primary:hover{
    background:#000;
    border:2px #000 solid;
    color:#F9CA33 !important;
    padding:15px 30px;
    font-size: 20px;;

  }


  input[type="range"] {
    -webkit-appearance: none;
     appearance: none;
     background: transparent;
     cursor: pointer;
     width: 15rem;
 }
 
 /* Removes default focus */
 input[type="range"]:focus {
   outline: none;
 }
 
 /***** Chrome, Safari, Opera and Edge Chromium styles *****/
 /* slider track */
 input[type="range"]::-webkit-slider-runnable-track {
    background-color: #000;
    border-radius: 0.5rem;
    height: 0.5rem;  
 }
 
 /* slider thumb */
 input[type="range"]::-webkit-slider-thumb {
   -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -4px; /* Centers thumb on the track */
 
    /*custom styles*/
    background-color: #F9CA33;
    height: 1rem;
    width: 1rem;
    border-radius: 100%;
 }
 
 
 /******** Firefox styles ********/
 /* slider track */
 input[type="range"]::-moz-range-track {
    background-color: #000;
    border-radius: 0.5rem;
    height: 0.5rem;
 }
 
 /* slider thumb */
 input[type="range"]::-moz-range-thumb {
    border: none; /*Removes extra border that FF applies*/
    border-radius: 0; /*Removes default border-radius that FF applies*/
 
    /*custom styles*/
    background-color: #F9CA33;
    height: 1rem;
    width: 1rem;
 }
 
 #homeBlack{
  background:#222;height:800px;clip-path: polygon(0 0, 0 56%, 100% 0);width:100%;
 }

 .topHeader .col-sm-4:nth-child(1){
  text-align: left;
 }
 .topHeader .col-sm-4:nth-child(2){
  text-align: center;
 }
 .topHeader .col-sm-4:nth-child(3){
  text-align: right;
 }

 .buildHead{
  font-size:40px;
 }


 .buildSubHead{
  font-size: 25px;;
 }

 .orfind{
  text-align:right;font-size:40px;
 }

 .orfind a{
  color:#000;text-decoration:none;
 }

 .selectedSectionTop{
  width:66%;
 }

 .questions{
  width:66%;
 }

 .sideTotalBox{
  position: fixed;
width: 32%;
right: 20px;
 }

 @media only screen and (max-width: 900px) {
  #homeBlack{
    background:#222;height:800px;
    clip-path: unset;
   }
  
   .topHeader .col-sm-4:nth-child(1){
    text-align: left;
   }
   .topHeader .col-sm-4:nth-child(2){
    text-align: left;
   }


   .logo{
    margin-left:-20px;
   }

   .topHeader .col-sm-4:nth-child(3){
    text-align: left;
   }
   .buildHead{
    font-size:30px;
   }
  


 .buildSubHead{
  font-size: 20px;;
 }
  

 .orfind{
  text-align:left;font-size:30px;
  color:#fff;
 }


 .orfind a{
  color:#fff;text-decoration:none;
 }


 .selectedSectionTop{
  width:100%;
 }


 .questions{
  width:100%;
 }

 .sideTotalBox{
  position: fixed;
width: 100%;
right: 0px;
bottom:-240px;
z-index:20;
 }



 }


