@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&amp;display=swap');

body {
    margin: 0;
    padding: 0;
    color: #AA0537;
    font-family: 'Lexend Deca', sans-serif;
}

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

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

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

img {
    max-width: 100%;
}

h1 {
    margin: 0px;
}

h2 {
    margin: 0px;
}

h3 {
    margin: 0px;
}

h4 {
    margin: 0px;
}

h5 {
    margin: 0px;
}

h6 {
    margin: 0px;
}

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

/*yellow: #FBF671*/

/* START HEADER SECTION */


/* start mobile view section  */

.tophead-right2 p {
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 0 7px #ffffff;
    color: #bc0902;
    text-transform: capitalize;
    margin: 0;
    padding: 0px 0px;
    display: none;
}

.fal {
    font-size: 20px;
    font-weight: 600;
    color: #f5f902;
    background: #AA0537;
    padding: 10px;
    margin: 10px 0px;
}

.mobile-view-top {
    padding: 10px 0 0 0;
    display: none;
}

    .mobile-view-top p {
        margin: 0;
        background: #FBF671;
        color: #fff;
        font-weight: 600;
        font-size: 23px;
        padding: 2px 0;
        border-radius: 60px;
        text-transform: uppercase;
        animation: blkk 1s infinite ease-in;
    }

@keyframes blkk {
    0% {
        color: #000000;
    }

    50% {
        color: #FBF671;
    }

    100% {
        color: #000000;
    }
}

.naviagtion-section1 a {
    display: none;
    font-size: 38px;
    margin: -4px 0 0 0;
    padding: 0px 0 0;
    font-weight: 600;
    text-align: left;
}

    .naviagtion-section1 a img {
        height: 52px;
        margin: -7px 0 0 0;
    }

.mobile-view-top span {
    font-size: 23px;
    font-weight: 700;
    text-shadow: 1px 3px 5px #FBF671;
    text-transform: uppercase;
    display: block;
}

.top-mobile-line {
    padding: 4px 0 0 0;
    display: none;
}

    .top-mobile-line b {
        background: #FBF671;
        font-size: 13px;
        line-height: 22px;
        color: #000;
        display: block;
        font-weight: 600;
        padding: 4px 0px;
        text-transform: capitalize;
    }

.marquee-line {
    background: #fcbe00;
    color: #000;
    padding: 7px 12px 0;
    text-transform: uppercase;
    display: none;
    margin: 0 0px;
    line-height: 31px;
    font-size: 23px;
    font-weight: 700;
    animation: blikani 0.5s infinite;
}

@keyframes blikani {
    0% {
        background: #fca000;
        color: #000000;
    }

    50% {
        background: #AA0537;
        color: #ffffff;
    }

    100% {
        background: #fca000;
        color: #000000;
    }
}
/* end mobile view scetion  */









/* start top head section */

.tophead-section {
    padding: 0;
    background: #000;
}

.tophead-section1 {
    padding: 0px;
}

.tophead-left1 {
    padding: 0px;
    width: 32%;
}

.tophead-left2 {
    padding: 0px 0 10px 50px;
    background: #FBF671;
    display: flex;
    justify-content: left;
    align-items: center;
}

    .tophead-left2 span {
        display: inline-block;
        background: #AA0537;
        height: 64px;
        width: 60px;
        text-align: center;
        border-radius: 0 0 30px 30px;
        line-height: 76px;
        color: #ffffff;
    }

        .tophead-left2 span .bi {
            height: 2.2em;
            width: 2.2em;
        }

    .tophead-left2 a {
        color: #000;
        font-size: 20px;
        margin: 4px 0 0 16px;
        display: block;
        line-height: 35px;
    }

.tophead-center1 {
    padding: 10px;
    width: 36%;
}

.tophead-center2 {
    padding: 0px;
    text-align: center;
}

.tophead-right1 {
    padding: 0px;
    width: 32%;
}

.tophead-right2 {
    padding: 0px 50px 10px 0px;
    background: #FBF671;
    display: flex;
    justify-content: right;
    align-items: center;
}

    .tophead-right2 span {
        display: inline-block;
        background: #AA0537;
        height: 64px;
        width: 60px;
        text-align: center;
        border-radius: 0 0 30px 30px;
        line-height: 76px;
        color: #ffffff;
    }

        .tophead-right2 span .bi {
            height: 2.2em;
            width: 2.2em;
        }

    .tophead-right2 a {
        color: #000;
        font-size: 25px;
        margin: 4px 16px 0 0px;
        display: block;
        line-height: 35px;
    }

    .tophead-right2 .mail-Baba {
        display: none;
        position: absolute;
        top: -12px;
        font-size: 15px;
        left: 140px;
        padding: 4px 0 0;
        margin: 0;
    }

/* end top head section */


/* start head ssection */

.head-section {
    padding: 0;
}

.head-section1 {
    padding: 0px 30px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head-left1 {
    padding: 20px 0px 0 0px;
}

.head-left2 {
    padding: 0px;
}

    .head-left2 strong {
        font-weight: 600;
        text-transform: capitalize;
        font-size: 20px;
        color: #AA0537;
        display: block;
        text-align: center;
    }



.head-center1 {
    text-align: center;
    padding: 0px;
    margin: 5px 0 0;
}

.head-center2 {
    padding: 0px;
    border: 0px;
}

.head-right1 {
    padding: 0px 0px 0 30px;
}

.head-right2 {
    padding: 0;
    text-align: center;
}

    .head-right2 p {
        font-weight: 600;
        text-transform: capitalize;
        font-size: 20px;
        color: #484848;
        display: block;
        text-align: center;
        margin: 2px 0 4px 0;
    }

    .head-right2 a {
        background: #AA0537;
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin: 0;
        display: inline-block;
        padding: 0px 24px 0px 20px;
        line-height: 41px;
        text-shadow: 0px 0px 9px #ffc82e;
        border-radius: 9px;
        text-transform: capitalize;
    }

    .head-right2 span {
        float: right;
        height: 42px;
        width: 44px;
        display: inline-block;
        background: #fff;
        color: #FBF671;
        margin: 0 0 0 10px;
        text-shadow: none;
    }

        .head-right2 span .bi {
            height: 1.2em;
            width: 1.2em;
        }

    .head-right2 strong {
        font-weight: 600;
        text-transform: capitalize;
        font-size: 20px;
        color: #9350c4;
        display: none;
        text-align: right;
    }
/* end head section */

/* start navigation section */

.naviagtion-section {
    padding: 0;
}

.naviagtion-section1 {
    padding: 0;
    margin: 9px 0 0 0;
    background: #FBF671;
    border-radius: 0;
    position: relative;
    border-top: 1px solid #FBF671;
    z-index: 99;
}

.head-navigation1 {
    padding: 10px 0 10px 0;
}

.head-navigation2 {
    padding: 0;
}

.navbar {
    margin-bottom: 0;
    min-height: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu {
    padding: 0;
    margin: 0;
}

    .menu li {
        position: relative;
        text-align: left;
        display: inline-block;
        list-style: none;
        padding: 10px 10px 10px 10px;
        margin: 0;
        /* z-index:9; */
        transition: 0.4s all;
    }

    .menu .active:before {
        height: 2px;
    }

    .menu li:last-child {
        border-right: 0px;
        box-shadow: none;
    }

    .menu li a {
        display: inline-block;
        text-decoration: none;
        color: #000000;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0px 0px 0 0px;
        padding: 6px 10px;
        display: inline-block;
        font-size: 16px;
        transition: 0.4s ease-in;
    }

    .menu li:last-child:after {
        display: none;
    }


    .menu .active a {
        color: rgb(255 255 255);
        background: #AA0537;
        transition: 0.4s ease-in;
    }

    .menu li:hover a {
        color: rgb(255 255 255);
        background: #AA0537;
    }

.navbar-toggler img {
    filter: brightness(0) invert(1);
    height: 22px;
    margin: -6px 0 0 0;
}

.toggle_bars {
    display: none;
    color: #fff;
    font-size: 30px;
    text-align: right;
    background-color: transparent;
    width: 50px;
    padding: 0 12px;
}

.navbar-toggler {
    border-radius: 5px;
    display: none;
    color: #000000;
    font-size: 30px;
    z-index: 9;
    position: absolute;
    border: 0px !important;
    text-align: center;
    float: right;
    top: -2px;
    right: 40px;
    padding: 0 0px 0 0;
    background: #fbab0c;
    height: 43px;
    width: 55px;
}

.navbar-collapse {
    padding: 0;
}

.dropdown-menu {
    position: absolute;
    padding: 0;
    top: 100%;
    transform: translateY(19px);
    transition: 0.4s all;
    left: 0px;
    float: none;
    right: 0;
    text-align: center;
    margin: 0 auto;
    border: 0;
    width: 250px;
    display: none;
    background-color: #ffffff;
    z-index: 999999;
    border-radius: 0;
    transition: 0.4s all;
}

.dropdown:hover .dropdown-menu {
    transform: translateY(0px);
    display: block;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

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

    .dropdown-menu ul li {
        display: block;
        padding: 11px 0 11px 14px !important;
        color: #000;
        margin: 0;
        border-bottom: 1px solid;
        background: #FBF671;
    }

.menu li .dropdown-menu ul li:hover a {
    background: transparent;
    color: #AA0537;
}

.dropdown-menu ul li:last-child {
    padding-bottom: 15px;
    border: 0;
}

.dropdown-menu ul li:nth-child(1) {
    padding-top: 9px;
}

.menu li .dropdown-menu ul li a {
    display: block;
    color: #000000;
    font-size: 14px;
    background: #c0203c00;
    border: 0;
    font-weight: 500;
    padding: 0;
    border-radius: initial;
}

.menu li .dropdown-menu ul li:before {
    display: none;
}

.dropdown-menu ul li:hover {
    background: #fff;
    color: #592480;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
/* end navigation section */


/* start slider section */
.slider-section {
    padding: 0px 0 0px 0;
}

    .slider-section img {
        width: 100%;
    }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
}

.carousel-control b .glyphicon {
    opacity: 1;
    color: #ffd584;
    text-shadow: none;
    border-radius: 0px 0px 0px 0px;
    background: #AA0537;
    height: 50px;
    width: 50px;
    line-height: 50px;
    top: 17px;
    transition: 0.9s ease-in-out;
    left: 29px;
    right: auto;
}

.carousel-control b {
    background: #faa80700;
    border-radius: 0px 0px 0px 0px;
    left: 0;
    position: absolute;
    transition: 0.9s ease-in-out;
    top: 50%;
    right: 0;
    line-height: 47px;
    padding: 4px 8px 4px 6px;
    height: 64px;
    width: 50px;
    box-shadow: 0 0 0px #0006;
    border: 0px solid;
    border-left: 0;
    box-shadow: none;
}

.right b {
    right: 20px;
    left: auto;
}

    .right b .glyphicon-chevron-right {
        left: 6px;
    }

.carousel-control {
    opacity: 1;
}

    .carousel-control:focus, .carousel-control:hover {
        opacity: 1;
    }

    .carousel-control b .glyphicon-chevron-left:hover {
        left: 49px;
    }

    .carousel-control b .glyphicon-chevron-right:hover {
        left: -25px;
    }



    .carousel-control .glyphicon:hover {
        color: #fff;
        border-top: 0;
        transition: 0.9s ease-in;
    }

    .carousel-control.left {
        background-image: none;
    }

    .carousel-control.right {
        background-image: none;
    }

.carousel-control {
    position: absolute;
    top: -64px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 8%;
}

/* end slider section */


/* start fixed head */

.header {
    padding: 0;
    transition: all ease-out 0.5s;
}

.active-1 {
    color: #000;
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    border-radius: 0;
}

.top-scroll {
    display: none;
    padding: 0;
}

.scroll-on .top-scroll {
    display: block;
}

.scroll-on .tophead-section1 {
    display: none;
}

.scroll-on .tophead-center2 img {
    height: 63px;
}

.scroll-on .tophead-left2 span {
    height: 53px;
    width: 60px;
    line-height: 64px;
}

.scroll-on .tophead-center1 {
    padding: 0;
}

.scroll-on .tophead-right2 span {
    height: 53px;
    width: 60px;
    line-height: 64px;
}
/* end fixed head */

/* END HEADER SECTION */


/* start astrology section */

.astrology-section {
    padding: 0;
    position: relative;
}

    .astrology-section:before {
        content: url(../images/temple-left.jpg);
        position: absolute;
        z-index: -10;
        top: -40px;
        left: 0;
        right: auto;
        background-repeat: no-repeat;
    }

    .astrology-section:after {
        content: url(../images/temple-right.jpg);
        position: absolute;
        z-index: -10;
        top: 390px;
        right: 0;
    }

.astrology-section1 {
    padding: 40px 0 30px;
}

.astrology-text {
    padding: 20px 0px 35px;
    border: 2px solid;
    border-radius: 25px 25px 25px 25px;
    background: #fff;
}

.astrology-heading {
    padding: 0px;
    text-align: center;
}

    .astrology-heading strong {
        font-size: 30px;
        line-height: 56px;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0;
        font-family: 'Oswald',sans-serif;
        display: block;
    }

.heading-design span {
    display: inline-block;
    background: #FBF671;
    padding: 7px 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 0 -7px;
}

.heading-design b {
    display: inline-block;
    height: 4px;
    margin: 0px 0 3px 0;
    border-radius: 50px;
    width: 16%;
    background: #FBF671;
}

    .heading-design b:before {
        height: 39px;
        width: 39px;
        border: 4px solid #FBF671;
        content: "";
        position: absolute;
        box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 0), inset -0.2em -0.2em 0.2em 0 rgb(151 0 0);
        background: #940501;
        border-radius: 50%;
        top: 0px;
    }

    .heading-design b:after {
        height: 30px;
        width: 30px;
        border: 3px solid #FBF671;
        background: #940501;
        content: "";
        left: 34%;
        position: absolute;
        border-radius: 50%;
        top: 4px;
        box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 0), inset -0.2em -0.2em 0.2em 0 rgb(151 0 0);
    }

.heading-design {
    position: relative;
}

.astrology-heading h1 {
    font-size: 33px;
    line-height: 46px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Oswald',sans-serif;
    display: block;
    color: #662790;
}

    .astrology-heading h1 a {
        color: #AA0537;
    }

.astrology-content {
    padding: 11px 0px 0 0px;
    text-align: center;
    margin: 16px 0 0;
    border-top: 2px dashed #eeee;
}

    .astrology-content p {
        color: #000;
        line-height: 33px;
        margin: 0;
        font-size: 15px;
        font-weight: 300;
    }
/* end astrology section */

/* start best services section */

.bestservices-section {
    padding: 0px 0 0 0;
}

.bestservices-left1 {
    padding: 46px 0px 0 30px;
}

.bestservices-left2 {
    padding: 0px;
}

.bestservices-heading {
    padding: 0px;
    text-align: center;
}

    .bestservices-heading strong {
        font-size: 30px;
        line-height: 46px;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0;
        font-family: 'Oswald',sans-serif;
        display: block;
    }

.bestheading-design span {
    display: inline-block;
    background: #FBF671;
    padding: 7px 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 0 -7px;
}

.bestheading-design b {
    display: inline-block;
    height: 4px;
    margin: 0px 0px 3px -9px;
    border-radius: 50px;
    width: 25%;
    background: #FBF671;
}

    .bestheading-design b:before {
        height: 39px;
        width: 39px;
        border: 4px solid #FBF671;
        content: "";
        background: #AA0537;
        box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 0), inset -0.2em -0.2em 0.2em 0 rgb(151 0 0);
        position: absolute;
        border-radius: 50%;
        top: 0px;
        right: 37%;
    }

    .bestheading-design b:after {
        height: 30px;
        width: 30px;
        border: 3px solid #FBF671;
        content: "";
        right: 27%;
        position: absolute;
        border-radius: 50%;
        top: 4px;
        background: #AA0537;
        box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 0), inset -0.2em -0.2em 0.2em 0 rgb(151 0 0);
    }

.bestheading-design {
    position: relative;
}

.best-services {
    padding: 31px 0 0 0;
}

.best-services1 {
    padding: 10px;
}

.best-services2 {
    padding: 0px 20px 0px 20px;
    border: 1px solid;
    text-align: center;
    overflow: hidden;
    background: #fff;
    border-radius: 10px 10px 180px 180px;
}

.best-services3 {
    padding: 0;
    margin: -70px 0 0;
    text-align: center;
    z-index: 9;
}

    .best-services3 img {
        border: 16px solid;
        border-radius: 50%;
    }

.best-services4 {
    padding: 10px 12px 0 40px;
}

.best-services2 span {
    writing-mode: vertical-lr;
    position: absolute;
    left: 21px;
    top: 96px;
    display: block;
    color: #fff;
    background: #AA0537;
    width: 8%;
    height: 66%;
    line-height: 28px;
    text-transform: capitalize;
    letter-spacing: 5px;
    font-size: 16px;
    /* transform: rotate(180deg); */
    padding: 30px 0 0px 0;
}

.best-services4 p {
    color: #000;
    line-height: 33px;
    margin: 0;
    font-weight: 300;
    padding: 0 0 21px 0;
    font-size: 15px;
}

.best-services4 strong {
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Oswald',sans-serif;
    display: block;
}

.best-services5 {
    padding: 0px;
    overflow: hidden;
}

    .best-services5 a {
        height: 110px;
        width: 180px;
        display: block;
        font-size: 20px;
        line-height: 80px;
        text-align: center;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0 auto -40px;
        background: #087505;
        border-radius: 50%;
    }

.owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    top: 48%;
    text-align: left;
}

.owl-buttons {
    top: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #FBF671;
    height: 44px;
    border-radius: 0;
    color: #0BB007;
    font-size: 24px;
    text-align: center;
    width: 35px;
    line-height: 49px;
    border: 0;
    opacity: 1;
    padding: 0px 0px;
    margin: 0px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    border-radius: 0;
    float: right;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\e257";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\e258";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}


.bestservices-right1 {
    padding: 30px 20px 0 0px;
}

.bestservices-right2 {
    padding: 29px 0px 0px 0px;
    background: #AA0537;
    overflow: hidden;
    border-radius: 0 0 200px 200px;
}

.heading-list {
    padding: 0px;
    text-align: center;
}

    .heading-list strong {
        font-size: 32px;
        letter-spacing: 1px;
        line-height: 58px;
        color: #fff;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0;
        font-family: 'Oswald',sans-serif;
        display: block;
    }

.listheading-design b {
    display: inline-block;
    height: 4px;
    margin: 0px 0px 0px -6px;
    border-radius: 50px;
    width: 33%;
    background: #FBF671;
}

    .listheading-design b:before {
        height: 35px;
        width: 35px;
        border: 4px solid #FBF671;
        background: #AA0537;
        content: "";
        position: absolute;
        border-radius: 50%;
        top: 5px;
        left: 24%;
        box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 0), inset -0.2em -0.2em 0.2em 0 rgb(151 0 0);
    }

    .listheading-design b:after {
        height: 25px;
        width: 25px;
        border: 3px solid #FBF671;
        background: #AA0537;
        content: "";
        left: 13%;
        position: absolute;
        border-radius: 50%;
        top: 9px;
        box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 0), inset -0.2em -0.2em 0.2em 0 rgb(151 0 0);
    }

.listheading-design span {
    display: inline-block;
    background: #FBF671;
    padding: 7px 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 0 -7px;
}

.listheading-design {
    position: relative;
}

.list-services {
    padding: 10px 30px 0px 30px;
    position: relative;
}

    .list-services:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0.1%;
        background: #FBF671;
    }

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

        .list-services ul li {
            padding: 6px 0px;
            color: #fff;
            position: relative;
            font-weight: 400;
            text-transform: capitalize;
            font-size: 15px;
        }

            .list-services ul li span {
                padding: 13px 10px 13px 28px;
                border: 1px solid #FBF671;
                display: block;
                text-align: left;
                border-radius: 60px;
            }

            .list-services ul li a {
                padding: 13px 10px 13px 28px;
                border: 1px solid #FBF671;
                display: block;
                text-align: left;
                border-radius: 60px;
                color: #fff;
            }

    .list-services li:before {
        background: #AA0537;
        border: 3px solid #ffffff;
        height: 25px;
        border-radius: 50%;
        width: 25px;
        left: -10px;
        top: 20px;
        content: "";
        position: absolute;
        box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 0), inset -0.2em -0.2em 0.2em 0 rgb(151 0 0);
    }

.contact-list {
    padding: 10px 0 0 0;
    overflow: hidden;
}

    .contact-list .number {
        color: #fff;
        font-size: 37px;
        margin: 0;
        text-align: center;
        font-weight: 500;
        text-decoration: none;
        display: block;
    }

    .contact-list .contact-image {
        height: 150px;
        width: 150px;
        line-height: 140px;
        border-radius: 50%;
        background: #bd871d;
        text-align: center;
        display: block;
        margin: 0 auto -40px;
        z-index: 99;
        position: relative;
    }

        .contact-list .contact-image:before {
            height: 130px;
            width: 130px;
            background: #FBF671;
            content: "";
            position: absolute;
            z-index: -9;
            left: 0;
            top: 10px;
            right: 0;
            margin: 0 auto;
            border-radius: 50%;
        }

.contact-image img {
    height: 60px;
    margin: -10px 0 0;
}

.contact-text {
    padding: 16px 10px 0 0;
    margin: 19px 0 0 0;
    text-align: center;
    border-radius: 10px;
    background: url(../images/bg-astrology.jpg);
    position: relative;
    z-index: 9;
}

    .contact-text:before {
        background: #FBF671;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        left: 0;
        right: 0;
        top: 0;
        z-index: -9;
    }

    .contact-text a {
        font-size: 35px;
        margin: 0;
        width: 48%;
        font-weight: 500;
        line-height: 75px;
        background: #AA0537;
        display: block;
        text-transform: capitalize;
        padding: 7px 0 0px;
        color: #ffffff;
        border-radius: 0 59px 0 10px;
    }

    .contact-text strong {
        color: #000;
        display: block;
        font-size: 21px;
        margin: 0 0 10px 0;
        font-weight: 500;
        text-transform: capitalize;
    }

    .contact-text p {
        color: #000;
        font-size: 14px;
        line-height: 24px;
        width: 52%;
        text-transform: capitalize;
        font-weight: 400;
        padding: 0px 10px 10px 0px;
        margin: 0;
        border-radius: 5px;
    }

.contact-mark {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.best-inner-services .bestheading-design b:before {
    right: 42%;
}

.best-inner-services .bestheading-design b:after {
    right: 36%;
}

.best-inner-services .bestheading-design b {
    width: 15%;
}



/* end best services section */

/* start why choose us section */

.whychoose-section {
    padding: 0;
}

.whychoose-section1 {
    padding: 30px 0;
}

.choose-heading {
    padding: 0px;
    text-align: center;
}

    .choose-heading strong {
        font-size: 33px;
        line-height: 66px;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0;
        font-family: 'Oswald',sans-serif;
        display: block;
    }

.chooseheading-design span {
    display: inline-block;
    background: #FBF671;
    padding: 7px 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 0 -7px;
}

.chooseheading-design b {
    display: inline-block;
    height: 4px;
    margin: 0px 0px 3px -9px;
    border-radius: 50px;
    width: 19%;
    background: #FBF671;
}

    .chooseheading-design b:before {
        height: 39px;
        width: 39px;
        border: 4px solid #FBF671;
        content: "";
        position: absolute;
        border-radius: 50%;
        top: 0px;
        left: 36%;
        background: #AA0537;
        box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 0), inset -0.2em -0.2em 0.2em 0 rgb(151 0 0);
    }

    .chooseheading-design b:after {
        height: 30px;
        width: 30px;
        border: 3px solid #FBF671;
        content: "";
        left: 30%;
        position: absolute;
        border-radius: 50%;
        top: 4px;
        background: #AA0537;
        box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 0), inset -0.2em -0.2em 0.2em 0 rgb(151 0 0);
    }

.chooseheading-design {
    position: relative;
}




.chooseus-left1 {
    padding: 0px;
}

.chooseus-left2 {
    padding: 0px;
}

.choose-us {
    padding: 20px 0 0 0;
}

    .choose-us:before {
        content: "";
        height: 60px;
        width: 60px;
        position: absolute;
        border-radius: 50%;
        top: -2px;
        left: 20px;
        background: #fff;
        z-index: 9;
    }

    .choose-us:after {
        content: "";
        height: 40px;
        width: 40px;
        border-radius: 50%;
        left: 30px;
        top: 9px;
        position: absolute;
        z-index: 9999999;
        background: #694285;
        background: #AA0537;
        box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 0), inset -0.2em -0.2em 0.2em 0 rgb(151 0 0);
    }

.choose-us1 {
    padding: 10px 0px;
}

.choose-us2 {
    padding: 20px 13px 30px 100px;
    display: flex;
    background: #FBF671;
    justify-content: left;
    align-items: center;
    border-radius: 0 10px 10px 0;
}

.choose-us1:before {
    content: "";
    height: 60px;
    width: 60px;
    position: absolute;
    border-radius: 50%;
    bottom: -30px;
    left: 20px;
    background: #fff;
    z-index: 9;
}

.choose-us2:after {
    content: "";
    height: 40px;
    width: 40px;
    border-radius: 50%;
    left: 30px;
    bottom: -30px;
    position: absolute;
    z-index: 9999999;
    background: #940501;
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 0), inset -0.2em -0.2em 0.2em 0 rgb(151 0 0);
}

.choose-text {
    width: 80%;
    text-align: left;
}

    .choose-text strong {
        font-size: 27px;
        font-weight: 700;
        text-transform: capitalize;
        display: block;
        border-bottom: 1px solid #720113;
        -webkit-text-stroke-width: 0.4px;
        -webkit-text-stroke-color: white;
    }

    .choose-text p {
        color: #000;
        font-size: 15px;
        margin: 0;
        padding: 10px 0 0;
        line-height: 30px;
        font-weight: 400;
    }

.choose-image {
    padding: 0px;
    text-align: center;
    width: 20%;
}

    .choose-image span {
        display: block;
        height: 100px;
        width: 100px;
        line-height: 100px;
        border-radius: 50%;
        background: #fff;
        text-align: center;
        margin: 0 auto;
    }

        .choose-image span img {
            height: 63px;
        }

.chooseus-right1 {
    padding: 0;
}

    .chooseus-right1:before {
        background: url(../images/choose-right-background.jpg);
        content: "";
        right: 0;
        height: 100%;
        width: 70%;
        position: absolute;
        z-index: -9;
    }

    .chooseus-right1:after {
        background: #ffb51aed;
        content: "";
        width: 70%;
        height: 100%;
        right: 0;
        position: absolute;
        z-index: -9;
    }

.chooseus-right2 {
    padding: 70px 0 70px;
}

.choose-banner {
    padding: 40px 0px 0 40px;
}

    .choose-banner img {
        border: 3px solid #fff;
        border-radius: 30px;
    }
/* end why chooe us section */


/* start about us section */

.aboutus-section {
    padding: 0;
}

.aboutus-section1 {
    padding: 50px 0;
}

.aboutus-design {
    text-align: left;
    padding: 29px 0 0 0;
}

    .aboutus-design p {
        color: #404040;
        font-size: 15px;
        padding: 10px 0 0 0;
        margin: 0;
        line-height: 31px;
        font-weight: 400;
    }

        .aboutus-design p strong {
            color: #ef0000;
            font-weight: 500;
        }

        .aboutus-design p a {
            color: #761cb6;
        }

    .aboutus-design ul {
        padding: 3px 0 3px 0;
        margin: 20px 0 20px 0;
        position: relative;
        list-style: none;
    }

        .aboutus-design ul:before {
            content: "";
            position: absolute;
            height: 100%;
            width: 0.1%;
            left: 0px;
            background: #FBF671;
        }

        .aboutus-design ul li {
            padding: 11px 5px 10px 20px;
            text-align: left;
            color: #000;
            text-transform: capitalize;
            font-size: 15px;
            margin: 10px 0 10px 12px;
            display: flex;
            font-weight: 300;
            justify-content: left;
            border: 1px solid #ffe9bb;
            align-items: center;
            position: relative;
            border-radius: 50px;
        }

            .aboutus-design ul li:before {
                background: #662790;
                border: 3px solid #f5a302;
                height: 20px;
                border-radius: 50%;
                width: 20px;
                left: -21px;
                top: 11px;
                content: "";
                box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(152 67 213), inset -0.2em -0.2em 0.2em 0 rgb(52 14 78);
                position: absolute;
            }


    .aboutus-design h2, h3, h4, h5, h6 {
        font-size: 18px;
        margin: 20px 0 0px 0;
        font-weight: 500;
        text-transform: capitalize;
        padding: 10px 19px 10px;
        color: #010101;
        border-radius: 0px 50px 50px 0;
        display: inline-block;
        /* border-left: 4px solid #FBF671; */
        background: #FBF671;
        box-shadow: -5px -1px 12px #FBF671;
    }

/* end about us section */



/* start our services section */

.ourservices-section {
    padding: 0;
    position: relative;
}

    .ourservices-section:before {
        content: url(../images/temple-left.jpg);
        position: absolute;
        z-index: -10;
        top: 0px;
        left: 0;
        right: auto;
        background-repeat: no-repeat;
    }

    .ourservices-section:after {
        content: url(../images/temple-right.jpg);
        position: absolute;
        z-index: -10;
        top: 0px;
        right: 0;
    }

.ourservices-section1 {
    padding: 50px 0 90px;
}

.ourservices-heading {
    padding: 0px;
    text-align: center;
}

    .ourservices-heading strong {
        font-size: 34px;
        line-height: 56px;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0;
        font-family: 'Oswald',sans-serif;
        display: block;
    }

.our-design span {
    display: inline-block;
    background: #FBF671;
    padding: 7px 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 0 -7px;
}

.our-design b {
    display: inline-block;
    height: 4px;
    margin: 0px 0 3px 0;
    border-radius: 50px;
    width: 14%;
    background: #FBF671;
}

    .our-design b:before {
        height: 39px;
        width: 39px;
        border: 4px solid #FBF671;
        content: "";
        position: absolute;
        border-radius: 50%;
        top: 0px;
        left: 43%;
        box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 0), inset -0.2em -0.2em 0.2em 0 rgb(151 0 0);
        background: #940501;
    }

    .our-design b:after {
        height: 30px;
        width: 30px;
        border: 3px solid #FBF671;
        content: "";
        left: 37%;
        position: absolute;
        border-radius: 50%;
        top: 4px;
        box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 0), inset -0.2em -0.2em 0.2em 0 rgb(151 0 0);
        background: #940501;
    }

.our-design {
    position: relative;
}






.our-services {
    padding: 102px 0 0;
}

.ourservices-1 {
    padding: 10px;
}

.ourservices-2 {
    padding: 0 20px;
    text-align: center;
    background: url(../images/services-background.jpg);
    border: 1px solid #FBF671;
    border-radius: 20px;
}

.ourservices-3 {
    padding: 0px;
    margin: -90px 0 0;
    position: relative;
    z-index: 0;
    text-align: center;
}

    .ourservices-3 span {
        display: block;
        background: #fff;
        border: 3px solid #FBF671;
        border-radius: 50%;
        height: 300px;
        width: 300px;
        margin: 0 auto 0px;
        animation: rotation 20s infinite linear;
        position: absolute;
        z-index: -9;
        left: 0;
        right: 0;
    }

        .ourservices-3 span:before {
            height: 25px;
            width: 25px;
            content: "";
            left: 28%;
            right: 0;
            position: absolute;
            border-radius: 50%;
            top: -5px;
            box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(253 172 2), inset -0.2em -0.2em 0.2em 0 rgb(191 165 4);
            background: #FBF671;
        }

        .ourservices-3 span:after {
            height: 18px;
            width: 18px;
            content: "";
            left: 88%;
            position: absolute;
            border-radius: 50%;
            top: 51px;
            box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(253 172 2), inset -0.2em -0.2em 0.2em 0 rgb(191 165 4);
            background: #FBF671;
        }

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.ourservices-3 img {
    border-radius: 50%;
    border: 11px solid #FBF671;
    width: 260px;
    margin: 19px auto 0;
    display: block;
}

.ourservices-4 {
    padding: 30px 0 0 0;
}

    .ourservices-4 strong {
        font-size: 25px;
        border-bottom: 3px solid #FBF671;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0;
        font-family: 'Oswald',sans-serif;
        display: block;
    }

    .ourservices-4 p {
        color: #000;
        line-height: 30px;
        margin: 0;
        font-weight: 300;
        padding: 12px 0 33px 0;
        font-size: 15px;
    }

    .ourservices-4 a {
        background: #067201;
        color: #fff;
        padding: 0;
        display: inline-block;
        line-height: 41px;
        font-size: 15px;
        border-radius: 8px;
        font-weight: 400;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 46%;
        bottom: -20px;
        letter-spacing: 1px;
    }
/* end our services section */


/* start mark section */

.marksection {
    padding: 0;
    background: #AA0537;
}

.marksection1 {
    padding: 40px 0 30px;
}

.mark-left1 {
    padding: 0;
    text-align: center;
}

.mark-left2 {
    padding: 10px;
}

    .mark-left2:before {
        background: #FBF671;
        content: "";
        position: absolute;
        height: 110px;
        width: 50%;
        left: 0;
        top: 34px;
    }

    .mark-left2 span {
        height: 150px;
        width: 150px;
        line-height: 140px;
        display: block;
        background: #FBF671;
        text-align: center;
        position: relative;
        border-radius: 50%;
        z-index: 9;
        margin: 0 0 0 30px;
    }

        .mark-left2 span img {
            /* filter: brightness(0) invert(1); */
            height: 67px;
        }

        .mark-left2 span:before {
            height: 120px;
            width: 120px;
            background: #ffffff;
            content: "";
            left: 0px;
            right: 0;
            margin: 14px auto 0;
            position: absolute;
            border-radius: 50%;
            z-index: -9;
        }

.mark-right1 {
    padding: 0 0px 0 0px;
    text-align: left;
}

.mark-right2 {
    padding: 0 0px;
    text-align: center;
    color: #fff;
}

    .mark-right2 strong {
        padding: 0px;
        display: block;
        font-size: 34px;
        font-weight: 500;
        color: #FBF671;
        text-transform: capitalize;
        margin: 0;
        font-family: 'Oswald',sans-serif;
    }

.mark-right3 {
    padding: 10px 0 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .mark-right3 p {
        width: 60%;
        padding: 0px 20px 0 0px;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0;
    }

    .mark-right3 a {
        width: 40%;
        line-height: 71px;
        padding: 0px;
        background: #FBF671;
        font-size: 41px;
        font-weight: 600;
        color: #AA0537;
        text-transform: capitalize;
        font-family: 'Oswald',sans-serif;
        -webkit-text-stroke-width: 0.8px;
        -webkit-text-stroke-color: #ffffff;
        display: block;
    }
/* end mark section */

/* start testimonias section */

.testimonials-section {
    padding: 0 0px;background: url(../images/background-testimonials.jpg) no-repeat;
}

.testimonials-section1:before {
    height: 34%;
    width: 100%;
    top: 47%;
    
    background-size: cover;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 30px;
}

.testimonials-section1 {
    padding: 60px 0px;
}

.testimonials-heading {
    padding: 0px;
    text-align: center;
}

    .testimonials-heading strong {
        font-size: 34px;
        line-height: 66px;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0;
        font-family: 'Oswald',sans-serif;
        display: block;
    }

.client-design span {
    display: inline-block;
    background: #FBF671;
    padding: 7px 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 0 -7px;
}

.client-design b {
    display: inline-block;
    height: 4px;
    margin: 0px 0 3px 0;
    border-radius: 50px;
    width: 14%;
    background: #FBF671;
}

    .client-design b:before {
        height: 39px;
        width: 39px;
        border: 4px solid #FBF671;
        content: "";
        position: absolute;
        border-radius: 50%;
        top: 0px;
        left: 43%;
        box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 0), inset -0.2em -0.2em 0.2em 0 rgb(151 0 0);
        background: #940501;
    }

    .client-design b:after {
        height: 30px;
        width: 30px;
        border: 3px solid #FBF671;
        content: "";
        left: 37%;
        position: absolute;
        border-radius: 50%;
        top: 4px;
        box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 0), inset -0.2em -0.2em 0.2em 0 rgb(151 0 0);
        background: #940501;
    }

.client-design {
    position: relative;
}





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

.testimonials-1 {
    padding: 10px;
}

    .testimonials-1:nth-child(3) {
        padding-bottom: 0;
    }

    .testimonials-1:nth-child(4) {
        padding-bottom: 0;
    }

.testimonials-2 {
    padding: 0px;
    border: 1px solid #da0605;
    background: #fff;
    border-radius: 14px;
}

.testimonials-3 {
    padding: 20px 30px 0px;
    text-align: center;
}

    .testimonials-3 p {
        color: #232323;
        font-size: 15px;
        line-height: 30px;
        margin: 0;
        font-weight: 300;
    }

.testimonials-4 {
    padding: 0px 0 30px 30px;
    position: relative;
    width: 90%;
    z-index: 9;
    display: flex;
    float: right;
    justify-content: center;
    align-items: center;
}

    .testimonials-4:before {
        height: 60px;
        width: 100%;
        position: absolute;
        background: #FBF671;
        content: "";
        z-index: -9;
        right: 0;
        bottom: 50px;
        border-radius: 30px 0 0 30px;
    }

.testi-name {
    width: 70%;
    padding: 0 0 0 0px;
    position: relative;
    text-align: left;
}

    .testi-name strong {
        color: #c70000;
        font-weight: 500;
        font-size: 17px;
        text-transform: capitalize;
    }

    .testi-name p {
        color: #000;
        font-size: 16px;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin: -4px 0 0;
    }

    .testi-name span {
        position: absolute;
        right: 8px;
        top: 3px;
        color: #000;
    }

.testi-image {
    width: 30%;
    padding: 0px;
}

    .testi-image span {
        height: 99px;
        display: block;
        width: 99px;
        line-height: 99px;
        background: #FBF671;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto;
    }

        .testi-image span img {
            border-radius: 50%;
            height: 74px;
        }

/* end testimonias section */

/* start footer section */

.footer-section {
    padding: 0;
    background: url(../images/footer-background.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-section1 {
    padding: 0 0 50px 0;
    color: #000;
}

.footer-left1 {
    padding: 50px 0 0;
}

.footer-left2 {
    padding: 0px;
}

.footer-navigation {
    padding: 15px 10px;
    border-radius: 70px;
    text-align: center;
    background: #fff;
}

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

        .footer-navigation ul li {
            padding: 0 19px;
            font-size: 17px;
            color: #000;
            font-weight: 400;
            text-transform: capitalize;
            margin: 0;
            display: inline-block;
        }

    .footer-navigation li a {
        color: #000;
    }

.footer-list {
    padding: 0px;
}

    .footer-list strong {
        display: block;
        text-transform: uppercase;
        font-size: 45px;
        text-align: center;
        color: #FBF671;
        -webkit-text-stroke-width: 0.8px;
        -webkit-text-stroke-color: #ffffff;
    }

.services-footer3 {
    padding: 10px 0;
    display: flex;
}

.services-footer4 {
    width: 50%;
}

    .services-footer4 ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

        .services-footer4 ul:before {
            content: "";
            position: absolute;
            height: 100%;
            width: 0.1%;
            left: 0px;
            background: #FBF671;
        }

        .services-footer4 ul li {
            color: #fff;
            font-size: 15px;
            margin: 0;
            position: relative;
            padding: 11px 0px 10px 25px;
            text-transform: capitalize;
            display: flex;
            justify-content: left;
            text-align: left;
            align-items: center;
        }

            .services-footer4 ul li:before {
                border: 3px solid #f5a302;
                height: 20px;
                border-radius: 50%;
                width: 20px;
                left: -10px;
                top: 11px;
                content: "";
                box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 0), inset -0.2em -0.2em 0.2em 0 rgb(151 0 0);
                background: #940501;
                position: absolute;
            }

.footer-right1 {
    padding: 0px 0 0 20px;
}

.footer-right2 {
    padding: 0px;
}

.footer-contact {
    padding: 0;
}

.footer-contact1 {
    text-align: center;
    padding: 0px;
    z-index: 9;
}

.footer-contact strong {
    writing-mode: tb-rl;
    transform: rotate(180deg);
    padding: 45px 9px 48px 11px;
    display: block;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    letter-spacing: 3px;
    font-family: 'Oswald',sans-serif;
    font-size: 39px;
    background: #FBF671;
    text-transform: uppercase;
    color: #000;
    display: block;
}

.contact-footer1 {
    padding: 50px 0px 0 0px;
    color: #fff;
}

.contact-footer2 {
    padding: 0;
}

.footer-contact3 {
    padding: 0px 0 30px;
}

    .footer-contact3 .icon-text {
        width: 100%;
        border: 1px solid #FBF671;
        text-align: left;
        padding: 18px 14px;
        border-left: 0;
        border-radius: 0 50px 50px 0;
        background: #ffffff;
        display: flex;
        justify-content: left;
        align-items: center;
    }

.icon-text a {
    display: block;
    color: #000;
    font-size: 18px;
    margin: -1px 0 0 10px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
}

.icon-text span {
    display: inline-block;
    color: #da0605;
}

    .icon-text span .bi {
        height: 1.9em;
        width: 1.9em;
    }

.copy-text {
    padding: 23px 0 24px 0;
    text-align: center;
    background: #FBF671;
    border-radius: 0 30px;
    margin: -2px 0 0;
}

    .copy-text p {
        margin: 0;
        font-size: 15px;
        font-weight: 500;
    }

.disclaimer {
    padding: 40px 0 0;
}

    .disclaimer p {
        margin: 0;
        text-align: center;
        font-size: 15px;
        line-height: 26px;
        color: #fff;
    }

.mode-payment {
    padding: 0px 0 14px 0;
    text-align: left;
}

    .mode-payment strong {
        color: #df0000;
        font-size: 17px;
        background: #fff;
        font-weight: 500;
        padding: 1px 10px;
        margin: 0 0 8px 0;
        display: inline-block;
        text-transform: uppercase;
    }

    .mode-payment p {
        color: #ffffff;
        font-size: 16px;
        text-transform: capitalize;
        margin: 0 0px 6px 0px;
        font-weight: 300;
    }

        .mode-payment p b {
            font-weight: 600;
            color: #FBF671;
            text-transform: uppercase;
            font-size: 15px;
            padding: 0 10px 0 0px;
        }

/* end footer section */


/* start bread crumb section  */

.breadcrumb-section {
    padding: 0;
    background: url(../images/footer-background.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.breadcrumb-section1 {
    padding: 50px 0;
    text-align: center;
}

    .breadcrumb-section1 h1 {
        font-family: 'Oswald',sans-serif;
        font-size: 50px;
        font-weight: 500;
        text-transform: capitalize;
        padding: 0px 0px 0px;
        color: #FBF671;
    }

        .breadcrumb-section1 h1 a {
            color: #FBF671;
        }

.bread-divide {
    padding: 0px 0 0;
    color: #fff;
    display: flex;
    justify-content: right;
    align-items: center;
}


.breadcrumb-section1 p {
    padding: 0px 20px 0 10px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}

.breadcrumb-section1 .home {
    width: 20%;
    line-height: 53px;
    border-radius: 50px 0 0 50px;
    padding: 0px;
    background: #FBF671;
    font-size: 32px;
    font-weight: 600;
    color: #da0605;
    text-transform: capitalize;
    font-family: 'Oswald',sans-serif;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: #ffffff;
    display: block;
    padding: 0px 0 6px;
}
/* end bread crumb section  */

/* start banner section */

.banner-section {
    padding: 0;
}

.banner-section1 {
    padding: 80px 0 80px;
}

.banner-section:before {
    height: 100%;
    width: 17%;
    position: absolute;
    background: #FBF671;
    content: "";
    z-index: -9;
    left: 100px;
    bottom: 0px;
    border-radius: 0;
}

.banner-section:after {
    height: 100%;
    width: 16%;
    position: absolute;
    background: #FBF671;
    content: "";
    z-index: -9;
    right: 100px;
    bottom: 0px;
    border-radius: 0;
}

.banner-1 {
    padding: 0px;
}

.banner-2 {
    padding: 0;
    text-align: center;
}

    .banner-2 img {
    }
/* end banner section */





/*=========== START ABOUT US PAGE CSS =============*/

.maincontent-section {
    padding: 0 0 2% 0;
}

.maincontent-section1 {
    padding: 50px 0;
}


.maincontent-design1 {
    padding: 0px;
    text-align: left;
}

.maincontent-design2 {
    padding: 0px 0px 30px 30px;
    box-shadow: 0 0 13px 3px #ececec;
}

.maincontent-left1 {
    padding: 30px 19px 0 0px;
}

.maincontent-left2 {
    padding: 0;
}

    .maincontent-left2 h2, h3, h4, h5, h6 {
        font-size: 18px;
        margin: 20px 0 0px 0;
        font-weight: 500;
        line-height: 32px;
        text-transform: capitalize;
        padding: 6px 19px 6px;
        color: #000000;
        border-radius: 0px 50px 50px 0;
        display: inline-block;
        background: #FBF671;
        box-shadow: -5px -1px 3px #FBF671;
    }

    .maincontent-left2 p {
        color: #000;
        font-size: 15px;
        margin: 0;
        font-weight: 400;
        padding: 7px 0 0;
        line-height: 32px;
    }

        .maincontent-left2 p strong {
            color: #d20021;
            font-weight: 600;
        }

    .maincontent-left2 ul {
        padding: 3px 0 3px 0;
        margin: 20px 0 20px 0;
        position: relative;
        list-style: none;
    }

        .maincontent-left2 ul:before {
            content: "";
            position: absolute;
            height: 100%;
            width: 0.1%;
            left: 0px;
            background: #FBF671;
        }

        .maincontent-left2 ul li {
            padding: 11px 5px 10px 20px;
            text-align: left;
            color: #303030;
            text-transform: capitalize;
            font-size: 15px;
            margin: 10px 0 10px 8px;
            display: flex;
            font-weight: 400;
            justify-content: left;
            border: 1px solid #ffe9bb;
            align-items: center;
            position: relative;
            border-radius: 50px;
        }

            .maincontent-left2 ul li:before {
                background: aliceblue;
                border: 3px solid #f5a302;
                height: 20px;
                border-radius: 50%;
                width: 20px;
                left: -19px;
                top: 11px;
                content: "";
                position: absolute;
                box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 0), inset -0.2em -0.2em 0.2em 0 rgb(151 0 0);
                background: #940501;
            }

.maincontent-design3 {
    padding: 60px 0 0 0;
}

.maincontent-services1 {
    padding: 0;
}

.maincontent-services2 {
    padding: 0;
}

    .maincontent-services2 ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: left;
    }

        .maincontent-services2 ul li {
            color: #000;
            font-size: 19px;
            background: #c00645;
            display: flex;
            font-weight: 600;
            padding: 10px 10px 10px 13px;
            margin: 10px 0;
            border: 0px solid #ffa331;
            text-transform: capitalize;
        }

            .maincontent-services2 ul li a {
                color: #fff;
                margin: 7px 0 0px 0;
                display: block;
            }

            .maincontent-services2 ul li:before {
                content: "\e006";
                font-family: "Glyphicons Halflings";
                font-style: normal;
                font-weight: 400;
                background-image: linear-gradient(#ffdd40, #ff8c29);
                height: 40px;
                width: 40px;
                color: #fff;
                display: inline-block;
                font-size: 23px;
                text-align: center;
                border-radius: 50%;
                margin: 0px 10px 0 0px;
                line-height: 40px;
                left: 0;
            }

            .maincontent-services2 ul li:hover {
                background: #fc9422;
            }

.maincontent-about1 {
    padding: 0px 0 0 30px;
}

.maincontent-about2 {
    padding: 0;
}

    .maincontent-about2 p {
        color: #000;
        font-size: 16px;
        margin: 0;
        font-weight: 500;
        padding: 0px 0 0;
        line-height: 32px;
    }

        .maincontent-about2 p strong {
            color: #d20021;
            font-weight: 600;
        }

.maincontent-design4 {
    padding: 50px 0 60px;
}

    .maincontent-design4 .maincontent-about1 {
        padding: 0px 30px 0 0px;
    }

.maincontent-left2 p a {
    color: #000;
    font-weight: 800;
}

.about-appointment {
    padding: 20px 0 0px;
}

.about-appointment1 {
    padding: 0 10px 0 0;
}

.about-appointment2 {
    padding: 0;
    text-align: center;
    box-shadow: 0 0 10px #d2d2d25e;
    background: #AA0537;
}

    .about-appointment2 a {
        color: #fff;
        font-size: 24px;
        margin: 0;
        text-transform: capitalize;
        font-weight: 500;
        text-decoration: none;
        padding: 15px 13px 14px 14px;
        display: block;
    }

        .about-appointment2 a .bi {
            height: 1em;
            width: 1em;
        }

.about-banner {
    padding: 20px 0 0;
    text-align: center;
}

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

.maincontent-right2 {
    padding: 0;
}

.about-banner_1 {
    padding: 40px 0 0 0;
    text-align: center;
}

    .about-banner_1 img {
        border-radius: 10px;
        border: 3px solid;
    }

/*============= END ABOUT US PAGE CSS =============*/


/*=======================================================
      START GET IN TOUCH PAGE CSS 
=========================================================  */

.getintouch-section1 {
    padding: 0 0 0% 0;
}

.getintouch-section2 {
    padding: 0px 0 60px 0;
}


.getin-left1 {
    padding: 0px;
}

.getin-left2 {
    padding: 31px 0 25px 0;
}

.getin-form {
    padding: 10px 0px;
}

    .getin-form img {
        border: 3px solid #fff;
        border-radius: 30px;
    }

.getin-left1:before {
    background: url(../images/choose-right-background.jpg);
    content: "";
    right: 0;
    height: 100%;
    width: 70%;
    position: absolute;
    z-index: -9;
}

.getin-left1:after {
    background: #ffb51aed;
    content: "";
    width: 70%;
    height: 100%;
    right: 0;
    position: absolute;
    z-index: -9;
}




.getin-right1 {
    padding: 60px 30px 0 50px;
}

.getin-right2 {
    padding: 0px;
}

.getin-details1 {
    padding: 10px;
}

    .getin-details1:nth-child(3) {
        margin: 20px 0 0;
    }

.getin-details2 {
    padding: 0px;
    background: #FBF671;
    border-radius: 20px;
    text-align: center;
}

.getin-details3 {
    padding: 0px 0 0px;
    position: relative;
    z-index: 9;
}

    .getin-details3 span {
        position: relative;
        display: block;
        padding: 30px 0;
        margin: 0 auto;
    }

    .getin-details3 b {
        display: block;
        margin: 0px auto 0;
        height: 80px;
        border-radius: 50%;
        width: 80px;
        background: #d80505;
        position: relative;
        line-height: 93px;
    }

        .getin-details3 b img {
        }

        .getin-details3 b .bi {
            color: #ffffff;
            height: 2.1em;
            width: 5em;
            margin: 13px 0 0;
        }

    .getin-details3 span:before {
        background: #ffffff;
        right: 0;
        left: 0;
        bottom: 0px;
        margin: 0 auto;
        position: absolute;
        content: "";
        height: 100%;
        z-index: -99;
        width: 150px;
        border-radius: 80px 80px 0px 0px;
    }

    .getin-details3 b:before {
        position: absolute;
        content: "";
        height: 100px;
        border-radius: 50%;
        width: 100px;
        background: #FBF671;
        line-height: 100px;
        right: 0px;
        left: -9px;
        bottom: 0px;
        margin: 0px auto -9px;
        z-index: -9;
    }

    .getin-details3 p {
        padding: 0px 0 0;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        font-size: 26px;
        margin: 0px 0 0;
    }


.getin-details4 {
    padding: 30px 0 0px 0;
}

    .getin-details4 a {
        padding: 0px 0;
        display: block;
        font-weight: 600;
        font-size: 23px;
        color: #000000;
    }

.getin-details1:nth-child(3) .getin-details2 .getin-details4 a {
    font-weight: 600;
    font-size: 19px;
}

.mark-getintouch .marksection1 {
}
/*=======================================================
      END GET IN TOUCH PAGE CSS 
=========================================================  */

/* start awards section*/

.awards-section {
    padding: 0;
    overflow: hidden;
    position: relative;
}

    .awards-section:before {
        content: url(../images/temple-left.jpg);
        position: absolute;
        z-index: -10;
        top: 0px;
        left: 0;
        right: auto;
        height: 100%;
        background-repeat: no-repeat;
    }

    .awards-section:after {
        content: url(../images/temple-right.jpg);
        position: absolute;
        z-index: -10;
        top: 0px;
        right: 0;
    }


.awards-section1 {
    padding: 60px 0px 60px;
}

.awards {
    padding: 30px 0 0;
}

.awards-1 {
    padding: 10px;
}

.awards-2 {
    padding: 0px;
}

    .awards-2 img {
        width: 100%;
    }
/* end awards section*/

/* start counter section */

.counter-section {
    padding: 0;
}

.counter-section1 {
    padding: 50px 0;
}

.counter-1 {
    padding: 10px;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #FBF671;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: center;
}

.counter-2 {
    padding: 0;
}

.counter-2a:first-child {
    border: 0;
}

.counter-2 .love_count {
    font-size: 48px;
    color: #363636;
    font-weight: 500;
    line-height: 70px;
}

.counter-2 p {
    color: #df0000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0px 0 0 0;
    display: block;
}
/* end counter section */


/*=================================
   END OUR SERVICES CSS
====================================  */

.ourservices-banner1 {
    padding: 0;
}

.ourservices-banner2 {
    padding: 0;
}

.astrology-our-services .bestservices-left1 {
    padding: 46px 0px 0 0px;
}

.ourservices-banner1 .bestservices-right2 {
    border-radius: 0 0 300px 300px;
}

.our-banner-right1 {
    padding: 10px;
}

.our-banner-right2 {
    padding: 10px;
    border: 1px solid;
}

.ourchoose-banner {
    padding: 0 5px 0 0;
}

    .ourchoose-banner img {
        border: 3px solid #fff;
        border-radius: 30px;
    }

/*=================================
  END OUR SERVICES CSS
====================================  */





.fix {
    position: fixed;
    padding: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

.end {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

    .end li a i {
        animation-name: vibe;
        animation-duration: 0.8s;
        animation-iteration-count: infinite;
        animation-timing-function: cubic-bezier(0.12,0.84,0.79,0.4);
        animation-delay: 0.2s;
    }

    .end li {
        display: inline;
        text-align: left;
        list-style: none;
        position: absolute;
        text-align: center;
        height: 50px;
        bottom: 15px;
        width: 50px;
        animation-name: rip;
        animation-duration: 0.8s;
        animation-iteration-count: infinite;
        background: #FBF671;
        line-height: 48px;
        border-radius: 50%;
    }

    .end .wh-fx {
        background: #FBF671;
        color: #fff;
        bottom: 90px;
    }

    .end li a {
        color: #fff;
    }

    .end li:after {
        position: absolute;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: -99;
        content: "";
        transform: scale(1);
        border: 1px solid rgba(162, 162, 162, 0.8);
        animation-name: ripp;
        animation-duration: 0.8s;
        animation-iteration-count: infinite;
    }

@keyframes vibe {
    0% {
        transform: rotate(0deg);
    }

    33% {
        transform: rotate(20deg);
    }

    66% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-20deg);
    }
}

@keyframes ripp {
    0% {
        transform: scale(0.9);
    }

    20% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.1);
    }

    60% {
        transform: scale(1.2);
    }

    80% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1.4);
    }
}


@keyframes rip {
    0% {
        box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);
    }

    20% {
        box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);
    }

    40% {
        box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);
    }

    60% {
        box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);
    }

    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);
    }
}

.wh-fx {
    left: 20px;
}

.ph-fx {
    left: 20px;
}

.end li a img {
    filter: brightness(0.5) invert(1);
    height: 27px;
}






/*start media query*/

@media (max-width: 767px) {
    body {
        text-align: center;
    }

    .tophead-right2 a {
        font-size: 45px;
        margin: -9px 12px -2px 0;
        display: none;
    }

    .tophead-right2 {
        padding: 0px 0px 0px 0px;
        position: relative;
        justify-content: center;
    }

    .tophead-left2 {
        padding: 0px 0 10px 17px;
    }

        .tophead-left2 a {
            font-size: 16px;
            margin: 4px 0 0 9px;
        }

    .tophead-left1 {
        width: 42%;
        display: none;
    }

    .tophead-right1 {
        width: 100%;
    }

    .tophead-center1 {
        display: none;
    }

    .scroll-on .tophead-right2 a {
        font-size: 25px;
        margin: 0;
        line-height: 48px;
    }

    .tophead-left2 span .bi {
        height: 1.8em;
        width: 1.8em;
    }

    .tophead-left2 span {
        height: 59px;
        width: 52px;
        line-height: 64px;
    }

    .tophead-right2 span .bi {
        height: 1.8em;
        width: 1.8em;
    }

    .tophead-right2 span {
        height: 59px;
        width: 52px;
        display: none;
        line-height: 64px;
    }

    .scroll-on .tophead-left1 {
        display: none;
    }

    .scroll-on .tophead-center1 {
        width: 40%;
        padding: 0 6px;
        display: block;
    }

    .scroll-on .tophead-right1 {
        width: 60%;
    }

    .scroll-on .tophead-center2 img {
        height: 46px;
    }

    .tophead-right2 .mail-Baba {
        display: none;
    }

    .scroll-on .tophead-right2 {
        align-items: end;
        padding: 0px 17px 0px 0px;
        justify-content: end;
    }

    .head-right2 strong {
        font-size: 17px;
        display: block;
    }

    .head-left1 {
        padding: 0px 20px 0 0px;
        display: none;
    }

    .head-right2 p {
        font-size: 17px;
        text-align: right;
    }

    .head-center1 {
        width: 100%;
        margin: -9px 0 0;
    }

    .head-right1 {
        padding: 0px 0px 0 0px;
        display: none;
    }

    .head-section1 {
        padding: 1px 10px 0px 10px;
        display: block;
    }

    .head-right2 {
        text-align: right;
    }

    .menu .active a:before {
        display: none;
    }

    .naviagtion-section1 {
        background: transparent;
        border: 0;
        padding: 10px 0 9px;
        margin: 0px 0 0;
    }

    .menu li:after {
        display: none;
    }

    .menu .active a {
        color: #fff;
    }

    .navbar {
        min-height: 40px;
        display: block;
        justify-content: center;
        align-items: center;
    }

    .navbar-toggler {
        display: block;
        right: 0;
    }

    .menu {
        padding: 40px 0 0px;
        display: block;
        margin: 0;
    }

        .menu li {
            padding: 4px 0px;
            display: block;
            border: 000;
            text-align: left;
            margin: 2px 0px 1px;
        }

            .menu li a {
                padding: 3px 10px 4px 9px;
                font-size: 15px;
                display: block;
                font-weight: 600;
            }

            .menu li:before {
                display: none;
            }

    .scroll-on .menu li {
        padding: 7px 0px 8px 0px;
    }

    .navigation-section1 {
        padding: 0;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .dropdown-menu {
        display: none;
        margin-top: 0;
    }

    .dropdown:hover .dropdown-menu {
        display: none;
    }

    .open > .dropdown-menu {
        display: block !important;
    }

    .dropdown-menu ul li {
        padding: 8px 0 8px 14px;
    }

    .choose-text strong {
        font-size: 25px;
    }

    .choose-us2 {
        padding: 30px 13px 30px 30px;
    }

    .best-services4 strong {
        font-size: 22px;
    }

    .best-services2 {
        padding: 0px 20px 0px 10px;
    }

    .best-services4 {
        padding: 10px 12px 0 50px;
    }

    .best-services2 span {
        top: -4px;
        left: 23px;
        text-align: right;
        height: 77%;
        line-height: 26px;
    }

    .best-services4 p {
        padding: 0 0px 0px 0px;
    }

    .best-services5 a {
        width: 220px;
        height: 90px;
        line-height: 51px;
    }

    .list-services:before {
        left: 21px;
    }

    .best-services1 {
        padding: 10px 20px;
    }

    .heading-design b:after {
        left: 31%;
    }

    .listheading-design b {
        width: 23%;
    }

        .listheading-design b:before {
            left: 36%;
            height: 30px;
            width: 30px;
            top: 7px;
        }

        .listheading-design b:after {
            left: 29%;
            top: 10px;
            height: 25px;
            width: 25px;
        }

    .bestheading-design b:before {
        height: 35px;
        width: 34px;
        right: 32%;
        top: 2px;
    }

    .best-inner-services .bestheading-design b:before {
        height: 35px;
        width: 34px;
        right: 13%;
        top: 2px;
    }

    .best-inner-services .bestheading-design b:after {
        height: 28px;
        width: 28px;
        right: 23%;
        top: 5px;
    }

    .best-inner-services .bestheading-design b {
        width: 18%;
    }

    .bestheading-design b:after {
        height: 28px;
        width: 28px;
        right: 23%;
        top: 5px;
    }

    .contact-text a {
        padding: 0px 0px 0px 0px;
        line-height: 96px;
        font-size: 30px;
    }

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

    .contact-list .number {
        font-size: 29px;
    }

    .astrology-section:before {
        display: none;
    }

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

    .astrology-heading h1 {
        font-size: 30px;
    }

    .choose-banner {
        width: 50%;
        padding: 0px 5px 0 5px;
    }

    .heading-design b:before {
        left: 23%;
        height: 28px;
        width: 28px;
        top: 6px;
        border: 3px solid #FBF671;
    }

    .heading-design b:after {
        left: 31%;
        height: 34px;
        width: 34px;
        top: 2px;
    }

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

    .bestservices-right2 {
        border-radius: 0 0 300px 300px;
    }

    .bestservices-left1 {
        padding: 46px 0px 0 0px;
    }

    .astrology-text {
        border-radius: 25px 25px 0px 0px;
    }

    .astrology-content .main {
        width: 95%;
    }

    .heading-design b {
        width: 26%;
    }

    .contact-text p {
        padding-bottom: 0;
    }

    .chooseheading-design b:before {
        left: 34%;
    }

    .chooseheading-design b:after {
        left: 28%;
    }

    .ourservices-section:before {
        display: none;
    }

    .ourservices-section:after {
        display: none;
    }

    .ourservices-1:nth-child(3) {
        margin: 20% 0 0 0;
    }

    .ourservices-1 {
        width: 50%;
    }

    .our-services {
        padding: 120px 0 0 0;
    }

    .ourservices-4 strong {
        font-size: 25px;
    }

    .ourservices-3 span {
        height: 220px;
        width: 220px;
        animation: none;
    }

    .ourservices-3 img {
        width: 190px;
        border: 5px solid #FBF671;
        margin: 13px auto 0;
    }

    .ourservices-3 span:after {
        height: 15px;
        width: 15px;
        left: 92%;
    }

    .ourservices-3 span:before {
        height: 19px;
        width: 19px;
    }

    .ourservices-heading strong {
        font-size: 41px;
        line-height: initial;
    }

    .ourservices-4 a {
        width: 63%;
    }

    .ourservices-2 {
        padding: 0 10px;
    }

    .our-design b:before {
        left: 28%;
        height: 28px;
        width: 28px;
        top: 6px;
        border: 3px solid #FBF671;
    }

    .our-design b:after {
        left: 37%;
        height: 34px;
        width: 34px;
        top: 2px;
    }

    .our-design b {
        width: 26%;
    }

    .marksection1 {
        padding-top: 0;
    }

    .mark-right2 strong {
        font-size: 31px;
        padding: 0 3px;
    }

    .mark-right3 a {
        width: 100%;
    }

    .mark-left2:before {
        right: 0;
        margin: 0 auto;
        width: 10%;
        top: 0;
        height: 40%;
    }

    .mark-left2 {
        padding: 0;
    }

        .mark-left2 span {
            height: 130px;
            width: 130px;
            line-height: 131px;
            margin: 10px auto 0;
        }

            .mark-left2 span:before {
                height: 100px;
                width: 100px;
                margin: 17px auto 0;
            }

            .mark-left2 span img {
                height: 60px;
            }

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

    .mark-right3 p {
        font-size: 14.5px;
        padding: 0px 10px 0 10px;
        width: 100%;
    }

    .mark-right3 {
        display: block;
        padding: 0;
    }

    .testimonials-1 { /* padding:10px 0; */
    }

    .testimonials-3 {
        padding: 13px 10px 10px;
    }

    .testimonials-3 {
        padding: 13px 10px 10px;
    }

    .testimonials-4 {
        width: 95%;
    }

    .testi-name span b .bi {
        height: 0.9em;
        width: 0.9em;
    }

    .testimonials-section1:before {
        height: 60%;
        top: 26%;
    }

    .client-design b:before {
        left: 33%;
        height: 33px;
        width: 33px;
        top: 0px;
        border: 2px solid #FBF671;
    }

    .client-design b:after {
        left: 24%;
        height: 28px;
        width: 27px;
        top: 3px;
        border: 2px solid #FBF671;
    }

    .client-design b {
        width: 26%;
    }

    .scroll-on .tophead-right2 span {
        height: 49px;
        width: 50px;
        line-height: 57px;
    }

    .footer-navigation ul li {
        padding: 0 7px;
        font-size: 14px;
    }

    .footer-contact strong {
        padding: 32px 10px 26px 7px;
        font-size: 39px;
    }

    .footer-contact {
        width: 10%;
    }

    .contact-footer1 {
        width: 90%;
    }

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

    .best-inner-services .best-services1 {
        width: 50%;
        padding: 10px 10px;
    }

    .best-inner-services .best-services2 {
        padding: 0px 10px 0px 10px;
    }

        .best-inner-services .best-services2 span {
            left: 5px;
            top: -2px;
            line-height: 24px;
        }

    .best-inner-services .best-services4 strong {
        font-size: 24px;
    }

    .best-inner-services .best-services4 {
        padding: 10px 0px 0 21px;
    }

    .best-inner-services .best-services5 a {
        line-height: 55px;
    }

    .breadcrumb-section1 .home {
        width: 50%;
        font-size: 31px;
    }

    .maincontent-right2 .bestservices-right2 {
        padding: 29px 0px 0px 0px;
        width: 48%;
        margin: 0 10px 0 0px;
    }

    .maincontent-right2 .listheading-design b:before {
        height: 24px;
        width: 24px;
        left: 23%;
        top: 10px;
        border: 2px solid #FBF671;
    }

    .maincontent-right2 .listheading-design b:after {
        left: 16%;
        height: 16px;
        width: 16px;
        border: 2px solid #FBF671;
        top: 14px;
    }

    .listheading-design b {
        width: 25%;
    }

    .about-banner_1 {
        width: 50%;
    }

    .maincontent-design2 {
        padding: 0px 20px 30px 20px;
    }

    .about-appointment1 {
        width: 50%;
    }

    .about-appointment2 a {
        padding: 13px 6px 9px 6px;
        font-size: 19px;
    }

    .maincontent-left1 {
        padding: 30px 0px 0 0px;
    }

    .getin-right1 {
        padding: 60px 15px 0 15px;
    }

    .getin-left1:before {
        width: 80%;
    }

    .getin-left1:after {
        width: 80%;
    }

    .getin-form {
        padding: 10px;
        width: 50%;
    }

    .banner-1 {
        width: 50%;
    }

    .footer-contact3 {
        padding: 0px 0 18px 8px;
    }

    .head-center2 img {
        height: 119px;
        margin: 8px 0 0 0;
    }

    .tophead-right2 p {
        display: block;
    }

    .mobile-view-top {
        display: block;
        padding: 2px 0 0 0;
    }

    .top-mobile-line {
        display: block;
    }

    .marquee-line {
        display: block;
    }

    .awards-1 {
        width: 50%;
    }

    .counter-1 {
        width: 50%;
    }

        .counter-1:nth-child(3) {
            border: 0;
            border-top: 1px solid #FBF671;
        }

        .counter-1:nth-child(4) {
            border-top: 1px solid #FBF671;
        }

    .counter-2 .love_count {
        font-size: 45px;
    }

    .naviagtion-section1 a {
        display: block;
    }

    .naviagtion-section .container {
        padding: 0 10px;
    }

    .banner-1 {
        padding: 0 5px;
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tophead-right2 a {
        font-size: 25px;
        margin: 3px 16px 0 0;
        line-height: 50px;
    }

    .tophead-right2 {
        padding: 0px 17px 10px 0px;
    }

    .tophead-left2 {
        padding: 0px 0 10px 17px;
    }

        .tophead-left2 a {
            font-size: 16px;
            margin: 4px 0 0 9px;
        }

    .tophead-left1 {
        width: 42%;
    }

    .tophead-right1 {
        width: 42%;
    }

    .tophead-center1 {
        width: 16%;
    }

    .tophead-left2 span .bi {
        height: 1.8em;
        width: 1.8em;
    }

    .tophead-left2 span {
        height: 59px;
        width: 52px;
        line-height: 64px;
    }

    .tophead-right2 span .bi {
        height: 1.8em;
        width: 1.8em;
    }

    .tophead-right2 span {
        height: 59px;
        width: 52px;
        line-height: 64px;
    }

    .scroll-on .tophead-left1 {
        display: none;
    }

    .scroll-on .tophead-center1 {
        width: 40%;
    }

    .scroll-on .tophead-right1 {
        width: 60%;
    }

    .scroll-on .tophead-center2 img {
        height: 56px;
    }

    .scroll-on .tophead-right2 .mail-Baba {
        display: none;
    }

    .scroll-on .tophead-right2 {
        align-items: end;
        padding: 0px 17px 5px 0px;
    }

    .head-right2 strong {
        font-size: 17px;
        display: block;
    }

    .head-left1 {
        padding: 10px 20px 0 0px;
        display: none;
    }

    .head-right2 p {
        font-size: 17px;
        text-align: right;
    }

    .head-center1 {
        width: 45%;
        margin: -9px 0 0;
    }

    .head-right1 {
        width: 55%;
        padding: 0px 0px 0 0px;
    }

    .head-section1 {
        padding: 20px 20px 10px 30px;
    }

    .head-right2 {
        text-align: right;
    }

    .choose-text strong {
        font-size: 31px;
    }

    .choose-us2 {
        padding: 20px 13px 30px 40px;
    }

    .best-services4 strong {
        font-size: 21px;
    }

    .best-services2 {
        padding: 0px 20px 0px 10px;
    }

    .heading-design b:after {
        left: 31%;
    }

    .listheading-design b {
        width: 20%;
    }

        .listheading-design b:before {
            left: 38%;
        }

        .listheading-design b:after {
            left: 31%;
            top: 10px;
        }

    .bestheading-design b:before {
        height: 35px;
        width: 34px;
        right: 34%;
    }

    .bestheading-design b:after {
        height: 28px;
        width: 28px;
        right: 26%;
        top: 5px;
    }

    .contact-text a {
        padding: 0px 0px 0px 0px;
        line-height: 86px;
    }

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

    .astrology-section:before {
        display: none;
    }

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

    .astrology-heading h1 {
        font-size: 30px;
    }

    .choose-banner {
        width: 50%;
        padding: 0px 10px 0 10px;
    }

    .heading-design b:before {
        left: 27%;
        height: 25px;
        width: 25px;
        top: 6px;
        border: 3px solid #FBF671;
    }

    .heading-design b:after {
        left: 33%;
        height: 32px;
        width: 32px;
        top: 2px;
    }

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

    .bestservices-right2 {
        border-radius: 0 0 300px 300px;
    }

    .bestservices-left1 {
        padding: 46px 10px 0 10px;
    }

    .astrology-text {
        border-radius: 25px 25px 0px 0px;
    }

    .astrology-content .main {
        width: 95%;
    }

    .ourservices-section:before {
        display: none;
    }

    .ourservices-section:after {
        display: none;
    }

    .ourservices-1:nth-child(3) {
        margin: 20% 0 0 0;
    }

    .ourservices-3 span {
        height: 250px;
        width: 250px;
    }

    .ourservices-3 img {
        width: 210px;
        margin: 19px auto 0;
        border: 8px solid #FBF671;
    }

    .our-design b:before {
        height: 36px;
        width: 36px;
        left: 37%;
        top: 1px;
    }

    .our-design b:after {
        height: 28px;
        width: 28px;
        left: 31%;
        top: 5px;
    }

    .our-design b {
        width: 17%;
    }

    .marksection1 {
        padding-top: 0;
    }

    .mark-right2 strong {
        font-size: 35px;
    }

    .mark-right3 a {
        font-size: 30px;
        line-height: 62px;
    }

    .mark-left2:before {
        right: 0;
        margin: 0 auto;
        width: 10%;
        top: 0;
        height: 40%;
    }

    .mark-left2 {
        padding: 0;
    }

        .mark-left2 span {
            height: 130px;
            width: 130px;
            line-height: 131px;
            margin: 10px auto 0;
        }

            .mark-left2 span:before {
                height: 100px;
                width: 100px;
                margin: 17px auto 0;
            }

            .mark-left2 span img {
                height: 60px;
            }

    .mark-right1 {
        padding: 0 0px 0 10px;
    }

    .mark-right3 p {
        font-size: 14.5px;
        padding: 0px 10px 0 0px;
    }

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

    .testi-image {
        width: 100%;
        text-align: center;
        margin: 10px auto 0;
    }

    .testi-name {
        width: 100%;
        display: block;
        text-align: center;
    }

    .testimonials-4 {
        display: block;
        width: 100%;
        border-radius: 0;
        float: inherit;
        padding: 10px 0 0px 0px;
    }

        .testimonials-4:before {
            border-radius: 0 0 13px 13px;
            bottom: 0;
        }

    .testimonials-3 {
        padding: 13px 10px 10px;
        border-bottom: 2px dashed #eee;
    }

    .testi-name span {
        position: relative;
        display: block;
        color: #FBF671;
    }

    .client-design b:before {
        left: 36%;
        height: 32px;
        width: 32px;
        top: 2px;
    }

    .client-design b:after {
        left: 30%;
        height: 24px;
        width: 24px;
        top: 7px;
    }

    .client-design b {
        width: 15%;
    }

    .footer-contact {
        width: 10%;
    }

    .contact-footer1 {
        width: 89%;
        padding: 40px 0px 0 0px;
    }

    .footer-contact strong {
        padding: 32px 9px 42px 7px;
    }

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

    .breadcrumb-section1 .home {
        width: 40%;
        font-size: 34px;
    }

    .best-inner-services .bestheading-design b:before {
        right: 34%;
    }

    .best-inner-services .bestheading-design b:after {
        right: 29%;
    }

    .maincontent-right2 .bestservices-right2 {
        padding: 29px 0px 0px 0px;
        width: 48%;
        margin: 0 10px 0 0px;
    }

    .maincontent-right2 .listheading-design b:before {
        height: 24px;
        width: 24px;
        left: 23%;
        top: 10px;
        border: 2px solid #FBF671;
    }

    .maincontent-right2 .listheading-design b:after {
        left: 16%;
        height: 16px;
        width: 16px;
        border: 2px solid #FBF671;
        top: 14px;
    }

    .listheading-design b {
        width: 25%;
    }

    .maincontent-left1 {
        padding: 0px 0px 0 0px;
    }

    .getin-form {
        padding: 10px;
    }

    .footer-contact3 {
        padding: 0px 0 23px;
    }

    .banner-1 {
        padding: 0 10px;
    }

    .maincontent-design2 {
        padding: 30px 10px;
    }

    .counter-1:nth-child(3) {
        border: 0;
        border-top: 1px solid #FBF671;
    }

    .counter-1:nth-child(4) {
        border-top: 1px solid #FBF671;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .tophead-right2 a {
        font-size: 25px;
    }

    .tophead-right2 {
        padding: 0px 17px 10px 0px;
    }

    .tophead-left2 {
        padding: 0px 0 10px 17px;
    }

        .tophead-left2 a {
            font-size: 16px;
            margin: 4px 0 0 9px;
        }

    .tophead-left1 {
        width: 34%;
    }

    .tophead-right1 {
        width: 34%;
    }

    .tophead-center1 {
        width: 32%;
    }

    .tophead-left2 span .bi {
        height: 1.8em;
        width: 1.8em;
    }

    .tophead-left2 span {
        height: 59px;
        width: 52px;
        line-height: 64px;
    }

    .tophead-right2 span .bi {
        height: 1.8em;
        width: 1.8em;
    }

    .tophead-right2 span {
        height: 59px;
        width: 52px;
        line-height: 64px;
    }

    .head-left2 strong {
        font-size: 17px;
    }

    .head-left1 {
        padding: 10px 20px 0 0px;
    }

    .head-right2 p {
        font-size: 17px;
    }

    .menu li {
        padding: 9px 10px 8px 10px;
    }

        .menu li a {
            font-size: 16px;
            padding: 5px 15px;
        }

    .choose-text strong {
        font-size: 31px;
    }

    .choose-us2 {
        padding: 20px 13px 30px 40px;
    }

    .chooseheading-design b:before {
        left: 31%;
        height: 30px;
        width: 30px;
        top: 4px;
    }

    .chooseheading-design b:after {
        left: 24%;
        height: 25px;
        width: 25px;
        top: 7px;
    }

    .best-services4 strong {
        font-size: 21px;
    }

    .best-services2 {
        padding: 0px 20px 0px 10px;
    }

    .heading-design b:after {
        left: 32%;
    }

    .heading-design b:before {
        left: 38%;
    }

    .listheading-design b:before {
        height: 29px;
        width: 29px;
        left: 18%;
    }

    .listheading-design b:after {
        height: 20px;
        width: 20px;
        left: 8%;
        top: 12px;
    }

    .bestheading-design b:before {
        height: 35px;
        width: 34px;
        right: 34%;
    }

    .bestheading-design b:after {
        height: 28px;
        width: 28px;
        right: 26%;
        top: 5px;
    }

    .our-design b:before {
        height: 36px;
        width: 36px;
        left: 41%;
        top: 1px;
    }

    .our-design b:after {
        height: 28px;
        width: 28px;
        left: 36%;
        top: 5px;
    }

    .contact-text a {
        font-size: 30px;
        padding: 0px 0 0px 0;
        line-height: 106px;
    }

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

    .contact-list .number {
        font-size: 29px;
    }

    .astrology-heading strong {
        font-size: 48px;
    }

    .astrology-heading h1 {
        font-size: 30px;
    }

    .ourservices-3 span {
        height: 240px;
        width: 240px;
    }

    .ourservices-3 img {
        width: 200px;
        margin: 20px auto 0;
    }

    .ourservices-4 a {
        width: 55%;
    }

    .ourservices-section:before {
        display: none;
    }

    .ourservices-4 strong {
        font-size: 26px;
    }

    .chooseus-right2 {
        padding-right: 10px;
    }

    .mark-right2 strong {
        font-size: 35px;
    }

    .mark-right3 a {
        font-size: 30px;
        line-height: 62px;
    }

    .client-design b:before {
        left: 39%;
        height: 35px;
        width: 34px;
    }

    .client-design b:after {
        left: 34%;
    }

    .testi-name p {
        letter-spacing: 0;
        font-size: 15px;
    }

    .testi-name strong {
        font-size: 15px;
    }

    .testimonials-4 {
        width: 95%;
        padding: 0px 0 30px 10px;
    }

    .testi-name span b .bi {
        height: 0.9em;
        width: 0.9em;
    }

    .testi-name span {
        top: -1px;
        right: 0;
    }

    .ourservices-heading strong {
        font-size: 38px;
    }

    .mark-right3 {
        padding-left: 20px;
    }

    .footer-contact strong {
        padding: 42px 5px 42px 4px;
        font-size: 41px;
    }

    .icon-text a {
        font-size: 16px;
    }

    .breadcrumb-section1 .home {
        width: 30%;
        font-size: 34px;
    }

    .about-appointment2 a {
        padding: 8px 6px 7px 9px;
        font-size: 20px;
    }

    .counter-2 .love_count {
        font-size: 45px;
    }

    .counter-2 p {
        font-size: 13px;
    }

    .banner-1 {
        padding: 0 10px;
    }
}

@media only screen and (min-width:1201px) and (max-width:1350px) {
    .tophead-left2 {
        padding: 0px 0 10px 20px;
    }

    .tophead-right2 {
        padding: 0px 20px 10px 0px;
    }

    .chooseheading-design b:before {
        left: 34%;
    }

    .chooseheading-design b:after {
        left: 28%;
    }

    .mark-right3 a {
        font-size: 35px;
        line-height: 62px;
    }

    .client-design b:before {
        left: 42%;
    }

    .client-design b:after {
        left: 38%;
    }

    .testi-name p {
        letter-spacing: 0;
        font-size: 15px;
    }

    .testi-name strong {
        font-size: 15px;
    }

    .tophead-left2 a {
        font-size: 18px;
        margin: 4px 0 0 6px;
    }
}

@media (max-width: 575px) and (min-width: 0px) {
    .head-right1 {
        display: none;
    }

    .head-center1 {
        width: 100%;
        margin: 0;
    }

    .head-center2 img {
        height: auto;
        margin: 0;
    }

    .scroll-on .tophead-right2 .mail-Baba {
        left: 42px;
    }

    .carousel-control b .glyphicon {
        height: 31px;
        width: 31px;
        line-height: 30px;
    }

    .carousel-control b .glyphicon-chevron-right:hover {
        left: 20px;
    }

    .carousel-control b .glyphicon-chevron-left:hover {
        left: 20px;
    }

    .tophead-right2 a {
        font-size: 37px;
    }

    .scroll-on .tophead-right1 {
        width: 100%;
    }

    .scroll-on .tophead-center1 {
        display: none;
    }

    .scroll-on .tophead-right2 .mail-Baba {
        top: 1px;
        right: 0;
        left: 0;
        margin: -11px auto 0 -90px;
    }

    .scroll-on .tophead-right2 {
        justify-content: center;
        padding: 0px 0px 8px 0px;
    }

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

    .contact-text a {
        width: 100%;
        line-height: 80px;
        font-size: 30px;
    }

    .contact-mark {
        flex-flow: column-reverse;
    }

    .contact-text p {
        width: 100%;
        padding: 0 10px 10px;
    }

    .chooseheading-design b:before {
        left: 14%;
        height: 24px;
        width: 24px;
        top: 8px;
        border: 3px solid #FBF671;
    }

    .chooseheading-design b:after {
        left: 23%;
        height: 30px;
        width: 30px;
        top: 4px;
    }

    .chooseheading-design span { /* padding: 7px 11px; */ /* font-size: 14px; */
    }

    .chooseheading-design b {
        width: 24%;
    }

    .choose-banner {
        width: 100%;
        padding: 10px 10px 0 10px;
    }

    .ourservices-1:nth-child(2) {
        margin: 28% 0 0 0;
    }

    .ourservices-1:nth-child(3) {
        margin: 27% 0 0 0;
    }

    .ourservices-1 {
        width: 100%;
        padding: 10px 0;
    }

    .ourservices-3 img {
        margin: 14px auto 0;
    }

    .choose-text {
        width: 100%;
        text-align: center;
    }

    .choose-image {
        width: 100%;
    }

    .choose-us2 {
        display: flex;
        flex-flow: column-reverse;
        padding: 20px 20px 20px 20px;
    }

    .our-design b:before {
        left: 22%;
        height: 25px;
        width: 25px;
        top: 6px;
        border: 3px solid #FBF671;
    }

    .our-design b:after {
        left: 31%;
        height: 30px;
        width: 30px;
        top: 4px;
    }

    .our-design b {
        width: 26%;
    }

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

    .testimonials-heading strong {
        font-size: 33px;
        line-height: inherit;
    }

    .testi-image {
        width: 100%;
        text-align: center;
        margin: 10px auto 0;
    }

    .testi-name {
        width: 100%;
        display: block;
        text-align: center;
    }

    .testimonials-4 {
        display: block;
        width: 100%;
        border-radius: 0;
        float: inherit;
        padding: 10px 0 0px 0px;
    }

        .testimonials-4:before {
            border-radius: 0 0 13px 13px;
            bottom: 0;
        }

    .testimonials-3 {
        padding: 13px 10px 10px;
        border-bottom: 2px dashed #eee;
    }

    .testi-name span {
        position: relative;
        display: block;
        color: #FBF671;
    }

    .client-design b:before {
        left: 33%;
        height: 33px;
        width: 33px;
        top: 0px;
        border: 2px solid #FBF671;
    }

    .client-design b:after {
        left: 24%;
        height: 28px;
        width: 27px;
        top: 3px;
        border: 2px solid #FBF671;
    }

    .client-design b {
        width: 26%;
    }

    .client-design span {
        padding: 7px 11px;
        font-size: 14px;
    }

    .footer-contact strong {
        font-size: 30px;
        padding: 54px 6px 36px 5px;
    }

    .footer-navigation {
        padding: 7px 1px;
    }

    .disclaimer p {
        font-size: 14px;
    }

    .footer-list strong {
        font-size: 37px;
    }

    .best-inner-services .best-services1 {
        width: 100%;
        padding: 10px 0;
    }

    .best-inner-services .best-services2 span {
        left: 7px;
        top: -2px;
        line-height: 44px;
        height: 100%;
        text-align: center;
    }

    .breadcrumb-section1 h1 {
        font-size: 30px;
    }

    .breadcrumb-section1 p {
        font-size: 13px;
    }

    .breadcrumb-section1 .home {
        width: 60%;
        font-size: 26px;
    }

    .best-services4 p {
        padding: 0 0px 0px 0px;
    }

    .best-inner-services .best-services4 {
        padding: 10px 20px 0 41px;
    }

    .about-banner_1 {
        width: 100%;
    }

    .maincontent-right2 .bestservices-right2 {
        width: 100%;
        margin: 0;
    }

    .maincontent-left2 h2, h3, h4, h5, h6 {
        font-size: 17px;
    }

    .about-appointment1 {
        width: 100%;
        margin: 10px 0 0;
    }

    .about-appointment {
        padding: 0px 0 0px;
    }

    .maincontent-design2 {
        padding: 0px 10px 30px 10px;
    }

    .getin-form {
        padding: 10px;
        width: 100%;
    }

    .footer-contact3 {
        padding: 0px 0 13px;
    }

    .services-footer4 ul li {
        padding: 11px 0px 10px 14px;
        font-size: 14px;
    }

    .banner-1 {
        padding: 10px 0;
    }

    .banner-1 {
        width: 100%;
    }

    .list-services ul li span {
        padding: 13px 5px 13px 19px;
    }

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

    .best-services5 a {
        width: 220px;
        height: 90px;
        line-height: 49px;
    }

    .banner-section:before {
        width: 20%;
        left: 50px;
    }

    .banner-section:after {
        width: 22%;
        right: 50px;
    }

    .listheading-design b {
        width: 23%;
    }

        .listheading-design b:before {
            left: 27%;
            height: 25px;
            border: 3px solid #FBF671;
            width: 25px;
            top: 10px;
        }

        .listheading-design b:after {
            left: 20%;
            top: 12px;
            height: 20px;
            width: 20px;
        }

    .heading-design b:before {
        left: 12%;
        height: 24px;
        width: 24px;
        top: 7px;
        border: 3px solid #FBF671;
    }

    .heading-design b:after {
        left: 21%;
        height: 30px;
        width: 30px;
        top: 4px;
    }

    .heading-design span {
        display: block;
    }

    .heading-design b {
        width: 70%;
        margin-bottom: -2px;
    }

    .tophead-right2 p {
        font-size: 19px;
        padding: 4px 0;
        font-weight: 800;
    }

    .mobile-view-top p {
        font-size: 20px;
        padding: 6px 0;
    }

    .mobile-view-top a {
        font-size: 30px;
    }

    .mobile-view-top span {
        font-size: 15px;
    }

    .awards-1 {
        width: 100%;
        padding: 10px 0;
    }

    .counter-2 .love_count {
        font-size: 30px;
    }

    .counter-2 p {
        font-size: 12px;
    }

    .footer-contact3 .icon-text {
        padding: 18px 14px 18px 22px;
    }

    .getin-details1:nth-child(3) .getin-details2 .getin-details4 a {
        font-size: 16px;
    }

    .getin-details1 {
        padding: 10px 0;
    }

    .naviagtion-section1 a img {
        height: 46px;
        margin: -11px -7px 0 0px;
    }

    .naviagtion-section1 a {
        font-size: 35px;
        margin: -4px 0 0 0;
    }
}



@media (max-width: 420px) and (min-width: 290px) {
    .tophead-right2 a {
        font-size: 29px;
    }

    .head-center2 img {
        margin: 0;
        height: auto;
    }

    .navbar-toggler {
        height: 31px;
        width: 41px;
        line-height: 30px;
        top: -1px;
    }

    .naviagtion-section1 {
        padding: 10px 0 3px;
    }

    .navbar-toggler img {
        height: 17px;
    }

    .scroll-on .tophead-right1 {
        width: 100%;
    }

    .scroll-on .tophead-center1 {
        display: none;
    }

    .scroll-on .tophead-right2 .mail-Baba {
        left: 12px;
        top: 1px;
    }

    .choose-banner {
        width: 100%;
        padding: 10px 10px 0 10px;
    }

    .chooseus-right2 {
        padding: 40px 0 40px;
    }

    .heading-design b:before {
        left: 12%;
        height: 24px;
        width: 24px;
        top: 7px;
        border: 3px solid #FBF671;
    }

    .heading-design b:after {
        left: 21%;
        height: 30px;
        width: 30px;
        top: 4px;
    }

    .chooseheading-design b:before {
        left: 11%;
        height: 20px;
        width: 20px;
        top: 8px;
        border: 3px solid #FBF671;
    }

    .chooseheading-design b:after {
        left: 20%;
        height: 26px;
        width: 26px;
        top: 4px;
    }

    .chooseheading-design span {
        padding: 7px 11px;
        font-size: 14px;
    }

    .chooseheading-design b {
        width: 24%;
    }

    .listheading-design b {
        width: 23%;
    }

        .listheading-design b:before {
            left: 9%;
            height: 16px;
            width: 16px;
            top: 14px;
            border: 2px solid #FBF671;
        }

        .listheading-design b:after {
            left: 18%;
            height: 21px;
            width: 21px;
            top: 11px;
        }

    .bestheading-design b:before {
        right: 11%;
        height: 20px;
        width: 20px;
        top: 8px;
        border: 3px solid #FBF671;
    }

    .bestheading-design b:after {
        right: 20%;
        height: 26px;
        width: 26px;
        top: 4px;
    }

    .heading-design span {
        display: block;
    }

    .heading-design b {
        width: 70%;
        margin-bottom: -2px;
    }

    .bestheading-design span {
        padding: 7px 11px;
        font-size: 14px;
    }

    .best-services4 {
        padding: 10px 0px 0 20px;
    }

    .best-services2 span {
        left: 8px;
        line-height: 22px;
        top: 0px;
    }

    .best-services4 strong {
        font-size: 22px;
    }

    .contact-text a {
        font-size: 30px;
    }

    .astrology-heading h1 {
        font-size: 30px;
    }

    .aboutus-design ul li {
        padding: 11px 5px 10px 14px;
    }

    .aboutus-design h2, h3, h4, h5, h6 {
        font-size: 15px;
        padding: 10px 15px 10px 10px;
        line-height: 31px;
    }

    .ourservices-3 span {
        height: 237px;
        width: 237px; /* animation: rotation 20s infinite linear; */ /* overflow: hidden; */
    }

    .ourservices-3 img {
        width: 200px;
        margin: 18px auto 0;
        border: 8px solid #FBF671;
    }

    .ourservices-1:nth-child(2) {
        margin: 40% 0 0 0;
    }

    .ourservices-1:nth-child(3) {
        margin: 40% 0 0 0;
    }

    .ourservices-3 span:after {
        left: 90%;
    }

    .ourservices-heading strong {
        font-size: 28px;
    }

    .our-design b:before {
        left: 7%;
        height: 17px;
        width: 17px;
        top: 11px;
        border: 2px solid #FBF671;
    }

    .our-design b:after {
        left: 17%;
        height: 22px;
        width: 21px;
        top: 8px;
    }

    .mark-right3 a {
        font-size: 30px;
    }

    .mark-right2 strong {
        font-size: 25px;
        font-weight: 400;
    }

    .client-design b:before {
        left: 23%;
        height: 24px;
        width: 24px;
        top: 5px;
        border: 2px solid #FBF671;
    }

    .client-design b:after {
        left: 13%;
        height: 21px;
        width: 21px;
        top: 7px;
        border: 2px solid #FBF671;
    }

    .client-design b {
        width: 26%;
    }

    .client-design span {
        padding: 7px 11px;
        font-size: 14px;
    }

    .icon-text a {
        font-size: 16px;
        margin: -1px 0 0 5px;
    }

    .icon-text span .bi {
        height: 1.5em;
        width: 1.5em;
    }

    .footer-contact3 .icon-text {
        padding-left: 20px;
    }

    .footer-contact strong {
        font-size: 24px;
        padding: 62px 5px 46px 5px;
    }

    .footer-navigation ul li {
        padding: 0 8px;
        font-size: 13px;
    }

    .services-footer4 {
        width: 100%;
    }

    .services-footer3 {
        display: block;
    }

    .best-inner-services .best-services2 span {
        line-height: 30px;
    }

    .best-inner-services .bestheading-design b {
        width: 19%;
    }

    .breadcrumb-section1 p {
        font-size: 12px;
    }

    .breadcrumb-section1 h1 {
        font-size: 30px;
    }

    .maincontent-left2 h2, h3, h4, h5, h6 {
        font-size: 17px;
        line-height: 25px;
        padding: 10px 10px 10px 10px;
    }

    .copy-text p {
        font-size: 13px;
    }

    .tophead-right2 p {
        font-size: 14px;
        font-weight: 800;
        padding: 3px 0;
    }

    .mobile-view-top p {
        font-size: 15px;
        padding: 2px 0;
    }

    .naviagtion-section1 a {
        font-size: 26px;
        margin: -4px 0 0 0;
    }

        .naviagtion-section1 a img {
            height: 34px;
            margin: -7px -4px 0 0px;
        }

    .mobile-view-top span {
        font-size: 11px;
    }

    .top-mobile-line b {
        font-size: 13px;
        line-height: 22px;
    }

    .awards-section1 .testimonials-heading strong {
        font-size: 31px;
    }

    .counter-1 {
        width: 100%;
        border-left: 0;
        border-top: 1px solid #FBF671;
    }

    .counter-2 p {
        font-size: 15px;
    }
}
