/**********|| Font-Family ||**********/
h1 {
    /*font-family: 'Playfair Display', serif !important;*/
    font-family: 'Montserrat' !important;
}

h2,
h3,
h4,
h5,
h6,
.HoroscopeYear li a span,
.HoroscopeTabsMenu li a {
    /*font-family: 'Lato', sans-serif !important;*/
    font-family: 'Montserrat' !important;
}

  
html{
    width: 100%;
    overflow: auto;
}

p {
    /*font-family: 'Montserrat' !important;*/
    font-family: 'Montserrat' !important;
    font-size: 16px !important;
}


h1 {
    font-size: 32px !important;
    letter-spacing: 0.166em;
    font-weight: 700 !important;
    word-break: break-word;
}

h2 {
    font-size: 24px;
    font-weight: 700;
}

h3 {
    font-size: 18.72px;
    font-weight: 700;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 13.28px;
}

h6 {
    font-size: 10.72px;
}

p {
    font-size: 1em;
}

.title_content h2,
.love_copatiblity_details h4,
.form_title h4 {
    /*font-family: "Quincy CF";*/
    font-family: 'Montserrat' !important;
}

.PickAnother .tarotbtn {
    font-family: 'Montserrat' !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.MainHeader div#collapsibleNavbar ul.navbar-nav li a {
    /*font-family: 'Montserrat';*/
    font-family: 'Montserrat' !important;
    font-size: 12px;
    color: #51596b;
    font-weight: 600;
    padding: 2px 5px;
}

:root {
    --btn: rgb(198 0 255);
}

.freebtn {
    margin: 0 !important;
    /*margin-left: 15px !important;*/
}

.reveal_btn {
    background: var(--btn) !important;
    border: 1px solid transparent !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
}

.dropdown:hover .header_menu_drop {
    display: block !important;
}

@media (max-width: 991px) {
    .dropdown:hover .header_menu_drop {
        display: flex !important;
    }
}

ul#menu_drop {
    width: 410px;
}

ul.header_menu_drop li {
    padding: 0 0 !important;
}

ul#menu_drop li {
    width: 50%;
    float: left;
    clear: right;
}

/**********|| Font-Family ||**********/
/**********|| Header Css ||**********/
/*new header*/
.navbar {
    padding: 0px;
}

.navbar img {
    width: 210px;
    height: 100%;
    padding-left: 25px;
}

.nav-custom-btn {
    color: #fff !important;
    font-size: 13px !important;
    text-transform: capitalize;
    padding: 9px 6px;
    background: #C600FF !important;
    position: relative;
    z-index: 11;
    letter-spacing: 0 !important;
}

.nav-item {
    font-size: 13px;
    font-weight: 500;
    padding: 20px 4px;
    line-height: 1.13;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}

.nav-item .nav-link {
    color: #51596b;
}

.nav-item .nav-link:hover {
    color: #C600FF !important;
}

.navbar-toggler {
    padding-right: 15px;
}

.navbar-collapse {
    padding-left: 15px;
}

/*old header */
body {
    letter-spacing: 1.1px;
    /*font-family: 'Montserrat';*/
    font-family: 'Montserrat' !important;
    overflow: hidden;
    overflow-y: auto;
}

.MainHeader .navbar-expand-md .navbar-collapse,
.MainHeader .header_menu {
    justify-content: flex-end;
}

header.MainHeader {
    padding: 0px;
}

#astrologyvalley-navbar ul {
    padding-bottom: 0 !important;
}

.MainHeader div#collapsibleNavbar ul.navbar-nav li {
    font-size: 14px;
    font-weight: 500;
    padding: 20px 4px;
    text-transform: uppercase;
    line-height: 1.13;
}

.MainHeader nav.navbar div#collapsibleNavbar {
    justify-content: center;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.MainHeader ul.header_menu,
.add_card_head {
    margin-top: 10px;
}

.header_menu li a,
.add_card_head a {
    color: #000;
    transition: all 0.4s ease;
    text-transform: uppercase;
}

.header_menu_drop li a {
    color: #000;
}

.header_menu>li a:hover {
    color: #6e89fc;
}

.MainHeader .header_sec {
    max-width: 1310px;
}

.MainHeader a.head_logo img {
    /*max-width: 50px;*/
    width: 150px;
    height: 50px;
    padding-left: 15px;
}

.MainHeader .header_menu li a span {
    margin-left: 5px;
}

.MainHeader .header_menu {
    position: relative;
}

.header_menu_drop,
.header_menu_drop li {
    display: block;
}

.header_menu li {
    position: relative;
}

.header_menu_drop {
    background-color: #fff;
    position: absolute;
    width: 264px;
    display: none;
    left: 0px;
    z-index: 99;
    /* width: max-content; */
    box-shadow: 0 1.5rem 4rem rgb(22 28 45 / 15%);
    border: 1px solid #ddd;
    max-height: 320px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
}

.header_menu_drop::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.header_menu_drop::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.header_menu_drop::-webkit-scrollbar-thumb {
    background: #424241;
    border-radius: 10px;
}

/* Handle on hover */
.header_menu_drop::-webkit-scrollbar-thumb:hover {
    background: #262625;
}

.header_menu_drop li a,
.header_menu_drop li a:hover {
    color: #000;
    text-decoration: none;
    padding: 15px 20px !important;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.header_menu_drop li a {
    font-size: 13px !important;
    transition: all 0s ease;
}

/* .MainHeader .header_menu li:hover .header_menu_drop {
     display: block;
}
 */
.MainHeader .header_menu_drop li a {
    opacity: 0.9;
    line-height: 1.2;
    font-size: 13px;
}

.add_card_head span img {
    max-width: 20px;
    margin-right: 8px;
    margin-top: -5px;
}

ul.add_card_head {
    margin-left: 10px;
}

.add_card_head .header_menu_drop {
    top: 40px;
    left: -150px;
    border-radius: 4px;
}

.add_card_head .header_menu_drop a {
    color: #000 !important;
    text-align: center;
    text-decoration: none !important;
    padding: 15px 15px;
    font-size: 14px !important;
    text-transform: none;
}

.add_card_head li a {
    color: #000 !important;
}

/**********|| Header Css ||**********/
/***********|| Footer Css ||**********/
/*New Footer css*/
.footer-main {
    padding: 50px 0 10px 0;
    /*background: #c2d3ed;*/
}

/*First Section*/
.footer-list ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.footer-list h3 {
    color: #000;
    margin-bottom: 10px;
}

.footer-list ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #51596b;
    text-decoration: none;
}

.footer-list ul li:hover a {
    color: #C600FF !important;
}

/*Second Section*/
.links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.links ul li {
    margin: 0;
    padding: 5px;
    display: inline-block;
}

.links ul li a {
    text-decoration: none;
    color: #51596b;
    font-weight: 500;
    padding: 0px 0px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
}

.links ul li a:hover {
    color: #C600FF;
}

.icons {
    display: flex;
    justify-content: center;
}

.icons a {
    width: 40px;
    height: 40px;
    margin-left: 15px;
    background-color: #edebeb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.icons a:hover {
    background-color: #C600FF;
    color: #fff;
}

/*Third Section*/
.footer-end {
    margin: 5px 0;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo img {
    height: 50px;
}

.footer-logo span {
    padding-left: 20px;
    font-size: 14px;
    display: inline;
    color: #000 !important;
}

.policy {
    text-align: end;
    padding-top: 15px;
}

.policy a {
    text-decoration: none;
    font-size: 12px;
    color: #51596b;
    padding: 0 5px;
}

.policy a:hover {
    color: #C600FF;
}


/*Old footer css*/

.FooterLists li a {
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    padding: 0px 0px;
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 1px;
}

footer.AstroFooter {
    border-top: 1px solid #8d8d8d;
    background-color: #fff;
}

.FooterLists li,
.FooterSocials li {
    display: inline-block;
    padding: 0 5px;
}

.FooterLogo img {
    max-width: 140px;
}

.FooterSocials li a {
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    background-color: #3A62A8;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}

.FooterSocials li a.insta {
    background-color: #f30074;
}

footer.AstroFooter {
    border-top: 1px solid #d4d4d4;
}

/***********|| Footer Css ||**********/
@media (max-width: 1200px) {

    /*header*/
    .MainHeader a.head_logo img {
        max-width: 100px;
    }

    .ListCols {
        padding: 40px 15px;
    }

    .FooterLists li a {
        font-size: 15px;
    }

    .MainHeader div#collapsibleNavbar ul.navbar-nav li a {
        font-size: 10px;
    }

    .reveal_btn {
        font-size: 10px;
    }

    /*header*/
}

@media (max-width: 991px) {

    /*header*/
    #sidebar {
        /*position: absolute;*/
        /*right: 0px;*/
        color: #000 !important;
        top: 10px;
        outline: none;
    }

    .MainHeader nav.navbar div#collapsibleNavbar {
        position: fixed;
        top: 0;
        background: #fff;
        width: 300px;
        border-radius: 2px;
        box-shadow: 0 0 10px #9e9e9e;
        left: 0;
        height: 100%;
        padding: 10px 0px 0px 25px;
        z-index: 999;
        overflow-x: hidden;
        overflow-y: scroll;
        transition: 0.6s;
        display: block !important;
    }

    div#collapsibleNavbar {
        transform: translate(-130%, 0%);
    }

    .MainHeader ul.header_menu,
    .add_card_head {
        width: 100%;
    }

    .MainHeader nav.navbar .show {
        transition: 0.6s;
    }

    .header_menu li a {
        color: #000;
    }

    .closebtn {
        text-align: right;
        color: #000;
        font-size: 48px;
        line-height: 33px;
        font-weight: 400;
        padding-right: 15px;
    }

    .main_heading p {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .BuyImg img {
        height: 300px;
        width: 100%;
    }

    .ListCols {
        padding: 10px 15px;
    }

    .navbar img {
        padding-left: 15px;
    }

    .navbar-collapse {
        padding-right: 15px;
    }

    .header_menu_drop {
        max-width: 100%;
        width: 100%;
        left: -12px;
        margin-bottom: 32px;
        padding-left: 10px;
        max-height: 276px;
        overflow-y: auto;
    }

    .header_menu_drop li a,
    .header_menu_drop li a:hover {
        padding: 15px 15px !important;
    }

    .nav-item {
        padding: 8px 4px;
    }

    .freebtn {
        display: block;
        /*padding-right: 60px;*/
    }

    .MainHeader a.head_logo img {
        max-width: 140px;
    }

    /*header*/
    .nav-custom-btn {
        margin: 10px auto;
    }

}

@media (max-width: 767px) {

    .FooterLists li a {
        font-size: 13px;
    }

    .FooterLists li a {
        padding: 0px 0px;
    }

    header.MainHeader {
        padding: 0px;
    }

    /* .head_logo img {
        padding-top: 10px;
    } */

    .choose_sign h3,
    .astro_main_heading h2,
    .AstroTrustedHoro h2,
    .artical_part h2 {
        font-size: 24px;
    }

    .MainHeader a.head_logo img {
        max-width: 95px;
    }

    #sidebar {
        /*top: 50px;*/
    }

}

@media (max-width: 575px) {
    .footer-logo {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-logo img {
        height: 65px;
    }

    .footer-logo span {
        display: block;
        text-align: center;
    }

    .policy {
        text-align: center;
        padding-top: 5px;
    }

    footer .row {
        padding: 0;
        margin: 0;
    }

    .ListCols {
        padding: 10px 40px;
    }

    .main_heading p {
        font-size: 16px;
        margin-top: 23px;
        margin-bottom: 30px;
    }

    p.ResultCount {
        display: block;
        font-size: 17px;
        margin: 30px 10px 0;
        text-align: center;
    }

    .ListFilterBy form {
        display: block !important;
        text-align: center;
    }

    .ListFilterBy {
        padding: 25px 0px;
    }

    .FooterLogo img {
        max-width: 150px;
    }

    .mt-5,
    .my-5 {
        margin-top: 1.3rem !important;
    }

    .mb-5,
    .my-5 {
        margin-bottom: 1.3rem !important;
    }

    .pt-5,
    .py-5 {
        padding-top: 1.3rem !important;
    }

    .pb-5,
    .py-5 {
        padding-bottom: 1.3rem !important;
    }

    .pb-4,
    .py-4 {
        padding-bottom: 1rem !important;
    }

    .pt-4,
    .py-4 {
        padding-top: 1rem !important;
    }

    .mb-4,
    .my-4 {
        margin-bottom: 1rem !important;
    }

    .mt-4,
    .my-4 {
        margin-top: 1rem !important;
    }

    .freebtn {
        display: block;
        /*padding-right: 40px;*/
    }

    .reveal_btn {
        font-size: 9px;
        padding: 5px 9px;
    }

    .footer-list,
    .links {
        text-align: center;
    }
}

.header_menu_drop li.nav-item>a img {
    max-width: 20px;
    max-height: 20px;
    object-fit: cover;
    margin-right: 10px;
}

.AstroFooter.text-center.w-100.py-5 {
    padding: 1rem !important;
}

.FooterLinks.pt-4.mt-2 {
    padding: 0.5rem !important;
    margin: 0px !important;
}

/***Ads section****/
.vertical-ad {
    /* background-color: #0000001e; */
    background-color: #00000000;
    padding: 0px;
    margin: 0px;
    height: 100px;
    width: 150px;
    position: sticky;
    top: 0px;
}

.right-ads {
    float: right;
    margin-right: 0px;
}

.left-ads {
    float: left;
    margin-left: 0px;
}

.multiplex-ad-section {
    margin-bottom: 0;
    padding-bottom: 15px;
}

.ad-section,
.multiplex-ad-section {
    background-color: #0000001e;
    height: auto;
    width: 100%;
    max-width: 90%;
    margin: 30px auto;
}

@media (max-width: 767px) {

    h1 {
        font-size: 28px !important;
       
    }
    
    h2 {
        font-size: 20px;
    }
    
    h3 {
        font-size: 16px;
    }
    
    h4 {
        font-size: 15px;
    }
    
    h5 {
        font-size: 13px;
    }
    
    h6 {
        font-size: 12px;
    }
    
    p {
        font-size: 1em;
    }

    .ad-section,
    .multiplex-ad-section {
        width: 560px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .image-top-box {
        display: none;
    }

    .love-video-box {
        max-width: 100% !important;
    }

    .love-video-box iframe {
        width: 350px !important;
        height: 275px !important;
    }
}

@media (max-width: 575px) {

    .ad-section,
    .multiplex-ad-section {
        width: 360px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .vertical-ad {
        display: none;
    }

}