.w-99 {
    width: 99px;
}

.navbar .logo,
footer .logo {
    width: 150px;
}

.heroImg {
    max-width: 424px;
}

.default-color {
    color: #004AAD;
}

.second-color {
    color: rgb(21, 182, 232);
}

#about-us .aboutImg {
    max-width: 400px;
}

.shape2 {
    position: absolute;
    bottom: -95px;
    width: 100%;
    left: 0;
    right: 0;
    transform: scaleY(-1);
    z-index: -1;
}

.pageHeader #particles-js {
    background-color: #eee;
}

.site-header {
    position: relative;
    z-index: 999;
}

#googleMap {
    border-radius: 25px;
}

input[type=range] {
    -webkit-appearance: none;
    margin: 20px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-radius: 25px;
    z-index: 999;
}

input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #004AAD;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;

}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
}

.range-wrap {
    position: relative;
}

.range-value {
    position: absolute;
    top: -50%;
}

.range-value span {
    width: 30px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #004AAD;
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 6px;
}

.range-value span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #004AAD;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}

.range-wrap .row {
    position: absolute;
    top: 20px;
    width: 100%;
    margin: 0;
    font-weight: 700;
}

.range-wrap .row .col-3:nth-child(1) {
    border-top: 4px solid #3D794D;
    padding-top: 20px;
    color: #3D794D;
}

.range-wrap .row .col-3:nth-child(2) {
    border-top: 4px solid #68C090;
    padding-top: 20px;
    color: #68C090;
}

.range-wrap .row .col-3:nth-child(3) {
    border-top: 4px solid #DD9615;
    padding-top: 20px;
    color: #DD9615;
}

.range-wrap .row .col-3:nth-child(4) {
    border-top: 4px solid #DD5252;
    padding-top: 20px;
    color: #DD5252;
}

@media (min-width : 990px) {
    .order-lg-1 {
        order: 1;
    }
}

@media (max-width: 991.98px) {
    .navbar-toggler {

        margin-left: auto;
    }

    .heroImg,
    #about-us .aboutImg,
    .aboutImg {
        max-width: 250px;
    }

    .shape2 {
        position: absolute;
        bottom: -20px;

    }

    .custom-pb-2.pageHeader {
        padding-bottom: 5rem !important;
    }
    .range-wrap .row .col-3{
        font-size: 10px;
    }
}