.section-hero-subpage .hero-footer p {
    font-size: 1rem !important;
}
/*.section-content.section-relatedtopics .module-card-grid.grid-2 .card .card-body {
    padding: 20px 0 20px 0px !important;
}*/

.section-content.section-relatedtopics .card .card-image {
    width: 95px !important;
}
.theme-bgcolor-gray {
    background-color: #f1f3f4;
}
/*.swish-banner h2, .swish-banner h3, .swish-banner h4, .swish-banner h1, .swish-banner h5, .swish-banner h6 {
    text-align: center;
}*/
.swish-banner {
    text-align: left;
}
@media (max-width: 767.98px){
    .section-content.section-relatedtopics .module-card-grid.grid-2 .card .card-image {
        display: block !important;
    }
    .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
        width: 85% !important;
        z-index: 9999 !important;
    }
}

ol.ol-leftAlign {
    padding-left: 43px
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 13px;
    padding-bottom: 12px;
    border-radius: 0px 0px 0px 0px;
    background-color: white;
    list-style: none;
    padding: 5px;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    width: 22.2% ;
    z-index: 9999 !important;
}

.ui-state-active {
    background: #8080801f !important;
    cursor: pointer !important;
}

.clsESTextbox {
    height: 38px !important;
}

.clsESdiv {
    margin-bottom: 38px;
}
/*Added the bellow one to remove the video background white color */
.card-video .customIcon {
 background: none !important;
 }