.main-container {
    overflow: hidden
}

.error-container {
    margin: 20px;
    text-align: center
}

.error-container div:first-child {
    font-family: Roboto, sans-serif;
    font-size: 40px;
    color: #222;
    line-height: 50px;
    margin: 50px 0 17px 0
}

.error-container div:nth-child(2) {
    font-family: Roboto, sans-serif;
    font-size: 21px;
    line-height: 24px;
    color: #a6a6a6;
    margin: 0 0 40px 0
}

.error-container div:nth-child(3) {
    margin-bottom: 60px
}

.error-container div:nth-child(3) a {
    background-color: #222;
    border: medium none;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    padding: 8px 15px;
    margin-left: 6px
}
.read-container {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.breadcrumb {
    color: #c3c3c3;
    font-size: 12px;
    line-height: 16px;
    /* padding-top: 30px; */
}

.breadcrumb_wrap {
    /* max-width: 1108px; */
    /* padding: 0 20px; */
    /* margin: 0 auto; */
    width: 65%
}
/* .cat_list_img {

    width: 142px;
    height: 95px;

} */
.cat_list_title {
    padding-top:15px;
    line-height:22px !important;
}
.cat_list_img {
    width: 142px;
    height: 95px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,.10);
    border-radius : 10px;
}

.cat_list_img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
    min-height: 85px;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 35%;
}

.breadcrumb ul li {
    display: inline-block;
    margin-right: 5px;
    padding-bottom: 4px;
    position: relative;
    font-family: "Roboto";
    font-size: 14px !important;
    color: #757575 !important;
    line-height: 20px;
}

.breadcrumb ul li a {
    padding-right: 15px;
    text-decoration: none;
    cursor: pointer;
}

.breadcrumb ul li a::after {
    content: '/';
    font-size: 14px;
    position: absolute;
    right: 2px;
    top: 0;
}

.filter-sort-options {
    display: none
}

.sort-ic,
.filter-ic {
    vertical-align: text-top;
    display: inline-block;
    margin: auto 0;
    margin-left: 40px;
    width: 16px;
    height: 16px;
    color: #424242;
    cursor: pointer;
}

.sort-icon {
    width: 25px;
    height: 25px;
    margin-right: 13px;
    vertical-align: middle;
}

.headerline {
    display: flex;
    justify-content: space-between;
    width: 65%;
    align-items: flex-end;
    padding-top: 15px;
    /* margin-bottom: 9px; */
}




.head-icons {
    float: right;
    margin-top: 3px;
}

.sort-list-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 9998
}

.sort-list-popup .sort-menu {
    background: #fff;
    width: 290px;
    margin: 10% auto 0;
    overflow: hidden;
    border-radius: 10px;
    position: relative
}

.sort-list-popup .sort-menu ul li {
    display: flex;
    align-items: center;
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 15px 20px;
    cursor: pointer;
    font-family: 'Roboto';
}

.sort-list-popup .sort-menu ul li.active {
    background-color: #eee
}

.filter_by {
    box-shadow: 0 2px 4px 0 #e0e0e0;
    left: 0;
    padding: 16px 20px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
}

.filter_by .icon {
    cursor: pointer;
}

.sort_by {
    box-shadow: 0 2px 4px 0 #e0e0e0;
    left: 0;
    padding: 15px 20px 14px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}

.sort_by .icon {
    cursor: pointer;
}

.overlay {
    visibility: visible;
    opacity: 1;
}

/* .filter_by {
     padding: 10px;
} */
.catg_filter {
    width: 100%;
    float: left;
    position: relative
}

.catg_filter ul li {
    margin: 0
}

.category_list {
    background-color: #eee
}

.categorieslist {
    width: 100%
}

.category_list,
.subcategory_list {
    width: 50%;
    float: left
}

.categorieslist li.active {
    color: #f56996;
    border-right: none;
    background-color: #fff
}

.categorieslist li {
    cursor: pointer;
    padding: 14px 15px;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0
}

ul.left.categorieslist {
    height: 369px;
    overflow-y: auto;
}

.filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .75);
    z-index: 9998;
    opacity: 1;
    visibility: visible;
}

.filter-overlay.overlay .catg_filter .category_list .left.categorieslist,
.filter-overlay.overlay .catg_filter ul {
    -webkit-margin-before: unset;
    margin-block-start: unset;
    -webkit-margin-after: unset;
    -webkit-margin-start: unset;
}

.subcategory_list .subcategorieslist.active {
    display: block;
    height: 226px;
    overflow-y: scroll;
}

.filter-overlay .icon {
    color: #9e9e9e;
    margin-right: 10px
}

.filter-overlay .filter-popup {
    background: #fff;
    width: 480px;
    margin: 80px auto 0;
    overflow: hidden;
    height: 475px;
    position: relative;
    border-radius: 15px
}

.filter-overlay .closeIcon {
    margin-top: 10px;
    cursor: pointer;
    margin-right: 10px;
    height: 20px
}

.filter-overlay .catg_filter {
    width: 100%;
    float: left;
    position: relative
}

.filter-overlay .catg_filter ul {
    width: 100%;
    margin: 0;
}

.filter-overlay .catg_filter ul li {
    margin: 0
}

.filter-overlay .category_list {
    background-color: #eee;
    width: 35%;
    float: left
}

.filter-overlay .categorieslist {
    width: 100%
}

.filter-overlay .subcategory_list {
    width: 65%;
    float: left
}

.filter-overlay .categorieslist li.active {
    /*color: #f56996;*/
    border-right: none;
    background-color: #fff
}

.filter-overlay .categorieslist li.active .catname {
    /*color: #f56996*/
    font-weight: 500;
}

.filter-overlay .categorieslist li {
    cursor: pointer;
    padding: 17px 15px 17px 13px;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0
}

.filter-overlay .cancel_apply_btn {
    width: 100%;
    position: absolute;
    bottom: 0
}

.filter-overlay .cancel_apply_btn .submit_btns {
    margin: 0;
    border: 1px solid #eee;
    text-align: center;
    cursor: pointer
}

.filter-overlay .cancel_apply_btn .submit_btns div {
    height: 40px;
    line-height: 40px
}

.filter-overlay .cancel_apply_btn .cancelfilter {
    width: 50% !important;
    color: #616161 !important;
    float: left;
    border-right: 1px solid #eee
}

.filter-overlay .cancel_apply_btn .applyfilter {
    margin-right: 0 !important;
    border: 0 !important;
    width: 50%;
    float: left
}

/* .filter-overlay .subcategory_list .icon {
    font-size: 18px;
    display: inline-block;
    width: 6%;
    margin-right: 3px;
    margin-top: 0
} */
/* .filter-overlay .subcategory_list {
    font-size: 18px;
    display: inline-block;
    width: 6%;
    margin-right: 3px;
    margin-top: 0
} */

.subcatCount {
    color: #f56996;
    font-size: 15px;
    display: block;
    margin-top: 5%;
}

.filter-overlay .check {
    vertical-align: sub !important;
    margin-right: 0;
    /* color: #f56996; */
    height: 20px
}

.filter-overlay .subcategory_list .subcatname {
    display: inline-block;
    width: 79%;
    vertical-align: bottom
}

.filter-overlay .subcategorieslist li {
    padding: 10px;
    float: left;
    width: 100%
}

.filter-overlay .subcategory_list .subcategorieslist .check,
.overlay .check {
    font-size: 20px;
    width: auto;
    margin-right: 12px
}

.filter-overlay .catg_filter {
    position: absolute;
    /* margin-top : 7px; */
}

/* .filter-overlay .subcategory_list .icon.searchflticon {
    width: auto;
    float: left;
    margin-top: 8px;
    color: #9e9e9e
} */

.filter-overlay,
.sort-list-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 9998
}

.filter-overlay .subcategory_list .subcatname::before {
    display: none;
}

/* .filter-overlay .catg_filter ul li {
    cursor: pointer;
    margin: 0;
} */
.theme-container .filter-overlay .category_list {
    background-color: #f5f5f5;
}

.theme-container .filter_search {
    padding: 11px 11px 0;
}

.theme-container .filter-overlay .subcategory_list .subcategorieslist .check {
    margin-right: 11px;
    font-size: 21px !important;
    width: 21px !important;
    height: 21px !important;
}

.theme-container .filter-overlay .cancel_apply_btn .submit_btns {
    border: 1px solid #e0e0e0;
}

.theme-container .filter-overlay .filter-popup {
    width: 420px;
    height: 390px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: unset;
}

.theme-container .filter-overlay-combiner ul.left.categorieslist::-webkit-scrollbar-track,
.theme-container .subcategory_list .subcategorieslist.active::-webkit-scrollbar-track {
    -webkit-box-shadow: unset;
    background-color: #fff;
}

.theme-container .filter_by .right.icon {
    color: #616161;
    font-size: 20px;
    height: 20px;
    width: 20px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 20px;
}

.theme-container .sort_by .right.icon {
    color: #616161;
    font-size: 20px;
    height: 20px;
    width: 20px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 20px;
}

.filter-overlay .categorieslist li .catname,
.filter-overlay .subcategory_list .subcatname {
    font-size: 16px !important;
}

.theme-container .filter-ic::before {
    position: relative;
    /* top: -1px; */
}

.theme-container .filter-overlay .subcategorieslist li {
    padding: 10px 18px 10px 18px;
}

.theme-container .filter-overlay .cancel_apply_btn .cancelfilter {
    border-right: none;
    height: 64px;
    line-height: 64px;
    margin-left: -6px;
    padding-right: 35px;
}

.theme-container .filter-overlay .cancel_apply_btn .applyfilter {
    margin-top: 13px;
    width: 155px;
    height: 38px;
    line-height: 38px;
    background-color: #FD5387;
    border-radius: 20px;
}

.theme-container .filter-overlay-combiner ul.left.categorieslist::-webkit-scrollbar-track,
.theme-container .subcategory_list .subcategorieslist.active::-webkit-scrollbar-track {
    -webkit-box-shadow: unset;
    background-color: #fff;
}

.theme-container .catg_filter .filter_search {
    margin: 0 11px;
    width: calc(100% - 22px);
}

.theme-container .filter-overlay .categorieslist li {
    border-bottom: none;
    border-left: 5px solid #FD5387;
    display: flex;
    justify-content: space-between;
    margin-right: -4px;
    background-color: #ffffff;
}

.filter-overlay .categorieslist li .catname,
.filter-overlay .subcategory_list .subcatname {
    font-size: 16px !important;
}

.theme-container .filter-ic::before {
    position: relative;
    /* top: -1px; */
}

.subcategory_list .subcategorieslist {
    display: block;
    height: 226px;
    overflow-y: scroll;
}

.cancel_apply_btn {
    background: #fff;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#toastMsg {
    visibility: hidden;
    width: 225px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 10px;
    position: fixed;
    z-index: 9999;
    bottom: 45px;
    font-size: 17px
}

#toastMsg.show {
    visibility: visible;
    -webkit-animation: fadein .5s, fadeout .5s 2.5s;
    animation: fadein .5s, fadeout .5s 2.5s
}

/* ///////////// */
.read-container .left_right_sec_wrap {
    margin: 0 auto;
    width: 1024px;
}

.left_right_sec_wrap .readLeft {
    width: 65%;
    margin-right: 10px;
    /* margin-top: 3px; */
    float: left;
    margin-bottom: 20px;
}

.read_swiper_wrap {
    padding: 15px 0 15px 15px;
    background: #eee;
    margin-bottom: 20px;
}

.read_swipe .swiper-slide {
    width: 455px;
    height: 318px;
}

.article_img_wrap {
    position: relative;
}

.swiper-slide .article_img_wrap::after {
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 75%;
    position: absolute;
    z-index: 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .7))
}

.article_swipe,
.trend_swipe,
.browse_swipe {
    margin-top: 10px;
}

.browse_swipe {
    padding-bottom: 12px !important;
}

.article_swipe .swiper-slide,
.trend_swipe .swiper-slide,
.browse_swipe .swiper-slide {
    box-shadow: 0 0 5px #ebeaea;
    border-radius: 16px;
}

.article_swipe .swiper-slide img,
.browse_swipe .swiper-slide img {
    width: 100%;
    height: 238px;
    max-height: 238px;
    object-fit: cover;
}

.trend_swipe .swiper-slide img {
    width: 100%;
    height: 238px;
    max-height: 238px;
    object-fit: cover;
}

.article_swipe .article_card_wrap,
.trend_swipe .article_card_wrap,
.browse_swipe .article_card_wrap {
    margin-top: unset !important;
    box-shadow: unset !important;
}

.article_swipe .article_img_content,
.trend_swipe .article_img_content,
.browse_swipe .article_img_content {
    position: relative;
}

.article_swipe .article_img_text,
.trend_swipe .article_img_text,
.browse_swipe .article_img_text {
    position: absolute;
    bottom: 0;
    padding: 16px;
    width: 100%;
}

.article_swipe .arti_txt,
.trend_swipe .arti_txt,
.browse_swipe .arti_txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.article_swipe_wrap {
    position: relative;
}

.tarticle_swipe_wrap {
    position: relative;
}

.article_swipe_wrap .swiper-button-next,
.article_swipe_wrap .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.18);
    visibility: hidden;
}

.tarticle_swipe_wrap .tswiper-button-next,
.tarticle_swipe_wrap .tswiper-button-prev {
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.18);
    visibility: hidden;
    position: absolute;
    cursor: pointer;
}

.tarticle_swipe_wrap .tswiper-button-prev::after,
.tarticle_swipe_wrap .tswiper-button-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: swiper-icons;
}

.tarticle_swipe_wrap .tswiper-button-next::after {
    content: "next";
}

.tarticle_swipe_wrap .tswiper-button-prev::after {
    content: "prev";
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
    cursor: none !important;
}

.tswiper-button-next.swiper-button-disabled,
.tswiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
    cursor: none !important;
}

.article_swipe_wrap .swiper-button-prev {
    left: -15px;
}

.article_swipe_sec .swiper-button-prev {
    left: -5px;
}

.tarticle_swipe_wrap .tswiper-button-prev {
    left: -15px;
    top: 43%;
    z-index: 1;
}

.article_swipe_wrap .swiper-button-next {
    right: -15px;

}

.tarticle_swipe_wrap .tswiper-button-next {
    right: -15px;
    top: 43%;
    z-index: 1;
}

.article_swipe_wrap .swiper-button-next::after,
.article_swipe_wrap .swiper-button-prev::after {
    font-size: 16px;
    color: #424242;
    width: 16px;
    height: 16px;
    text-align: center;
}

.tarticle_swipe_wrap .tswiper-button-next::after,
.tarticle_swipe_wrap .tswiper-button-prev::after {
    font-size: 16px;
    color: #424242;
    width: 16px;
    height: 16px;
    text-align: center;
}

.card_desc_text .desc_txt_wrap {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

.card_title_wrap {
    padding: 20px 0 16px;
}

.article_hr_line {
    margin: 20px 16px 0;
    border-top: 1px solid #eee;
}

.article_section_wrap {
    border: 1px solid #ebeaea;
    padding: 20px 0px;
    /* margin-top: 20px; */
    border-radius: 10px;
}

.article_sec_box {
    padding: 0px 20px 1px;
}

.article_card_wrap {
    box-shadow: 0 0 5px #ebeaea;
    border: 1px solid #eee;
    border-radius: 16px;
    margin-top: 20px;
    overflow: hidden;
}

.card_desc_wrap {
    padding: 0 16px;
}

.article_social_options {
    display: flex;
    justify-content: space-between;
    padding: 15px 14px;
}

.post_options {
    display: flex;
}

.seen_icon {
    display: flex;
    align-items: center;
    color: #424242;
}

.seen_icon::before {
    font-size: 20px !important;
}

.likes_ic {
    vertical-align: middle;
    color: #424242;
}

.likes_ic::before {
    font-size: 18px !important;
}

.likes_ic.active {
    color: rgb(235, 90, 170);
}

.facebookicons {
    color: #3b5998;
    padding-right: 3px;
}

.whatsapp-icons {
    color: #25d366;
}

.whatsapp-icons .share-text {
    vertical-align: text-top;
}

.article_divider {
    border-bottom: 1px solid #eee;
    margin: 15px 20px;
}

.view_more_article {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.view_more_article a {
    text-decoration: underline;
}

.load_more_article a {
    text-decoration: underline;
}

.article_swipe_sec {
    margin: 0 20px;
}

.icons-text {
    padding-left: 4px;
    padding-right: 22px;
    font-family: Roboto !important;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    height: 20px;
}

.arrow-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    height: 20px;
    padding-right: 10px;
    color: #212121;
    ;
}

.right {
    float: right
}

.left {
    float: left
}

.trending_sec_wrap {
    background: linear-gradient(0deg, #290241, #2b2474);
    border-radius: 10px;
    padding: 20px 23px;
    margin: 20px 0;
}

.trending_sec_wrap .article_social_options {
    background-color: #fff;
}

.trending_sec_wrap .swiper-slide {
    box-shadow: none !important;
}

.trending_sec_wrap .article_card_wrap {
    border: none !important;
}

.trend_title_wrap,
.browse_title_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-top: 5px; */
}

.trend_view_all,
.browse_view_all {
    cursor: pointer;
    font-family: Roboto !important;
}

.browse_by_cat_wrap {
    border: 1px solid #ebeaea;
    padding: 15px 23px;
    margin-top: 20px;
    border-radius: 10px;
}

.browse_hr_line {
    border-bottom: 1px solid #eee;
    margin: 13px 0 13px;
}

/* tool track DS code */
.parenting_tools_slider .parenting_tools_padd {
    padding: 8px 18px 18px
}

.main_view_parenting_tool {
    -webkit-box-shadow: 0 0 5px #ebeaea;
    box-shadow: 0 0 5px #ebeaea;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 0 0 40px 20px;
    margin: 0
}

.parenting_tools-icons {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 24px 14px;
    border-radius: 50%;
    background: #ffe7f8;
    overflow: hidden
}

.main_view_parenting_tool .swiper-wrapper .swiper-slide:nth-child(10n+1) .parenting_tools-icons {
    background: #ffe7f8
}

.main_view_parenting_tool .swiper-wrapper .swiper-slide:nth-child(10n+2) .parenting_tools-icons {
    background: #fffaea
}

.main_view_parenting_tool .swiper-wrapper .swiper-slide:nth-child(10n+3) .parenting_tools-icons {
    background: #e0f4fb
}

.main_view_parenting_tool .swiper-wrapper .swiper-slide:nth-child(10n+4) .parenting_tools-icons {
    background: #ffe7e9
}

.main_view_parenting_tool .swiper-wrapper .swiper-slide:nth-child(10n+5) .parenting_tools-icons {
    background: #b9f2d2
}

.main_view_parenting_tool .swiper-wrapper .swiper-slide:nth-child(10n+6) .parenting_tools-icons {
    background: #ffe7f8
}

.main_view_parenting_tool .swiper-wrapper .swiper-slide:nth-child(10n+7) .parenting_tools-icons {
    background: #fffaea
}

.main_view_parenting_tool .swiper-wrapper .swiper-slide:nth-child(10n+8) .parenting_tools-icons {
    background: #e0f4fb
}

.main_view_parenting_tool .swiper-wrapper .swiper-slide:nth-child(10n+9) .parenting_tools-icons {
    background: #ffe7e9
}

.main_view_parenting_tool .swiper-wrapper .swiper-slide:nth-child(10n+10) .parenting_tools-icons {
    background: #b9f2d2
}

.swiper-slide.swiper-slide_feed_parenting_tool .all_tools_bar img,
.swiper-slide.swiper-slide_feed_parenting_tool .swiper-slide-next img,
.swiper-slide.swiper-slide_feed_parenting_tool .swiper-slide-prev img {
    width: 32px;
    height: 32px;
    margin: 14px auto !important;
    opacity: unset !important
}

.swiper-slide_feed_parenting_tool.swiper-slide,
.swiper-slide_feed_parenting_tool.swiper-slide-next,
.swiper-slide_feed_parenting_tool.swiper-slide-prev {
    opacity: unset !important
}

.tools .parenting_tools {
    padding: 10px 10px 12px 0;
    padding-left: 0 !important
}

.all_tools_bar {
    text-align: center;
    padding: 0 5px
}

.all_tools_bar a {
    display: block
}

.all_tools_bar .nav-tools-heading {
    font-family: Roboto-Medium;
    padding: 0 2px
}

.all_tools_bar .nav-tools-heading a {
    color: #424242
}

/* tool track DS code end*/
.load_more_article {
    /* border: 1px solid #e0e0e0; */
    background-color: #fff;
    /* border-radius: 22px; */
    /* padding: 7px 12px; */
    margin: 20px auto 0px auto;
    width: 47.23%;
    text-align: center;
}
.load_more_article1 {
    /* border: 1px solid #e0e0e0; */
    background-color: #fff;
    /* border-radius: 22px; */
    /* padding: 7px 12px; */
    margin: 20px auto 0px auto;
    width: 47.23%;
    text-align: center;
}

.h1_content_section {
    /* box-shadow: 0 0 5px #ebeaea; */
    border: 1px solid #ebebeb;
    /* margin-top: 13px; */
    background-color: #fff;
    padding: 24px 23px 24px 18px;
}

.h1_content_wrap {
    margin-top: 10px;
}

.h1_content_block {
    max-height: 118px;
    overflow: hidden;
}

/* right css start */
.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 55px;
}

.left_right_sec_wrap .readRight {
    margin-right: 8px;
    /* margin-top: 5px; */
    width: 33%;
    position: relative;
    min-height: 600px;
}

.rightside {
    display: inline-block;
}

.right_side_personalise_view {
    margin-right: 8px;
    /* margin-top: 10px; */
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.child_persanilizedview_desktop {
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-origin: content-box;
    min-height: 180px;
    background-position: bottom;
    -webkit-box-shadow: 0 0 10px #e0e0e0;
    box-shadow: 0 0 10px #e0e0e0;
}

.child_persanilizedview_desktop .non_login_div_child {
    padding: 20px 10px;
    padding-bottom: 0;
    background-image: url(https://cdn.cdnparenting.com/brainbees/community/preact/public/media/Personalization_BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: content-box;
    background-position: bottom;
}

.non_login_div_child .non_login_dnya {
    margin-bottom: 8px;
}

.non_login_div_child .non_login_conce,
.non_login_div_child .non_login_dnya {
    text-align: center;
}

.child_pers_circle_div {
    display: inline-block;
}

li,
ul {
    list-style-type: none;
}

.child_pers_circle_div .baby_child1_right,
.child_pers_circle_div .baby_child1_right .flexWrap {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.child_pers_circle_div .baby_child1_right {
    margin: 10px 0;
}

.baby_circle_child_left.kids_bg1 {
    background: #fff9e6;
}

.baby_child1_right.active_cl .baby_circle_child_left {
    border: 2px solid #fc88af;
}

.baby_child1_right.active_cl .infant_name_baby {
    font-size: 18px !important;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #fd5387;
    line-height: 20px;
}

.baby_child1_right.active_cl .infant_name_dis {
    color: #fd5387;
}

.baby_circle_child_left {
    width: 70px;
    height: 70px;
    float: left;
    margin: 0 15px 0 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

img {
    max-width: 100%;
    display: block;
}

.child_content_right-desktop {
    float: left;
    width: calc(100% - 120px);
    cursor: pointer;
}

.fl {
    float: left;
}

.data-container {
    width: 100%;
}

.left {
    float: left;
}

.askAQues {
    padding: 16px 20px 20px 19px;
    visibility: visible;
    overflow: hidden;
    width: 344px;
    margin-bottom: 10px;
}

.askAQues,
.downloadApp {
    border: 1px solid #ededed;
    border-radius: 3px;
}

.loginwindow span {
    display: inline-block;
}

.mrgright {
    margin-right: 20px;
}

.loginwindow a {
    color: #fff;
}

.b_1 {
    background-color: #f56996;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 15px;
    height: 30px;
    border-radius: 3px;
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}

.downloadApp {
    padding: 27px 19px 0;
    text-align: center;
}

p.askedanswer.allHave {
    margin-bottom: 15px;
    margin-top: 7px;
    overflow: hidden;
}

.bPink18 {
    font-size: 18px;
    font-weight: 700;
    color: #fe76a3;
    margin-bottom: 24px;
}

.regParent {
    margin-top: -6px;
    width: 100%;
}

.txtmobileprefix.plus_sign {
    font-family: Roboto;
    width: 47px;
    height: 30px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    padding: 4px 8px 3px 12px !important;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    font-size: 14px;
}

input[type=email],
input[type=number],
input[type=tel],
input[type=text],
input[type=url] {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
}

#txtRMbl {
    width: 182px;
    color: #444;
    font-size: 14px;
    font-weight: 300;
    height: 30px;
    padding: 2px 9px 3px 11px;
    border: 1px solid #d3d3d3;
}

#txtRMbl,
.askB_1 {
    border-radius: 3px;
    font-family: Roboto;
}

#capErrorpg,
#MblErrMsg {
    font-size: 11px;
    position: absolute;
}

#MblErrMsg {
    left: 0 !important;
    margin-left: 70px;
    padding: 10px 0 0 !important;
    line-height: 0 !important;
    width: 200px;
    left: -4px;
    bottom: 15px;
    text-align: left;
}

.iosAndroid {
    margin-top: 20px;
}

.getIos {
    margin-right: 10px;
}

.askB_1 {
    font-family: Roboto-Medium;
    background-color: #f56996;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 0 18px;
    height: 35px;
    line-height: 35px;
    width: 140px;
    margin-bottom: 0;
    cursor: pointer;
}

.getAndroid,
.getIos {
    padding: 7px 13px !important;
    width: auto;
    display: inline-block;
}

.parentSprite {
    background-image: url(https://cdn.cdnparenting.com/brainbees/community/preact/public/media/qanda_desktop_sprite.png);
    width: 100px;
    height: 100px;
    float: left;
}

.iosTag {
    background-position: -18px -75px;
    width: 15px;
    height: 17px;
    margin-right: 5px;
}

.askB_1 .getAppText {
    display: inline-block;
    line-height: normal;
    vertical-align: super;
}

.getAndroid p,
.getIos p {
    font-size: 15px;
    margin-bottom: 0;
    font-family: Roboto;
}

.androidTag {
    background-position: -47px -75px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.parentingImg {
    background-position: -90px -9px;
    width: 214px;
    height: 330px;
    margin-left: 39px;
    margin-top: 38px;
}

@media (min-width: 1024px) {
    .MS_header_menu {
        display: none;
    }

    #rdoandroid {
        width: 153px;
    }

    .parentingImg {
        margin-left: 44px;
    }

    .slideTemp.child_login_section_div {
        display: none;
    }

    .btmfixed,
    .stick {
        width: 344px !important;
    }

    .category_list_wrap {
        display: flex;
        width: 100%;
        /* justify-content:center;
        align-items: flex-start; */
        flex-wrap: wrap;
        padding: 0px 15px 0px;
        /* white-space: nowrap; */
    }

    .category_list_wrap .cat_list_block {
        margin: 24px 8px 0;
        width: 22.47%;
    }

    .category_list_wrap .cat_list_block img {
        border-radius: 10px;
        object-fit: unset;
    }

    .category_header {
        padding: 0px 18px;
        display: flex;
    }

    .category_name {
        margin-left: 8px;
        font-family: 'Roboto' !important;
    }

    .mscategory_name {
        display: none;
    }

    .article_section_wrap {
        border: 1px solid #ebeaea;
        padding: 24px 0px;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .arti_circle_img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        border: 2px solid transparent;
        box-shadow: 0 0 10px #ddd;
        border-radius: 50%;
    }

    .arti_circle_img img {
        border-radius: 50%;
        height: 100%;
        width: 100%;
    }

    .select_child .arti_circle_img {
        width: 50px;
        height: 50px;
    }

    .article_name {
        text-transform: capitalize;
    }

    .dropdown_head {
        padding: 1px 0 1px 16px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .dropdown_row {
        display: flex;
        align-items: center;
        padding: 6px 0;
        cursor: pointer;
    }

    .select_child .dropdown_row {
        padding: 1px 0;
    }

    .select_child .arti_circle_img {
        margin-left: unset;
        margin-right: 15px;
    }

    .sel_txt {
        padding: 3px 0 5px;
    }

    .arti_circle {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        margin-right: 10px;
        border: 2px solid #eee;
        background-color: #f5f5f5;
        position: relative;
        box-shadow: none;
    }

    .arti_circle .plus_icon {
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 16px;
        height: 16px;
        font-size: 16px;
    }

    .dropdown_sec_wrap {
        border: 1px solid #eee;
        padding: 6px 0px 6px 0px;
        border-radius: 10px;
        margin-bottom: 18px;
    }

    .sel_down_arrow {
        margin-left: auto;
        margin-right: 22px;
        font-size: 18px;
        width: 18px;
        height: 18px;
        color: #616161;
    }

    .dropdown_row.active .arti_circle_img {
        border-color: #fc88af;
    }

    .dropdown_row.active .article_name {
        color: #fd5387;
    }

    .dropdown_body {
        overflow-y: auto;
        display: none;
        max-height: 155px;
        padding-left: 16px;
        margin-right: 5px;
    }

    .dropdown_body::-webkit-scrollbar {
        width: 5px;
        height: 10px;
    }

    .dropdown_body::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 5px;
    }

    .dropdown_body::-webkit-scrollbar-track {
        background: none;
    }

    .trend_swipe .arti_txt,
    .browse_swipe .arti_txt,
    .article_swipe .arti_txt {
        font-size: 18px;
        line-height: 25px;
    }
    .head-icons .left,
    .head-icons .right{
        display: flex;
        align-items: center;
    }
    .subcat_title{
        /* padding-bottom: 5px; */
        display: inline-block;
    }
    .left_right_sec_wrap .breadcrumb{
        margin-top: 30px;
    }
    .left_right_sec_wrap .breadcrumb.R11_9e{
        margin-top: 0px;
    }
}

@media (max-width: 355px) {

    .article_swipe .article_social_options,
    .trend_swipe .article_social_options {
        padding: 12px 10px !important;
    }
}

/* right css end */
/* ///////////////////////////////////////////////////////////? */
@media (min-width: 768px) {
    .main_view_parenting_tool {
        margin: 0 20px;
        padding-left: 30px;
        padding-top: 16px;
        padding-bottom: 38px;
        margin-bottom: 16px;
    }

    .parenting_tools_slider .parenting_tools_padd {
        padding: 0px 20px 10px
    }

    .parenting_tools-icons {
        width: 80px;
        margin: 24px 15px;
        width: 80px;
        height: 80px
    }

    .swiper-slide.swiper-slide_feed_parenting_tool .all_tools_bar img {
        width: 42px;
        height: 42px;
        margin: 19px auto !important
    }

    .all_tools_bar .nav-tools-heading {
        font-size: 16px;
        line-height: 21px
    }

    .slideTemp.parenting_tools_slider {
        margin-bottom: 15px
    }

    .h1_content_section {
        /* margin: 0px 20px 0; */
        border-radius: 10px;
    }
    .h1_content_section .h1_title_wrap{
        font-size: 20px !important;
    }
    .h1_content_section .h1_content_wrap{
        font-size: 17px !important;
        color:#424242 !important;
        line-height: 27px !important;
        margin-top: 15px !important;
    }
    .h1_content_section .content_read_more{
        font-size: 17px !important;
        cursor: pointer;
    }
    /* .sort-list-popup {
        position: absolute;
        top: 0
    }

    .sort-list-popup .sort-menu {
        margin: 0;
        width: 100%;
        border-radius: 0
    } */
    .filter-overlay .catg_filter ul li {
        cursor: pointer;
        margin: 0;
    }
}

/* ///////////////////////////////////////////////////////////? */
.scrolltop_btn {
    cursor: pointer;
    position: fixed;
    bottom: 10%;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    z-index: 10;
    display: none;
}

.scrolltop_btn::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    font-size: 16px;
    color: #212121;
}
.h1heading{
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #212121;
}

/* mobile css start */
@media (max-width:767px) {
    .h1heading{
        margin: 15px 16px 0px;
    }
    .mscategory_name span{
        font-family: Roboto-Medium;
        font-size: 16px;
        color: #212121;
        font-weight: 500;
    }
    .h1_content_section .content_read_more.read_less{
        padding-top: 0px !important;
        margin-top: 2px !important;
    }
    .filter-ic.disable{
        color:#9e9e9e !important;
    }
    .scrolltop_btn{
        bottom: 10% !important;
    }
    .card_desc_wrap .card_title_wrap{
        font-size: 18px !important;
        padding: 14px 0 14px;
    }
    .icons-text .mLike{
        display: none;
    }
    .h1_content_section {
        /* box-shadow: 0 0 5px #ebeaea; */
        box-shadow: 0 -3px 5px -2px #ebeaea;
        border-top: 1px solid #eee;
        border-bottom: unset;
        /* margin-top: 13px; */
        background-color: #fff;
        padding: 20px 23px 24px 18px;
        margin:13px 0;
    }
    .filter-overlay .category_list {
            background-color: #eee;
            width: 43%;
            float: left
        }
    
        .filter-overlay .categorieslist {
            width: 100%
        }
    
        .filter-overlay .subcategory_list {
            width: 57%;
            float: left
        }
        .cat_list_img {
            /* width: 152px;
            height: 85px; */
            width: 100%;
            height: 100%;
            overflow: hidden;
            box-shadow: 1px 1px 4px rgba(0,0,0,.2);
            border-radius : 10px;     
        }

   .cat_list_img img {
       width: 100%;
       height: 100%;
       /* object-fit: cover; */
       display: block;
   }
    .filter-overlay .filter-popup {
            background: #fff;
            width: 480px;
            margin: 80px auto 0;
            overflow: hidden;
            height: 475px;
            position: relative;
            border-radius: 15px 15px 0px 0px;
        }
    .theme-container .filter-overlay .filter-popup {
        height: 405px;
        left: 50%;
        margin: unset;
        transform: translateX(-50%);
        width: 100%;
        position: absolute;
        top: unset;
        bottom: 0px;
    }

    .filter-sort-options {
        align-items: center;
        background: #fff;
        border-top: 2px solid #e0e0e0;
        bottom: 0;
        color: #9e9e9e;
        display: flex;
        font-family: Roboto-Medium;
        font-size: 14px;
        font-weight: 500;
        /* height: 55px; */
        justify-content: center;
        left: 0;
        /* line-height: 45px; */
        padding: 0 10px;
        position: fixed;
        width: 100%;
        z-index: 9999;
        padding:14px 0;
    }

    .sort_filter_text {
        margin-left: 8px;
        margin-right: 16px;
        vertical-align: middle;
        cursor: pointer;
    }

    .sort-row {
        line-height: 0px;
        /* margin-bottom: 6px; */
    }

    .filter-row {
        line-height: 0px;
        font-size: 13px;
        /* margin-bottom: 2%; */
    }

    .sort-option {
        /* float: left; */
        /* height: 28px; */
        /* margin-right: 20px; */
        text-align: center;
        width: 50%;
        position: relative;
    }

    .filter-ic,
    .sort-ic {
        color: #424242;
        font-size: 17px;
        display: inline-block;
        /* height: 45px; */
        margin: auto 0 auto 40px;
        vertical-align: text-top;
        width: 16px;
        cursor: pointer;
    }
    .filter-row .filter-ic{
        vertical-align: middle !important;
    }
    .sort-option::after {
        border: 1px solid #eee;
        content: "";
        height: 26px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        /* left: 50%; */
        right: 0;
    }

    .sort-list-popup .sort-menu {
        background: #fff;
        border-radius: 12px 12px 0px 0px;
        /* margin: 65% auto 0; */
        overflow: hidden;
        position: fixed;
        width: 100%;
        bottom: 47px;
    }

    .toggle-btn {
        border-right: 1px #000;
        width: 20%;
        text-align: center;
        float: left;
        padding: 7px 0
    }

    .filter-option {
        width: 50%;
        /* float: left */
    }

    .filter-overlay {
        display: none;
        position: fixed;
        top: 0px;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, .75);
        z-index: 9999;
        padding: 390px 0px 0px;
    }

    .sort-list-popup {
        display: none;
        position: fixed;
        top: 5px;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, .75);
        z-index: 9998;
        padding: 417px 0px 0px;
    }

    .subcatCount {
        font-size: 15px !important;
        margin-left: 5px;
        margin-top: 0% !important;
        line-height: 24px;
        top: 2px;
        position: relative;
    }

    .read-container {
        display: block;
    }

    .breadcrumb,
    .headerline,
    .sort-textt,
    .sort_by {
        display: none;
    }
    .sort-list-popup .sort-menu ul{
        padding-top:3px;
    }
    .sort-list-popup .sort-menu ul li {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 15px 20px;
        cursor: pointer;
        border-bottom : none;
        font-size: 16px !important;
    }
    .not-in-top-10 img{
        top: 1px;
        position: relative;
    }
    .sort-list-popup .sort-menu ul .most-popular img{
        margin-top: -5px;
    }
    .sort-list-popup .sort-menu ul li.active {
        background-color: #eee
    }

    .header_menu_wrap {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        padding: 15px 0;
        box-shadow: 0 5px 5px 0 #0000001a;
    }

    .menu_circle_wrap {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        box-shadow: 0 0 10px #e0e0e0;
        margin: auto;
    }

    .menu_ic_wrap {
        width: 32px;
        height: 32px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: relative;
    }

    .heder_menu_block {
        width: 20%;
        display: inline-block;
    }

    .menu_ic_txt {
        text-align: center;
        margin-top: 5px;
    }

    .menu_ic_txt.active {
        color: #fd5387;
        font-weight: 600;
    }

    .read-container .left_right_sec_wrap {
        margin: 0 auto;
        width: 100%;
    }

    .left_right_sec_wrap .readLeft {
        width: 100%;
        display: inline-block;
        float: none;
        min-width: 320px;
        margin-right: 0;
        margin-bottom: 0px !important;
    }

    .left_right_sec_wrap .readRight {
        display: none;
    }

    .read_swiper_wrap {
        padding: 10px 0 10px 10px;
        margin-bottom: 0px;
    }

    .read_swipe .swiper-slide {
        height: auto;
    }

    .article_section_wrap {
        border: none;
        margin-top: 0px;
        padding: 0px;
        padding-top: 0px !important;
    }

    .article_card_wrap {
        margin-top: 15px;
    }

    .article_sec_box {
        padding:0px 16px 10px;
    }
    .article_sec_box .category_header{
        margin: 0 -16px;
    }
    .mob_hide {
        display: none;
    }

    .vm_hr {
        display: block;
        margin: 10px 16px;
    }

    .icon {
        font-size: 18px !important;
        line-height: 18px !important;
    }

    .seen_icon:before {
        font-size: 18px !important;
    }

    .article_swipe_sec {
        margin: 20px 0 0 16px;
    }

    .article_swipe_wrap .swiper-button-next,
    .article_swipe_wrap .swiper-button-prev {
        display: none;
    }

    .tarticle_swipe_wrap .tswiper-button-next,
    .tarticle_swipe_wrap .tswiper-button-prev {
        display: none;
    }

    .article_swipe .article_social_options,
    .trend_swipe .article_social_options {
        padding: 12px 14px;
    }

    .article_swipe .swiper-slide img {
        height: 238px;
        max-height: 238px;
        object-fit: cover;
    }

    .browse_swipe .swiper-slide img {
        height: 168px;
        max-height: 168px;
        object-fit: cover;
    }

    .trend_swipe .swiper-slide img {
        height: 238px;
        max-height: 238px;
        object-fit: cover;
    }

    .article_swipe .swiper-slide,
    .browse_swipe .swiper-slide,
    .trend_swipe .swiper-slide {
        border-radius: 12px;
        border: 1px solid #ebeaea;
    }

    .trend_swipe .swiper-slide {
        border: none;
    }

    .article_swipe .swiper-slide .article_card_wrap,
    .browse_swipe .swiper-slide .article_card_wrap,
    .trend_swipe .swiper-slide .article_card_wrap {
        border-radius: 12px;
        border: none;
    }

    .article_swipe_sec .art_swipe_title {
        font-size: 14px;
    }

    .trend_title_wrap .M20_ff {
        font-size: 15px;
    }

    .trend_title_wrap .R16_ff {
        font-size: 13px;
    }

    .trending_sec_wrap {
        padding: 0 0 24px 16px;
        border-radius: 0px;
    }

    .trend_title_wrap {
        padding-top: 12px;
        padding-right: 18px;
    }

    .browse_by_cat_wrap {
        box-shadow: 0 0 10px #e0e0e0;
        border: none;
        border-radius: 0px;
        padding: 18px 0px 15px;
    }

    .browse_swipe {
        padding: 10px 16px 5px !important;
        margin-top: 0px !important;
    }

    .browse_by_cat_wrap .browse_heading {
        font-family: "Roboto";
        font-size: 18px;
        color: #212121;
        line-height: 25px;
        font-weight: 600;
        border-bottom: 1px solid #eee;
        margin: 0 16px 20px;
        padding-bottom: 10px;
    }

    .browse_hr_line {
        display: none;
    }

    .head_hr_line {
        margin: 10px 18px 14px 18px;
        display: none;
    }

    .browse_by_cat_wrap .article_swipe_wrap {
        padding-bottom: 20px;
    }

    .browse_title_wrap .B22_21 {
        font-family: "Roboto";
        font-size: 16px;
        color: #424242;
        line-height: 22px;
    }

    .browse_title_wrap .browse_view_all {
        font-family: "Roboto";
        font-size: 13px;
        color: #616161;
        line-height: 18px;
    }

    .browse_title_wrap {
        padding: 0px 16px 2px 16px;
    }

    .view_more_article {
        padding: 18px 0;
        margin: -10px 0;
    }

    .view_more_article .M16_link {
        font-size: 14px;
        text-decoration: none;
    }

    .load_more_article {
        /* border: 1px solid #e0e0e0; */
        background-color: #fff;
        border-radius: 22px;
        padding: 7px 12px;
        /* width: 47.23%; */
        text-align: center;
        border: 1px solid #e0e0e0;
        border-radius: 22px;
        margin: 18px auto 12px;
        width: 170px;
    }
    .load_more_article.subcategory-app {
        margin-bottom: 55px;
    }

    .load_more_article a{
        text-decoration: none !important;
    }

        .load_more_article1 {
            border: 1px solid #e0e0e0;
            background-color: #fff;
            border-radius: 22px;
            padding: 7px 12px;
            margin: 18px auto 8px auto;
            text-align: center;
            /* width: 52%; */
            width: 170px;
        }

    /*tell us more section start*/
    .slideTemp.child_login_section_div {
        background-size: 100%;
        background-position: bottom;
        background-image: url(https://cdn.cdnparenting.com/brainbees/community/preact/public/media/pr-bg.png);
        background-repeat: no-repeat;
        background-origin: content-box;
        min-height: 180px;
        box-shadow: 0 0 10px #e0e0e0;
    }

    .child_login_section_div .non_login_div_child {
        padding: 20px 0 8px;
        margin-bottom: 10px;
        display: grid;
    }

    .child_login_section_div .non_login_div_child .non_login_dnya {
        margin: 0;
        padding: 0 16px;
        text-align: center;
    }

    .baby_child_login_circle_div {
        display: flex;
        overflow: auto;
        width: 100%;
    }

    .baby_child_login_circle_div::-webkit-scrollbar {
        display: none;
    }

    .baby_child_login_circle_div .baby_child1 {
        margin: 0 10px;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

    .baby_child_login_circle_div .baby_circle_child1 {
        width: 90px;
        height: 90px;
        margin: 12px auto;
        border-radius: 50%;
        border: 3px solid #fff;
        box-shadow: 0 0 10px #ddd;
        position: relative;
        overflow: hidden;
    }

    .baby_child_login_circle_div .active_cl .baby_circle_child1 {
        width: 90px;
        height: 90px;
        margin: 12px auto;
        border-radius: 50%;
        border: 3px solid #ed5387;
    }

    .baby_child1 .baby_cir_edit {
        width: 25px;
        height: 25px;
        border: 3px solid #ed5387;
        position: absolute;
        border-radius: 50%;
        background-color: #fff;
        transform: translate(-50%, -50%);
        left: 80%;
        top: 55%;
    }

    .baby_child1 .baby_cir_edit .edit_ic {
        color: #757575;
        font-size: 12px;
        vertical-align: bottom;
    }

    .baby_child_login_circle_div .active_cl .infant_name_baby {
        font-size: 14px !important;
        font-family: Roboto-Medium;
        font-weight: 500;
        color: #fd5387;
        line-height: 20px;
    }

    .baby_child_login_circle_div .active_cl .infant_name_dis {
        font-size: 14px !important;
        font-family: Roboto-Medium;
        font-weight: 500;
        color: #fd5387;
        line-height: 18px;
    }

    .baby_child_login_circle_div .infant_name_dis {
        line-height: 18px;
    }

    /*tell us more section end*/

    .parenting_tools_slider .parenting_tools_padd {
        padding: 10px 16px
    }

    .main_view_parenting_tool {
        box-shadow: 0 0 5px #ebeaea;
        border:1px solid #eee;
        border-radius: 0px;
        padding: 0 0 20px 16px;
        margin: 0px;
    }

    .parenting_tools-icons {
        margin: 20px 14px 5px
    }

    .all_tools_bar .nav-tools-heading {
        padding: 0;
    }

    .all_tools_bar .nav-tools-heading {
        font-family: Roboto;
        font-size: 13px
    }

    .category_header {
        padding: 17px 0px;
        box-shadow: 0 5px 5px -3px #e0e0e0cc;
        display: flex;
    }

    .category_list_wrap {
        /* display: flex;
        width: 100%;
        /* justify-content:center;
        align-items:center;
        flex-wrap: wrap;
        padding: 18px 6px 0; */
    }
    .category_list_wrap .category_list_innerwrap{
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        padding: 18px 6px 0;
        width: 100%;
        /* justify-content: center; */
    }
    .category_list_wrap .cat_list_block {
        margin: 0px 10px 25px;
        width: 44.3%;
        width: calc(50% - 20px);
    }

    .category_name {
        display: none;
    }
    
    .article_sec_heading {
        display: block;
        padding-top: 20px;
    }
    .article_sec_heading1 {
        display: none;
        padding-top: 20px;
    }

    .mscategory_name {
        margin-left: 8px;
        display: flex;
        align-items: center;
    }
    .mscategory_name .arrow-icon{
        /* vertical-align: text-bottom !important; */
    }
    .cat_list_title {
        padding-top: 11px;
    }

    .category_list_wrap .cat_list_block img {
        border-radius: 8px;
    }

    .arti_circle_img {
        width: 34px;
        height: 34px;
        margin-right: 10px;
        border: 2px solid transparent;
        box-shadow: 0 0 10px #ddd;
        border-radius: 50%;
    }

    .arti_circle_img img {
        border-radius: 50%;
        height: 100%;
        width: 100%;
    }

    .dropdown_head {
        display: flex;
        align-items: center;
        padding-left: 16px;
        cursor: pointer;
    }

    .dropdown_row {
        display: flex;
        align-items: center;
        padding: 8px 0 6px;
        cursor: pointer;
    }

    .select_child .dropdown_row {
        padding: 1px 0;
    }

    .arti_circle {
        border-radius: 50%;
        width: 34px;
        height: 34px;
        margin-right: 10px;
        border: 2px solid #eee;
        background-color: #f5f5f5;
        position: relative;
        box-shadow: none;
    }

    .arti_circle .plus_icon {
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 16px;
        height: 16px;
        font-size: 16px;
    }

    .dropdown_sec_wrap {
        border: 1px solid #ebeaea;
        padding: 6px 0px;
        border-radius: 10px;
        margin: 15px 16px 20px;
        box-shadow: 0 0 5px #ebeaea;
    }

    .sel_down_arrow {
        margin-left: auto;
        font-size: 16px;
        width: 16px;
        height: 16px;
        left: 3px;
        position: relative;
        color: #424242;
        margin-right: 14px;
    }

    .article_name {
        font-size: 15px;
        line-height: 16px;
        font-family: Roboto-Medium;
        color: #424242;
        font-weight: 500;
        text-transform: capitalize;
    }

    .dropdown_row.active .arti_circle_img {
        border-color: #fc88af;
    }

    .dropdown_row.active .article_name {
        color: #fd5387;
    }

    .dropdown_body {
        overflow-y: auto;
        display: none;
        max-height: 148px;
        padding-left: 16px;
    }

    .select_child {
        font-size: 16px !important;
        line-height: 21px !important;
    }

    .select_child .arti_circle_img {
        margin-left: unset;
        width: 38px;
        height: 38px;
        margin-right: 12px;
        /* border-color:#fc88af; */
    }

    .sel_txt {
        padding: 5px 0;
    }

    .sel_child_img {
        border-color: #fc88af;
    }

    .sel_profile {
        margin-left: -4px !important;
    }

    .thumb_icon .icons-text,
    .m-abuse-main .icons-text {
        padding-right: 0px !important;
    }

    .article_swipe .arti_txt,
    .browse_swipe .arti_txt,
    .trend_swipe .arti_txt {
        line-height: 25px !important;
        font-size: 17px;
    }

    .new_art_box {
        padding-top: 0px !important;
    }

    .catg_filter {
        width: 100%;
        float: left;
        position: relative
    }

    .catg_filter ul li {
        margin: 0
    }

    .seen_icon .icons-text {
        padding-right: 18px !important;
        padding-left: 6px !important;
    }

    .icons-text {
        vertical-align: middle;
    }

    .article_swipe_sec {
        margin-left: 0px !important;
    }

    .article_swipe_sec .art_swipe_title {
        padding-left: 16px !important;
    }

    .article_swipe {
        margin-top: 0px !important;
        padding: 10px 0 5px 16px !important;
    }

    .headerline {
        padding-top: 0px;
        width: 100%;
    }

    .head-icons {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .head-icons div {
        width: 50%;
        text-align: center;
        float: none;
    }

    .head-icons .sort_cont {
        border-right: 1px solid #eee;
    }
    .sort-icon{
        width: 24px;
        height: 24px;
    }
    .filter-overlay .catg_filter .category_list{
        width: 44.5% !important;
    }
    .filter-overlay .catg_filter .subcategory_list{
        width: 55% !important;
    }
    .filter-overlay .catg_filter .subcategory_list .subcat_title{
        padding-left: 18px !important;
        padding-bottom: 7px; 
        display: inline-block;
    }
    .filter-overlay .subcategory_list .subcategorieslist .check{
        margin-right: 9px !important;
    }
    .filter-overlay .cancel_apply_btn .cancelfilter,
    .filter-overlay .cancel_apply_btn .applyfilter{
        font-size: 17px !important;
    }
    .filter-overlay .subcategorieslist li{
        padding:10px 18px !important;
    }
    .category_btm_border{
        border-bottom: 1px solid #eee;
        margin: 0 16px;
    }
    .supportive_txt{
        display: none !important;
    }
    .filter-overlay .catg_filter .categorieslist li{
        padding: 14px 8px 14px 15px !important;
    }
    .filter_popups .filter_by .right.icon{
        width: 21px !important;
        height: 21px !important;
        font-size: 21px !important;
    }
    .theme-container .filter-overlay .subcategory_list .subcategorieslist .check{
        font-size: 21px!important;
        height: 21px!important;
        width: 21px!important;
    }
    .h1_content_block .h1_title_wrap{
        font-size: 18px !important;
    }
    .h1_content_block .h1_content_wrap{
        font-size: 16px !important;
        line-height: 23px !important;
        margin-top: 14px !important;
    }
    .h1_content_section .content_read_more{
        font-size: 15px !important;
        margin-top: 6px !important;
        margin-bottom: 3px;
        cursor: pointer;
    }
}
/* @media (min-width: 320px) and (max-width:335px) {
    .filter-overlay .subcategory_list .subcategorieslist .check{
        margin-right: 8px!important;
    }
} */
@media (min-width: 320px) and (max-width:340px) {
    .category_list_wrap .cat_list_block{
        /* width: 43.5%; */
    }
}
@media (min-width: 341px) and (max-width:360px) {
    .category_list_wrap .cat_list_block{
        /* width: 43.9%; */
    }
}
@media (min-width: 320px) and (max-width:407px) {
    /* .category_list_wrap .cat_list_block {
        margin: 25px 0px 0px 0px;
        width: 40%
    } */
}

@media (min-width: 675px) and (max-width:767px) {
    /* .category_list_wrap .cat_list_block {
        width: 47%;
    } */
}

@media (max-width:380px) {
    .baby_child_login_circle_div .baby_child1 {
        padding: 0 5px;
    }

    .all_tools_bar .nav-tools-heading {
        font-size: 12px
    }
}

.swiper {
    width: 600px;
    height: 300px;
}

@media (min-width: 768px) {
    .tools .parenting_tools {
        padding-left: 15px !important
    }
}

@media (max-width: 359px) and (min-width:320px) {
    .tools .parenting_tools {
        padding-left: 10px !important
    }

    .filter-overlay-combiner .catg_filter ul.subnumberofletters li .isSpace {
        font-size: 0 !important;
    }
}

.sharing-options {
    display: none;
    position: absolute;
    top: -11px;
    right: -153px;
    border-radius: 3px;
    box-shadow: 0 1px 8px 0 #c5c5c5;
    width: 137px;
    padding: 7px 0px;
}

.sharing-options::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -.5em;
    bottom: 15px;
    left: 7px;
    box-sizing: border-box;
    border: 7px solid #c5c5c5;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(45deg);
    box-shadow: -3px 3px 6px -2px #c5c5c5;
}

.sharing-options li {
    list-style-type: none
}

.sharing-options ul li {
    margin: 0;
    padding: 0;
    width: 25px;
    text-align: center;
    margin: 0 10px;
}

.sharing-options ul li [data-icon-font]:before {
    font-size: 26px
}

.sharing-options ul li:last-child {
    margin-right: 0;
}

.sharing-options {
    display: none;
    width: 100%;
    position: sticky;
    top: inherit;
    bottom: 45px;
    /* bottom: 0; */
    left: 0;
    background-color: #fff;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0;
    z-index: 10;
    box-shadow: none
}

.share-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .1);
    z-index: 9
}

.sharing-options ul {
    margin: 15px auto;
    width: 160px;
    overflow: hidden;
}

.sharing-options ul li:first-child {
    margin-left: 0;
}

.sharing-options ul li [data-icon-font]:before {
    font-size: 32px
}

.whatsapp-share {
    display: list-item
}

.m-abuse-main .icon3dot.whatsapp-icons {
    color: #25d366;
}

.m-abuse-main {
    position: relative;
}

.onlyDesktop_view.social_icons_center .m-abuse-main {
    display: inline-block;
    margin-top: 3px;
}

.m-abuse-main {
    top: 1px;
}

.m-abuse-main.writeForUs {
    top: -2px;
}

.icon3dot.whatsapp-icons span.icons-text {
    margin-left: 0px;
    position: relative;
    bottom: 4px;
    padding-left: 0px !important;
}

.new_blog_post__main_content .icon3dot.whatsapp-icons span.icons-text {
    margin-left: 2px;
    position: relative;
    bottom: 1px;
}

.icon3dot.whatsapp-icons span.icons-text {
    font-size: 14px;
    line-height: 20px;
}

.icon3dot.whatsapp-icons span.icons-text {
    bottom: 4px;
}

.writefus .new_blog_post__main_content .icon3dot.whatsapp-icons span.icons-text {
    bottom: -1px;
}


.article_section_wrap .sharing-options,
.article_card_wrap .sharing-options,
.trending_sec_wrap .sharing-options,
.hightlighted-social-view .sharing-options {
    display: none;
    position: absolute;
    top: -9px;
    right: 65px;
    left: inherit;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 8px 0 #c5c5c5;
    box-shadow: 0 1px 8px 0 #c5c5c5;
    width: 137px;
    padding: 7px 0;
    background-color: #fff;
    height: auto;
    bottom: inherit;
}

.article_section_wrap .sharing-options::after,
.article_card_wrap .sharing-options::after,
.trending_sec_wrap .sharing-options::after,
.hightlighted-social-view .sharing-options::after {
    bottom: -4px;
    right: -14px;
    left: inherit;
    transform: rotate(-135deg);
}

.article_section_wrap .sharing-options,
.article_card_wrap .sharing-options,
.trending_sec_wrap .sharing-options,
.hightlighted-social-view .sharing-options {
    width: 155px;
    padding: 7px 10px;
}

.article_section_wrap .sharing-options ul li,
.article_card_wrap .sharing-options ul li,
.trending_sec_wrap .sharing-options ul li,
.hightlighted-social-view .sharing-options ul li {
    margin: 0 5px;
}

.article_section_wrap .sharing-options ul,
.article_card_wrap .sharing-options ul,
.trending_sec_wrap .sharing-options ul,
.hightlighted-social-view .sharing-options ul {
    margin: 2px 0px;
}

.article_section_wrap .sharing-options::after,
.article_card_wrap .sharing-options::after,
.trending_sec_wrap .sharing-options::after,
.hightlighted-social-view .sharing-options::after {
    bottom: -1px;
}

.social-share {
    width: 25px;
    height: 25px;
    display: block
}

.social-share img.loadingImg {
    height: auto !important
}

.activelike {
    color: #fc88af !important;
}

.thumb_icon .icons-text {
    padding-left: 7px !important;
}

.browse_title_wrap .B22_21 {
    font-family: Roboto !important;
}

/* DS code start */
@media (min-width:767px) {
    .mb20{
        margin-bottom: 20px;
    }
    .load_more_article1 a{
        text-decoration: underline;
    }
    .load_more_article{
        margin-bottom: 20px;
    }
    .h1_content_section .content_read_more{
        font-size: 16px!important;
    }
    .filter-overlay.overlay .catg_filter .subcategory_list ul{
        padding-top: 9px;
    }
    .not-in-top-10 img{
        top: 1px;
        position: relative;
    }
    .cat_list_title{
        padding-top:11px !important;
    }
    .cat_list_title{
        font-size: 15px !important;
    }
    .filter-ic, .sort-ic{
        width: 14px !important;
        height:14px !important;
        font-size: 14px;
    }
    .sort_filter_text{
        margin-left: 5px !important;
    }
    .article_section_wrap{
        padding-bottom: 0px !important;
    }
    .category_header{
        padding:0 20px !important;    
        margin-bottom: 16px !important;
    }
    .category_name{
        margin-left: 0px !important;
    }
    .category_list_wrap{
        padding: 0 20px !important;
    }
    .category_list_innerwrap{
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        /* white-space: nowrap; */
        margin: 0 -10px;
    }
    .article_section_wrap .article_sec_heading {
        font-size: 16px;
        margin-bottom: -5px;
    }
    .article_section_wrap .article_sec_heading1{
        margin-bottom: -5px;
    }
    .category_list_wrap .cat_list_block{
        margin:0 0 24px !important;
        width: 25% !important;
        padding: 0 8px !important;
    }
    .cat_list_img{
        height: 80px !important;
        overflow: hidden;
        width: 100% !important;
    }
    .category_list_wrap .cat_list_block img{
        object-fit: unset;
        min-height:unset !important;
    }
    .filter-overlay .catg_filter .categorieslist li .subcatCount{
        line-height: 24px;
        top: 1px;
        position: relative;
        margin-top: 0%;
    }
    .art_swipe_title {
        padding-top: 5px;
        font-size: 16px !important;
    }
    .sort_by .right.icon:before{
        line-height: 25px;
    }
    .article_swipe_sec {
        /* margin: 0 23px; */
        margin: 0 23px 15px 13px;
    }

    .art_swipe_title {
        padding: 0 10px;
    }

    .article_swipe {
        margin-top: 0px;
        padding: 10px 0px 5px 10px !important;
    }

    .facebookicons::before,
    .whatsapp-icons::before {
        height: 18px;
        width: 18px;
        font-size: 18px;
    }

    .browse_by_cat_wrap {
        padding-top: 20px;
    }

    .gtm-highlight-share {
        padding-right: 0px;
    }

    .trend_swipe {
        margin-top: 15px;
    }

    .browse_heading {
        margin-bottom: -3px;
    }

    .new_art_box {
        padding-bottom: 9px;
    }

    .sel_child_img {
        border-color: #fc88af
    }
}
/* DS code End */
.trend_view_all {
    font-weight: unset !important;
}
.subcategorieslist::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.subcategorieslist::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 6px
}
.subcategorieslist::-webkit-scrollbar-thumb {
    background-color: #9e9e9e;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
.filter-overlay .catg_filter .category_list{
    width: 37.62%;
}
.filter-overlay .catg_filter .subcategory_list{
    width: 62%;
}
.filter-overlay .catg_filter .categorieslist li{
    margin-right: 0px;
    padding: 14px 8px 14px 14px;
}
.filter-overlay .isChecked::before{
    color: #FD5387;
}
.filter_popups .filter_by .right.icon{
   margin-right: 0px;
}
.noview_div{
    margin-top: 45px
}

.read_page_wrap{
    width: 100%;
    overflow: hidden;
}
.M14_21{
    font-size: 14px;
    font-family: Roboto-Medium;
    font-weight: 500;
    line-height: 20px;
    color:#212121;
}
.M14_61{
    font-size: 14px;
    font-family: Roboto-Medium;
    font-weight: 500;
    line-height: 20px;
    color:#616161;
}
.M14_link{
    font-family:"Roboto-Medium";
    font-size:14px;
    color:#2979ff;
    line-height:20px;
}
.R14_link{
    font-size: 14px;
    font-weight: 400;
    color: #2979ff;
    line-height: 20px;
}
.M15_21{
    font-size: 15px;
    line-height: 16px;
    font-family: Roboto-Medium;
    color: #212121;
    font-weight: 500;
}
.M15_42 {
    font-size: 15px;
    line-height: 16px;
    font-family: Roboto-Medium;
    color: #424242;
    font-weight: 500;
}
.M15_42_filter {
    font-size: 15px;
    line-height: 16px;
    font-family: Roboto-Medium;
    color: #424242;
    font-weight: 500;
}
.M15_42_sort {
    font-size: 15px;
    line-height: 16px;
    font-family: Roboto-Medium;
    color: #424242;
    font-weight: 500;
}
.M15_61{
    font-size: 15px;
    line-height: 16px;
    font-family: Roboto-Medium;
    color: #616161;
    font-weight: 500;
}
.M16_21 {
    font-size: 16px;
    line-height: 16px;
    font-family: Roboto-Medium;
    color: #212121;
    font-weight: 500;
}
.M16_link{
    font-family:"Roboto-Medium";
    font-size:16px;
    color:#2979ff;
    line-height:22px;
}
.M17_21 {
    font-size: 17px;
    line-height: 17px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #212121;
}
.M18_21 {
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #212121;
}
.M19_21{
    font-family:"Roboto-Medium";
    font-size:19px;
    color:#212121;
    line-height:25px;
}
.R14_61 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: Roboto-Regular;
    color:#616161;
}
.B18_21 {
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: Roboto-Bold !important;
    color: #212121 !important;
    line-height: 25px !important;
}
.R15_42 {
    font-size: 15px;
    font-weight: 500;
    color: #424242;
    font-family: Roboto-Regular;
}
.R15_21 {
    font-size: 15px;
    font-weight: 500;
    color: #212121;
    font-family: Roboto-Regular;
}
.R15_61{
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color:#616161;
}
.M18_white{
    font-size: 18px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
}
.M20_ff{
    font-family:"Roboto-Medium";
    font-size:20px;
    color:#ffffff;
    line-height:28px;
}
.R16_ff{
    font-family:"Roboto-Regular";
    font-size:16px;
    color:#fff;
    line-height:22px;
    font-weight: 600;
}
.B22_21{
    font-family:"Roboto-Bold";
    font-size:22px;
    color:#222222;
    line-height:33px;
    font-weight: 600;
}
.R16_61{
    /* font-family:"Roboto-Regular"; */
    font-size:16px;
    color:#616161;
    line-height:22px
}
.M16_ff{
    font-size: 16px;
    line-height: 16px;
    font-family: Roboto-Medium;
    color: #fff;
    font-weight: 500;
}
.M20_21{
    font-family:"Roboto-Medium";
    font-size:20px;
    color:#212121;
    line-height:30px;
}
.R17_42{
    font-family:"Roboto";
    font-size:17px;
    color:#424242;
    line-height:24px;
}


/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    src: url(https://cdn.cdnparenting.com/brainbees/community/preact/public/media/Roboto-regular.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: Roboto-Medium;
    src: url(https://cdn.cdnparenting.com/brainbees/community/preact/public/media/Roboto-medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Halogen;
    font-weight: 400;
    font-style: normal;
    src: url(https://cdn.cdnparenting.com/brainbees/community/preact/public/media/Halogen.woff) format("woff")
}

@font-face {
    font-family: fc-icon;
    src: url(https://cdn.cdnparenting.com/brainbees/community/preact/public/media/community-icons-v11.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

[data-icon-font]:before {
    font-family: fc-icon!important;
    content: attr(data-icon-font);
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

#root {
    max-width: 100vw;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Roboto;
}

* html ul li {
    float: left;
    height: 1%
}

* html ul li a {
    height: 1%
}

body {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ul, li {
    list-style-type: none
}

a {
    cursor: pointer;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

button:focus, input:focus, select:focus {
    outline: 0;
    background-color: inherit;
}

input[type=text], input[type=number], input[type=url], input[type=tel], input[type=email] {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
}

input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type="date"]::-webkit-clear-button {
    display: none;
}

input[type="time"]::-webkit-clear-button {
    display: none;
}

input[type="time"]::-ms-clear {
    display: none;
}

input[type=submit] {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    background-color: #222;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 500;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.title {
    padding: 15px 9px 14px;
    border-bottom: 1px solid #eee;
    word-break: break-word
}

.breadcrumb {
    margin-bottom: 9px;
    word-break: break-word;
}

.breadcrumb a:-webkit-any-link {
    color: unset;
    outline: 0
}

.breadcrum_icon {
    display: inline-block;
    vertical-align: top;
    margin: 2px 2px 0
}

.icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    height: 20px
}

.right {
    float: right
}

.left {
    float: left
}

.loader-overlay, .alertMsg-overlay {
    display: none;
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 10000;
}

.loader-img {
    margin: auto;
    margin-top: 20%;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px
}

.loader-img img {
    width: 100%;
    height: 100%
}

.alert-popup {
    display: inline-block;
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 3px;
    margin: auto;
    margin-top: 20%;
    font-size: 15px;
    max-width: 80%;
}

.sub-container {
    width: 65%;
    margin-right: 14px
}

.data-container {
    width: 100%
}

.mobile_header {
    display: none
}

.desktop_header {
    display: block
}

.main-container h1 {
    margin: 0;
}

.main-container {
    margin: 0 auto;
    width: 1024px;
    position: relative;
    font-size: 14px;
    color: #424242;
}

.experts-details {
    border: none;
    margin: 10px 10px 20px;
    padding: 0;
}

.experts-details span {
    display: inline-block;
}

.experts-details ::-webkit-scrollbar {
    width: 3px;
    margin-right: 3px
}

.experts-details ::-webkit-scrollbar-track {
    background: #f1f1f1
}

.experts-details ::-webkit-scrollbar-thumb {
    background: #888
}

.experts-details ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.experts-photo, .experts-photo img {
    width: 50px;
    height: 50px;
}

.experts-photo img {
    border-radius: 100%;
}

.experts-name {
    width: calc( 100% - 60px);
    vertical-align: super;
    margin-left: 7px;
}

.exp-name, .experts-desc {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.exp-name {
    white-space: normal;
    height: 20px;
    display: -webkit-box!important;
    width: 100%;
}

.experts-desc {
    width: 100%;
    white-space: normal;
    height: 18px;
    display: -webkit-box!important;
}

.experts-last-online-time {
    vertical-align: top;
    margin-top: 10px;
    float: right;
}

.experts-tag {
    color: #fff;
    background: #f56996;
    border-radius: 3px;
    height: 20px;
    width: 50px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3%;
}

.desktop-ads-block {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.msite-ads-block {
    display: none;
    width: 100%;
    text-align: center;
}

/* .desktop-ads-block>div, .msite-ads-block>div {
    height: auto !important;
} */

img.loadingImg {
    width: 50px !important;
    height: 50px !important;
    margin: 0 auto !important;
}

@media (max-width:767px) {
    .sub-container {
        min-width: 320px;
        width: 100%
    }
    .data-container, .sub-container {
        display: inline-block;
        float: none!important
    }
    .main-container {
        width: 100%
    }
    .title {
        background: #fff;
        display: inline-block;
        width: 100%
    }
    .mobile_header {
        display: block
    }
    .desktop_header {
        display: none
    }
    .loader-img, .alert-popup {
        margin-top: calc(100% - 100px)
    }
    .desktop-ads-block {
        display: none;
    }
    .msite-ads-block {
        display: block;
        margin: 0 auto;
        height: auto!important;
        max-width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .main-container {
        width: 100%
    }
    .sub-container {
        width: 64%
    }
}

@media (min-width:1024px) {
    .sub-container {
        width: 65%
    }
}

@media (min-width:768px) {
    .main-container {
        overflow: hidden!important
    }
    .sub-container {
        width: 65%;
        margin-right: 10px
    }
}

.R11_9e {
    font-size: 11px;
    font-weight: 400;
    color: #9e9e9e;
    line-height: 16px;
}

.B24_00 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    line-height: 25px;
}

.R14_42 {
    font-size: 14px !important;
    font-weight: 400;
    color: #424242 !important;
    line-height: 20px;
}

.R15_42 {
    font-size: 15px;
    font-weight: 400;
    color: #424242;
    line-height: 21px
}

.R15_61 {
    font-size: 15px;
    font-weight: 400;
    color: #616161;
    line-height: 21px
}

.R12_white {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 18px
}

.M14_42 {
    font-size: 14px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #424242;
    line-height: 20px
}

.R14_75 {
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    line-height: 20px
}

.R14_9e {
    font-size: 14px;
    font-weight: 400;
    color: #9e9e9e;
    line-height: 20px
}

.B12_42 {
    font-size: 12px !important;
    font-family: Roboto-Medium;
    font-weight: 700 !important;
    color: #424242
}

.M16_42 {
    font-size: 16px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #424242;
    line-height: 22px;
}

.M12_42 {
    font-size: 12px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #424242;
    line-height: 21px;
}

.M14_61 {
    font-size: 14px !important;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #616161;
    line-height: 20px;
}

.M12_61 {
    font-size: 12px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #616161;
    line-height: 20px;
}

.B17_42 {
    font-size: 17px;
    font-weight: 700;
    color: #424242;
    line-height: 24px;
}

.R12_9e {
    font-size: 12px;
    font-weight: 400;
    color: #9e9e9e;
    line-height: 17px;
}

.R12_42 {
    font-size: 12px;
    font-weight: 400;
    color: #424242;
    line-height: 17px;
}

.R20_9e {
    font-size: 20px;
    font-weight: 400;
    color: #9e9e9e;
    line-height: 28px;
}

.B16_42 {
    font-size: 16px;
    font-weight: 700;
    color: #424242;
    line-height: 22px;
}

.B20_42 {
    font-size: 20px;
    font-weight: 700;
    color: #424242;
    line-height: 38px;
}

.M16_61 {
    font-size: 16px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #616161;
    line-height: 22px;
}

.M22_42 {
    font-size: 22px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #424242;
    line-height: 25px;
}

.B18_21 {
    font-size: 18px;
    font-weight: 700;
    color: #212121;
    line-height: 25px;
}

.M15_42 {
    font-size: 15px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #424242;
    line-height: 21px;
}

.M15_61 {
    font-size: 15px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #616161;
    line-height: 21px;
}

.R14_61 {
    font-size: 14px;
    font-weight: 400;
    color: #616161;
    line-height: 20px;
}

.B14_42 {
    font-size: 14px !important;
    font-family: Roboto-Medium;
    color: #424242;
    line-height: 20px;
}

.B14_white {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    line-height: 20px;
}

.R16_42 {
    font-size: 16px;
    font-weight: 400;
    color: #424242;
    line-height: 24px;
}

.R12_9e {
    font-size: 12px;
    font-weight: 400;
    color: #9e9e9e;
    line-height: 18px;
}

.R12_75 {
    font-size: 12px;
    font-weight: 400;
    color: #757575;
    line-height: 18px;
}

.M18_48 {
    font-size: 18px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #484848;
    line-height: 25px;
}

.R11_61 {
    font-size: 11px;
    font-weight: 400;
    color: #616161;
    line-height: 16px;
}

.R13_75 {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #757575 !important;
    line-height: 18px;
}

.R13_42 {
    font-size: 13px;
    font-weight: 400;
    color: #424242;
    line-height: 18px;
}

.M13_42 {
    font-size: 13px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #424242;
    line-height: 18px;
}

.L10_61 {
    font-size: 10px !important;
    font-weight: 300;
    color: #616161 !important;
    line-height: 14px !important;
}

.M17_42 {
    font-size: 17px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #424242;
    line-height: 24px;
}

.M17_9e {
    font-size: 17px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #9e9e9e;
    line-height: 24px;
}

.R13_9e {
    font-size: 13px;
    font-weight: 400;
    color: #9e9e9e;
    line-height: 18px;
}

.R13_61 {
    font-size: 13px;
    font-weight: 400;
    color: #616161;
    line-height: 18px;
}

.M14_white {
    font-size: 14px !important;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
}

.M18_42 {
    font-size: 18px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #424242;
    line-height: 25px;
}
.M18_21 {
    font-size: 18px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #212121;
    line-height: 25px;
}

.R15_9e {
    font-size: 15px;
    font-weight: 400;
    color: #9e9e9e !important;
    line-height: 21px;
}

.M14_9e {
    font-size: 14px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #9e9e9e;
    line-height: 20px
}

.R11_75 {
    font-size: 11px;
    font-weight: 400;
    color: #757575;
    line-height: 16px;
}

.R16_9e {
    font-size: 16px;
    font-weight: 400;
    color: #9e9e9e !important;
    line-height: 24px;
}

.M15_pink {
    font-size: 15px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #fc88af;
    line-height: 21px;
}

.R14_link {
    font-size: 14px;
    font-weight: 400;
    color: #2979ff;
    line-height: 20px;
}

.M15_75 {
    font-size: 15px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #757575;
    line-height: 21px;
}

.M15_fc88af {
    font-size: 15px !important;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #fc88af !important;
    line-height: 21px;
}

.B16_white {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
}

.R13_fc {
    font-size: 13px;
    font-weight: 400;
    color: #fc88af !important;
    line-height: 18px;
}

.M15_white {
    font-size: 15px !important;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #fff;
    line-height: 15px;
}

.M13_white {
    font-size: 13px !important;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #fff;
    line-height: 13px;
}

.M14_75 {
    font-size: 14px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #757575;
    line-height: 20px;
}

.M20_pink {
    font-size: 20px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #f56996;
    line-height: 30px;
}

.M18_pink {
    font-size: 18px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #f56996;
    line-height: 25px;
}

.R14_pink {
    font-weight: 400;
    font-size: 14px;
    color: #f56996;
    line-height: 20px;
}

.R11_pink {
    font-size: 11px !important;
    font-weight: 400;
    color: #f56996;
    line-height: 16px;
}

.B23_21 {
    font-size: 23px;
    font-weight: 700;
    color: #212121;
    line-height: 20px;
}

.M14_pink {
    font-size: 14px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #f56996;
    line-height: 20px
}

.M16_white {
    font-size: 16px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #ffffff;
    line-height: 22px;
}

.M24_pink {
    font-size: 24px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #f56996;
    line-height: 25px;
}

.R15_21 {
    font-size: 15px;
    font-weight: 400 !important;
    color: #212121 !important;
    line-height: 21px;
}

.R20_61 {
    font-size: 20px;
    font-weight: 400;
    color: #616161;
    line-height: 28px;
}

.M19_white {
    font-size: 19px !important;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #ffffff;
    line-height: 27px;
}

.M19_ef3b74 {
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #ef3b74;
    line-height: 25px;
    font-size: 19px !important;
}

.R10_75 {
    font-size: 10px;
    font-weight: 400;
    color: #757575;
    line-height: 14px
}

.M18_f56996 {
    font-size: 18px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #f56996;
    line-height: 25px;
}

.M24_white {
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
    font-size: 24px;
}

.M14_9a2037 {
    font-size: 14px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #9a2037;
    line-height: 20px;
}

.R15_75 {
    font-size: 15px;
    font-weight: 400;
    color: #757575;
    line-height: 21px;
}

.R14_white {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.M18_white {
    font-size: 18px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
}

.R14_green {
    font-size: 14px;
    color: #7CB342;
    font-weight: 400;
    line-height: 19px;
}

.R14_red {
    font-size: 14px;
    color: #e53935;
    font-weight: 400;
    line-height: 19px;
}

.M20_42 {
    font-size: 20px;
    font-weight: 500;
    font-family: Roboto-Medium;
    color: #424242;
    line-height: 30px;
}

.R18_75 {
    font-size: 18px;
    font-weight: 400;
    color: #757575;
    line-height: 25px;
}

.M16_pink {
    font-size: 16px;
    font-weight: 500;
    font-family: Roboto-Medium;
    color: #fc88af;
    line-height: 22px;
}

.R13_link {
    font-size: 13px;
    font-weight: 400;
    color: #2979ff;
    line-height: 18px;
}

.M20_e73e77 {
    font-size: 20px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #e73e77;
    line-height: 30px;
}

.footer_container {
    background-color: #222;
    color: #eaeaea
}

.footer_fclogo_text_container {
    width: 1068px;
    margin: 0 auto;
    position: relative;
    padding-top: 54px;
    padding-bottom: 20px;
    text-align: center
}

.parenting_image_container img {
    width: 272px;
    margin: 0 auto 20px
}

.parenting_image_container a {
    display: inline-block;
}

.footer-text-wrap {
    font-size: 16px;
    font-weight: 300;
    font-family: Roboto;
    width: 80%;
    margin: 0 auto;
    line-height: 20px
}

.copyright_text {
    /* background-color: #0d0d0d; */
    color: #ccc;
    font-size: 12px;
    display: block;
    line-height: 20px;
    /* padding: 8px 0 */
}

/* .copyright_text div {
    width: 1068px;
    margin: 0 auto
} */

/* footer */

.td-social-style-2 .td-social-icon-wrap {
    display: inline-block;
    margin: 5px 10px 10px 0;
}
.td-footer-wrapper a {
    color: #fff;
}
.td-social-icon-wrap > a {
    display: inline-block;
}
.td-social-style-2 .td-social-icon-wrap:last-child {
    margin-right: 0;
}
style-2 .td-icon-font {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
}
.footer_icons {
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    text-align: center;
    display: inline-block;
}
.td-social-icon-wrap a {
    color: #fff;
}
.td-social-icon-wrap:hover span.footer_facebook {
    color: #3B5998;
}
.td-social-icon-wrap:hover span.footer_instagram {
    color: #3B5998;
}
.td-social-icon-wrap:hover span.footer_youtube {
    color: #bb0000;
}
.td-social-style-2 .footer_icons:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    opacity: 0.03;
}
.td-sub-footer-copy{
    float: left;
}

/* end */
/* sub footer */
.td-sub-footer-container {
    background-color: #0d0d0d;
    color: #ccc;
    font-size: 12px;
    font-family: 'Open Sans', arial, sans-serif;
}
.td-container-wrap {
    overflow: hidden;
    background-color: #0d0d0d;
    margin-left: auto;
    margin-right: auto;
}
.td-container{
    width: 1068px;
    margin-right: auto;
    margin-left: auto;
}
.td-pb-row {
    margin-right: -24px;
    margin-left: -24px;
    position: relative;
}
.td-pb-row:before, .td-pb-row:after {
    display: table;
    content: '';
}
.td-sub-footer-container .td-sub-footer-menu {
    float: right;
}
.td-pb-row [class*="td-pb-span"] {
    display: block;
    min-height: 1px;
    /* float: left; */
    padding-right: 24px;
    padding-left: 24px;
    position: relative;
}
.td-subfooter-menu {
    display: inline-block;
    margin: 7px 0;
    float: right;
}
.td-subfooter-menu li {
    display: inline-block;
    margin-left: 0;
    line-height: 18px;
}
.td-sub-footer-copy {
    font-family: Roboto;
}
.td-sub-footer-copy {
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.td-sub-footer-menu ul li a {
    font-family: Roboto;
}
.td-subfooter-menu li a {
    margin-right: 16px;
    line-height: 18px;
    display: inline-block;
    color: #ccc;
}
.td-social-icon-wrap:hover span.footer_youtube {
    color: #bb0000;
}
.td-subfooter-menu li:hover a {
    color: #ef3b74;
}
.td-subfooter-menu li a {
    cursor: pointer;
    text-decoration: none;
}


.footer_fclogo_text_container {
    width: 1068px;
    margin: 0 auto;
    position: relative;
    padding-top: 54px;
    padding-bottom: 58px;
    text-align: center
}
/* end */

@media (max-width:767px) {
    .footer_fclogo_text_container {
        width: auto;
        padding-top: 25px
    }
    .copyright_text div {
        width: auto;
        padding: 10px;
        text-align: center
    }
}


/*# sourceMappingURL=readPersonalization_main_v36.css.map*/