@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&amp;display=swap');

body {
    margin: 0;
    padding: 0;
    color: #ec9878;
    font-family: "Outfit", sans-serif;
}
/*font-family: "Anton", sans-serif;*/
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #000;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}

.main {
    margin: auto;
    padding: 0;
    width: 92%;
}

a {
    color: #000000;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #000;
        text-decoration: none;
    }

img {
    max-width: 100%;
}

p {
    margin: 0px;
}

.bi {
    display: inline-block;
    vertical-align: -0.125em;
    fill: currentcolor;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/*START HEADER SECTION */

/* start top head section */

.topheader-section {
    background: url(../images/header-background.jpg) no-repeat;
    padding: 4px 0 0;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

    .topheader-section:before {
        background: url(../images/stars.png) repeat;
        background-position: left;
        position: absolute;
        width: 100%;
        z-index: -9;
        height: 100%;
        background-attachment: fixed;
        content: "";
        animation: orbit-clock-wise 240s infinite linear;
    }

@-webkit-keyframes orbit-clock-wise {
    0% {
        opacity: 0.4;
        -webkit-transform: rotate(0deg);
    }

    2% {
        opacity: 0.8;
    }

    4% {
        opacity: 0.2;
    }

    5% {
        opacity: 1;
    }

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

.head-right2 {
}

.head-right1 ul li {
    list-style: none;
    display: inline-block;
    text-transform: capitalize;
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 24px;
}

    .head-right1 ul li a {
        font-size: 20px;
        color: #000000;
        display: block;
        padding: 6px 30px 6px 11px;
        border-radius: 33px;
        font-weight: 600;
        background: #fff;
    }

        .head-right1 ul li a svg {
            height: 27px;
            width: 30px;
            margin: -6px 0 0;
        }
/* end top head section*/

/* Start navigation section  */


.navigation {
    border-top: 1px solid #ffffff38;
    padding: 4px 10px 5px;
    margin: 7px 0 0;
    background:#AF3A4C;
    border-bottom: 1px solid #ffffff38;
}

.fixed-top {
    position: fixed;
    top: 0;
    padding: 8px 0 8px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1030;
    height: auto;
    background: #b25762;
}

    .fixed-top .navigation {
        border: 0;
        padding: 0;
    }

.navbar ul li {
    padding: 0 20px;
    text-transform: uppercase!important;
    font-size: 16px;
}

    .navbar ul li svg {
        fill: #eaa142;
    }

    .navbar ul li a {
        color: #ffffff;
        padding: 0px 0px !important;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 18px;
        display: inline-block;
    }

.nav-link:focus, .nav-link:hover {
    color: #fff;
}

.navbar-toggler {
    margin: 0 0 0 auto;
    border: 0 !important;
    !i padding: 0;
    display: block;
    padding: 0;
    height: 40px;
    width: 39px;
}

    .navbar-toggler:focus {
        border: 0 !important;
        padding: 0;
        border-radius: 0;
        border-width: 0 !important;
        box-shadow: none;
    }

.toggle-icon {
    height: 2px;
    margin: 6px 0;
    padding: 0;
    width: 100%;
    background: #ffffff;
    display: block;
}
/* end navigation section */


/* start header slide section*/

.header-left1 {
}

.text-header a {
    padding: 5px 16px;
    display: inline-block;
    color: #fff;
    background: #ac3654;
    margin: 0 10px;
    text-transform: capitalize;
    font-size: 20px;
}

.text-header strong {
    display: block;
    line-height: normal;
    color: #fff;
    font-weight: 600;
    text-shadow: -5px 1px #000;
    font-size: 50px; text-transform:uppercase
}

.text-header p {
    color: #fff;
    line-height: 27px;
    padding: 8px 0 13px;
    font-size: 20px;
}

.text-header span {
    display: block;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FC7F00;
}






.header-right1 {
    text-align: center;
    padding: 0;
}

.circle {
    position: absolute;
    right: -17%;
    bottom: -31%;
    z-index: -9;
    animation: circle 40s linear infinite;
}

@keyframes circle {
    0% {
        transform: rotate(0deg);
        opacity: 0.1;
    }

    100% {
        transform: rotate(360deg);
        opacity: 0.3;
    }
}

.circle img {
    height: 760px;
    filter: brightness(0) invert(1);
}

.image-client img {
}
/* end header slide section*/
/* END HEADER SECTION*/

/* start horoscope section  */

.horoscope-sec {
    padding: 60px 0 50px;
}

.horoscope-heading b {
    display: block;
    margin: 0 auto;
    height: 60px;
    width: 60px;
    border: 1px solid #ac4361;
    border-radius: 50%;
    line-height: 56px;
    background: radial-gradient(#c35a797d 30%, transparent 60%);
}

    .horoscope-heading b svg {
        height: 30px;
        fill: #ac3452;
        width: 30px;
    }

.horoscope-heading strong {
    font-size: 44px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
}

    .horoscope-heading strong span {
        color: #ac3654;
    }

.zodiac-img1 {
    padding: 10px;
    text-align: center;
}

    .zodiac-img1 span {
        display: block;
        padding: 10px;
        border: 1px solid #fee3e2;
    }

    .zodiac-img1 img {
        width: 140px;
    }

    .zodiac-img1:hover span {
        background: #fee3e2;
    }
/* end horoscope section */

/* start top services section */

.topservices-section {
    padding: 58px 0 40px;
    position: relative;
    z-index: 5;
    background: #a824241a;
}

.topservices-heading strong {
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 44px;
    position: relative;
}

.topservices-heading span {
    color: #ac3654;
}

.topservices-heading b {
    display: block;
    margin: 0 auto;
    height: 60px;
    width: 60px;
    border: 1px solid #ac4361;
    border-radius: 50%;
    line-height: 56px;
    background: radial-gradient(#672d9d38 30%, transparent 60%);
}

    .topservices-heading b svg {
        height: 38px;
        fill: #672d9d;
        width: 38px;
    }

.topservices-heading .line-arrow {
    height: 4px;
    width: 149px;
    background: #fc9704;
    margin: 0 5px 0 2px;
}

.topservices-heading .rou-arrow {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    position: relative;
    margin-left: 5px;
}

    .topservices-heading .rou-arrow:after {
        width: 5px;
        height: 5px;
        background: #bb0000;
        border-radius: 50px;
        position: absolute;
        top: 0.9px;
        left: -8px;
        content: "";
    }

.topservices-heading p {
    color: #3f3f3f;
    text-transform: uppercase;
    font-weight: 600;
    margin: -2px 0 0;
}


.topservices-1 {
    padding: 10px;
}

.topservices-2 {
    padding: 0 0 0px 0;
    background: #fff;
    position: relative;
    border: 1px solid #e7e7e7;
}

    .topservices-2 strong {
        text-transform: uppercase;
        font-weight: 700;
        color: #000000;
        font-size: 21px;
        padding: 20px 0px 4px 23px;
    }

    .topservices-2 a {
        width: fit-content;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px 15px 10px 15px;
        margin: 20px 10px 30px 26px;
        background: green;
        border-radius: 6px;
    }

    .topservices-2 p {
        font-size: 16px;
        line-height: 28px;
        color: #363636;
        padding: 0px 13px 0 25px;
    }
/* end top services section */


/* start astrology section */

.astrology-section {
    padding: 70px 0 60px;
}

.astrology-right1 b {
    display: block;
    text-align: center;
    margin: 0 auto 0 0;
    height: 60px;
    width: 60px;
    border: 1px solid #ac4361;
    border-radius: 50%;
    line-height: 56px;
    background: radial-gradient(#c35a7917 30%, transparent 60%);
}

    .astrology-right1 b svg {
        height: 40px;
        fill: #ac3452;
        width: 40px;
    }

.astrology-right1 {
    padding: 0 0 0 0px;
}

    .astrology-right1 p {
        color: #383838;
        line-height: 30px;
        font-size: 16px;
        font-weight: 400;
        padding: 10px 0 0;
    }

    .astrology-right1 strong {
        color: #000000;
        text-transform: capitalize;
        font-weight: 600;
        line-height: 55px;
        font-size: 45px;
        position: relative;
    }

        .astrology-right1 strong span {
            color: #ac3452;
        }
/* end astrology section*/

/* start pay section */

.pay-section {
    padding: 50px 0;
}

.pay-1 {
    padding: 5px;
}

.pay-2 {
    padding: 18px;
    position: relative;
    text-align: center;
    background: radial-gradient(#ba080a, #382843);
    border-radius: 30px;
    background: linear-gradient(45deg, #560b54, #ac3654);
}

    .pay-2 span {
        display: block;
        padding: 0px 0 11px 0;
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
    }

    .pay-2 p {
        font-size: 16px;
        padding: 0;
        color: #ffffff;
        text-transform: capitalize;
        font-weight: 500;
    }

    .pay-2 a {
        background: #ffffff;
        padding: 6px 10px;
        display: inline-block;
        font-size: 19px;
        font-weight: 600;
    }

/* end pay section*/

/* start about us section */

.aboutus-section {
    padding: 60px 0 50px;
}

.aboutus-left1 {
    padding: 10px;
}

.aboutus-left2 {
    padding: 20px 20px 0;
    border: 1px solid #ffd789;
    border-bottom: 0;
}

.content-design p {
    font-size: 16px;
    line-height: 32px;
    padding: 0 0 7px 0;
    color: #222;
}

.content-design img {
    float: left;
    margin: 0 20px 0 0px;
    height: 260px;
}

.content-design p i {
    font-weight: 600;
    font-style: normal;
}

.content-design ul, ol {
    padding: 0 0 20px 0;
    margin: 0;
    list-style: none;
}

    .content-design ul li {
        list-style: none;
        font-size: 16px;
        color: #fff;
        margin: 10px 0 0px 0;
        padding: 0 0 0 30px;
        position: relative;
    }

        .content-design ul li:before {
            font-weight: 400;
            position: absolute;
            color: #fff;
            top: -5px;
            text-align: center;
            left: 0px;
            font-size: 22px;
            content: "\2734";
            line-height: normal;
            font-family: 'Glyphicons Halflings';
            border-radius: 50%;
        }

.content-design em {
    font-size: 20px;
    padding: 9px 21px;
    background: #ac3452;
    width: fit-content;
    font-style: normal;
    margin: 29px 0 14px;
    display: block;
    font-weight: 600;
    color: #ffffff;
    border-radius: 30px;
}
/* end about us section*/


/* start services section   */

.services-section {
    padding: 60px 0 40px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(#cd4e5736, transparent);
}

.circle-1 {
    position: absolute;
    left: 0;
    top: -40px;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: -9;
    animation: circle 40s linear infinite;
    height: 100%;
}

    .circle-1 img {
        height: 100%;
    }

.services-1 {
    padding: 10px;
}

.services-2 {
    padding: 30px 20px 30px;
    background: #fff;
}

    .services-2 span {
        display: block;
        height: 200px;
        width: 200px;
        border-radius: 50%;
        margin: 0 auto;
        text-align: center;
        line-height: 97px;
        position: relative;
    }

        .services-2 span svg {
            height: 66px;
            width: 80px;
            fill: #fff;
        }

    .services-2 p {
        font-size: 15px;
        color: #4a4a4a;
        line-height: 27px;
        padding: 0px 0 0;
    }

    .services-2 strong {
        font-size: 25px;
        text-transform: capitalize;
        font-weight: 700;
        color: #000000;
        padding: 10px 0 2px;
        display: block;
        text-align: center;
    }

    .services-2 a {
        color: #fff;
        background: #ac3654;
        border-radius: 8px;
        font-weight: 500;
        padding: 6px 15px 6px;
        font-size: 15px;
        text-transform: uppercase;
        display: block;
        position: relative;
        width: fit-content;
        margin: 19px auto 0;
    }

/* end services section */

/* start faq section */

.faq-section {
    padding: 50px 0;
    position: relative;
    background: #fff8ef;
}

.faq-1 {
    padding: 0 16px;
    position: relative;
    z-index: 5;
}

.faq-2 {
    padding: 20px 23px 20px;
    background: #fff;
}

    .faq-2 strong {
        font-size: 22px;
        color: #ac3654;
        font-weight: 600;
        padding: 0px 0 5px 0;
        text-transform: capitalize;
        border-bottom: 1px solid #d9d9d9;
        display: block;
        margin: 0 0 8px;
    }

    .faq-2 p {
        color: #000000;
        line-height: 27px;
        font-size: 16px;
        padding: 1px 0 0;
    }

.card {
    padding: 20px 23px 20px;
    border-radius: 10px;
    border: 0;
    background: transparent;
    position: relative;
}

    .card:nth-child(odd) {
        padding: 30px 30px 30px 30px;
    }

    .card:nth-child(even) {
        padding: 30px 30px 30px 0;
    }
    /* Global ::before */
    .card:before {
        content: "";
        position: absolute;
        width: 50%;
        border: solid #f18653;
        z-index: -9;
    }

    /* Setting the border of top, bottom, left */
    .card:nth-child(odd)::before {
        left: 0px;
        top: -4.5px;
        bottom: -0.5px;
        border-width: 5px 0 5px 5px;
        border-radius: 50px 0 0 50px;
    }
/* Setting the border of top, bottom, right */
.faq-1:nth-child(even) .card:before {
    right: 0;
    top: -4px;
    left: auto;
    bottom: 0;
    border-width: 5px 5px 5px 0;
    border-radius: 0 50px 50px 0;
    border-top: 5px solid #f18653;
}

/* Removing the border if it is the first card */
.faq-1:first-child .card::before {
    border-top: 0;
    border-top-left-radius: 0;
}

/* Removing the border if it is the last card  and it's odd */
.faq-1:last-child:nth-child(odd):before {
    border-bottom: 0;
    border-bottom-left-radius: 0;
}

/* Removing the border if it is the last card  and it's even */
.card:last-child:nth-child(even):before {
    border-bottom: 0;
    border-bottom-right-radius: 0;
}
/* end faq section */

/* start testimonials section  */

.testimonials {
    padding: 60px 0 30px;
}

.client {
    margin: 20px 0 0;
}

.testimonials1 {
    padding: 13px;
}

.testimonials2 {
    border-radius: 17px;
    padding: 30px 20px;
    position: relative;
    background: url(../images/stars.png) no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
}

    .testimonials2:before {
        left: 0;
        top: 0;
        right: 0;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: url(../images/header-background.jpg) no-repeat;
        padding: 4px 0 0;
        border-radius: 17px;
        background-size: cover;
        z-index: -9;
        background-position: bottom;
    }

.qoute {
    display: block;
    position: absolute;
    bottom: 0;
    opacity: 0.2;
    top: auto;
    height: 30%;
    color: #ffffff;
    right: 0;
    z-index: -9;
}

    .qoute .bi {
        height: 5.8rem;
        width: 5.9rem;
    }

.testimonials3 p {
    color: #ffffff;
    font-weight: 500;
    line-height: 30px;
    font-size: 16px;
    padding: 0px 0 0 0;
}

.testimonials3 aside b {
    padding: 0 1px;
    color: #e79f41;
}

    .testimonials3 aside b svg {
        height: 40px;
        width: 100px;
    }

.testimonials3 aside {
    padding: 11px 0 13px 0;
    position: relative;
    text-align: center;
}

.testimonials4 strong {
    padding: 7px 15px 7px;
    font-size: 16px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    background: #fff;
    color: #000000;
}

.testimonials4 span {
    font-size: 16px;
    padding: 0 0 0 4px;
    font-weight: 500;
    color: #a63451;
    display: inline-block;
    text-transform: uppercase;
}

.testimonials4 img {
    border-radius: 50%;
    display: block;
    margin: 0 auto 12px 0px;
    padding: 0 7px 0 0px;
    height: 60px;
}

.testimonials3 strong {
    padding: 0px 0 0;
    text-align: left;
    font-size: 16px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
}

.testimonials3 i {
    font-size: 16px;
    padding: 0 0 0 4px;
    font-weight: 500;
    color: #eaa142;
    display: inline-block;
    float: right;
    text-transform: uppercase;
}

.click-testimonials a {
    border: 1px solid #b7934233;
    font-weight: 400;
    color: #e79f41;
    padding: 11px 29px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 auto;
    border-radius: 40px;
}

    .click-testimonials a svg {
        margin: -2px 4px 0 4px;
    }

    .click-testimonials a:nth-child(2) {
        margin: 0 10px 0 10px;
    }
/* end testimonials section  */

/*start why choose us section */

.chooseus-section {
    padding: 50px 0 40px;
}

.choose-1 {
    padding: 5px 12px;
}

.choose-2 {
    padding: 16px 8px 13px;
    box-shadow: 0 0 11px 0px #aeaeae38;
    border-radius: 12px;
}

    .choose-2 span img {
        height: 71px;
    }

    .choose-2 p {
        color: #303030;
        text-transform: capitalize;
        padding: 9px 0 0;
        font-size: 18px;
        font-weight: 500;
    }

    .choose-2 b {
        font-size: 22px;
        font-weight: 800;
        padding: 7px 0 0;
        color: #a44b67;
        display: block;
    }

    .choose-2:hover {
        background: #fee3e2;
    }
/* end why choose us section*/


/* start footer section */

.footer {
    background: url(../images/header-background.jpg) no-repeat;
    padding: 50px 0 50px 0;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

    .footer:before {
        background: #58355687;
        background-position: left;
        position: absolute;
        width: 100%;
        z-index: -9;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        content: "";
    }

    .footer:after {
        background: url(../images/stars.png) repeat;
        background-position: left;
        position: absolute;
        width: 100%;
        z-index: -9;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background-attachment: fixed;
        content: "";
        animation: orbit-clock-wise 240s infinite linear;
    }

.footer-bottom {
    position: relative;
}

.flag {
    position: absolute;
}

.footer-heading strong {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    background: #ac3654;
    margin: 0px 0 17px 0;
    font-weight: 700;
    width: fit-content;
    padding: 5px 10px;
}

.footer-center1 {
    padding: 0px 50px 10px 0px;
}

    .footer-center1:last-child {
        border: 0;
        padding-left: 50px;
    }

.footer-center2 {
    padding: 0px 0px 0px;
}

.text-centent p {
    color: #ffffff;
    line-height: 32px;
    font-size: 17px;
    text-align: justify;
    padding: 0;
}

.social-footer ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 7px 0 0;
}

.social-footer li a {
    color: #000000;
    height: 35px;
    line-height: 39px;
    width: 35px;
    display: inline-block;
    background: #faa11a;
    border-radius: 22%;
    text-align: center;
}

    .social-footer li a .bi {
        height: 17px;
        width: 17px;
    }

.note a {
    color: #fff;
    border-radius: 8px;
    background: #ac3654;
    padding: 5px 30px;
    font-weight: 600;
    margin: 23px 0 0 20px;
    font-size: 25px;
    display: inline-block;
    text-transform: capitalize;
}

.note .chat-astro {
    background: #fff;
    color: #000;
}

.footer-copy {
    justify-content: center;
    align-items: center;
    padding: 40px 0 0;
}

.icon-social li {
    list-style: none;
    display: inline-block;
    padding: 0 3px;
}

    .icon-social li a {
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        border-radius: 110px;
        height: 30px;
        line-height: 28px;
        width: 30px;
        background: #ffaa0042;
    }

        .icon-social li a .bi {
            height: 0.8rem;
            width: 0.8rem;
        }

.footer-list {
}

    .footer-list ul {
        padding: 0;
        list-style: none;
        margin: 0;
    }

        .footer-list ul li {
            padding: 5px 0px 5px 18px;
            font-size: 15px;
            font-weight: 300;
            color: #fff;
            position: relative;
            text-transform: capitalize;
        }

            .footer-list ul li:before {
                position: absolute;
                color: #ffa962;
                top: -7px;
                left: -6px;
                font-size: 33px;
                content: "\1051";
                font-family: 'Glyphicons Halflings';
            }

.footer-navigation {
    padding: 0px 0px 0px 0px;
    margin: 0px 0 0 0;
}

    .footer-navigation ul li {
        padding: 0px 0 0px 50px;
        font-size: 17px;
        margin: 15px 0 0 0;
        color: #fff;
        text-align: left;
        font-weight: 300;
        display: inline-block;
        text-transform: capitalize;
        list-style: none;
        position: relative;
    }

        .footer-navigation ul li:before {
            position: absolute;
            background: #e6e6e600 30%;
            top: -5px;
            left: 0px;
            color: #ffa900;
            font-size: 24px;
            content: "\279f";
            line-height: normal;
            font-family: 'Glyphicons Halflings';
        }

        .footer-navigation ul li a {
            display: block;
            color: #fff;
        }

.footercontact-heading strong {
    font-size: 21px;
    text-transform: uppercase;
    display: block;
    text-align: left;
    font-weight: 700;
    color: #faa11a;
}

.footercontact-heading ul {
    padding: 11px 0 0 0;
    margin: 0;
    text-align: left;
    list-style: none;
}

    .footercontact-heading ul li {
        display: block;
        margin: 12px 0px 12px 0px;
        color: #fff;
        position: relative;
        padding: 10px 0 4px 33px;
    }

        .footercontact-heading ul li a {
            color: #ffffff;
            display: block;
        }

        .footercontact-heading ul li .bi {
            height: 19px;
            color: #ac3654;
            width: 19px;
            margin: 0px 0 0px 0;
        }

        .footercontact-heading ul li b {
            height: 38px;
            text-align: center;
            width: 38px;
            background: #ffffff;
            border-radius: 50%;
            display: block;
            position: absolute;
            line-height: 43px;
            left: 0;
            top: 5px;
        }

        .footercontact-heading ul li span {
            margin: 0 0 0 14px;
            display: inline-block;
            font-size: 17px;
        }

.note strong {
    font-weight: 700;
    padding: 4px 20px 3px;
    font-size: 23px;
    text-transform: capitalize;
    margin: 0 0 0px 0;
    display: inline-block;
    color: #000000;
    background: #ffffff;
}

.note p {
    color: #ffffff;
    font-size: 24px;
    border-bottom: 1px solid #faa11a;
    margin: 0;
    display: inline-block;
    font-weight: 500;
}

    .note p b {
        font-weight: 700;
        color: #ff9db6;
    }

.note {
    padding: 0px 0 44px 0px;
}
/* end footer section */

/* start copy right section */

.copy-section {
    padding: 12px 0 12px;
    background: #000;
}

.copy p {
    color: #fff;
    margin: 30px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #a44276;
}

    .copy p a {
        color: #faa11a;
    }

    .copy p b {
        display: inline-block;
        width: 2px;
        height: 30px;
        margin: -8px 5px -8px 5px;
        padding: 0 0px;
        background: #838383;
    }

.footer-logos ul li {
    display: inline-block;
    margin: 0 8px 0 0;
}

    .footer-logos ul li img {
        height: 33px;
    }
/* end copy right section*/



.fixed-icon-whatsapp a:nth-child(1) {
    left: 38px;
}

.fixed-icon-whatsapp a {
    font-weight: 500;
    font-size: 28px;
    position: fixed;
    right: 38px;
    color: #fff !important;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    z-index: 9999999;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
    bottom: 40px;
    text-transform: capitalize;
    height: 60px;
    width: 60px;
    line-height: 60px;
}

    .fixed-icon-whatsapp a b {
        z-index: 9;
        position: relative;
        display: inline-block;
        margin: 0px 0 4px -0px;
        filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
        animation-name: rip;
        animation-duration: 0.8s;
        animation-iteration-count: infinite;
        background: #ffffff;
        line-height: 48px;
        border-radius: 50%;
        height: 50px;
        width: 50px;
    }

        .fixed-icon-whatsapp a b img {
            height: 40px;
        }

@keyframes rip {
    0% {
        box-shadow: 0px 0px 0px 4px rgb(233 160 66);
    }

    20% {
        box-shadow: 0px 0px 0px 6px rgb(234 161 66 / 42%);
    }

    40% {
        box-shadow: 0px 0px 0px 8px rgb(234 161 66);
    }

    60% {
        box-shadow: 0px 0px 0px 10px rgb(234 161 66 / 24%);
    }

    80% {
        box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);
    }

    100% {
        box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);
    }
}

#callbook {
}

    #callbook ul {
        padding: 0px;
    }

        #callbook ul li {
            padding: 0px 0px;
            list-style: none;
            z-index: 99999;
            position: fixed;
            bottom: 50px;
            left: 40px;
        }

            #callbook ul li:last-child {
                float: right;
                right: 40px;
                left: auto;
            }

            #callbook ul li img {
                height: 60px;
                animation: pulse 1s infinite;
                animation-timing-function: linear;
            }

.pulse:hover {
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
/* start top services section */

.list-section {
    padding: 0 0 50px 0;
    position: relative;
    background: #fbf2f2;
}

.list-top1 {
    padding: 50px 20px 0;
}

.list-top2 {
    padding: 0px;
}

    .list-top2 ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

        .list-top2 ul li {
            padding: 11px 9px;
            border-radius: 31px;
            color: #232323;
            font-size: 22px;
            text-transform: capitalize;
            margin: 17px 0px 0px;
            border: 1px solid #ffcad9;
            background: #ED798C;
            font-weight: 500;
        }
/* end top services section */
@media (max-width: 767px) {
    .navbar ul li {
        text-align: left;
        padding: 0;
    }

    .navbar {
        margin: -66px 0 0 0;
    }

    .text-header span {
        font-size: 20px;
        margin-top:20px;
    }

    .text-header strong {
        font-size: 25px;
        margin-bottom:15px;
    }

    .navbar ul li {
        text-align: left;
        padding: 0;
    }

    .circle img {
        height: 560px;
    }

    .head-logo1 img {
        margin: 0 auto 0 0;
    }

    .circle {
        bottom: -40px;
    }

    .head-logo1 {
        width: 70%;
    }

    .topheader-section {
        background-attachment: fixed;
    }

    .navbar-nav {
        padding: 30px 0 0 0 !important;
    }

    .top-header {
        flex-flow: column-reverse;
        justify-content: left;
        align-items: normal !important;
    }

    .head-right1 ul li:nth-child(2) {
        display: none;
    }

    .head-right1 ul li a {
        font-size: 17px;
        padding: 6px 10px 6px 11px;
    }

        .head-right1 ul li a svg {
            height: 25px;
            width: 30px;
        }

    .text-header p {
        display: none;
    }

    .head-right1 ul li {
        padding: 0;
    }

    .fixed-top .navbar {
        margin: -0px 0 0 0;
    }

    .fixed-top {
        padding: 0 10px;
    }

        .fixed-top .navbar-nav {
            padding: 0 !important;
        }

    .testimonials1 {
        padding: 10px 0;
    }

    .topservices-heading strong {
        font-size: 30px;
    }

    .services-2 strong {
        font-size: 20px;
    }

    .horoscope-heading strong {
        font-size: 36px;
    }

    .astrology-right1 strong {
        font-size: 40px;
        line-height: 36px;
    }

    .astrology-section {
        padding: 70px 10px 0px;
    }

    .aboutus-section {
        padding: 70px 6px 0px;
    }

    .content-design em {
        font-size: 17px;
        padding: 9px 15px;
    }

    .card:before {
        display: none;
    }

    .card:nth-child(odd) {
        padding: 0 0px;
    }

    .faq-1 {
        padding: 16px 0;
    }

    .footer-center1 {
        padding: 0px 0px 10px 0px;
    }

    .footer-navigation ul li {
        text-align: center;
        padding: 0px 6px 0px 6px;
    }

        .footer-navigation ul li:before {
            display: none;
        }

    .list-top1 {
        padding: 20px 10px 0;
    }

    .circle-1 {
        display: none;
    }

    .list-top2 ul li {
        font-size: 16px;
        padding: 11px 7px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar {
        margin: -80px 0 0 0;
    }

    .text-header span {
        font-size: 20px;
    }

    .text-header strong {
        font-size: 54px;
    }

    .navbar ul li {
        text-align: left;
        padding: 0;
    }

    .circle img {
        height: 590px;
    }

    .topheader-section {
        background-attachment: fixed;
    }

    .navbar-nav {
        padding: 30px 0 0 0 !important;
    }

    .top-header {
        flex-flow: column-reverse;
    }

    .fixed-top .navbar {
        margin: -0px 0 0 0;
    }

    .fixed-top {
        padding: 0 10px;
    }

        .fixed-top .navbar-nav {
            padding: 0 !important;
        }

    .circle-1 {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar ul li {
        padding: 0 25px;
    }

    .head-right1 ul li {
        font-size: 21px;
    }

    .zodiac-img1 svg {
        height: 80px;
        width: 70px;
    }

    .zodiac-img1 p {
        font-size: 14px;
    }

    .topservices-2 strong {
        padding: 20px 0px 4px 13px;
        font-size: 19px;
    }

    .topservices-2 p {
        padding: 0px 0px 4px 13px;
    }

    .circle-1 {
        height: 760px;
        width: 750px;
        top: 23%;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1350px) {
}

@media only screen and (min-width: 1400px) and (max-width: 1550px) {
}

@media (max-width: 575px) and (min-width: 0px) {
    .horoscope-heading strong {
        font-size: 30px;
    }

    .zodiac-img1 {
        width: 33.3%;
    }

    .circle img {
        height: auto;
    }

    .circle {
        bottom: auto;
        top: 250px;
        left: 0;
        right: 0;
    }

    .content-design img {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .note a {
        padding: 5px 10px;
        font-weight: 600;
        margin: 13px 0 0 4px;
        font-size: 19px;
    }

    .note p {
        font-size: 20px;
    }

    .footer-heading strong {
        font-size: 16px;
    }

    .list-top1 {
        padding: 20px 0px 0;
    }

    .list-top2 ul li {
        font-size: 17px;
    }
}

@media (max-width: 420px) and (min-width: 0px) {
    .head-right1 ul li a {
        font-size: 27px;
        padding: 2px 10px 2px 11px;
    }

        .head-right1 ul li a svg {
            height: 31px;
            width: 29px;
        }

    .head-logo1 {
        width: 80%;
    }

    .text-header strong {
        font-size: 42px;
    }

    .zodiac-img1 {
        width: 50%;
    }

    .topservices-heading strong {
        font-size: 26px;
    }

    .services-2 strong {
        font-size: 20px;
    }

    .horoscope-heading strong {
        font-size: 32px;
    }

    .astrology-right1 strong {
        font-size: 30px;
        line-height: 36px;
    }
}
