/* Start Banner Section */
.banner {
    background-image: url(../../img/testimonial/banner-bg.webp);
    background-size: cover;
}

.banner .banner-container .breadcrumb li a {
    color: var(--black) !important;
}

.banner .breadcrumb li:first-child a {
    width: 18px;
    height: 18px;
}

/* End Banner Section */

/* Start Journey Section */
.journey {
    background-image: linear-gradient(180deg,
            var(--white) 0%,
            var(--backgroundColor) 100%);
}

.journey .journey-info {
    border-radius: 30px;
}

.journey .factor-head .factor-item {
    width: 155px;
    height: 155px;
    border: 1px dashed var(--darkGreyColor);
    margin-top: 2rem;
    padding: 12px;
}

.journey .factor-head .factor-list .factor-item span {
    width: 45px;
    height: 45px;
    z-index: 1;
}

.journey .factor-head .factor-list .factor-item span::before {
    content: "";
    background-color: var(--backgroundColor);
    width: 28px;
    height: 28px;
    border-radius: 50px;
    position: absolute;
    top: 22px;
    right: 9px;
    z-index: -1;
}

/* End Journey Section */

/* Start Query Section  */
.query .heading span:nth-of-type(1) {
    font-size: 22px;
    margin-right: 1rem;
}

.query .heading span:nth-of-type(2) {
    font-size: 22px;
    color: #dcdfe0;
}

.query .heading span:nth-of-type(3) {
    font-size: 22px;
    color: #dcdfe0;
}

.query .heading span:nth-of-type(3) {
    left: 46%;
}

.query .heading span:nth-of-type(4) {
    bottom: 0px;
    left: 70%;
}

.query-text strong {
    font-size: 22px;
    -webkit-text-stroke: 1px var(--black);
    color: transparent;
    display: flex;
    font-weight: 700;
}

.query .form {
    border-top: 7px solid var(--greenColor);
}

.query .form .red-star {
    width: 8px;
    height: 8px;
}

.query .form .funding p {
    margin-bottom: 12px !important;
}

.query .form .funding .select-list {
    width: fit-content;
}

.query .form .funding label {
    border: 1px solid var(--darkGreyColor);
}

.query .form .funding .select-active {
    background-color: var(--darkBlue);
    border: 1px solid transparent;
}

.query .form .funding .select-active span {
    color: var(--white);
}

.query .form .select-name {
    cursor: pointer;
    padding: 5px 12px;
}

.query .form .select-name span {
    color: var(--grey);
}

.query .form .input-fields {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.query .form .input-fields input,
.query .form .input-fields textarea {
    outline: none;
    border: 1px solid var(--darkGreyColor);
    padding: 10px;
    background-image: linear-gradient(180deg,
            var(--lightGreyColor) 0%,
            var(--white) 100%);
}

.query .form .input-fields .courses-active,
.query .form .input-fields .eq-active,
.query .form .input-fields .like-active,
.query .form .input-fields .select-active,
.query .form .input-fields .training-active {
    border: 1px solid transparent;
}

.query .form .input-fields .courses-active p,
.query .form .input-fields .eq-active p,
.query .form .input-fields .like-active p,
.query .form .input-fields .select-active p,
.query .form .input-fields .training-active p {
    color: var(--white);
}

.query .form .input-fields .name {
    position: relative;
    z-index: 1;
}

.query .form .input-fields .name .price {
    position: absolute;
    z-index: -1;
    top: 27px;
}

.query .form .input-fields .input-error label .error {
    display: flex;
}

.query .form .input-fields .input-error input {
    border: 1px solid var(--red);
}

.query .form .input-fields .company label,
.query .form .input-fields .company-web label {
    display: flex;
    justify-content: space-between;
}

.query .form .input-fields input[type="number"]::-webkit-inner-spin-button,
.query .form .input-fields input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.query .form .input-fields input[type="number"] {
    -moz-appearance: textfield;
}

.query .form .input-message textarea {
    height: 75px;
}

.query .form .mobile .mob {
    border: 1px solid var(--darkGreyColor);
    background-image: linear-gradient(180deg,
            var(--lightGreyColor) 0%,
            var(--white) 100%);
}

.query .form .mobile .mob .phonecode-field {
    outline: 0;
}

.query .form .mobile .mob .phonecode-field span,
.query .form .mobile .mob .phonecode-field .country-code {
    color: var(--grey);
}

.query .form .mobile .mob .phonecode-field span {
    border-left: 1px solid var(--darkGreyColor);
    min-width: 45px;
}

.query .form .mobile .mob .phonecode-field .country-code {
    width: 50px;
    border: none;
    outline: 0;
    background-color: transparent;
}

.query .form .mobile .mob .phonecode-field .country-code option {
    color: var(--grey);
}

.query .form .mobile .mob .phonecode-field input {
    border: none;
    background: transparent;
    box-shadow: none;
}

.query .form .mobile .mob .phonecode-field .hidden-field {
    z-index: -1;
    width: 0;
    height: 0;
    pointer-events: none;
    overflow: hidden;
}

.query .form .mobile .mob .phonecode-field .hidden-field input {
    border: none;
    padding: 0;
}

.query .form ::-webkit-input-placeholder {
    color: var(--grey);
    font-size: 14px;
}

.query .form :-ms-input-placeholder {
    color: var(--grey);
    font-size: 14px;
}

.query .form :-moz-placeholder {
    color: var(--grey);
    font-size: 14px;
}

.query .form .checkEmail {
    display: contents;
}

.query .form .input-error .mob,
.query .form .input-error input {
    border: 1px solid var(--red);
}

.query .form .input-error ::-webkit-input-placeholder {
    color: var(--red);
}

.query .form .input-error :-ms-input-placeholder {
    color: var(--red);
}

.query .form .input-error :-moz-placeholder {
    color: var(--red);
}

.query .form .consent-error {
    display: none;
}

.query .form .consent-error p {
    color: var(--red);
}

.query .form .buttons .btn-blue {
    min-width: 120px;
}

/* End Query Section  */

/* Start Choose Section  */
.choose {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.choose .choose-info {
    margin-top: 2rem;
}

.choose .list {
    border-radius: 15px;
    padding: 20px;
}

.choose .list li::before {
    content: "";
    background-image: url(../../img/onsite/arrow.svg);
    background-size: 100% 100%;
    height: 16px;
    min-width: 17px;
    margin: 5px 10px 0 0;
}

.choose .corporate {
    border: 1px solid var(--darkBlue);
    border-radius: 15px;
}

.choose .corporate span {
    width: 100%;
    height: 220px;
}

.choose .choose-item span {
    box-shadow: var(--lightShadow);
    height: 55px;
    min-width: 55px;
    padding: 14px;
    width: 55px;
}

.choose .choose-item:nth-of-type(1) span img {
    filter: brightness(0);
}

.choose .choose-content ul li::before {
    content: "";
    background-image: url(../../img/onsite/element.svg);
    background-size: 100% 100%;
    height: 22px;
    min-width: 22px;
    margin: 2px 10px 0 0;
    animation: rotation 2s linear infinite;
}

/* End Choose Section  */

/* Start Feature Section */
.feature .feature-item {
    padding: 1.2rem;
    border: 1px solid var(--backgroundColor);
    margin-top: 3.5rem;
}

.feature .feature-item span {
    width: 65px;
    height: 65px;
    background: center / contain no-repeat url(../../img/onsite/hexagon.webp);
    padding: 15px;
    margin: -3.3rem auto 0 auto;
}

/* End Feature Section */

/* Start Country Section */
.country .country-container {
    border-radius: 15px;
}

/* End Country Section */

/* Start Benefit Section */
.benefit .benefit-item span {
    width: 65px;
    height: 65px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.102);
}

.benefit .benefit-item {
    background-image: linear-gradient(var(--lightGreyColor),
            var(--lightGreyColor));
    background-size: 98px 98px;
    background-repeat: no-repeat;
    background-position: top 20px left 22px;
}

/* End Benefit Section */

/* Start Client Section */

.client {
    padding-top: 2rem;
}

.client .client-list span img {
    object-fit: scale-down;
}

/* End Client Section */

@media screen and (min-width: 768px) {

    /* Start Journey Section */
    .journey .factor-head .factor-detail span {
        width: 340px;
        height: 280px;
    }

    /* End Journey Section */

    /* Start Query Section */

    .query .heading span:nth-of-type(1) {
        font-size: 35px;
        line-height: 2.8;
        margin-right: 1.7rem;
    }

    .query .heading span:nth-of-type(2) {
        font-size: 58px;
    }

    .query .heading span:nth-of-type(3) {
        left: 34%;
    }

    .query .heading span:nth-of-type(4) {
        bottom: 9px;
        left: 64%;
    }

    .query-text strong {
        font-size: 58px;
    }

    .query .query-container .heading h2 {
        margin-bottom: -1rem !important;
    }

    .query .form {
        width: 100%;
        padding: 2rem !important;
    }

    .query .form .form-input .input-fields {
        width: 48.8%;
    }

    .query form .fund-contact .funding {
        width: 49%;
    }

    /* End Query Section */

    /* Start Choose Section  */

    .choose .corporate {
        width: 320px;
    }

    .choose .choose-content ul li {
        width: 40%;
    }

    .choose .list {
        width: 367px;
    }

    .choose .choose-item {
        width: 30%;
    }

    /* End Choose Section  */

    /* Start Benefit Section */
    .benefit .benefit-item {
        width: 48%;
    }

    /* End Benefit Section */

    /* Start Client Section */
    .client .client-list span {
        width: 25% !important;
        height: 120px;
    }

    /* End Client Section */

    /* Start Journey Section */

    .journey .factor-head .factor-item {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        padding: 20px;
    }

    /* Start Journey Section */

}

@media screen and (min-width: 1024px) {
    /* Start Banner Section */

    .banner .banner-container h1::after {
        content: "";
        background-image: url(../../img/testimonial/arrow.webp);
        background-size: 100% 100%;
        min-width: 85px;
        height: 82px;
        margin-left: 3rem;
    }

    /* End Banner Section */

    /* Start Journey Section */

    .journey .factor-head .factor-item {
        margin-top: 3rem;
    }

    .journey .factor-head .factor-detail span {
        width: 393px;
        height: 337px;
    }

    /* End Journey Section */

    /* Start Query Section  */



    .query .form {
        border-top-width: 10px;
        width: 927px;
        margin: 0 auto;
    }

    .query .form .select-name span {
        font-size: 14px !important;
    }

    /* End Query Section  */

    /* Start Choose Section  */
    .choose .choose-content {
        width: 45%;
    }
    .choose .choose-content ul li {
        width: 100%;
    }


    .choose .list {
        width: auto;
    }

    .choose .choose-info {
        width: 50%;
    }

    .choose .choose-item {
        width: 100%;
    }

    /* End Choose Section  */

    /* Start Feature Section */

    .feature {
        padding-bottom: 2rem;
    }

    .feature .heading {
        width: 50%;
    }

    .feature .feature-item h3 {
        min-height: auto;
    }

    /* End Feature Section */

    /* Start Country Section */

    .country .country-container {
        padding: 3.8rem 2rem 2rem 2rem !important;
        background: linear-gradient(90deg,
                var(--primaryColor) 0%,
                var(--greenColor) 100%) top 30px center / 90% 5px no-repeat,
            url(../../img/onsite/arrows-bg.webp) center / 100% 100%;
        background-color: var(--darkBlue);
    }

    .country .heading {
        width: 80%;
        margin: 0 auto 1.3rem;
    }

    /* End Country Section */

    /* Start Benefit Section */
    .benefit {
        padding-top: 2rem;
    }

    /* End Benefit Section */
}

@media screen and (min-width: 1366px) {

    /* Start Banner Section */
    .banner {
        background-size: 100% 100%;
    }

    .banner .banner-container h1 {
        font-size: 50px;
    }

    /* End Banner Section */

    /* Start Journey Section */

    .journey {
        background-image: url(../../img/onsite/journey-bg.webp);
        background-size: 100% 100%;
    }

    .journey .factor-head {
        margin: 6.2rem auto 5rem !important;
    }

    .journey .factor-head::before,
    .journey .factor-head::after {
        content: "";
        width: 115px;
        height: 115px;
        position: absolute;
    }

    .journey .factor-head::before {
        border-bottom: 1px solid var(--grey);
        border-left: 1px solid var(--grey);
        bottom: -15px;
        left: 0;
    }

    .journey .factor-head::after {
        border-bottom: 1px solid var(--grey);
        border-right: 1px solid var(--grey);
        position: absolute;
        bottom: -15px;
        right: 0;
    }

    .journey .factor-head .heading::before,
    .journey .factor-head .heading::after {
        content: "";
        width: 115px;
        height: 115px;
        position: absolute;
    }

    .journey .factor-head .heading::before {
        border-top: 1px solid var(--grey);
        border-left: 1px solid var(--grey);
        left: 0;
        top: 75px;
    }

    .journey .factor-head .heading::after {
        border-top: 1px solid var(--grey);
        border-right: 1px solid var(--grey);
        right: 0;
        top: 75px;
    }

    .journey .factor-head .factor-list:first-child .factor-item:first-child {
        margin-left: 6rem;
    }

    .journey .factor-head .factor-list:last-child .factor-item:last-child {
        margin-left: 6rem;
    }

    .journey .factor-head .factor-detail>span {
        transform: translateY(60px);
    }

    /*End Journey Section  */

    /* Start Query Section  */

    .query .heading span:nth-of-type(1) {
        font-size: 77px;

    }

    .query .heading span:nth-of-type(2) {
        font-size: 78px;
    }

    .query .heading span:nth-of-type(3) {
        left: 36.5%;
    }

    .query .heading span:nth-of-type(4) {
        bottom: 37px;
        left: 65%;
    }

    .query-text strong {
        font-size: 58px;
    }

    .query .heading span:nth-of-type(3) {
        left: 36%;
    }

    .query-text::before {
        left: -6px;
        top: -7px;
    }

    .query-text strong {
        font-size: 79px;
    }

    .query .query-container .heading h2 {
        margin-bottom: -2.5rem !important;
    }

    .query .heading span:nth-of-type(1) {
        font-size: 55px;
    }



    /* End Query Section  */

    /* Start Choose Section  */

    .choose .choose-info {
        width: 53%;
        background-image: url(../../img/onsite/corporate.webp);
        background-size: 315px 280px;
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    .choose .list {
        width: 300px;
    }

    .choose .choose-list {
        width: 280px !important;
    }

    /* End Choose Section  */

    /* Start Feature Section */

    .feature .feature-item {
        border-top: 4px solid var(--backgroundColor);
        padding: 1.2rem 1.2rem 2.2rem;
    }

    .feature .feature-item:nth-child(-n + 3) {
        border-right: 0;
    }

    .feature .feature-item h3 {
        margin: 20px 0 8px 0 !important;
    }

    /* End Feature Section */

    /* Start Benefit Section */
    .benefit .benefit-item {
        width: 31%;
    }

    /* End Benefit Section */

    /* Start Client Section */
    .client .client-list {
        padding: 4rem 0;
        background-image: linear-gradient(90deg,
                var(--white) 0%,
                var(--darkGreyColor) 51.77%,
                var(--white) 100%),
            linear-gradient(90deg,
                var(--white) 0%,
                var(--darkGreyColor) 51.77%,
                var(--white) 100%),
            linear-gradient(90deg,
                var(--white) 0%,
                var(--darkGreyColor) 51.77%,
                var(--white) 100%),
            linear-gradient(0deg,
                var(--white) 0%,
                var(--darkGreyColor) 51.77%,
                var(--white) 100%),
            linear-gradient(0deg,
                var(--white) 0%,
                var(--darkGreyColor) 51.77%,
                var(--white) 100%),
            linear-gradient(0deg,
                var(--white) 0%,
                var(--darkGreyColor) 51.77%,
                var(--white) 100%);
        background-size: 100% 1px, 100% 1px, 100% 1px, 1px 100%, 1px 100%,
            1px 100%;
        background-position: center top 15%, center bottom 15%, center,
            center left 26%, center right 26%, center;
        background-repeat: no-repeat;
    }

    /* End Client Section */
}