/********section css***********/
 .PickAnother .tarotbtn {
     background: var(--btn) !important;
     border: 1px solid transparent !important;
}
 .PickAnother .tarotbtn:hover {
     background: #fff !important;
     border: 1px solid var(--btn) !important;
     color: var(--btn);
}
 .TarotPentacles .nav-pills .nav-link {
     color: #000;
     margin-right: 10px;
     font-weight: 500;
     border: 1px solid transparent;
}
 .TarotPentacles .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
     color: #f98b88;
     border: 1px solid #f98b88;
     background-color: transparent;
}
 .TarotPentacles .nav-pills .nav-link:hover {
     color: #fff !important;
     background-color: #f98b88;
     text-decoration: none;
}
 .TabHeading h4 {
     font-family: "Quincy CF";
     font-weight: 800;
}
/********section css***********/
/****|| Third Section ||****/
 .fs-16 {
     font-size: 16px;
}
 .tarotbtn, .tarotbtn:Hover, .tarotbtn:active, .tarotbtn:focus {
     color: #fff;
     background-color: #080e26!important;
     border-color: #080e26!important;
}
 .tarotbtn {
     margin-top: 10px;
}
 .AstrologyTarotHeading h2 {
     font-size: 24px;
     font-family: "Quincy CF";
}
/****|| Third Section ||****/
.cookie_text {
    position: absolute;
    top: 35%;
    left: 0;
    font-size: 12px;
    line-height: 20px;
    width: 240px;
    padding: 6px;
    right: 0;
    margin: 0 auto;
    min-height: 161px;
    display: table;
}
.cookie_text span {
    display: table-cell;
    vertical-align: middle;
}
/*****Responsive Css******/

 @media(max-width: 991px) {
     .Heading {
         margin-top: 20px;
    }
    
}
 @media(max-width: 767px) {
     .PageTitle {
         font-size: 28px;
    }
     .ArticlesMain h5 {
         font-size: 14px;
    }
     .coffee_img img {
         width: 200px;
    }
     .coffee_img {
         text-align: center;
    }
    .AstrologyTarotHeading h2 {
    font-size: 20px;
    }
    
}
 @media(max-width: 575px) {
     .TarotPentacles .nav-pills .nav-link {
         font-size: 13px;
         padding: 6px 11px;
         margin-right: 4px;
    }
    /* .ArticlesMain .PageTitle {
         font-size: 22px;
    }*/
     .ArticlesMain h3 {
         font-size: 20px;
    }
     .fs-16 {
         font-size: 12px;
    }
     .coffee_img img {
         width: 150px;
    }
     .TabHeading h4 {
         font-size: 18px;
    }
     .TabHeading h5 {
         font-size: 16px;
    }
     .TarotHorizLine {
         margin-bottom: 0px;
    }
     .ArticlesMain h5 {
         font-size: 12px;
         line-height: 20px;
    }
     .AstrologyTarotHeading h2 {
    font-size: 16px;
    }
}
 @media (max-width: 400px) {
     .fs-16 {
         font-size: 10px;
    }
}
 @media (max-width: 375px) {
     .TarotPentacles .nav-pills .nav-link {
         font-size: 12px;
         padding: 6px 10px;
         margin-right: 1px;
    }
}
 @media (max-width: 350px) {
     .TarotPentacles .nav-pills .nav-link {
         font-size: 10px;
         padding: 6px 8px;
         margin-right: 2px;
    }
}
/*****Responsive Css******/
