.pl-qt-calc-wrapper {
    font-family: Sica-Regular;
    color : #333333;
}

.pl-qt-calc-wrapper .light-font, 
.fusion-layout-column select option{
    font-family: Sica-Light;    
}


.pl-qt-calc-form h2.pl-qt-result-header-tag{
    padding: 0 !important;
    color: #041E42 !important;
    font-size: 18px !important;
}

.pl-qt-calc-wrapper  .main-header {
    font-family: Sica-Regular !important;
    font-size: 42px !important;
}
.fusion-layout-column .pl-qt-calc-wrapper{
    margin-bottom:-20px;
}

.plqt-field.field-error {
    border-color: #a94442 !important;
    border-width: 2px !important;
    border-style: solid !important;
}

.pl-qt-section-heading{
    margin: 20px 0;
}

.pl-qt-section-action{
    margin: 20px 0 0;
}
.plqt-form-field-wrap{
    padding: 10px 0
}
.plqt-form-field-wrap.pad-0{
    padding: 0
}
.pl-input-wrap{
    width: 100%;
}
.pl-input-wrap input[type="text"],
.pl-input-wrap input[type="email"],
.pl-input-wrap input[type="number"],
.pl-input-wrap select,
.pl-input-wrap .plqt-input-text{
    width: 100%;
    font-size: 14px;
}

.pl-qt-calc-form .pl-input-wrap.wrapper-input-with-suffix{
    width: calc(100% - 43px);
    display: inline-block;
    
}

.pl-qt-calc-form .suffix-label{
    width: auto;
    display: inline-block;
    line-height: 32px;
    position: relative;
    top: 2px;
    margin-left: 10px;
}



.plqt-button{
    width: 100%;
    text-transform: uppercase;
    background-color: #00b0b9;
    color: #fff;
    border: none;
    font-weight: 700;
    padding: 10px 0;
    white-space: normal;
}

.plqt-button:hover{
    opacity: 0.9
}

.currency-content-wrap label{
    display: inline-block;
    padding-right: 15px;
    text-transform: uppercase;
}

.pl-qt-section-heading h3,
.pl-qt-section-heading h2{
    text-transform: uppercase;
}

.pl-qt-section-wrap-inner,
.pl-qt-section-wrap {
    display: block;
    padding: 20px 0;
}

.pl-qt-section-wrap.form {
    padding: 20px 0 0; 
}
.plqt-blue-bg{
    background-color: #041e42;
    color: #fff;
}

.plqt-gray-bg{
    background-color: #989aac;
    color: #fff;
}

.plqt-form-field-result.row{
    margin-left: 0;
    margin-right: 0
}

.plqt-form-field-block{
    display: block;
}

.plqt-form-field-block.ptop-5{
    padding-top: 5px;
}

.plqt-input-gray,
input[type=text].plqt-input-gray{
    background-color: #989aac!important;
    color: #fff!important;
    border: none!important;
    font-weight: 700;
}

input[type=text].plqt-blue-bg{
    background-color: #041e42!important;
}

.pl-qt-calc-wrapper input[type="email"],
.pl-qt-calc-wrapper select{
    background-color: #fff;
    background: #fff;
    border: 1px solid #aaa;
}

.pl-qt-calc-wrapper select{
    padding: 8px 15px;
}

.ua-edg .pl-qt-calc-wrapper select {
    padding: 3px 15px 7px;
}

.ua-edg .pl-qt-calc-roi-form label {
    padding-top:3px;
}

.plqt-alert-msg.alert{
    margin-top: 15px;
    margin-bottom: 0
}

.pl-qt-loader .loader {
    border: 6px solid #989aac;
    border-top: 6px solid #1c2948;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    display: inline-block;
    margin: 5px 10px;
}

.pl-qt-calc-result-wrap .pl-qt-result-header-tag{
    position: relative;
}

.pl-qt-calc-result-wrap .plqt-cal-form-loader{
    width: 20px;
    position: absolute;
    right: 40px;
    top: -10px;
}
.pl-qt-calc-result-wrap .pl-qt-loader .loader{
    width: 20px;
    height: 20px;
}

.pl-qt-loader{
    margin-top: 10px
}

.hidden{
    display: none;
}

.pl-qt-calc-wrapper button[disabled], 
.pl-qt-calc-wrapper input[disabled]{
    cursor: not-allowed!important;
    opacity: 0.6;
}


.plqt-range-slider {
    margin: 0;
}

.plqt-range-slider {
    width: 100%;
}




html:not(.ua-ie) input[type=range].plqt-range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - 180px);
    height: 10px;
    border-radius: 5px;
    background: #989aac;
    outline: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

html.ua-ie input[type=range].plqt-range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - 180px);
    border-radius: 5px;
    outline: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    height: 25px;
}

input[type=range].plqt-range-slider__range::-ms-track{
     outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
     background: transparent; /* Otherwise white in Chrome */
     color: transparent;
     border-color:transparent;
     
}

input[type=range].plqt-range-slider__range::-ms-fill-lower {
  background: #989aac;
  border-color: #989aac;
  border-radius: 5px;
  
}
input[type=range].plqt-range-slider__range:focus::-ms-fill-lower {
  background: #989aac;
}

input[type=range].plqt-range-slider__range::-ms-fill-upper {
  background: #989aac;
  border-color: #989aac;
  border-radius: 5px;
}
input[type=range].plqt-range-slider__range:focus::-ms-fill-upper {
  background: #989aac;
}



.plqt-range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00b0b9;
    cursor: pointer;
    transition: background .15s ease-in-out;
}

input[type=range].plqt-range-slider__range::-ms-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #00b0b9;
    border-color: #00b0b9;
    cursor: pointer;
    transition: background .15s ease-in-out;
    position:relative;
    z-index:100;
}
.plqt-range-slider__range::-webkit-slider-thumb:hover {
    background: #00b0b9;
    
}

input[type=range].plqt-range-slider__range::-ms-thumb:hover {
    border-color: #00b0b9;
}


/*
.range-slider__range:active::-webkit-slider-thumb {
    background: #1abc9c;
}*/
.plqt-range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #00b0b9;
    cursor: pointer;
    transition: background .15s ease-in-out;
}


.plqt-range-slider__range::-moz-range-thumb:hover {
    background: #00b0b9;
}


input[type=range].plqt-range-slider__range::-moz-range-track {  
  background: transparent;
  border-color: transparent;
}

/*
.range-slider__range:active::-moz-range-thumb {
    background: #1abc9c;
}
.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}*/



.plqt-range-slider__value {
    display: inline-block;
    position: relative;
    width: 168px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #041e42;
    padding: 5px 10px;
    margin-left: 8px;
    vertical-align: middle
}

.initial_class.plqt-range-slider__value{
    background: #989aac;
}

::-moz-range-track {
    background: #041e42;
    border: 0;
}


.fields_warp_hidden{
    display:none;
}
.pl-qt-calc-result-wrap {
    border:2px solid #041e42;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px;
    margin-top:20px;
    margin-bottom:20px;
    padding-top:15px;
    padding-bottom:0px;
}
.pl-qt-calc-result-wrap .pl-qt-section-heading{
    margin-top:0px;
}

.pl-qt-calc-result-wrap .pl-qt-section-heading hr{
    border-bottom:2px solid #00b0b9;
    margin:0px;
}
.pl-qt-calc-result-wrap .plqt-form-field-wrap {
    margin-bottom:15px;
}

.pl-qt-calc-result-wrap .plqt-form-field-wrap label{
    margin-bottom:0px;
}

.pl-qt-calc-result-wrap  input[type=text]{
    font-size:17px;
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    border-radius: 2px;

}

.pl-qt-section-cutomer-wrapper {
    clear:both;
    
}

.pl-qt-section-cutomer-wrapper .pl-qt-section-heading{
    margin-top:0px;
}
.pl-qt-section-cutomer-wrapper .pl-qt-section-heading  h2, 
.pl-qt-section-cutomer-wrapper .pl-qt-section-heading  h3{
    color:#fff;
    
}

.pl-qt-section-cutomer-wrapper .form-label-wrap  label{
    font-weight:normal;
}

.pl-qt-section-cutomer-wrapper .plqt-submit-info-btn {
    font-size: 16px;
    padding: 4px;
    
}

.text-error{
    text-align:center;
    color:#a94442;
}
.center-align{
    text-align:center;
}

.service-recommendation p{
    color: #00b0b9;
    font-size:25px;
    margin-bottom: 0px !important;
    line-height: 29px;
    font-family: Sica-Regular!important
}

.service-recommendation .drop-down-signup {
    font-size: 110px;
    line-height: 29px;
    margin-top: 0px;
    display: block;
    overflow: hidden;
    max-height: 97px;
}
.service-recommendation .drop-down-signup i{
    color: #00b0b9;   
}

.pl-qt-calc-roi-form  label, 
.pl-qt-calc-roi-form .pl-qt-calc-form .suffix-label{
    font-family: Sica-Light !important;
}

.pl-qt-calc-roi-form input[type=text],
.pl-qt-calc-roi-form .pl-input-wrap .plqt-input-text
{
    font-family: Sica-Bold !important;
}

.pl-qt-calc-form select:focus{
	border-color:#aaa;
}

.pl-qt-customer-form p.text-error {
    color: #a94442 !important;
    font-size: 17px !important;
    margin-top: 5px;
    margin-bottom: 0px !important;
    font-family: Sica-bold !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 991px){
    .pl-qt-calc-recommendation-wrap .plqt-form-field-wrap,
    .pl-qt-calc-recommendation-wrap .plqt-form-field-wrap.pad-0,
    .pl-qt-calc-result-wrap .plqt-form-field-wrap,
    .pl-qt-calc-result-wrap .plqt-form-field-wrap.pad-0 {
        padding: 10px 0;
        border-bottom: 5px solid #fff;
    }
    .plqt-form-field-block.ptop-5 {
        padding-top: 0;
    }
    
    .currency-content-wrap.pull-right{
        float:none!important;
        clear:both
    }
}