body {
    padding: 0 !important;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: fc-icon;
    src: url(../fonts/community-icons-v11.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

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

/*humburger Menu*/

@media (max-width:767px) {
    .login_user,
    .logout_user,
    .td-mobile-close,
    .td-menu-background {
        display: none !important;
    }
    .td-mobile-content .user-name {
        width: auto;
    }
    .td-mobile-content .user-profile {
        display: block;
        overflow: hidden;
        position: relative;
    }
    .td-mobile-content ul li,
    .td-mobile-content ol li {
        margin-left: 0px;
        list-style: none;
    }
    .td-mobile-content .td-mobile-main-menu ul {
        float: left;
        width: 100%;
    }
    .td-mobile-content .td-mobile-main-menu ul,
    .td-mobile-content .td-mobile-main-menu li {
        list-style: none;
        overflow: hidden;
    }
    .td-mobile-content .user-profile .user_pro {
        overflow: hidden;
        float: left;
        position: absolute;
        width: 100%;
        height: 55px;
        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;
        width: 100%;
    }
    .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: 9px 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: 65px;
        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 .td-mobile-close .td-icon-close-mobile,
    .td-mobile-content .td-search-close .td-icon-close-mobile {
        color: #424242;
        height: 15px;
        width: 15px;
        line-height: 15px;
        font-size: 10px;
        margin: 5px 5px 0 0;
    }
    #td-mobile-nav .td-menu-socials {
        padding: 0;
        height: 0;
    }
    .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: 0px;
    }
    .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 {
        height: 100%;
        width: 21%;
        background-color: #000;
        opacity: 0.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 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
        -moz-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
        -o-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
        transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.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;
    }
}

/*parenting Common css*/

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

.qa-container .page-nav .current {
    background-color: #ef3b74 !important;
    border: 1px solid #ef3b74;
}

.page-nav .current {
    background-color: #4db2ec;
    color: #fff;
    border-color: #4db2ec;
}

.page-nav a,
.page-nav span {
    padding: 5px 11px;
    border: 1px solid #e3e3e3;
    display: inline-block;
    margin: 0 8px 8px 0;
    min-width: 33px;
    text-align: center;
    color: #666;
    line-height: 21px;
    float: left;
}

.topFixMobile {
    position: fixed;
    top: 0;
    z-index: 2;
}

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

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

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

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

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

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

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

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

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

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

.M18_42 {
    font-size: 18px;
    font-weight: 500;
    color: #424242;
    line-height: 25px;
}

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

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

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

.M16_42 {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #424242 !important;
    line-height: 22px !important;
}

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

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

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

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

.loginwindow span {
    display: inline-block;
}

.loginwindow a {
    color: #fff;
}

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

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

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

.qa-container h1 {
    margin: 0 !important
}

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

.qa-container {
    margin: 0 auto;
    width: 1024px
}

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

.breadcrumb {
    margin-bottom: 9px
}

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

.askB_1,
.closeButton {
    cursor: pointer
}

.askButton,
.mtopName {
    vertical-align: top
}

.arrow {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 10px;
    width: 20px;
    z-index: 2;
    background-color: #fff
}

.arrow .pin {
    width: calc(50% + 3px);
    height: 1px;
    background: #eee;
    float: left;
    transform: rotate(37deg);
    transform-origin: 0 0
}

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

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

.downloadApp {
    margin-top: 10px;
    padding: 27px 19px 0;
    text-align: center;
    margin-bottom: 20px
}

.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,
.login.popLogin.fl .txtmobileprefix.plus_sign {
    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(../images/qanda_desktop_sprite.png);
    width: 100px;
    height: 100px;
    float: left
}

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

.fl {
    float: left
}

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

.mtopNone {
    margin-top: 0;
    margin-bottom: 18px !important
}

.close-container {
    cursor: pointer;
}

#txtRMblNew {
    width: 239px;
    font-size: 14px !important;
    color: #444;
    padding: 7px 12px 6px 11px;
    height: auto;
    line-height: 0;
    border: 1px solid #d3d3d3 !important;
    font-weight: 100;
    border-radius: 3px
}

#MblErrMsgNew {
    margin-left: 62px !important
}

#MblErrMsg {
    left: 0px !important;
}

#MblErrMsg,
#MblErrMsgNew {
    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
}

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

.questionLeftNew.fl {
    width: 100%;
}

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

.mrgright {
    margin-right: 20px;
}

.mrgtop {
    margin-top: 5px;
}

.right {
    float: right;
}

.left {
    float: left;
}

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

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

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

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

.loader-img {
    position: absolute;
    top: 30%;
    left: 47%;
}

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

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

.do-you-know {
    display: inline-block;
    width: 461px
}

.askButton {
    display: inline-block;
    margin-top: 20px
}

.desktop-ads-block {
    display: block;
    margin: 0 auto;
}

.msite-ads-block {
    display: none;
}

.qa-container .page-nav .current {
    background-color: #ef3b74 !important;
    border: 1px solid #ef3b74;
}

.qa-container .page-nav {
    margin: 30px 0 30px 10px;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 12px;
    display: inline-block;
    width: 100%;
}

.qa-container .pages {
    float: right;
    margin: 0 20px 0 0;
    border: none;
    padding: 6px 0 6px 6px;
}

.post-icon {
    vertical-align: sub;
    margin-left: 10px;
    font-size: 18px;
}

.current_date {
    margin-right: 26px;
    line-height: 30px;
}

.user_info {
    line-height: 30px;
    clear: both;
    display: inline-block;
}

.user_icon {
    color: #fff;
}

/* logged in dropdown */

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

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

.header-top-dropdown li {
    margin: 0;
    overflow: hidden;
}

.header-top-dropdown li a {
    color: #000 !important;
    display: block;
    padding-left: 10px;
    line-height: unset;
    float: none !important;
}

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

.header-top-dropdown li a:hover {
    color: #000;
}

.userinfo {
    position: relative;
    width: 1068px;
    margin: 0 auto;
    display: block;
}

@media (min-width:768px) {
    .questionLeft {
        width: 65%;
        margin-right: 4px
    }
    .qa-container {
        overflow: hidden !important
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .qa-container,
    .question-details-container {
        width: 100%
    }
    .questionLeft {
        width: 64%
    }
    .registrationRight {
        width: calc(33% + 7px) !important;
        display: block !important
    }
    .downloadApp {
        width: 100%
    }
    .getAnswerText {
        margin: -100px 0 0
    }
    .form.fl_l {
        margin: 0
    }
    #txtRMbl {
        width: 160px;
        padding: 2px 7px 3px
    }
    .txtmobileprefix.plus_sign {
        margin-left: 0;
        margin-right: 10px
    }
    #rdoiphone {
        margin-bottom: 12px
    }
    .parentingImg {
        margin-left: 3px
    }
    .parentingPopUp {
        margin-top: -420px
    }
}

@media (min-width:1024px) {
    .parentingPopUp {
        margin-top: -220px
    }
    .questionLeft {
        width: 66%
    }
    #rdoandroid {
        width: 153px
    }
    #rdoiphone {
        width: 132px
    }
    .parentingImg {
        margin-left: 44px
    }
    .fa {
        margin-left: 0 !important
    }
    .stick,
    .btmfixed {
        width: 344px !important
    }
}

/*parenting Common ends*/

/*header css*/

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

.mobile_header {
    float: left;
    width: 100%;
    background: #ef3e77;
    color: #fff;
    height: 54px;
    padding-right: 64px;
    padding-left: 2px;
    z-index: 15;
}

.hamburgermenu_icon {
    width: 54px;
    min-height: 48px;
    text-align: center;
}

.toggle_icon {
    display: inline-block;
    margin-top: 15px;
}

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

.firstcryImg {
    max-width: 180px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    padding: 0;
    vertical-align: middle;
    max-height: 48px;
}

@media (max-width: 767px) {
    .firstcryImg img {
        max-width: 180px;
        margin: auto;
        padding: 0;
        vertical-align: middle;
        max-height: 48px;
    }
}

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

.desktop_header .header_container {
    width: 100%;
    float: left;
}

.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: 31px;
}

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

.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: 1024px;
    margin: 0 auto;
    padding: 28px 0 0;
    overflow: hidden;
}

.desktop_header .header_container .header_images_container .parenting_img {
    margin-right: 24px;
}

.header_menus_container {
    float: left;
    width: 100%;
}

.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 0.2s ease;
    -moz-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}

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

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

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

#menu li.left>a {
    height: 23px;
}

#menu li ul {
    position: absolute;
    box-shadow: 1px 1px 4px rgba(0, 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;
}

/* SHOW SUBMENU  1 */

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

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

/* SHOW SUBMENU  2 */

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

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

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

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

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

#menu .icon {
    vertical-align: text-top
}

/* Fix IE. Hide from IE Mac \*/

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

* html ul li a {
    height: 1%;
}

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

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

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

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

/*header search css starts*/

.header_search_here .td-drop-down-search-open {
    opacity: 1;
    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);
}

.header_search_here {
    display: block;
    position: absolute;
    top: 195px;
    z-index: 999;
    opacity: 0;
    float: right;
    right: 133px;
    border-radius: 0;
    border: none;
    width: 342px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
}

.header_search_here:before {
    position: absolute;
    top: -9px;
    right: 19px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 6px 5.5px;
    border-color: transparent transparent #ef3b74;
}

.header_search_here .td-search-form {
    margin: 20px;
}

input[type=text],
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;
}

.header_search_here .btn {
    position: absolute;
    height: 32px;
    min-width: 67px;
    line-height: 17px;
    padding: 7px 15px 8px;
    text-shadow: none;
    vertical-align: top;
    right: 20px;
    margin: 0 !important;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    cursor: pointer;
}

.header_search_here .btn:hover {
    background-color: #ef3e77;
}

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

.header_search_here:after {
    position: absolute;
    top: -3px;
    display: block;
    content: '';
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background-color: #ef3e77;
}

#td-header-search {
    width: 235px;
    height: 32px;
    margin: 0;
    border-right: 0;
    line-height: 17px;
    border-color: #eaeaea !important;
}

/*header search css ends*/

/*header css ends*/

/*footer container starts*/

.footer_container .footer_fclogo_text_container {
    text-align: center;
    background-color: #222222;
    padding-top: 54px;
    padding-bottom: 20px;
    color: #eaeaea;
    position: relative;
}

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

.parenting_image_container a {
    display: block;
}

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

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

/*footer container ends*/

/*toggle-css starts*/

.toggle-main {
    display: none
}

/*toggle css ends*/

/*spin the wheel css starts*/

.spinwheel_container {
    position: relative;
    margin-top: 10px;
}

.click_here_pointer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 211px auto 0;
    width: 120px;
    height: 120px;
    z-index: 5;
}
.show_point {
    cursor: pointer;
}
.click_here_pointer .click_main {
    position: absolute;
    z-index: 1;
}
.click_here_pointer .click_shadow {
    position: absolute;
}
.slides {
    height: 85px;
    position: absolute;
}
.terms_conditions_container {
    background: #6E0063;
    padding: 25px 12px;
}
.L16_white {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 22px;
}
.tncarrow {
    color: #fff;
}
.tnc_all li {
    margin-bottom: 10px;
} 
@font-face {
    font-family: futura;
    src: url(../fonts/Futura_Hv_BT_Heavy.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

.terms_cond_title {
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.terms_conditions_container ul {
    margin-left: 18px;
    margin-top: 18px;
    display: none;
}

li.L16_42 {
    margin-bottom: 5px;
}

.circlediv {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 89px auto 0;
    z-index: 2;
}

.circle {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    list-style: none;
    overflow: hidden;
    transform: rotate(-30deg);
}

.circlediv li {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50%;
    box-shadow: 0 0px 9px 0 #222;
    transform-origin: 0% 100%;
}

.text {
    /*position: absolute;
    left: -100%;
    width: 200%;
    height: 200%;
    text-align: center;
    transform: skewY(30deg) rotate(30deg);*/
    position: absolute;
    left: -98%;
    top: -2px;
    width: 200%;
    height: 200%;
    text-align: center;
    transform: skewY(30deg) rotate(30deg);
}

.circlediv li:first-child {
    transform: rotate(0deg) skewY(-30deg);
}

.circlediv li:nth-child(2) {
    transform: rotate(60deg) skewY(-30deg);
}

.circlediv li:nth-child(3) {
    transform: rotate(120deg) skewY(-30deg);
}

.circlediv li:nth-child(4) {
    transform: rotate(180deg) skewY(-30deg);
}

.circlediv li:nth-child(5) {
    transform: rotate(240deg) skewY(-30deg);
}

.circlediv li:nth-child(6) {
    transform: rotate(300deg) skewY(-30deg);
}

.text img {
    width: 50%;
    display: inline-block;
}

/*#triangle-down {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid red;
}

.arro {
    position: absolute;
    left: 47.1%;
    display: none;
}*/

.spin_img {
    position: absolute;
    left: 46.3%;
    top: 82px;
}

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

.alert-popup {
    width: 200px;
    text-align: center;
    position: absolute;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
    margin: 35% auto 0;
    left: 0;
    top: 0;
    right: 0;
}
.loader-overlay-trans {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 999999;
}
.spin_popup {
    display: inline-block;
    padding: 0;
    margin-top: 8%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 455px;    
    text-align: center;
    position: absolute;
    /* background-color: #fff;
    border-radius: 3px; */
    left: 0;
    top: 0;
    right: 0;
}
.close_icon {
    float: right;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    cursor: pointer;
}
.cta_click {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}

.try_again_btn {
    bottom: 32%;
    width: 27%;
}

.keep_trying_btn {
    width: 27%;
    top: 72%
}
.upakarma_btn {
    top: 57%;
    width: 27%
}

.mothersparsh_btn {
    width: 27%;
    top: 55%;
}

.fc_voucher_btn {
    top: 59%;
    width: 30%;
}

.azafran_btn {
    width: 27%;
    top: 58%;
}

.shadow_circle {
    width: 400px;
    height: 400px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: inset -2px 4px 16px -4px #222;
    margin-top: 89px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    z-index: 3;
}
.gold_border {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    margin-top: 67px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 442px;
    height: 442px;
    background: #ad0e75;
    border-radius: 50%;
}
.outer_border {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
    margin-top: 67px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    border-radius: 50%;
}
.bottom_shadow_img {
    position: absolute;
    top: 470px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
}
.shadow_border_circle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    margin-top: 63px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 450px;
    height: 450px;
    background: #530031;
    border-radius: 50%;
    box-shadow: rgba(83, 0, 49) 0px 0px 7px 3px;
}
.outer_border ul li {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 26px;
    height: 26px;
    margin: 213px auto 0;
    text-align: center;
}
.outer_border ul > :nth-of-type(1) {
    transform: rotate(0deg) translate(211px) rotate(0deg);
}
.outer_border ul > :nth-of-type(2) {
    transform: rotate(10deg) translate(211px) rotate(-10deg);
}
.outer_border ul > :nth-of-type(3) {
    transform: rotate(20deg) translate(211px) rotate(-20deg);
}
.outer_border ul > :nth-of-type(4) {
    transform: rotate(30deg) translate(211px) rotate(-30deg);
}
.outer_border ul > :nth-of-type(5) {
    transform: rotate(40deg) translate(211px) rotate(-40deg);
}
.outer_border ul > :nth-of-type(6) {
    transform: rotate(50deg) translate(211px) rotate(-50deg);
}
.outer_border ul > :nth-of-type(7) {
    transform: rotate(60deg) translate(211px) rotate(-60deg);
}
.outer_border ul > :nth-of-type(8) {
    transform: rotate(70deg) translate(211px) rotate(-70deg);
}
.outer_border ul > :nth-of-type(9) {
    transform: rotate(80deg) translate(211px) rotate(-80deg);
}
.outer_border ul > :nth-of-type(10) {
    transform: rotate(90deg) translate(211px) rotate(-90deg);
}
.outer_border ul > :nth-of-type(11) {
    transform: rotate(100deg) translate(211px) rotate(-100deg);
}
.outer_border ul > :nth-of-type(12) {
    transform: rotate(110deg) translate(211px) rotate(-110deg);
}
.outer_border ul > :nth-of-type(13) {
    transform: rotate(120deg) translate(211px) rotate(-120deg);
}
.outer_border ul > :nth-of-type(14) {
    transform: rotate(130deg) translate(211px) rotate(-130deg);
}
.outer_border ul > :nth-of-type(15) {
    transform: rotate(140deg) translate(211px) rotate(-140deg);
}
.outer_border ul > :nth-of-type(16) {
    transform: rotate(150deg) translate(211px) rotate(-150deg);
}
.outer_border ul > :nth-of-type(17) {
    transform: rotate(160deg) translate(211px) rotate(-160deg);
}
.outer_border ul > :nth-of-type(18) {
    transform: rotate(170deg) translate(211px) rotate(-170deg);
}
.outer_border ul > :nth-of-type(19) {
    transform: rotate(180deg) translate(211px) rotate(-180deg);
}
.outer_border ul > :nth-of-type(20) {
    transform: rotate(190deg) translate(211px) rotate(-190deg);
}
.outer_border ul > :nth-of-type(21) {
    transform: rotate(200deg) translate(211px) rotate(-200deg);
}
.outer_border ul > :nth-of-type(22) {
    transform: rotate(210deg) translate(211px) rotate(-210deg);
}
.outer_border ul > :nth-of-type(23) {
    transform: rotate(220deg) translate(211px) rotate(-220deg);
}
.outer_border ul > :nth-of-type(24) {
    transform: rotate(230deg) translate(211px) rotate(-230deg);
}
.outer_border ul > :nth-of-type(25) {
    transform: rotate(240deg) translate(211px) rotate(-240deg);
}
.outer_border ul > :nth-of-type(26) {
    transform: rotate(250deg) translate(211px) rotate(-250deg);
}
.outer_border ul > :nth-of-type(27) {
    transform: rotate(260deg) translate(211px) rotate(-260deg);
}
.outer_border ul > :nth-of-type(28) {
    transform: rotate(270deg) translate(211px) rotate(-270deg);
}
.outer_border ul > :nth-of-type(29) {
    transform: rotate(280deg) translate(211px) rotate(-280deg);
}
.outer_border ul > :nth-of-type(30) {
    transform: rotate(290deg) translate(211px) rotate(-290deg);
}
.outer_border ul > :nth-of-type(31) {
    transform: rotate(300deg) translate(211px) rotate(-300deg);
}
.outer_border ul > :nth-of-type(32) {
    transform: rotate(310deg) translate(211px) rotate(-310deg);
}
.outer_border ul > :nth-of-type(33) {
    transform: rotate(320deg) translate(211px) rotate(-320deg);
}
.outer_border ul > :nth-of-type(34) {
    transform: rotate(330deg) translate(211px) rotate(-330deg);
}
.outer_border ul > :nth-of-type(35) {
    transform: rotate(340deg) translate(211px) rotate(-340deg);
}
.outer_border ul > :nth-of-type(36) {
    transform: rotate(350deg) translate(211px) rotate(-350deg);
}
.outer_border ul li img {
    display: block;
    width: 100%;
    border-radius: 50%;
}
.outer_border ul li.glow_stars {
    width: 55px;
    height: 55px;
    top: -12px;
}

.tolft {
    transform: rotate(29deg);
}
.scroll-loader {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .75);
    padding: 5px 0;
    height: 68px;
    z-index: 999998;
}

.s-loader-img {
    margin: 0 auto 3px;
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px
}

.s-loader-img img {
    width: 100%;
    height: 100%
}
.outer_border ul li:nth-child(odd) .shiny_dots {
    width : 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fdbd5b;
    box-shadow: 0px 0px 6px 3px #e71034;
}
.outer_border ul li:nth-child(even) .shiny_dots {
    width : 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fe7ae8;
    box-shadow: 0px 0px 6px 3px #e71034;
}
/*spin the wheel css ends*/

@media (max-width:767px) {
    .questionLeft {
        min-width: 320px;
        width: 100%;
    }
    .registrationRight {
        display: none;
    }
    .qa-container {
        width: 100%;
        background: #eee;
    }
    .mobile_header {
        display: block;
    }
    .desktop_header {
        display: none;
    }
    .spinwheel_container {
        margin-top: 0
    }
    .click_here_pointer {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        width: 70px;
        height: 70px;
    }
    .gold_border, .shadow_border_circle {
        margin-top: 38px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        width: 242px;
        height: 242px;
    }
    .outer_border {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        width: 242px;
        height: 242px;
    }
    .circle {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        width: 215px;
        height: 215px;
    }
    .circlediv {
        margin-top: 55px;
    }
    .shadow_circle {
        margin-top: 55px;
        width: 215px;
        height: 215px;
    }
    .spin_popup {
        margin-top: 150px;
        width: 85%;
    }
    .cta_click.keep_trying_btn {
        bottom: 30px;
    }
    .cta_click.upakarma_btn {
        width: 26%;
    }
    .cta_click {
        width: 35%;
    }
    .cta_click.azafran_btn {
        width: 29%;
        bottom: 14px;
    }
    .cta_click.try_again_btn {
        width: 25%;
    }
    .cta_click.mothersparsh_btn {
        top: 54%;
    }
    .cta_click.fc_voucher_btn {
        top: 60%;
        width: 28%;
    }
    .outer_border ul li {
        width: 16px;
        height: 16px;
    }
    .outer_border ul > :nth-of-type(1) {
        transform: rotate(0deg) translate(116px) rotate(0deg);
    }
    .outer_border ul > :nth-of-type(2) {
        transform: rotate(15deg) translate(116px) rotate(-15deg);
    }
    .outer_border ul > :nth-of-type(3) {
        transform: rotate(30deg) translate(116px) rotate(-30deg);
    }
    .outer_border ul > :nth-of-type(4) {
        transform: rotate(45deg) translate(116px) rotate(-45deg);
    }
    .outer_border ul > :nth-of-type(5) {
        transform: rotate(60deg) translate(116px) rotate(-60deg);
    }
    .outer_border ul > :nth-of-type(6) {
        transform: rotate(75deg) translate(116px) rotate(-75deg);
    }
    .outer_border ul > :nth-of-type(7) {
        transform: rotate(90deg) translate(116px) rotate(-90deg);
    }
    .outer_border ul > :nth-of-type(8) {
        transform: rotate(105deg) translate(116px) rotate(-105deg);
    }
    .outer_border ul > :nth-of-type(9) {
        transform: rotate(120deg) translate(116px) rotate(-120deg);
    }
    .outer_border ul > :nth-of-type(10) {
        transform: rotate(135deg) translate(116px) rotate(-135deg);
    }
    .outer_border ul > :nth-of-type(11) {
        transform: rotate(150deg) translate(116px) rotate(-150deg);
    }
    .outer_border ul > :nth-of-type(12) {
        transform: rotate(165deg) translate(116px) rotate(-165deg);
    }
    .outer_border ul > :nth-of-type(13) {
        transform: rotate(180deg) translate(116px) rotate(-180deg);
    }
    .outer_border ul > :nth-of-type(14) {
        transform: rotate(195deg) translate(116px) rotate(-195deg);
    }
    .outer_border ul > :nth-of-type(15) {
        transform: rotate(210deg) translate(116px) rotate(-210deg);
    }
    .outer_border ul > :nth-of-type(16) {
        transform: rotate(225deg) translate(116px) rotate(-225deg);
    }
    .outer_border ul > :nth-of-type(17) {
        transform: rotate(240deg) translate(116px) rotate(-240deg);
    }
    .outer_border ul > :nth-of-type(18) {
        transform: rotate(255deg) translate(116px) rotate(-255deg);
    }
    .outer_border ul > :nth-of-type(19) {
        transform: rotate(270deg) translate(116px) rotate(-270deg);
    }
    .outer_border ul > :nth-of-type(20) {
        transform: rotate(285deg) translate(116px) rotate(-285deg);
    }
    .outer_border ul > :nth-of-type(21) {
        transform: rotate(300deg) translate(116px) rotate(-300deg);
    }
    .outer_border ul > :nth-of-type(22) {
        transform: rotate(315deg) translate(116px) rotate(-315deg);
    }
    .outer_border ul > :nth-of-type(23) {
        transform: rotate(330deg) translate(116px) rotate(-330deg);
    }
    .outer_border ul > :nth-of-type(24) {
        transform: rotate(345deg) translate(116px) rotate(-345deg);
    }
    .outer_border ul li.glow_stars {
        width: 45px;
        height: 45px;
    }
    .scroll-loader {
        bottom: 45px;
    }
    .outer_border ul li:nth-child(odd) .shiny_dots, 
    .outer_border ul li:nth-child(even) .shiny_dots {
        width: 9px;
        height: 9px;
    }
}

@media (min-width: 767px) {
    .questionLeft {
        width: 65%;
        margin-right: 15px;
    }
    .mobile_header {
        display: none;
    }
    .desktop_header {
        display: block;
    }
}

@media screen and (min-width: 320px) and (max-width: 348px) {
    .gold_border, .shadow_border_circle {
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
    .outer_border {
        margin-top: 22px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
    .circlediv,
    .shadow_circle {
        margin-top: 39px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 349px) and (max-width: 360px) {
    .gold_border, .shadow_border_circle {
        margin-top: 27px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
    .outer_border {
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
    .circlediv,
    .shadow_circle {
        margin-top: 41px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
}