.exploreBg{
    background: #fff;
}
#page-numbers {
    list-style: none;
    display: flex;
}

#page-numbers > li {
    font-size: 16px;
    margin-right: 0.3em;
    color: #D30C61;
    user-select: none;
    cursor: pointer;
    background-color: #fff;
    padding: 5px 9px;
}
.McategoryDetails h1{
    color: #111111;
    font-size: 18px;
    font-weight: 500;
}
.McategoryDetails h2{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.McategoryDetails h3{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.McategoryDetails .Mrelatedlist{
    padding: 0;
    margin: 0;
}
.McategoryDetails .Mrelatedlist li{
    margin-bottom: 5px;
}
.McategoryDetails .Mrelatedlist li a{
    color: #0a53be;
    font-size: 13px;
    font-weight: 600;
}
.McategoryDetails .TalentCards .talentInfoBox{
    box-sizing: border-box;
}
.McategoryDetails .TalentCards .talentInfoBox h4{
    color: #111111;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.McategoryDetails .TalentCards .talentInfoBox{
    padding-left: 8px;
}
.McategoryDetails .TalentCards .talentInfoBox p{
    font-size: 12px;
    color: #222222;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.McategoryDetails .TalentCards .talentInfoBox .rating{
    color: #444444;
    font-size: 12px;
    font-weight: 600;
}
.McategoryDetails .TalentCards .talentInfoBox .rating span{
    color: #fff;
    background-color: #429f00;
    border-radius: 2px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 6px;
}
.McategoryDetails .TalentCards .talentInfoBox .rating .starRating{
    color: #429f00;
}
.McategoryDetails .TalentCards .talentInfoBox .talentDetails{
    font-weight: 500;
    color: #333333;
}
.footerInfo p{
    font-size: 12px;
    line-height: 22px;
    color: #666666;
}
.footerInfo .totalRatingDiv{
    font-size: 12px;
    color: #333333;
    font-weight: 600;
}
.single-product-card{
    background-color: #0f0f1c;
    border-radius: 8px;
}
.product-details .Mtalenttitle{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.product-details p {
    color: #fff;
    font-weight: 400;
}
.McategotyBtn{
    background-color: transparent;
    /*background-image: linear-gradient(120deg, #c31192, #e3044d);*/
    border: 2px solid #e3044d;
    color: #b40d86;
    width: 100%;
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: .2s all;
}
.McategotyBtn:active{
    transform: scale(0.95);
}
.login_btn{
    width: 100%;
    background-color: #D8015E;
    color: #fff;
    border: 0px;
    text-align: center;
    padding: 10px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}
.login_btn:focus{
    outline: none;
}

.faqItems{
    padding: 0;
    margin: 0;
}
.faqItems li{
    margin-left: 0;
    padding-left: 0;
}
.faqItems li h6{
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}
.faqItems li p{
    color: #666666;
    font-size: 12px;
}
.relCities a{
    color: #0c63e4;
    font-weight: 500;
    font-size: 13px;
    margin-right: 8px;
}
.rating{
    font-weight: 600;
    font-size: 14px;
}
.catNames{
    background-color: #333333;
    border: 1px solid #333333;
    color: #fff;
    border-radius: 3px;
    margin-right: 8px;
    padding: 2px 4px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 8px;
}
