.card{
    padding: 25px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 0px;
}

.justifyCenter{
  justify-content: center;
}

.mainHeading h1{
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}


.alignItemBase{
  align-items: baseline;
  /* text-align: center; */
}

.alignItemCenter{
  align-items: center;
}

.marginZeroOnMob{
  margin-top: 5px;
}

.inputDFlexStyle{
  align-items: end;
  gap: 5px;
  /* flex-wrap: wrap; */
}

.gaping{
  gap:20px;
}

.inputWrap{
  padding:5px 0px ;
  margin-bottom: 10px;
}

.inputWrap label{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0px;
  }
  .inputWrap .form-control{
    font-family: inherit;
    letter-spacing: normal;
    font-size: 18px !important;
    padding: 9px 10px;
    box-shadow: none !important;
    background: #E4E4E4 !important;
    border-radius: 0;
    color: #333;
    border: 1px solid transparent;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
  .inputWrap .form-control:focus{
    font-family: inherit;
    letter-spacing: normal;
    font-size: 18px !important;
    padding: 9px 10px;
    box-shadow: none !important;
    background: #E4E4E4 !important;
    border-radius: 0;
    color: #333;
    border: 1px solid transparent;
    margin-bottom: 0;
    width: 100%;
}

.styleSubResults label{
    font-size: 14px;
    margin: 0px;
}
.styleSubResults label span{
  font-size: 30px;
  color: #002b5c;
  font-weight: 700;
}


.marginBtNone input{
  margin: 0px !important;
}

/* INPUT TYPE RANGE STYLING */
.displayFlexSetting{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;

}

input[type="range"] {
    -webkit-appearance: none;
    height: 6px;
    background: #e1e8f0;
    border-radius: 5px;
    /* width: 100%; */
    background-size: 70% 100%;
    background-repeat: no-repeat;
    /* margin-top: 36px; */
    margin-bottom: 15px;
    width:100% ;
    /* max-width: 500px; */
  }
  
  .range:hover {
    /* background: #002044 !important; */
  }
  
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: #E43947;
    color: #fff !important;
    cursor: pointer;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
    border-radius: 25px;
    border: 1px solid #FFF;
  }
  
  input[type="range"]::-webkit-slider-thumb:hover {
    background: #1d3557!important;
    color: #002044 !important;
  }
  
  input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
  }
  
  input[type=range] {
    background: #e9ecef;
    border-radius: 10px;
  }
  
  input[type=range]:hover {
    background: #f1f1f1;
  }
  
  input[type=range]:focus {
    /* background: #002044; */
    box-shadow: none;
  }

  .spanMarginSet{
    margin: 0px 0px 0px 0px;
  }
  
  .range-thumb {
     position: relative;
    top: 0px;
    right: 0px;
    border: none;
    border-radius: 4px;
    /* margin-left: 10px; */
}

  .rangeLimits {
    color: #002044;
    font-size: 12px;
    font-weight: 600;
  }
  
  .range-thumb::before {
    content: attr(data-val) " " !important;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    padding: 5px;
    
  }
  
  .rangeOutPut {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px
  }
  
  .range-thumb {
    /* font-weight: 600; */
    border: 1px solid #000;
    min-width: 150px !important;
    text-align: center;
  }
  
  .range-thumb:hover{
    box-shadow: none;
  }
  
  .resultWrap, .SubResultSection{
    margin-top: 10px;

  }

  .SubResultSection{
    padding: 10px;
    /* background: #E43947; */
    color: #FFFFFF;
    justify-content: center;
  }

  .resultBox{
    padding: 15px;
    color: #FFF;
    text-align: center;
    margin-bottom: 5px;
    background: #1d3557;
  }

  .resultBox h3{
    font-size: 16px;
    font-weight: 600;
  }
  .resultBox span{
    font-size: 26px;
    font-weight: 700;
  }

  .subResultBox{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    background: #E43947;
    padding: 10px;
  }
  .subResultBox h3{
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
  }
  .subResultBox span{
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
  }

  /* RANGE STYLE END */

  .customBtn {
    width: 100%;
    max-width: 200px;
    margin: auto;
  }
    .customBtn button{
    width: 100%;
    margin: auto;
    padding: 10px;
    background: #002044;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer !important;
  }
  
  .customBtn button:hover{
    padding: 10px;
    background: #011935;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer !important;
  }



  @media (max-width: 575px) {
    .styleSubResults{
      text-align: center;
    }
    
    .textCenterResult{
      text-align: center;
    }
  }

  @media (max-width: 475px) {
    .radioStyles{
      display: block;
    }
  }