.compression-item-main-flex {
    display: flex;
    /*align-items: center;*/
    flex-wrap: wrap;
    gap: 50px;
    position: relative;
}
@media (min-width: 1441px){
    .compression-item-main-flex {
        height: calc(100vh - 90px);
    }
}
@media (max-width: 1440px){
    .compression-item-main-flex {
        height: calc(100vh - 106px);
    }
}
.compre-img-left-item,
.compree-text-right-item {
    flex: 0 0 50%;
    max-width: calc(50% - 50px);
}

.compression-item-main-flex select {
    -webkit-appearance: none !important;
    -ios-appearance: none !important;
    -o-appearance: none !important;
    background: #FFFFFF;
    color: #000;
    padding: 6px 25px 6px 10px;

}
.select__box {
    position: relative;
}

.select__box:after{
    content: "";
    border: 2px solid transparent;
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-68%) rotate(45deg);
    border-bottom-color: #000;
    border-right-color: #000;
    width: 10px;
    height: 10px;
}

@media screen and (max-width: 750px) {
    .compre-img-left-item img {
        max-width: 100%;
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
@media screen and (min-width: 751px) {
    .compre-img-left-item img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 100%;
        height: 100%;
        width: auto;
    }
}
.compre-img-left-item .quiz-step {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.que-ans-label-content img {
    width: 43px;
    min-width: 43px;
    height: 43px;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.question-answer-container,
.question-answer-container-single {
    display: flex;
    align-items: center;
    gap: 8px;
}

.que-ans-label-content {
    display: flex;
    align-items: center;
    gap: 14px;
}

.question-answers-groups {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 35px;
    width: 100%;
}

.question-ans-selectradio input {
    width: 18px;
    height: 18px;
}

.ans-btn[type=radio]:checked {
    appearance: none;
    border-radius: 50%;
    background-clip: content-box;
    background-color: #000;
    padding: 2px;
    border: 1px solid #000;
}

.compare-box-video {
    display: flex;
    align-items: center;
    gap: 6px;
}

a.video-popup-main {
    text-decoration: underline;
    font-size: 12px;
    font-weight: 300;
}

.video-inner-popup {
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 23;
    border-radius: 5px;
    height: 68%;
    position: fixed;
    background: #FFFFFF;
    overflow: hidden;
}

.video-inner-popup.active {
    display: block;
}

.video-inner-popup.active video {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 22;
}

.overlay.overlay-visible {
    display: block;
}

.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    z-index: 1;
    background: black;
    padding: 0 11px 2px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: block; */
    border-radius: 50%;
}

body.no-scroll {
    overflow: hidden;
}

.video-inner-popup video {
    width: 100%;
    height: 100%;
    display: block;
}

.compree-text-right-item {
    padding: 30px 28px 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.compree-text-right-item .quiz-form-content{
    padding-bottom: 50px;
    max-width: 450px;
    margin: 0 auto;
}

.compare-label-video {
    text-align: left;
}

input.dropdown_list_selected,
select.dropdown_list_selected {
    width: 100%;
    height: 48px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

input.dropdown_list_selected {
    padding: 0 15px;
}

.input-group__append {
    position: relative;
}

.input-group__append .append-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 2px 2px 0;
    border: 1px solid #D9D9D9;
    background: #F8F8F8;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    padding: 0 26px;
}



h3.dropdown_title {
    text-align: left;
    font-weight: 500;
}

.drp-dwn-flex-item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 32px;
}

.drop-down-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.drop-down-title-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.drop-down-title-section img {
    height: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 40px;
    border-radius: 50%;
    display: block;
    object-fit: cover;
}

.dp-dwn-video-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.type_of_comp a.next-target[disabled] svg,
.type_of_comp a.prev-target[disabled] svg {
    fill: gray;
    opacity: 0.7;
    cursor: no-drop;
}

.type_of_comp a.next-target[disabled],
.type_of_comp a.prev-target[disabled] {
    pointer-events: none;
}

.drp-single-flex-item {
    margin-top: 32px;
}

.quiz-form-content-node-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* responsive */

@media(max-width: 749px) {
    .desktop-only-que {
        display: none;
    }

    .compree-text-right-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    a.video-popup-main {
        font-size: 11px;
        white-space: nowrap;
    }

    .compree-text-right-item {
        padding: 0 20px 40px;
    }

    .drop-down-title-section {
        gap: 8px;
    }
}

label.radio-selected-item {
    cursor: pointer;
    margin: 0 auto;
    min-width: 250px;
}

.slider-arrow-both-icon-custom.actives {
    display: block;
}

.slider-arrow-both-icon-custom {
    display: none;
}

.type_of_comp .actives .prev-target-custom {
    margin-right: 30px;
}

.type_of_comp .flow__step_custom {
    margin-bottom: 12%;
}


.section--image {
    border-radius: 200px;
    position: relative;
}
.section--image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
}
@media screen and (max-width: 750px){
    .section--image {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }
}
@media screen and (min-width: 751px){
    .section--image {
        width: 46px;
        height: 46px;
        min-width: 46px;
    }
}

@media screen and (max-width: 750px){
    .type_of_comp .flow__step_custom {
        margin: 20px 0 32px;
    }
}

.type_of_comp .flow__step_custom .flow-step-wrapper ul.flow-step {
    justify-content: center;
}

.disabled_cus svg {
    fill: gray;
}
.disabled_cus {
    opacity: 0.3;
    pointer-events: none;
}
.drp-dwn-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media(max-width: 1024px){
    .video-inner-popup{
        width: 90%;
    }
}
.wrapper-text {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    margin: 20px 0 0;
}