.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
}
@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; */
}
html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    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;
    clear: both;
}

.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: #757575;
    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;
}

.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; */
    color: #156CF4;
    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; */
    color: #156CF4;
    line-height: 18px;
}

.M20_e73e77 {
    font-size: 20px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #e73e77;
    line-height: 30px;
}
.M17_FF{
    font-family:"Roboto-Medium";
    font-size:17px;
    color:#ffffff;
    line-height:24px
}
@font-face {
  font-family: 'VAG Regular';
  src: url('https://cdn.cdnparenting.com/brainbees/community/preact/public/media/Vag.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.user_info {
    line-height: 30px !important;
    clear: both;
    display: inline-block
}

.u-single {
    font-family: Roboto-Medium;
    line-height: 1.7;
    font-size: 25px;
    color: #fff;
    font-style: italic;
    font-weight: 500;
    margin-left: -4px
}


/*Header & footer*/
.header_icons{
    height: auto !important;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    width: 30px;
    height: 24px;
    line-height: 24px;
}
.header-sp-top-widget{
    position: relative;
    line-height: 28px;
    text-align: right;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* footer */

.dropdown-arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
    margin-left: 8px;
    display: inline-block;
    float: none!important;
    vertical-align: middle
}

.header-top-dropdown {
    list-style: none;
    width: 156px;
    position: absolute;
    display: none;
    right: 0;
    background: #fff!important;
    z-index: 2;
    border: 1px solid #ddd;
    box-shadow: 3px 2px 3px #888!important;
    top: 30px
}

.header-top-dropdown li {
    margin: 0;
    height: 30px
}

.header-top-dropdown li a {
    color: #424242!important;
    display: block;
    padding-left: 10px
}

.header-top-dropdown li:hover {
    cursor: pointer;
    background: #ececec
}

/* Visible keyboard focus indicator for the user menu trigger and its items */
.user_info:focus,
.header-top-dropdown li a:focus {
    outline: 2px solid #000;
    outline-offset: 2px;
}
.user_info:focus{
    outline: 1px solid #fff;
    outline-offset: 1px;
}

.loggedin {
    position: relative;
    line-height: 10px
}

.mobile_header {
    width: 100%;
    background: #E30985;
    color: #fff;
    height: 54px;
    position: relative;
}

.mobileHeadTopfix {
    position: fixed;
    top: 0;
    z-index: 9999
}

.hamburgermenu_icon {
    position: absolute
}

.toggle_icon {
    width: 54px;
    height: 54px;
    padding-top: 13px
}

.menuIcon {
    background-color: #fff;
    border-radius: 3px;
    content: '';
    display: block;
    height: 2px;
    margin: 5px auto;
    transition: all .2s ease-in-out;
    width: 23px
}

.desktop_header {
    float: left;
    width: 100%;
    position: relative;
    /* box-shadow: 0 2px 4px 0 #e0e0e0 */
}

.desktop_header .header_container {
    width: 100%;
    float: left;
    box-shadow: 0 2px 4px 0 #e0e0e0;
}

.desktop_header .header_container .login_info_container {
    float: left;
    width: 100%;
    background: #222;
    color: #fff
}

.desktop_header .header_container .login_info_container span {
    float: left;
    line-height: 30px
}

.desktop_header .header_container .login_info_container .login_info, .desktop_header .header_container .login_info_container .today_date {
    margin-right: 20px;
    float: right!important
}

.desktop_header .header_container .login_info_container a {
    float: left;
    color: #fff;
    text-decoration: none
}

.desktop_header .header_container .login_info_container .login_divider {
    margin: 0 10px
}

.desktop_header .header_container .header_images_container {
    width: 1068px;
    margin: 0 auto;
    padding: 28px 0 0;
    overflow: hidden
}

.desktop_header .header_container .header_images_container .parenting_img {
    margin: 0 28px
}

.header_menus_container {
    padding: 15px 0 0;
}

.header_menus_container a {
    text-decoration: none
}

.header_menus_container ul li.main_list>a:after {
    background-color: transparent;
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width .2s ease;
    -moz-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.header_menus_container ul li.main_list:hover>a:after {
    background-color: #E30985;
    width: 100%
}

.userinfo {
    width: 1068px;
    margin-right: auto;
    margin-left: auto;
    display: table
}

#menu, #menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#menu li {
    float: left;
    position: relative;
    padding: 10px 10px 10px 0;
}

#menu li.left>a {
    height: 23px;
    margin-right: 0;
}

#menu li ul {
    position: absolute;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .15);
    top: 44px;
    min-width: 200px;
    background: #fff;
    padding-bottom: 10px;
    display: none
}

#menu li ul li {
    padding: 10px 0 0 0;
    width: 100%
}

#menu li ul li {
    margin: 0
}

#menu li ul>li:hover>a:hover {
    color: #ef3e77
}

#menu li.over ul, #menu li:hover ul {
    display: block
}

#menu li.over ul ul, #menu li:hover ul ul {
    display: none
}

.sublist:hover ul {
    display: block;
    left: 200px
}

#menu ul li.over ul, #menu ul li:hover ul {
    display: block
}

#menu ul li.over ul ul, #menu ul li:hover ul ul {
    display: none
}

#menu ul li.over ul li.over ul, #menu ul li:hover ul li:hover ul {
    display: block
}

.sublist:hover ul.submenulist:hover ul {
    left: 240px
}

#menu li a {
    display: block;
    text-decoration: none;
    margin: 0 10px
}

#menu li .main_menu_title {
    text-transform: uppercase;
    font-weight: 500 !important;

}

#menu {
    z-index: 1;
    width: 1068px;
    margin: 0 auto
}

#menu ul {
    z-index: 2;
    float: left
}

#menu ul ul {
    padding: 0 10px 10px;
    z-index: 3;
    top: 0;
    width: 250px
}

#menu .icon {
    vertical-align: text-top;
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
}
#menu .icon::before {
    font-weight: 700 !important;
}

.td-scroll-up {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 4px;
    right: 5px;
    width: 40px;
    height: 40px;
    background-color: #E30985;
    z-index: 9999;
    padding: 0
}

.td-scroll-up .icon {
    color: #fff;
    font-size: 40px;
    display: inline-block
}

.header_menus_container.headerTopFix {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 9;
    width: 100%;
    padding: 0;
    box-shadow: 0 2px 4px 0 #e0e0e0;
}

.toggle-main {
    display: none
}

#hidden_tracking {
    display: none;
    pointer-events: none;
    position: fixed;
    bottom: 0;
    height: 10px;
    width: 10px;
}

.popup-ad {
    display: none;
    width: 240px;
    height: 250px;
    position: fixed;
    bottom: 44px;
    right: 10px;
    z-index: 9;
}
.ad-close_btn{
    right: 16px;
    position: absolute;
    background: #dee0e3;
    height: 26px;
    width: 26px;
    top: -35px;
}

.popup-ad .ad-close {
    /* display: none; */
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 15px;
    cursor: pointer;
    height: 16px;
    width: 16px;
}

/* sushma - universal search */
.mobile_header .firstcryImg{
    overflow: hidden;
    max-width: 166px;
    margin: 0 auto;
}
.mobile_header .firstcryImg .firstcrylogo{
    float: left;
}
.mobile_header .search-icon{
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 13px;
    top: 17px;
}
.mobile_header .search-popup{
    display: none;
    background: #eee;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
}
.mobile_header .search-bar{
    /* background: #f56996; */
    background: #E30985;
    padding: 10px 20px 20px;
}
.mobile_header .search-field input{
    border: 0;
    /* background: #f56996; */
    background: #E30985;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 0 0 0 22px;
    width: 100%;
    font-size: 14px;
    line-height: 21px;   
    height: 34px;
    margin: 0;
}
.mobile_header .search-field input::placeholder{
    color: #fff;
}
.mobile_header .search-field input + div{
    display: none;
}
.mobile_header .search-field{
    display: inline-block;
    position: relative;
    width: 78%;
    margin: 0 10px;
}
.mobile_header .search-field span[data-icon-font]{
    position: absolute;
    top: 9px;
    z-index: 1;
}
.mobile_header .search-popup .back-btn, .mobile_header .search-popup .search-close{
    font-size: 20px;
    margin-top: 13px;
}
.search-not-found{
    padding: 20px 0 0;
    height: 100%;
    background: #fff;
    text-align: center;
}
.search-not-found .norslt-text1, .search-not-found .norslt-text3{
    font-size: 24px;
    color: #424242;
    font-family: Roboto-Medium;
}
.search-not-found .norslt-text2{
    margin: 15px 0 34px;
    font-size: 20px;
    color: #727272;
}
.search-not-found .norslt-text3{
    margin-bottom: 54px;
}
.search-not-found .sect-img{
    width: 118px;
    height: 118px;
    border-radius: 50%;
    /* background: #f56996; */
    background: #E30985;
    color: #fff;
    margin: 0 auto;
    padding-top: 30px;
}
.search-not-found .sect-img img{
    width: 55px;
    height: 55px;
    margin: 0 auto;
}
.search-not-found .sect{
    width: 140px;
    height: 140px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    padding: 9px;
    margin: 0 auto;
}
/* .mobile_header .search-not-found .sect-img:before{
    margin: 15px 0;
    display: inline-block;
    font-size: 34px;
} */
.search-not-found .popular-sections{
    overflow: hidden;
    margin: 0 auto;
    width: 600px;
}
.search-not-found .sections {
    width: 140px;
    margin: 0 30px 52px;
    float: left;
    height: 181px;
}
.search-not-found .sect-name{
    font-size: 16px;
    color: #727272;
    margin-top: 18px;
}
.searchDropdown .searchRslt{
    overflow: hidden;
    padding: 16px 10px;
    border-bottom: 1px solid #eee;
}
.searchDropdown .search-result-drpdn{
    margin: 10px 0 20px 0;
    border-radius: 3px;
    padding: 2px 10px 0 10px;
    border: 1px solid #eee;
    max-height: 416px;
    overflow: hidden;
    overflow-y: auto;
}
/* .searchDropdown{
    display: none;
} */
.searchDropdown .search-query{
    text-align: left;
    width: 67%;
}
/* .mobile_header .rslt-count{
    margin: 10px 0;
} */
.searchDropdown .viewall{
    display: block;
    border-radius: 3px;
    /* background: #f56996; */
    background: #E30985;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    margin: 0 0 20px;
    font-family: Roboto-Medium;
    text-align: center;
}
.search-result-wrapper .section-title{
    /* background: #f56996; */
    background: #E30985;
    color: #fff;
    font-size: 14px;
    font-family: Roboto-Medium;
    padding: 12px 10px;
    text-transform: uppercase;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.search-result-wrapper .question-block{
    border: 0;
    padding: 0;
}
.search-result-wrapper .queBlock > div:not(:last-child), .groups-section .groups-main > div:not(:last-child){
    border-bottom: 1px solid #eee;
}
.search-result-wrapper section {
    margin: 10px 8px;
    padding-bottom: 1px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}
.search-result-wrapper .qna-section .expecting-mom {
    margin-top: 25px;
    overflow: hidden;
}
.search-result-wrapper .qna-section .expecting-due{
    margin: 0;
    /* margin-bottom: 25px; */
}
.search-result-wrapper .moreResults{
    display: block;
    color: #fc88af;
    font-size: 14px;
    padding: 10px 0;
    border-top: 1px solid #eee;
    margin: 0 10px;
    font-family: Roboto-Medium;
    text-align: center;
    clear: both;
    cursor: pointer;
}
.search-result-wrapper .read-section .read-article{
    margin: 10px 10px 25px;
    overflow: hidden;
}
.search-result-wrapper .read-section .article-img{
    width: 100px;
    height: 70px;
}
.search-result-wrapper .read-section .article-img img, .search-result-wrapper .mem-img img, .comparison-img img{
    height: 100%;
    object-fit: cover;
}
.search-result-wrapper .read-section .article-info{
    width: 59%;
    margin-left: 15px;
}
.search-result-wrapper .mem-img{
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
}
.search-result-wrapper .mem-img img{
    border-radius: 50%;
    width: 100%;
}
.search-result-wrapper .arti-title a{
    color: #424242;
    /* height: 40px; */
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Roboto-Medium;
    margin-bottom: 3px;
}
.search-result-wrapper .memory-post {
    width: 33.3%;
    text-align: center;
    margin: 10px 0 30px;
    height: 132px;
}
.search-result-wrapper .memories-list{
    overflow: hidden;
    padding: 20px 0 0;
}

/* .search-result-wrapper .videos_container .video_details{
    bottom: 65px;
} */
.search-result-wrapper .videos-section .social-actions{
    width: auto;
    margin-bottom: 0;
}
.search-result-wrapper .videos-section .videos_container{
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    margin: 10px 10px 20px;
}
/* .search-result-wrapper .videos-section .social_activities{
    margin-right: 15px;
} */
.search-result-wrapper .names-list li {
    margin: 15px 8px;
    padding: 0 2px 10px;
    border-bottom: 1px solid #eee;
}
.search-result-wrapper .names-list li:last-child {
    border: 0;
    margin-bottom: 0;
}
.header_icons{
    height: auto !important;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    width: 30px;
    height: 24px;
    line-height: 24px;
}
.header-sp-top-widget{
    position: relative;
    line-height: 28px;
    text-align: right;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.search-result-wrapper .babydiet-section{
    overflow: hidden;
}
.search-result-wrapper .arti-image{
    width: 100px;
    height: 90px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 18px;
}
.search-result-wrapper .arti-image img{
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.common-sect{
    padding: 18px 8px 18px 0;
    overflow: hidden;
}
/* .common-sect:not(:last-child){
    border-bottom: 1px solid #eee;
} */
.common-sect .arti-details{
    width: 80%;
    /* margin-left: 8px; */
}
.line-clamp{
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.common-sect .common-desc .line-clamp{
    height: 39px;
}

.common-sect .common-desc{
    margin: 4px 0 8px;
}
.search-result-wrapper .action-text{
    font-size: 11px;
    font-family: Roboto-Medium;
    color: #616161;
}
.search-result-wrapper .share-ic{
    display: inline-block;
    width: 14px;
    margin-right: 3px;
    margin-top: -2px;
}
.arti-actions .view-action{
    margin-right: 50px;
    overflow: hidden;
}
.arti-actions .view-action span[data-icon-font], .groups-section .arti-actions a{
    font-size: 16px;
    position: relative;
    bottom: 2px;
    margin-right: 3px;
    height: 16px;
    color: #424242;
}
.tracker .sect-title{
    padding: 10px 8px;
}
.vacc-icons{
    position: relative;
    width: 95px;
    float: left;
}
.tracker .vc_bgimg{
    font-size: 94px;
    /* position: absolute;
    top: -5px;
    left: -26px; */
    color: #000;
    opacity: .1;
    margin-left: -51px;
    margin-top: -6px;
}
.tracker .vc_frimg{
    font-size: 70px;
    position: absolute;
    top: 8px;
    left: 29px;
    color: #fff;
}
.tracker .username{
    /* width: 64%; */
    width: 100%;
    float: left;
    margin-left: 10px;
}
.tracker .vacc-block .section-title{
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 0px 10px 33px 0;
    height: 85px;
}
.vacc-section .vacc-month{
    display: inline-block;
    /* margin-bottom: 18px; */
    margin-top: 19px;
    /* font-weight: 700; */
    font-family: Roboto-Medium;
}
.vacc-img-det{
    width: 12%;
    text-align: center;
    margin: 0 18px;
}
.vacc-img-det>a {
    width: 100%;
    height: 100%;
    float: left;
}
.vacc-details {
    overflow: hidden;
    margin: 24px 0 18px;
}
.vacc-details .vacc-info{
    width: 82%;
    /* margin-right: 18px; */
}
.vacc-details .vacc-img{
    width: 44px;
    height: 44px;
    margin: 0 auto 7px;
    border-radius: 50%;
    background-color: #f5f5f5;
    padding-top: 7px;
    cursor: pointer;
}
.vacc-details .vacc-img span{
    font-size: 28px;
}
.vacc-details .due-on-reminder, .set-date{
    width: 50%;
}
.vacc-details .vacc_dt span[data-icon-font]{
    font-size: 16px;
    color: #bdbdbd;
    margin-left: 7px;
    position: relative;
    top: 2px;
    /* cursor: pointer; */
}
.vacc-details .vacc_dt{
    font-size: 12px;
    line-height: 19px;
    font-family: Roboto-Medium;
    color: #fc88af;
}
.due-on-reminder div:first-child, .dates div:first-child{
    margin-bottom: 8px;
}
.search-result-wrapper .vacc-descp{
    margin-right: 8px;
    clear: both;
    margin-top: 7px;
    height: 40px;
}
.R13_link {
    font-size: 13px;
    font-weight: 400;
    color: #156CF4;
    line-height: 18px;
}
.search-result-wrapper .vacc-dose{
    font-size: 12px;
    font-family: Roboto-Medium;
    color: #bdbdbd;
    margin: 4px 0;
}
/* .growth-section .section-title{
    padding: 0 10px 0 0;
} */
.growth-section .vacc-month{
    margin: 5px 0 0;
    font-family: Roboto-Medium;
}
.growth-section .xyz-name{
    margin-top: 9px;
    font-family: Roboto-Medium;
}
.growth-section .username-inner{
    display: inline-block;
    text-align: left;
    text-transform: none;
}
.add-growth-btn{
    font-size: 13px;
    font-family: Roboto-Medium;
    color: #f56996;
    padding: 2px 0 2px 2px;
    cursor: pointer;
}
.updatedOn-block{
    font-size: 12px;
    color: #757575;
    overflow: hidden;
    margin: 16px 14px 16px;
}
.infotable{
    margin: 0 14px 15px;
}
.infotable table{
    border-collapse: collapse;
    width: 100%;
    border-color: #eee;
    border: 1px solid #eee;
    border-radius: 4px;
}
.infotable table td{
    padding: 12px;
}
.infotable table th{
    padding: 12px 5px 12px 12px;
    text-align: left;
}
.M12_9e{
    font-size: 12px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #9e9e9e;
    line-height: 21px;
}
.babyteeth-section .teething-block{
    overflow: hidden;
    padding: 18px 8px;
}
.babyteeth-section .jaw-img{
    width: 18%;
    position: relative;
    margin-left: 10px;
}
.babyteeth-section .teething-info {
    width: 71%;
    margin: 33px 0 0 30px;
}
.babyteeth-section .askB_1{
    width: 212px;
    margin: 15px 0 0;
}
.babyteeth-section .tooth-name{
    margin-bottom: 3px;
}
.teething-main .teething-block:not(:last-child){
    border-bottom: 1px solid #eee;
}
.groups-section .join-btn{
    width: 60px;
    background-color: #fc88af;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-family: Roboto-Medium;
    font-size: 12px;
    padding: 2px 0;
}
.baby-size-images{
    text-align: center;
    width: 92px;
    margin: 0 auto;
}
/* .baby-size-images:not(:last-child) {
    margin-right: 20px;
} */
.comparison-img{
    width: 92px;
    height: 84px;
    margin-bottom: 10px;
}
.baby-comparison{
    overflow: hidden;
    margin: 12px 0;
}
.baby-size-wrapper .baby-size-block{
    margin-top: 14px;
}
.baby-size-wrapper .baby-size-block:not(:last-child){
    border-bottom: 1px solid #eee;
}
.baby-size-wrapper{
    margin: 2px 14px 0;
}
.M12_75{
    font-size: 12px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #757575;
    line-height: 21px;
}
.search-result-wrapper .qna-section .queBlock{
    margin: 0 8px;
}
.search-result-wrapper .gender-icon{
    color: #9e9e9e;
}
.search-popup .search-field div{
    width: 100%;
}
.search-result-wrapper .memory-post a{
    color: #424242;
}
.search-result-wrapper .qna-section .unfollowqa{
    color: #fe76a3!important;
    border: 1px solid #fe76a3;
    border-radius: 3px;
    padding: 2px 4px;
}
.search-result-wrapper .qna-section .followqa{
    border: 1px solid #9e9e9e;
    border-radius: 3px;
    padding: 2px 4px;
}
.mobile_header .rslt-count::before{
    display: block;
    font-size: 18px;
    color: #9e9e9e;
    text-align: right;
}
.video_block .ytp-title-enable-channel-logo .html5-endscreen{
    display: block !important;
}
.search-result-wrapper .whtap-icon{
    color: #1c8100;
}
.common-sect .activelike{
    color: #fc88af !important;
}

.desktop_header .search-bar-main{
    display: none;
    padding: 16px 0;
    background-color: #f5f5f5;
    clear: both;
    overflow: hidden;
}
.desktop_header .search-bar{
    position: relative;
    margin: 0 auto;
    width: 728px;
    /* overflow: hidden; */
}
.desktop_header .search-bar #inp-field-desktop{
    border: 0;
    width: 100%;
    padding: 16px 52px 15px 24px;
    border-radius: 2px;
}
.desktop_header .search-bar .input-bar{
    width: 655px;
    position: relative;
    box-shadow: 0px 1px 5px 0 #e0e0e0;
    /* left: -13px; */
}
.desktop_header .search-bar .search-icon{
    position: absolute;
    right: 20px;
    top: 15px;
    color: #424242;
    font-size: 18px;
}
.desktop_header .search-bar .search-close{
    padding: 14px 0 14px 16px;
    color: #9e9e9e;
    cursor: pointer;
}
.searchDropdown .search-in{
    font-size: 16px;
    /* font-family: Roboto-Medium; */
    /* font-weight: 500; */
    color: #9e9e9e;
    /* line-height: 30px; */
}
.searchDropdown .result{
    font-size: 18px;
    font-family: 'Roboto-Medium';
    color: #757575;
    margin-top: 4px;
}
.searchDropdown .rslt-count{
    font-size: 13px;
    /* font-family: Roboto-Medium; */
    /* font-weight: 500; */
    color: #757575;
    line-height: unset;
    margin-top: 29px;
}
.searchDropdown .rslt-count::before{
    display: none;
}
.anotherSearch-msg{
    margin: 6px 0 17px 0;
}
.searchDropdown .searchRslt:last-child{
    border-bottom: 0;
}
.desktop_header input#inp-field-desktop:focus{
    background-color: #fff !important;
}
.center-container .sub-container, .centerCnt .sub-container {
    width: 728px !important;
    margin: 0 auto !important;
    float: none !important;
    overflow: hidden;
}
.center-container .title, .centerCnt .title {
    width: 728px !important;
    margin: 0 auto 0px !important;
}
/* .search-result-wrapper .qna-section .answer {
    cursor: unset;
} */
.centerCnt{
    height: 840px;
    overflow: hidden;
    margin: 0 auto;
    width: 1024px;
}
.leftCnt {
    margin: 0 auto;
    width: 1024px;
    overflow: hidden;
}
.leftCnt .sub-container{
    width: 65%;
    margin-right: 10px;
}
.search-not-found .norslt-text3 {
    margin-bottom: 32px;
}
.groups-section .arti-actions{
    text-align: center;
    overflow: hidden;
}
.groups-section .arti-actions #grpmembers{
    display: inline-block;
    position: relative;
    bottom: -1px;
}
.groups-section .arti-actions .view-action{
    margin: 0;
    position: relative;
    bottom: -4px;
}
#main-cnt .title{
    padding-bottom: 0;
}
.qna-section .social-actions .answer .cmt-icon{
    margin-right: 5px;
}
.babysize-section .babyWeek{
    font-size: 14px;
    font-family: Roboto-Medium;
    font-weight: 700;
    color: #424242;
    margin-bottom: 3px;
}
.groups-section .arti-actions .action-text {
    font-size: 13px;
    font-family: Roboto;
    color: #616161;
}
.search-result-wrapper .common-sect .like-act span[data-icon-font], .search-result-wrapper .common-sect .common-title, .search-result-wrapper .common-sect .arti-read-more, .groups-section .join-btn, .search-result-wrapper .vacc-info .vacc-name, .search-result-wrapper .share-action{
    cursor: pointer;
}
.search-result-wrapper .qna-section .expecting-mom{
    margin: 17px 0 6px;
}
.title{
    padding: 15px 9px 14px!important;
}
.search-result-wrapper{
    padding-top: 9px;
}
.vacc-section .vacc-details .vacc-img span{
    color: #feb134;
}
.pis-section .vacc-upcoming{
    color: #feb134;
}
.pis-section .vacc-overdue{
    color: #e9514e;
}
.pis-section .vacc-done{
    color: #8cbc59;
}
/* .pis-section .vacc-img{
    cursor: default;
} */
#non_loggedin .vacc-details .vacc-img{
    margin-top: 14px;
}
.babysize-section .sizeComp-outer {
    width: 33%;
}
.groups-section .common-sect{
    padding-bottom: 18px;
}
.vacc-img-det .vaccine-name {
    word-break: break-word;
}
.vacc-info .due-on-reminder, .vacc-info .dates{
    display: inline-block;
}
.search-result-wrapper .non_loggedin .vacc-descp{
    margin-top: 3px;
}
.tools .parenting_tools{
    padding-left: 0;
}
/* sushma - universal search end*/

@media (max-width:767px) {
    .td-mobile-content .user-name {
        width: auto
    }
    .td-mobile-content .user-profile {
        display: block;
        overflow: hidden
    }
    .td-mobile-content ol li, .td-mobile-content ul li {
        margin-left: 0;
        list-style: none
    }
    .td-mobile-content .td-mobile-main-menu ul {
        float: left;
        width: 100%
    }
    .td-mobile-content .td-mobile-main-menu li, .td-mobile-content .td-mobile-main-menu ul {
        list-style: none;
        overflow: hidden
    }
    .td-mobile-content .user-profile .user_pro {
        overflow: hidden;
        float: left;
        position: absolute;
        width: 79%;
        height: 55px
    }
    .td-mobile-content .user-profile .user_pro .usr-prof {
        position: absolute;
        bottom: 0
    }
    .td-mobile-content .user-profile .user_pro .user_pro_img {
        width: 42px;
        height: 42px;
        border-radius: 100%;
        overflow: hidden;
        float: left;
        margin-left: 10px;
        border: 1px solid #fff;
        cursor: pointer;
        background-color: #ff6c00;
        text-align: center
    }
    .td-mobile-content .user-profile .user_pro .user_pro_img .icon {
        vertical-align: unset
    }
    .td-mobile-content .user-profile .user_pro .arrow_link {
        color: #fff;
        float: right;
        font-size: 20px;
        margin: 10px 9px 0 0
    }
    .td-mobile-content .user-profile .user_back_img {
        position: relative
    }
    .td-mobile-content .user-profile .user_back_img img {
        width: 100%;
        height: 100%
    }
    .td-mobile-content .user-profile .user_pro .user-name {
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 15px;
        float: left;
        margin: 12px 0 0 10px;
        font-style: italic
    }
    .td-mobile-content .shop_menucat {
        overflow: hidden;
        padding: 10px 0
    }
    .td-mobile-content .sublist {
        margin-top: 15px
    }
    .td-mobile-content .sublist .shop_item {
        padding-left: 55px;
        margin-bottom: 19px
    }
    .td-mobile-content .sublist a:last-child .shop_item {
        margin-bottom: 0
    }
    .td-mobile-content .shop_menucat .menu_icon_txt {
        line-height: 20px
    }
    .td-mobile-content .shop_menucat .menu_icon {
        height: 20px;
        width: 20px;
        display: inline-block;
        margin-right: 11px;
        margin-left: 15px;
        color: #9e9e9e
    }
    .td-mobile-content .shop_menucat .dash_link {
        display: inline-block;
        font-size: 16px;
        color: #9e9e9e;
        margin-right: 15px;
        height: 16px;
        line-height: 24px
    }
    .td-mobile-content img {
        width: 100%;
        height: 100%
    }
    .td-mobile-content .user-name a {
        color: #fff
    }
    .td-mobile-content .td-menu-background:before {
        background: #fff
    }
    .td-mobile-content {
        padding: 0
    }
    .td-mobile-content li.left {
        float: left
    }
    .td-mobile-content li.right {
        float: right
    }
    .td-mobile-content li a {
        padding: 0;
        width: 100%;
    }
    .td-mobile-content #user_name a {
        display: inline;
        font-size: 15px;
        cursor: pointer
    }
    .td-mobile-container {
        width: 79%;
        background: #fff;
        overflow: hidden;
        float: left
    }
    #td-mobile-nav .closingdiv {
        display: none;
        height: 100%;
        width: 21%;
        background-color: #000;
        opacity: .5;
        z-index: 0;
        float: right
    }
    .td-mobile-content .user_pro_img .icon {
        display: inline-block;
        margin: 9px 10px 0
    }
    #menu-td-demo-header-menu {
        padding: 0 0 45px 0;
        background: #fff
    }
    #td-mobile-nav {
        visibility: hidden;
        position: fixed;
        bottom: 0;
        height: 1px;
        overflow: hidden;
        padding: 0;
        width: 100%;
        top: 0;
        z-index: 9999;
        visibility: hidden;
        transform: translate3d(-99%, 0, 0);
        -webkit-transform: translate3d(-99%, 0, 0);
        -moz-transform: translate3d(-99%, 0, 0);
        -ms-transform: translate3d(-99%, 0, 0);
        -o-transform: translate3d(-99%, 0, 0);
        left: -1%;
        visibility: visible;
        -webkit-transition: transform .5s cubic-bezier(.79, .14, .15, .86);
        -moz-transition: transform .5s cubic-bezier(.79, .14, .15, .86);
        -o-transition: transform .5s cubic-bezier(.79, .14, .15, .86);
        transition: transform .5s cubic-bezier(.79, .14, .15, .86)
    }
    #td-mobile-nav.active {
        height: auto;
        overflow: auto;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        left: 0
    }
    .td-mobile-content li a {
        color: #fff
    }
    .firstcryImg img {
        max-width: 180px;
        max-height: 54px;
        vertical-align: middle;
        margin: auto
    }
    .toggle-main {
        font-family: Roboto-Medium;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        height: 45px;
        width: 100%;
        background: #fff;
        line-height: 45px;
        z-index: 9999;
        border: 1px solid #eee;
        padding: 0 10px;
        font-size: 14px;
        font-weight: 500;
        color: #9e9e9e
    }
    .toggle-shopping {
        width: 40%;
        float: left;
        text-align: right;
        color: #424242
    }
    .toggle-btn {
        width: 20%;
        text-align: center;
        float: left;
        padding: 7px 0
    }
    .toggle-parenting {
        width: 40%;
        float: left
    }
    .toggle-btn .switch {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 23px
    }
    .toggle-btn input {
        opacity: 0;
        width: 0;
        height: 0
    }
    .toggle-btn .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .2s;
        transition: .2s;
        width: 40px
    }
    .toggle-btn .slider:before {
        position: absolute;
        content: "";
        height: 19px;
        width: 19px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .2s;
        transition: .2s
    }
    .toggle-btn input:checked+.switch .slider {
        background-color: #ef3e77
    }
    .toggle-btn input:checked+.switch .slider:before {
        -webkit-transform: translateX(17px);
        -ms-transform: translateX(17px);
        transform: translateX(17px)
    }
    .toggle-btn .slider.round {
        border-radius: 34px
    }
    .toggle-btn .slider.round:before {
        border-radius: 50%
    }
    .popup-ad {
        right: 5px !important;
    }

	/* sushma - universal search */
    .searchDropdown .search-query{
        text-align: left;
        width: 67%;
    }
    /* .mobile_header .rslt-count{
        margin: 10px 0;
    } */
    .searchDropdown .viewall{
        font-size: 14px;
        margin: 0 10px 20px;
    }
    .searchDropdown .searchRslt{
        overflow: hidden;
        padding: 11px 18px;
        border-bottom: 1px solid #eee;
    }
    .searchDropdown .search-result-drpdn{
        background: #fff;
        margin: 8px 8px 12px;
        box-shadow: 0 2px 6px 0 #e0e0e0;
        height: 295px;
        padding: 3px 0 0;
    }
    .searchDropdown .rslt-count{
        font-size: 13px;
        line-height: 18px;
    }
    .searchDropdown .search-in{
        font-size: 11px;
    }
    .searchDropdown .result{
        font-size: 13px;
    }
    .searchDropdown .rslt-count::before{
        display: block;
    }
    .searchDropdown input#inp-field-mobile:focus{
        background-color: unset;
    }
    .searchresult .data-container {
        background: #eee;
    }
    .searchDropdown .rslt-count{
        margin-top: 0;
        /* font-family: 'Roboto'; */
    }
    .search-not-found .norslt-text1, .search-not-found .norslt-text3{
        font-size: 14px;
        color: #212121;
    }
    .search-not-found .norslt-text2{
        margin: 10px 0 24px;
        font-size: 12px;
        color: #616161;
    }
    .search-not-found{
        padding: 24px 0 0;
    }
    .search-not-found .sections {
        width: 94px;
        margin: 0 1% 22px;
        height: auto;
    }
    .search-not-found .sect{
        width: 84px;
        height: 84px;
        padding: 9px;
    }
    .search-not-found .sect-img{
        width: 64px;
        height: 64px;
        padding-top: 14px;
    }
    .search-not-found .sect-img img{
        width: 38px;
        height: 38px;
    }
    .search-not-found .popular-sections{
        width: 300px;
    }
    .search-not-found .sect-name{
        font-size: 13px;
        color: #424242;
        margin-top: 11px;
    }
    .center-container .sub-container{
        width: 100% !important;
    }
    .common-sect .arti-details{
        width: calc( 100% - 108px);
        margin-left: 8px;
    }
    .arti-actions .view-action {
        margin-right: 0 !important;
    }
    .comparison-img{
        width: 100%;
        height: 84px;
    }
    .babyteeth-section .teething-info{
        width: 58%;
        margin: 4% 0 0 3%;
    }
    .queBlock .common-sect .arti-actions{
        overflow: hidden;
        text-align: center;
        padding-top: 10px;
    }
    .queBlock .common-sect .like-act{
        float: none;
        display: inline-block;
    }
    .search-result-wrapper{
        padding-top: 0px;
    }
    .common-sect{
        padding: 18px 8px 13px;
    }
    .search-result-wrapper .arti-image{
        margin: 0;
    }
    .vacc-details .vacc-info{
        width: 67%;
        /* margin-right: 18px; */
    }
    .vacc-img-det {
        width: 27%;
        margin: 0 8px;
    }
    .babyteeth-section .jaw-img {
        margin-left: 0;
    }
    .babyteeth-section .askB_1 {
        width: 159px;
        margin: 5px 0 0;
        font-size: 11px;
        padding: 0 15px;
        height: 26px;
        line-height: 27px;
    }
    .search-result-wrapper .vacc-descp{
        margin-top: 3px;
        font-size: 13px;
    }
    /* .babysize-section #sweet-img .baby-size-images{
        margin: 0;
    }
    .babysize-section #animal-img .baby-size-images{
        margin: 0;
        float: right;
    } */
    .baby-comparison{
        text-align: center;
    }
    .babysize-section .sizeComp-outer {
        width: auto;
        display: inline-block;
        float: none;
    }
    .babysize-section #fruit-img{
        float: left;
    }
    .babysize-section #sweet-img{
        float: right;
    }
    .tracker .username{
        width: 64%;
        margin-left: 10px;
    }
    .growth-section .xyz-name {
        margin-top: 24px;
    }
    .vacc-section .vacc-month{
        margin-top: 35px;
    }
    .search-result-wrapper section {
        box-shadow: 0 2px 5px 0 #e0e0e0;
    }
    .babysize-section .babyWeek{
        font-size: 13px;
        margin-bottom: 7px;
    }
    .center-container .title, .centerCnt .title{
        width: 100% !important;
    }
}
@media (max-width:359px) and (min-width: 320px){
    .common-sect .arti-details {
        margin-left: 5px;
        /* width: 67%; */
        width: calc( 100% - 95px);
    }
    /* .arti-actions .view-action {
        margin-right: 5px;
    } */
    .arti-actions .view-action span[data-icon-font] {
        margin-right: 0px;
        font-size: 14px;
    }
    .search-result-wrapper .share-ic {
        margin-right: 2px;
        width: 12px;
        font-size: 12px;
    }
    .baby-size-images:not(:last-child) {
        margin-right: 10px;
    }
    .baby-comparison .comparison-img {
        /* width: 100%; */
        height: 77px;
    }
    .baby-size-images {
        width: 85px;
    }
    .babyteeth-section .jaw-img {
        width: 76px;
    }
    .babyteeth-section .teething-info {
        width: 71%;
        margin: 10px 0 0 2%;
    }
    .babyteeth-section .tooth-name {
        font-size: 14px;
    }
    .babyteeth-section .teething-info .R13_75{
        font-size: 12px !important;
    }
    .search-result-wrapper .arti-image{
        width: 90px;
        height: 90px;
    }
    .search-result-wrapper .action-text{
        font-size: 10px;
    }
    .search-result-wrapper .action-text.share-click {
        position: relative;
        top: 2px;
    }
	/* sushma - universal search end */
}


/*CABE CSS*/

/* Default hidden */
#menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  /* z-index: 1000; */
  min-width: 200px;
}

/* Hover works */
#menu li:hover > ul {
  display: block;
}

/* Keyboard open */
#menu li ul.show {
  display: block;
}

/* Submenu level 2 */
#menu li ul li ul {
  top: 0;
  left: 100%;
}

/* Submenu level 3 (sub-sub-submenu) */
#menu li ul li ul li ul {
  top: 0;
  left: 240px;
}

/* Focus outline for keyboard */
#menu a:focus {
  /* outline: 2px solid #000; */
  outline-offset: 2px;
}
#menu li.submenu-open > ul {
  display: block;
}

/* Submenu expand/collapse button: reset native <button> chrome so it matches
   the previous icon-only span, and restore a visible focus ring (a sitewide
   rule removes the default outline on all <button> elements). */
#menu li > button.icon {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  margin-top: 2px;
}
#menu li > button.icon:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* Nested submenu positioning */
#menu li ul li ul {
  top: 0;
  left: 100%;
}

.skip-link {
    top: -70px;
    position: absolute;
    padding-left: 10px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    position: relative;
    text-transform: capitalize;
    text-decoration: underline;
}

.skip-link:focus {
   top: 0 !important;
   position: unset !important;
}

.right-arrow{
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
    border-top: 5px solid transparent;
    display: inline-block;
    float: none !important;
    margin-left: 4px;
    vertical-align: middle;
}
.babyteeth-section .jaw-img .teeth{
    text-align: center;
    position: absolute;
    width: 15px;
}

.tracker .non_loggedin{
    overflow: hidden;
    margin: 14px 0;
}
.tracker .non_loggedin .vacc-img{
    width: 112px;
    height: 104px;
    margin: 0 18px 0 10px;
}
.tracker .vacc-features{
    width: 53%;
}
.tracker .vacc-features li{
    overflow: hidden;
    margin-bottom: 10px
}
.tracker .vc_gr_icons{
    font-size: 12px;
    height: 12px;
    width: 12px;
    margin: 2px 10px 0 0;
}
.tracker .feature{
    width: 86%;
    font-size: 11px;
    font-weight: 400;
    color: #424242;
    line-height: 16px;
}
.tracker .vacc-img img{
    height: 100%;
    object-fit: cover;
}
.search-result-wrapper .videos_container .view_details{
    overflow: hidden;
    text-align: center;
}
.groups-section #grpcomments .action-text{
    position: relative;
    bottom: 2px;
    /* left: 2px; */
}
.babysize-section .img-name{
    font-size: 13px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #424242;
    line-height: 17px !important;
}
.common-sect .sharing-options::after {
    bottom: -4px;
    left: unset;
    right: -14px;
    transform: rotate(225deg);
}
.common-sect .sharing-options, .videos-section .videos_container .sharing-options{
    right: 83px;
    top: -11;
}
/* .common-sect .share-action{
    position: relative;
} */
.groups-section .join-btn.joined{
    cursor: default;
}
.growth-section .updatedOn-block span[data-icon-font]{
    font-size: 16px;
}
.growth-section .updatedOn-text{
    position: relative;
    top: 2px;
    left: 3px;
}
.videos-section .videos_container .view_details .icon.left, .videos-section .videos_container .view_details .social_activities span{
    font-family: Roboto-Medium;
    color: #616161;
    vertical-align: middle;
}
.videos-section .videos_container .view_details .social_activities, .videos-section .videos_container .view_details .social_activities.likeactivity{
    width: auto;
}
.videos-section .videos_container .view_details .icon{
    font-size: 16px;
    margin-right: 3px;
    position: relative;
    top: 1px;
}
.header-search-icon{
    top: 2px;
    left: 20px;
}
.header-search-icon .search-icon{
    font-size: 16px;
    padding: 4px;
    cursor: pointer;
}
.disc-section .arti-actions .view-action span[data-icon-font].comment-icon {
    bottom: 1px;
}
.groups-section #grpcomments span[data-icon-font]{
    bottom: -1px;
}
.babysize-section .len-wt-text{
    font-size: 13px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #757575;
    line-height: 21px;
}
.search-result-wrapper .sharing-options{
    background: #fff;
}
.search-result-wrapper .share-action{
    position: relative;
    display: inline-block;
}
.tools .parenting_tools{
    padding: 10px 10px 12px 0;
}
.tools .parenting_tools{
    padding-left: 0 !important;
}
.search-result-wrapper .qna-section .follow-abuse{
    cursor: pointer;
}
.search-result-wrapper .tracker .vacc-readmore {
    display: inline-block;
    cursor: pointer;
}
.queBlock .common-sect .arti-actions {
    border-top: 1px solid #eee;
    padding-top: 8px;
}
.memories-section .mem-name{
    padding: 0 3px;
    height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.teething-info .askB_1 a{
    color: #fff;
    font-family: Roboto-Medium;
}
.sharing-options ul {
    margin: 0;
}
.pis-section #non_loggedin .vacc-img{
    cursor: pointer;
}

@media (max-width:768px){
    .common-title.line-clamp{
        height: 20px;
        -webkit-line-clamp: 1;
    }
    .common-sect .common-desc {
        margin: 4px 0;
        font-size: 13px;
        line-height: 18px;
    }
    .babysize-section .baby-size-block .len-wt .R11_9e{
        font-size: 10px;
    }
    .babysize-section .len-wt-text{
        font-size: 12px;
    }
    .babysize-section .img-name{
        font-size: 12px;
    }
    .search-result-wrapper .read-section .article-info {
        width: cal(100% - 115px);
    }
    .tools .parenting_tools{
        padding-left: 15px !important;
    }
    .search-result-wrapper .share-action{
        float: right;
    }
    .babynames-section .nm-ming.R14_9e{
        font-size: 13px;
    }
    .sharing-options ul {
        margin: 15px auto;
    }
}
@media (max-width:767px) and (min-width: 360px){
    .babyteeth-section .teething-info {
        width: 69%;
        margin: 18px 0 0 3%;
    }
    .babyteeth-section .jaw-img {
        width: 90px;
    }
}
@media (max-width:359px) and (min-width: 320px){
    .tools .parenting_tools{
        padding-left: 10px !important;
    }
}

.b_1 {
    /* background-color: #f56996; */
    background-color: #E30985;
    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
}

.b_1:hover {
    background-color: #f45689
}

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

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

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

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

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

.rightside {
    display: inline-block;
}

.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
}

.getIos {
    margin-right: 10px
}

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

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

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

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

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

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

.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
}

#MblErrMsg {
    left: 0!important
}

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

#capErrorpg {
    text-align: left!important;
    margin: -5px 0 0 0;
    position: absolute;
    color: red;
    font-size: 11px
}

.mrgright {
    margin-right: 20px
}

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

.q4 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #484848
}

.q8 {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    color: #757575;
}

.askque-title {
    margin-bottom: 10px;
}

.askque-text {
    margin-bottom: 11px;
}

.loginwindow span {
    display: inline-block
}

.loginwindow a {
    color: #fff
}

.registrationRight {
    margin-right: 8px;
    margin-top: 10px;
    width: calc(32% + 7px);
    /* position: relative */
    min-height: 600px;
}

.r1542 {
    font-size: 15px;
    font-weight: 500;
    color: #424242;
    font-family: Roboto-Medium;
}

.stick {
    margin-top: 0!important;
    position: fixed;
    top: 55px;
}

.btmfixed {
    bottom: 10px;
    position: absolute
}

@media (max-width:767px) {
    .registrationRight {
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .registrationRight {
        width: calc(33% + 7px)!important;
        display: block!important
    }
    .downloadApp {
        width: 100%
    }
    #txtRMbl {
        width: 160px;
        padding: 2px 7px 3px
    }
    .txtmobileprefix.plus_sign {
        margin-left: 0;
        margin-right: 10px
    }
    #rdoiphone {
        margin-bottom: 12px
    }
    .parentingImg {
        margin-left: 3px
    }
}

@media (min-width:1024px) {
    #rdoandroid {
        width: 153px
    }
    .parentingImg {
        margin-left: 44px
    }
    .btmfixed, .stick {
        width: 344px!important;
    }
}
.Inhousecontainer {
    width: 100%;
    background-color: #fde6ed;
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    line-height: 1em;
    /* z-index:1000 */
    z-index: 99999;
  }
  
  .Inhousecontainer .mid-container-wrapper {
    padding: 9px;
  }
  
  #Inhouseappstrip {
    display: none;
  }
  
  .Inhousecontainer .mid-container-wrapper .mid-container {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    /* align-items: center; */
  }
  .Inhousecontainer .mid-container-wrapper .mid-container .cross-icon {
    background-color: #fff;
    border-radius: 50%;
    flex: none;
    height: 17px;
    line-height: 17px;
    margin-left: 0;
    margin-right: 7px;
    padding: 0;
    text-align: center;
    width: 17px;
    align-self: center;
    display: flex;
  }
  .Inhousecontainer .mid-container-wrapper .mid-container .cross-icon img {
    width: 7px;
    height: 7px;
    margin: auto;
    display: block;
    align-self: center;
  }
  .Inhousecontainer .mid-container-wrapper .mid-container img {
    width: 100%;
    margin-top: 9px;
  }
  .Inhousecontainer .mid-container-wrapper .mid-container > div:nth-child(2) {
    margin-right: 10px;
    flex: none;
    width: 17.11%;
  }
  .Inhousecontainer .mid-container-wrapper .mid-container div:nth-child(3) {
    margin-right: 0px;
    padding-right: 8px;
    margin-top: 3px;
  }
  .Inhousecontainer .mid-container-wrapper .mid-container div:nth-child(3) p {
      color: #4a340f;
      font-family: 'Roboto-Medium';
      font-size: 13px;
      font-weight: 500;
      line-height: 124%;
      margin-bottom: 2px;
  }
  .Inhousecontainer
    .mid-container-wrapper
    .mid-container
    div:nth-child(3)
    .smllstar
    .activer
    .staricon {
    color: #f5a623;
    font-size: 14px;
  }
  .Inhousecontainer .mid-container-wrapper .last-container {
      align-items: center;
      background-color: #fff;
      border: 1px solid #ff7043;
      border-radius: 6px;
      box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2);
      display: inline-flex;
      flex: none;
      height: 35px;
      justify-content: center;
      margin-left: auto;
      margin-right: 0;
      width: 24.2%;
      margin-top: 3px;
  }
  .Inhousecontainer .mid-container-wrapper .last-container button {
    font-size: 14px;
    font-family: Roboto-Medium;
    /* font-weight: 700; */
    color: #ff7043;
    word-break: break-word;
    height: 100%;
    width: 100%;
    background: 0 0;
    padding: 0;
    border: transparent;
  }
  
.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=header_main_v1.css.map*/