.rg_popup {
    position: fixed;
    z-index: 1;
    padding-top: 4rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    box-sizing: border-box;
}
.popup-rg_eguide {
    max-width: 100%;
    width: 35%;
    margin: auto;
    padding: 2rem 0 0;
    background-color: #226afa;
    box-shadow: 0px 0px 5px -1px #000;
    box-sizing: border-box;
    position: relative;
}
.popup-rg_eguide .close {
    color: #749efd;
    font-size: 40px;
    line-height: 10px;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 10px;
    font-weight: 400;
}
.popup-rg_eguide .popup_rg_title{
    font-size: 22px;
    color: #fff;
    margin: 0 0 10px;
    line-height: normal;
}
.sub-title_rg_{
    color: #fff;
    margin: 0 0 16px;
    font-size: 14px;
}
.text-center{
    text-align: center;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
.affiliate_marketing{
    font-size: 18px;
    font-weight: 700;
    color: #226afa;
    margin: 5px 0 16px;
}
.get_fre_copy{
    background-color: #f45141;
    border: 1px solid #f45141;
    color: #fff;
    border-radius: 50px;
    padding: .8rem 4rem;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
}
.get_fre_copy:hover{
    background-color: transparent;
    color: #f45141;;
}
.p_relative{
    position: relative;
    z-index: 99;
    padding-bottom: 2rem;
}
.bg_color_img{
    position: absolute;
    bottom: 0;
    height: 80%;
    background-color: #f4f4f4;
    max-width: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 50% 50% 0 0;
}