.hero .heading {
    font-size: 37px;
    /*font-size: 2.25rem;*/
}
.article-heading {
    /*font-size: 33px;*/
    font-size: 26px;
    /*font-size: 2rem;*/
}
.article-heading-detail {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #00258F;
    margin-bottom: 13px;
}
.input-text.error {
    border-color: #f00;
    color: #f00;
}
label.error {
    color: #f00;
    font-size: 13px;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 15px;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-tosca {
    color: #005959;
    background-color: #b7ebe9;
    border-color: #8bbfbd;
}
.alert p {
    color: inherit;
    margin: 5px 0;
}
#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(103,181,183,0.25);
    z-index: 9999;
}
#loading::after {
    content: url(../img/loader.gif);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.thumb-vid .video-img {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.activity-card {
    min-height: 510px;
}
.activity-card > a {
    /*height: 185px;*/
    overflow: hidden;
}
.activity-card a img {
    min-height: 100%;
    width: 100%;
}
.activity-card figcaption {
    /*min-height: 325px;*/
}
.related-articles-list .activity-card {
    min-height: 350px;
}
.related-articles-list figcaption {
    min-height: 165px;
}
.related-articles-list .button {
    margin-bottom: 50px;
}
.sm-articles .activity-card {
    min-height: 365px;
}
.sm-articles .activity-card > a {
    height: 150px;
}
.sm-articles .activity-card figcaption {
    /*min-height: 215px;*/
}
.smartmom-trending .trending-topic p a {
    color: #fff;
}
.mega-menu {
    margin-left: -150px;
}
.mega-menu p {
    font-family: 'Open Sans', sans-serif;
}
.article-form-title form {
    margin-bottom: 40px;
}
.article-form-title .input-text {
    width: 85%;
}
.article-form-title .submit-btn {
    background: #ffb2d2;
    border-radius: 15px;
    color: #fff !important;
    right: 0;
    top: 65px;
    padding: 5px 20px;
}
.article-form-title .char-counter {
    right: 0;
}
.product-main h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    /*font-size: 1.5rem;*/
}
.product-main .slider-nav-icon {
    width: 80px!important;
    height: 80px;
}
.product-main .slider-nav-icon .inner {
    width: 80px!important;
    height: 80px;
}
.product-main .slider-nav-icon img {
    max-height: 100%;
}
.product-category-card.card-3 .layer-1 {
    background-image: url(../img/cat-3dimg31.png);
}
.splash-easy {
    position: absolute;
    left: 55%;
    top: 130px;
    margin-left: -80px;
}
.product-jaz {
    background: url(../img/bg-jaz1.png) no-repeat;
    background-size: 100%;
    padding-bottom: 100px;
    background-position-y: -50px;
}
.product-jaz .splash-noda {
    background: none;
}
.product-jaz .splash-noda img {
    margin-left: 175px;
    width: 370px;
}
.product-main .prod-desc-title span {
    font-family: 'Open Sans', sans-serif;
}
.product-main .prod-desc-content p {
    font-family: 'Open Sans', sans-serif;
}
.notification {
    display: none;
    top: 110%;
    margin-left: -180px;
    max-height: 350px;
    overflow: auto;
    opacity: 1;
    visibility: visible;
}
.video-thumbnail-slider .slick-track {
    display: flex;
}
.video-thumbnail-slider .slick-slide {
    height: auto;
    position: relative;
}
.video-thumbnail-slider .slick-slide .col-md-3 {
    position: unset;
}
.video-thumbnail-slider .not-slide {
    display: flex;
    flex-wrap: wrap;
}
.video-thumbnail-slider .not-slide .col-md-3 {
    flex: 0 0 25%;
    margin-bottom: 30px;
}
.thumb-vid .video-th-title {
    margin-bottom: 25px;
}
.thumb-vid .center-action {
    position: absolute;
    bottom: 0;
}
.product-category-card.card-2 .layer-3 {
    background-image: url(../img/cat-label22.png);
}
.product-category-card.card-3 .layer-2 {
    background-image: url(../img/label31.png);
}
i.iplus {
    color: #fff;
    background: #0065bd;
    border: 2px solid #022091;
    display: inline-flex;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-style: initial;
    font-weight: normal;
    font-size: 40px;
    vertical-align: middle;
}
.attacktivity .winner {
    margin: 80pt 0;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 20px 0;
    float: right;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.pagination li.active,
ul.pagination li a.active {
    background-color: #1b3d8d;
    color: white;
    border: 1px solid #1b3d8d;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 349px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.widget-scm-form{
    background: rgba(196, 226, 254, 0.2);
    border-radius: 15px;
}
.widget-scm-form h1{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #00258F;
}
.widget-scm-form form{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: unset;
    align-items: flex-end;
    border-bottom: unset;
}
.widget-scm-form form input{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.5);
}
.widget-scm-form form > div{
    flex: 1;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    margin-right: 22px;
}
.widget-scm-form form a.submit-btn,
.widget-scm-form form button.submit-btn{
    flex: 0 0 74px;
    position: relative;
    top: unset;
    border-radius: 100px;
    background: #2E9AFF;
    font-family: 'Mulish';
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    padding: 10px 15px;
}
.imgSmartMom{
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffb0cd;
    color: white;
    font-weight: bold;
}
.list-mom p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 54px;
}