h1, h2 {
    font-family: poppins-regular, sans-serif;
}
i {
    margin: 20px 0 10px 0;
}
.body-container {
    clear: both;
    float: left;
    width: 100%;
}
.body-container-title {
    background-blend-mode: hue;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.72);
    margin-top: 60px;
    transition: opacity 0.3s;
    opacity: 0.7;
    z-index: 1;
}
.body-wrapper {
    padding: 30px 0 60px 0;
    max-width: 1160px;
    margin: auto;
}
.body-wrapper-margins {
    padding: 30px;
    max-width: 1100px;
    margin: auto;
    position: relative;
}
.body-title {
    text-align: center;
    color: #fff;
    padding: 90px 0 0 0;
    font-size: 18px;
}
.services {
    position: relative;
    border: 1px solid #e9e9e9;
    border: 5px solid #BBB;
    display: inline-block;
    width: calc(33.333% - 114px);
    min-height: 200px;
    font-size: 14px;
    vertical-align: top;
    padding: 30px 20px;
    margin: 0 30px;
    border-radius: 7px;
    text-align: center;
    line-height: 2;
    background-color: #FFF;
    color: rgb(40, 42, 43);
    cursor: pointer;
    user-select: none;
}
.services:hover {
    border-color: rgba(37,133,180,0.8);
}
.services.selected {
    border-color: rgb(37,133,180);
    background: #BBB;
}
button {
    cursor: pointer;
    opacity: 0.9;
    transition: ease 0.4s;
    font-family: poppins-light, sans-serif;
    text-align: center;
    border: 0;
    background-color: #2585b4;
    color: #fff;
    border-radius: 4px;
    padding: 4px;
    margin: 10px 0;
    width: 120px;
}
button:hover {
    opacity: 1;
}
.body-services-option {
    position: relative;
}
.body-services-option .learn-more {
    position: absolute;
    bottom: 0;
    right: 8px;
    top: 176px;
    margin: 5px;
}
.body-services-option .from {
    position: absolute;
    bottom: 0;
    left: 8px;
    top: 176px;
    margin: 5px;
}
.body-services {
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
    margin-left: 64px;
}
.pricing-container {
}
.pricing-services {
    position: relative;
    border: 3px solid #e9e9e9;
    display: inline-block;
    min-width: 186px;
    width: 186px;
    min-height: 70px;
    font-size: 14px;
    vertical-align: top;
    padding: 20px;
    margin: 2px 0;
    border-radius: 7px;
    text-align: center;
    line-height: 2;
    background-color: #fff;
    color: rgb(40, 42, 43);
    cursor: pointer;
    user-select: none;
    transition: 0.3s;
}
.pricing-services:hover {
    border-color: rgba(37,133,180,0.8);
}
.pricing-services.selected {
    border-color: rgb(37,133,180);
    background: #e7f7ff;
}
.pricing-services h2 {
    margin: 0;
}
#employees {
    min-width: 250px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}
.sm-font {
    font-size: x-small;
}
.ui-widget.ui-widget-content {
    border: 1px solid #e9e9e9 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #2585b4 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #e9e9e9 !important;
    top: -7px !important;
}
#employees-slider {
    width: 250px;
    height: 4px;
    margin-top: 14px;
}
.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 4px;
    border: 2px solid #282A2B;
    text-align: center;
    position: relative;
    top: -6px;
    float: left;
    margin-right: 16px;
}
.quote-request, .pricing-calculator {
    float: left;
}
.quote-request {
    width: 70%;
}
.pricing-calculator-container {
    position: relative;
    float: left;
    width: 30%;
}
.pricing-calculator {
    width: 100%;
    margin: 30px 0 0 20px;
    padding: 16px 25px;
    border: 3px solid #2585b4;
    border-radius: 4px;
}
.price-estimate-total {
    font-size: 11px;
}
.back-to-top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 30px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    padding: 10px;
    background-color: #ccc;
    color: white;
    width: 20px;
    height: 20px;
    z-index: 5000;
}
.back-to-top:hover {
    filter: brightness(0.8);
}
.payroll-radios input[type=radio] {
    display:none
}
.more-info {
    border-top: 1px solid #e9e9e9;
    display: none;
    text-align: left !important;
    font-size: 11px;
    margin-top: 20px;
    padding-top: 20px;
}
.more-info div {
    padding: 5px 0;
}
.popular {
    position: absolute;
    right: -15px;
    top: -33px;
    border-radius: 4px;
    width: 60px;
    height: 24px;
    color: #fff;
    font-weight: bold;
    background-color: #2585b4;
    font-size: 11px;
}
#Project-Details {
    display: none;
}
.bundle {
    font-weight: bold;
    font-size: 12px;
    top: -10px;
    position: relative;
}
.link {
    color: inherit !important;
}
.link:hover {
    color: #2585b4 !important;
    text-decoration: underline;
}
.quote-details {
    width: 510px;
    margin: auto;
    right: 32px;
    position: relative;
}
#alertBox-container {
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
}
#alertBox {
    width: 200px;
    min-height: 10px;
    border: 3px solid green;
    border-radius: 4px;
    background-color: #D1FFBD;
    position: relative;
    top: 150px;
    margin: auto;
    padding: 25px;
    color: #333333;
    text-align: center;
}
#submit:disabled {
    opacity: 0.5;
}