﻿
@font-face {
    font-family: 'Roboto';
    src: url('../../font/Roboto-Bold.eot');
    src: url('../../font/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../../font/Roboto-Bold.woff2') format('woff2'), url('../../font/Roboto-Bold.woff') format('woff'), url('../../font/Roboto-Bold.ttf') format('truetype'), url('../../font/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto-bold';
    src: url('../../font/roboto-bold.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url('../../font/Roboto-Regular.eot');
    src: url('../../font/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../../font/Roboto-Regular.woff2') format('woff2'), url('../../font/Roboto-Regular.woff') format('woff'), url('../../font/Roboto-Regular.ttf') format('truetype'), url('../../font/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../font/Roboto-Medium.eot');
    src: url('../../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../../font/Roboto-Medium.woff2') format('woff2'), url('../../font/Roboto-Medium.woff') format('woff'), url('../../font/Roboto-Medium.ttf') format('truetype'), url('../../font/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

img {
    width: auto;
    max-width: 100%;
  pointer-events:none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    display:inline-block;
}

input, button {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: bold;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 34px;
    line-height: 41px;
    color: #332042;
    font-weight: 500;
}

.post-title a {
    color: #332042 !important;
}

h3 {
    font-size: 28px;
    line-height: 34px;
}

h4 {
    font-size: 24px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

body {
    /*font-family: 'Roboto';*/
    font-size: 16px;
    line-height: normal;
    color: #000;
}

p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.font-size14 {
    font-size: 14px;
    line-height: 20px;
}

.font-size16 {
    font-size: 16px;
    line-height: 22px;
}

.font-size18 {
    font-size: 18px;
    line-height: 24px;
}

.font-size12 {
    font-size: 12px;
    line-height: 18px;
}

.font-size20 {
    font-size: 20px;
    line-height: normal;
}

.off-white {
    color: #FFFFFFDE;
}

.text-yellow {
    color: #FDD30F;
}

.text-green {
    color: #10BD8E;
}

.text-red {
    color: #EE4E5E;
}

.text-white {
    color: #fff;
}

.text-darkgray {
    color: #666666;
}

.text-gray {
    color: #B2B2B2;
}

.text-black {
    color: #000;
}

.text-darkblue {
    color: #331570;
}

.text-pink {
    color: #FFA2AC;
}

.golden-color {
    color: #FFAA00;
}

.bg-gray {
    background-color: #E1DEDE;
}

.bg-offgray {
    background-color: #F7F7F7;
}

.bg-lightblue {
    background-color: #F4EEFF;
}

.bg-lightblue2 {
    background-color: #F9F6FC;
}

.bg-darkblue {
    background-color: #C9B4F2;
}

.bg-blue {
    background-color: #54339C;
}

.bg-purple {
    background-color: #331575;
}

.bg-darkpurple {
    background-color: #331570;
}

.bg-green {
    background-color: #10BD8E;
}

.bg-lightpink {
    background-color: #F4EEFF;
}

.border-radius10 {
    border-radius: 10px 10px 0px 0px;
}

.bg-color-shadow {
    background-color: #fff;
    box-shadow: 0px 3px 11px #3315751A;
    border-radius: 10px;
}

.bg-img-position {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.word-break-word {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.word-break-word2 {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/***************************************************** Header-Css *******************************************************/

.content-wrapper {
    padding-top: 70px;
}

.header-center > ul > li {
    position: relative;
  padding:0px 25px;
}

    .header-center ul li a:focus, .header-center ul li a:focus-visible, .header-center ul li a:focus-within {
        color: #fff !important;
        background-color: transparent !important;
    }

    .header-center > ul > li > a {
        color: #fff !important;
        font-size: 16px;
        font-weight: 400;
        padding:10px 0px !important;
       /* padding: 12px 25px !important;*/
    }

    .header-center > ul > li.active a {
        border-bottom: 2px solid #fff;
    }


.header-center>ul>li>span {
    margin-left: 10px;
    font-size: 8px;
    color: #fff;
}

.header-center > ul > li .animation-chat {
    width: 34px;
    height: 34px;
}


    .header-center ul li span i {
        transform: rotate(90deg);
    }

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.dropdown-menu {
    background-color: #331575;
    position: absolute;
    top: 90% !important;
    left: -1px !important;
    padding: 0px;
    border-radius: 0px;
    border: 1px solid #ffffff75;
    margin-top: 0px !important;
    min-width: 180px;
}

    .dropdown-menu a {
        color: #fff;
        padding: 10px;
    }

        .dropdown-menu a:hover {
            background-color: #452192;
            color: #fff;
        }

.header-center ul li .dropdown-menu li {
    border-top: 1px solid #290F63;
    border-bottom: 1px solid #4A249E;
}

.header-center ul li:hover .dropdown-menu li:first-child {
    border-top: none;
}

.header-center ul li:hover .dropdown-menu li:last-child {
    border-bottom: none;
}

.header-center ul li .login-btn {
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 11px 39px !important;
    display: none;
}

.header-right {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 11px 15px;
}

.nv-bg {
    background: rgba(40, 10, 110, 0.95);
}

.header-sec .navbar {
    padding: 8px 0px !important;
}

.header-scroll .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: .9s ease-in-out;
}

.blog-banner-sec {
    background-image: url('https://cdn.horoscopelogy.com/hor/images/blog/blog-banner.png');
    padding: 141px 0px 64px;
}

.blog-content-box p {
    color: #e2e2e2b5;
}

.recent-post-sec {
    padding: 50px 0px 40px;
}

.recent-post-inner ul li {
    width: calc(100%/4 - 39px/4);
    margin-left: 13px;
    background-color: #fff;
    box-shadow: 0px 3px 11px #3315751A;
    border-radius: 10px;
}

    .recent-post-inner ul li:first-child {
        margin-left: 0px;
    }

    .recent-post-inner ul li img {
        border-radius: 10px 10px 0px 0px;
    }

.tarot-post-left {
    padding-right: 6.5px;
}

.tarot-post-left-box {
    background-color: #fff;
    box-shadow: 0px 3px 11px #3315751A;
    border-radius: 10px;
    height: 100%;
}

 .tarot-post-left-box img {
        border-radius: 10px 10px 0px 0px;
    }

.tarot-post-right {
    padding-left: 6.5px !important;
}

    .tarot-post-right ul li:not(:last-child) {
        padding-bottom: 13px;
    }

.tarot-post-right-box {
    background-color: #fff;
    box-shadow: 0px 3px 11px #3315751A;
    border-radius: 10px;
}

    .tarot-post-right-box > div + div {
        padding: 13px 8px !important;
    }

.compatibility-pentacles-left {
    width: 48.2%;
    flex: 1;
}

    .compatibility-pentacles-left img {
        border-radius: 10px 0px 0px 10px;
        /*  height: 100%;*/
    }

.compatibility-pentacles-right {
    width: 51.8%;
    padding: 50px 30px !important;
    flex: 1;
}

    .compatibility-pentacles-right p + p {
        max-width: 575px;
    }

.numerology-post-box {
    margin-top: 13px;
}

    .numerology-post-box ul li .tarot-post-right-box {
        margin-right: 6.5px !important;
    }

    .numerology-post-box ul li:nth-child(2) .tarot-post-right-box {
        margin-right: 0px !important;
        margin-left: 6.5px !important;
    }

.explore-all-left {
    width: 70.5% !important;
}

    .explore-all-left ul li .bg-color-shadow div > div img {
        height: 100%;
        object-fit: fill;
        border-radius: 10px 0px 0px 10px;
    }

    .explore-all-left ul li:not(:last-child) {
        margin-bottom: 20px;
    }

.explore-all-right {
    width: 26.4%;
    position: sticky;
    top: 85px;
    height: 100%;
}

    .explore-all-right ul li {
        padding: 10px 33px;
        position: relative;
        border-bottom: 2px solid #f0eeee;
    }

        .explore-all-right ul li::after {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50px;
            background-color: #331570;
            position: absolute;
            top: 18px;
            left: 20px;
        }

        .explore-all-right ul li a {
            color: #331570;
            font-size: 18px;
            font-weight: 600;
        }

    .explore-all-right .bg-color-shadow .bg-lightblue {
        border-radius: 10px 10px 0px 0px;
    }

.subscribe-sec p {
    max-width: 275px;
    margin: 0 auto;
}

.subscribe-sec input {
    box-shadow: inset 0px 1px 3px #00000029;
    outline: none;
    border: 1px solid #CED4DA45;
}

.subscribe-sec button {
    max-width: 180px;
    font-size: 16px;
    border: 2px solid #10bd8e;
}

    .subscribe-sec button:hover {
        background-color: #1ad3a1;
        border: 2px solid #1ad3a1;
    }
/********************************************* footer-css *******************************************/
.footer-inner {
    padding-bottom: 63px;
}

.footer-left ul li ul li {
    margin-top: 10px;
}

.footer-left ul li h4 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.footer-left ul li ul li a {
    color: #CBB9FB !important;
    font-size: 14px;
    border-bottom: 1px solid #331575;
}

    .footer-left ul li ul li a:hover {
        border-bottom: 1px solid #fff;
    }


.footer-right {
    padding-left:0px;
}

    .footer-right p {
        line-height: 22px;
    }

    .footer-right h4 {
        color: #fff;
        font-size:18px;
        line-height:24px;
    }

    .footer-right p {
        font-size: 14px;
        color: #CBB9FB;
    }

.copyright-sec {
    background-color: #54339C;
    border-radius: 10px;
}

    .copyright-sec p {
        font-size: 14px;
        line-height: 17px;
        color: #CBB9FB;
    }

/* compability-sec */

.bar-inner ul li:not(:last-child):after {
    content: ">";
    position: absolute;
    top: 1px;
    right: 0;
}

.aries-compatibility-left {
    width: 71%;
}

.aries-compatibility-right {
    width: 26.51%;
}

.works-sec ul li {
    position: relative;
    z-index: 0;
}

    .works-sec ul li:not(:last-child):after {
        content: "";
        width: 154%;
        border-top: dashed #c9bbe3;
        position: absolute;
        top: 20px;
        left: 50px;
        z-index: -1;
    }

    .works-sec ul li h5 {
        padding: 9px 15px;
        display: inline-block;
    }

.free-minuties-left h5 {
    font-size: 17px;
}


.aries-compatibility-left-box h1 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 500;
}

.post-blog-template .blog-template h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 15px;
}

.post-blog-template .blog-template h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 20px;
}

.post-blog-template .blog-template h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 20px;
}

.post-blog-template .blog-template h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 20px;
}

.post-blog-template .blog-template h6 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.post-blog-template .blog-template {
    line-height: 22px;
}

    .post-blog-template .blog-template a {
        color: #10BD8E !important;
    }

        .post-blog-template .blog-template a span {
            color: #10BD8E !important;
        }

        .post-blog-template .blog-template a img {
            width: 100%;
            max-width: 200px;
            height: auto !important;
        }


    .post-blog-template .blog-template table {
        border: 1px solid #B4B4B4;
        border-radius: 4px 4px 0px 0px;
        width: 100%;
        background-color: #F9F6FC;
        margin-top: 15px;
        margin-bottom: 15px;
        overflow: scroll;
        display: block;
    }

        .post-blog-template .blog-template table tr:not(:last-child) {
            border-bottom: 1px solid #e6dff3;
        }

tr td {
    padding: 8px 8px 8px 16px;
}

    /*tr td:not(:first-child) {
    padding: 8px 8px 8px 48px;
}*/

    tr td:not(:first-child) {
        border-left: 1px solid #dee2e6;
    }

.post-blog-template .blog-template blockquote p {
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #A188CE5C;
    padding: 24px;
    margin: 15px 0px;
    text-align: initial !important;
    margin-bottom: 0px !important;
}

    .post-blog-template .blog-template blockquote p::after {
        content: "";
        background-color: #EE4E5E;
        width: 8px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }


.post-blog-template .blog-template img {
    display: block;
    margin-bottom: 16px !important;
    margin: 0 auto;
    height:auto !important;
}

.post-blog-template .blog-template p a {
    color: #10BD8E;
}




.post-blog-template .blog-template span {
    line-height: 22px;
}

.post-blog-template .blog-template ul {
    list-style: disc;
}

.post-blog-template .blog-template ol li {
    padding-top: 5px;
    padding-bottom: 5px;
}


.post-blog-template .blog-template ul li {
    padding: 5px 0px;
}
/*.post-blog-template .blog-template p {
    margin: 0px;
}*/
/*.aries-compatibility-left-box .table-sec {
    border: 1px solid #B4B4B4;
    border-radius: 4px 4px 0px 0px;
}

.aries-compatibility-left-box table tr:not(:last-child) {
    border-bottom: 1px solid #e6dff3;
}

.read-also-sec {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #A188CE5C;
}

    .read-also-sec:after {
        content: "";
        background-color: #EE4E5E;
        width: 8px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }*/
.content-writer-sec {
    border-radius: 10px;
}

.content-writer-left img {
    border: 4px solid #A188CE;
    min-width: 110px;
    height: 110px;
}
.content-writer-right p.mb-0.off-white {
    display: none;
}


.related-post-inner ul li:first-child {
    margin-left: 0px;
}

.related-post-inner ul li {
    width: calc(100%/3 - 26px/3);
    margin-left: 13px;
    background-color: #fff;
    box-shadow: 0px 3px 11px #3315751A;
    border-radius: 10px;
}

    .related-post-inner ul li img {
        border-radius: 10px 10px 0px 0px;
    }

.comments-inner ul li {
    border-bottom: 1px solid #f2f2f2;
    padding-top: 16px;
    padding-bottom: 8px;
}

.comments-box-left h3 {
    padding: 4px 13px;
}

.leave-reply-sec {
    border: 1px solid #E5E5E5;
}

    .leave-reply-sec form ul {
        border-top: 1px solid #E5E5E5;
    }

        .leave-reply-sec form ul li label {
            top: -7px;
            left: 10px;
        }

        .leave-reply-sec form ul li input {
            border: 1px solid #CED4DA;
        }

        .leave-reply-sec form ul li textarea {
            border: 1px solid #CED4DA;
            outline: none;
        }

.post-btn button {
    border: 1px solid #10bd8e;
}

    .post-btn button:hover {
        background-color: #1ad3a1;
        border: 1px solid #1ad3a1;
    }

.aries-compatibility-right-box > div {
    border-radius: 10px 10px 0px 0px;
}

.works-sec {
    border-top: 1px solid #c9b4f299;
    border-bottom: 1px solid #c9b4f299;
    border-radius: 0px !important;
}

.aries-compatibility-right-box .free-minuties-sec {
    border-radius: 0px 0px 10px 10px;
}

.oracle-neptune-sec ul li {
    border-bottom: 1px solid #f0f0f0;
}

    .oracle-neptune-sec ul li div > div p.word-break-word {
        -webkit-line-clamp: 3;
    }

/*  .oracle-neptune-sec ul li .row div > h5 span.fa-star {
        color: #FFAA00;
    }*/

.free-minuties-right img {
    margin-top: -30px;
}

.tarot-post-right-inner-box p span.word-break-word {
    -webkit-line-clamp: 3;
}

/*.tarot-post-left-box img{
    height:100%;
    min-height:328px;
}*/

.astrology-post-sec h3 {
    max-width: 510px;
}

.astrology-post-inner div.astrology-post-left:nth-child(even) {
    padding-left: 8px !important;
    padding-right: 0px !important;
}

.explore-all-left ul li p + p {
    margin-bottom: 0px;
}

/*.numerology-post-inner .tarot-post-right-box{
    height:100%;
    min-height:179px;
}*/

.oracle-neptune-sec ul li div + div a {
    display: inline-block;
    text-align: center;
}

    .oracle-neptune-sec ul li div + div a:hover {
        background-color: #1ad3a1;
    }

.mobile-view-img img {
    display: none;
}

.content-outer {
    flex-wrap: wrap;
}

    .content-outer > div {
        width: calc(100%/4 - 39px/4);
        margin-left: 13px;
        background-color: #fff;
        box-shadow: 0px 3px 11px #3315751A;
        border-radius: 10px;
        margin-bottom: 35px;
    }

        .content-outer > div:nth-child(4n + 1) {
            margin-left: 0px;
        }

.post-div-left img {
    border-radius: 10px 10px 0px 0px;
}

.explore-all-left-box {
    /*flex:1;*/
    width: 100%;
    max-width: 337px;
}

    .explore-all-left-box img {
        border-radius: 10px 0px 0px 10px;
    }

.explore-all-right-box {
    flex: 1;
    padding: 0px 10px 0px 0px;
}

.tarot-post-left-inner-box img {
    border-radius: 10px 0px 0px 10px;
}

.tarot-post-left-box div h3 {
    font-size: 27px;
    line-height: 30px;
}

.tarot-post-right-box div img {
    border-radius: 10px 0px 0px 10px;
}

.numerology-post-inner .tarot-post-right-inner-box p.word-break-word {
    -webkit-line-clamp: 3;
}

.erroremail-sec span {
    top: 9px;
    right: 10px;
    display: none
}

.erroremail-sec.erroremail span {
    display: block;
}

.erroremail-sec.erroremail input {
    border: 1px solid red;
}


.loader1 {
    display: inline-block;
    font-size: 0px;
    padding: 0px;
}

    .loader1 span {
        vertical-align: middle;
        border-radius: 100%;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 3px 2px;
        -webkit-animation: loader1 0.8s linear infinite alternate;
        animation: loader1 0.8s linear infinite alternate;
    }

#successSubSpan {
    opacity: 0
}


.successSubSpan-sec.successSub-sec {
    opacity: 1;
    height: 100%;
    min-height: 36px;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.successSubSpan-sec {
    opacity: 0;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#successSubSpan.text-danger {
    opacity: 1 !important;
}

#successSubSpan.text-success {
    opacity: 1 !important;
}

.loader1 span:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    /* background:rgba(245, 103, 115,0.6);*/
    background-color: #838383;
}

.loader1 span:nth-child(2) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    /* background:rgba(245, 103, 115,0.8);*/
    background-color: #838383;
}

.loader1 span:nth-child(3) {
    -webkit-animation-delay: -0.26666s;
    animation-delay: -0.26666s;
    /*  background:rgba(245, 103, 115,1);*/
    background-color: #838383;
}

.loader1 span:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    /*  background:rgba(245, 103, 115,0.8);*/
    background-color: #838383;
}

.loader1 span:nth-child(5) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    /* background:rgba(245, 103, 115,0.4);*/
    background-color: #838383;
}

@keyframes loader1 {
    from {
        transform: scale(0, 0);
    }

    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }

    to {
        -webkit-transform: scale(1, 1);
    }
}

.subscribebtn {
    margin-top: 44px !important;
}

.categories-sec .content-outer .post-content-right h5 {
    font-size: 18px;
    line-height: 24px;
}

.categories-sec .content-outer .post-div-left h5 {
    font-size: 18px;
    line-height: 24px;
}

.categories-sec .content-outer .post-div-left p {
    font-size: 14px;
    margin-bottom: 10px;
}

    .categories-sec .content-outer .post-div-left p + p {
        font-size: 16px;
    }

/*.pagination-container ul li:not(:first-child){
    padding-left:15px;
}*/
.pagination-container ul li a {
    display: block;
    padding: 7px 12px;
    color: #000;
}


.pagination-container ul li.active a {
    background-color: #10BD8E;
    padding: 7px 12px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
}


@media screen and (max-width:1355px) {
    /*.tarot-post-right-box > div + div {
        padding: 6px 8px !important;
    }*/
    /* .numerology-post-inner .tarot-post-right-inner-box {
        padding: 6px 9px !important;
    }*/
    /* .numerology-post-inner .tarot-post-right-inner-box p.word-break-word {
        -webkit-line-clamp: 4;
    }*/
}

@media screen and (max-width:1400px) {

    .tarot-post-right-inner-box p {
        margin-bottom: 7px;
    }

        .tarot-post-right-inner-box p + p {
            margin-bottom: 0px !important;
        }

    .tarot-post-right-inner-box h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .tarot-post-left-box > div {
        padding: 8px 15px !important;
    }

        .tarot-post-left-box > div h3 {
            font-size: 24px;
            line-height: 28px;
        }

    .tarot-post-left-box div p {
        margin-bottom: 8px;
    }

        .tarot-post-left-box div p + p {
            margin-bottom: 0px;
        }

    .tarot-post-left-inner-box {
        /* flex: 1; */
        width: 100%;
        max-width: 275px;
    }

    .tarot-post-right-box > div + div {
        padding: 11px 8px !important;
        flex: 1;
    }

    .compatibility-pentacles-right {
        padding: 30px 30px !important;
    }
}

/*@media screen and (min-width:1200px) {
    .container {
        max-width: 1360px;
    }
}*/

@media screen and (max-width:1199px) {

    .header-center > ul > li {
        padding: 0px 15px !important;
    }
/*
    .header-center > ul > li > a {
        padding: 12px 15px !important;
    }*/

    .content-outer > div {
        width: calc(100%/3 - 26px/3);
        margin-left: 13px;
    }

        .content-outer > div:nth-child(4n+1) {
            margin-left: 13px;
        }

        .content-outer > div:nth-child(3n+1) {
            margin-left: 0px;
        }

    /* .tarot-post-left-box img {
            height: 100%;
            min-height: auto;
        }*/

    .tarot-post-left-inner-box {
        max-width: 237px;
    }

    .tarot-post-right-box > div + div {
        padding: 6px 9px !important;
    }

    .numerology-post-inner .tarot-post-right-inner-box p.word-break-word {
        -webkit-line-clamp: 3;
    }

    .word-break-word {
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .compatibility-pentacles-right {
        padding: 25px 30px !important;
    }

    .aries-compatibility-left {
        width: 65%;
    }

    .aries-compatibility-right {
        width: 31.51%;
    }

    .footer-right {
        padding-left: 42px !important;
    }

    .tarot-post-left-box h3 {
        font-size: 22px;
    }


    /* .tarot-post-right-box > div + div {
        padding: 10px !important;
    }*/

    .tarot-post-left-box > div h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .tarot-post-right-inner-box h5 {
        font-size: 13px !important;
        line-height: 16px;
    }


    .tarot-post-right-inner-box > p {
        margin-bottom: 4px !important;
    }

    .tarot-post-left-box {
        padding-bottom: 0px !important
    }

        .tarot-post-left-box > div {
            /* padding: 34px 15px !important*/
            padding: 6px 15px 8px !important;
        }

    /*  .numerology-post-inner .tarot-post-left-box > div {
        padding: 28px 12px !important;
    }*/
    /*.tarot-post-left-box img {
        height: 100%;
        min-height: 330px;
    }*/
    /*.tarot-post-right-box {
        min-height: 180px;
    }*/
    .explore-all-right-box {
        padding: 11px 15px 11px 0px !important;
    }

        .explore-all-right-box h4 {
            font-size: 20px;
        }

        .explore-all-right-box p + p.word-break-word {
            -webkit-line-clamp: 2;
        }


    /* .numerology-post-inner .tarot-post-left-box p.word-break-word2 {
        -webkit-line-clamp: 5;
    }*/

    /*  .numerology-post-inner .tarot-post-right-inner-box {
        padding: 11px 9px !important;
    }*/
    .numerology-post-inner .tarot-post-right-box {
        min-height: auto;
    }

    .tarot-post-right-inner-box > p.font-size12.text-darkgray {
        margin-bottom: 7px;
        font-size: 11px;
    }

    .compatibility-pentacles-right {
        padding: 15px 15px !important;
    }

        .compatibility-pentacles-right > p {
            padding-top: 13px !important;
        }

            .compatibility-pentacles-right > p + p {
                padding-top: 8px !important;
            }
}
@media screen and (min-width:992px)
{
    .header-center ul li:hover .dropdown-menu {
        display: block !important;
        transition: 0.45s;
        border: none;
    }
}
@media screen and (max-width: 991px) {

    .astrology-post-left-box h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .header-sec .navbar {
        background: rgba(40, 10, 110, 0.95);
    }

    .header-center > ul > li {
        padding: 0px 0px !important;
    }
    .header-center ul li:hover .dropdown-menu {
        border: none;
    }

   /* .header-center ul li:hover .dropdown-menu{
        display:inherit !important;
    }

    .header-center ul li:hover .dropdown-menu.show {
        display: block !important;
    }*/

    .search-feaild {
        margin-top: 0% !important;
    }

        .search-feaild input {
            font-size: 18px !important;
            padding: 15px 9px !important;
        }

            .search-feaild input::placeholder {
                color: #fff !important;
            }

    .header-center > ul > li .animation-chat {
        position: absolute;
        left: 90px;
    }

    .header-center > ul > li > a {
        font-size: 18px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 15px !important;
    }

    .compatibility-pentacles-right {
        padding: 10px 10px !important;
    }

        .compatibility-pentacles-right h3 {
            font-size: 18px;
            line-height: 24px;
        }


    .tarot-post-left-inner-box {
        max-width: 290px;
    }

    .tarot-post-right-inner-box h5 {
        font-size: 18px !important;
        line-height: 23px;
    }

    .tarot-post-left-box > div {
        padding: 34px 15px !important;
        /*  padding: 20px 15px 20px !important;*/
    }

    .tarot-post-left-box div p {
        margin-bottom: 16px;
    }


    .content-outer > div {
        width: calc(100%/2 - 13px/2);
        margin-left: 13px;
    }

        .content-outer > div:nth-child(4n+1) {
            margin-left: 13px;
        }

        .content-outer > div:nth-child(3n+1) {
            margin-left: 13px;
        }

        .content-outer > div:nth-child(2n+1) {
            margin-left: 0px;
        }

    .tarot-post-right-inner-box > p {
        margin-bottom: 16px !important;
    }

        .tarot-post-right-inner-box > p + p {
            margin-bottom: 0px !important;
        }



    h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .explore-all-left ul li div div div + div {
        padding: 15px !important;
    }


        .explore-all-left ul li div div div + div p + p {
            margin-bottom: 0px !important;
        }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .header-left {
        margin-left: 33px;
    }

    .navbar-toggler {
        order: -1;
        padding-left: 0px;
        margin-left: -42px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        width: 100%;
        background-color: #331575;
        z-index: 999;
    }

    .recent-post-inner ul li {
        width: calc(100%/2 - 13px/2);
        margin-left: 13px;
        margin-bottom: 13px;
    }

    .recent-post-inner ul {
        flex-wrap: wrap;
    }

        .recent-post-inner ul li:nth-child(2n + 1) {
            margin-left: 0px;
        }

    .aries-compatibility-inner {
        flex-wrap: wrap;
    }

    .aries-compatibility-left {
        width: 100%;
    }

    .aries-compatibility-right {
        width: 100%;
    }

    .works-sec ul li:not(:last-child):after {
        width: 455%;
    }

    .footer-right {
        padding-left: 0px !important;
        padding-top: 30px !important;
        text-align: center;
    }

        .footer-right div {
            justify-content: center;
        }

        .footer-right ul {
            justify-content: center;
        }

    .tarot-post-left {
        padding-right: 0px !important;
    }

    .tarot-post-right {
        padding-left: 0px !important;
        padding-top: 13px !important;
    }

    .numerology-post-box ul li {
        padding-bottom: 13px !important;
    }

        .numerology-post-box ul li .tarot-post-right-box {
            margin: 0px !important;
        }

        .numerology-post-box ul li:nth-child(2) .tarot-post-right-box {
            margin: 0px !important;
        }

    /* .compatibility-pentacles-right {
        padding: 15px 15px !important;
    }*/


    .compatibility-pentacles-right > p {
        padding-top: 5px !important;
        margin-bottom: 5px;
    }

        .compatibility-pentacles-right > p + p {
            font-size: 14px;
        }

    .explore-all-inner {
        flex-wrap: wrap;
    }

    .explore-all-left {
        width: 100% !important;
    }

    .explore-all-right {
        width: 100% !important;
        margin-top: 24px;
        margin-bottom: 25px;
        order: -1;
        position: initial;
    }

    /* .tarot-post-left-box img {
        height: 100%;
        min-height: auto;
    }*/

    .numerology-post-box ul li:nth-child(n+2) {
        display: none;
    }

    .aries-compatibility-right {
        display: none;
    }

    .aries-compatibility-left-box h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .blog-template h3 {
        font-size: 24px;
        line-height: 29px;
    }
}

@media screen and (max-width: 767px) {
    .aries-compatibility-left-box h1 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
    }

    .post-blog-template h2 {
        font-size: 20px;
        line-height: 25px;
    }


    h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .blog-content-box h4 {
        font-size: 16px;
    }

    .blog-content-box p {
        font-size: 15px;
    }

    .tarot-post-right-inner-box h5 {
        font-size: 15px !important;
        line-height: 20px;
    }

    .tarot-post-left-inner-box {
        max-width: 251px;
    }

    .tarot-post-right-inner-box > p {
        margin-bottom: 5px !important;
    }

    .explore-all-left-box {
        /*flex:1;*/
        max-width: 225px;
    }


    .explore-all-right-box h4 {
        font-size: 15px;
        line-height: 19px;
    }

    .explore-all-right-box p {
        margin-bottom: 6px;
    }

    .explore-all-right-box {
        padding: 6px 15px 6px 0px !important;
    }


    h1 {
        font-size: 35px;
    }

    .blog-banner-inner {
        text-align: center;
    }

    .android-btn {
        justify-content: center;
    }

    .related-post-inner ul {
        flex-wrap: wrap;
    }

        .related-post-inner ul li {
            width: 100%;
            margin-left: 0px;
            margin-bottom: 13px;
        }

    .works-sec ul li:not(:last-child):after {
        width: 320%;
    }

    .recent-post-inner ul li h5 {
        font-size: 16px;
        line-height: 18px;
    }

    .explore-all-left ul li div div div + div p + p {
        display: none;
    }

    .explore-all-left ul li div div div + div p {
        margin-bottom: 0px !important;
    }

    .astrology-post-inner div.astrology-post-left:nth-child(n + 3) {
        display: none !important;
    }

    .compatibility-pentacles-box {
        flex-wrap: wrap;
    }

    .compatibility-pentacles-left, .compatibility-pentacles-right {
        width: 100%;
        flex: auto;
    }

        .compatibility-pentacles-left img {
            border-radius: 10px 10px 0px 0px;
        }

    .related-post-inner ul li:nth-child(n+2) {
        display: none;
    }

    .aries-compatibility-left-box {
        padding: 15px !important;
    }

    .comments-sec {
        padding: 15px !important;
    }

    .leave-reply-sec {
        padding: 15px !important;
    }

    .footer-sec {
        padding-top: 10px !important;
    }

    .footer-left > ul > li {
        padding-top: 30px;
    }

    .blog-banner-sec {
        padding: 80px 0px 40px;
    }

    .recent-post-sec {
        padding: 25px 0px !important;
    }

    .tarot-post-sec {
        padding: 25px 0px !important;
    }

    .astrology-post-sec {
        padding: 25px 0px !important;
    }

    .compatibility-post-sec {
        padding: 25px 0px !important;
    }

    .numerology-post-sec {
        padding: 25px 0px !important;
    }

    .explore-all-sec {
        padding: 25px 0px !important;
    }

    .astrology-post-sec h3 {
        font-size: 22px;
        line-height: 24px;
    }
}


@media screen and (max-width:575px) {

    .header-left a img {
        width: 100%;
        max-width: 130px;
    }

    .header-right {
        margin-left: 0px !important;
        padding: 11px 10px !important;
    }

    .explore-all-right-box p + p {
        display: none;
    }

    .content-outer > div {
        width: 100%;
        margin-left: 0px !important;
    }


    h3 {
        font-size: 16px;
        line-height: 18px;
    }

    p {
        font-size: 14px;
        line-height: 18px;
    }

    /* .content-writer-sec {
        text-align: center;
    }*/

    .content-writer-right {
        padding-top: 0px !important;
    }

    .content-writer-left img {
        display: none;
    }

    .mobile-view-img img {
        max-width: 55px;
        display: block;
        margin-right: 15px;
    }

    .recent-post-inner ul li {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 13px;
    }

    .content-writer-right div div + div h4 {
        margin-bottom: 0px !important;
    }

    .content-writer-right p {
        margin-top: 10px;
    }


    .astrology-post-inner .recent-post-inner ul li {
        width: calc(100%/2 - 13px/2);
        margin-left: 13px;
        margin-bottom: 13px;
    }

        .astrology-post-inner .recent-post-inner ul li:nth-child(2n+1) {
            margin-left: 0px;
        }

        .astrology-post-inner .recent-post-inner ul li:nth-child(n+3) {
            display: none;
        }


    .tarot-post-right-inner-box p + p {
        display: none !important;
    }

    .tarot-post-right-inner-box > a > p {
        margin-top: 10px;
    }

    .tarot-post-right-inner-box h5 {
        font-size: 15px !important;
        line-height: 19px;
        margin-bottom: 8px !important;
    }

    .tarot-post-left-inner-box {
        max-width: 235px;
    }


    .tarot-post-right-box > div + div {
        padding: 17px 8px 15px !important;
    }

    .astrology-post-left-box {
        padding-bottom: 10px !important;
    }

    .astrology-post-inner div.astrology-post-left:nth-child(n + 2) {
        display: none;
    }

    .compatibility-pentacles-right h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .compatibility-post-inner .recent-post-inner ul li {
        width: calc(100%/2 - 13px/2);
        margin-left: 13px;
        margin-bottom: 13px;
    }

        .compatibility-post-inner .recent-post-inner ul li:nth-child(2n+1) {
            margin-left: 0px;
        }

        .compatibility-post-inner .recent-post-inner ul li:nth-child(n+3) {
            display: none;
        }

    .explore-all-left ul li h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .explore-all-left ul li div div div + div p {
        font-size: 12px;
    }

    .explore-all-left ul li div div div + div {
        padding: 20px 12px 15px !important;
    }

    .tarot-post-left-box {
        padding-bottom: 10px !important;
    }

        .tarot-post-left-box h3 {
            font-size: 16px;
            line-height: 18px;
        }

    .word-break-word2 {
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tarot-post-left-box div > p + p {
        font-size: 14px;
        line-height: 17px;
    }

    .leave-reply-sec {
        margin-top: 10px !important;
    }

        .leave-reply-sec form ul li:not(:first-child) {
            padding: 0px !important;
            margin-top: 20px !important;
        }

    .astrology-post-left {
        padding-right: 0px !important;
    }

    /*  .header-sec{
        padding:20px;
    }*/
}

@media screen and (max-width: 480px) {
    .tarot-post-right-inner-box > p.font-size12.text-darkgray {
        font-size: 10px;
        white-space: nowrap;
    }


    .tarot-post-left-inner-box {
        max-width: 155px;
    }

    .tarot-post-right-box > div + div {
        padding: 7px 8px 7px !important;
    }


    .explore-all-left-box {
        /* flex: 1; */

        max-width: 150px;
    }

    .explore-all-right-box {
        padding: 4px 8px 4px 0px !important;
        margin-left: 9px !important;
    }

        .explore-all-right-box p {
            font-size: 12px;
            margin-bottom: 0px;
            white-space: nowrap;
        }

    .tarot-post-right-inner-box > p {
        margin-bottom: 0px !important;
    }

    .explore-all-left ul li h4 {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px;
    }

    .explore-all-left ul li div div div + div p {
        font-size: 10px;
    }

    .tarot-post-right-inner-box h5 {
        font-size: 13px !important;
        line-height: 14px;
    }

    .tarot-post-right-inner-box > p {
        margin-bottom: 0px;
        margin-top: 5px;
        font-size: 11px;
    }


    .astrology-post-inner .recent-post-inner ul li:nth-child(n+2) {
        display: none;
    }

    .astrology-post-inner .recent-post-inner ul li {
        width: 100%;
        margin-left: 0px !important;
    }

    .compatibility-post-inner .recent-post-inner ul li {
        width: 100%;
        margin-left: 0px !important;
    }

        .compatibility-post-inner .recent-post-inner ul li:nth-child(n+2) {
            display: none;
        }

    .post-title {
        font-size: 22px;
        line-height: 27px;
    }
}

@media screen and (max-width:380px) {
    .tarot-post-left-inner-box {
        max-width: 130px;
    }


    .tarot-post-right-box > div + div {
        padding: 7px 5px 7px !important;
    }

    .tarot-post-right-inner-box h5 {
        font-size: 10px !important;
        line-height: 12px;
        margin-bottom: 4px !important;
    }

    .tarot-post-right-inner-box > p {
        margin-top: 0px;
        font-size: 9px;
    }




    .explore-all-left ul li div div div + div {
        padding: 8px 6px 8px !important;
    }

    .explore-all-right-box {
        padding: 3px 5px 3px 0px !important;
        margin-left: 5px !important;
    }

    .explore-all-left ul li h4 {
        font-size: 10px;
        line-height: 11px;
        margin-bottom: 0px;
    }

    .explore-all-right-box p {
        font-size: 10px;
        margin-bottom: 0px;
    }

    .explore-all-left ul li div div div + div p {
        font-size: 9px;
    }

    .tarot-post-right-inner-box > p.font-size12.text-darkgray {
        font-size: 8px;
        white-space: nowrap;
    }

    .explore-all-left-box {
        max-width: 115px;
    }
}
