@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

body {
    /* font-family: 'Roboto'; */
    font-family: 'Montserrat', sans-serif;
}

* {
    /* font-family: 'Roboto'; */
    font-family: 'Montserrat', sans-serif;
}

.inner-content-wrapper {
    color: #444444;
    font-size: 14px;
}

.main-submenu {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: #444444;
}

.main-submenu ul {
    float: left;
    padding: 0 30px;
}

.main-submenu ul li {
    display: inline;
    float: left;
    height: 50px;
    line-height: 50px;
    list-style: none;
    color: #fff;
    padding: 0 25px; font-size: 14px;
}

.main-submenu ul li:hover {
    background: #ed1b24;
    color: #fff;
}

.main-submenu ul li.active {
    background: #ed1b24;
    color: #fff;
}

.main-submenu ul li a {
    color: #fff;
}

.main-submenu ul li a:hover {
    text-decoration: none;
}

.padding-lr-0 {
    padding-right: 0;
    padding-left: 0;
}

.margin-top-25 {
    margin-top: 25px;
}

.form-control {
    font-size: 12px !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.p-zero {
    padding: 0;
}

.cal-widget {
    width: 50%;
    padding: 15px;
    margin: 0 auto;
}

.cal-widget p {
    font-size: 12px;
    font-style: italic;
}

.cal-widget input {
    margin-bottom: 15px;
    border-color: #f4f4f4;
}

.cal-widget select {
    margin-bottom: 15px;
    border-color: #f4f4f4;
}

.cal-widget label span {
    font-weight: bold;
    color: #ed1b24;
    font-size: 11px;
    margin-left: 5px;
}

.cal-widget label {
    width: 100%;
}

.cal-widget .formula {
    background-color: #f8f8f8;
    padding: 15px;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.cal-widget .formula-result {
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.cal-widget .formula-result span {
    color: #ed1b24;
}

.btn-color-dark-b {
    background-color: #444444;
    border: #444444 solid 1px;
}

.cal-info {
    width: 50%;
    padding: 15px;
    margin: 0 auto;
}

.cal-widget .formula-result input {
    border-color: #fff;
    color: #000;
}

.btn-color-red {
    background-color: #ed1b24;
    border: #ed1b24 solid 1px;
}

.cal-info ul {
    padding-left: 0;
    font-size: 13px;
}

.cal-info ul li {
    list-style: none;
    background-image: url(img/arrow.png);
    list-style: none;
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: 0 5px;
    margin-bottom: 10px;
}

.cal-info ul li a {
    color: #444;
}

#more {
    display: none;
}

.input-label {
    font-size: 12px;
}

/*  #f8f8f8*/

.range-value-label {
    text-align: right;
    padding-top: 4px;
    float: right;
    width: 60px;
    margin-right: 18%;
}

.range-slider {
}

.range-slider {
    width: 100%;
    height: 73px;
}

.range-slider__range {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #ed1b24;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    background: #2c3e50;
    cursor: pointer;
    -moz-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 15%;
    color: #000;
    font-size: 12px;
    text-align: center;
    border-radius: 0px;
    padding: 0px;
    text-align: center;
    margin-left: 85%;
    top: -60px;
    border: #ed1b24 solid 1px;
}

.range-slider__value p {
    color: #000;
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}


@media (max-width: 800px) {
    .cal-widget {
        width: 100%;
    }

    .cal-info {
        width: 100%;
    }

    .main-submenu {
        display: none;
    }
}