.study-overlay .nextprevdiv{
    position: relative;
    width: 1265px;
    margin: 0 auto;
    height: 550px;
}

input:focus, img:focus {
    outline: 0;
}

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
}
ul {
    list-style: none;
}
/*humburger Menu*/

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

.alert-popup {
    display: inline-block;
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 3px;
    margin: auto;
    margin-top: 20%;
    font-size: 15px;
    max-width: 80%;
}

@media (max-width:767px) {
    .alert-popup {
        margin-top: calc(100% - 100px);
    }
    .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;
    }
    .minicontact_con1 .closebtn{
    opacity: 0.5;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 15px;
    background: none;
    line-height: 0;
    color: #757575;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
}

/*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_75 {
    font-size: 11px;
    font-weight: 400;
    color: #757575;
    line-height: 16px;
}
.R11_9e {
    font-size: 11px;
    font-weight: 400;
    color: #9e9e9e;
    line-height: 16px;
}
.R10_9e {
    font-size: 10px;
    font-weight: 400;
    color: #9e9e9e;
    line-height: 16px;
}
.R14_42 {
    font-size: 14px;
    font-weight: 400;
    color: #424242;
    line-height: 20px;
}
.R10_42 {
    font-size: 10px;
    font-weight: 400;
    color: #424242;
    line-height: 16px;
}
.R15_42 {
    font-size: 15px;
    font-weight: 400;
    color: #424242 !important;
    line-height: 21px;
}
.R14_42 {
    font-size: 14px;
    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;
}
.M18_pink {
    font-size: 18px;
    font-weight: 500;
    color: #f56996;
    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;
}

.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: 100%
}

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

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

.mrgright {
    margin-right: 20px;
}

.mrgtop {
    margin-top: 5px;
}

.right {
    float: right;
}

.left {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user_icon {
    color: #fff;
}

/* logged in dropdown */

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

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

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

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

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

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

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

@media screen and (min-width:768px) and (max-width:1023px) {
    .qa-container,
    .question-details-container {
        width: 100%
    }
    .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
    }
    #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;
    /*position: fixed;*/
}

.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;
}
/*.questionLeft {
    width: 64%;
    overflow: hidden;
}*/
@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: 2;
    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{
    background-color: #9e9e9e !important;
}

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

/*feature css starts*/

/* advertise */

.posforclose{
    overflow: hidden;
}
.answers, .title {
    border : none;
}
.mobile_bannerimg,.callus
{
    display: none;
}
.mbl_swiper{
    display: none;
}
.loader-overlay-trans {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0);
    z-index: 9999
}

.qa-container {
    width: 100% !important;
}

.title, .Menu_bar{
    width: 1024px;
    margin: 0 auto;
}

.questionLeft {
    width: 100%;
}
/*
.questionLeftNew.fl {
    width: 100%
}*/

.dropdown-arrow{
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
    margin-left: 10px;
    display: inline-block;
}
.header-top-dropdown{
    list-style: none;
    width: 156px;
    position: absolute;
    display: none;
    right: 0;
    background: #fff!important;
    /*z-index: 2;*/
    border: 1px solid #ddd;
    box-shadow: 3px 2px 3px #888!important;
    top: 31px;
}
.header-top-dropdown li{
    margin: 0;
}
.header-top-dropdown li a{
    color: #000;
    display: block;
    padding-left: 10px;
    line-height: unset;
    
}
.header-top-dropdown li:hover {
    cursor: pointer;
    background: #ececec;
}
.td-header-sp-top-menu .user_info{
    line-height: 31px;
}
.td-header-sp-top-menu{
    position: relative;
}

.Advertise_con {
    /*overflow: scroll;*/
}

.Advertise_con .Menu_bar{
    overflow: hidden;
    padding: 25px 0 22px 0;

}
.Advertise_con .Menu_bar .Menulist:last-child , .Advertise_con .Menu_bar .MenulistR:last-child {
        margin-right: 0!important;
}
.Advertise_con .Menu_bar .Menulist{
    /*background-color: #7f7f99; padding: 15px 0 15px 0;*/
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    padding: 10px 0;
    margin-right: 85px
}
.MenulistR{
    margin-right: 85px;
    /*padding: 10px 0 10px 0;*/     padding: 10px 25px 10px 25px;
    text-align: center;
    width: auto;
    border-radius: 50px;
    cursor: pointer;
    background-color: #7f7f99;
}
.Advertise_con .Menu_bar .Menulist .Menubartext{

}
.Advertise_con .Menu_bar .isSelected{
    background-color: #7f7f99;
    color : #fff;
}
.Advertise_con .topbanner{
    width: 100%;
    background: url(../images/banner-bg-pink.jpg) repeat 0 0;
    /*background-size: cover;*/
    height: 100%;

}
.topbanner .topbannerimage{
    width: 994px;
    margin: 0 auto;
}
.topbanner img, .circleimg img, .popimg img{
    width: 100%;
    height: 100%;
}
.circleimg .image{
    position: absolute;
    top: 56%;
    left: 55%;
    width: 105px;
    height: 105px;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
/*    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }*/
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
/*     from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }*/
}
@keyframes spin { 
    100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } 
/*    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }*/
}


.Advertise_con .numberTitle{
    margin-top: 40px;
}
.Advertise_con .numberTitle .ntext1{
    width: 393px;
    margin: 0 auto
}
.Advertise_con .numberTitle .ntext2{
    width: 280px;
    margin: 0 auto;
    /*margin-top: 20px;*/
}
.Advertise_con .numberTitle .hrline{
    width: 140px;
    height: 3px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
    background: #e35293;
}
.Advertise_con .platform{
    margin-top: 94px;
}

.Advertise_con .platformtext{
    width: 400px;
    margin: 0 auto;
}
.Advertise_con .platform .hrline{
    width: 140px;
    height: 3px;
    margin: 0 auto;
    margin-top: 24px;
    /*margin-bottom: 50px;*/
    background: #e35293;
}
.Advertise_con .circlejoin{
    width: 1209px;
    margin: 0 auto;
    /*margin-bottom: 94px;*/
    padding-left: 300px;
    overflow: hidden;
    /*width: 100%;*/
}
.Advertise_con .circlejoin .circle_con{
    width: 71%;
    text-align: center;
}
.Advertise_con .circlejoin .circle_con .singlecirclediv{
    overflow: hidden;
    margin-right: 120px;
    width: 123px;
}
.singlecirclediv:nth-child(4){
    margin-left: 120px;
}
.singlecirclediv:nth-child(3), .singlecirclediv:nth-child(6){
    margin-right: 0 !important;
}
.Advertise_con .circlejoin .circle_con .circleimg{
    width: 105px;
    height: 105px;
    position: relative;
    margin: 0 auto;
}
.Advertise_con .circlejoin .circle_con .circlemidtext{
    position: absolute;
    top: 44px;
    left: 13px;
    width: 76px;
    text-align: center;
}
.Advertise_con .circlejoin .circle_con .circlemidtext2{
    position: absolute;
    top: 54px;
    left: 13px;
    width: 76px;
    font-size: 20px !important;
}
.Advertise_con .circlejoin .circle_con .lakhtext{
    top: 25px;
    line-height: 30px;
    font-size: 25px !important;
}
.Advertise_con .circlejoin .circle_con .circle_title{
    margin: 11px 0 22px 0;
    text-align: center
}
.circle_con .singlecirclediv:nth-child(4) .circle_title, .circle_con .singlecirclediv:nth-child(5) .circle_title, .circle_con .singlecirclediv:nth-child(6) .circle_title{
     margin: 16px 0 0 0 !important;
}
/*.Advertise_con .circlejoin*/ div.minicontact_con{
    position: fixed;
    top: 50%;
    right: 2%;
    z-index: 9999;
    width: 220px; /*width: 17%;*/
    padding: 24px;
    border: 1px solid #e0e0e0;
    background-color: #f5f5f5;
    border-right: none;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #666; /*box-shadow: 5px 7px #e0e0e0;*/
}

div.minicontact_con::before{
    content: "";
    margin-left: -.5em;
    box-sizing: border-box;
    border: 9px solid #f5f5f5;
    border-color: transparent transparent #f5f5f5 #f5f5f5;
    transform-origin: 0 0;
    transform: rotate(225deg);
    box-shadow: -1px 1px 0px 0px #666; /*box-shadow: -4px 3px 0px 1px #e0e0e0;*/
    float: right;
    position: absolute;
    top: 60px;
    right: -18px;
}

.minicontact_con .closebtn{
    opacity: 0.5;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 15px;
    background: none;
    line-height: 0;
    color: #757575;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.minicontact_con .minicon_heading, .minicontact_con1 .minicon_heading{

}
.minicontact_con .mininame, .minicontact_con1 .mininame{
    margin-bottom: 20px;
    margin-top: 20px;
}

.minicontact_con .mininame ::placeholder,.minicontact_con .miniemail ::placeholder,.minicontact_con .minimobile ::placeholder, .cname ::placeholder,  .cnumber ::placeholder, .cemail ::placeholder{
    color: #9e9e9e;
}


.minicontact_con .miniemail, .minicontact_con1 .miniemail{
    margin-bottom: 20px;
}
.minicontact_con .minimobile, .minicontact_con1 .minimobile{
    margin-bottom: 20px;
}

.minicontact_con .submitmini , .minicontact_con1 .submitmini{
    /*padding: 11px 15px 11px 15px;*/
    padding: 6px 15px 6px 15px;
    border: 1px solid #e35293;
    border-radius: 3px;
    text-align: center;
    background: #e35293;
    cursor: pointer;
}
.minicontact_con input[type=text]{
 padding: 3px 15px;
}
.Advertise_con .sliding_con{
    position: relative;
    width: 1024px;
    margin: 0 auto;
    /*border-top: 2px solid #e3529361;*/
    /*padding-right: 5px;*/
}
.Advertise_con .slider_parent{
    margin: 0 auto;
    overflow: hidden;
    /*padding: 0 47px 0 40px;*/
    width: 941px;
}
.Advertise_con .slider_parent .prevframe{
    width: 40px;
    height: 40px;
    position: absolute;
    float: left;
    top: 110px;
    cursor: pointer;
    left: 0;   
}


.Advertise_con .slider_parent .nextframe{
    width: 40px;
    height: 40px;
    right: -9px;
    position: absolute;
    float: right;
    top: 110px;
    cursor: pointer;
}
.Advertise_con .slider_parent .slider{
    /*width: 1585px;*/
    width: 1906px;
    overflow: hidden;
}

.Advertise_con .slider_parent .slider .slide{
    margin-right: 20px;
}
.Advertise_con .slider_parent .slider .slide:nth-child(6){
    margin-right: 0;
}
.Advertise_con .slider_parent .slider .slide .slideimg{
    width: 301px;
}
.slider_parent ul li{
    margin-left: 0;
}
.Advertise_con .brand_con{
    margin: 0px 0 70px 0;
    background: url(../images/brand-solution-bg.jpg) no-repeat 0 0;
    background-size: cover;
    height: 100%;
    padding: 66px 0 90px 0;
}
.brand_con .hrline{
    width: 140px;
    height: 3px;
    margin: 0 auto;
    margin-top: 14px;
    margin-bottom: 60px;
    background: #e35293;
}
.Advertise_con .brand_con .brand_sol{
    width: 287px;
    margin: 0 auto;
}
.Advertise_con .brand_con .solution_con{
    /*width: 1024px;*/
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
}
.brand_con .solution_con .brand_sol_div{
    padding: 25px;
    border: 1px solid #e0e0e0;
    background: #fff;
    /*width: 241px;*/
    width: 260px;
    text-align: center;
    height: 225px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
}
.solution_con .brand_sol_div:nth-child(4), .solution_con .brand_sol_div:nth-child(8){
     margin-right: 0 !important;
}
.solution_con .brand_sol_div:nth-child(5), .solution_con .brand_sol_div:nth-child(6), .solution_con .brand_sol_div:nth-child(7), .solution_con .brand_sol_div:nth-child(8) {
     margin-bottom: 0 !important;
}
.brand_sol_div .bs_mrg1{
    margin-top: 28px;
}
.brand_sol_div .bs_mrg2{
    margin-top: 35px;
}
.brand_sol_div .bs_mrg3{
    margin-top: 38px;
}
.brand_sol_div .bs_mrg4{
    margin-top: 35px;
}
.brand_sol_div .bs_mrg5{
    margin-top: 24px;
}
.brand_sol_div .bs_mrg6{
    margin-top: 30px;
}
.brand_sol_div .bs_mrg7{
    margin-top: 15px;
}
.brand_sol_div .bs_mrg8{
    margin-top: 24px;
}
.brand_con .solution_con .brand_sol_div .brand_title{
     margin-bottom:15px;
}

.brand_con .solution_con .brand_sol_div .brand_data{

}

.Advertise_con .casestudy_con{
    margin-bottom: 90px;
}
.casestudy_con .casetitle{
    width: 237px;
    margin: 0 auto;
}
.casestudy_con .hrline{
    width: 140px;
    height: 3px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
    background: #e35293;
}

.casestudy_con .caseslider_parent{
    width: 1024px;
    margin: 0 auto;
    position: relative;
    height: 306px;
}
.caseslider_parent .caseslider{
    width: 2500px;
}
.caseslider_parent .caseslider .caseslide{

}
.caseslider_parent .caseslider .caseslide .caseslideimg{
    width: 770px;
    height: 306px;
}
.caseslider_parent .nextframe{
    position: absolute;
    float: right;
    right: 0;
    top: 120px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.caseslider_parent .prevframe{
    position: absolute;
    float: left;
    left: 0;
    top: 120px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.Advertise_con .winning_brand_con{
    padding: 70px 0 63px 0;
    background: #f5f5f5;
}

.winning_brand_con .win_title{
    width: 652px;
    margin: 0 auto;
}
.winning_brand_con .hrline{
    width: 140px;
    height: 3px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
    background: #e35293;
}
.winning_brand_con .win_brand_img{

}


.tech-slideshow {
  height: 313px;
  /*max-width: 800px;*/
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  height: 200px;
  width: 5000px;
  background: url(../images/logo-strip.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
  background-size: auto 313px;
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 60s linear infinite;
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 60s linear infinite;
}
.tech-slideshow:hover .mover-2 {
  /*opacity: 1;*/
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}

.Advertise_con .adv_query_con{
    margin-top: 70px;
    margin-bottom: 50px;
    overflow: hidden;
}
.adv_query_con .querytitle{
    width: 595px;
    margin: 0 auto;
}
.adv_query_con .hrline{
    width: 140px;
    height: 3px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
    background: #e35293;
}
.adv_query_con .query_ul{
    /* width: 900px; */
    width: 451px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.adv_query_con .query_li{
    width: 430px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    border-radius: 2px;
    margin-right: 20px;
}
.query_li .profile_pic{
    width: 215px;
    height: 215px;
    margin: 0 auto;
    padding: 20px;
}
.query_li .profile_info{
    padding: 40px 0 0 0;
    overflow: hidden;
}

.profile_info .pro_name{
    margin-bottom: 10px;
}
.profile_info .post{
    margin-bottom: 27px;
}
.profile_info .mobilecont{
    overflow: hidden;
    margin-bottom: 13px;
}
.profile_info .mbl_icon{
    margin-right: 10px;
    font-size: 18px;
    color: #e1387b;
}

.profile_info .email_icon{
    margin-right: 10px;
    font-size: 18px;
     height: 18px;
    color: #e1387b;
}
.end_contact_con{
    overflow: hidden;
    padding: 70px 0 40px 0;
    background: #f5f5f5;
}
.end_contact_con .end_heading{
    width: 745px;
    margin: 0 auto;
}
.end_contact_con .hrline{
    width: 140px;
    height: 3px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 59px;
    background: #e35293;
}
.end_contact_con .cont_div{
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}
.end_contact_con .cont_div .cname{
    width: 26%;
    margin-right: 19px;
    /*border: 1px solid #e0e0e0;*/
    position: relative;
}
.end_contact_con .cont_div .cnumber{
    width: 26%;
    margin-right: 22px;
    /*border: 1px solid #e0e0e0;*/
    position: relative;
}
.end_contact_con .cont_div .cemail{
    width: 26%;
    margin-right: 22px;
    /*border: 1px solid #e0e0e0;*/
    position: relative;
}
.cont_div .con_icon,
.cnumber .mobile_icon,
.cemail .email_icon{
    font-size: 20px;
    height: 20px;
    color: #e1387b;
    position: absolute;
    top: 15px;
    right: 19px;
}

.cname .inputcss,  .cnumber .inputcss, .cemail .inputcss{
    padding: 14px 40px 13px 20px;
    border-radius: 3px;
    height: auto;
    border: 1px solid #e1e1e1;
}
.end_contact_con .submitbtn{
    /*border: 1px solid #e35293;*/
    padding: 13px 15px 12px 15px;
    border-radius: 3px;
    text-align: center;
    line-height: 26px;
    background: #e35293;
    width: 15%;
    cursor: pointer;
}

.study-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 9999;
    overflow: hidden;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.conclosehelp{
    width: 5150px; /*width: 3042px;*/
}
.maxpop{
    border-radius: 4px;
    overflow: hidden;
    width: 1014px;
    margin: 0 auto;
    height: 585px;
    top: 7%;
    margin-top: 3%;
}
.study-overlay  .prevframe{
    width: 40px;
    height: 40px;
    position: absolute;
    float: left;
    /*top: 90px;*/
    cursor: pointer;
    /*left: 0;*/
    top: 310px;
    left: 50px;
}
.study-overlay .nextframe{
    width: 40px;
    height: 40px;
    /*right: 0;*/
    position: absolute;
    float: right;
    /*top: 90px;*/
    cursor: pointer;
    top: 310px;
    right: 50px
}
.study-popup, .study-popup1 {
    width: 1014px;
    /*position: fixed;*/
    padding: 10px;
    /*top: 7%;*/
    /*left: 11%;*/
    background-color: #fff;
    border-radius: 3px;
    /*height: 550px;*/
    height: 590px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.study-popup1{
    width: 1014px;
    position: fixed;
    padding: 10px;
    top: 7%;
    left: 11%;
    background-color: #fff;
    border-radius: 3px;
    height: 550px;
    overflow: hidden;
    overflow-y: auto;
}
.pop_container{
    /*position: relative;*/
}
.pop_container .popimg{
    width: 994px;
    height: 399px;
    margin-bottom: 30px;
}
.pop_container .poptitle{
    margin-bottom: 26px;
    overflow: hidden;
    padding: 0 11px 0 11px;
}
.pop_container .poptitle .poptitle1{
    margin-right: 10px;
}
.pop_container .poptitle .poptitle2{

}
.pop_container .popinfo{
    padding: 0 12px 0 12px;
    margin-bottom: 13px;
}
.pop_container .readmore{
    padding: 0 11px 0 11px;
    margin-bottom: 10px;
    cursor: pointer;
}
.pop_container .readless{
     display: none;
     padding: 0 11px 0 11px;
    margin-bottom: 10px;
    cursor: pointer;
}
.pop_container .cropTip{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
}
/*.pop_container*/ .close{
    position: absolute;
    right: 16px;
    top: 9px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    /* top: 0px; */
    line-height: 34px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.closeDesktop{
    color: #9e9e9e;
    width: 28px;
    height: 29px;
    /*padding: 1px;*/
    margin-right: 0;
    position: absolute;
    /*width: 30px;*/
    /*height: 30px;*/
    text-align: center;
    border-radius: 50%;
    background: #fff;
    line-height: 34px;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    /*right: 158px;*/
    /*top: 60px;*/
    z-index: 9999;
    right: 12px;
    top: 12px;
}
.plzclose{
    position: relative;
    overflow: hidden;
}



/*swiper css*/
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.casestudy_con .slideshow-container{
    width: 1024px;
    margin: 0 auto;
    position: relative;
    height: 306px;
}

.swiper-main {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0
}

.swiper-container {
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%
}
.swiper-wrapper {
    left: -255px;
    margin: 0 auto;
}
.swiper-slide {
    visibility: hidden;
}

.swiper-slide img {
    height: 100%!important;
    width: 100%!important;
    border-radius: 5px
}
/*.swiper-slide.swiper-slide-active {
        width: auto !important;
}*/
.swiper-slide.swiper-slide-active,
.swiper-slide.swiper-slide-prev,
.swiper-slide.swiper-slide-next {
    visibility: visible;
}

.swiper-slide.swiper-slide-active img {
    opacity: 1!important
}


.swiper-slide.swiper-slide-prev {
    left:120px;
    opacity: 0.5;
}

.swiper-slide.swiper-slide-next {
    right:120px;
    opacity: 0.5;
}


.swiper-image{
    width: 770px;
    height: 306px;
    position: relative;
}
.eye{
    position: absolute;
    top: 110px;
    left: 340px;
    cursor: pointer;
    width: 77px;
    height: 77px;
}

.slideshow-container .nextframe{
    position: absolute;
    float: right;
    right: -5px;
    top: 120px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 2;
    outline: 0;
}
.slideshow-container .prevframe{
    position: absolute;
    float: left;
    left: 0;
    top: 120px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 2;
    outline: 0;
}

@media (max-width: 350px) {
    .qa-container h1{
        font-size: 18px !important;
    }
    .mobile_bannerimg .callus{
        top: 81%;
    }
    .Advertise_con .numberTitle .ntext1{
        width: 294px !important;
    }
    .Advertise_con .numberTitle .ntext2{
        /*margin-top: 15px;*/
    }
    .Advertise_con .slider_parent .slider{
        width: 1565px !important; /*width: 1932px !important;*/
    }
    .slideshow-container .mobile_case_img_con{
        /*padding: 0 15px 0 15px !important;*/
        width: 1496px !important; /*width: 2193px !important;*/
    }
    .mbl_swiper .mbl_swiper-image{
        /*width: 280px;*/
        width: 270px !important;
        margin-right: 15px;
    }
    .adv_query_con .query_li{
        width: 40%;
        margin-left: 15px;
        margin-right: 10px;
    }
    .end_contact_con .cont_div{
        width: 287px !important;
    }
    .study-popup1{
        height: 330px;
        left: 13%;
    }
    
    .study-popup{
            width: 260px !important;
    }
    .maxpop{
        width: 100%;
        padding-left: 20px;
        height: 590px;
        overflow-x: scroll;
        top: 11%;
        margin-top: 42px;
    }
    .study-popup1{
        left: 14% !important;
    }
   
    .conclosehelp{
        overflow: hidden;
        width: 1400px !important;
    }
    .study-popup .pop_container .popimg{
        width: 260px !important;
        height: 250px;
    }
    .study-popup .pop_container{
        height: 468px;
    }
    .study-popup .pop_container .poptitle .poptitle2{
        width: 85% !important
    }
    .pop_container .poptitle .poptitle1{
        margin-right: 11px;
    }
    .adv_query_con .query_li{
        width: 44%;
        margin-left: 15px;
        margin-right: 15px;
    }
    .adv_query_con .query_ul{
        /* width: 579px !important; */
        width: 265px;
    }
}


@media (max-width:767px) {
    .tech-slideshow{
        height: 216px;
    }
    .tech-slideshow > div{
        background-size: auto 213px;
    }
    .study-overlay .nextprevdiv {
        position: unset !important;
        width: 100%;
        height: 543px;
    }
    .questionLeft {
        width: 100%;
        min-width: 320px;
    }
    .registrationRight {
        display: none;
    }
    .qa-container {
        /*padding-top: 54px;*/
        width: 100%;
        /*background: #eee;*/
    }
    .collHeading {
        width: 60%;
    }
    .title {
        background: #fff;
    }
    .mobile_header {
        display: block;
        /*z-index: 1;*/
    }
    .desktop_header {
        display: none;
    }
    .Advertise_con {
        overflow: hidden;
    }

    .Advertise_con .menubarparent{
        overflow-x: scroll;
    }
    .qa-container h1{
        font-size: 20px;
    }
    .Advertise_con .Menu_bar{
        padding: 20px 0 11px 0;        /*width: 886px;*/
        width: 625px;
        margin-left: 10px;
    }
    .Advertise_con .Menu_bar .Menulist .Menubartext{
        font-size: 12px !important;
    }
    .Advertise_con .Menu_bar .Menulist{
         margin-right: 35px; /*width: 120px;*/
         padding: 8px 0 8px 0;
    }
    .MenulistR{
        margin-right: 35px;
       padding:8px 20px 8px 20px;/*padding: 8px 0 8px 0; width: 120px;*/
    }
    .MenulistR .Menubartext{
        font-size: 12px !important;
    }
    .Advertise_con .numberTitle .ntext1{
        font-size: 25px !important;
        line-height: 30px !important;
        text-align: center;
        font-weight: 500;
        width: 293px;
    }
    .Advertise_con .numberTitle .ntext2{
        font-size: 25px !important;
        line-height: 30px !important;
        text-align: center;
        font-weight: 500;
    }

    .Advertise_con .platform {
        margin-top: 0;
    }
    .Advertise_con .circlejoin{
        overflow-x: scroll;
        margin-bottom: 30px;
        padding-left: 12px;
        width: 100%;
    }
    .Advertise_con .circlejoin .circle_con{
            width: 715px;/*width: 860px;*/

    }
    .Advertise_con .circlejoin .circle_con .singlecirclediv{
        margin-right: 20px;
        width: 123px;
    }
    .singlecirclediv:nth-child(3), .singlecirclediv:nth-child(6){
        margin-right: 20px !important; 
    }
    .singlecirclediv:nth-child(4){
        margin-left: 0;
    }
    .Advertise_con .numberTitle .hrline{
        margin-top: 10px;
        margin-bottom: 45px;
        width: 80px;
    }
    .Advertise_con .platformtext{
        font-size: 25px !important;
        line-height: 30px !important;
        text-align: center;
        font-weight: 500;
        width: 100%;
    }
    .Advertise_con .slider_parent{
        overflow-x: scroll;
        margin-left: 10px;
        width: 100%;
    }
    .Advertise_con .slider_parent .slider{
        /*width: 1305px;*/
        width: 1565px;

    }
    .Advertise_con .slider_parent .slider .slide{
        margin-right: 7px;
    }
    .Advertise_con .slider_parent .slider .slide .slideimg{
        /*width: 240px;*/
        width: 252px;
        height: 195px;
    }
    .Advertise_con .brand_con{
        margin: 30px 0 35px 0;
    }
    .Advertise_con .sliding_con{
        border:none;
        width: 100%;
    }
    .Advertise_con .platform .hrline{
        margin-bottom: 10px;
        margin-top: 10px;
        width: 80px;
    }
    .Advertise_con .brand_con .brand_sol{
        font-size: 25px !important;
        line-height: 30px !important;
        text-align: center;
        font-weight: 500;
        width: 100%;
    }
    .brandsol_parent{
        overflow-x: scroll;
    }
    .solution_con .brand_sol_div:nth-child(4), .solution_con .brand_sol_div:nth-child(8){
        margin-right: 20px !important;
    }
    .Advertise_con .brand_con .solution_con{
          /*width: 2110px;*/
              width: 2300px;
    }
    .brand_con .solution_con .brand_sol_div{
        height: 201px;
        width: 265px;        /*height: 243px; width: 241px;*/
    }
    .solution_con .brand_sol_div:nth-child(1){
        margin-left: 20px;
    }
    .Advertise_con .brand_con{
        padding: 30px 0 40px 0;
    }
    .brand_con .hrline, .casestudy_con .hrline{
            margin-bottom: 30px;
            margin-top: 10px;
            width: 80px;
    }
    .casestudy_con .casetitle {
        font-size: 25px !important;
        line-height: 30px !important;
        text-align: center;
        font-weight: 500;
        width: 100%;
    }
    .winning_brand_con .win_title{
        font-size: 25px !important;
        line-height: 30px !important;
        text-align: center;
        font-weight: 500;
        width: 100%;
        /*line-height: 36px !important;*/
    }
    .Advertise_con .winning_brand_con{
        padding: 30px 0 30px 0;
    }
    .Advertise_con .adv_query_con{
        margin-top: 40px;
    }
    .adv_query_con .querytitle{
        font-size: 25px !important;
        line-height: 30px !important;
        text-align: center;
        font-weight: 500;
        width: 99%;
        /*line-height: 36px !important;*/
    }
    .winning_brand_con .hrline{
        width: 80px;
        margin-bottom: 40px;
        margin-top: 10px;
    }
    .query_li .profile_pic, .query_li .profile_info{
            float: none;
    }
    .query_li .profile_pic{
        padding: 20px 20px 0 20px;
    }
    .query_li .profile_pic img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .adv_query_con .query_li{
        width: 264px;
        margin-left: 20px;
        margin-right: 15px;
    }
    .adv_query_con .query_li:last-child {
        margin-left: 0;
    }
    .query_li .profile_info{
        text-align: center;
        padding: 20px 10px 20px 10px;
    }
    .profile_info .mobilecont{
        /*padding: 0 29px 0 29px;*/
        width: 135px;
        margin: 0 auto;
    }
    .adv_query_con .queryparent{
        overflow-x: scroll;
    }
    .adv_query_con .query_ul{
        width: 583px;
        width: 265px;
    }
    .profile_info .emailcont{
        /*margin-top: 20px;*/
         width: 198px;
        overflow: hidden;
        margin: 0 auto;
    }

    .profile_info .post{
        margin-bottom: 15px;
    }
 
    .profile_info .email_icon, .profile_info .email_id{
        margin-top: 15px;
    }
    .adv_query_con .hrline{
        width: 80px;
        margin-bottom: 40px;
        margin-top: 10px;
    }
    .end_contact_con .end_heading{
        font-size: 25px !important;
        line-height: 30px !important;
        text-align: center;
        font-weight: 500;
        width: 100%;
    }
    .end_contact_con .hrline{
        margin-bottom: 30px;
        margin-top: 10px;
        width: 80px;
    }
    .end_contact_con{
        padding: 40px 0 20px 0;
    }
    .end_contact_con .cont_div{
        width: 320px;
    }
    .end_contact_con .cont_div .cname, .end_contact_con .cont_div .cnumber, .end_contact_con .cont_div .cemail, .end_contact_con .submitbtn{
        float: none !important; 
        width: 100%;
        margin-bottom: 20px;
    }
    

    .Advertise_con .casestudy_con{
        margin-bottom: 50px;

    }
      .desk_bannerimg {
        display: none;
      }
      .mobile_bannerimg,.callus {
        display: block;
      }
      .minicontact_con1
      {
         /*display: block !important;*/
          width: 100%;

      }
    .Advertise_con .mobile_bannerimg{
        width: 100%;
        /*height: 356px;*/
    }
     .mobile_bannerimg .callus{
        top: 81%;
        right: 1%;
        position: fixed;
        width: 50px;
        height: 50px;
        z-index: 9999;
    }
    .study-popup1 {
    padding: 15px;
    width: 232px;    /* height: 318px; */
    height: 267px;
    left: 18%;
    top: 22%;
    border: 1px solid #e0e0e0;
    background-color: #f5f5f5;
    border-radius: 4px;
       
    }
    .study-popup1 .minicontact_con1 .mininame ::-webkit-input-placeholder,.study-popup1 .minicontact_con1 .miniemail ::-webkit-input-placeholder,.study-popup1 .minicontact_con1 .minimobile ::-webkit-input-placeholder, .cname ::placeholder,  .cnumber ::-webkit-input-placeholder, .cemail ::-webkit-input-placeholder{
         font-size: 12px !important;
    }

    .minicontact_con1 .minicon_heading{
        font-weight: 500 !important;
        line-height: 18px;
    }
    .casestudy_con .slideshow-container{
        overflow: hidden;
        overflow-x: scroll;
        position: unset;
        height: 248px;
        width: 100%;
    }

    .mbl_swiper{

    }
    .mbl_swiper .mbl_swiper-image{
        width: 285px;
        margin-right: 25px;
        position: relative;
    }
    .mbl_swiper .mbl_swiper-image img{
        width: 100%;

    }
    .mbl_swiper-image .eye{
        top: 92px;
        left: 111px;
        position: absolute;
        width: 60px;
        height: 60px;
    }

    .slideshow-container .mobile_case_img_con{
        overflow-x: scroll;
        width: 1570px;
        padding: 0 0 0 20px;
        overflow-y: hidden;
    }
    .study-popup{
        width: 300px;        /*width: 275px;*/
        height: 543px;
        background: none;
        padding: 0;
        position: unset;
        margin: 17px auto;
        margin-right: 20px;
    }

    .maxpop{
        width: 100%;
        padding-left: 20px;
        /*width: 326px;*/
        height: 543px;
        /*margin: 0 auto;*/
        overflow-x: scroll;
        margin-top:42px;
    }
   
     .conclosehelp{
        overflow: hidden;
        width: 1600px; /*width: 1180px;*/
    }
    /*.pop_container*/ .close{
        float: right;
        margin-bottom: 10px;
        background: none;
        color: #fff;
    }
    .study-popup .pop_container{
        background: #fff;
        overflow: hidden;
        border-radius: 3px;
        position: unset;
        height: 464px; /*height: 503px;*/
        overflow-y: scroll;
    }
    .study-popup .pop_container .popimg{
        width: 300px;
        height: 256px;        /*width: 275px;    height: 285px;*/
        margin-bottom: 25px;
    }
    .study-popup .pop_container .cropTip{
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
            height: 60px;
    }
    .study-popup .pop_container .poptitle{
        margin-bottom: 15px;
        padding: 0 22px 0 22px;
    }
    .study-popup .pop_container .poptitle .poptitle1{
        font-size: 18px;
        font-weight: 500;
    }
    .study-popup .pop_container .poptitle .poptitle2{
        font-size: 18px;
        width: 87%;
        font-weight: 500;
        line-height: 24px;
    }
    .study-popup .pop_container .popinfo{
        padding: 0 22px 0 22px;
        margin-bottom: 10px;
    }
    .study-popup .pop_container .readmore{
            margin-bottom: 30px;
            padding: 0 22px 0 22px;
    }
    .study-popup .pop_container .readless{
            margin-bottom: 25px;
            padding: 0 22px 0 22px;
    }
    input[type=text], input[type=url], input[type=tel], input[type=email]{
        font-size: 12px !important;
        color: #444 !important;
    }
    input:-webkit-autofill{
        color: #444 !important;
    }
    .Advertise_con .topbanner{
        overflow: hidden;
        background: none;
    }
    .Advertise_con .numberTitle{
        margin-top: 20px;
    }
    .brand_sol_div .bs_mrg4 {
        margin-top: 22px;
    }
    .brand_sol_div .bs_mrg8 {
        margin-top: 11px;
    }
    .brand_sol_div .bs_mrg1 {
        margin-top: 10px;
    }
    .brand_sol_div .bs_mrg3 {
        margin-top: 23px;
    }
    .brand_sol_div .bs_mrg2 {
        margin-top: 22px;
    }
    .brand_sol_div .bs_mrg5 {
        margin-top: 11px;
    }
    .brand_sol_div .bs_mrg6 {
        margin-top: 13px;
    }
    .brand_sol_div .bs_mrg7 {
        margin-top: 0px;
    }
}

@media (min-width: 767px) {


    .tech-slideshow .mover-1 img{
        height: 100%;
    }
    .mobsearch_input {
        display: none;
    }
    .desktitle {
        display: inline-block;
        width: 90%;
        margin-bottom: 0;
    }
    .search_header {
        padding: 10px;
        background: #fff;
        overflow: hidden;
        margin-top: 10px;
    }
    .desksearch_input {
        float: left;
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
    }
    .finder_block .search_container .desksearch_input .search_here {
        width: 91%;
        float: left;
        margin-left: 10px;
        padding: 3px 0 6px 10px;
    }
    .finder_block .icon {
        color: #9e9e9e;
    }
    #myInputdesk::placeholder,
    #myInputdesk {
        color: #424242;
        width: 94%;
        margin-left: 10px;
    }
    .mobile_header {
        display: none;
    }
    .desktop_header {
        display: block;
    }
}

@media (min-width: 400px) and (max-width:766px) {
    .Advertise_con .circlejoin .circle_con{
        width: 924px;
    }
    .Advertise_con .circlejoin .circle_con .singlecirclediv{
        margin-right: 31px;
        width: 124px;

    }
    .singlecirclediv:nth-child(3){
        margin-right: 31px !important; 
    }
    .singlecirclediv:nth-child(6){
        margin-right: 25px !important; 
    }
    .Advertise_con .circlejoin .circle_con .circleimg{
        width: 115px;
        height: 115px;
    }
    .circleimg .image{
        width: 115px;
        height: 115px;
        top: 55%;
        left: 52%;
    }
    .Advertise_con .circlejoin .circle_con .circlemidtext{
        top: 52px;
        left: 16px;
    }
    .Advertise_con .circlejoin .circle_con .lakhtext{
        top: 36px;
    }
    .Advertise_con .circlejoin .circle_con .circlemidtext2{
        top: 64px;
        left: 20px;
    }
    .study-popup1{
        left: 22%;
        top: 24%;
    }
    .end_contact_con .cont_div {
        width: 355px;
    }
}


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

.R40_21{
    font-size: 40px !important;
    font-weight: 500;
    color: #212121;
    line-height: 31px !important;
}

.B40_21{
    font-size: 40px !important;
    font-weight: 700;
    color: #212121;
    line-height: 40px !important;
}

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

.R15_white {
    font-size: 15px !important;
    font-weight: 400;
    color: #ffffff !important;
    line-height: 22px;
}

.R12_white {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 18px;
}

.B19_9e {
    font-size: 19px;
    font-weight: 700;
    color: #9e9e9e !important;
    line-height: 27px;
}

.M19_white {
    font-size: 19px !important;
    font-weight: 500;
    color: #ffffff;
    line-height: 27px;
}

.M30_42{
    font-size: 30px !important;
    font-weight: 500;
    color: #424242;
    line-height: 21px;
}
.M25_42{
    font-size: 25px !important;
    font-weight: 500;
    color: #424242;
    line-height: 21px;
}

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

.M18_orange {
    font-size: 18px;
    font-weight: 500;
    color: #ff7043 !important;
    line-height: 25px;
}

.M18_link {
    font-size: 18px;
    font-weight: 500;
    color: #2979ff;
    line-height: 25px;
}

.R18_red {
    font-size: 18px;
    font-weight: 400;
    color: #e53935;
    line-height: 25px;
}

.B18_21 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #212121 !important;
    line-height: 25px;
}
.B18_42 {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #424242 !important;
    line-height: 25px;
}

.M17_42 {
    font-size: 17px;
    font-weight: 500;
    color: #424242;
    line-height: 24px;
}

.M17_9e {
    font-size: 17px;
    font-weight: 500;
    color: #9e9e9e;
    line-height: 24px;
}

.B17_42 {
    font-size: 17px;
    font-weight: 700;
    color: #424242;
    line-height: 24px;
}

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

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

.B16_21 {
    font-size: 16px;
    font-weight: 700;
    color: #212121;
    line-height: 22px;
}

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

.B16_link {
    font-size: 16px;
    font-weight: 700;
    color: #2979ff;
    line-height: 22px;
}

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

.B16_white {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 22px;
}

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

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

.M15_75 {
    font-size: 15px;
    font-weight: 500;
    color: #757575;
    line-height: 21px;
}

.B15_42 {
    font-size: 15px;
    font-weight: 700;
    color: #424242;
    line-height: 21px;
}

.M15_42 {
    font-size: 15px;
    font-weight: 500;
    color: #424242;
    line-height: 21px;
}

.R15_red {
    font-size: 15px;
    font-weight: 400;
    color: #e53935;
    line-height: 21px;
}

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

.R14_link {
    font-size: 14px;
    font-weight: 400;
    color: #2979ff;
    line-height: 20px;
}

.M14_orange {
    font-size: 14px;
    font-weight: 500;
    color: #ff7043;
    line-height: 20px;
}
.M14_pink{
    
    font-size: 14px;
    font-weight: 500;
    color: #e1387b;
    line-height: 20px;
}
.M14_pink1{
    
    font-size: 14px;
    font-weight: 500;
    color: #e35293;
    line-height: 20px;
}

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

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

.B14_42 {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #424242;
    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;
}

.B14_link {
    font-size: 14px;
    font-weight: 700;
    color: #2979ff !important;
    line-height: 20px;
}

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

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

.B40_white {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    line-height: 40px;
}

.R13_42 {
    font-size: 13px;
    font-weight: 400;
    color: #424242;
    line-height: 18px;
}

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

.R13_fc {
    font-size: 13px;
    font-weight: 400;
    color: #fc88af;
    line-height: 18px;
}

.B13_42 {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #424242;
    line-height: 18px;
}

.L13_42 {
    font-size: 13px;
    font-weight: 300;
    color: #424242;
    line-height: 18px;
}

.R13_orange {
    font-size: 13px;
    font-weight: 400;
    color: #ff7043;
    line-height: 18px;
}

.R13_75 {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #757575 !important;
    line-height: 18px;
}

.B13_white {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    line-height: 18px;
}

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

.R12_75 {
    font-size: 12px !important;
    font-weight: 400;
    color: #757575 !important;
    line-height: 17px;
}

.L12_61 {
    font-size: 12px !important;
    font-weight: 300;
    color: #616161;
    line-height: 17px;
}

.R12_42 {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #424242 !important;
    line-height: 17px;
}

.R12_61 {
    font-size: 12px !important;
    font-weight: 400;
    color: #616161;
    line-height: 17px;
}

.R12_red {
    font-size: 12px;
    font-weight: 400;
    color: #e53935;
    line-height: 17px;
}

.R12_orange {
    font-size: 12px !important;
    font-weight: 400;
    color: #ff7043 !important;
    line-height: 17px;
}

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

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

.R11_61 {
    font-size: 11px;
    font-weight: 400;
    color: #616161;
    line-height: 16px;
}

.M11_75 {
    font-size: 11px !important;
    font-weight: 500;
    color: #757575;
    line-height: 16px;
}

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

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

.L10_red {
    font-size: 10px !important;
    font-weight: 300;
    color: #e53935;
    line-height: 14px;
}

.L10_61 {
    font-size: 10px !important;
    font-weight: 300;
    color: #616161 !important;
    line-height: 14px !important;
}

.R10_orange {
    font-size: 10px !important;
    font-weight: 400;
    color: #ff7043 !important;
    line-height: 14px;
}

.M10_75 {
    font-size: 10px !important;
    font-weight: 500;
    color: #757575;
    line-height: 14px;
}

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

.tags_Left_1 {
    font-size: 10px;
    font-weight: 300;
    color: #e53935;
    border: 1px solid #e0e0e0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #ffffff;
    padding: 4px 4px 2px 3px;
}

.tags {
    font-size: 10px !important;
    font-weight: 300;
    color: #616161 !important;
    border: 1px solid #e0e0e0 !important;
    background-color: #ffffff;
    padding: 2px 4px 0 3px !important;
}

.dividerline {
    border-top: 1px solid #e0e0e0;
}

.add-to-cart {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    background: #ff7043;
    padding: 7px 7px 4px;
}

.add-cart-left-1 {
    font-size: 11px;
    font-weight: 400;
    color: #e53935;
}

.cart-tags {
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #616161 !important;
    border: 1px solid #e0e0e0 !important;
    padding: 1px 4px 1px 3px !important;
    background-color: #ffffff;
}

.cart-count {
    font-size: 10px !important;
    font-weight: 400;
    color: #424242 !important;
    padding: 4px 2px 3px !important;
    border-radius: 3px !important;
}

.B22_42 {
    font-size: 22px;
    font-weight: 700;
    color: #424242;
}

.R18_42 {
    font-size: 18px;
    font-weight: 400;
    color: #424242;
}

.B24_42 {
    font-size: 24px;
    font-weight: 700;
    color: #424242;
}
.B30_21{
    font-size: 30px;
    font-weight: 700;
    color: #212121;
    line-height: 32px;
}
.B30_9e{
    font-size: 30px;
    font-weight: 700;
    color: #9e9e9e;
    line-height: 28px;
}

.B20_white {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.B28_42 {
    font-size: 28px;
    font-weight: 700;
    color: #424242;
    line-height: 38px;
}

.B20_42 {
    font-size: 20px;
    font-weight: 700;
    color: #424242;
    line-height: 38px;
}

.R20_green {
    font-size: 20px;
    font-weight: 400;
    color: #7bc342;
    line-height: 28px;
}

.M15_61 {
    font-size: 15px;
    font-weight: 500;
    color: #616161;
    line-height: 21px;
}

.R15_green {
    font-size: 15px;
    font-weight: 400;
    color: #7bc342;
    line-height: 21px;
}

.R12_green {
    font-size: 12px;
    font-weight: 400;
    color: #7bc342;
    line-height: 17px;
}

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

.L14_74 {
    font-size: 14px;
    font-weight: 300;
    color: #747474 !important;
    line-height: 18px;
}

.M18_48 {
    font-size: 18px;
    font-weight: 500;
    color: #484848;
    line-height: 25px;
}
.R14_white {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}
.R12_link {
    font-size: 12px;
    font-weight: 400;
    color: #2979ff;
    line-height: 18px;
}
