
                                                                .tdb_module_header {
                                                                    width: 100%;
                                                                    padding-bottom: 0;
                                                                }

                                                                .tdb_module_header .td-module-container {
                                                                    display: flex;
                                                                    flex-direction: column;
                                                                    position: relative;
                                                                }

                                                                .tdb_module_header .td-module-container:before {
                                                                    content: "";
                                                                    position: absolute;
                                                                    bottom: 0;
                                                                    left: 0;
                                                                    width: 100%;
                                                                    height: 1px;
                                                                }

                                                                .tdb_module_header .td-image-wrap {
                                                                    display: block;
                                                                    position: relative;
                                                                    padding-bottom: 70%;
                                                                }

                                                                .tdb_module_header .td-image-container {
                                                                    position: relative;
                                                                    width: 100%;
                                                                    flex: 0 0 auto;
                                                                }

                                                                .tdb_module_header .td-module-thumb {
                                                                    margin-bottom: 0;
                                                                }

                                                                .tdb_module_header .td-module-meta-info {
                                                                    width: 100%;
                                                                    margin-bottom: 0;
                                                                    padding: 7px 0 0 0;
                                                                    z-index: 1;
                                                                    border: 0 solid #eaeaea;
                                                                    min-height: 0;
                                                                }

                                                                .tdb_module_header .entry-title {
                                                                    margin: 0;
                                                                    font-size: 13px;
                                                                    font-weight: 500;
                                                                    line-height: 18px;
                                                                }

                                                                .tdb_module_header .td-post-author-name,
                                                                .tdb_module_header .td-post-date,
                                                                .tdb_module_header .td-module-comments {
                                                                    vertical-align: text-top;
                                                                }

                                                                .tdb_module_header .td-post-author-name,
                                                                .tdb_module_header .td-post-date {
                                                                    top: 3px;
                                                                }

                                                                .tdb_module_header .td-thumb-css {
                                                                    width: 100%;
                                                                    height: 100%;
                                                                    position: absolute;
                                                                    background-size: cover;
                                                                    background-position: center center;
                                                                }

                                                                .tdb_module_header .td-category-pos-image .td-post-category:not(.td-post-extra-category),
                                                                .tdb_module_header .td-post-vid-time {
                                                                    position: absolute;
                                                                    z-index: 2;
                                                                    bottom: 0;
                                                                }

                                                                .tdb_module_header .td-category-pos-image .td-post-category:not(.td-post-extra-category) {
                                                                    left: 0;
                                                                }

                                                                .tdb_module_header .td-post-vid-time {
                                                                    right: 0;
                                                                    background-color: #000;
                                                                    padding: 3px 6px 4px;
                                                                    font-family: var(--td_default_google_font_1,
                                                                            "Open Sans",
                                                                            "Open Sans Regular",
                                                                            sans-serif);
                                                                    font-size: 10px;
                                                                    font-weight: 600;
                                                                    line-height: 1;
                                                                    color: #fff;
                                                                }

                                                                .tdb_module_header .td-excerpt {
                                                                    margin: 20px 0 0;
                                                                    line-height: 21px;
                                                                }

                                                                .tdb_module_header .td-read-more {
                                                                    margin: 20px 0 0;
                                                                }

                                                                .tdb_module_search .tdb-author-photo {
                                                                    display: inline-block;
                                                                }

                                                                .tdb_module_search .tdb-author-photo,
                                                                .tdb_module_search .tdb-author-photo img {
                                                                    vertical-align: middle;
                                                                }

                                                                .tdb_module_search .td-post-author-name {
                                                                    white-space: normal;
                                                                }

                                                                .tdb_header_search {
                                                                    margin-bottom: 0;
                                                                    clear: none;
                                                                }

                                                                .tdb_header_search .tdb-block-inner {
                                                                    position: relative;
                                                                    display: inline-block;
                                                                    width: 100%;
                                                                }

                                                                .tdb_header_search .tdb-search-form {
                                                                    position: relative;
                                                                    padding: 20px;
                                                                    border-width: 3px 0 0;
                                                                    border-style: solid;
                                                                    border-color: var(--td_theme_color,
                                                                            #4db2ec);
                                                                    pointer-events: auto;
                                                                }

                                                                .tdb_header_search .tdb-search-form:before {
                                                                    content: "";
                                                                    position: absolute;
                                                                    top: 0;
                                                                    left: 0;
                                                                    width: 100%;
                                                                    height: 100%;
                                                                    background-color: #fff;
                                                                }

                                                                .tdb_header_search .tdb-search-form-inner {
                                                                    position: relative;
                                                                    display: flex;
                                                                    background-color: #fff;
                                                                }

                                                                .tdb_header_search .tdb-search-form-inner:after {
                                                                    content: "";
                                                                    position: absolute;
                                                                    top: 0;
                                                                    left: 0;
                                                                    width: 100%;
                                                                    height: 100%;
                                                                    border: 1px solid #e1e1e1;
                                                                    pointer-events: none;
                                                                }

                                                                .tdb_header_search .tdb-head-search-placeholder {
                                                                    position: absolute;
                                                                    top: 50%;
                                                                    transform: translateY(-50%);
                                                                    padding: 3px 9px;
                                                                    font-size: 12px;
                                                                    line-height: 21px;
                                                                    color: #999;
                                                                    -webkit-transition: all 0.3s ease;
                                                                    transition: all 0.3s ease;
                                                                    pointer-events: none;
                                                                }

                                                                .tdb_header_search .tdb-head-search-form-input:focus+.tdb-head-search-placeholder,
                                                                .tdb-head-search-form-input:not( :placeholder-shown)~.tdb-head-search-placeholder {
                                                                    opacity: 0;
                                                                }

                                                                .tdb_header_search .tdb-head-search-form-btn,
                                                                .tdb_header_search .tdb-head-search-form-input {
                                                                    height: auto;
                                                                    min-height: 32px;
                                                                }

                                                                .tdb_header_search .tdb-head-search-form-input {
                                                                    color: #444;
                                                                    flex: 1;
                                                                    background-color: transparent;
                                                                    border: 0;
                                                                }

                                                                .tdb_header_search .tdb-head-search-form-input.tdb-head-search-nofocus {
                                                                    color: transparent;
                                                                    text-shadow: 0 0 0 #444;
                                                                }

                                                                .tdb_header_search .tdb-head-search-form-btn {
                                                                    margin-bottom: 0;
                                                                    padding: 0 15px;
                                                                    background-color: #222222;
                                                                    font-family: var(--td_default_google_font_2,
                                                                            "Roboto",
                                                                            sans-serif);
                                                                    font-size: 13px;
                                                                    font-weight: 500;
                                                                    color: #fff;
                                                                    -webkit-transition: all 0.3s ease;
                                                                    transition: all 0.3s ease;
                                                                    z-index: 1;
                                                                }

                                                                .tdb_header_search .tdb-head-search-form-btn:hover {
                                                                    background-color: var(--td_theme_color,
                                                                            #4db2ec);
                                                                }

                                                                .tdb_header_search .tdb-head-search-form-btn i,
                                                                .tdb_header_search .tdb-head-search-form-btn span {
                                                                    display: inline-block;
                                                                    vertical-align: middle;
                                                                }

                                                                .tdb_header_search .tdb-head-search-form-btn i {
                                                                    font-size: 12px;
                                                                }

                                                                .tdb_header_search .tdb-head-search-form-btn .tdb-head-search-form-btn-icon {
                                                                    position: relative;
                                                                }

                                                                .tdb_header_search .tdb-head-search-form-btn .tdb-head-search-form-btn-icon-svg {
                                                                    line-height: 0;
                                                                }

                                                                .tdb_header_search .tdb-head-search-form-btn svg {
                                                                    width: 12px;
                                                                    height: auto;
                                                                }

                                                                .tdb_header_search .tdb-head-search-form-btn svg,
                                                                .tdb_header_search .tdb-head-search-form-btn svg * {
                                                                    fill: #fff;
                                                                    -webkit-transition: all 0.3s ease;
                                                                    transition: all 0.3s ease;
                                                                }

                                                                .tdb_header_search .tdb-aj-search-results {
                                                                    padding: 20px;
                                                                    background-color: rgba(144, 144, 144, 0.02);
                                                                    border-width: 1px 0;
                                                                    border-style: solid;
                                                                    border-color: #ededed;
                                                                    background-color: #fff;
                                                                }

                                                                .tdb_header_search .tdb-aj-search-results .td_module_wrap:last-child {
                                                                    margin-bottom: 0;
                                                                    padding-bottom: 0;
                                                                }

                                                                .tdb_header_search .tdb-aj-search-results .td_module_wrap:last-child .td-module-container:before {
                                                                    display: none;
                                                                }

                                                                .tdb_header_search .tdb-aj-search-inner {
                                                                    display: flex;
                                                                    flex-wrap: wrap;
                                                                    
                                                                }

                                                                .tdb_header_search .tdb-aj-search-inner:before,
                                                                .tdb_header_search .tdb-aj-search-inner:after {
                                                                    display: table;
                                                                    content: "";
                                                                    line-height: 0;
                                                                }

                                                                .tdb_header_search .tdb-aj-search-inner:after {
                                                                    clear: both;
                                                                }

                                                                .tdb_header_search .result-msg {
                                                                    padding: 4px 0 6px 0;
                                                                    font-family: var(--td_default_google_font_2,
                                                                            "Roboto",
                                                                            sans-serif);
                                                                    font-size: 12px;
                                                                    font-style: italic;
                                                                    background-color: #fff;
                                                                }

                                                                .tdb_header_search .result-msg a {
                                                                    color: #222;
                                                                }

                                                                .tdb_header_search .result-msg a:hover {
                                                                    color: var(--td_theme_color, #4db2ec);
                                                                }

                                                                .tdb_header_search .td-module-meta-info,
                                                                .tdb_header_search .td-next-prev-wrap {
                                                                    text-align: left;
                                                                }

                                                                .tdb_header_search .td_module_wrap:hover .entry-title a {
                                                                    color: var(--td_theme_color, #4db2ec);
                                                                }

                                                                .tdb_header_search .tdb-aj-cur-element .entry-title a {
                                                                    color: var(--td_theme_color, #4db2ec);
                                                                }

                                                                .tdc-dragged .tdb-head-search-btn:after,
                                                                .tdc-dragged .tdb-drop-down-search {
                                                                    visibility: hidden !important;
                                                                    opacity: 0 !important;
                                                                    -webkit-transition: all 0.3s ease;
                                                                    transition: all 0.3s ease;
                                                                }

                                                                .tdb-header-search-trigger-enabled {
                                                                    z-index: 1000;
                                                                }

                                                                .tdb-header-search-trigger-enabled .tdb-head-search-btn {
                                                                    display: flex;
                                                                    align-items: center;
                                                                    position: relative;
                                                                    text-align: center;
                                                                    color: var(--td_theme_color, #4db2ec);
                                                                }

                                                                .tdb-header-search-trigger-enabled .tdb-head-search-btn:after {
                                                                    visibility: hidden;
                                                                    opacity: 0;
                                                                    content: "";
                                                                    display: block;
                                                                    position: absolute;
                                                                    bottom: 0;
                                                                    left: 0;
                                                                    right: 0;
                                                                    margin: 0 auto;
                                                                    width: 0;
                                                                    height: 0;
                                                                    border-style: solid;
                                                                    border-width: 0 6.5px 7px 6.5px;
                                                                    -webkit-transform: translate3d(0, 20px, 0);
                                                                    transform: translate3d(0, 20px, 0);
                                                                    -webkit-transition: all 0.4s ease;
                                                                    transition: all 0.4s ease;
                                                                    border-color: transparent transparent var(--td_theme_color, #4db2ec) transparent;
                                                                }

                                                                .tdb-header-search-trigger-enabled .tdb-drop-down-search-open+.tdb-head-search-btn:after {
                                                                    visibility: visible;
                                                                    opacity: 1;
                                                                    -webkit-transform: translate3d(0, 0, 0);
                                                                    transform: translate3d(0, 0, 0);
                                                                }

                                                                .tdb-header-search-trigger-enabled .tdb-search-icon,
                                                                .tdb-header-search-trigger-enabled .tdb-search-txt,
                                                                .tdb-header-search-trigger-enabled .tdb-search-icon-svg svg * {
                                                                    -webkit-transition: all 0.3s ease-in-out;
                                                                    transition: all 0.3s ease-in-out;
                                                                }

                                                                .tdb-header-search-trigger-enabled .tdb-search-icon-svg {
                                                                    display: flex;
                                                                    align-items: center;
                                                                    justify-content: center;
                                                                }

                                                                .tdb-header-search-trigger-enabled .tdb-search-icon-svg svg {
                                                                    height: auto;
                                                                }

                                                                .tdb-header-search-trigger-enabled .tdb-search-icon-svg svg,
                                                                .tdb-header-search-trigger-enabled .tdb-search-icon-svg svg * {
                                                                    fill: var(--td_theme_color, #4db2ec);
                                                                }

                                                                .tdb-header-search-trigger-enabled .tdb-search-txt {
                                                                    position: relative;
                                                                    line-height: 1;
                                                                }

                                                                .tdb-header-search-trigger-enabled .tdb-drop-down-search {
                                                                    visibility: hidden;
                                                                    opacity: 0;
                                                                    position: absolute;
                                                                    top: 100%;
                                                                    left: 0;
                                                                    -webkit-transform: translate3d(0, 20px, 0);
                                                                    transform: translate3d(0, 20px, 0);
                                                                    -webkit-transition: all 0.4s ease;
                                                                    transition: all 0.4s ease;
                                                                    pointer-events: none;
                                                                    z-index: 10;
                                                                }

                                                                .tdb-header-search-trigger-enabled .tdb-drop-down-search-open {
                                                                    visibility: visible;
                                                                    opacity: 1;
                                                                    -webkit-transform: translate3d(0, 0, 0);
                                                                    transform: translate3d(0, 0, 0);
                                                                }

                                                                .tdb-header-search-trigger-enabled .tdb-drop-down-search-inner {
                                                                    position: relative;
                                                                    max-width: 300px;
                                                                    pointer-events: all;
                                                                }

                                                                .rtl .tdb-header-search-trigger-enabled .tdb-drop-down-search-inner {
                                                                    margin-left: 0;
                                                                    margin-right: auto;
                                                                }

                                                                .tdb_header_search .tdb-aj-srs-title {
                                                                    margin-bottom: 10px;
                                                                    font-family: var(--td_default_google_font_2,
                                                                            "Roboto",
                                                                            sans-serif);
                                                                    font-weight: 500;
                                                                    font-size: 13px;
                                                                    line-height: 1.3;
                                                                    color: #888;
                                                                }

                                                                .tdb_header_search .tdb-aj-sr-taxonomies {
                                                                    display: flex;
                                                                    flex-direction: column;
                                                                }

                                                                .tdb_header_search .tdb-aj-sr-taxonomy {
                                                                    font-family: var(--td_default_google_font_2,
                                                                            "Roboto",
                                                                            sans-serif);
                                                                    font-size: 13px;
                                                                    font-weight: 500;
                                                                    line-height: 18px;
                                                                    color: #111;
                                                                }

                                                                .tdb_header_search .tdb-aj-sr-taxonomy:not(:last-child) {
                                                                    margin-bottom: 5px;
                                                                }

                                                                .tdb_header_search .tdb-aj-sr-taxonomy:hover {
                                                                    color: var(--td_theme_color, #4db2ec);
                                                                }

                                                                .tdi_59 .tdb-head-search-btn i {
                                                                    font-size: 20px;
                                                                    width: 48px;
                                                                    height: 48px;
                                                                    line-height: 48px;
                                                                    color: #ffffff;
                                                                }

                                                                .tdi_59 .tdb-head-search-btn svg {
                                                                    width: 20px;
                                                                }

                                                                .tdi_59 .tdb-search-icon-svg {
                                                                    width: 48px;
                                                                    height: 48px;
                                                                }

                                                                .tdi_59 {
                                                                    display: inline-block;
                                                                }

                                                                .tdi_59 .tdb-search-txt {
                                                                    top: 0px;
                                                                    font-family: var(--global-font-2) !important;
                                                                }

                                                                .tdi_59 .tdb-drop-down-search .tdb-drop-down-search-inner {
                                                                    max-width: 400px;
                                                                }

                                                                .tdi_59 .tdb-search-form {
                                                                    border-width: 2px 0 0 0;
                                                                    border-color: var(--accent-color-1);
                                                                }

                                                                .tdi_59 .tdb-drop-down-search {
                                                                    left: auto;
                                                                    right: 0;
                                                                }

                                                                body .tdi_59 .tdb-drop-down-search-inner,
                                                                .tdi_59 .tdb-search-form,
                                                                .tdi_59 .tdb-aj-search {
                                                                    margin-left: auto;
                                                                    margin-right: 0;
                                                                }

                                                                .tdi_59 .tdb-head-search-form-input,
                                                                .tdi_59 .tdb-head-search-placeholder {
                                                                    padding: 10px 20px 11px 20px;
                                                                }

                                                                .tdi_59 .tdb-search-form-inner {
                                                                    border-radius: 50px;
                                                                }

                                                                .tdi_59 .tdb-search-form-inner:after {
                                                                    border-radius: 50px;
                                                                }

                                                                .tdi_59 .tdb-head-search-form-input {
                                                                    border-top-left-radius: 50px;
                                                                    border-bottom-left-radius: 50px;
                                                                    color: var(--base-color-1);
                                                                    font-family: var(--global-font-1) !important;
                                                                    font-size: 13px !important;
                                                                }

                                                                .tdi_59 .tdb-head-search-form-btn-icon {
                                                                    top: 0px;
                                                                }

                                                                .tdi_59 .tdb-head-search-form-btn {
                                                                    border-radius: 0 50px 50px 0;
                                                                    color: #ffffff;
                                                                    background-color: var(--accent-color-1);
                                                                    font-family: var(--global-font-1) !important;
                                                                    text-transform: uppercase !important;
                                                                }

                                                                .tdi_59 .tdb-aj-search-results {
                                                                    border-width: 0px;
                                                                }

                                                                .tdi_59 .result-msg {
                                                                    padding: 10px 0 25px 0;
                                                                    text-align: center;
                                                                    font-family: var(--global-font-2) !important;
                                                                    font-size: 15px !important;
                                                                    line-height: 1.2 !important;
                                                                    font-weight: 400 !important;
                                                                }

                                                                .tdi_59 .tdb-head-search-btn svg,
                                                                .tdi_59 .tdb-head-search-btn svg * {
                                                                    fill: #ffffff;
                                                                }

                                                                .tdi_59 .tdb-head-search-btn:hover i {
                                                                    color: var(--accent-color-2);
                                                                }

                                                                .tdi_59 .tdb-head-search-btn:hover svg,
                                                                .tdi_59 .tdb-head-search-btn:hover svg * {
                                                                    fill: var(--accent-color-2);
                                                                }

                                                                .tdi_59 .tdb-head-search-btn:after {
                                                                    border-bottom-color: var(--accent-color-1);
                                                                }

                                                                .tdi_59 .tdb-drop-down-search-inner {
                                                                    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.16);
                                                                }

                                                                .tdi_59 .tdb-head-search-form-input.tdb-head-search-nofocus {
                                                                    text-shadow: 0 0 0 var(--base-color-1);
                                                                }

                                                                .tdi_59 .tdb-head-search-placeholder {
                                                                    color: var(--base-gray);
                                                                    font-family: var(--global-font-1) !important;
                                                                    font-size: 13px !important;
                                                                }

                                                                .tdi_59 .tdb-head-search-form-btn svg,
                                                                .tdi_59 .tdb-head-search-form-btn svg * {
                                                                    fill: #ffffff;
                                                                }

                                                                .tdi_59 .tdb-head-search-form-btn:hover {
                                                                    color: #ffffff;
                                                                    background-color: var(--accent-color-2);
                                                                }

                                                                .tdi_59 .tdb-head-search-form-btn:hover svg,
                                                                .tdi_59 .tdb-head-search-form-btn:hover svg * {
                                                                    fill: #ffffff;
                                                                }

                                                                .tdi_59 .td_module_wrap {
                                                                    width: 100%;
                                                                    float: left;
                                                                    padding-left: 11px;
                                                                    padding-right: 11px;
                                                                    padding-bottom: 10px;
                                                                    margin-bottom: 10px;
                                                                }

                                                                .tdi_59 .td_module_wrap:nth-last-child(-n + 1) {
                                                                    margin-bottom: 0;
                                                                    padding-bottom: 0;
                                                                }

                                                                .tdi_59 .td_module_wrap:nth-last-child(-n + 1) .td-module-container:before {
                                                                    display: none;
                                                                }

                                                                .tdi_59 .tdb-aj-search-inner {
                                                                    margin-left: -11px;
                                                                    margin-right: -11px;
                                                                }

                                                                .tdi_59 .td-module-container:before {
                                                                    bottom: -10px;
                                                                    border-color: #eaeaea;
                                                                }

                                                                .tdi_59 .td-module-container {
                                                                    border-color: #eaeaea;
                                                                    flex-direction: row;
                                                                    align-items: center;
                                                                }

                                                                .tdi_59 .entry-thumb {
                                                                    background-position: center 50%;
                                                                }

                                                                .tdi_59 .td-image-container {
                                                                    flex: 0 0 30%;
                                                                    width: 30%;
                                                                    display: block;
                                                                    order: 0;
                                                                }

                                                                .ie10 .tdi_59 .td-image-container,
                                                                .ie11 .tdi_59 .td-image-container {
                                                                    flex: 0 0 auto;
                                                                }

                                                                .ie10 .tdi_59 .td-module-meta-info,
                                                                .ie11 .tdi_59 .td-module-meta-info {
                                                                    flex: 1;
                                                                }

                                                                .tdi_59 .td-post-vid-time {
                                                                    display: block;
                                                                }

                                                                .tdi_59 .td-module-meta-info {
                                                                    padding: 0 0 0 15px;
                                                                    border-color: #eaeaea;
                                                                }

                                                                .tdi_59 .entry-title {
                                                                    margin: 0 0 5px;
                                                                    font-family: var(--global-font-1) !important;
                                                                    font-size: 15px !important;
                                                                    line-height: 1.2 !important;
                                                                    font-weight: 700 !important;
                                                                }

                                                                .tdi_59 .td-excerpt {
                                                                    column-count: 1;
                                                                    column-gap: 48px;
                                                                    display: none;
                                                                    font-family: var(--global-font-2) !important;
                                                                }

                                                                .tdi_59 .td-post-category:not(.td-post-extra-category) {
                                                                    display: none;
                                                                }

                                                                .tdi_59 .td-read-more {
                                                                    display: none;
                                                                }

                                                                .tdi_59 .td-author-date {
                                                                    display: inline;
                                                                }

                                                                .tdi_59 .td-post-author-name {
                                                                    display: none;
                                                                }

                                                                .tdi_59 .entry-review-stars {
                                                                    display: none;
                                                                }

                                                                .tdi_59 .td-icon-star,
                                                                .tdi_59 .td-icon-star-empty,
                                                                .tdi_59 .td-icon-star-half {
                                                                    font-size: 15px;
                                                                }

                                                                .tdi_59 .td-module-comments {
                                                                    display: none;
                                                                }

                                                                .tdi_59 .tdb-author-photo .avatar {
                                                                    width: 20px;
                                                                    height: 20px;
                                                                    margin-right: 6px;
                                                                    border-radius: 50%;
                                                                }

                                                                .tdi_59 .td-module-title a {
                                                                    color: var(--base-color-1);
                                                                    box-shadow: inset 0 0 0 0 #000;
                                                                }

                                                                body .tdi_59 .td_module_wrap:hover .td-module-title a,
                                                                .tdi_59 .tdb-aj-cur-element .entry-title a {
                                                                    color: var(--accent-color-1) !important;
                                                                }

                                                                .tdi_59 .td-post-date,
                                                                .tdi_59 .td-post-author-name span {
                                                                    color: var(--base-color-1);
                                                                }

                                                                .tdi_59 .td-post-category {
                                                                    font-family: var(--global-font-1) !important;
                                                                }

                                                                .tdi_59 .td-editor-date,
                                                                .tdi_59 .td-editor-date .td-post-author-name,
                                                                .tdi_59 .td-module-comments a {
                                                                    font-family: var(--global-font-2) !important;
                                                                    font-size: 13px !important;
                                                                    line-height: 1.2 !important;
                                                                }

                                                                .tdi_59 .td-module-exclusive .td-module-title a:before {
                                                                    display: inline-block;
                                                                }

                                                                @media (min-width: 768px) {
                                                                    .tdi_59 .td-module-title a {
                                                                        transition: all 0.2s ease;
                                                                        -webkit-transition: all 0.2s ease;
                                                                    }
                                                                }

                                                                @media (min-width: 1019px) and (max-width: 1140px) {
                                                                    .tdi_59 .result-msg {
                                                                        font-size: 14px !important;
                                                                    }

                                                                    .tdi_59 .td_module_wrap {
                                                                        padding-bottom: 10px !important;
                                                                        margin-bottom: 10px !important;
                                                                        padding-bottom: 10px;
                                                                        margin-bottom: 10px;
                                                                    }

                                                                    .tdi_59 .td_module_wrap:nth-last-child(-n + 1) {
                                                                        margin-bottom: 0 !important;
                                                                        padding-bottom: 0 !important;
                                                                    }

                                                                    .tdi_59 .td_module_wrap .td-module-container:before {
                                                                        display: block !important;
                                                                    }

                                                                    .tdi_59 .td_module_wrap:nth-last-child(-n + 1) .td-module-container:before {
                                                                        display: none !important;
                                                                    }

                                                                    .tdi_59 .td-module-container:before {
                                                                        bottom: -10px;
                                                                    }

                                                                    .tdi_59 .td-module-title a {
                                                                        box-shadow: inset 0 0 0 0 #000;
                                                                    }

                                                                    @media (min-width: 768px) {
                                                                        .tdi_59 .td-module-title a {
                                                                            transition: all 0.2s ease;
                                                                            -webkit-transition: all 0.2s ease;
                                                                        }
                                                                    }
                                                                }

                                                                @media (min-width: 768px) and (max-width: 1018px) {
                                                                    .tdi_59 .tdb-head-search-btn i {
                                                                        font-size: 18px;
                                                                        width: 43.2px;
                                                                        height: 43.2px;
                                                                        line-height: 43.2px;
                                                                    }

                                                                    .tdi_59 .tdb-head-search-btn svg {
                                                                        width: 18px;
                                                                    }

                                                                    .tdi_59 .tdb-search-icon-svg {
                                                                        width: 43.2px;
                                                                        height: 43.2px;
                                                                    }

                                                                    .tdi_59 .tdb-drop-down-search .tdb-drop-down-search-inner {
                                                                        max-width: 360px;
                                                                    }

                                                                    .tdi_59 .result-msg {
                                                                        padding: 5px 0 20px 0;
                                                                        font-size: 13px !important;
                                                                    }

                                                                    .tdi_59 .tdb-head-search-form-input {
                                                                        font-size: 12px !important;
                                                                    }

                                                                    .tdi_59 .tdb-head-search-placeholder {
                                                                        font-size: 12px !important;
                                                                    }

                                                                    .tdi_59 .tdb-head-search-form-btn {
                                                                        font-size: 12px !important;
                                                                    }

                                                                    .tdi_59 .td_module_wrap {
                                                                        padding-bottom: 10px !important;
                                                                        margin-bottom: 10px !important;
                                                                        padding-bottom: 10px;
                                                                        margin-bottom: 10px;
                                                                    }

                                                                    .tdi_59 .td_module_wrap:nth-last-child(-n + 1) {
                                                                        margin-bottom: 0 !important;
                                                                        padding-bottom: 0 !important;
                                                                    }

                                                                    .tdi_59 .td_module_wrap .td-module-container:before {
                                                                        display: block !important;
                                                                    }

                                                                    .tdi_59 .td_module_wrap:nth-last-child(-n + 1) .td-module-container:before {
                                                                        display: none !important;
                                                                    }

                                                                    .tdi_59 .td-module-container:before {
                                                                        bottom: -10px;
                                                                    }

                                                                    .tdi_59 .td-module-title a {
                                                                        box-shadow: inset 0 0 0 0 #000;
                                                                    }

                                                                    .tdi_59 .entry-title {
                                                                        font-size: 14px !important;
                                                                    }

                                                                    .tdi_59 .td-editor-date,
                                                                    .tdi_59 .td-editor-date .td-post-author-name,
                                                                    .tdi_59 .td-module-comments a {
                                                                        font-size: 12px !important;
                                                                    }

                                                                    @media (min-width: 768px) {
                                                                        .tdi_59 .td-module-title a {
                                                                            transition: all 0.2s ease;
                                                                            -webkit-transition: all 0.2s ease;
                                                                        }
                                                                    }
                                                                }

                                                                @media (max-width: 767px) {
                                                                    .tdi_59 .td_module_wrap {
                                                                        padding-bottom: 10px !important;
                                                                        margin-bottom: 10px !important;
                                                                        padding-bottom: 10px;
                                                                        margin-bottom: 10px;
                                                                    }

                                                                    .tdi_59 .td_module_wrap:nth-last-child(-n + 1) {
                                                                        margin-bottom: 0 !important;
                                                                        padding-bottom: 0 !important;
                                                                    }

                                                                    .tdi_59 .td_module_wrap .td-module-container:before {
                                                                        display: block !important;
                                                                    }

                                                                    .tdi_59 .td_module_wrap:nth-last-child(-n + 1) .td-module-container:before {
                                                                        display: none !important;
                                                                    }

                                                                    .tdi_59 .td-module-container:before {
                                                                        bottom: -10px;
                                                                    }

                                                                    .tdi_59 .td-module-title a {
                                                                        box-shadow: inset 0 0 0 0 #000;
                                                                    }

                                                                    @media (min-width: 768px) {
                                                                        .tdi_59 .td-module-title a {
                                                                            transition: all 0.2s ease;
                                                                            -webkit-transition: all 0.2s ease;
                                                                        }
                                                                    }
                                                                }

                                                                
                                                                .tdi_60 {
                                                                    margin-right: -28px !important;
                                                                    margin-left: 15px !important;
                                                                    padding-top: 2px !important;
                                                                    padding-left: 20px !important;
                                                                    border-color: rgba(255,
                                                                            255,
                                                                            255,
                                                                            0.25) !important;
                                                                    border-style: solid !important;
                                                                    border-width: 0px 0px 0px 1px !important;
                                                                }

                                                                @media (min-width: 1019px) and (max-width: 1140px) {
                                                                    .tdi_60 {
                                                                        margin-right: 0px !important;
                                                                        padding-top: 0px !important;
                                                                    }
                                                                }

                                                                @media (min-width: 768px) and (max-width: 1018px) {
                                                                    .tdi_60 {
                                                                        margin-right: 0px !important;
                                                                        margin-left: 6px !important;
                                                                        padding-top: 0px !important;
                                                                        padding-left: 10px !important;
                                                                    }
                                                                }
                                                          
                                                                .tdi_61 .tdm-social-item i {
                                                                    font-size: 12px;
                                                                    vertical-align: middle;
                                                                    line-height: 24px;
                                                                }

                                                                .tdi_61 .tdm-social-item i.td-icon-linkedin,
                                                                .tdi_61 .tdm-social-item i.td-icon-pinterest,
                                                                .tdi_61 .tdm-social-item i.td-icon-blogger,
                                                                .tdi_61 .tdm-social-item i.td-icon-vimeo {
                                                                    font-size: 9.6px;
                                                                }

                                                                .tdi_61 .tdm-social-item {
                                                                    width: 24px;
                                                                    height: 24px;
                                                                    margin: 0px 0px 0px 0;
                                                                }

                                                                .tdi_61 .tdm-social-item-wrap:last-child .tdm-social-item {
                                                                    margin-right: 0 !important;
                                                                }

                                                                .tdi_61 .tdm-social-item i,
                                                                .tds-team-member2 .tdi_61.tds-social1 .tdm-social-item i {
                                                                    color: #ffffff;
                                                                }

                                                                .tdi_61 .tdm-social-item-wrap:hover i,
                                                                .tds-team-member2 .tdi_61.tds-social1 .tdm-social-item:hover i {
                                                                    color: var(--accent-color-2);
                                                                }

                                                                .tdi_61 .tdm-social-text {
                                                                    margin-left: 2px;
                                                                    margin-right: 18px;
                                                                }
                                                        
                                                           