.embell-header {
    font-size: 18px !important;
    color: white;
    background-color: #767676;
    padding: 8px 0 8px 15px !important;
    font-weight: bold;
    border-radius: 6px;
    text-transform: uppercase;
}

.embe .embell-header {
    padding: 5px 0 5px 15px;
}


.embe-content {
    color: rgb(29, 28, 28);
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 16px;
    margin-left: 15px;


}

.embe-layout {
    display: flex;
    justify-content: space-around;
}

.embe-layout.embe-layout-v3 {
    padding-top: 12px;
}

.embe-item {
    border: 1px solid rgb(206, 202, 202);
    border-radius: 6px;
    background-color: white;
    min-width: 260px;

}

.embe-item:hover {
    border: 1px solid rgb(111, 168, 243);
}


.embe_background {
    height: 224px;
    width: 270px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

.embe-wings__background {
    background-image: url(https://newpyl.s3.amazonaws.com/pylweb/OrderResources/OrderStep3/s2081635215694102521.png);
}

.embe-halo__background {
    background-image: url(https://newpyl.s3.amazonaws.com/pylweb/OrderResources/OrderStep3/3Halo28102020184319524761.png);
}

.embe-text__background {
    background-image: url(https://newpyl.s3.amazonaws.com/pylweb/OrderResources/OrderStep3/8A281617306697040121.png);
}

.embe-item-content {
    display: flex;
    align-items: center;
}

.embe-item-content label {
    height: 30px;
    cursor: pointer;
    margin-left: 6px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    position: relative;
    min-width: 206px;

}

.embe-item-content label .embe-checkbox-input {
    display: none;

}

.embe-item-content label span {
    font-size: 18px;
    color: rgb(29, 28, 28);
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* start DEV-3007 */
.embe-layout-v2 .embe-item-content label span { 
    margin-left: 30px;
}
/* end DEV-3007 */

.embe-item-content label .embe-checkbox-checkbox img {
    justify-self: center;

}

.embe-item-content label .embe-checkbox-checkbox {
    position: relative;
    display: flex;
    margin-right: 9px;
    margin-top: -2px;
}


.embe-item-content label .embe-checkbox-checkbox::before {
    content: "";
    height: 6px;
    width: 12px;
    border-bottom: 3px solid rgb(6, 204, 202);
    border-left: 3px solid rgb(6, 204, 202);
    position: absolute;
    left: 50%;
    top: 46%;
    transition: opacity 0.1s ease;
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 0;


}

.embe-item-content-lable {
    display: inline-block;
    width: 90%;
}

.embe-checkbox-img {
    display: inline-block;
    width: 10%;
    float: right;
    /* padding-top: 5px; */
    cursor: pointer;
    padding-right: 12px;
    text-align: right;
}


.embe-item-content label .embe-checkbox-input:checked + .embe-checkbox-checkbox::before {
    opacity: 1;
}

.embe-radio label {
    min-height: 40px;
    height: auto;
    display: block;
    cursor: pointer;
    margin: auto 25px auto 30px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgb(206, 202, 202);
    position: relative;
}

.embe-radio label:hover {
    border-top: 1px solid rgb(111, 168, 243);
}

.embe-radio label .embe-radio-input {
    display: none;
}

.embe-radio label span {
    font-size: 15px;
    color: rgb(29, 28, 28);
    font-weight: 500;
    display: inline-block;
    white-space: pre-wrap;
}

.embe-radio label .embe-radio-radio img {
    justify-self: center;
}

.embe-radio label .embe-radio-radio {
    position: relative;
    display: flex;
    margin-right: 10px;
}

.embe-radio label .embe-radio-radio::before {
    content: "";
    height: 9px;
    width: 9px;
    background-color: rgb(6, 204, 202);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: transform 0.1s ease;
    transform: translate(-50%, -50%) scale(0);
}

.embe-radio-img {
    /* position: absolute;
    right: 0; */
    margin-left: 10px;
}

.embe-radio label .embe-radio-input:checked + .embe-radio-radio::before {
    transform: translate(-50%, -50%) scale(1);

}

.embe-radio__color {
    width: 79%;
    height: 40px;
    display: inline-block;
    border-top: 1px solid rgb(206, 202, 202);
    margin-left: 30px;
    margin-bottom: 1px;
    display: flex;
    justify-content: space-between;

}

.embe-radio__color label {
    margin-top: 8px;
    cursor: pointer;
}

.embe-radio__color:hover {
    border-top: 1px solid rgb(111, 168, 243);
}

.embe-radio__color label input {
    display: none;
}

.embe-radio__color label span {
    color: rgb(206, 202, 202);
}

.embe-radio__color label .embe-circle {
    width: 14px;
    height: 14px;
    border: 1px solid rgb(206, 202, 202);
    border-radius: 50%;
    display: inline-block;
    position: relative;
}


.embe-radio__color label .embe-circle-white::before {
    content: "";
    height: 14px;
    width: 14px;
    background-color: white !important;
    border: 1px solid rgb(29, 28, 28);
    border-radius: 50%;
    position: absolute;
    top: 0;
    transition: transform 0.1s ease;
    transform: scale(0);
}

.embe-radio__color label .embe-circle::before {
    content: "";
    height: 14px;
    width: 14px;
    background-color: yellow;
    border: 1px solid rgb(29, 28, 28);
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: -1px;
    transition: transform 0.1s ease;
    transform: scale(0);
}

.embe-radio__color label input:checked + .embe-circle + span {
    color: rgb(29, 28, 28);
}

.embe-radio__color label input:checked + .embe-circle::before {
    transform: scale(1);
}

.embe-comnent textarea {
    height: 47px;
    width: 79%;
    border-radius: 5px;
    margin-left: 30px;
    margin-bottom: 4px;
    border: 1px solid rgb(206, 202, 202);
    resize: none;
    padding: 3px;
}


@media (min-width: 1201px) {
    .embe-layout {
        display: flex;
        flex: 1;
        justify-content: space-around;
    }


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

@media (min-width: 531px) and (max-width: 1200px) {
    .embe-item {
        background-color: white;

    }

    .embe-content {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .embe-box {
        border: 1px solid rgb(206, 202, 202);
        border-radius: 6px;
        margin: 15px 5px 30px 5px;
    }


    .embe-item-content {
        height: 38px;
    }

    .embe-item-content label {
        height: 38px;
    }


    .embe-layout {
        display: flex;
        flex-direction: column;
    }

    .embe-item {
        max-width: 50%;
        margin-left: 5px;
    }

    .embe_background {
        margin-bottom: 35px;
        margin-right: 5px;
        background-position: top right;
        background-size: 45%;
    }

    .embe-wings__background {
        height: 140px;
    }

    .embe_background {
        height: 215px;
        width: auto;
    }
}


@media (min-width: 300px) and (max-width: 530px) {
    .embe-title {
        min-width: 290px;

    }

    .embe-box {
        min-width: 290px;
        border: 1px solid rgb(206, 202, 202);
        border-radius: 6px;
        margin: 10px 5px 5px 5px;
    }

    .embe-content {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .embe-layout {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .embe_background {
        margin: 0 auto 40px auto;
        min-width: 290px;

    }
}


@media (max-width: 299px) {
    .embe-title {
        min-width: 260px;

    }

    .embe-box {
        min-width: 260px;
        border: 1px solid rgb(206, 202, 202);
        border-radius: 6px;
        margin: 10px 5px 5px 5px;
    }

    .embe-content {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .embe-layout {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .embe_background {
        margin: 0 auto 40px auto;
    }
}

#steps_section .steps .font16px {
    margin-left: 0px;
}

@media (max-width: 1199px) {
    #steps_section #step3 .font16px {
        margin-left: -2px;
    }
}

#content .wrapper-full .top-20 .step-header {
    margin-left: 0px;
}

@media (max-width: 767px) {
    .embe_background {
        height: 235px;
    }
}

/* DEV-3398*/
.embe.embell-3398 {
    padding-top: 15px;
    padding-bottom: 25px;
    border-top: 2px solid #C5C5C5;
    border-bottom: 2px solid #C5C5C5;
}
.embe.embell-3398 .embe-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1;
}

@media (max-width: 767px) {
    .embe.embell-3398 .embe-title {
        padding-left: 15px;
        padding-right: 15px;
    }
}