 section.as_horoscope_new_wrapper {
            background-color: #161936;
            padding: 80px 150px
        }

        .sidebar-contact.active {
            right: 0;
        }

        .sidebar-contact.active .toggle {
            top: 60px;
            transition: 0.5s;
        }

        @-webkit-keyframes spin {
            0% {
                -webkit-transform: rotate(0)
            }

            100% {
                -webkit-transform: rotate(360deg)
            }
        }

        .sidebar-contact {
            position: fixed;
            top: 50%;
            right: -400px;
            transform: translateY(-50%);
            width: 400px;
            height: auto;
            padding: 0px;
            background: #fff;
            box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
            box-sizing: border-box;
            transition: 0.5s;
            z-index: 9999;
        }

        .sidebar-contact .toggle {
            position: absolute;
            height: 40px;
            width: 160px;
            text-align: center;
            cursor: pointer;
            background:
                linear-gradient(45deg, #ff7e00, #ffae42);
            color: white;
            top: 40%;
            transform: rotate(270deg);
            left: -100px;
            font-size: 18px;
            
            line-height: 34px;
        }

        .get-second {
            background: linear-gradient(-55deg, #f90, #ff7600);
            color: #fff;
            padding: 12px 20px 12px 20px;
            border-radius: 28px;
            cursor: pointer;
            font-size: .9rem;
            width: 100%;

        }

        .previous-link {
            float: left;

            cursor: pointer;
            font-size: .9rem;
            color: #666
        }

        .form-area select {
            -moz-appearance: none;
            -webkit-appearance: none;
            background: #f5f5f5;
            background-image: url('<?= base_url() ?>asset/front/img/arrow-svg-brown.svg');
            background-repeat: no-repeat;
            background-position: 94% center;
            background-size: 20px;
            padding-right: 24px;
            color: black;
            background-blend-mode: luminosity;
            border: none
        }

        .form-area select:focus {
            background: #f5f5f5 !important;
        }

        @keyframes zoom {
            from {
                transform: scale(1)
            }

            to {
                transform: scale(1.2)
            }
        }

        .as_horoscope_wrapper {
            padding: 70px 0 80px
        }




        .as_sign_box {
            padding: 10px 20px !important;

            position: relative;
            background-color: #fff;
            margin-top: 10px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 33px 0 rgba(75, 11.999999999999995, 11.000000000000005, .14);
            border-radius: 7px 7px 7px 7px
        }

        .as_sign_box:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        }

        .as_sign_box .as_sign {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            height: 70px;
            width: 70px;
            border-radius: 50%;
            background : linear-gradient(45deg, #ff7e00, #ffae42);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
            transition: all 0.3s ease;
        }

        .as_sign_box .as_sign svg {
            width: 40px;
            height: 40px;
        }

        .as_sign_box h5 {
            font-size: 16px;
            font-weight: 600;

            margin-bottom: 6px;
            line-height: 1.2;
        }

        .as_sign_box p {
            font-size: 12px;
            line-height: 18px;

            background : linear-gradient(45deg, #ff7e00, #ffae42);
            border-radius: 12px;
            padding: 4px 8px;
            display: inline-block;
            margin-top: 8px;
            max-width: 100%;
        }


        

        @media (max-width:1399px) {
            .as_sign_box {
                padding: 40px 10px
            }
        }

        @media (max-width:991px) {
            .as_heading {
                font-size: 28px
            }

         
        }

        @media (max-width:768px) {
            .as_sign_box {
                margin: 40;
                margin: 30px auto 0 !important
            }
        }

        @media (max-width:600px) {
            .as_sign_box {
                padding: 15px
            }
        }

        @media (max-width:480px) {
            .as_horoscope_wrapper {
                padding: 30px 0 40px
            }

            .sidebar-contact {
                width: 350px;
                right: -350px;
            }


            .as_service_wrapper {
                padding: 30px 0 40px
            }
        }

 @-webkit-keyframes spin {
            0% {
                -webkit-transform: rotate(0)
            }

            100% {
                -webkit-transform: rotate(360deg)
            }
        }

        .policy-txt {
            font-size: .8rem;
            padding: 0px 10px 10px 10px;
            color: black;

        }

        @keyframes spin {
            0% {
                transform: rotate(0)
            }

            100% {
                transform: rotate(360deg)
            }
        }

        @-webkit-keyframes pulse {
            0% {
                opacity: 0;
                background-position: center top;
                -moz-background-size: 0 auto;
                -o-background-size: 0 auto;
                -webkit-background-size: 0 auto;
                background-size: 0 auto
            }

            10% {
                opacity: 0
            }

            50% {
                opacity: 1;
                -moz-background-size: 75% auto;
                -o-background-size: 75% auto;
                -webkit-background-size: 75% auto;
                background-size: 75% auto
            }

            90% {
                opacity: 0
            }

            100% {
                opacity: 0;
                background-position: center bottom;
                -moz-background-size: 0 auto;
                -o-background-size: 0 auto;
                -webkit-background-size: 0 auto;
                background-size: 0 auto
            }
        }

        @-moz-keyframes pulse {
            0% {
                opacity: 0;
                background-position: center top;
                -moz-background-size: 0 auto;
                -o-background-size: 0 auto;
                -webkit-background-size: 0 auto;
                background-size: 0 auto
            }

            10% {
                opacity: 0
            }

            50% {
                opacity: 1;
                -moz-background-size: 75% auto;
                -o-background-size: 75% auto;
                -webkit-background-size: 75% auto;
                background-size: 75% auto
            }

            90% {
                opacity: 0
            }

            100% {
                opacity: 0;
                background-position: center bottom;
                -moz-background-size: 0 auto;
                -o-background-size: 0 auto;
                -webkit-background-size: 0 auto;
                background-size: 0 auto
            }
        }

        @-ms-keyframes pulse {
            0% {
                opacity: 0;
                background-position: center top;
                -moz-background-size: 0 auto;
                -o-background-size: 0 auto;
                -webkit-background-size: 0 auto;
                background-size: 0 auto
            }

            10% {
                opacity: 0
            }

            50% {
                opacity: 1;
                -moz-background-size: 75% auto;
                -o-background-size: 75% auto;
                -webkit-background-size: 75% auto;
                background-size: 75% auto
            }

            90% {
                opacity: 0
            }

            100% {
                opacity: 0;
                background-position: center bottom;
                -moz-background-size: 0 auto;
                -o-background-size: 0 auto;
                -webkit-background-size: 0 auto;
                background-size: 0 auto
            }
        }

        @keyframes pulse {
            0% {
                opacity: 0;
                background-position: center top;
                -moz-background-size: 0 auto;
                -o-background-size: 0 auto;
                -webkit-background-size: 0 auto;
                background-size: 0 auto
            }

            10% {
                opacity: 0
            }

            50% {
                opacity: 1;
                -moz-background-size: 75% auto;
                -o-background-size: 75% auto;
                -webkit-background-size: 75% auto;
                background-size: 75% auto
            }

            90% {
                opacity: 0
            }

            100% {
                opacity: 0;
                background-position: center bottom;
                -moz-background-size: 0 auto;
                -o-background-size: 0 auto;
                -webkit-background-size: 0 auto;
                background-size: 0 auto
            }
        }

        .scroll-down {
            margin: 0;
            transform: rotate(-90deg) scale(.5);
            -moz-border-radius: 100px;
            -webkit-border-radius: 100px;
            border-radius: 100px;
            position: absolute;
            left: -26px;
            top: -18px;
            width: 100px;
            height: 100px
        }

        .scroll-down a {
            display: block;
            opacity: 0;
            -moz-border-radius: 100px;
            -webkit-border-radius: 100px;
            border-radius: 100px;
            -moz-transition: all .4s ease;
            -o-transition: all .4s ease;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            line-height: 0;
            font-size: 0;
            color: transparent;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            height: 100%;
            -moz-background-size: 0 auto;
            -o-background-size: 0 auto;
            -webkit-background-size: 0 auto;
            background-size: 0 auto;
            -webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
            -moz-animation: pulse 1.5s 0s infinite normal ease forwards;
            -o-animation: pulse 1.5s 0s infinite normal ease forwards;
            animation: pulse 1.5s 0s infinite normal ease forwards;
            background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2020'%3E%3Cpath%20fill='%23FFFFFF'%20d='M21.85,7.16c0,0.309-0.118,0.617-0.353,0.853l-5.681,5.68c-0.471,0.471-1.233,0.471-1.704,0l-5.681-5.68c-0.47-0.471-0.47-1.233,0-1.704c0.471-0.47,1.234-0.47,1.704,0l4.828,4.828l4.828-4.828c0.472-0.47,1.234-0.47,1.704,0C21.731,6.543,21.85,6.852,21.85,7.16z'/%3E%3C/svg%3E");
            background-repeat: no-repeat
        }

        .scroll-down a:after,
        .scroll-down a:before {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20'%3E%3Cpath fill='%23FFFFFF' d='M21.85,7.16c0,0.309-0.118,0.617-0.353,0.853l-5.681,5.68c-0.471,0.471-1.233,0.471-1.704,0l-5.681-5.68c-0.47-0.471-0.47-1.233,0-1.704c0.471-0.47,1.234-0.47,1.704,0l4.828,4.828l4.828-4.828c0.472-0.47,1.234-0.47,1.704,0C21.731,6.543,21.85,6.852,21.85,7.16z'/%3E%3C/svg%3E") no-repeat center top;
            -moz-background-size: 100% auto;
            -o-background-size: 100% auto;
            -webkit-background-size: 100% auto;
            background-size: 100% auto
        }

        .scroll-down a:before {
            -webkit-animation: pulse 1.5s .25s infinite normal ease forwards;
            -moz-animation: pulse 1.5s .25s infinite normal ease forwards;
            -o-animation: pulse 1.5s .25s infinite normal ease forwards;
            animation: pulse 1.5s .25s infinite normal ease forwards
        }

        .scroll-down a:after {
            -webkit-animation: pulse 1.5s .5s infinite normal ease forwards;
            -moz-animation: pulse 1.5s .5s infinite normal ease forwards;
            -o-animation: pulse 1.5s .5s infinite normal ease forwards;
            animation: pulse 1.5s .5s infinite normal ease forwards
        }

        .form-title div.white {
            position: relative;
            padding: 16px;
            max-width: 400px;

            font-size: 1.1rem;
            opacity: 1;
            display: block;
            line-height: 32px;
            height: 100%;
            width: 100%;
        background : linear-gradient(45deg, #ff7e00, #ffae42);
            text-indent: 36px
        }

        .form-title div.white h1 {
            font-size: inherit;
        }

        .white {
            color: #fff
        }

        .bg-mute {

            background: #e0e0e0;
            padding: 8px;
            border-radius: 12px 0 0 12px;
            padding-left: 20px;
            font-size: .9em;
            font-weight: 500;
            color: black;
        }

        .form-area label.radio {


            border-radius: 0 10px 10px 0;
            width: 100%;
            text-align: center;
            font-size: .9em;
            color: #8e8e8e;
            line-height: 40px;
            background-color: #ffebb0
        }

        .form-area label.radio input {
            opacity: 0;
            position: absolute;

            display: inline;
            width: 1px;
            height: 1px
        }

        .no-credit-txt {

            width: 100%;
            text-align: center;
            font-size: .8em;

            color: #969696
        }