.page-id-1639 .site-logo {
    position: relative;
}

.page-id-1639 .site-logo::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #E9FC58;
    height: 100%;
    width: 100px;
    /* margin-left: -100px; */
    border-radius: 0px 0px 0px 100px;
}

.page-id-1639 .header.scroll-down .site-logo::before,
.page-id-1639 .header.scroll-up .site-logo::before {
    background-color: #000 !important;

}

.cro-calculator-banner {
    padding: 80px 0px 130px 0px !important;
}

/* .cro-calculator-banner .portfolio-child-heading {
    width: 850px !important;
} */


.cro-calculator-page {
    background: #fff;
    padding: 0px !important;
    font-family: Arial, Helvetica, sans-serif;
}

.text-danger-error{
    color:red;
}
.cro-calculator-wrapper {

    max-width: 1200px;
    margin: auto;
    margin-top: -130px;
    position: relative;
    z-index: 99;
    background: #ffffff;
    padding: 20px 70px 60px 70px;
    border-radius: 35px;
    box-shadow: none !important;
    border: 1px solid #ddd;
}


@media (min-width: 1280px) and (max-width: 1366px) {
    /* .cro-calculator-banner .portfolio-child-heading {
        width: 725px !important;
        font-size: 42px;
    } */

    /* .cro-calculator-wrapper{
        max-width: 850px;

    } */
}

.cro-calculator-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1c1c1c;
}

.cro-step-label {
    font-size: 29px;


    margin: 0px;
    color: #2b2b2b;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto-light';
    margin-top: 30px;
    margin-bottom: 20px;
}

.steps-num {
    font-family: 'Inter-Bold';
}

.cro-field-group {
    margin-bottom: 14px;
}

.cro-field-label {
    font-size: 16px;
    margin-bottom: 6px;
    color: #444444;
    font-family: 'Inter-Bold';
    display: flex;
    align-items: center;
}

.cro-select-field {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* custom arrow */
    background-image: url("/wp-content/themes/aret-new-design-child/images/down-select-option-icon.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 27px !important;
}

.cro-text-field,
.cro-select-field {
    width: 100%;
    height: 52px;
    padding: 0 15px;
    border-radius: 0px;
    border: 1px solid #D5D5D5;
    font-size: 14px;
    outline: none;
    background: #F6F6F6;
    color: #646464;
    font-family: 'Inter-Medium';
}

.cro-text-field:focus,
.cro-select-field:focus {
    border-color: #000;
}

.cro-hint-text {
    display: none;
    font-size: 13px;
    color: #000;
    margin-top: 6px;
    line-height: 1.4;
    background: #FFEFEF;
    padding: 9px 18px;
    border-radius: 5px;
    font-style: italic;
    font-family: 'Inter-Medium';
}

.cro-two-column {

    display: flex;
    gap: 20px;
}

.cro-half-column {
    flex: 1;
}

.cro-currency-toggle {
    display: flex;
    border: none !important;
    border-radius: 0px;
    width: fit-content;
    overflow: hidden;

}

.cro-currency-option {
    flex: 1;
    height: 42px;
    border: none;
    background: #f1f1f1;
    font-size: 14px;
    cursor: pointer;
}

.cro-currency-option.active {
    background: #1d4ed8;
    color: #ffffff;
}

.cro-radio-group {
    display: flex;
    gap: 16px;
    margin-top: 6px;
}

.cro-radio-option {
    font-size: 14px;
}

.cro-calculate-btn {
    width: 100%;
    height: 60px;
    background: #E9FC58;
    border: none;
    border-radius: 0px;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 18px;
    color: #000;
    transition: .5s all;
}

.cro-calculate-btn:hover {
    background: #000;
    color: #fff;
}

.improvement-model {
    display: flex;
    align-items: start;
    gap: 20px;
    justify-content: space-between;
}

.improvement-model .cro-field-label {
    margin-bottom: 0px;
}

.improv-num-field {
    width: 100%;
}

.include-AOV-style-box {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.include-AOV-style-box .cro-field-label {
    margin-bottom: 0px;
}

.click-label-check {
    background: #f1f1f1;
    font-size: 14px;
    cursor: pointer;
    color: gray;
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0px 35px;
}

input.check-radio-currency {
    display: none;
}

input.check-radio-currency[type="radio"]:checked~label.click-label-check {
    background: #000;
    color: #fff;
}

#showCustomField {
    display: none;
}


/* average section start */

.container-wrapper-results {
    width: 1200px;
    margin: auto;
    border-radius: 35px;
    padding: 0px 60px 60px 60px;
    border: 1px solid #ddd;
    margin-top: 160px;
    /* margin-bottom: 100px; */
}

/* .container-wrapper-results-inner-box{
    
} */

.circle-container {
    height: 200px;
    width: 200px;
    margin: auto;
    margin-top: -100px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    border: 10px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.below-average-circle {
    background: #BF0F0F;
}

.above-average-circle {
    background: #43AC45;
}

.average-average-circle {
    background: #F6B41B;
}

.circle-inner-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
}

.cro-calculator-score-span {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
    font-family: 'Roboto-regular';
}

.cro-calculator-score-status {
    font-size: 24px;
    font-family: 'Inter-SemiBold';
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
}

.show-average-box {
    width: 700px;
    margin: auto;
    display: flex;
    border-radius: 20px;
    border: 1px solid #ddd;
    margin-top: -30px;
    overflow: hidden;
}

.child-average-box {
    width: 50%;
    text-align: center;
    padding: 35px 0px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    background: #000;
}


.show-average-box-rate {
    font-size: 30px;
    font-family: 'Inter-Bold';
    color: #F9F871;
}

.show-average-box-rate-descri {
    font-size: 20px;
    font-family: 'Inter-Medium';
    color: #ffff
}

.show-average-box .child-average-box:nth-child(2) {
    background: #fff !important;
}

.show-average-box .child-average-box:nth-child(2) .show-average-box-rate {
    color: #000 !important
}

.show-average-box .child-average-box:nth-child(2) .show-average-box-rate-descri {
    color: gray !important;
}

.cro-range-slider {
    width: 600px;
    margin: auto;
    margin-top: 20px;
}


.cro-range-slider-label {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-family: 'Inter-Bold';
}

.cro-range-slider-label span:nth-child(2) {
    color: #444444;
}

.stick-range-gardient {
    position: relative;
    width: 600px;
    margin: auto;
    padding: 10px;
    border-radius: 20px;
    margin-top: 8px;
    background: linear-gradient(90deg, #F94500 0%, #F9A03D 33%, #FDD459 44%, #E0D54A 62%, #B1C739 74%, #43AC45 100%);
}

.stick-range-gardient:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 28px solid #F6B41B;
}

.cro-calculator-compare-list-container {
    width: 740px;
    margin: auto;
    margin-top: 40px;
    border: 1px solid #B1B1B1;
    border-radius: 20px;
    padding: 20px 30px;
}

.cro-calculator-compare-list-title- {
    color: #444444;
    font-size: 21px;
    font-family: 'Inter-Bold';
    padding-bottom: 10px;
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 15px;
}

.cro-calculator-compare-list-container ul {
    padding-left: 27px;
    margin: 0px;
    list-style: circle;

}

.li-compare-points::marker {
    font-size: 23px;
}

.li-compare-points {
    color: #444444;
    font-family: 'Inter-Medium';
    font-size: 17px;
    margin-bottom: 0px;
}

.blow-average-main-msg {
    color: #C43402;
    font-family: 'Inter-Bold';
}

.above-average-main-msg,
.above-average-title-msg,
.above-average-desc-msg {
    color: #43AC45;
    font-family: 'Inter-Bold';
}

.average-main-msg,
average-title-msg,
average-desc-msg {
    color: #F6B41B;
    font-family: 'Inter-Bold';
}

.cro-calculator-statements {
    width: 700px;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}

.cro-calculator-statements-heading {
    font-size: 45px;
    font-family: 'Inter-Medium';
    line-height: 52px;
}

.cro-calculator-statements-heading img {
    height: 39px;
}

.esti-price-table {
    color: #FF0000;
    font-family: 'Inter-Bold';
}

.small-size-spn {
    font-size: 35px;
    color: #000000;
}

.cro-calculator-statements-description {
    width: 530px;
    margin: auto;
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    margin-top: 5px;
    font-family: 'Inter-Regular';
}


.cro-calculator-revenue-impact-container {
    margin-top: 80px;
}

.uniquice-heading-cro-calculato {
    width: 600px;
    margin: auto;
    text-align: center;
    position: relative;
}

.uniquice-heading-cro-calculato:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #707070;
    width: 100%;
    left: 0px;
    top: 50%;
}

.uniquice-heading-cro-calculato span {
    padding: 3px 12px;
    background: #FF0000;
    font-size: 20px;
    color: #fff;
    font-family: 'Inter-Regular';
    text-transform: uppercase;
    border-radius: 30px;
    position: relative;
    z-index: 9;
}

.cro-calculator-revenue-impact-heading {
    text-align: center;
    margin-top: 15px;
    font-size: 28px;
    font-family: 'Inter-Bold';
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.cro-calculator-revenue-impact-descrip {
    margin-top: 10px;
    color: #646464;
    text-align: center;
    font-size: 20px;
}

.cro-calculator-impect-score-box {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 20px;

}

.cro-calculator-impect-score-box-child {
    width: 30%;
    background: #E9FC58;
    border-radius: 30px;
    padding: 30px 0px;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cro-calculator-impect-icon-box {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.cro-impact-box-icon {
    width: 60%;
    height: 60%;
}

.cro-calculator-impect-title-box {
    color: #000000;
    font-family: 'Inter-SemiBold';
    /* width: 160px; */
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.cro-calculator-impect-amount-box {
    font-size: 38px;
    font-family: 'Inter-Bold';
    margin-bottom: 15px;
}

.cro-calculator-impect-monthly-box {
    font-size: 15px;
    font-family: 'Inter-SemiBold';
    color: #000000;
}

.profit-impect-cro-parent .uniquice-heading-cro-calculato span {
    background: #000;
}

.profit-impect-cro-parent .cro-calculator-impect-score-box-child {
    background: #000;
}

.profit-impect-cro-parent .cro-calculator-impect-icon-box {
    background: #8080807a;
}

.profit-impect-cro-parent .cro-calculator-impect-title-box {
    color: #fff;
}

.profit-impect-cro-parent .cro-calculator-impect-amount-box {
    color: #fff;
}

.profit-impect-cro-parent .cro-calculator-impect-monthly-box {
    color: #fff;
}


/* average section end */
.CRO-result-heading {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Inter-Bold';
}

.CRO-flex-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.CRO-flex-content span {
    width: 32%;
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-bottom: 20px;

}

.text-danger {
    font-size: 11px;
    color: red;
}

.loader {
    display: none;
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.cro-tool-trip-icon {
    position: relative;
    cursor: pointer;
    margin-left: 7px;
    line-height: 12px;
}

.cro-tool-trip-icon img {
    /* height: 13px; */
    width: 16px;
}

.cro-tool-trip-icon .text-tool-tip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 200%;
    background: #444444;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 18px;
    transition: opacity 0.3s ease;
    z-index: 999;
    overflow: visible;
    width: 200px;
    font-weight: 400;
    border-radius: 10px !important;
    font-family: 'Roboto-regular';
}

.cro-tool-trip-icon:hover .text-tool-tip {
    visibility: visible;
    opacity: 1;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: normal !important;
    letter-spacing: 0.5px;
    border-radius: 50px;

}

.text-tool-tip a {
    color: #E9FC58;
}

.clickCustom-field {
    margin-top: 20px;
}

#liftIncludedAOV {
    display: none;
}

.cro-tool-trip-icon .text-tool-tip::after {
    content: "";
    position: absolute;
    top: 89%;
    rotate: 90deg;
    left: -9px;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #444444 transparent transparent transparent;
}


#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    /* light fade */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/* cta design of cro calculator page  start*/

.cro-calculator-cta-container {
    width: 1200px;
    margin: auto;
    padding: 80px 60px 60px 60px;
    border: 1px solid #ddd;
    border-radius: 35px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, .2);
    position: relative;
    margin-bottom: 80px;
    margin-top: 100px;
}

.report-button {
    position: absolute;
    border: none;
    background: #000;
    color: #fff;
    display: block;
    padding: 20px 25px;
    top: -27px;
    font-size: 23px;
    text-transform: capitalize;
    font-family: 'Inter-Bold';
}

.cro-calculator-cta-flex-box {
    display: flex;
    justify-content: space-between;
}

.cro-calculator-cta-child-box-left {
    width: 55%;
}

.cro-calculator-cta-child-box-right {
    width: 40%;
}

.cro-calculator-cta-heading {
    display: flex;
    flex-direction: column;
    text-transform: capitalize;
    font-size: 46px;
}

.cro-calculator-cta-heading span {
    color: #000 !important;
}

.cta-incl-heading {
    font-size: 30px;
    color: #859705;
    margin: 30px 0px 20px 0px;
    font-family: 'Inter-Medium';
}

.cro-calculator-cta-list-below {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.cro-calculator-cta-list-item {
    font-size: 21px;
    font-family: 'Inter-Bold';
    margin-bottom: 15px;
    /* opacity: .7; */
    color: #444444;
}

.cro-calculator-cta-list-below .cro-calculator-cta-list-item:last-child {
    margin-bottom: 0px !important;
}

.cro-calculator-cta-check-icon {
    height: 16px;
    opacity: .9;
}

.cro-calculator-cta-child-box-right {
    width: 45%;
    background: #e9fc58;
    padding: 40px;
    border-radius: 40px;
    box-shadow: #B7B7B7 -5px 5px 1.6px;
}

.email-label-cta {
    font-size: 28px;
    font-family: 'Inter-Bold';
    margin-bottom: 15px;
}

.cro-calculator-cta-email-child input[type="email"] {
    height: 65px;
    width: 100%;
    border: 1px solid #929292;
    padding: 0px 20px;
    color: gray;
    font-size: 17px;
    font-family: 'Inter-Medium';
}

.cro-calculator-cta-email-child input[type="submit"] {
    height: 65px;
    width: 100%;
    margin-top: 20px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 20px;
    font-family: 'Inter-Medium';
    cursor: pointer;
}

.cro-calculator-cta-email-child .wpcf7-not-valid-tip {
    font-size: 15px;
}

.cro-calculator-cta-email-child .wpcf7-response-output {
    margin: 0px !important;
    font-size: 14px;
    padding: 10px !important;
    margin-top: 10px !important;
}

.cro-calculator-cta-email-child br {
    display: none;
}

.cro-calculator-cta-email-child .wpcf7-spinner {
    display: none;
}

/* cta design of cro calculator page end*/




@media only screen and (max-width: 767px) {

    .container-wrapper-results {
        padding: 30px !important;
        margin: 80px 20px 0px 20px !important;
    }

    .cro-calculator-score-status {
        font-size: 16px;
    }

    .circle-container {
        width: 150px;
        height: 150px;
    }

    .cro-calculator-score-span {
        font-size: 14px;
    }

    .show-average-box-rate {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .show-average-box-rate-descri {
        font-size: 16px;
        padding: 0px 15px;
    }

    .cro-calculator-compare-list-title- {
        font-size: 20px;
    }

    .cro-calculator-compare-list-container {
        padding: 20px;
    }

    .li-compare-points {
        font-size: 16px;
        margin-bottom: 10px !important;
        line-height: 24px;
    }

    .cro-calculator-statements-heading {
        font-size: 28px;
        line-height: 36px;
    }

    .cro-calculator-statements-heading img {
        height: 20px;
    }

    .cro-calculator-revenue-impact-container {
        margin-top: 40px;
    }

    .uniquice-heading-cro-calculato {
        margin-bottom: 20px !important;
    }

    .cro-calculator-revenue-impact-heading {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .cro-calculator-revenue-impact-descrip {
        font-size: 18px;
        line-height: 26px;
    }

    .cro-calculator-impect-score-box {
        flex-direction: column;
    }

    .cro-calculator-impect-score-box-child {
        width: 100%;
        padding: 30px;
    }

    .cro-calculator-impect-amount-box {
        font-size: 32px;
        margin: 10px 0px 20px 0px !important;
    }




}