body p{
    color: #181818;
}
#mobileMenuContainer{
    padding: 5px 5px 15px;
    overflow-x: auto;
}

ul.mobile-scroll-menu {
    list-style-type: none;
    white-space: nowrap;
    overflow-x: visible;
    color: #181818;
    margin: 0;
    padding: 0;
}

ul.mobile-scroll-menu li {
    list-style: none;
    min-width: 21.5%;
    height: 80px;
    display: inline-block;
    background: white;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    font-size: 12px;
    margin-right: 1px;
}
ul.mobile-scroll-menu li a{
    display: block;
    text-align: center;
    color: #5B6F82;
    padding: 4px;
    box-sizing: border-box;
    height: 100%;
}
ul.mobile-scroll-menu li a i{
    vertical-align: sub;
}
.bubble-4{
    z-index: -1;
    top:150%;
}
.hero-browser{
    z-index: 1;
}
.features-inner small{
    font-size: 15px !important;
}
.feature-title svg{
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    height: 54px;
}

/*Compatibility CSS*/
.cust-btn{
    display: block;
    overflow: hidden;
    margin: 25px auto auto;
    border-radius: 4px;
    cursor: pointer;
    background: #52E1CF;
    font-weight:bold;
    font-size: 0.8em;
    /*background-image: -webkit-linear-gradient(0deg,#ff9f3f 0%,#ff3e9c 100%);
    background-image: -ms-linear-gradient(0deg,#ff9f3f 0%,#ff3e9c 100%);
    -webkit-box-shadow: 0px 2px 8px 0px rgb(255 97 98 / 46%);
    -moz-box-shadow: 0px 2px 8px 0px rgba(255,97,98,0.46);*/
}
.cust-btn:hover{
    opacity:0.8;
    background: #52E1CF;
}
.zodiac-selector-container{
    position: relative;
    width: 400px;
    margin: 0 auto;
}
.features{
    z-index: 1;
}
.features::before {
    z-index: -1;
}
.hero{
    z-index:2;
}
.tinder-love{
    cursor: default;
    position: relative;
}
.tinder-love img{
    width: 64px;
    margin: 30px auto auto auto;
    cursor: default;
}
.zodiac-circle-1{
    display: block;
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    background: #e3f2fd;

}
.color-primary-zodiac #primaryZodiacName,
.color-secondary-zodiac #secondaryZodiacName{
    font-size: 1em;
    margin-top: 10px;
}
.color-primary-zodiac{
    color: #0051f0 !important;
}
.color-secondary-zodiac{
    color: #ff3e9c !important;
}
.zodiac-circle-1 i{
    color: #0051f0 !important;
    line-height: 120px;
}
.zodiac-circle-1:hover{
    background: #42a5f5;
}
.zodiac-circle-1:hover i{
    color: #e3f2fd !important;
}

.zodiac-circle-2{
    display: block;
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    background: #fce4ec;
}

.zodiac-circle-2 i{
    color: #ff3e9c !important;
    line-height: 120px;
}
.zodiac-circle-2:hover{
    background: #f06292;
}
.zodiac-circle-2:hover i{
    color: #fce4ec !important;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 100000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 15px;
    width: 600px;
    border-radius: 4px;
    position: relative;
}
.modal-header{
    margin: 0;
    font-size: 1.3em;
    border-bottom: 1px solid #E3E7EB;
    margin-bottom: 20px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.zodiac-selector-wrapper
{
    position: relative;
    display: block;
    overflow: hidden;
}
.zodiac-selector-wrapper span{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    float: left;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    margin: 8px 12px;
    font-weight: 600;
}
.zodiac-selector-wrapper span.fire{
    background: #ffebee;
    color: #e53935;
}
.zodiac-selector-wrapper span.fire:hover{
    background: #ffcdd2;
    color: #c62828;
}

.zodiac-selector-wrapper span.water{
    background: #e3f2fd;
    color: #1976d2;
}
.zodiac-selector-wrapper span.water:hover{
    background: #bbdefb;
    color: #1565c0;
}

.zodiac-selector-wrapper span.air{
    background: #e0f7fa;
    color: #0097a7;
}
.zodiac-selector-wrapper span.air:hover{
    background: #80deea;
    color: #00838f;
}

.zodiac-selector-wrapper span.earth{
    background: #efebe9;
    color: #795548;
}
.zodiac-selector-wrapper span.earth:hover{
    background: #d7ccc8;
    color: #5d4037;
}


.progress {
    height: 2em;
    width: 60%;
    position: relative;
    margin:0 auto 30px auto;
    display: block;
    border-radius: 20px;
}
.progress .value {
    display: inline-block;
    height: 100%;
    text-align: left;
    float: left;
    border-radius: 20px;
}
.progress.yang{
    background-color: #f8bbd0;
}
.progress.yang .value {
    background: #ff3e9c; ;
}
.progress.yang:before{
    color :#ffffff;
}
.progress:before {
    content: attr(data-label);
    font-size: 0.8em;
    position: absolute;
    text-align: center;
    top: 5px;
    left: 0;
    right: 0;
    font-weight: bold;
}

.zodiac-element-tag{
    padding: 4px 20px;
    border-radius: 20px;
    text-align: center;
    display: block;
    font-weight: bold;
}
.tag1{
    color: #0051f0;
    background: #F6F7FE;
}
.tag2{
    background: #EBFAF5;
    color: #00e9fa;
}
.tag3{
    color: #ff3e9c;
    background: #FFF5F5;
}


.house-tags{
    padding: 3px 12px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 20px;
    font-size: 0.8em;
}
.house-tags-wrapper span.sign-element.Fire{
    color: #FF3B30;
    background: #FFF5F5;
}
.house-tags-wrapper span.sign-element.Earth{
    color: #009E68;
    background: #EBFAF5;
}
.house-tags-wrapper span.sign-element.Air{
    color: #5262F1;
    background: #F6F7FE;
}
.house-tags-wrapper span.sign-element.Water{
    background: #F6F7FE;
    color: #283593;
}
.house-tags-wrapper span.sign-nature.Cardinal{
    color: #33691E;
}
.house-tags-wrapper span.sign-nature.Fixed{
    color: #FF8C02;
    background: #FFF9F2;
}

.house-tags-wrapper span.sign-nature.Mutable{
    color: #9852F1;
    background: #FAF6FE;
}

.house-tags-wrapper span.sign-nature.Angular{
    color: #FF8C02;
    background: #FFF9F2;
}
.house-tags-wrapper span.sign-nature.Succedent{
    color: #5262F1;
    background: #F6F7FE;
}
.house-tags-wrapper span.sign-nature.Cadent{
    color: #9852F1;
    background: #FAF6FE;
}


.ascendant-tags{
    font-weight: bold;
    color: #ffffff;
}
.ascendant-tags.one {
    background: #0051f0;
}

.ascendant-tags.two {
    background: #7ef4ce;
}

.ascendant-tags.three {
    background: #00e9fa;
}

.ascendant-tags.four {
    background: #a57fed;
}

.ascendant-tags.five {
    background: #ff70b9;
}

.ascendant-tags.six {
    background: #ff3e9c;
}

.ascendant-tags.seven {
    background: #ff9f3f;
}

.ascendant-tags.eight {
    background: #ffdf5a;
}


.para-highlighted{
    background: #a57fed;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
}
.para-highlighted1{
    background: #00e9fa;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
}
.tarot-btn{
    font-weight: bold;
    font-size: 0.8em;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}



.feature-title.personal_life svg g path{
    fill : #A57fED;
}

.feature-title.career svg g path{
    fill : #0051f0;
}

.feature-title.health svg g path{
    fill : #00e9fa;
}

.feature-title.emotion svg g path{
    fill : #ff9f3f;
}

.feature-title.travel svg g path{
    fill : #00e9fa;
}
.feature-title.luck svg g,
.feature-title.travel svg g{
    fill:none !important;
}

@media (max-width: 768px) {
    .hero{
        padding-bottom: 0 !important;
    }
    .site-header .container{
        width: 300px !important;
        margin: 0 auto !important;
    }
    .zodiac-selector-container{
        width:100% !important;
    }
    .tinder-love img {
        width: 50px;
        margin-top: 35px;
    }
    .flex-item.m-lr-5 .zodiac-circle-1 .zd-icon,
    .flex-item.m-lr-5 .zodiac-circle-2 .zd-icon{
        font-size: 3.2em !important;
    }
    .modal-content{
        width: 100% !important;
    }
    .zodiac-selector-wrapper span{
        margin: 8px 5px 0 0 !important;
        padding: 5px 10px !important;
    }
    .progress{
        width: 100% !important;
    }
    .badge i{
        line-height: 64px !important;
        font-size: 1em !important;
    }
}
