/* --------------------------------------------------- 
CSS RESET STYLE
 --------------------------------------------------- */

/*
font-family: 'Philosopher', sans-serif;
font-family: 'Poppins', sans-serif;
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

/* body {
    background-color: #f8f9fa !important;
} */

html, body {
    margin: 0;
    padding: 0;
    transition: all .4s ease-in-out;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

input {
    border: 1px solid #b0b0b0;
    padding: 3px 5px 4px;
    color: #979797;
    width: 190px;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    transition: all .2s ease-in-out;
}

hr {
    opacity: .12 !important;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
    background: transparent !important;
}



/* --------------------------------------------------- 
NEW ADDONS - STYLE
 --------------------------------------------------- */

.lightBg {
    background: #F2F5F7;
}

.na-section-heading {
    font-family: 'Philosopher', sans-serif;
    text-align: center;
}

    .na-section-heading h2 {
        font-size: 31px;
        color: #000000;
        font-weight: 700;
        position: relative;
        margin-bottom: 90px;
    }

        .na-section-heading h2:after {
            position: absolute;
            content: '';
            background: url(../images/heading-bottom-art.svg) no-repeat;
            width: 222px;
            height: 20px;
            left: 0;
            right: 0;
            top: 70px;
            z-index: 1;
            margin: auto;
        }

p {
    font-family: 'Poppins', sans-serif;
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}

/* BUTTONS */

.na-primaryBtn {
    background-color: #F48534;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-align: center;
    border-radius: 50px;
    margin-top: 30px;
    padding: 8px 12px;
    min-width: 160px;
    display: inline-block;
    box-shadow: 0px 16px 24px -8px rgb(244 133 52 / 60%);
    text-decoration: none;
}

    .na-primaryBtn:hover {
        background-color: #333;
        color: #fff;
        box-shadow: 0px 16px 24px -5px rgb(181 181 181 / 80%);
    }


/* MODEL */
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0 !important;
}

.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 8px !important;
    color: #000;
    background: #ccc url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
    border: 0;
    border-radius: 5rem !important;
    opacity: .5;
}

.phone-login-signup {
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 360px;
}

.otherModel {
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 220px !important;
}

.alrdyOTP {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 25px;
}

    .alrdyOTP strong {
        display: inline-flex;
    }

.loginSignup-Model {
    border-radius: 20px !important;
    /* overflow: hidden; */
}

    .loginSignup-Model .otpNumb input {
        margin: 0px 10px;
    }

.otpNumb .form-control {
    border-color: #666 !important;
}

.loginSignup-Model figure {
    margin: 0px;
}

    .loginSignup-Model figure img {
        width: 100%;
    }

.phone-login-signup h2 {
    font-family: 'Philosopher', sans-serif;
    list-style: none;
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin: 0px 0px 8px;
    padding-bottom: 0px;
    text-align: center;
}

.counrtyPhone {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
}

.phone-login-signup p {
    margin-bottom: 30px;
}

.phone-login-signup .form-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: left !important;
    color: #777777;
    display: block;
    margin: 13px 0px 12px;
    font-size: 14px;
}

.phone-login-signup input.phn-field.form-control {
    border-radius: 0px 10px 10px 0px !important;
    background-color: transparent;
}

.phone-login-signup .btn-outline-secondary {
    color: #6c757d;
    border-color: #ced4da;
    border-radius: 10px;
}

.phone-login-signup .form-control {
    border-radius: 10px !important;
    font-size: 14px !important;
    padding: 8px 10px 8px 15px !important;
}

.btn-phone-number {
    background-color: #F48534;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-align: center;
    border-radius: 50px;
    margin: 0px 0px 32px;
    padding: 8px 12px;
    min-width: 100%;
    border: none;
    display: inline-block;
    box-shadow: 0px 16px 24px -8px rgb(244 133 52 / 60%);
    text-decoration: none;
}

    .btn-phone-number:hover {
        background-color: #333;
        color: #fff;
        box-shadow: 0px 16px 24px -5px rgb(181 181 181 / 80%);
    }

label#lblmessage {
    font-family: 'Poppins', sans-serif;
    position: relative;
    top: -10px;
    font-size: 13px;
    background: #ff000017;
    border-radius: 10px;
    padding: 1px 10px;
}

p.login-terms {
    font-size: 13px;
    line-height: 21px;
    margin: 0px;
}

    p.login-terms a {
        color: #F48534;
        text-decoration: none;
        /*font-size: 15px;
    font-weight: 600;*/
    }

        p.login-terms a:hover {
            color: #333;
            text-decoration: none;
        }


/* --------------------------------------------------- 
HEADER / NAVIGATION / LOGO -- STYLE
 --------------------------------------------------- */

header {
    font-family: 'Poppins', sans-serif;
    background: #0C0B1D;
    padding: 15px 0px;
}

/*STICKY-HEADER*/

.sp-sticky {
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sp-sticky-child {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sp-sticky.sp-active {
    /* box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .4); */
}

.namoastroLogo {
    padding: 0px;
    float: left;
}

    .namoastroLogo span {
        background: url(../images/na-logo.svg);
        padding: 20px;
        width: 160px;
        height: 49px;
        display: block;
        background-size: 160px;
        background-repeat: no-repeat;
    }

/*LOGIN/SIGNUP STYLE*/

.naLoginSign {
    min-height: 50px;
    font-family: 'Poppins', sans-serif;
    float: left;
    padding: 0px 0px 0px 20px;
    border-left: 1px solid rgb(28 25 70);
    margin: 0px 0px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: stretch;
}

    .naLoginSign a {
        font-weight: 600;
        border: 1px solid #5899a1;
        border-radius: 15px;
        padding: 6px 10px;
        font-size: 12px;
        margin-right: 6px;
        text-decoration: none;
    }

        .naLoginSign a:first-child {
            border-color: #F48534;
            color: #fff;
            text-transform: uppercase;
            background: #F48534;
        }

        .naLoginSign a:last-child {
            margin-right: 0;
            border-color: #fff;
            background: #fff;
            color: #F48534;
            text-transform: uppercase;
        }

        .naLoginSign a:hover {
            background: #3F51B5;
            color: #fff;
            border: 1px solid #3F51B5;
        }


/* --------------------------------------------------- 
BANNER -- STYLE
 --------------------------------------------------- */

.na-lp-banner {
    background: url(../images/na-lp/lp-banner-bg.png);
    padding: 30px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.lp-ban-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 170px;
    padding: 0px 0px;
    text-align: center;
}

.na-lp-banner h1 {
    font-family: 'Philosopher', sans-serif;
    color: #fff;
    font-weight: 700;
    margin: 0px;
    font-size: 40px;
    padding-right: 0%;
}


/* LOGIN FORM */

.lp-login-form {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    padding: 24px 50px;
    border-radius: 20px;
}

    .lp-login-form h3 {
        font-family: 'Philosopher', sans-serif;
        list-style: none;
        font-size: 25px;
        color: #000;
        font-weight: 700;
        margin: 0px 0px 12px;
        padding-bottom: 0px;
        text-align: center;
    }

    .lp-login-form p {
        margin-bottom: 30px;
    }

    .lp-login-form .form-label {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        text-align: left !important;
        color: #777777;
        display: block;
        margin: 13px 0px 12px;
        font-size: 14px;
    }

    .lp-login-form input.phn-field.form-control {
        border-radius: 0px 20px 20px 0px !important;
    }

    .lp-login-form .btn-outline-secondary {
        color: #6c757d;
        border-color: #ced4da;
        border-radius: 20px;
        width: 100px;
    }

    .lp-login-form .form-control {
        border-radius: 10px !important;
        font-size: 14px !important;
        padding: 8px 20px !important;
    }

.btn-phone-number {
    background-color: #F48534;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-align: center;
    border-radius: 50px;
    margin: 0px 0px 32px;
    padding: 8px 12px;
    min-width: 100%;
    border: none;
    display: inline-block;
    box-shadow: 0px 16px 24px -8px rgb(244 133 52 / 60%);
    text-decoration: none;
}

    .btn-phone-number:hover {
        background-color: #333;
        color: #fff;
        box-shadow: 0px 16px 24px -5px rgb(181 181 181 / 80%);
    }

.lp-login-form p.login-terms {
    font-size: 13px;
    line-height: 21px;
    margin: 0px;
    color: #999;
}

    .lp-login-form p.login-terms a {
        color: #838383;
        text-decoration: none;
        font-weight: 600;
        font-size: 13px;
    }

        .lp-login-form p.login-terms a:hover {
            color: #F48534;
            text-decoration: none;
        }

/* --------------------------------------------------- 
ASTROLOGER STYLE
 --------------------------------------------------- */

.lpSection {
    padding: 40px 0px;
}

/* ATROLOGER CARD */

.toAstrologerOnly {
    background-color: #fff;
    box-shadow: 0px 12px 12px -5px rgb(192 200 205 /30%);
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0px 18px;
    transition: all .2s ease-in-out;
}

    .toAstrologerOnly:hover {
        box-shadow: 0px 12px 32px -5px rgb(192 200 205 / 90%);
    }

    .toAstrologerOnly a, a.forAstrologerCard, a.forAstrologerCard .na-for-astro-card-details ul h3, a.forAstrologerCard, .na-for-astro-card-details ul li {
        text-decoration: none;
    }

.forAstrologerCard {
    font-family: 'Poppins', sans-serif;
    border-radius: 0px;
    padding: 20px;
    /* min-height: 145px; */
    transition: .3s;
    display: flex;
    position: relative;
}

.na-for-astro-card-details ul {
    padding-left: 18px;
    margin-bottom: 0px;
}

    .na-for-astro-card-details ul h3 {
        font-size: 14px;
        color: #000000;
        font-weight: 700;
        margin-bottom: 7px;
    }

    .na-for-astro-card-details ul li {
        font-size: 13px;
        color: #888;
        font-weight: 400;
        margin-top: 0px;
    }

        .na-for-astro-card-details ul li.skls {
            color: #8e8f91;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            line-height: 18px;
            margin-bottom: 6px;
            min-height: 20px;
        }

        .na-for-astro-card-details ul li.langg {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }


.forAstrologerCard figure {
    background: #D1DAE1;
    margin: 0;
    width: 79px;
    height: 79px;
    border-radius: 100%;
    overflow: hidden;
}

    .forAstrologerCard figure img {
        width: 100%;
        /* width: 70px;
    height: 70px; */
        border-radius: 100%;
    }

.na-astro-online .na-statusOnline {
    position: absolute;
    right: 20px;
    top: 16px;
}

.na-astro-online .current-charges {
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-weight: 700;
}

    .na-astro-online .current-charges p {
        margin: 0px;
    }

.na-astro-more-info {
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    border-top: 1px solid #ebedef;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

    .na-astro-more-info .na-profile-rating {
        margin: 8px 0px;
        float: left;
        font-size: 14px;
    }

        .na-astro-more-info .na-profile-rating p {
            margin: 0px 0px 0px 10px;
            float: right;
            line-height: 18px;
        }

/* RATING */
.stars {
    margin: 0px 0 0 5px;
    width: 84px;
    height: 17px;
    background: url(../images/na-lp/astro-blank-stars.png) no-repeat;
    background-position: 0;
    display: block;
    float: left;
}

    .stars .rating {
        background: url(../images/na-lp/astro-fill-stars.png) no-repeat;
        background-position: 0;
        height: 17px;
    }

/* .na-profile-rating i {
    font-size: 14px;
    margin: -1px;
    position: relative;
    top: -2px;
    color: #F3AB21;
} */

.user-useful-btns .callAstro-btn {
    font-family: 'Poppins', sans-serif;
    padding: 6px 12px;
    background: #4DCD90;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    min-width: 70px;
    display: inline-block;
    transition: all .2s ease-in-out;
}

.user-useful-btns .chatAstro-btn {
    font-family: 'Poppins', sans-serif;
    padding: 8px 12px;
    background: #46A6FF;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    min-width: 70px;
    display: inline-block;
    margin-left: 20px;
    transition: all .2s ease-in-out;
}

    .user-useful-btns .callAstro-btn:hover, .user-useful-btns .chatAstro-btn:hover {
        background: #333;
        color: #fff;
    }


/* --------------------------------------------------- 
FAQ'S STYLE
--------------------------------------------------- */

.accordion-header .accordion-button {
    font-family: 'Philosopher', sans-serif;
    color: #333 !important;
    font-size: 18px;
    margin: 0px 0px;
    font-weight: 700;
}

.accordion-body {
    font-family: 'Poppins', sans-serif;
    color: #666666 !important;
    font-size: 14px;
    line-height: 25px;
    padding: 0px 2rem 1rem 1.25rem !important;
}

button:focus:not(:focus-visible) {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #F48534 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    margin-bottom: 0px;
    font-size: 18px !important;
    padding: 1rem 1.25rem 0.4rem 1.25rem !important;
}

.icon {
    background-color: red;
    -webkit-mask: url(icon.svg) no-repeat 50% 50%;
    mask: url(icon.svg) no-repeat 50% 50%;
}

.accordion-item {
    border-bottom: 1px solid #e7e7e7 !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    background-color: transparent !important;
}

    .accordion-item:last-child {
        border: none !important;
    }

.accordion-button::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.65 9.35V11.9C7.65 12.1408 7.7316 12.3428 7.8948 12.506C8.058 12.6692 8.25973 12.7506 8.5 12.75C8.74083 12.75 8.94285 12.6684 9.10605 12.5052C9.26925 12.342 9.35057 12.1403 9.35 11.9V9.35H11.9C12.1408 9.35 12.3428 9.2684 12.506 9.1052C12.6692 8.942 12.7506 8.74027 12.75 8.5C12.75 8.25917 12.6684 8.05715 12.5052 7.89395C12.342 7.73075 12.1403 7.64943 11.9 7.65H9.35V5.1C9.35 4.85917 9.2684 4.65715 9.1052 4.49395C8.942 4.33075 8.74027 4.24943 8.5 4.25C8.25917 4.25 8.05715 4.3316 7.89395 4.4948C7.73075 4.658 7.64943 4.85973 7.65 5.1V7.65H5.1C4.85917 7.65 4.65715 7.7316 4.49395 7.8948C4.33075 8.058 4.24943 8.25973 4.25 8.5C4.25 8.74083 4.3316 8.94285 4.4948 9.10605C4.658 9.26925 4.85973 9.35057 5.1 9.35H7.65ZM8.5 17C7.32417 17 6.21917 16.7767 5.185 16.3302C4.15083 15.8837 3.25125 15.2782 2.48625 14.5137C1.72125 13.7487 1.11577 12.8492 0.6698 11.815C0.223833 10.7808 0.000566667 9.67583 0 8.5C0 7.32417 0.223267 6.21917 0.6698 5.185C1.11633 4.15083 1.72182 3.25125 2.48625 2.48625C3.25125 1.72125 4.15083 1.11577 5.185 0.6698C6.21917 0.223833 7.32417 0.000566667 8.5 0C9.67583 0 10.7808 0.223267 11.815 0.6698C12.8492 1.11633 13.7487 1.72182 14.5137 2.48625C15.2787 3.25125 15.8845 4.15083 16.331 5.185C16.7776 6.21917 17.0006 7.32417 17 8.5C17 9.67583 16.7767 10.7808 16.3302 11.815C15.8837 12.8492 15.2782 13.7487 14.5137 14.5137C13.7487 15.2787 12.8492 15.8845 11.815 16.331C10.7808 16.7776 9.67583 17.0006 8.5 17ZM8.5 15.3C10.3983 15.3 12.0062 14.6412 13.3237 13.3237C14.6412 12.0062 15.3 10.3983 15.3 8.5C15.3 6.60167 14.6412 4.99375 13.3237 3.67625C12.0062 2.35875 10.3983 1.7 8.5 1.7C6.60167 1.7 4.99375 2.35875 3.67625 3.67625C2.35875 4.99375 1.7 6.60167 1.7 8.5C1.7 10.3983 2.35875 12.0062 3.67625 13.3237C4.99375 14.6412 6.60167 15.3 8.5 15.3Z' fill='%23333333'/%3E%3C/svg%3E%0A") !important;
    opacity: 0.6 !important;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-137deg) !important;
    opacity: 1 !important;
}


/* --------------------------------------------------- 
STEPS STYLE
--------------------------------------------------- */

.steps figure {
    margin: 0 0 0.5rem;
}

.steps-content {
    font-family: 'Poppins', sans-serif;
    color: #333;
    font-size: 15px;
    line-height: 25px;
    padding: 0px 18%;
    font-weight: 700;
}


/* --------------------------------------------------- 
TESTIMONIALS -- STYLE
 --------------------------------------------------- */

.na-testimonials-block {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 12px 12px -5px rgb(0 0 0 / 10%);
    margin: 20px 30px 20px;
    padding: 30px;
    min-height: 400px;
}

    .na-testimonials-block p {
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

img.quoteIcon {
    position: relative;
    top: -43px;
    text-align: center;
    width: 43px !important;
    margin: 0px auto -20px;
}

.na-testimonials-block figure {
    width: 50px;
    height: 50px;
    margin: 20px auto 10px;
    border-radius: 60px;
    overflow: hidden;
}

    .na-testimonials-block figure img {
        width: 100%;
    }

.na-testimonials-block h5 {
    font-family: 'Philosopher', sans-serif;
    margin: 15px 0px 0px;
    font-size: 16px;
    color: #F48534;
}

    .na-testimonials-block h5 span {
        display: block;
        font-size: 14px;
        color: #333;
        font-family: 'Poppins', sans-serif;
        font-size: 14px !important;
        margin-top: 5px;
    }


/*CAROUSEL*/
button.owl-prev, button.owl-next {
    color: #F48534;
    font-size: 14px;
    margin: 12px;
    padding: 0px 5px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #F48534;
}

.owl-nav .owl-prev {
    left: 0px;
    top: 45%;
    position: absolute;
}

.owl-nav .owl-next {
    right: 0px;
    top: 45%;
    position: absolute;
}

button.owl-prev:focus:not(:focus-visible), button.owl-next:focus:not(:focus-visible) {
    border: 1px solid !important;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

button:focus:not(:focus-visible) {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}


/* FOOTER */

.lpFooter {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    padding: 40px 0px 30px;
}

    .lpFooter ul {
        padding: 0px;
        text-align: center;
    }

        .lpFooter ul li {
            display: inline-block;
        }

            .lpFooter ul li a {
                font-size: 14px;
                color: #666;
                text-decoration: none;
            }

                .lpFooter ul li a:hover {
                    color: #F48534;
                }

        .lpFooter ul span {
            color: #CCCCCC;
            margin: 0px 11px;
        }

    .lpFooter p {
        margin: 0px;
        font-size: 13px;
        color: #999;
    }


/* --------------------------------------------------- 
RESPONSIVE STYLE
--------------------------------------------------- */

@media screen and (max-width:768px) {

    /* MODEL */
    .phone-login-signup {
        padding: 30px 25px;
    }

    .form-control {
        width: 185px !important;
    }

    .otpNumb .form-control {
        width: 1% !important;
    }

    /* HEADER STYLE */
    header {
        padding: 10px 0px;
    }

    .na-lp-banner {
        padding: 30px 0px;
    }

    .namoastroLogo {
        padding: 0px;
        float: none;
        text-align: center;
    }

        .namoastroLogo span {
            width: 150px;
            height: 46px;
            background-size: 150px;
            margin: auto;
        }

    .naLoginSign {
        text-align: center;
        margin: 10px 0px 0px;
        padding: 18px 0px 0px 0px;
        border-top: 1px solid rgb(66 34 124);
        border-left: none;
        margin-left: 0;
        width: 100%;
    }

        .naLoginSign a {
            border: 1px solid #5899a1;
            border-radius: 45px;
            padding: 10px 30px;
            font-size: 12px;
            margin-right: 6px;
            text-decoration: none;
            margin: 10px;
            display: inline-block;
        }


    /* BANNER STYLE */

    .lp-ban-text figure {
        margin-bottom: 8px;
    }

    .lp-ban-text img {
        width: 60%;
    }

    .lp-ban-text {
        min-height: auto;
        padding: 0px;
        text-align: center;
    }

    .na-lp-banner h1 {
        margin: 0px 0px 0px;
        font-size: 28px;
        line-height: 35px;
    }

    .lp-ban-text span {
        font-size: 33px;
        display: block;
    }

    .lp-login-form {
        padding: 25px 28px;
    }

        .lp-login-form h3 {
            font-size: 23px;
            line-height: 32px;
        }

    .na-section-heading h2 {
        font-size: 25px;
        margin-bottom: 25px;
        line-height: 32px;
    }

        .na-section-heading h2:after {
            display: none;
        }

    .na-Testimonials-wrap {
        padding: 40px 0px;
    }

    .na-testimonials-block {
        min-height: auto;
    }

    .forAstrologerCard {
        padding: 10px 10px;
    }

    li.expr {
        font-size: 12px !important;
    }

    .na-astro-online .current-charges {
        right: 20px;
        bottom: 3px;
    }


    .dd {
        position: relative !important;
    }
}

/* -------------------------------------------------------------------------------- max-width:768px -- Ends*/
