#main {
    padding-top: 200px;
    margin-bottom: 100px;
    position: relative;
}
.main-img {
    position: absolute !important;
    top: 140px;
    right: 15px;
    padding-left: 72px;
}
.main-img img.img-top{
    position: absolute !important;
    z-index: 2;
    object-fit: cover;
}
.main-img img.img-layer {
    position: absolute !important;
    z-index: 9999;
}
.text-side {
    color: #FF1D0D;
    text-align: right;
}

.vertical-text-left-digital {
    font-weight: lighter;
    position: absolute !important;
    color: red;
    font-size: 50px;
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
    left: 0px;
    top: 50px;
}
.divider {
    margin-top: 167px;
}
.text-caption {
    color: #FF1D0D;
    font-size: 60px;
}
.text-description-first {
    margin-bottom: 20px;
}
.text-description-last {
    margin-right: 20px;
}
#feature {
    background: #F7F7F7;
    margin-bottom: 100px;
    position: relative;
    padding-top: 15rem !important;
    padding-bottom: 0rem;
}

#feature .text-description {
    font-size: 14px;
}
.text-heading {
    font-size: 20px;
    color: #FF1D0D;
}
.block-content {
    padding-left: 7rem !important;
}
.block-image {
    margin-top: 5rem;
}
.text-heading-block {
    color: #FF1D0D;
    font-size: 38px;
}
.card-content:after {
    content: url("../images/arrow-right-icon.png");
    position: absolute;
    top: 61px;
    left: 210px;
}

.card-custom {
    background-color: #F7F7F7 !important;
    border: none !important;
}

.card-custom img {
    height: 60px;
    width: auto;
}

.card-img-top {
    display: block;
    margin: auto;
}
.card-title {
    font-size: 24px;
}
.card-text {
    font-size: 14px;
}

#price h2 {
    font-size: 32px;
    line-height: 45px;
    padding-bottom: 3rem;
    padding-right: 55px;
}

#price .text-description {
    font-size: 16px;
    padding-right: 60px;
}
#feature div.box-feature-first {
    margin-top: 2px;
}
#feature div.box-feature-last {
    margin-bottom: 80px;
}
.box-feature-title {
    /*margin-bottom: 40px;*/
}
.box-price-last {
    margin-bottom: 180px !important;
}
#solution {
    background: #F7F7F7;
    padding: 5rem;
}
.box-solution {
    background-color: #FFFFFF;
    border-radius: 5px;
    height: 174px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0%), 0 3px 6px rgb(0 0 0 / 8%);
}
.box-solution-first {
    padding-left: 75px;
}
.box-solution h4 {
    font-size: 1.75rem;
    color: #F22305;
    display: inline-block;
    vertical-align: middle;
}

.box-solution p {
    color: #000;
}

.box-solution-img {
    display: block;
    margin: auto;
}
.box-solution-img img{
    vertical-align: middle;
}
.text-link {
    font-size: 16px !important;
    font-weight: bold;
}
.text-link i {
    color: #FF1D0D;
    padding-left: 20px;
}
.box-solution div {
    margin: auto;
}

.price-image-bottom-child {
    display: none;
}
.price-image-top img {
    max-width: 100%;
    object-fit: cover;
}
.text-feature-title {
    color: #FF1D0D !important;
    font-size: 38px;
}
.box-price-last p {
    padding-right: 0px !important;
}
@media only screen and (max-width: 1376px) {
    .text-side {
        display: none !important;
    }
}
@media only screen and (max-width: 575px) {
    *{
        font-size: 14px;
    }
    #main {
        padding-top: 100px;
    }
    .main-img img.img-layer {
        display: none;
    }
    .text-caption {
        font-size: 40px;

    }
    .main-img {
        position: absolute !important;
        top: 424px;
        right: -84px;
        z-index: 2;
        padding-left: 10px;
    }
    .main-img img {
        width: 292px !important;
        height: 371px !important;
    }
    .img-baner-top_dx {
        position: absolute !important;
        left: calc(100vw - (292px)) !important;
        top: 325px !important;
    }
    .card-custom {
        margin-top: 30px !important;
    }
    .card-text {
        margin-top: 23px;
    }
    #feature h2.text-heading-block {
        font-size: 20px !important;
        margin-top: 150px !important;
        margin-bottom: -172px !important;
    }
    .text-feature-title {
        font-size: 20px;
    }
    .text-heading {
        font-size: 18px;
    }
    .text-description {
        font-size: 14px;
    }
    #feature .block-image {
        padding-top: 2rem;
    }
    #feature .block-image img{
        display: block;
        padding-top: 0;
        margin: auto;
    }
    #feature .block-image img.img-fluid-pd{
        padding-top: 72px;
    }
    #feature div.box-feature-first {
        margin-top: -5px;
    }
    .card-deck-custom {
        margin-top: -50px;
    }
    #price h2 {
        padding-right: 0px !important;
    }
    #feature .block-content {
        text-align: center;
        margin-top: 30px;
        padding-left: 15px !important;
    }
    #feature .text-description {
        text-align: justify;
        padding-top: 20px;
        font-size: 14px;
    }
    #price h2 {
        font-size: 18px;
        padding-bottom: 16px;
    }
    .card-content:after {
        content: none;
    }
    .card-content-last {
        padding-bottom: 48px;
    }
    #solution {
        padding: 1rem;
    }
    .box-solution {
        height: 306px;
        margin: 10px;
    }
    .box-solution-img img {
        display: block;
        margin: auto;
    }
    h2 #text-title {
        display: block !important;
        font-size: 48px !important;
        padding-left: 18px;
        margin-top: 0px !important;
        color: #FF1D0D !important;
    }
    .text-link {
        text-align: center;
        font-size: 13px !important;
        padding-bottom: 20px;
    }
    #feature {
        margin-bottom: 0;
    }

    #feature div.box-feature-last {
        margin-bottom: 64px;
    }

    #price .text-description {
        padding-right: 0;
    }

    #price {
        position: relative;
    }

    #price .price-image-top {
        position: absolute;
        top: -370px;
        right: -15px;
        width: 280px;
        height: 349px;
    }

    #price .price-image-bottom {
        display: none;
    }
    #price .price-image-bottom-child {
        display: block;
        margin-top: 80px;
    }
    #price .price-image-bottom-child img {
        display: block;
        margin: auto ;
    }
    .estimate-block {
        display: flex !important;
    }
    .card-title {
        font-size: 16px;
    }
    .card-text {
        font-size: 12px;
    }
    .price-image-top img {
        width: 280px !important;
        height: 349px !important;
    }
}
@media only screen and (min-width: 768px) {
    .container {
        /*max-width: 100% !important;*/
        max-width: 1280px !important;
    }
}
@media only screen and (min-width: 576px) {
    .container {
        max-width: 1280px !important;
    }
}
@media screen and (min-width: 576px) {
    .container {
        max-width: 1280px !important;
    }
}

.link-active-nav {
    color: #FF1D0D !important;
}