body {
    margin: 0;
    padding: 30px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.profitPage h1 {
    font-size: 42px;
    color: #3a6dc7;
}

.profitPage h2 {
    font-size: 30px;
    color: #3a6dc7;
    font-weight: 600;
}

.profitPage h3 {
    font-size: 24px;
    color: #3a6dc7;
    font-weight: 600;
}

.profitPage p {
    color: #6b7480;
}

.profitPage .top-title p {
    font-size: 24px;
    margin-bottom: 40px;
}

.profitInstructBox {
    background-color: #e2eefc;
    padding: 10px 20px 10px 40px;
    border-radius: 6px;
    position: relative;
}

.profitInstructBox .fa-info-circle {
    color: #2668c5;
    position: absolute;
    left: 15px;
    top: 15px;
}

.lightSkyBlueBox {
    background-color: #f6fafe;
    padding: 0;
    border-radius: 6px;
    border: 1px solid #bed2ee;
}

.lightSkyBlueBox h3 {
    border-bottom: 1px solid #d7e4f6;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 0;
    margin-top: 20px;
}

.lightSkyBlueBox h3 span {
    font-size: 14px;
    color: #323232;
}

.lightGreyBox {
    padding: 0;
    background-color: #f7f7f7;
    margin-bottom: 40px;
    border-radius: 6px;
    border: 1px solid #bed2ee;
}

.lightGreyBox h2 {
    margin-top: 20px;
}

.lightGreyBox h2, .lightGreyBox p {
    padding-left: 20px;
}

.lightGreyBox h2 span.blkText {
    font-size: 18px;
}

.hr {
    background-color: #2668c5;
}

.graphBlock {
    padding: 20px;
}

.graphBlock img {
    width: 100%;
    height: auto;
}

.inputBlock {
    padding: 0 15px;
    font-weight: 600;
    color: #394555;
    position: relative;
}

.inputBlock .fa-info-circle {
    color: #2668c5;
    position: absolute;
    left: 20px;
    top: 5px;
}

.inputBlock input[type='text'], .inputBlock input[type='number'] {
    width: 100%;
    border: 1px solid #4d6a93;
    padding: 5px 10px;
    border-radius: 4px;
}

.assumptionBtn {
    padding: 8px 20px;
    font-weight: 600;
    color: #2668c5;
    float: right;
    margin: 20px;
    border: 1px solid #bed2ee;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
}

.assumptionBtn:hover {
    background-color: #ff0000;
    color: #fff;
}

.savingsGrid {
    border-left: 1px solid #bed2ee;
    border-top: 1px solid #bed2ee;
    width: 100%;
    margin-bottom: 0;
}

.savingsGrid td {
    border-right: 1px solid #bed2ee;
    border-bottom: 1px solid #bed2ee;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 5px 20px;
}

.priceText {
    font-size: 18px;
    color: #3a6dc7;
    font-weight: 600;
    text-align: right;
}

.innerWrap {
    padding: 20px;
    background: #fff;
}

.lastHr {
    margin: 0;
    padding: 0;
}

.optionText {
    font-size: 16px;
}

.checkedBox {
    position: relative;
    margin-bottom: 20px;
}

.checkedBox input[type='checkbox'] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border: 1px solid #4d6a93;
}

.innerWrap .lightGreyBox {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.innerWrap .lightGreyBox .assumptionBtn {
    margin-top: 0;
}

.lastSection {
    margin-top: 30px;
}

.lastSection p {
    font-size: 22px;
    font-weight: 500;
}

.redBtnLarge {
    padding: 12px 25px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    margin: 50px 0;
    display: inline-block;
    background-color: #ff0000;
    border-radius: 6px;
    text-decoration: none;
    max-width: 350px;
    width: 100%;
    text-align: center;
}

.redBtnLarge:hover {
    background-color: #c20303;
    color: #fff;
}

.option1 {
    margin-top: 180px;
}

.option2 {
    margin-top: 280px;
}

.option3 {
    margin-top: 340px;
}

#inventoryreduction, #carryingcosts, #laborspent, #totalAmount, #savings {
    width: 100%;
    height: 250px;
}

h2.graphTitle {
    font-size: 20px;
    text-align: center;
    min-height: 85px;
}

.blueText {
    color: #06F;
    display: block;
}

.text-right {
    text-align: right;
}

.center {
    text-align: center;
}

.vertical-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.inputBlock ul, .inputBlock ul .title {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.inputBlock ul .title label {
    margin-bottom: 20px;
}

.col-lg-12.title {
    margin-bottom: 10px;
    font-size: 16px;
}

.stockroom-main ul li {
    margin-bottom: 20px;
    position: relative;
    margin-left: 15px
}

.inputBlock ul {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0
}

.inputBlock ul .title {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 700;
    color: #cb3b3d;
    font-size: 18px;
}

.row.stockroom-main ul {
    list-style: none;
    padding: 0 10px;
    margin: 0 0 12px 0
}

.stockroom-main ul li:first-child {
    margin-left: 0;
}

.col-lg-12.title {
    font-weight: 700
}

.col-lg-12.title span {
    color: #3a6dc7;
}

.lightGreyBox .inputBlock .row .row {
    margin-bottom: 12px
}

.lightGreyBox.replenishment-blk {
    display: none
}

.lightGreyBox.replenishment-blk.visible,
.lightSkyBlueBox.assumptions-box.active {
    display: block
}

.lightSkyBlueBox.assumptions-box h3 {
    margin: 10px 0 0;
    padding-bottom: 10px
}

.stockroom-main {
    padding: 15px 0 0 0
}

.about-replenishment .buttonBlock .assumptionBtn {
    margin: 20px 0 0 0;
    color: #cb3b3d;
    border-color: #cb3b3d;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-width: 3px;
}

.stockroom-main ul li:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    left: -15px;
    top: 4px;
    font-size: 12px;
    color: #4d6a93;
}

.stockroom-main ul li:first-child:after {
    display: none;
}

.inputBlock ul .title {
    color: #1f1f1f;
    text-decoration: none;
    font-size: 15px;
    min-height: 30px;
}

.logo a {
    width: 245px;
    height: 60px;
}

.buttonBlock .assumptionBtn:hover {
    color: #fff;
    background: #cb3b3d;
}

.blueBtn {
    background: #06C;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border: none;
}

.blueBtn:hover {
    background: #cb3b3d;
    color: #fff;
}

.numberCountDefault {
    display: none;
}

.vertical-blk .inputBlock .row.stockroom-main ul {
    padding: 0 10px 0 40px;
}

.vertical-blk .inputBlock ul li label input {
    position: absolute;
    left: -40px;
    top: -5px;
}

.vertical-blk .inputBlock ul li .title {
    color: #3a6dc7;
    font-size: 20px;
    min-height: 60px;
}

.resetBtn {
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
}

.subtitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.savingsGrid tr td .priceText input[type="number"] {
    width: 70px;
    margin: 0 5px;
}

.savingsGrid tr td .priceText .resetBtn {
    margin-left: 5px;
}

.lightSkyBlueBox.assumptions-box {
    margin-bottom: 20px;
}

.about-replenishment .inputBlock .row .col-lg-3 {
    display: flex;
    align-items: center;
}

.about-replenishment .inputBlock .row .col-lg-3 span {
    margin: 0 5px;
    font-size: 18px;
}

.blkTitle {
    font-size: 42px;
    color: #000;
    font-weight: 500;
}

.blkText {
    color: #000 !important;
}

.vertical-blk .lightGreyBox h2, .about-replenishment h2 {
    color: #000;
}

.innerWrap {
    padding: 20px 18px;
}

.innerWrap h2.center {
    font-size: 24px;
    padding: 0;
}

.inputBlock input[type='number'] {
    max-width: 120px;
}

.about-replenishment .col-lg-12 .row .col-lg-3 {
    justify-content: flex-end;
}

.final-statement {
    display: none;
}

.row.final-statement.visible {
    display: flex;
}

.innerWrap .blkTitle.center {
    font-size: 22px;
}

.innerWrap.graph-box {
    display: none;
    margin: 0 -10px;
}

.innerWrap.graph-box .lightGreyBox {
    margin: 0 10px;
    width: 31.71%;
}

#dvGraphs .row.mb-5 {
    justify-content: center;
}

.final-statement .lightGreyBox.innerWrap {
    padding: 20px 70px;
    min-height: 165px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.final-statement .lightGreyBox.innerWrap .blkTitle.center {
    font-size: 32px;
}

.final-statement .lightGreyBox.innerWrap h2.center, .final-statement .lightGreyBox.innerWrap .blkTitle.center {
    font-weight: 700;
}

hr#sensorbins {
    height: 3px;
}

.final-statement .lightGreyBox.innerWrap h2.center {
    margin: 10px 0;
}

hr#lasthr {
    margin: 0;
    position: relative;
    bottom: 16px;
    height: 2px;
}

.final-statement a.assumptionBtn {
    margin: 0 0 0 30px;
    color: #cb3b3d;
    border-color: #cb3b3d;
    text-align: center;
    display: inline-block;
    float: right;
    padding: 14px 20px;
    font-size: 20px;
    font-weight: bold;
    border-width: 3px;
    max-width: 416px;
    width: 100%;
}

.title-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 10px 0 40px 0;
}

.title-btn h2.center.blkText {
    max-width: 400px;
    width: 100%;
    margin: 0;
}

.final-statement a.assumptionBtn:hover {
    color: #fff;
    background: #cb3b3d;
}

.custom-checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
}

.custom-checkbox div {
    display: block;
    line-height: 20px;
    text-align: left;
}

.custom-checkbox div::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -5px;
    left: -40px;
    background: #fdfdfd;
    border: 1px solid #000;
    border-radius: 6px;
}

.custom-checkbox div::after {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -5px;
    left: -40px;
    font-size: 18px;
    color: #0087b7;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
}

.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: -1;
    position: absolute;
}

.custom-checkbox input[type="checkbox"]:checked + div::after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    background: #3a6dc7;
    color: #fff;
}

.inputBlock input[type='text'].error-required, .inputBlock input[type='number'].error-required {
    border-color: #f00;
}

.assumptions-box input[type='number'].error-required {
    border-color: #f00;
}


.report-result ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.report-result {
    color: #6b7480;
    background: #fdf7e6;
}

.report-result i {
    margin-bottom: 5px;
    display: block;
    font-weight: 700;
}

.report-result ul li {
    margin-bottom: 3px;
}

.report-result ul li a {
    text-decoration: none;
}

.get-demo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.get-demo a {
    color: #fff;
    background-color: #cb3b3d;
    border: 2px solid #cb3b3d;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
}

.get-demo a:hover {
    background: transparent;
    color: #cb3b3d;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.formPopupInner {
    height: 435px;
    overflow-y: auto;
    overflow-x: hidden;
}

.formPopup {
    width: 800px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 6px;
}

.popup-modal-dismiss {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 4px solid #c00;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-weight: 700;
    font-size: 13px;
    color: #222;
}

.formPopupInner h3 {
    color: #707070;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0 20px 0;
    padding: 0 0 14px 0;
    border-bottom: 3px solid #70707099;
}

.formPopupInner .form-group label {
    color: #222;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 8px 0;
}

.formPopupInner .form-group {
    margin-bottom: 20px;
}

.submit-btn a {
    color: #fff;
    background-color: #c00;
    border-color: #c00;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    text-align: center;
    height: auto;
    line-height: unset;
    max-width: 130px;
    width: 100%;
    word-break: break-all;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
}

.formWrapPrice {
    padding: 20px;
    background: #f2f2f2;
}

figuer.captch-img {
    line-height: 0;
    display: flex;
    border: 2px solid #c5c5c5;
    width: 200px;
}

.report-result li a {
    color: #000;
    font-weight: 500;
}

.report-result li a:hover {
    color: #cb3b3d;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


@media (max-width: 1399px) {
    .innerWrap h2.center {
        font-size: 20px;
        line-height: 28px;
        min-height: 56px;
    }

    .innerWrap .blkTitle.center {
        font-size: 18px;
        line-height: normal;
    }

    .about-replenishment .buttonBlock .assumptionBtn {
        font-size: 18px;
    }

    .title-btn h2.center.blkText {
        max-width: 300px;
    }

    .final-statement a.assumptionBtn {
        padding: 14px 18px;
        max-width: 356px;
        font-size: 18px;
        margin: 0;
    }

    .vertical-blk .inputBlock ul li .title {
        min-height: 90px;
    }
}

@media (max-width: 991px) {
    .vertical-blk .inputBlock ul li .title {
        min-height: unset;
    }

    .final-statement a.assumptionBtn {
        margin: 0 0 20px 0;
    }

    .title-btn {
        margin: 20px 0 30px 0;
        flex-direction: column;
    }

    .title-btn h2.center.blkText {
        max-width: unset;
        order: 2;
    }

    .stockroom-main ul li {
        margin-bottom: 15px;
    }

    .logo {
        margin-bottom: 20px;
    }

    .innerWrap.graph-box .lightGreyBox {
        width: 100%;
        margin-bottom: 30px;
    }

    .graph-box .mb-5 {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .about-replenishment .col-lg-12 .row .col-lg-3 {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .blueBtn {
        width: 100%;
        margin: 10px 0;
    }

    .about-replenishment .buttonBlock .assumptionBtn {
        width: 100%;
    }

    .profitPage h1 {
        font-size: 30px;
        margin: 10px 0;
    }
}