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

.rotate_90 {
    transform: rotate(90deg);
}

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

.leftColCTA,
.rightColCTA{
    float: left;
    width: 50%;
}
.rowClearFix{
    position: relative;;
}
.rowClearFix::after{
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0%;
    font-size: 0px;
}

@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: 999;
}

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

.alert-popup {
    width: 200px;
    text-align: center;
    position: absolute;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
    margin: 22% 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;
}

.carousal-overlay-trans {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 999999;
}

.close_icon {
    float: right;
    position: absolute;
    top: -7px;
    right: 48px;
    width: 25px;
    cursor: pointer;
    /* background-color: #fff; */
}
.button_view_popup{
    position: absolute;
    bottom: 9%;
    left: 0;
    /* transform: translate(-50%, -50%); */
    /* width: 135px; */
    width: 100%;
    right: 0;
    margin: auto;
    transform: translateX(5px);
}
.spin_overlay-lost .button_view_popup{
    bottom: 15%;
}
.button_view_popup img{
    height: 47px;
    width: auto;
    margin: auto;
}
.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;
}
.spin_popup{
    max-width: 450px;
    width: 100%;
    margin: auto;
}
.Jackpot-lucky_new_back{
    position: relative;
}

/*.pamper_slider {
    position: relative;
    background: url(../images/lucky-draw/Lucky-Draw-pink-final_bg_04.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 140px 0 0px;

}*/
.Jackpot-lucky_bg{
    margin: 0px auto;
}
.Jackpot-lucky_main_div{
    position: relative;
}
.Jackpot-lucky_bg_background{
    position: absolute;
    top: 0px;
    z-index: -1;
}

.slick {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 1;
    right: 0;
    margin: 0 auto;
    padding-top: 28px;
}

.inner img{
    width: 85%;
}

.slick-initialized .slick-slide {
    margin-right: 10px;
}

.terms_conditions_container {
    position: relative;
    /*background: #A7371D;*/
    background: #f4f4f4;
}

/*.terms_conditions_container img {
    width: 100%;
    height: 144px;
    object-fit: cover;
}*/

.tncbox {
    /* background: #ffffff; */
    /* background: #686868; */
    width: 300px;
    height: 50px;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 50px;
    /* color: #343434; */
    color: #fff;
    font-weight: 500;
}

.arrowTncImg {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px 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_cond_title {
    font-family: futura;
    font-size: 21px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

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

/* mystery box css */

.giftbox-slider {
    background: url(../images/mystery-box/boxslider-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 8px 0;
    margin-top: -1px;
}

.giftbox-slider .slick-center {
    transform: scale(1.2);
}

.giftbox-slider .slick-list.draggable {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.giftbox-slider .slick-initialized .slick-slide {
    cursor: pointer;
}
.spin_overlay-lost::after{
    background-color: rgba(0, 0, 0, .75);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.spin_overlay-lost .spin_popup{
    z-index: 1;
}
.spin_overlay-lost,
.spin_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: #000;
    background: rgba(0, 0, 0, .75);*/
    z-index: 9999;
}
.end.spin_overlay.add_popupdesign {
    max-width: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin-right: -50%; */
    transform: translate(-50%, -50%);
}
.popup_design_view.msg{
    max-width: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin-right: -50%; */
    transform: translate(-50%, -40%);
}
.dialogs.spin_overlay.add_popupdesign_popups{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 9998;
}
.add_popupdesign_popups .spin_overlay.add_popupdesign_popups{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 9998;
}

.spin_popup {
    display: inline-block;
    padding: 0;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    /* padding: 20px 0; */
}
.spin_popup_inner{
    position: relative;
}

.luckydraw_container {
    position: relative;
}

.CTA_05 {
    position: absolute;
    cursor: pointer;
    width: 28.15%;
    bottom: 14%;
    margin: 2% 37% 0;
}

.CTA_06 {
    position: absolute;
    width: 76%;
    margin: 4.5% 12% 0;
}

.CTA_07, .CTA_08, .CTA_09, .CTA_10 {
    position: absolute;
    /*width: 18%;*/
    width: 16.13%;
    cursor: pointer;
}

.CTA_07 {
    margin: 2% 0 0 30%;
}

.CTA_08 {
    margin: 2% 0 0 25.2%;
}

.CTA_09 {
        margin: 3.3% 0 0 53%;
    width: 21.31%;
}

.CTA_10 {
    /*margin: 10% 0 0 53%;*/
       margin: 4.9% 0 0 53%;
    width: 21.31%;
}

.CTA_11 {
    position: absolute;
    width: 26%;
    cursor: pointer;
    margin: 42% 0 0 66%;
}

.CTA_13 {
    position: absolute;
    width: 26%;
    cursor: pointer;
    margin: 3% 37% 0;
}

.CTA_14 {
    position: absolute;
    width: 50%;
    cursor: pointer;
    margin: 7% 25% 0;
}

#pampers_jackpot {
    position: absolute;
    width: 100%;
    margin-top: -30%;
}

.jackpot_rotate_1, .jackpot_rotate_2, .jackpot_rotate_3 {
    position: absolute;
    /* width: 140px;
    height: 167px; */
    width: 20.5%;
    height: 4.15%;
    overflow: hidden;
}

.jackpot_rotate_1 {
    margin: 11.5% 0 0 16%;
}

.jackpot_rotate_2 {
    margin: 11.5% 0 0 36.4%;
}

.jackpot_rotate_3 {
    margin: 11.5% 0 0 57%;
}

.jackpot_rotate_1 img, .jackpot_rotate_2 img, .jackpot_rotate_3 img {
    margin: 9% 0;
}

/*.container {
    position: absolute;
    width: 76.7%;
    margin: 9.1% 0 0 12%;
    height: 4.3%;
}*/

.slotwrapper {
    overflow: hidden;
}

.slotwrapper, .slotwrapper ul li {
    height: 170px;
}

.slotwrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    float: left;
    width: 33%;
    text-align: center;
    z-index: 1;
}
.Jackpot-lucky_howto_play{
    position: relative;
    bottom: 10px;
}

.slotwrapper ul li img {
    vertical-align: top;
    width: 100%;
}

.slotwrapper ul li.photo-Contest {
    padding: 22px 30px;
}
.slotwrapper .firstcry_qna{
  padding: 20px 25px;   
}
.slotwrapper ul li.jokpot_try_again {
   padding: 20px 24px;
}
.slotwrapper ul li.my_babys_dis {
    padding: 20px 24px;
}
.slotwrapper ul li.quiz2_two {
    padding: 20px 25px;
}

.slotwrapper ul li.firstcryclub {
    padding: 20px 25px;
}
.slotwrapper .cycle3{
    left: 12px;
}

.slotwrapper ul li.quiz1_one {
    padding: 20px 25px;
}

.tryagainCta, .popup_link {
    width: 32%;
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.pamperVideo{
    /* display: none; */
    height: 400px;
    width: 100%;
}
.container .game{
    background-image: url(../images/tic-tac-toe25/TicTacToc.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.game .row .col u.o:after{
        background-image: url(../images/tic-tac-toe/circle.png);
         background-repeat: no-repeat;
         background-size: 100%;
}
.pick.add_new_button button.x:before{
    content: "";
    background-image: url(../images/tic-tac-toe/cross.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 70%;
    width: 70%;
    position: absolute;
    top: 18%;
    left: 18%;
}
.pick.add_new_button button.o:after{
    content: "";
    background-image: url(../images/tic-tac-toe/circle.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 70%;
    width: 70%;
    position: absolute;
    top: 18%;
    left: 18%;
}
.game .row .col u.o:after{
        background-image: url(../images/tic-tac-toe/circle.png);
         background-repeat: no-repeat;
         background-size: 100%;
}
.game .row .col u.x:before{
    content: "";
    border-width: 1rem;
    height: 70%;
    width: 70%;
    position: absolute;
    top: 16%;
    left: 20%;
    background-image: url(../images/tic-tac-toe/cross.png);
    background-repeat: no-repeat;
    background-size: 90%;

}
@media (max-width:767px) {
    .container {
        position: absolute;
        width: 76%;
        margin: 9.1% 0 0 12%;
        height: 4.3%;
   }
   .slotwrapper ul li.my_babys_dis{
     padding: 16px 20px;
   }
   .slotwrapper ul li.quiz1_one{
    padding: 15px 20px;
   }
   .slotwrapper ul li.photo-Contest {
    padding: 18px 20px;
  }
  .slotwrapper .firstcry_qna {
    padding: 17px 20px;
}
.slotwrapper ul li.quiz2_two {
    padding: 16px 20px;
}
.slotwrapper ul li.jokpot_try_again {
    padding: 15px 20px;
}
.slotwrapper .cycle3 {
    left: 0px;
}
    .pamperVideo{
        height: 250px;
    }
    .Jackpot-lucky_bg{
      width: 85%;
    }
    .Jackpot-lucky_main_div{
         background-image: url(../images/Jackpot-lucky/Hit-the-Jackpot_02.jpg);
         background-repeat: no-repeat;
         background-size: 100%;
    }
    .Jackpot-lucky_howto_play{
        bottom: 0px;
    }
    .spin_popup {
        max-width: 320px;
        /* width: 330px;
        left: 50%;
        top: 15%;
        position: absolute;
        top: 19%;
        left: 50%;
        z-index: 1;
        padding: 0 0.625rem;
        transform: translate(-50%, -50%); */
    }
    .terms_conditions_container {
        overflow: hidden;
    }
    .button_view_popup img{
        height: 45px;
    }
    .terms_cond_title {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        width: 300px;
        margin: 0 auto;
        height: 50px;
        font-size: 16px;
    }
    /* .terms_conditions_container img {
        height: 100px;
    } */
    .tncbox {
        /* background: #ffffff; */
        line-height: 37px;
        /* color: #343434; */
        position: unset;
        width: auto;
        height: auto;
    }
    .arrowTncImg{
        border-bottom: 5px solid transparent;
    }
    .slick-slide .inner {
        height: 135px;
    }
    .slick-slide .inner img {
        height: 100%;
    }
    .questionLeft {
        min-width: 320px;
        width: 100%;
    }
    .registrationRight {
        display: none;
    }
    .qa-container {
        width: 100%;
        background: #eee;
    }
    .mobile_header {
        display: block;
    }
    .desktop_header {
        display: none;
    }
    .scroll-loader {
        bottom: 45px;
    }
    .alert-popup {
        margin-top: 80%;
    }
}

@media (min-width: 767px) {
    .mobile_header {
        display: none;
    }
    .desktop_header {
        display: block;
    }
}

@media (min-width: 320px) and (max-width: 350px) {
    /* .spin_popup {
        width: 310px;
        left: calc( 58% - 200px);
    } */
}

@media (min-width: 370px) and (max-width: 420px) {
    /* .spin_popup {
        width: 330px;
        left: calc( 52% - 200px);
    } */
}

/*new tic tok*/


.wrapper {
  position: relative;
    /* height: 400px;*/
}

.container {
  /*max-width: 31.25rem;*/
 max-width: 23.25rem;
 min-width: 25.25rem;
  margin-left: auto;
  margin-right: auto;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 520px) {
  .container {
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
  .container::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media screen and (max-height: 620px) {
  .container {
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
  .container::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media screen and (max-height: 420px) {
  .container {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
  .container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.scores {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
}
.scores:last-child {
  margin-right: 0;
}
@media screen and (max-height: 420px) {
  .scores {
    float: left;
    display: block;
    margin-right: 0%;
    width: 33.3333333333%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .scores:last-child {
    margin-right: 0;
  }
}
.scores .col {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.3333333333%;
}
.scores .col:last-child {
  margin-right: 0;
}
@media screen and (max-height: 420px) {
  .scores .col {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .scores .col:last-child {
    margin-right: 0;
  }
}

.game {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
}
.game:last-child {
  margin-right: 0;
}
@media screen and (max-height: 420px) {
  .game {
    float: left;
    display: block;
    margin-right: 0%;
    /*width: 66.6666666667%;*/
  }
  .game:last-child {
    margin-right: 0;
  }
}
.game .row {
  display: block;
}
.game .row::after {
  clear: both;
  content: "";
  display: block;
}
.game .row .col {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.3333333333%;
}
.game .row .col:last-child {
  margin-right: 0;
}

.dialogs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  width: 100%;
}
.dialogs.spin_overlay{
  position: relative;
}
.dialogs .cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #4092c9;
  opacity: 0;
}
.dialogs .pick,
.dialogs .end {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.9375rem 0;
  text-align: center;
}
.main-div_wrapper .dialogs .pick{
    position: relative;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 115%);
    width: 40%;
    display: inline-block;
    padding: 0px;
    margin-top: 15px;
}
.main-div_wrapper .dialogs .pick h2.msg{
  margin-bottom: 5px;
}
.dialogs .pick .msg,
.dialogs .end .msg {
  margin-top: 0;
  margin-bottom: 24px;
  color: #FFFCCA;
  font-size: 3rem;
}
@media screen and (max-width: 520px) {
  .dialogs .pick .msg,
.dialogs .end .msg {
    font-size: 2rem;
  }
}
@media screen and (max-height: 620px) {
  .dialogs .pick .msg,
.dialogs .end .msg {
    font-size: 2rem;
  }
}
.dialogs .pick button,
.dialogs .end button {
  position: relative;
  border: none;
  outline: none;
  background-color: transparent;
  
  height: 4rem;
  width: 4rem;
  margin-right: 0.3125rem;
}
.end button.replay{
    width: 80px!important;
    min-width: 80px;
    height: auto!important;
    font-size: 18px!important;
    color: #fff;
    background: #4092c9;
    height: auto;
    padding: 6px;
    border-radius: 5px;
}
.dialogs .pick button:last-child,
.dialogs .end button:last-child {
  margin-right: 0;
}
.dialogs .pick button:hover {
  background-color: transparent;
  cursor: pointer;
}
.dialogs .end button:hover {
  cursor: pointer;
}
.end.add_popupdesign{
  width: 45%;
  margin: 0px auto;
}
.dialogs .pick button:active,
.dialogs .end button:active {
  background-color: transparent;
}
.popup_design_view{
    position: relative;
}
.end.add_popupdesign {
  position: relative;
}
.add_popupdesign  .popup_design_view{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}

/* New CSS */
.dialogsGame{
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
    z-index: 1;
    width: 78%;
    height: 89%;
    margin: auto;
    padding-bottom: 60%;
}
#gameContainer{
    /* display: flex;
    justify-content: center;
    align-items: center;
	min-height:100vh; */
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
}

#gameArea{
	width: 100%;
	height: 100%;
}

.scoreSection{
	display: inline-block;
	width: calc(50% - 10px);
	padding: 5px;
	text-align: center;
}

.score{
	display:block;
	font-size:34px;
	position: relative;
	top: 1px;
}

#gameBoard{
	/* border: 1px solid; */
	width: 100%;
	height: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	/* background-color: #000; */
    background-image: url(../images/tic-tac-toe25/TicTacToc.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
#gameBoard::after{
    content: '';
    /* background-color: rgba(255, 255, 255, .75); */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#gameBoardContent{
	font-family: cursive;
	color: #000;
	transition:.5s;
    position: relative;
    z-index: 1;
}

#menuSpan{
	font-size: 32px;
	padding: 10px;
	text-align: center;
	line-height: 49px;
	letter-spacing: 1px;
	position: relative;
	top: 34px;
}

.menuOption{
	display: inline-block;
	text-align: center;
	width: 50%;
	position: relative;
	font-size: 94px;
	top: 86px;
	cursor: pointer;
}

#one {grid-area:one;}
#two {grid-area:two;}
#three {grid-area:three;}
#four {grid-area:four;}
#five {grid-area:five;}
#six {grid-area:six;}
#seven {grid-area:seven;}
#eight {grid-area:eight;}
#nine {grid-area:nine;}

#gameWrapper{
	display: grid;
	grid-template-areas:
		'one two three'
		'four five six'
		'seven eight nine';
	height:100%;
    background-image: url(../images/tic-tac-toe25/TicTacToc.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

#gameWrapper > div{
	/* border:4px solid;
	padding: 15px 0;
	text-align: center;
	font-size: 28px;
	cursor: pointer;
	transition:.4s; */
    /* border: 1px solid #fff; */
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    transition: .4s;
    position: relative;
    padding-bottom: 98%;
}
/* #gameWrapper > div:nth-child(even) {background: #CCC}
#gameWrapper > div:nth-child(odd) {background: #FFF} */

.boardMark{
	/* position: absolute;
	font-size: 95px;
	margin-left: -38px;
    font-size: 3.5rem;
	margin-top: 14px; */
    position: absolute;
    font-size: 6vw;
    margin: auto;
    left: 0;
    right: -8px;
    top: 33px;
}

#notification{
	position: absolute;
	bottom: 136px;
	left: calc(50% - 94px);
	color: white;
	background-color: green;
	padding: 10px 25px;
	font-size: 32px;
	border: 4px solid red;
	transition: .75s;
}
.scoreSection{
	display: none;
}

/* New CSS */
@media (max-width: 1440px) {
    .boardMark{
        font-size: 9vw;
    }
}


@media (max-width: 767px) {
    .container {
    position: absolute;
    top: 4%;
    left: 50%;
    /* -webkit-transform: translateY(-40%); */
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    /* transform: translateY(-40%); */
    z-index: 1;
    padding: 0 0.625rem;
    transform: translate(-40%, -50%);
  }
  .main-div_wrapper .main-div_wrapper .dialogs .pick{
    transform: translate(-50%, 100%);
    width: 80%;
  }
  .main-div_wrapper .container {
    position: absolute;
    top: 6%;
    left: 50%;
    z-index: 1;
    padding: 0 0.625rem;
    transform: translate(-29%, -50%);
}
.main-div_wrapper .container .game {
    max-width: 55%;
    margin: 0px auto;
}
.main-div_wrapper .dialogs .pick{
    width: 80%!important;
    transform: translate(-50%, 140%);
}

.main-div_wrappe .pick.add_new_button button.x:before{
    height: 40%;
    width: 40%;
}
.main-div_wrappe .pick.add_new_button button.o:after{
    height: 50%;
    width: 50%;
}
.main-div_wrappe .dialogs .pick button, .main-div_wrappe .dialogs .end button {
    height: 2.25rem;
    width: 2.25rem;
    font-size: 4rem;
}
    .main-div_wrapper .dialogs .pick h2.msg {
        margin-bottom: 0px;
        font-size: 16px;
    }
    .game .row .col u.x:before {
       content: "";
        border-width: 1rem;
        height: 40%;
        width: 40%;
        position: absolute;
        top: 31%;
        left: 30%;
        background-image: url(../images/tic-tac-toe/cross.png);
        background-repeat: no-repeat;
        background-size: 100%;
}
.game .row .col u.o:after {
    content: "";
    /* border: solid #FFFCCA; */
    border-radius: 50%;
    border-width: 1rem;
    height: 40%!important;
    width: 40%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-animation: o 0.25s;
    -moz-animation: o 0.25s;
    animation: o 0.25s;
}
.game .row .col u {
    position: absolute;
    top: 0;
    left: 0;
    height: 80%;
    width: 80%;
}
.container .game .row .col {
    height: 4.6rem;
    width: 4.4rem;
}
#menuSpan{
    font-size: 24px;
    line-height: 30px;
    top: 30px;
}
.menuOption{
    font-size: 51px;
    top: 50px;
}
.boardMark {
    font-size: 14vw;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
}

}
@media screen and (max-width: 520px) {
  .dialogs .pick button,
.dialogs .end button {
    height: 2.25rem;
    width: 2.25rem;
    font-size: 4rem;
  }
}
@media screen and (max-height: 620px) {
  .dialogs .pick button,
.dialogs .end button {
    height: 3.25rem;
    width: 3.25rem;
    font-size: 4rem;
  }
}
/*.dialogs .pick button.o:after,
.dialogs .end button.o:after {
  content: "";
  border: solid #FFFCCA;
  border-radius: 50%;
  border-width: 1rem;
  height: 60%;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-animation: o 0.25s;
  -moz-animation: o 0.25s;
  animation: o 0.25s;
}*/
@media screen and (max-width: 520px) {
  .dialogs .pick button.o:after,
.dialogs .end button.o:after {
    border-width: 0.625rem;
  }
}
@media screen and (max-height: 620px) {
  .dialogs .pick button.o:after,
.dialogs .end button.o:after {
    border-width: 0.625rem;
  }
}
/*.dialogs .pick button.x:before,
.dialogs .end button.x:before {
  content: "";
  background-color: #FFFCCA;
  height: 60%;
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -o-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -webkit-animation: x 0.25s;
  -moz-animation: x 0.25s;
  animation: x 0.25s;
}*/
/*.dialogs .pick button.x:after,
.dialogs .end button.x:after {
  content: "";
  background-color: #FFFCCA;
  height: 60%;
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -webkit-animation: x 0.25s;
  -moz-animation: x 0.25s;
  animation: x 0.25s;
}*/
.dialogs .end {
  display: none;
}

.container {
    position: absolute;
    top: 42%;
    left: 50%;
    /* -webkit-transform: translateY(-40%); */
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    /* transform: translateY(-40%); */
    z-index: 1;
    padding: 0 0.625rem;
    transform: translate(-50%, -50%);
}
@media screen and (max-height: 420px) {
  .container {
    height: 290px;
  }
}

.game {
  /*min-width: 18.75rem;*/
  background-color: #11D3BC;
}
@media screen and (max-width: 520px) {
  .game {
    max-width: 18.75rem;
  }
}
@media screen and (max-height: 620px) {
  .game {
   max-width: 18.75rem;
    margin: 0px auto;
    float: unset;
  }
}
@media screen and (max-height: 420px) {
  .game {
    position: relative;
   /* top:60%;
    transform: translate(25%, -0%);*/
  }
}
.game .row:last-child .col {
  border-bottom: none;
}
.game .row .col {
  height: 8.4rem;
  width: 8rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  /*border-bottom: 0.125rem solid #55E9BC;
  border-right: 0.125rem solid #55E9BC;*/
  color: #FFFCCA;
  font-size: 8rem;
}
@media screen and (max-width: 520px) {
  .game .row .col {
    height: 4.6rem;
    width: 4.4rem;
  }
  .game .row .col u {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
}
@media screen and (max-height: 620px) {
  .game .row .col {
    height: 6.6rem;
    width: 6.25rem;
  }
}
@media screen and (max-height: 420px) {
  .game .row .col {
    height: 6.5rem;
    width: 6.25rem;
  }
}
.game .row .col:last-child {
  border-right: none;
}
.game .row .col:hover, .game .row .col {
    background-color: transparent;
    position: relative;
    top: 0px;
}
.game .row .col:active {
  background-color: #537780;
}
@-webkit-keyframes blink {
  from {
    background-color: #537780;
  }
  to {
    background-color: transparent;
  }
}
@-moz-keyframes blink {
  from {
    background-color: #537780;
  }
  to {
    background-color: transparent;
  }
}
@keyframes blink {
  from {
    background-color: #537780;
  }
  to {
    background-color: transparent;
  }
}
.game .row .col.blink {
  -webkit-animation: blink 0.25s 3;
  -moz-animation: blink 0.25s 3;
  animation: blink 0.25s 3;
}
.game .row .col u {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.game .row .col u.o:after {
  content: "";
  /*border: solid #FFFCCA;*/
  border-radius: 50%;
  border-width: 1rem;
  height: 60%;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-animation: o 0.25s;
  -moz-animation: o 0.25s;
  animation: o 0.25s;
}
@media screen and (max-width: 520px) {
  .game .row .col u.o:after {
    border-width: 0.625rem;
  }
}
@media screen and (max-height: 620px) {
  .game .row .col u.o:after {
    border-width: 0.625rem;
  }
}
@-webkit-keyframes o {
  from {
    height: 90%;
    width: 90%;
  }
  to {
    height: 60%;
    width: 60%;
  }
}
@-moz-keyframes o {
  from {
    height: 90%;
    width: 90%;
  }
  to {
    height: 60%;
    width: 60%;
  }
}
@keyframes o {
  from {
    height: 90%;
    width: 90%;
  }
  to {
    height: 60%;
    width: 60%;
  }
}
@-webkit-keyframes x {
  from {
    height: 90%;
    width: 15%;
  }
  to {
    height: 60%;
    width: 10%;
  }
}
@-moz-keyframes x {
  from {
    height: 90%;
    width: 15%;
  }
  to {
    height: 60%;
    width: 10%;
  }
}
@keyframes x {
  from {
    height: 90%;
    width: 15%;
  }
  to {
    height: 60%;
    width: 10%;
  }
}


.scores {
  margin-top: 24px;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  .scores {
    max-width: 18.75rem;
  }
}
@media screen and (max-height: 620px) {
  .scores {
    max-width: 18.75rem;
  }
}
@media screen and (max-height: 420px) {
  .scores {
    max-width: 10rem;
    margin-top: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-height: 420px) {
  .scores .col {
    margin-bottom: 24px;
  }
}
@media screen and (max-height: 420px) {
  .scores .col:last-child {
    margin-bottom: 0;
  }
}
.scores h2 {
  margin-top: 0;
  margin-bottom: 6px;
}
@media screen and (max-width: 520px) {
  .scores h2 {
    font-size: 1rem;
  }
}
@media screen and (max-height: 620px) {
  .scores h2 {
    font-size: 1rem;
  }
}
.scores h2 .char {
  font-family: "Montserrat", sans-serif;
  color: #FFFCCA;
}
.scores u {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  color: #FFFCCA;
}
@media screen and (max-width: 520px) {
  .scores u {
    font-size: 2rem;
  }
}
@media screen and (max-height: 620px) {
  .scores u {
    font-size: 2rem;
  }
}
.terms_cond_img{
    width: 100%;
    margin: auto;
}
.menuOption img{
    width: 50%;
    display: inline;
 }
.contest_popup_img{
    margin: auto;
}
.spin_popup img{
    margin: auto;
}
@media (max-width: 767px) {
    .close_icon {
        float: right;
        position: absolute;
        top: -2%;
        right: -3%;
        width: 25px;
        cursor: pointer;
        /* background-color: #fff; */
    }
}

.scratch_slider{
    position: relative;
}
.gameBlock img{
    width: 68%;
}