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: Roboto-Bold;
    src: url(../fonts/Roboto-bold.woff) format("woff");
    font-weight: 400;
    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;
    }
    #hidden_diwaliCarnival{
    display: none;
    pointer-events: none;
    position: fixed;
    bottom: 0;
    height: 10px;
    width: 10px;
}
    .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
}

.breadcrumb {
    margin-bottom: 9px;
    float: none;
    overflow: hidden;
}

.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: 45%;
    left: 0;
    width: 62px;
    right: 0;
    margin: 0 auto;
}

.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*/

.feature_container {
    position: relative;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.feeling_lucky_container {
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.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: 15% auto 0;
    left: 0;
    top: 0;
    right: 0;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}
.loader-overlay-trans {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 999999;
}
.carousal-overlay-trans {
    display: block;
    position: absolute;
    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: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 500px;
    text-align: center;
    position: relative;
    border-radius: 3px;
    left: 0;
    top: 0;
    right: 0; */
}

.cta_click {
    /* position: absolute;
    bottom: 10%;
    right: 0;
    width: 45%;
    cursor: pointer;
    margin: 0;
    z-index: 3; */
}


.scroll-loader {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .75);
    padding: 70% 0 0 0;
    height: 100%;
    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%
}

.tnc_conainer {
    width: 100%;
}

.terms_conditions_container {
    position: relative;
    /*background: #A7371D;*/
 }
 .tncbox {
     /* background: #606060;
     height: 51px; */
     width: 36%;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     left: 0;
     right: 0;
     margin: 0 auto;
     /* line-height: 42px; */
     color: #fff;
 }
 .arrowTncImg {
     display: inline-block;
     width: 0;
     height: 0;
     border-top: 6px solid transparent;
     border-bottom: 6px solid transparent;
     border-left: 8px solid #fff;
 }
 .L16_white {
     font-size: 16px;
     font-weight: 300;
     color: #000;
     line-height: 22px;
     text-align: left;
 }
 
 @font-face {
     font-family: futura;
     src: url(../fonts/Futura_Hv_BT_Heavy.woff) format("woff");
     font-weight: 500;
     font-style: normal
 }
 
.prizes,
 .stepWrapper,
 .tcbtnWrapper,
 .slickSlider,
 .unlockBox{
    position: relative;
 }
 .placeholder{
     position: absolute;
     left: 0;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     margin: auto;
     width: 84%;
     cursor: pointer;
     z-index: 7;
     /* display: none; */
 }
.stepToWin{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 19%;
}

 .stepbtn{
    position: absolute;
    left: 0;
    right: 0;
    /* top: 30px; */
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    width: 84%;
    cursor: pointer;
    z-index: 7;
 }
 .stepbtn span{
    position: absolute;
    right: 22%;
    top: 50%;
    transform: translateY(-50%);
    width: 5.4%;
    height: 52%;
 }
 .prizes  .stepbtn span{
     right: 33%;
 }
 .stepbtn span img{
     margin: auto;
     display: block;
     height: 100%;
     transform-origin: center;
     -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
 }
 .stepbtn.active span img{
    transform: rotate(90deg);
 }
 .flexwrap{
     display: flex;
 }
 .slickBg{
     position: absolute;
     left: 0;
     top: 0;
     z-index: 1;
     width: 100%;
     height: 100%;
 }
 .slickSlider{
    padding: 10.5% 0;
    margin-top: -9%;
 }
 .slickSlider .slick-slider{
     margin-bottom: 0;
 }
 .slick{
     z-index: 2;
 }
 .slick-slide{
     margin:0 16px;
 }
 .slick-slide img{
     max-width: 281px;
 }
 .tcBtn{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    width: 84%;
    cursor: pointer;
}
.tcBtn span{
    position: absolute;
    right: 21%;
    top: 50%;
    transform: translateY(-50%);
    width: 3.4%;
    height: 34%;
 }

 .tcBtn span img{
     margin: auto;
     display: block;
     height: 100%;
     transform-origin: center;
     -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
 }
 .tcBtn.active span img{
    transform: rotate(90deg);
 }
 .tcContent{
     padding: 20px;
     display: none;
 }
 .tcContent li{
     margin-bottom: 10px;
 }

.slickSlider,
 .prizeWrapper{
     /* margin-top: -72px; */
     display: none;
 }
 .prizeWrapper{
     margin-top: -10%;
 }

 .lockPattern{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    width: 84%;
    cursor: pointer;
    z-index: 7;
    display: none;
 }
 .pattern_container{
     position: absolute;
     top: 14%;
     left: 0;
     right: 0;
     margin: auto;
     width: 56%;
 }
 .code{
     border: 1px solid #fff;
     color: #ffdc62;
     font-size: 2vw;
     line-height: 1.1;
     padding: 10px;
     display: inline-block;
     font-family: Roboto-Bold;
     text-align: center;
     position: absolute;
    bottom: 7%;
    margin: auto;
    max-width: 200px;
    width: 100%;
    left: 0;
    right: 0;
 }
 .code span{
    font-family: Roboto-Bold;
 }

 #wrapper{
 text-align:center;
 margin:0 auto;
 padding:0px;
 /* width:995px; */
}
.pattern_container
{
 margin-top:20px;
}
.pattern_container p
{
 margin:0px;
 color:#0B2161;
 font-size:25px;
 font-weight:bold;
}
#pattern1,#pattern2
{
 /* margin-left:340px; */
 margin: auto;
}
#pattern1_container input[type="button"]
{
 background:none;
 border:none;
 margin-top:10px;
 border:1px solid #0B2161;
 color:#0B2161;
 width:310px;
 margin-left:-5px;
 height:45px;
 font-size:17px;
}

.spin_popup {
    max-width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin-right: -50%; */
    transform: translate(-50%, -50%);
}
.close_icon {
    float: right;
    position: absolute;
    top: 12%;
    right: 14%;
    /* background: #fff; */
    cursor: pointer;
    width: 6%;
    border-radius: 50%;
}

.spin_popup .popup_link {
    position: absolute;
    bottom: 16.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 34%;
    cursor: pointer;
}
.orderPopup .spin_popup .popup_link,
.loyaltyPopup .spin_popup .popup_link{
    width: 36%;
}
.tryagainPopup .spin_popup .popup_link{
    width: 37%;
    bottom: 20%;
}
.emojisPopup .spin_popup .popup_link,
.babyPopup .spin_popup .popup_link{
    width: 43%;
    bottom: 16%;
}



@media (max-width:767px) {
   
    .joinCta, .joinCtaright, .joinCtaleft {
        /*width: 30%;*/
        /*bottom: 6%;*/
        cursor: default;
    }
    .joinCtaright {
       right: 9%;
    }
  
    .questionLeft {
        min-width: 320px;
        width: 100%;
    }
    .registrationRight {
        display: none;
    }
    .qa-container {
        width: 100%;
        background: #eee;
    }
    .mobile_header {
        display: block;
    }
    .desktop_header {
        display: none;
    }
    .feature_container {
        margin-top: 0
    }
   
    .spin_popup {
        width: 80%;
        /* margin-top: 16%; */
    }
    
    /* .close_icon {
        top: -15px;
        right: -15px;
        width: 30px;
    } */

    .pattern_container{
        /* scale: 0.6;
        top: -14%; */
    }
    .slick-slide{
        margin: 0 10px;
    }
    .slick-slide img{
        max-width: 180px;
    }
    .code{
        max-width: 180px;
        font-size: 4vw;
    }
}

@media (min-width: 767px) {
    .mobile_header {
        display: none;
    }
    .desktop_header {
        display: block;
    }
}
@media (max-width:480px) {
    .code{
        max-width: 160px;
        font-size: 5vw;
        padding: 5px;
        bottom: 5%;
    }
}
@media (max-width:359px) {
    .slick-slide img{
        max-width: 150px;
    }
}


