/* global css */

html,
body,
body *,
*:after,
*:before {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

body .grecaptcha-badge {
    display: none !important;
}

/* global css end */

/* contact form css */

.contact-form-style br,
.contact-form-style .wpcf7-spinner,
.contact-form-style .ajax-loader {
    display: none !important;
}

.contact-form-style input:focus {
    outline: none;
    border: none;
}

.contact-form-style .flex-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-form-style .flex-items .email-input {
    width: 220px;
}

.contact-form-style .flex-items .form-button {
    width: 100px;
    margin-left: -10px;
    z-index: 2;
}

.contact-form-style .flex-items span {
    width: 100%;
}

.contact-form-style .flex-items .email-input input {
    padding: 6px 20px;
    background-color: #1B1F25;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    border: none;
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #FFF;
}

.contact-form-style .flex-items .email-input input::-webkit-input-placeholder {
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #FFF;
}

.contact-form-style .flex-items .email-input input:-moz-placeholder {
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #FFF;
}

.contact-form-style .flex-items .email-input input::-moz-placeholder {
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #FFF;
}

.contact-form-style .flex-items .email-input input:-ms-input-placeholder {
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #FFF;
}

.contact-form-style .flex-items .email-input input::-ms-input-placeholder {
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #FFF;
}

.contact-form-style .flex-items .email-input input::placeholder {
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #FFF;
}

.contact-form-style .flex-items .form-button input {
    background-color: #FF8300;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 6px 18px;
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #292D34;
    border: 2px solid #ff8300;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.contact-form-style .flex-items .form-button input:hover {
    background-color: #1B1F25;
    color: #FFF;
}

.contact-form-style input {
    -webkit-transition: -webkit-box-shadow 0s;
    transition: -webkit-box-shadow 0s;
    -o-transition: box-shadow 0s;
    -moz-transition: box-shadow 0s, -moz-box-shadow 0s;
    transition: box-shadow 0s;
    transition: box-shadow 0s, -webkit-box-shadow 0s, -moz-box-shadow 0s;
}

.contact-form-style input:-webkit-autofill,
.contact-form-style input:-webkit-autofill:hover,
.contact-form-style input:-webkit-autofill:focus,
.contact-form-style input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #1B1F25 inset !important;
}

.contact-form-style input:-webkit-autofill {
    -webkit-text-fill-color: #FFF !important;
}

.contact-form-style .flex-items .email-input span {
    position: relative;
}

.contact-form-style .wpcf7-not-valid-tip {
    padding: 0;
    margin: 0;
    position: absolute !important;
    left: 0;
    bottom: -35px;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Lato', Sans-Serif;
    font-weight: normal;
}

.contact-form-style {
    position: relative;
}

.contact-form-style .wpcf7-response-output {
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    left: 0;
    bottom: -65px;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    font-family: 'Lato', Sans-Serif;
    font-weight: normal;
    border: none !important;
}

.cf-form-style p {
    margin-bottom: 0;
}

.cf-form-style br,
.cf-form-style .ajax-loader,
.cf-form-style .wpcf7-spinner {
    display: none !important;
}

.cf-form-style .form-btn-cu {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 40px;
}

.cf-form-style .form-btn-cu input.wpcf7-submit {
    padding: 6px 60px;
    background-color: #FF8300;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #292D34;
    border: 1px solid #FF8300;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cf-form-style .form-btn-cu input.wpcf7-submit:hover {
    background-color: transparent;
    color: #FF8300;
}

.cf-form-style input:focus,
.cf-form-style select:focus,
.cf-form-style textarea:focus {
    outline: none;
}

.cf-form-style .flex-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cf-form-style .flex-cols span {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    position: relative;
}

.cf-form-style .flex-cols input,
.cf-form-style .flex-cols textarea,
.cf-form-style .flex-cols select {
    background: #EAEDF3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: none;
    padding: 12px 17px 13px 17px;
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #292D34;
}

.cf-form-style .flex-cols input::-webkit-input-placeholder, .cf-form-style .flex-cols textarea::-webkit-input-placeholder, .cf-form-style .flex-cols select::-webkit-input-placeholder {
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #292D34;
}

.cf-form-style .flex-cols input:-moz-placeholder, .cf-form-style .flex-cols textarea:-moz-placeholder, .cf-form-style .flex-cols select:-moz-placeholder {
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #292D34;
}

.cf-form-style .flex-cols input::-moz-placeholder, .cf-form-style .flex-cols textarea::-moz-placeholder, .cf-form-style .flex-cols select::-moz-placeholder {
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #292D34;
}

.cf-form-style .flex-cols input:-ms-input-placeholder, .cf-form-style .flex-cols textarea:-ms-input-placeholder, .cf-form-style .flex-cols select:-ms-input-placeholder {
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #292D34;
}

.cf-form-style .flex-cols input::-ms-input-placeholder, .cf-form-style .flex-cols textarea::-ms-input-placeholder, .cf-form-style .flex-cols select::-ms-input-placeholder {
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #292D34;
}

.cf-form-style .flex-cols input::placeholder,
.cf-form-style .flex-cols textarea::placeholder,
.cf-form-style .flex-cols select::placeholder {
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #292D34;
}

.cf-form-style .flex-cols.mssg {
    margin-bottom: 0;
}

.cf-form-style .flex-cols.mssg span {
    width: 100%;
}

.cf-form-style .flex-cols.mssg textarea {
    resize: none;
    width: 100%;
    height: 120px;
}

.cf-form-style .flex-cols span.topic:after {
    content: "";
    display: block;
    background-image: url('/wp-content/uploads/2022/04/Vector-1.svg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 18px;
    right: 19px;
}

.cf-form-style input:-webkit-autofill,
.cf-form-style input:-webkit-autofill:hover,
.cf-form-style input:-webkit-autofill:focus,
.cf-form-style input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #EAEDF3 inset !important;
}

.cf-form-style input:-webkit-autofill {
    -webkit-text-fill-color: #292D34 !important;
}

.cf-form-style .flex-cols select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cf-form-style .flex-cols select::-ms-expand {
    display: none;
}

.cf-form-style input[type="number"]::-webkit-outer-spin-button,
.cf-form-style input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cf-form-style input[type="number"] {
    -moz-appearance: textfield;
}

.cf-form-style .wpcf7-not-valid-tip {
    font-size: 10px;
    line-height: 12px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute !important;
    left: 17px;
    bottom: -13px;
}

.cf-form-style + .wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    margin-top: 20px !important;
    padding: 0px !important;
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #dc3232;
}

form.sent .cf-form-style + .wpcf7-response-output {
    color: #FF8300;
}

.get-a-demo-form.cf-form-style .form-btn-cu {
    margin-top: 30px;
}

.cf-form-style .flex-cols.full-width-col span {
    width: 100%;
}

.cf-form-style .textarea-col {
    margin-bottom: 20px;
}

.cf-form-style .textarea-col:last-of-type {
    margin-bottom: 0px;
}

.cf-form-style .textarea-col label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cf-form-style .textarea-col label p:first-of-type {
    margin-bottom: 0;
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #292D34;
    width: 163px;
}

.cf-form-style .textarea-col label p:last-of-type {
    width: -webkit-calc(100% - 163px);
    width: -moz-calc(100% - 163px);
    width: calc(100% - 163px);
    padding-left: 9px;
}

.cf-form-style .textarea-col textarea {
    background: #EAEDF3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 80px;
    resize: none;
    border: none;
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #292D34;
}

.cf-form-style .textarea-col:last-of-type textarea {
    height: 90px;
}

.contact-form-sign-up form .flex-items-2 {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between
 }

.contact-form-sign-up form .flex-items-2 label {
    width: calc(50% - 10px);
    padding-left: 14px;
    margin-bottom: 10px;
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    color: #7A8192;
}

.contact-form-sign-up form .flex-items-2 label span {
    margin-left: -14px;
    width: 100%;
}

.contact-form-sign-up form .flex-items-2 label span input {
    margin-top: 3px;
    width: calc(100% + 14px);
    background-color: #EAEDF3;
    border-radius: 8px;
    border: none;
    padding: 12px 17px 13px 17px;
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #292D34;
}

.contact-form-style.contact-form-sign-up input:-webkit-autofill,
.contact-form-style.contact-form-sign-up input:-webkit-autofill:hover,
.contact-form-style.contact-form-sign-up input:-webkit-autofill:focus,
.contact-form-style.contact-form-sign-up input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #EAEDF3 inset !important;
}

.contact-form-style.contact-form-sign-up input:-webkit-autofill {
    -webkit-text-fill-color: #292D34 !important;
}

.contact-form-style.contact-form-sign-up .wpcf7-not-valid-tip {
    left: 30px;
    bottom: -32px;
    font-size: 10px;
    line-height: 16px;
}

.contact-form-style.contact-form-sign-up .wpcf7-response-output {
    position: unset;
    margin-top: 20px !important;
    text-align: center;
    color: #7A8192;
}

.contact-form-sign-up .content {
    margin-top: 60px;
    margin-bottom: 60px;
}

.contact-form-sign-up .content .form-text {
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7A8192;
    margin-top: 20px;
}

.contact-form-sign-up .wpcf7-list-item {
    margin-left: 0;
}

.contact-form-sign-up .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.contact-form-sign-up .wpcf7-list-item .wpcf7-list-item-label {
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7A8192;
    margin-left: 36px;
}

.contact-form-sign-up .wpcf7-list-item input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    /*visibility: hidden; */
    z-index: 2;
}

.contact-form-sign-up .wpcf7-list-item label:after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #CACDD8;
    border-radius: 6px;
    background-color: #F8F9FB;
    cursor: pointer;
    transition: all 0.3s;
}

.contact-form-sign-up .wpcf7-list-item label:hover:after {
    border-color: #FF8300;
}

.contact-form-sign-up .wpcf7-list-item label:before {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid #F8F9FB;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    display: none;
    position: absolute;
    left: 7px;
    top: 2px;
    z-index: 3;
    cursor: pointer;
}

.contact-form-sign-up .wpcf7-list-item.active-after label:after {
    border-color: #FF8300;
    background-color: #FF8300;
}

.contact-form-sign-up .wpcf7-list-item.active-after label:before {
    display: block;
}

.contact-form-style.contact-form-sign-up .form-text br {
    display: block !important;
}

.form-button {
    text-align: center;
}

.form-button input {
    background: #FF8300;
    border-radius: 10px;
    padding: 4px 60px;
    font-family: 'Lato', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #292D34;
    border: 2px solid #FF8300;
    transition: background-color 0.3s, color 0.3s;
}

.form-button input:focus,
.form-button input:active {
    background-color: transparent;
    color: #FF8300;
    border: 2px solid #FF8300;
}

.form-button input:hover {
    background-color: transparent;
    color: #FF8300;
}

@media (max-width: 767px) {
    .contact-form-style .wpcf7-response-output {
        position: unset !important;
        margin-top: 25px !important;
    }

    .contact-form-style .flex-items .email-input {
        width: 235px;
    }

    .cf-form-style .form-btn-cu {
        margin-top: 30px;
    }

    .cf-form-style .flex-cols {
        margin-bottom: 0;
    }

    .cf-form-style .flex-cols span {
        width: 100%;
        margin-bottom: 20px;
    }

    .cf-form-style .flex-cols span.wpcf7-not-valid-tip {
        margin-bottom: 0px;
    }

    .cf-form-style .textarea-col label p:first-of-type {
        width: 100%;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .cf-form-style .textarea-col label p:last-of-type {
        width: 100%;
        padding-left: 0;
    }

    .cf-form-style .textarea-col:last-of-type textarea {
        height: 80px;
    }

    .contact-form-sign-up form .flex-items-2 label {
        width: 100%;
        margin-bottom: 15px;
    }

    .contact-form-sign-up .content {
        margin-top: 15px;
        margin-bottom: 30px;
    }
}

/* contact form css end */

/* delivering results section */

.del-results .case-content-container {
    width: 170px;
    height: 170px;
    position: relative;
    margin: 0 auto;
}

.del-results .circle-text {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-52%, -55%);
    -moz-transform: translate(-52%, -55%);
    -ms-transform: translate(-52%, -55%);
    -o-transform: translate(-52%, -55%);
    transform: translate(-52%, -55%);
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.del-results .circle-text h3 {
    font-family: 'Roboto Slab', Sans-Serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 35px;
    color: #292D34;
    margin: auto;
    max-width: 87px;
    width: 100%;
}

.del-results .res-title {
    margin-top: 30px;
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.del-results .res-title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    font-family: 'Roboto Slab', Sans-Serif;
    text-align: center;
    color: #292D34;
}

.del-results .d-flex-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.del-results .d-flex-items .results {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
    position: relative;
}

.del-results .d-flex-items .results > div {
    z-index: 2;
    position: relative;
}

.del-results .d-flex-items .results:last-child:after {
    content: "";
    display: block;
    position: absolute;
    left: -13px;
    top: 6px;
    background-image: url('/wp-content/uploads/2022/07/Group-222.svg');
    width: 285px;
    height: 191px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
}

.del-results .line-color {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 48% 46%;
    -ms-transform-origin: 48% 46%;
    transform-origin: 48% 46%;
}

@media (max-width: 767px) {
    .del-results .d-flex-items .results {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .del-results .d-flex-items .results:last-child:after {
        left: 21px;
    }
}

/* delivering results section */
