#nothanksText {
    font-family: 'Open Sans', Arial, sans-serif, Helvetica;
    font-size: 1.2rem;
    text-align: center;
    color: #d8d8d8;
    background-color: #fff;
    border: 0rem;
    cursor: pointer;
    margin:0 0 2.0rem 0rem;
}

#subtext {
    font-family: 'Open Sans', Arial, sans-serif, Helvetica;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 1rem 0rem 1rem 2rem;
    color: #3f3a3a;
}
#message1,#message2{
    margin:1rem;
}
#freeSampleKitButton {
    margin:1.0rem;
    font-size: 1.2rem;
}

#bottomSubtext {
    font-family: 'Open Sans', Arial, sans-serif, Helvetica;
    font-size: 1.2rem;
    text-align: center;
    color: #626060;
}

#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
#logout-popup button{
    padding:0.4rem 1.6rem;
    background-color:#989898;
    box-shadow: 0rem 0.1rem 0rem #585858;
}
#logout-popup button:hover{
    background-color:#585858;
}
.modal-backdrop.show{
    opacity:0.4;
}
.modal.show .modal-dialog{
}
.fade{
    transition: opacity .3s;
}

.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 38rem;
    height: 30rem;
    padding: 0.5rem 0.5rem 0.9rem 0.5rem;
}

#headerWrapper {
    z-index: auto;
}

#popupBlock {
    height: 100%;
    border: 0.3rem solid #8cc63f;
    color:#484848;
}

#HeadingData {
    width: 100%;
    font-family: 'Open Sans', Arial, sans-serif, Helvetica;
    font-weight: 400;
    font-size: 1.9rem;
    color: #666;
    height: 50%;
    float: left;
    margin-bottom: 10px;
}

#divider {
    border-bottom: 1px solid #ccc;
    height: 10px;
    width: 60%;
    margin-left: 20%;
    margin-top: 21rem;
}

#freeSampleKitButton a {
    color: #fff;
}

#popupCloseButton {
    background-color: #fff;
    border: 0rem;
    float: right;
    cursor: pointer;
    font-size: 1.5rem;
    color: #6d6969;
}

#freeSampleImage {
    width: 35%;
    height: 35%;
    margin-top: 1.5rem;
    margin-left: 3.5rem;
}
.modal-content{
    border-color:#d8d8d8;
}

#headertext {
    width: 50%;
    font-family: 'Open Sans', Arial, sans-serif, Helvetica;
    font-size: 2.8rem;
    color: #484848;
    text-align: left;
    float: right;
    margin-top: 6rem;
    line-height: 3.4rem;
}

#freeSampleKit1 {
    width: 16rem;
    margin-top: 1.5rem;
}

@media only screen and (max-width: 450px) and (min-width: 320px) {
    #freeSampleKit1 {
        width: 10rem;
    }
    #headertext {
        font-size: 1.8rem;
        margin-top: 4rem;
    }
    #divider {
        margin-top: 16rem;
    }
}

@media only screen and (max-width: 321px) and (min-width: 0px) {
    #freeSampleKit1 {
        width: 8rem;
    }
    #headertext {
        font-size: 1.4rem;
        margin-top: 4rem;
        line-height: 1.7rem;
    }
    #divider {
        margin-top: 14rem;
    }
    #freeSampleImage {
        margin-left: 3.1rem;
    }
    #subtext {
        font-size: 1.1rem;
        padding: 0rem 0rem 0rem 2rem;
        color: #3f3a3a;
    }
}