
/* new css rule start*/

.login-popup-backdrop {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.login-popup-inner {
    width: 100% !important;
    height: 127px !important;
    flex-grow: 0;
    margin: 25px 0 0;
    padding: 9px 10px 0 143px;
    background-image: linear-gradient(262deg, #4cafca, #0074ba 41%) !important;
    background-size: auto !important;
    background-position: initial !important;
    background-repeat: initial !important;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

 .mypop .close-button {
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        background: transparent;
        border-radius: inherit;
        padding: 0px;
        text-align: left;
        cursor: pointer;
        box-shadow: none;
    }

        .mypop .close-button img {
            width: 15px;
            height: 15px;
            vertical-align: top;
        }


.mylog-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    align-items: flex-end;
}

.mylog-box1 {
    width: 11%;
}

/*.mylog-box2 {
    width: 65%;
    padding: 0px 135px;
}*/

.mylog-box3 {
    width: 24%;
    padding-right: 92px;
    align-items: center;
    display: inline-flex;
    padding-bottom: 28px;
}

.w-100 {
    width: 100%;
}


.mypop .media-showcase {
    width: 135px;
    position: relative;
    top: auto;
}

    .mypop .media-showcase img {
        width: 135px;
        height: 91.8px;
        margin: 10px 0px 16.2px 0;
        object-fit: contain;
    }

.mypop .heading-main {
    -webkit-text-stroke: 0 #979797;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 26px;
    width: 604px;
}

.features-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .features-container .feature {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-right: 50px;
    }

.feature .icon {
    width: 28px;
    height: 28px;
    display: block;
    margin-right: 15px;
}

    .feature .icon > img {
        width: 100%;
        height: auto;
    }

.feature .title {
    font-size: 16px;
    color: #404040;
}

.mypop .feature .title {
    -webkit-text-stroke: 0 #979797;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 0 29px 0 5px;
}

.mypop .features-container {
    margin: 20px 0px 29px 0px;
}

.mypop .btn-trial {
    width: 184px !important;
    min-width: 184px !important;
    height: 35.3px !important;
    flex-grow: 0;
    margin: 0px 0px 0px 0px !important;
    padding: 9.1px 0px 9.1px 0px !important;
    background-color: #fff !important;
    font-family: 'Lato', sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0074ba;
    border-radius: 5px !important;
    border-color: #fff !important;
}

.mypop span.login-txt-desktop {
    margin-top: 13.4px;
}

.mypop .login-txt-desktop {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    display: inline-block;
}

    .mypop .login-txt-desktop .login-link {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        margin-left: 5px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
    }



        .mypop .login-txt-desktop .login-link:hover, .login-txt-desktop .login-link:focus {
            color: #fff;
        }

.mypop .feature .icon {
    width: 13px;
    height: 13px;
    margin-right: 8px !important;
}

    .mypop .feature .icon > img {
        width: 13px;
        height: 13px;
        margin: 0;
        object-fit: contain;
        vertical-align: top;
    }

.mypop .features-container .feature {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.mobile-rightimg {
    display: none
}

.mypop .btn-trial:hover {
    background-color: #fff !important;
    color: #0074ba !important;
}

.mylog-box2 {
    width: 65%;
    padding: 0px 75px;
}

@media only screen and (max-width: 1366px) {
    .mylog-box2 {
        width: 66%;
        padding: 0px 40px;
    }

    .mylog-box3 {
        width: 22%;
        padding-right: 70px;
    }
}

@media only screen and (max-width: 1200px) {
    .mypop {
        padding: 9px 10px 0 60px;
    }

    .mylog-box2 {
        width: 66%;
        padding: 0px 40px;
    }

    .mylog-box3 {
        width: 22%;
        padding-right: 40px;
    }

    .mypop .heading-main {
        font-size: 25px;
    }

    .mypop .feature .title {
        margin: 0 15px 0 5px;
    }
}

@media only screen and (max-width: 992px) {
    .mypop {
        padding: 9px 10px 0 15px;
    }

        .mypop .close-button > img {
            width: 15px;
            height: 15px;
        }

    .mylog-box1 {
        width: 15%;
    }

    .mylog-box2 {
        width: 64%;
        padding: 0px 15px;
    }

    .mylog-box3 {
        width: 20%;
        padding-right: 15px;
    }

    .mypop .btn-trial {
        width: 160px !important;
        min-width: 160px !important;
        font-size: 13px !important;
    }

    .mypop .login-txt-desktop {
        font-size: 12px;
    }

    .mypop .heading-main {
        font-size: 22px;
        width: auto;
    }

    .mypop .features-container {
        flex-direction: row;
    }


    .mypop .feature .title {
        margin: 0px 10px 0 0px;
        font-size: 13px;
    }

    /*.mypop .close-button > img {
        width: 20px;
        height: 20px;
    }*/

    .mypop .feature .icon {
        margin-right: 0px;
    }
}
@media only screen and (max-width: 865px) {
    .mypop .heading-main {
        font-size: 20px;
        width: auto;
    }
    .mypop .close-button {
        right: 3px;
        top: 1px;
    }
}

@media only screen and (max-width: 769px) {
    .mypop .close-button {
        right: 10px;
        top: 10px;
    }
    .mypop span.login-txt-desktop {
        margin-top: 0;
    }

    #div_Signin {
        margin-bottom: 11px;
    }

    .mypop .btn-trial {
        margin: 0px 0px 15px 0px !important;
    }

    .mypop .close-button > img {
        width: 15px;
        height: 15px;
    }

    .mylog-box {
        padding: 21.3px 10px 10px 10px;
    }

    .mylog-box1 {
        width: 15%;
        display: none;
    }

    .mylog-box2 {
        width: 100%;
        padding: 0px;
    }

    .mylog-box3 {
        width: 100%;
        padding-right: 15px;
    }

    .mypop {
        width: 100% !important;
        height: auto !important;
        margin: 0px;
        padding: 0;
        background-image: linear-gradient( 220deg, #4cafca, #0074ba 26%) !important;
    }

        .mypop .heading-main {
            width: 242px;
            -webkit-text-stroke: 0 #979797;
            font-family: 'Lato', sans-serif;
            font-size: 22px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.06;
            letter-spacing: normal;
            text-align: left;
            color: #fff;
            margin-bottom: 0px;
            margin-top: 0px;
        }

    .features-container .feature {
        justify-content: initial;
    }

        .mypop .features-container {
            flex-direction: column;
            margin: 30px 0 30px;
        }

        .mypop .feature .title {
            margin: 5px 0 0;
            -webkit-text-stroke: 0 #979797;
            font-family: 'Lato', sans-serif;
            font-size: 14px;
            font-weight: 700;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #fff;
        }


        .mypop .feature:first-child .title {
            margin-top: 0px;
        }

        .mypop .feature .icon > img {
            margin: 0 5px 0 0 !important;
        }

    .mylog-box3 {
        width: 70%;
        padding: 0;
    }

    .mypop .login-txt-desktop {
        font-size: 14px !important;
    }

    .mypop .login-txt-desktop {
        display: block;
    }

    .mobile-rightimg {
        position: absolute;
        right: 0px;
        /* top: 50%; */
        z-index: 9999;
        display: block;
        bottom: 20px;
    }
    .mypop .feature:nth-child(2) .icon > img {
        margin-top: 2px !important;
    }
    .mypop .feature:last-child .icon > img {
        margin-top:3px !important;
    } 
}
@media only screen and (max-width: 375px) {
    .mypop .btn-trial {
        margin: 0px 0px 10px 0px !important;
    }
    .mobile-rightimg {
        position: absolute;
        right: 0px;
        /* top: 50%; */
        z-index: 9999;
        display: block;
        bottom: 15px;
    }
    .mobile-rightimg img{
        width: 90px;
    }
}
@media only screen and (max-width: 314px) {
    .mobile-rightimg {
        bottom: 20px;
    }

        .mobile-rightimg img {
            width: 70px;
        }

    .mypop .feature .title {
        font-size: 13px;
    }
}
@media only screen and (max-width: 285px) {
    .mypop .feature .title {
        font-size:10px;
    }
}

    /* new css rule end */

    /*.media-showcase {
    width: 180px;
    position: absolute;
    top: 30px;
}

    .media-showcase > img {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
    }*/

    /*.heading-main {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}

.features-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .features-container .feature {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-right: 50px;
    }

.feature .icon {
    width: 28px;
    height: 28px;
    display: block;
    margin-right: 15px;
}

    .feature .icon > img {
        width: 100%;
        height: auto;
    }

.feature .title {
    font-size: 16px;
    color: #404040;
}

.btn-trial {
    background-color: #fc8f09;
    border-color: #fc8f09 !important;
    padding: 5px 30px !important;
    margin: 0 auto 15px !important;
    color: #fff;
    border-radius: 20px !important;
    font-size: 16px !important;
    min-width: 180px;
}

    .btn-trial:hover {
        background-color: #fc8f09;
        color: #fff !important;
    }

.or {
    display: inline-block;
    margin: 0 15px;
    font-style: italic;
    font-size: 12px;
}

.login-txt-desktop {
    display: inline-block;
    font-size: 16px;
}

    .login-txt-desktop .login-link {
        display: inline-block;
        font-size: 16px;
        color: #fc8f09;
        margin-left: 10px;
    }

        .login-txt-desktop .login-link:hover, .login-txt-desktop .login-link:focus {
            color: #fc8f09;
            text-decoration: none;
            cursor: pointer;
        }


@media only screen and (max-width: 1200px) {

    .feature .title {
        font-size: 14px;
    }

    .features-container .feature {
        margin-right: 20px;
    }

    .feature .icon {
        margin-right: 6px;
    }

    .btn-trial {
        font-size: 14px;
    }

    .login-txt-desktop {
        font-size: 14px;
    }

        .login-txt-desktop .login-link {
            font-size: 14px;
        }
}

@media only screen and (max-width: 992px) {
    .media-showcase {
        top: 20px;
    }

    .btn-trial {
        display: block !important;
    }

    .heading-main {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .features-container {
        flex-direction: column;
        align-items: start;
        margin-bottom: 15px;
        margin-top: 15px;
    }

        .features-container .feature {
            margin-bottom: 10px;
            margin-right: 0;
        }

    .col-left.m {
        width: 100%;
        text-align: center;
    }

    .col-right.m {
        display: none;
    }

    .btn-trial {
        display: block;
        margin-bottom: 15px;
    }

    .or {
        display: none;
    }

    .login-txt-desktop {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .login-popup-inner {
        background-size: 100% 110px;
        background-image: url(../img/login-popup-background-mobile.png);
    }

    .heading-main {
        margin-bottom: 10px;
        font-size: 33px;
        margin-top: 10px;
    }

    .media-showcase {
        top: 20px;
    }
}

@media only screen and (max-width: 576px) {

    .login-popup-inner {
        background-size: 110% 105px;
    }

    .col-left {
        width: calc(100% - 150px);
    }

    .col-right {
        width: 150px;
    }

    .media-showcase {
        width: 120px;
    }

    .heading-main {
        font-size: 26px;
    }

    .features-container {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .features-container .feature {
            margin: 6px 0;
        }
}

@media only screen and (max-width: 440px) {
    .login-popup-inner {
        background-size: 100% 75px;
    }

    .heading-main {
        font-size: 18px
    }
}
.renew-popup-backdrop {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.renew-popup-inner {
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 184px;
}

    .renew-popup-inner .container-fluid {
        padding-left: 17px;
        padding-right: 17px;
    }

.renew-features-container {
    margin-top: 35px;
}

.Ending-Soon {
    width: 273px;
    height: 30px;
    margin: 18px 339px 15px 20px;
    font-family: Lato;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f7931f;
}

.renew-popup-inner .close-button {
    width: 50px;
    height: 50px;
    top: -20px;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    z-index: 9999;
}

.Subscription-Letter {
    width: 50px;
    height: 36px;
    object-fit: contain;
}

    .Subscription-Letter img {
        vertical-align: baseline !important;
    }

.renew-popup-inner .container-fluid .renew-features-container .feature {
    overflow: auto;
}

.user-your-subscript {
    color: #212121;
    float: left;
    margin: 25px 11px 14px 0;
    font-family: Lato;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
}

.renew-popup-inner .close-button .si-cross {
    color: #f99d1c;
}

.user-your-subscript .renew-date {
    font-weight: bold;
}

.btnrenewnow {
    text-align: center;
    float: left;
}

.btn-renew {
    width: 184px;
    height: 50px;
    object-fit: contain;
    border-radius: 24px;
    margin: 10px;
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    background-color: #f99d1c;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .feature .renew-title {
        font-size: 20px;
        color: #42a4d2;
        font-weight: bold;
        margin-left: 12px;
        padding: 16px 2px 2px 2px;
    }

    .feature .renew-message {
        font-family: Lato;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        color: #212121;
    }

        .feature .renew-message .renew-date {
            color: #212121;
            font-size: 16px;
            font-weight: bold;
        }
}

@media only screen and (max-width: 992px) {
    .renew-features-container {
        flex-direction: column;
        align-items: start;
        margin: 20px 0;
    }
}

@media only screen and (max-width: 768px) {
    .renew-popup-inner {
        height: 230px;
    }

    .Ending-Soon {
        margin: 18px 5px 15px 20px;
    }

    .user-your-subscript {
        margin: 5px 0px 0px 0;
    }

    .btnrenewnow {
        text-align: center;
        width: 100%;
    }

    .btn-renew {
        width: 184px;
        height: 50px;
        object-fit: contain;
        border-radius: 24px;
        margin: 10px;
        font-family: Lato;
        font-size: 18px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        background-color: #f99d1c;
        color: #fff;
    }
}*/





