/* Minification failed. Returning unminified contents.
(46,12): run-time error CSS1038: Expected hex color, found '#0009'
(67,12): run-time error CSS1038: Expected hex color, found '#0009'
(74,12): run-time error CSS1038: Expected hex color, found '#0009'
(87,12): run-time error CSS1038: Expected hex color, found '#0009'
 */
.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;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}
/*my css start*/
.login-popup-inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 30px;
    background: #fff;
}
.paywall-header {
    background: #fff;
    position: relative;
    width: 100%;
    display:flex;
    align-items:center;
}
.paywall_heading {
    width:40%;
}
.paywall_loginregister {
    width:60%;
}
.paywall_loginregister p {
    margin: 0px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: #0009;
}
.paywall_loginregister p  a{
    color: #1b519a;
}
.paywall-header h3 {
    color: #1b519a;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 41px;
    margin: 0px;
    margin-left: 0px;
    width: 100%;
    font-weight: 900;
}

.close {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 99;
    color: #0009;
    font-size: 18px;
    line-height: inherit;
    text-shadow: none;
    opacity: 1;
}
.close .si{
    color: #0009;
}
.paywall-content {
    width: 100%;
    display: flex;
    align-items: center;
}
.laptop-img ul li {
    display: block;
    list-style: none;
    margin-bottom: 10px;
}
.laptop-img ul li a{
    color: #0009;
    font-size: 18px;
}
.laptop-img ul li a span{
    margin-right:10px;
    color:#1b519a;
    font-size: 30px;
}
.content-box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    align-items: flex-end;
    margin-top: 10px;
}

.laptop-img {
    width: 40%;
}
.laptop-img ul{
    padding:0px;
}
.laptop-img img{
    width:200px;
    display:none;
}
.details-box {
    background: #fff;
    width: 60%;
}

.detail-content {
    width: 100%;
    background: #bfbfbf;
    height: 201px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-popup-inner .content-box .details-box .detail-content {
    display: none;
}

.login-popup-inner .content-box .details-box img {
    display: block !important;
    width: 100%;
}

/*.login-popup-inner .content-box .details-box img {
    display:none;
}*/
.detail-content p {
    color: #fff;
    margin: 0px;
    font-size: 20px;
}

/*.detail-content_l {
    width: 90%;
    text-align: left;
}

.detail-content_r {
    width: 9%;
}

.detail-content_l ul li {
    display: block;
    list-style: none;
}

.detail-content_l ul li a {
    color: #0009;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    margin-left: 20px;
}

.detail-content_l ul li a:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -20px;
    width: 5px;
    height: 5px;
    background: #00000073;
    border-radius: 50%;
}

.detail-content_r a {
    color: #2f5597;
    font-size: 25px;
    font-weight: 700;
}

.detail-content_r p {
    color: #0009;
    font-size: 17px;
    font-weight: 500;
}*/
/*responsive css start*/
@media only screen and (max-width: 1500px) {
}

@media only screen and (max-width: 1285px) {
}

@media only screen and (max-width: 1024px) {
    .paywall_heading {
        width: 50%;
    }
    .paywall-header h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .paywall_loginregister {
        width: 50%;
    }
    .paywall_loginregister p {
        font-size: 17px;
    }
    .laptop-img {
        width: 50%;
    }
    .laptop-img ul li a {
        font-size: 15px;
    }
    .laptop-img ul li a span {
        font-size: 25px;
    }
    .details-box {
        width: 50%;
    }
    .login-popup-inner {
        padding: 20px;
    }
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 768px) {
    .laptop-img {
        width: 100%;
    }
    .laptop-img ul {
        padding: 0px;
        display: inline-block;
    }
    .laptop-img img {
        width: 200px;
        display: inline-block;
        margin-left: auto;
        float: right;
    }
    .details-box {
        width: 100%;
    }
    .detail-content {
        height: 100px;
        margin-top: 10px;
    }
    .content-box {
        margin-top: 0px;
    }
    .paywall-header {
        align-items: flex-start;
    }
    .paywall-header h3 {
        font-size: 15px;
        line-height: 20px;
    }
    .paywall_loginregister p {
        font-size: 15px;
        margin-left: auto;
        width: 200px;
    }
    .close {
        top: 0px;
        right: 0px;
    }
}

@media only screen and (max-width: 585px) {
}

@media only screen and (max-width: 499px) {
}

@media only screen and (max-width: 375px) {
}
/*my css end*/
    .login-popup-inner .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
.close-button {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 40px;
    top: -20px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.col-left, .col-right {
    float: left;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.col-left {
    width: calc(100% - 423px);
}

.col-right {
    width: 423px;
}

.media-showcase {
    width: 436px;
    position: absolute;
    top: 54px;
}

    .media-showcase > img {
        width: 100%;
        max-width: 100%;
    }

.heading-main {
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    display: block;
    margin-bottom: 29px;
    margin-top: 29px;
    font-family: 'Fira Sans', sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.features-container {
    display: flex;
    flex-direction: row;
    /* margin-bottom: 30px; */
    /* margin-top: 30px; */
    margin: 39px 0;
}

    .features-container .feature {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-right: 40px;
    }

.feature .icon {
    /* width: 24px; */
    /* height: 24px; */
    display: block;
    margin-right: 8px;
    /* border-radius: 20px; */
    /* background-color: #ededed; */
    text-align: center;
    vertical-align: middle;
    /* padding: 2px; */
}
    .feature .icon > img {
        width: 31px;
        height: 30px;
    }

.feature .title {
    font-size: 20px;
    color: #212121;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.btn-trial {
    background-color: #41a3d2;
    border-color: #41a3d2;
    padding: 10px 30px;
    margin: 0 auto 15px;
    color: #ffffff;
    border-radius: 25px;
    font-size: 20px;
    min-width: 273px;
    font-weight: bold;
    height: 50px;
    line-height: 0.9;
    cursor:pointer;
}

    .btn-trial:hover {
        background-color: #40a3d3;
        color: #fff;
    }

.or {
    display: inline-block;
    margin: 0 12px;
    font-family: FiraSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    color: #2e2f30;
    opacity: 0.7;
}

.login-txt-desktop {
    display: inline-block;
    font-size: 20px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: normal;
    color: #757575;
    line-height: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

    .login-txt-desktop .login-link {
        display: inline-block;
        font-size: 20px;
        color: #41a3d2;
        margin-left: 8px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-decoration: underline;
    }

        .login-txt-desktop .login-link:hover, .login-txt-desktop .login-link:focus {
            color: #41a3d2;
            text-decoration: underline;
            cursor: pointer;
        }
/*.login-popup-backdrop .si-cross{
    color:#40a3d3;
    font-size: 14px;
}*/

/*.feature .icon > .desktop_icon {
    width: 31px;
    height: 30px;
    display: block;
}*/

@media only screen and (max-width: 1366px) {
    .feature .title {
        font-size: 18px;        
    }
    .feature .icon > img {
        width: 20px;
        height: 20px;
    }

    .features-container .feature {        ;
        margin-right: 30px;
    }
    .btn-trial {        
        font-size: 18px;        
    }
    .login-txt-desktop {
        font-size: 18px;       
    }
        .login-txt-desktop .login-link {
            font-size: 18px;           
        }
    .btn-trial {        
        height: 48px;        
    }
    .features-container {       
        margin: 45px 0;
    }
    .col-left {
        width: calc(100% - 400px);
    }
    .col-right {
        width: 400px;
    }
    .media-showcase {
        width: 400px;        
    }
}
    @media only screen and (max-width: 1200px) {
        .feature .title {
            font-size: 14px;
        }
        
        .btn-trial {
            height: 40px;
            min-width: 190px;

        }
        .login-txt-desktop {
            font-size: 14px;
        }
            .login-txt-desktop .login-link {
                font-size: 14px;
            }
        .or {            
            font-size: 12px;            
        }

        .col-left {
            width: calc(100% - 320px);
        }
        .col-right {
            width: 320px;
        }
        .media-showcase {
            width: 300px;
        }
        .heading-main {
            font-size: 28px;
            margin-bottom: 32px;
            margin-top: 32px;
        }
    }

@media only screen and (max-width: 992px) {
    .close-button {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
        height: 28px;
        width: 28px;
        right: 17px;
        top: -14px;
        padding: 4px;
    }

        .close-button > img {
            width: 10px;
            height: 10px;
        }
    .login-popup-inner .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .features-container {
        flex-direction: column;
        align-items: start;
        margin: 20px 0;
    }
        .features-container .feature {
            margin-right: 0;
            margin-bottom: 10px;
        }

    
}

@media only screen and (min-width: 769px) {
    /*.feature .icon > img {
       display:none;
    }*/
    /*.feature .icon > .desktop_icon {       
        display: block;
    }*/
}
    @media only screen and (max-width: 768px) {
        /*.feature .icon > .desktop_icon {           
            display: none;
        }*/
        /*.login-popup-inner {
            background-size: 100% 86px;
            background-image: url(../img/login-popup-background-mobile.png);
            height: 300px;
        }*/

        .heading-main {
            margin-bottom: 30px;
            font-size: 18px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #fffeff;
            margin-top: 34px;
        }

        #div_Signin {
            margin-bottom: 16px;
        }

        .col-left {
            width: calc(100% - 168px);
            padding-right: 0;
        }

        .col-right {
            width: 168px;
            position: relative;
        }

        .media-showcase {
            width: 148px;
            top: 21px;
            left: 0;
        }

        .btn-trial {
            height: 36px;
            min-width: 206px;
            border-radius: 24px;
            background-color: #41a3d2 !important;
            margin: 0 auto 15px;
            font-size: 14px;
        }

        .col-left.m {
            width: 100%;
            display: flex;
            flex-direction: column;
            padding-right: 15px;
        }

        .feature .icon > img {
            width: 23px;
            height: 23px;
        }

        .col-right.m {
            display: none;
        }

        .or {
            display: none;
        }

        .login-txt-desktop {
            text-align: center;
        }
    }

    @media only screen and (max-width: 440px) {
        .heading-main {
            margin-bottom: 20px;
            margin-top: 20px;
        }
    }

    @media only screen and (max-width: 385px) {
        .heading-main {
            font-size: 18px;
        }
    }

