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;
    }
    .gold_border{
        /* width: 75% !important; */
    }
    .circlediv li{
        /* border: 1px solid #343433 !important; */
    }
}

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

.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%;
    margin-top: 10px;
}

#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: 0px;
    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
    }
    .wheel_bg_img{
        /* height: 675px; */
        height: 100%;
    }
    .prize_bg{
        /* height: 340px; */
    }
}

@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: 9998;
    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*/
.rotate_90 {
    transform: rotate(90deg);
}
.bg_container {
    position: relative;
    overflow: hidden;
}

.click_here_pointer {
    position: absolute;
    left: 66%;
    transform: translate(-50%,-50%);
    /* right: 0; */
    top: 48%;
    /* bottom: 0; */
    width: 22%;
    height: 22%;
    z-index: 5;
    cursor: pointer;
    /* display: none; */
}
.click_here_pointer img{
    width: 100%;
}
.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 .terms-and-condition-wrapper {
   position: relative;
}
.tncbox {
    background: #293088;
    width: 40%;
    /* height: 50px; */
    position: absolute;
    top: -48%;
    padding: 10px 15px;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-weight: 600;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #4069b8;
    /* line-height: 50px; */
    color: #fff;
    box-shadow: 0px 0 8px rgb(197 244 254);
}
.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: #cd2121;
    line-height: 22px;
}
.tncarrow {
    color: #fff;
}
.tnc_all li {
    padding-bottom: 10px;
    color: #646464;
} 
@font-face {
    font-family: futura;
    src: url(../fonts/Futura_Hv_BT_Heavy.woff) format("woff");
    font-weight: 500;
    font-style: normal
}
.terms_conditions_container .teams_view_speen_the_weel{
    position: relative;
}
.terms_cond_title {
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    /* top: 66%; */
    /* transform: translateY(-50%); */
    right: 0;
    margin: -14.5% auto 0 auto;
    /* width: 48.5%; */
    width: 43.5%;
}
.terms_cond_title .tcbtn{
    cursor: pointer;
    /* position: absolute; */
    /* left: 0; */
    margin-top: 41%!important;
    /* top: 10%!important; */
    /* transform: translateY(-50%); */
    right: 0;
    margin: auto;
}
.terms_cond_title img{
    margin: auto;
    /* width: 24.2%; */
}

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

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

.circlediv {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0%;
    z-index: 2;
}

.circle {
    position: relative;
    padding: 0;
    margin: 0 auto;
    /* width: 83.5%;
    height: 81%; */
    width: 82.5%;
    height: 80%;
    top: 8.5%;
    left: 16%;
    border-radius: 50%;
    list-style: none;
    overflow: hidden;
    transform: rotate(-30deg);
    background: #fff;
    /* border: 1px solid; */
    /* box-shadow: 2px -2px 4px #ddd; */
}
.gold_border::after {
    display: none;
    content: "";
    width: 75%;
    height: 75%;
    border: 1px solid #3d5151;
    position: absolute;
    border-radius: 50%;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.circlediv li {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50%;
    transform-origin: 0% 100%;
    border:1px solid transparent;
}
.circlediv li.isSelected{
    z-index:9 !important;
}
.hook{
    /* content: ''; */
    display: block;
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-81%);
    width: 90%;
    z-index: -1;
    /* background: url('../images/Wheel-Holder.png') 0 0 no-repeat; */
}
.hook img{
    margin: auto;
    display: block;
}
.pamper_slider {
    position: relative;
}
.slick {
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    margin : 0 auto;
    /* padding-left: 10px; */
    top: 50%;
    transform: translateY(-50%);
}
.slick .slick-list{
    /* bottom: 20px; */
}
.slick-initialized .slick-slide {
    margin-right:25px;
}

.text {
    position: absolute;
    left: -98%;
    top: 8px;
    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);
    z-index: 2;
}

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

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

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

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

.text img {
    width: 50%;
    display: inline-block;
    margin-left: -11px;
    /* border-radius: 79px; */
}

/*#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: 15% 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 {
    /* width: 30%; */
    max-width: 472px;
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin-right: -50%; */
    transform: translate(-50%, -50%);
}

.spin_popup .popup_link {
    position: absolute;
    margin: 0 auto;
    width: 42%;
    left: 0;
    right: 0;
    bottom:10%;
}
.spin_popup .popup_link img{
    margin: auto;
}

.spin_popup .popup_link.TryAgain{
    width: 38%;
    bottom: 14%;
}
.spin_popup .popup_link.uploadnow{
    width: 31%;
    bottom: 12%;
}
.spin_popup .popup_link.playquiz{
    width: 35%;
    bottom: 14%;
}
.spin_popup .popup_link.PlayQuiz{
    width: 38%;
    bottom: 14%;
}
.spin_popup .popup_link.asknow{
    width: 35%;
    bottom: 12%;
}
.spin_popup .popup_link.commentnow{
    width: 42%;
    bottom: 14%;
}
.spin_popup .popup_link.PlayQUIZ{
    width: 41%;
    bottom: 8%;
}
.spin_popup .popup_link.CommentNow{
    width: 31%;
    bottom: 12%;
}
.spin_popup .popup_link.uploadpic{
    width: 42%;
    bottom:14%;
}
.spin_popup .popup_link.participatenow{
    width: 62%;
    bottom:9%;
}
#close_icon {
    /* float: right; */
    position: absolute;
    top: 0%;
    /* left: 88%; */
    right: 0%;
    cursor: pointer;
    width: 8%;
}
.shadow_circle {
    width: 426px;
    height: 426px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: inset -2px 4px 16px -4px #222;
    margin-top: 146px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    z-index: 3;
}

.gold_border {
    display: block;
    position: absolute;
    top: 1%;
    right: 0px;
    left: 16%;
    z-index: 2;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    z-index: 3;
    width: 100%;
    border-radius: 50%;
    transform-origin: center center;        
}
.gold_border img{
    margin: 0 auto;

}
.pointer{
    position: absolute;
    left: 0;
    right: 0;
    top: 2.5%;
    margin: auto;
    width: 7%;
}
.light{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* animation: animName 7s linear infinite;
    transform-origin: center center;   */
}



.wheelStand {
    position: absolute;
    left: 0;
    right: 0%;
    bottom: -8%;
    margin: auto;
    width: 100%;
}
.wheelStand img{
    display: block;
    margin: auto;
}


/* .gold_border::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url(../images/wheel/02_Circle.png);
    background-repeat: no-repeat;
    background-size: 100%;
} */
.greendot_border {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    margin-top: 116px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 460px;
    height: 460px;
    border-radius: 50%;
}
.bottom_shadow_img {
    position: absolute;
    top: 470px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
}

.outer_border ul li {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 216px auto 0;
}
.outer_border ul > :nth-of-type(1) {
    transform: rotate(0deg) translate(216px) rotate(0deg);
}
.outer_border ul > :nth-of-type(2) {
    transform: rotate(60deg) translate(216px) rotate(-60deg);
}
.outer_border ul > :nth-of-type(3) {
    transform: rotate(120deg) translate(216px) rotate(-120deg);
}
.outer_border ul > :nth-of-type(4) {
    transform: rotate(180deg) translate(216px) rotate(-180deg);
}
.outer_border ul > :nth-of-type(5) {
    transform: rotate(240deg) translate(216px) rotate(-240deg);
}
.outer_border ul > :nth-of-type(6) {
    transform: rotate(300deg) translate(216px) rotate(-300deg);
}

.outer_border ul li img {
    display: block;
    width: 100%;
    pointer-events: none;
}

.glow_stars {
    width: 25px;
    height: 25px;
}
.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.top_point {
    width: 60px;
}
img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.bg_cont_img {
    pointer-events: none;
}



.slick-slide img {
    display: block;
    max-width: 300px;
    width: 100%;
}

/*spin the wheel css ends*/

    .terms_cond_title .tncbox .tncText{
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.5px;
    }

    .prizeRow{
        display: flex;
    }

    .topArrow{
        position: absolute;
        top: -1%;
        left: 0;
        right: 0;
        margin: auto;
        width: 9.7%;
    }

    .row{
        display: flex;
    }
    .prizes{
        position: relative;
    }
    .prizeImgs{
        position: absolute;
        width: 88%;
        top: 12.2%;
        left: 0;
        right: 0;
        margin: auto;
    }


@media (max-width:767px) {
    
    .outer_border ul li img {
        transform: rotate(181deg);
    }
    .outer_border ul li.top_point {
        width: 40px;
    }
    #close_icon {
        /* width: 10%;
        top: 13%;
        right: 8%; */
    }
    .questionLeft {
        min-width: 320px;
        width: 100%;
    }
    .registrationRight {
        display: none;
    }
    .qa-container {
        width: 100%;
        background: #eee;
    }
    .mobile_header {
        display: block;
    }
    .desktop_header {
        display: none;
    }

    .greendot_border, .outer_border, .shadow_border_circle  {
        margin-top: 38px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        width: 242px;
        height: 242px;
    }
  
    .shadow_circle {
        margin-top: 53px;
        width: 215px;
        height: 215px;
    }
    .spin_popup {
        width: 80%;
        /* top: 35%; */
    }
    /* .spin_popup #close_icon img {
    padding: 2px;
   } */
    .outer_border ul li {
        width: 16px;
        height: 16px;
    }

    .outer_border ul li.glow_stars {
        width: 25px;
        height: 25px;
        top: -5px;
    }
    .outer_border ul > :nth-of-type(1) {
        transform: rotate(0deg) translate(114px) rotate(0deg);
    }
    .outer_border ul > :nth-of-type(2) {
        transform: rotate(60deg) translate(114px) rotate(-60deg);
    }
    .outer_border ul > :nth-of-type(3) {
        transform: rotate(120deg) translate(114px) rotate(-120deg);
    }
    .outer_border ul > :nth-of-type(4) {
        transform: rotate(180deg) translate(114px) rotate(-180deg);
    }
    .outer_border ul > :nth-of-type(5) {
        transform: rotate(240deg) translate(114px) rotate(-240deg);
    }
    .outer_border ul > :nth-of-type(6) {
        transform: rotate(300deg) translate(114px) rotate(-300deg);
    }
    .scroll-loader {
        bottom: 45px;
    }
    .slider_bg {
        width: 100%;
    }
    .pamper_slider .slick.marquee.slick-initialized.slick-slider{
          padding: 0% 0px 0;
    }
    .slick-slide .inner{
        height: 140px;
    }
    .slick-slide .inner img{
        height: 100%;
        max-width: inherit;
        width: auto;
    }
    .pamper_slider img{
        height: 180px;
        display: inline-block;
    }
    .pamper_slider{
        height: 180px;
        /* top: -1px; */
    }
       
    .pamper_slider .slick{
        top: 15px;
    }
    .pamper_slider .slick-initialized .slick-slide {
        margin-right: 17px;
    }
    .slick{
        top: 50%;
        transform: translateY(-50%);
    }
    .circle{
        /* top: 8%; */
    }
}

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


    @media (max-width:767px) {
    /* .gold_border,  */
    .greendot_border, .outer_border, .shadow_border_circle {
        margin-top: 10px;
        margin-left: auto;
        left: 0px;
        margin-right: auto;
        margin-bottom: 0;
        width: 291px;
        height: 291px;
    }
    .wheelStand{
        /* bottom: 9%;
        width: 61%; */
    }

    .shadow_circle {
        margin-top: 53px;
        width: 215px;
        height: 215px;
    }
    .questionLeftNew.fl {
        margin-top: 0px;
    }
    .slick .slick-list{
        bottom: 0px !important;
    }
    .text{
        top:5px;
    }
    .text img{
        margin-left: -6px !important;
        /* border-radius: 38px !important; */
    }
}

@media (min-width: 540px) and (max-width: 767px){
  .greendot_border, .outer_border, .shadow_border_circle{
      width: 360px;
      height: 360px;
  }  
  .spin_popup {
        width: 55%; 
   }
}
@media screen and (min-width:320px) and (max-width:460px) {
    /* #close_icon {
        right: 10%;
    } */
    .terms_cond_title{
        /* width: 40%; */
    }
}
@media screen and (min-width:320px) and (max-width:420px) {
    .slick-slide .inner{
        height: 180px;
    }
}
@media screen and (min-width:421px) and (max-width:520px) {
    .slick-slide .inner{
        height: 220px;
    }
}
@media screen and (min-width:521px) and (max-width:620px) {
    .slick-slide .inner{
        height: 250px;
    }
}
@media screen and (min-width:621px) and (max-width:766px) {
    .slick-slide .inner{
        height:300px;
    }
}
.spin_the_wheel_slider,.prize_img_wrap{
    position: relative;
}
.wheel_stand_wrap{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: -9%;
    width: 90%;
}
/* .imgborder{   
    animation:fade 1.5s infinite; 
}
.img_animate1 {   
    opacity: 1;
    animation-delay: 0s;
}
.img_animate2 {   
    opacity: 0;
    position: absolute;
    top:0;
    left: 0;
    animation-delay: 0.5s;
}
@keyframes fade {
    0%{
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
} */
.prize_row{
    position: absolute;
    top: 25%;
    text-align: center;
    margin: 0 13px;
}
.prize_row img{
    display: inline-block;
    width: 40%;
    margin: 0 29px;
}
.wheel_arrow{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 9%;
    width: 7%;
    z-index: 5;
}
.prize_row img:nth-child(1),.prize_row img:nth-child(2) {
    margin-bottom: 41px;
}
.prize_row img:nth-child(3),.prize_row img:nth-child(4) {
    margin-bottom: 32px;
}
@media (max-width:360px) {
    .prize_row img{
        width: 35% !important;
    }
    .prize_row img:nth-child(1), .prize_row img:nth-child(2),
    .prize_row img:nth-child(3), .prize_row img:nth-child(4){
        margin-bottom: 30px;
    }
}
@media (max-width:626px) {
    .prize_row img{
        margin: 0 20px;
    }
    .prize_row img:nth-child(1), .prize_row img:nth-child(2){
        margin-bottom: 32px;
    }
    .prize_row img{
        width: 37%;
    }
}
@media screen and (min-width:760px) and (max-width:766px) {
.circle{
    width: 62%;
    height: 71%;
}
}
/* machine slot code start */
.machine_wrap .machine_circle{
    position: absolute;
    top: 5%;
    width: 85%;
    margin: 0 auto;
    left: 0;
    z-index: 1;
    right: 0;
}
.images_wrap{
    position: absolute;
    top:9%;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    clip-path: ellipse(50% 65%);
    width: 65%;
    height: 65%;
}
.images_wrap .img_wrap {
    width: 100%;
    height: 33.33%;
}
.images_wrap .img_wrap img{
    height: 100%;
    width: 100%;
}
.spin_now_wrap{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 57.2%;
    bottom: 10.2%;
    cursor: pointer;
}
.chances_rem{
    color:#fff;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: clamp(18px, 2.5vw, 25px);
}
@media screen and (min-width:320px) and (max-width:380px) {
    .chances_rem{
        bottom: 3%;
    }
}
@media (min-width: 751px) and (max-width: 766px) {
    .spin_now_wrap {
      bottom: calc(10.2% - (0.12% * (var(--screen-width) - 751)));
    }
    .images_wrap{
        height: 67%;
    }
  }
.machine_overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 9998;
}
.machine_overlay .commentNow{
    bottom: 10%;
    width: 60%;
}
.machine_overlay .playNow{
    width: 45%;
}
.machine_overlay .uploadNow{
    width: 55%;
}
.machine_overlay .tryagain{
    width: 45%;
    bottom: 15%;
}
.machine_overlay .close_icon{
    top: 13%;
    position: absolute;
    right: 0%;
    cursor: pointer;
}



/* machine slot code end */