body {
    font-family: "Open Sans", sans-serif;
}

.qtx-main-container {
    padding-top: 77px;
    margin: 0 auto;
}

.qtx-content-row {
    display: flex;
    margin: 0 auto;
}

.qtx-img {
    width: 100%;
}

.qtx-separator-line hr {
    border-top: 1px solid #bebebe;
    margin: 0 -15px;
}

.qtx-img-container {
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.qtx-button {
    background-color: #ff9000;
    color: #ffffff;
    padding: 5px 35px;
    display: flex;
    font-size: 18px;
    border-radius: 30px;
    font-weight: 600;
}

.qtx-button:hover {
    text-decoration: none;
    color: #000000;
}

.qtx-button .qtx-btn-arrow-right {
    padding-top: 1px;
    padding-left: 5px;
}

.qtx-title {
    color: #000000;
    font-family: "Khand", sans-serif;
    font-size: 68px;
    line-height: 72px;
    font-weight: bold;
    text-align: center;
}

.qtx-subtitle {
    color: #444444;
    font-size: 24px;
    line-height: 36px;
}

.qtx-request-a-demo-button {
    margin-left: 0;
    margin-top: 40px;
    display: inline-block;
}

.qtx-text {
    font-size: 24px;
    line-height: 44px;
    display: flex;
    align-items: center;
}

.qtx-text.qtx-text-light {
    font-weight: 300;
    line-height: normal;
}

.qtx-left-content {
    padding-left: 80px;
}

.qtx-center-content {
    width: 100%;
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    line-height: 38px !important;
}

.qtx-center-content span:first-child {
    width: 100%;
}

.qtx-right-content {
    padding-right: 80px;
}

.qtx-section-title .qtx-title {
    margin-top: 54px;
    margin-bottom: 30px;
    text-align: left;
}

.qtx-section-our-approach .qtx-title {
    text-align: left;
    padding-left: 65px;
}

.qtx-section-title {
    padding-top: 136px;
    padding-bottom: 206px;
}

.qtx-section-our-approach {
    padding-top: 50px;
}

.qtx-section-our-approach .qtx-section-our-approach-content {
    padding-top: 30px;
}

.qtx-section-our-approach .box-steps {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    padding: 0;
}

.qtx-section-our-approach .box-steps .box {
    display: flex;
}

.qtx-section-our-approach .box-steps .box .qtx-box-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    align-content: center;
    text-align: center;
    width: 100%;
    margin: 15px 5px;
    padding: 40px 20px;
    border-radius: 5px;
    line-height: 30px;
    border: 1px solid lightgray;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
}

.qtx-section-our-approach .box-steps .box .qtx-box-container .box-number {
    background-color: #f6931d;
    width: 55px;
    height: 55px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.qtx-section-optional-approach-content {
    padding-top: 55px;
    padding-bottom: 55px;
}

.qtx-section-optional-approach-content b {
    font-weight: 600;
}

.qtx-section-our-approach .qtx-title {
    width: 100%;
}

.qtx-section-our-approach .qtx-bgd-pattern-white {
    margin-left: -60px;
    margin-right: -15px;
}

@media (max-width: 991px) {
    .qtx-request-a-demo-button {
        justify-content: center;
    }

    .qtx-main-container {
        padding-top: 30px;
        padding-bottom: 0;
        text-align: center;
    }

    .qtx-content-row {
        display: block;
    }

    .qtx-img-container {
        margin-right: 0;
    }

    .qtx-img {
        max-width: 100%;
    }

    .qtx-separator-line hr {
        margin: 0;
    }

    .qtx-title {
        font-size: 52px;
        line-height: 52px;
        padding-left: 0 !important;
        margin-top: 20px;
    }

    .qtx-left-content {
        padding-left: 15px;
    }

    .qtx-right-content {
        padding-right: 15px;
    }

    .qtx-center-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .qtx-section-title {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .qtx-section-title .qtx-title {
        text-align: center;
    }

    .qtx-section-our-approach {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .qtx-section-our-approach .qtx-section-our-approach-content {
        padding-bottom: 0;
    }
}
