
@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CenturyGothic.woff') format('woff'), 
      url('../fonts/CenturyGothic.ttf')  format('truetype'), 
      url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
  }
body {
    background-color: #f1f1f1 !important;
    font-family: 'CenturyGothic'!important;
}
.custom-h1 {
    color: #0079A6;
    font-size: 44px;
    font-weight: normal;
    text-transform: capitalize;
}
.custom-h2 {
    
    color: #919195;
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 0px;
}
.custom-h3 {
    
    color: #0079A6;
    font-size: 24px;
    font-weight: normal;
    text-transform: capitalize;
    text-align: left;
}
.custom-hr {
    color: #919195;
    background-color: #919195;
    height: 2px;
    margin: 21px auto 33px;
}
.header_internal {
    margin: 0 auto;
    text-align: center;
    background-color: #1f2739;
    border-top: solid 6px #e65a47;
    font-size: 0;
}
.header_internalInner {
    width: 1010px;
    margin: 0 auto;
    text-align: center;
    padding: 25px 0;
}
.headerInnerLeft {
    margin: 0 0 0 50px;
    text-align: left;
}
.clear {
    display: block;
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
}
.text-center {
    text-align: center;
}
.bg-white {
    background-color: #ffffff;
}
.leader-msg {
    border: 2px solid #e65a47 !important;
    color: #333;
    width: 53%;
    margin: 20px auto 0;
}
.custom-pills{
    display: flex;
    justify-content: center;
}
.custom-pills li a{
    border-radius:0 !important; 
    border:1px solid #e65a47;
    border-left: none;
    background-color: #fff !important;
}
.custom-pills li:first-child a{
    border-left: 1px solid #e65a47;
}

.custom-pills li.disabled a,
.custom-pills li a{
    color: #e65a47 !important;;
    background-color: #fff !important;
    font-size: 16px;
}
.custom-pills li.active a,
.custom-pills li.disabled a:hover,
.custom-pills li a:hover{
    color: #fff !important;;
    background-color: #e65a47 !important;
}
.custom-pills li+li{margin-left:0 !important;}
.custom-tab-content { padding:20px 0;}
.questionWrapper {
    text-align: left;
    margin-bottom: 36px;
    margin-left: 5px;
}
.question {
    
    font-weight: 400;
    line-height: 1.4;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 15px 0;
    /* background: url(images/arrow-right_orange.png) no-repeat 0 6px transparent; */
    padding-left: 24px !important;
    position: relative;
}
.question:after{
    content: "\f061";
    position: absolute;
    left: 0;
    top: 0;
    color: #e65a47;
    font-family: 'FontAwesome';

}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none !important;
}

.answers {
    margin-left: 20px;
}
.answer {
    
    margin-bottom: 5px;
    font-size: 16px;
}
.custom-label {
    font-weight: 100;
}
.output-text span {
    font-weight: bold;
    
    font-size: 30px;
    color: #0079A6;
}
.output-text h3 {
    
    font-size: 24px;
    color: #0079A6;
    text-transform: capitalize;
}
.output-text {
    margin: 15px 0px 30px 0px;
    padding: 0px 15px;
    text-align: center;
}
.margin-bottom {
    margin-bottom: 25px;
}
.tooltip-inner {
    max-width: 200px !important;
}
.btn-cstm {
    padding: 15px 25px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 16px !important;
    
    border-radius: 0px !important;

}
.btn-orange {
    background-color: #e65a47 !important;
    border-color: #ffffff !important;
}
.fl-left{float: left;margin-right: 20px;}
.img-data h5{
    font-size: 22px;
    font-weight: 600;
    color: #e65a47;}
.sample-benefits{margin:0 0 40px 60px;}
.img-data p{font-size: 26px;color:#0079A6; font-weight: 600;}
.pd-r-40{padding-right: 40px;}
.pd-l-60{padding-left: 60px;}
@media (max-width:767px){
    .custom-pills{display: block;}
}
.buttonContainer {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}
.nav li a {
    color: #474747;
    font-weight: bold;
}
.custom-prev {
    background-color: #8a8a8d !important;
    border-color: #ffffff !important;
}
#dvLoading {
    left: 0;
    line-height: 200px;
    margin: auto;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center
}
.warning-msg {
    color:#ac2925;
    font-size:12px;
    
    font-weight: bold;
}

/* ------------------*/
.slidecontainer {
    width: 100%;
  }
  
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 0 !important;
    background: #fff;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 20px;
    margin-top: 35px;
}

.slider:hover {
opacity: 1;
}

.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 12px;
height: 27px;
background: #e91b3c;
cursor: pointer;
border-radius: 20px;
border:none;
}

.slider::-moz-range-thumb {
width: 12px;
height: 27px;
background: #e91b3c;
cursor: pointer;
    border:none;
}
.savings-calculator__item span .percentage i {
    display: none;
}
.savings-calculator__item span .currency i {
    display: none;
}
.savings-calculator__item span .amount i {
    display: none;
}
.savings-calculator__item span.main-right-box {
    margin: 0 !important;
    text-align: center;
    max-width: 140px;
    min-width: 140px !important;
    position: relative;
    right: 10px;
    left: auto;
    float: none !important;
}
.savings-calculator__item span .percentage {
    background-color: #fff;
    color: #e91b3c;
    font-size: 20px !important;
    height: 50px;
    line-height: 50px;
    margin: 10px 0px 0px 20px;
    min-width: 140px;
    border: 1px solid #ccc;
    /* padding-left: 10px; */
    text-align: center;
    display: block;
    font-weight: 700;
}
.savings-calculator__item span .currency {
    background-color: #fff;
    color: #e91b3c;
    font-size: 20px !important;
    height: 50px;
    line-height: 50px;
    margin: 10px 0px 0px 20px;
    min-width: 140px;
    border: 1px solid #ccc;
    /* padding-left: 10px; */
    text-align: center;
    display: block;
    font-weight: 700;
}
.savings-calculator__item span .amount {
    background-color: #fff;
    color: #e91b3c;
    font-size: 20px !important;
    height: 50px;
    line-height: 50px;
    margin: 10px 0px 0px 20px;
    min-width: 140px;
    border: 1px solid #ccc;
    /* padding-left: 10px; */
    text-align: center;
    display: block;
    font-weight: 700;
}
.slider .slider-selection {
    background: #e65a47 !important;
}
.hbspt-form{ display: none;}
label.error{
    position: absolute;
    background: transparent;
    font-size: 12px !important;
    margin-top: -19px;
}
.vroi-user-info{    margin-bottom: 18px !important;}
.modal.fade.in{
    background: rgba(0, 0, 0, 0.3);
}
.nav-link.active, .nav-link.active:focus, .nav-link.active:active, .nav-link.active:focus-within, .nav-link.active:hover{
    color: #333 !important;
    border-color: #e65a47 !important;
    border-top: 4px solid #e65a47 !important;
    border-bottom: 2px solid #fff !important;
}